3efa157b28bd076947115d77afcc2454890e798a
[gnulib.git] / ChangeLog
1 2008-09-29  Eric Blake  <ebb9@byu.net>
2
3         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
4
5 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
6
7         * doc/posix-functions/accept.texi: Update mingw problems.
8         * doc/posix-functions/bind.texi: Update mingw problems.
9         * doc/posix-functions/close.texi: Update mingw problems.
10         * doc/posix-functions/connect.texi: Update mingw problems.
11         * doc/posix-functions/getpeername.texi: Update mingw problems.
12         * doc/posix-functions/getsockname.texi: Update mingw problems.
13         * doc/posix-functions/getsockopt.texi: Update mingw problems.
14         * doc/posix-functions/ioctl.texi: Update mingw problems.
15         * doc/posix-functions/listen.texi: Update mingw problems.
16         * doc/posix-functions/recv.texi: Update mingw problems.
17         * doc/posix-functions/recvfrom.texi: Update mingw problems.
18         * doc/posix-functions/select.texi: Update mingw problems.
19         * doc/posix-functions/send.texi: Update mingw problems.
20         * doc/posix-functions/sendto.texi: Update mingw problems.
21         * doc/posix-functions/setsockopt.texi: Update mingw problems.
22         * doc/posix-functions/socket.texi: Update mingw problems.
23
24 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
25             Bruno Haible  <bruno@clisp.org>
26
27         * lib/sys_select.in.h: Include sys/time.h.
28         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
29         * modules/sys_select: Depend on sys_time.
30         * tests/test-sys_select.c: Test that sys/select.h defines struct
31         timeval fully.
32
33 2008-09-29  Bruno Haible  <bruno@clisp.org>
34
35         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
36         * lib/sys_select.in.h: Likewise.
37
38 2008-09-29  Bruno Haible  <bruno@clisp.org>
39
40         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
41
42 2008-09-29  Bruno Haible  <bruno@clisp.org>
43
44         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
45         Set LIBSOCKET instead of augmenting LIBS.
46         * modules/sockets (Link): New section.
47         * modules/sockets-tests (test_sockets_LDADD): New variable.
48         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
49         * modules/poll-tests (test_poll_LDADD): New variable.
50         * NEWS: Document the change.
51
52 2008-09-29  Bruno Haible  <bruno@clisp.org>
53
54         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
55         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
56         ARPA_INET_H directly.
57         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
58
59 2008-09-28  Bruno Haible  <bruno@clisp.org>
60
61         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
62         from gl_HEADER_SYS_SOCKET.
63         (gl_HEADER_SYS_SOCKET): Invoke it.
64         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
65
66 2008-09-28  Bruno Haible  <bruno@clisp.org>
67
68         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
69         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
70         Needed on OSF/1 4.0.
71
72 2008-09-28  Bruno Haible  <bruno@clisp.org>
73
74         Override open more carefully.
75         * lib/open.c (orig_open): New function.
76         (rpl_open): Use orig_open instead of open.
77         * lib/fcntl.in.h: Add special invocation convention.
78         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
79         (gl_FUNC_OPEN): Invoke it.
80
81         Override freopen more carefully.
82         * lib/freopen.c (orig_freopen): New function.
83         (rpl_freopen): Use orig_freopen instead of freopen.
84         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
85         (gl_FUNC_FREOPEN): Invoke it.
86
87         Override fopen more carefully.
88         * lib/fopen.c (orig_fopen): New function.
89         (rpl_fopen): Use orig_fopen instead of fopen.
90         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
91         (gl_FUNC_FOPEN): Invoke it.
92         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
93
94 2008-09-28  Bruno Haible  <bruno@clisp.org>
95
96         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
97         SIGPIPE.
98
99 2008-09-28  Bruno Haible  <bruno@clisp.org>
100
101         * tests/test-sigaction.c (handler, main): Disable the check whether
102         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
103         glibc systems with LinuxThreads.
104
105 2008-09-28  Bruno Haible  <bruno@clisp.org>
106
107         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
108
109         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
110         with AIX xlc.
111         * lib/fcntl.in.h (open): Likewise.
112         Reported by Rainer Tammer <tammer@tammer.net>.
113
114 2008-09-28  Bruno Haible  <bruno@clisp.org>
115
116         * modules/posix_spawnp-tests: New file.
117         * tests/test-posix_spawn.c: New file.
118         * tests/test-posix_spawn.in.sh: New file.
119
120         New module 'posix_spawnp'.
121         * modules/posix_spawnp: New file.
122         * lib/spawnp.c: New file, from GNU libc with modifications.
123         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
124
125         New module 'posix_spawn'.
126         * modules/posix_spawn: New file.
127         * lib/spawn.c: New file, from GNU libc with modifications.
128         * doc/posix-functions/posix_spawn.texi: Mention the new module.
129
130         New module 'posix_spawnattr_destroy'.
131         * modules/posix_spawnattr_destroy: New file.
132         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
133         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
134         module.
135
136         New module 'posix_spawnattr_setsigmask'.
137         * modules/posix_spawnattr_setsigmask: New file.
138         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
139         modifications.
140         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
141         new module.
142
143         New module 'posix_spawnattr_getsigmask'.
144         * modules/posix_spawnattr_getsigmask: New file.
145         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
146         modifications.
147         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
148         new module.
149
150         New module 'posix_spawnattr_setsigdefault'.
151         * modules/posix_spawnattr_setsigdefault: New file.
152         * lib/spawnattr_setdefault.c: New file, from GNU libc with
153         modifications.
154         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
155         new module.
156
157         New module 'posix_spawnattr_getsigdefault'.
158         * modules/posix_spawnattr_getsigdefault: New file.
159         * lib/spawnattr_getdefault.c: New file, from GNU libc with
160         modifications.
161         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
162         new module.
163
164         New module 'posix_spawnattr_setschedpolicy'.
165         * modules/posix_spawnattr_setschedpolicy: New file.
166         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
167         modifications.
168         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
169         new module.
170
171         New module 'posix_spawnattr_getschedpolicy'.
172         * modules/posix_spawnattr_getschedpolicy: New file.
173         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
174         modifications.
175         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
176         new module.
177
178         New module 'posix_spawnattr_setschedparam'.
179         * modules/posix_spawnattr_setschedparam: New file.
180         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
181         modifications.
182         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
183         new module.
184
185         New module 'posix_spawnattr_getschedparam'.
186         * modules/posix_spawnattr_getschedparam: New file.
187         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
188         modifications.
189         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
190         new module.
191
192         New module 'posix_spawnattr_setpgroup'.
193         * modules/posix_spawnattr_setpgroup: New file.
194         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
195         modifications.
196         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
197         module.
198
199         New module 'posix_spawnattr_getpgroup'.
200         * modules/posix_spawnattr_getpgroup: New file.
201         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
202         modifications.
203         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
204         module.
205
206         New module 'posix_spawnattr_setflags'.
207         * modules/posix_spawnattr_setflags: New file.
208         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
209         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
210         module.
211
212         New module 'posix_spawnattr_getflags'.
213         * modules/posix_spawnattr_getflags: New file.
214         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
215         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
216         module.
217
218         New module 'posix_spawnattr_init'.
219         * modules/posix_spawnattr_init: New file.
220         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
221         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
222         module.
223
224         New module 'posix_spawn_file_actions_destroy'.
225         * modules/posix_spawn_file_actions_destroy: New file.
226         * lib/spawn_faction_destroy.c: New file, from GNU libc with
227         modifications.
228         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
229         the new module.
230
231         New module 'posix_spawn_file_actions_addopen'.
232         * modules/posix_spawn_file_actions_addopen: New file.
233         * lib/spawn_faction_addopen.c: New file, from GNU libc with
234         modifications.
235         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
236         the new module.
237
238         New module 'posix_spawn_file_actions_adddup2'.
239         * modules/posix_spawn_file_actions_adddup2: New file.
240         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
241         modifications.
242         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
243         the new module.
244
245         New module 'posix_spawn_file_actions_addclose'.
246         * modules/posix_spawn_file_actions_addclose: New file.
247         * lib/spawn_faction_addclose.c: New file, from GNU libc with
248         modifications.
249         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
250         the new module.
251
252         New module 'posix_spawn_file_actions_init'.
253         * modules/posix_spawn_file_actions_init: New file.
254         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
255         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
256         new module.
257
258         New module 'posix_spawn-internal'.
259         * modules/posix_spawn-internal: New file.
260         * lib/spawn_int.h: New file, from GNU libc with modifications.
261         * lib/spawni.c: New file, from GNU libc with modifications.
262         * m4/posix_spawn.m4: New file.
263
264         New module 'spawn'.
265         * modules/spawn: New file.
266         * lib/spawn.in.h: New file, from GNU libc with modifications.
267         * m4/spawn_h.m4: New file.
268         * doc/posix-headers/spawn.texi: Mention the new module.
269
270 2008-09-28  Bruno Haible  <bruno@clisp.org>
271
272         * modules/sched-tests: New file.
273         * tests/test-sched.c: New file.
274
275         New module 'sched'.
276         * modules/sched: New file.
277         * lib/sched.in.h: New file.
278         * m4/sched_h.m4: New file.
279         * doc/posix-headers/sched.texi: Mention the new module.
280
281 2008-09-27  Eric Blake  <ebb9@byu.net>
282
283         Fix previous patch, and tweak references to $0.
284         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
285         (func_version, func_gnulib_dir): Don't call this program
286         gnulib-tool.
287         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
288         with using $0 in function.
289         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
290         (func_fatal_error): Reuse the name the user invoked us with.
291
292 2008-09-27  Bruno Haible  <bruno@clisp.org>
293
294         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
295         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
296         (gl_ICONV_H): Not here.
297         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
298         instead of assigning ICONV_H directly.
299
300         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
301         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
302         WCHAR_H directly.
303
304 2008-09-27  Bruno Haible  <bruno@clisp.org>
305
306         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
307         * modules/arpa_inet (Depends-on): Add link-warning.
308         (Makefile.am): Insert the definition of GL_LINK-WARNING.
309         * modules/unistd (Makefile.am): Likewise.
310
311 2008-09-26  Bruno Haible  <bruno@clisp.org>
312
313         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
314         variables.
315         (func_version): Essentially copied from gnulib-tool.
316         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
317         func_readlink): Copied from gnulib-tool.
318
319 2008-09-26  Bruno Haible  <bruno@clisp.org>
320
321         * gnulib-tool (func_version): Change directory to $gnulib_dir before
322         invoking git-version-gen.
323
324 2008-09-26  Bruno Haible  <bruno@clisp.org>
325
326         * posix-modules: Update to directory names changed on 2008-01-19.
327         Remove commas in output before splitting into words. No more need to
328         avoid 'ftruncate' since 2007-02-19.
329
330 2008-09-26  Bruno Haible  <bruno@clisp.org>
331
332         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
333
334 2008-09-26  Bruno Haible  <bruno@clisp.org>
335
336         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
337         * modules/fwriteerror (Depends-on): Add errno.
338
339 2008-09-26  Bruno Haible  <bruno@clisp.org>
340
341         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
342         * tests/test-vc-list-files-cvs.sh: Likewise.
343
344 2008-09-26  Bruno Haible  <bruno@clisp.org>
345
346         * doc/posix-headers/sys_resource.texi: Reorder items.
347
348 2008-09-26  Jim Meyering  <meyering@redhat.com>
349
350         fts: tweak inode comparison function
351         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
352         inode numbers, as documented.
353
354         fts: sort dirent entries on inode number before traversing
355         This avoids a quadratic, seek-related performance penalty when
356         operating on a directory containing many entries (measurable at 10k;
357         3.5 hours at 2 million entries with a cold cache) on certain types
358         of file systems, including ext3 and ext4, but not tmpfs.
359         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
360         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
361         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
362         (fs_handles_readdir_ordered_dirents_efficiently): New function.
363         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
364         (fts_build): Set the stat.st_ino member from D_INO.
365         If it is likely to be useful, sort dirent entries on inode number.
366
367         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
368         and the struct statfs.f_type member.
369         * modules/fts (Depends-on): Add d-ino.
370
371 2008-09-26  Bruno Haible  <bruno@clisp.org>
372
373         * modules/sigpipe-die (Depends-on): Add sigpipe.
374
375         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
376         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
377         and GNULIB_STDIO_H_SIGPIPE are set.
378         * lib/stdio-write.c: New file.
379         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
380         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
381         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
382         REPLACE_STDIO_WRITE_FUNCS.
383         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
384         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
385         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
386         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
387         * modules/stdio (Files): Add lib/stdio-write.c.
388         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
389         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
390         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
391         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
392         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
393         REPLACE_FPRINTF_POSIX.
394         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
395         REPLACE_PRINTF_POSIX.
396         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
397         REPLACE_VFPRINTF_POSIX.
398         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
399         REPLACE_VPRINTF_POSIX.
400         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
401         SIGPIPE issue.
402         * doc/posix-functions/fputc.texi: Likewise.
403         * doc/posix-functions/fputs.texi: Likewise.
404         * doc/posix-functions/fwrite.texi: Likewise.
405         * doc/posix-functions/printf.texi: Likewise.
406         * doc/posix-functions/putc.texi: Likewise.
407         * doc/posix-functions/putchar.texi: Likewise.
408         * doc/posix-functions/puts.texi: Likewise.
409         * doc/posix-functions/vfprintf.texi: Likewise.
410         * doc/posix-functions/vprintf.texi: Likewise.
411
412         * modules/safe-write (Depends-on): Add write.
413
414         * modules/sigpipe-tests: New file.
415         * tests/test-sigpipe.c: New file.
416         * tests/test-sigpipe.sh: New file.
417
418         * modules/write: New file.
419         * lib/unistd.in.h: Include <sys/types.h>.
420         (write): New declaration.
421         * lib/write.c: New file.
422         * m4/write.m4: New file.
423         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
424         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
425         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
426         GNULIB_WRITE, REPLACE_WRITE.
427         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
428         and the SIGPIPE issue.
429
430         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
431         (raise): New declaration.
432         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
433         (ext_signal): New function.
434         (rpl_raise): New function.
435         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
436         GNULIB_SIGNAL_H_SIGPIPE.
437         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
438         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
439
440         * modules/sigpipe: New file.
441         * m4/sigpipe.m4: New file.
442
443 2008-09-25  Derek Price  <derek@ximbiot.com>
444             Bruno Haible  <bruno@clisp.org>
445
446         * gnulib-tool (func_import): Report all license incompatibilities, not
447         just the first one.
448
449 2008-09-25  Bruno Haible  <bruno@clisp.org>
450
451         * gnulib-tool (func_import): When computing the edits, consider not
452         only the Makefile.ams that exist but also those that will be generated.
453
454 2008-09-25  Simon Josefsson  <simon@josefsson.org>
455
456         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
457         fixes gnulib-tool --test warning about duplicate dependency.
458
459 2008-09-25  Bruno Haible  <bruno@clisp.org>
460
461         * gnulib-tool: Don't ask the user to perform edits in the generated
462         Makefile.ams.
463         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
464         apply to the Makefile.am being generated.
465         (func_emit_tests_Makefile_am): Execute edits that apply to the
466         Makefile.am being generated.
467         (func_import): Setup list of Makefile.am edits before emitting the
468         Makefile.ams, not at the end.
469         (func_create_testdir): Update.
470         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
471
472 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
473
474         * gnulib-tool (func_import): Store the --tests-base option in the
475         comment in gnulib-cache.m4.
476
477 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
478
479         * NEWS: Document increased portability that sys_select now provides.
480
481         * lib/sys_select.in.h: Install select wrapper.
482         * lib/sys_socket.in.h: Use more descriptive name when there is no
483         select wrapper.
484         * lib/winsock-select.c: New.
485         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
486         Require gl_HEADER_SYS_SOCKET.
487         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
488         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
489         * tests/test-sys_select.c: Add functional tests.
490
491 2008-09-24  Eric Blake  <ebb9@byu.net>
492
493         open, fopen: close fd leak in last patch
494         * lib/open.c (rpl_open): Close fd before returning error.
495         * lib/fopen.c (rpl_fopen): Close fd before returning error.
496         * doc/posix-functions/open.texi (open): Document that Irix also
497         has the bug.
498         * doc/posix-functions/fopen.texi (fopen): Likewise.
499         Reported by Paolo Bonzini.
500
501 2008-09-24  Bruno Haible  <bruno@clisp.org>
502
503         Ensure that a filename ending in a slash cannot be used to access a
504         non-directory.
505         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
506         to check whether it's really a directory.
507         * lib/fopen.c: Include fcntl.h, unistd.h.
508         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
509         and fdopen().
510         * modules/fopen (Depends-on): Add unistd.
511         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
512         * tests/test-fopen.c (main): Likewise.
513         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
514         * doc/posix-functions/fopen.texi: Likewise.
515         Reported by Eric Blake.
516
517 2008-09-23  Eric Blake  <ebb9@byu.net>
518
519         c-stack: avoid compiler optimizations when provoking overflow
520         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
521         recursion harder to optimize, to ensure a stack overflow occurs.
522         * tests/test-c-stack.c (recurse): Likewise.
523         Borrowed from libsigsegv.
524
525         c-stack: work around Irix sigaltstack bug
526         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
527         whether sigaltstack uses wrong end of stack_t (copied in part from
528         libsigsegv).
529         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
530         Irix bug, without requiring an over-allocation.
531         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
532         bug.
533
534         fopen: document mingw bug on directories
535         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
536         not allowing a stream visiting a directory, even though reading
537         from such a stream is not portable.
538
539 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
540
541         * lib/poll.c: Rewrite.
542         * modules/poll: Depend on alloca.
543
544 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
545
546         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
547         instead define prototypes for a full set of wrappers.  Ensure
548         that Cygwin does not use the compatibility code, which is only
549         for MinGW.
550         * lib/winsock.c: New.
551         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
552         * modules/sys_socket: Add lib/winsock.c.
553
554         * modules/poll-tests: Add errno and perror.
555         * tests/test-poll.c: Use ioctl, not ioctlsocket.
556
557 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
558
559         * tests/test-poll.c: Downgrade minimum needed Winsock version.
560
561 2008-09-23  Bruno Haible  <bruno@clisp.org>
562
563         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
564         * doc/glibc-functions/*: Likewise.
565
566 2008-09-23  Simon Josefsson  <simon@josefsson.org>
567
568         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
569         success.
570
571 2008-09-22  Eric Blake  <ebb9@byu.net>
572             Bruno Haible  <bruno@clisp.org>
573
574         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
575         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
576         supply %A but mishandle pseudo-NaN.
577         Reported by Simon Josefsson.
578
579 2008-09-21  Bruno Haible  <bruno@clisp.org>
580
581         * tests/test-lock.c (main): Tweak skip message.
582         * tests/test-tls.c (main): Likewise.
583
584 2008-09-21  Bruno Haible  <bruno@clisp.org>
585
586         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
587         whether 'struct sigaction' has sa_sigaction here...
588         (gl_PREREQ_SIG_HANDLER_H): ... not here.
589         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
590
591 2008-09-21  Bruno Haible  <bruno@clisp.org>
592
593         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
594         section.
595         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
596         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
597         the new section.
598         (Support for obsolete systems lacking POSIX:2001): New section.
599         (String handling <string.h>): Move strdup to the new section.
600         Suggested by Simon Josefsson and Paolo Bonzini.
601
602 2008-09-21  Bruno Haible  <bruno@clisp.org>
603
604         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
605         exponents in %e and %g results on 'long double'. Needed for mingw's
606         improved *printf functions.
607         * tests/test-vasprintf-posix.c (test_function): Likewise.
608         * tests/test-snprintf-posix.h (test_function): Likewise.
609         * tests/test-sprintf-posix.h (test_function): Likewise.
610         Reported by Eric Blake.
611
612 2008-09-21  Bruno Haible  <bruno@clisp.org>
613
614         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
615         * tests/test-sprintf-posix.h (test_function): Likewise.
616
617 2008-09-21  Bruno Haible  <bruno@clisp.org>
618
619         * modules/getpass (Depends-on): Add strdup-posix.
620
621         New module 'strdup-posix'.
622         * modules/strdup-posix: New file.
623         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
624         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
625         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
626         REPLACE_STRDUP.
627         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
628         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
629         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
630         strdup-posix.
631
632         * modules/strdup (Depends-on): Remove malloc-posix.
633
634 2008-09-20  Bruno Haible  <bruno@clisp.org>
635
636         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
637         Wildenhues.
638
639 2008-09-20  Bruno Haible  <bruno@clisp.org>
640
641         Ensure that wint_t gets defined on IRIX 5.3.
642         * lib/wchar.in.h (wint_t): Define if not defined by the system.
643         * lib/wctype.in.h (wint_t): Likewise.
644         (__wctype_wint_t): Remove type.
645         (isw*): Use wint_t instead of __wctype_wint_t.
646         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
647         * modules/wchar (Files): Add m4/wint_t.m4.
648         (Makefile.am): Substitute HAVE_WINT_T.
649         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
650         * tests/test-wctype.c: Check that wint_t is defined.
651         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
652         * doc/posix-headers/wctype.texi: Likewise.
653         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
654
655 2008-09-18  Bruno Haible  <bruno@clisp.org>
656
657         * gnulib-tool (func_exit): Update comment.
658
659 2008-09-18  Simon Josefsson  <simon@josefsson.org>
660
661         * modules/getaddrinfo (Depends-on): Remove strdup, this module
662         assumes strdup exists and does not depend on strdup to return
663         ENOMEM on out of memory conditions.
664
665 2008-09-18  Bruno Haible  <bruno@clisp.org>
666
667         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
668         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
669         digits for the exponent.
670
671 2008-09-18  Jim Meyering  <meyering@redhat.com>
672             Bruno Haible  <bruno@clisp.org>
673
674         * lib/vasnprintf.c (decimal_point_char): Define also if
675         NEED_PRINTF_INFINITE_LONG_DOUBLE.
676
677 2008-09-16  Bruno Haible  <bruno@clisp.org>
678         and Eric Blake  <ebb9@byu.net>
679
680         vasnprintf: support Irix 5.3
681         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
682         that mishandle long double infinity.
683         Reported by Tom G. Christensen.
684
685 2008-09-16  Bruno Haible  <bruno@clisp.org>
686
687         * doc/glibc-functions/scandir.texi: Mention the function is missing on
688         Solaris 9.
689         * doc/glibc-functions/alphasort.texi: Likewise.
690         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
691
692 2008-09-16  Jim Meyering  <meyering@redhat.com>
693
694         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
695         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
696         a umask modification leak out of a subshell.  Otherwise, the
697         opensolaris /bin/sh would be accepted and thus cause unwarranted
698         failures in the coreutils test suite.
699
700 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
701
702         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
703         to succeed.
704
705 2008-09-16  Jim Meyering  <meyering@redhat.com>
706
707         avoid spurious test failure when library is built without ACL support
708         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
709         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
710         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
711         * tests/test-copy-acl.sh: Likewise.
712
713 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
714
715         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
716         based on character occurrence counts.
717
718 2008-09-15  Eric Blake  <ebb9@byu.net>
719
720         tests: avoid some compiler warnings
721         * tests/test-memchr.c (main): Pass NULL indirectly.
722         * tests/test-closein.c (main): Avoid unused variable.
723
724 2008-09-15  Bruno Haible  <bruno@clisp.org>
725
726         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
727         are missing on OpenBSD 4.0 individually.
728         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
729
730 2008-09-15  Bruno Haible  <bruno@clisp.org>
731
732         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
733         * doc/posix-functions/strerror.texi: Mention also Cygwin.
734         * doc/posix-functions/perror.texi: Likewise.
735         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
736         is missing.
737         Reported by Eric Blake.
738
739         * lib/errno.in.h: Use replacement values >= 2000.
740         Reported by Eric Blake.
741
742 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
743
744         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
745         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
746         limit.
747         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
748         compareseq was aborted.
749
750 2008-09-14  Bruno Haible  <bruno@clisp.org>
751
752         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
753         yvec_edit_count.
754         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
755         (fstrcmp_bounded): Simplify result computation accordingly.
756
757 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
758
759         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
760         (fstrcmp): Define in terms of fstrcmp_bounded.
761         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
762         lower_bound argument.
763         Return quickly if the result is certainly < lower_bound.
764         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
765
766 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
767
768         * lib/diffseq.h (EARLY_ABORT): New macro.
769         (compareseq): Change return type to bool. Return true when EARLY_ABORT
770         evaluates to true.
771
772 2008-09-14  Bruno Haible  <bruno@clisp.org>
773
774         * modules/perror-tests: New file.
775         * tests/test-perror.sh: New file.
776         * tests/test-perror.c: New file.
777
778         New module 'perror'.
779         * lib/stdio.in.h (perror): New declaration.
780         * lib/perror.c: New file.
781         * m4/perror.m4: New file.
782         * modules/perror: New file.
783         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
784         * doc/posix-functions/perror.texi: Mention the perror module.
785         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
786         REPLACE_PERROR.
787         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
788         REPLACE_PERROR.
789
790 2008-09-14  Bruno Haible  <bruno@clisp.org>
791
792         * modules/stdio (Makefile.am): Reorder to match the order in
793         lib/stdio.in.h.
794         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
795
796 2008-09-13  Bruno Haible  <bruno@clisp.org>
797
798         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
799
800 2008-09-13  Bruno Haible  <bruno@clisp.org>
801
802         Extend strerror to cover the added errno values.
803         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
804         (rpl_strerror): Provide error messages for the added errno values and
805         for the WSA* values.
806         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
807         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
808         strerror.
809         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
810         * modules/strerror (Depends-on): Add errno.
811         * doc/posix-functions/strerror.texi: Document the change.
812         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
813         and EOVERFLOW.
814
815 2008-09-13  Bruno Haible  <bruno@clisp.org>
816
817         * modules/EOVERFLOW: Remove file.
818         * m4/eoverflow.m4: Remove file.
819         * modules/EOVERFLOW-tests: Remove file.
820         * tests/test-EOVERFLOW.c: Remove file.
821         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
822         * modules/ftell (Depends-on): Likewise.
823         * modules/getdelim (Depends-on): Likewise.
824         * modules/getugroups (Depends-on): Likewise.
825         * modules/poll (Depends-on): Likewise.
826         * modules/snprintf (Depends-on): Likewise.
827         * modules/sprintf-posix (Depends-on): Likewise.
828         * modules/vasnprintf (Depends-on): Likewise.
829         * modules/vasprintf (Depends-on): Likewise.
830         * modules/vfprintf-posix (Depends-on): Likewise.
831         * modules/vsnprintf (Depends-on): Likewise.
832         * modules/vsprintf-posix (Depends-on): Likewise.
833         * modules/xvasprintf (Depends-on): Likewise.
834         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
835         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
836         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
837         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
838         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
839         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
840         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
841         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
842         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
843         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
844         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
845         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
846         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
847         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
848         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
849         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
850         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
851         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
852         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
853         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
854         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
855         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
856         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
857         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
858         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
859         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
860         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
861         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
862         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
863         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
864         * MODULES.html.sh: Remove EOVERFLOW.
865         * NEWS: Mention the change.
866
867 2008-09-13  Bruno Haible  <bruno@clisp.org>
868
869         * modules/errno-tests: New file.
870         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
871
872         * lib/errno.in.h: New file.
873         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
874         * modules/errno: New file.
875         * doc/posix-headers/errno.texi: Update documentation.
876         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
877
878 2008-09-13  Bruno Haible  <bruno@clisp.org>
879
880         * tests/test-poll.c: Use #if for native Windows, rather than testing
881         __MSVCRT__.
882
883 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
884             Bruno Haible  <bruno@clisp.org>
885
886         * lib/glob.c: Don't include <pwd.h> on native Windows.
887         (WINDOWS32): New macro.
888         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
889
890 2008-09-13  Bruno Haible  <bruno@clisp.org>
891
892         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
893         (ETIMEDOUT): Remove macro.
894         (glthread_cond_timedwait_multithreaded): New declaration.
895         (glthread_cond_timedwait): Use it.
896         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
897         (glthread_cond_timedwait_multithreaded): New function.
898
899 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
900
901         * modules/poll-tests: Do not check for io.h.
902         * tests/test-poll.c: Check for __MSVCRT__ instead.
903
904 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
905
906         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
907         * modules/poll-tests: Add inet_pton, stdbool, sockets.
908         * tests/test-poll.c: Use them.  Use _pipe on Windows.
909
910 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
911
912         * modules/poll-tests: New.
913         * tests/test-poll.c: New.
914
915 2008-09-12  Eric Blake  <ebb9@byu.net>
916
917         frexp: test for NetBSD failure on -0.0
918         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
919         not all, bugs from NetBSD 3.0 have been fixed.
920         * doc/posix-functions/frexp.texi (frexp): Document bug.
921         Reported by Thomas Klausner.
922
923         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
924         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
925         literal -0.0.
926         Reported by Jonathan C. Patschke <jp@centtech.com>.
927
928 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
929
930         * lib/glthread/cond.h: Use dummy implementation also if
931         USE_WIN32_THREADS.
932
933 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
934
935         * modules/fnmatch-posix (License): Change to LGPLv2+.
936         * modules/fnmatch-gnu (License): Likewise.
937
938 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
939
940         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
941
942 2008-09-11  Jim Meyering  <meyering@redhat.com>
943
944         * users.txt: Add gtk-vnc.
945
946 2008-09-08  Simon Josefsson  <simon@josefsson.org>
947
948         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
949         rotate amounts.
950
951         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
952         required for 16-bit and 8-bit rotates.
953         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
954         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
955         UINT8_MAX instead of hard-coded constants.
956         Suggested by Paul Eggert.
957
958 2008-09-07  Bruno Haible  <bruno@clisp.org>
959
960         * tests/test-striconveh.c (main): Check behaviour when converting from
961         UTF-7.
962
963         Make striconveh work better with stateful encodings.
964         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
965         that iconv does not increment the inptr when returning -1/EINVAL.
966
967 2008-09-07  Bruno Haible  <bruno@clisp.org>
968
969         * build-aux/config.rpath: Update according to libtool-2.2.6.
970         * build-aux/config.libpath: Likewise.
971
972 2008-09-06  Bruno Haible  <bruno@clisp.org>
973
974         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
975         * lib/freadptr.c (freadptr): Likewise.
976         * lib/freadseek.c (freadptrinc): Likewise.
977         Reported by Simon Josefsson.
978
979 2008-09-06  Bruno Haible  <bruno@clisp.org>
980
981         * modules/freadptr (License): Change to LGPLv2+.
982         * modules/freadseek (License): Likewise.
983         Suggested by Eric Blake.
984
985         * modules/memchr2 (License): Change to LGPLv2+.
986         Approved by Eric Blake.
987
988 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
989             Bruno Haible  <bruno@clisp.org>
990
991         Make gnulib-tool work with native 'sed' on AIX.
992         * gnulib-tool (sed_noop): New variable.
993         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
994         func_add_or_update, func_create_testdir): Use it to initialize sed
995         script variables.
996         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
997
998 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
999             Bruno Haible  <bruno@clisp.org>
1000
1001         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
1002         also works after #include directives.
1003
1004 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
1005
1006         getdate.y: reject an out-of-range timezone value
1007         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
1008         the range [-24...+24].  When specified with only one or two digits,
1009         * tests/test-getdate.c: Tests for the fix.
1010         * doc/getdate.texi: Document this change.
1011
1012 2008-09-03  Bruno Haible  <bruno@clisp.org>
1013
1014         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
1015
1016 2008-09-02  Simon Josefsson  <simon@josefsson.org>
1017
1018         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
1019         <bruce.korb@gmail.com> with ideas from Ben Pfaff
1020         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
1021         Blake <ebb9@byu.net>.
1022
1023         * tests/test-bitrotate.c: Add more test vectors.
1024
1025 2008-09-02  Eric Blake  <ebb9@byu.net>
1026
1027         vasnprintf-posix: handle large precision via %.*d
1028         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
1029         when handling it ourselves.
1030         * tests/test-vasnprintf-posix.c (test_function): Add test.
1031         * tests/test-snprintf-posix.h (test_function): Likewise.
1032         * tests/test-sprintf-posix.h (test_function): Likewise.
1033         * tests/test-vasprintf-posix.c (test_function): Likewise.
1034         Reported by Alain Guibert.
1035
1036 2008-09-01  Eric Blake  <ebb9@byu.net>
1037
1038         c-stack: make configure-time check more robust
1039         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
1040         successful sigaction call.
1041         Reported by Tom G. Christensen.
1042
1043 2008-09-01  Bruno Haible  <bruno@clisp.org>
1044
1045         New module 'findprog-lgpl'.
1046         * modules/findprog-lgpl: New file.
1047         * lib/findprog-lgpl.c: New file.
1048         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
1049         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
1050         to decide whether to use strdup or xstrdup, concatenated_filename or
1051         xconcatenated_filename.
1052
1053 2008-09-01  Bruno Haible  <bruno@clisp.org>
1054
1055         Split module 'concat-filename' into 'concat-filename' (LGPL) and
1056         'xconcat-filename' (GPL).
1057         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
1058         (License): Change to LGPLv2+.
1059         * modules/xconcat-filename: New file.
1060         * lib/concat-filename.h (concatenated_filename): Change specification.
1061         (xconcatenated_filename): New declaration.
1062         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
1063         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
1064         memory situations.
1065         * lib/xconcat-filename.c: New file.
1066         * NEWS: Mention the change.
1067         * lib/findprog.c: Include concat-filename.h, not filename.h.
1068         (find_in_path): Use xconcatenated_filename instead of
1069         concatenated_filename.
1070         * lib/javacomp.c: Include concat-filename.h, not filename.h.
1071         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
1072         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
1073         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
1074         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
1075         instead of concatenated_filename.
1076         * lib/javaexec.c: Include concat-filename.h, not filename.h.
1077         (execute_java_class): Use xconcatenated_filename instead of
1078         concatenated_filename.
1079         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
1080         * modules/javacomp (Depends-on): Likewise.
1081         * modules/javaexec (Depends-on): Likewise.
1082
1083 2008-09-01  Bruno Haible  <bruno@clisp.org>
1084
1085         Split module 'filename' into 'filename' and 'concat-filename'.
1086         * modules/filename: Keep only lib/filename.h.
1087         (License): Change to LGPLv2+.
1088         * modules/concat-filename: New file, extracted from modules/filename.
1089         * lib/filename.h (concatenated_filename): Remove declaration.
1090         * lib/concat-filename.h: New file, extracted from lib/filename.h.
1091         * lib/concat-filename.c: Include concat-filename.h.
1092         * NEWS: Mention the change.
1093
1094 2008-09-01  Simon Josefsson  <simon@josefsson.org>
1095
1096         * lib/bitrotate.h (rotl8, rotr8): Add.
1097
1098         * modules/bitrotate (configure.ac): Need
1099         AC_REQUIRE([AC_C_INLINE]).
1100         (Description): Mention stdint.h.  Reported by Bruno Haible
1101         <bruno@clisp.org>.
1102
1103         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
1104         Paolo Bonzini <bonzini@gnu.org>.
1105
1106 2008-08-31  Bruno Haible  <bruno@clisp.org>
1107
1108         Assume Solaris specific bi-arch conventions on Solaris systems.
1109         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
1110         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
1111         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
1112         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
1113         like acl_libdirstem.
1114         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
1115         acl_libdirstem.
1116         * NEWS: Mention the change.
1117         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
1118
1119 2008-08-31  Jim Meyering  <meyering@redhat.com>
1120
1121         * lib/strftime.h: Add comments describing the two added arguments.
1122
1123         remove duplicate #include directives
1124         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
1125         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
1126
1127 2008-08-31  Bruno Haible  <bruno@clisp.org>
1128
1129         New module 'sigpipe-die'.
1130         * modules/sigpipe-die: New file.
1131         * lib/sigpipe-die.h: New file.
1132         * lib/sigpipe-die.c: New file.
1133         * MODULES.html.sh (Signal handling): Add sigpipe-die.
1134
1135 2008-08-31  Bruno Haible  <bruno@clisp.org>
1136
1137         Don't override previously installed signal handlers.
1138         * lib/fatal-signal.c (saved_sigactions): New variable.
1139         (uninstall_handlers): Reset the signal to the saved handler, not
1140         to SIG_DFL (except when ignored).
1141         (install_handlers): Save the previous handlers.
1142
1143 2008-08-30  Bruno Haible  <bruno@clisp.org>
1144
1145         * gnulib-tool (func_reset_sigpipe): New function.
1146         (func_get_automake_snippet, func_modules_transitive_closure,
1147         func_import): Invoke it before a join command that reads from stdin,
1148         to avoid "echo: write error: Broken pipe" error messages on stderr.
1149         Reported by Sam Steingold <sds@gnu.org>.
1150
1151 2008-08-30  Bruno Haible  <bruno@clisp.org>
1152
1153         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
1154         Code copied from m4/open.m4.
1155         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
1156         access and the filename ends in a slash. Code copied from lib/open.c.
1157         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
1158         * tests/test-fopen.c (main): Check against bug with trailing slash.
1159
1160 2008-08-29  Bruno Haible  <bruno@clisp.org>
1161
1162         Avoid some "gcc -pedantic" warnings.
1163         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
1164         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
1165         * lib/dirent.in.h: Likewise.
1166         * lib/fcntl.in.h: Likewise.
1167         * lib/float.in.h: Likewise.
1168         * lib/iconv.in.h: Likewise.
1169         * lib/inttypes.in.h: Likewise.
1170         * lib/locale.in.h: Likewise.
1171         * lib/math.in.h: Likewise.
1172         * lib/netinet_in.in.h: Likewise.
1173         * lib/search.in.h: Likewise.
1174         * lib/signal.in.h: Likewise.
1175         * lib/stdarg.in.h: Likewise.
1176         * lib/stdint.in.h: Likewise.
1177         * lib/stdio.in.h: Likewise.
1178         * lib/stdlib.in.h: Likewise.
1179         * lib/string.in.h: Likewise.
1180         * lib/strings.in.h: Likewise.
1181         * lib/sys_select.in.h: Likewise.
1182         * lib/sys_socket.in.h: Likewise.
1183         * lib/sys_stat.in.h: Likewise.
1184         * lib/sys_time.in.h: Likewise.
1185         * lib/sysexits.in.h: Likewise.
1186         * lib/time.in.h: Likewise.
1187         * lib/unistd.in.h: Likewise.
1188         * lib/wchar.in.h: Likewise.
1189         * lib/wctype.in.h: Likewise.
1190         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
1191         * modules/fchdir (Makefile.am): Likewise.
1192         * modules/fcntl (Makefile.am): Likewise.
1193         * modules/float (Makefile.am): Likewise.
1194         * modules/iconv_open (Makefile.am): Likewise.
1195         * modules/inttypes (Makefile.am): Likewise.
1196         * modules/locale (Makefile.am): Likewise.
1197         * modules/math (Makefile.am): Likewise.
1198         * modules/netinet_in (Makefile.am): Likewise.
1199         * modules/search (Makefile.am): Likewise.
1200         * modules/signal (Makefile.am): Likewise.
1201         * modules/stdarg (Makefile.am): Likewise.
1202         * modules/stdint (Makefile.am): Likewise.
1203         * modules/stdio (Makefile.am): Likewise.
1204         * modules/stdlib (Makefile.am): Likewise.
1205         * modules/string (Makefile.am): Likewise.
1206         * modules/strings (Makefile.am): Likewise.
1207         * modules/sys_select (Makefile.am): Likewise.
1208         * modules/sys_socket (Makefile.am): Likewise.
1209         * modules/sys_stat (Makefile.am): Likewise.
1210         * modules/sys_time (Makefile.am): Likewise.
1211         * modules/sysexits (Makefile.am): Likewise.
1212         * modules/time (Makefile.am): Likewise.
1213         * modules/unistd (Makefile.am): Likewise.
1214         * modules/wchar (Makefile.am): Likewise.
1215         * modules/wctype (Makefile.am): Likewise.
1216         Reported by Reuben Thomas <rrt@sc3d.org>.
1217
1218 2008-08-29  Bruno Haible  <bruno@clisp.org>
1219
1220         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
1221         any more.
1222
1223 2008-08-29  Simon Josefsson  <simon@josefsson.org>
1224
1225         * MODULES.html.sh (Misc): Add bitrotate.
1226
1227         * modules/bitrotate: New file.
1228
1229         * lib/bitrotate.h: New file.
1230
1231         * modules/bitrotate-tests: New file.
1232
1233         * tests/test-bitrotate.c: New file.
1234
1235         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
1236         on the bitrotate module.
1237
1238         * lib/arctwo.c: Use new bitrotate module.
1239
1240 2008-08-29  Jim Meyering  <meyering@redhat.com>
1241
1242         bootstrap: merge changes from coreutils
1243         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
1244         of copied files.  Remove a kludge, now that this is fixed.
1245         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
1246         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
1247         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
1248
1249 2008-08-29  Bruno Haible  <bruno@clisp.org>
1250
1251         * MODULES.html.sh: Remove --cvs-urls option.
1252
1253 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
1254
1255         maint.mk: adjust to file name change
1256         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
1257
1258 2008-08-28  Jim Meyering  <meyering@redhat.com>
1259
1260         * modules/getndelim2 (License): Relicense to LGPLv2+.
1261         Approved by Richard Stallman for the version of 1995, and by
1262         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
1263
1264 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
1265
1266         * lib/getdelim.c (flockfile, funlockfile): Make all of them
1267         dummy if one is not available.  Do not touch them if
1268         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
1269         (getc_maybe_unlocked): New.
1270         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
1271
1272 2008-08-26  Eric Blake  <ebb9@byu.net>
1273
1274         doc/INSTALL: resync from autoconf
1275         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
1276         (INSTALL_PRELUDE): Delete; this is done more efficiently by
1277         moving...
1278         * install.texi [!autoconf]: ...here.  Resync from autoconf.
1279         * INSTALL: Regenerate.
1280         * INSTALL.ISO: New file.
1281         * INSTALL.UTF-8: Likewise.
1282
1283 2008-08-26  Jim Meyering  <meyering@redhat.com>
1284
1285         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
1286         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
1287         these definitions conditional, so that they may be overridden, too.
1288
1289 2008-08-26  Bruno Haible  <bruno@clisp.org>
1290
1291         Generate INSTALL file variants with prettier quotes.
1292         * doc/Makefile (INSTALL_PRELUDE): New macro.
1293         (INSTALL): Use it.
1294         (INSTALL.ISO, INSTALL.UTF-8): New rules.
1295
1296 2008-08-26  Bruno Haible  <bruno@clisp.org>
1297
1298         Run makeinfo in an English locale.
1299         * doc/Makefile (MAKEINFO): New variable.
1300
1301 2008-08-26  Bruno Haible  <bruno@clisp.org>
1302
1303         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
1304         Suggested by Eric Blake.
1305
1306 2008-08-25  Bruno Haible  <bruno@clisp.org>
1307
1308         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
1309
1310 2008-08-25  Eric Blake  <ebb9@byu.net>
1311
1312         c-stack: test that stack overflow can be caught
1313         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
1314         that platform allows handling stack overflow; at least OS/2 EMX
1315         has sigaltstack, but crashes before transferring control to
1316         handler on stack overflow.
1317         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
1318         check for HAVE_STACK_OVERFLOW_HANDLING.
1319         Reported by Elbert Pol.
1320
1321 2008-08-25  Bruno Haible  <bruno@clisp.org>
1322
1323         * doc/posix-functions/strftime.texi: Fix description of strftime
1324         module.
1325
1326 2008-08-24  Bruno Haible  <bruno@clisp.org>
1327
1328         * tests/uniwidth/test-uc_width2.c: New file.
1329         * tests/uniwidth/test-uc_width2.sh: New file.
1330         * modules/uniwidth/width-tests (Files): Add the new files.
1331         (TESTS): Add uniwidth/test-uc_width2.sh.
1332         (TESTS_ENVIRONMENT): New variable.
1333         (check_PROGRAMS): Add test-uc_width2.
1334         (test_uc_width2_SOURCES): New variable.
1335
1336         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
1337         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
1338         not 0x00AB.
1339         Reported by Alexander V. Lukyanov <lav@netis.ru>.
1340
1341 2008-08-22  Eric Blake  <ebb9@byu.net>
1342
1343         test-lock, test-tls: mention why a test is skipped
1344         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
1345         skipped.
1346         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
1347
1348         count-one-bits: relax license
1349         * modules/count-one-bits (License): Relicense to LGPLv2+.
1350         Suggested by Ludovic Courtès, approved by Ben Pfaff.
1351
1352 2008-08-22  Andreas Schwab  <schwab@suse.de>
1353
1354         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
1355         Remove spurious space in assignment.
1356
1357 2008-08-21  Simon Josefsson  <simon@josefsson.org>
1358
1359         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
1360         Paul Eggert <eggert@CS.UCLA.EDU>.
1361
1362 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
1363
1364         * modules/gettext: Add m4/threadlib.m4.
1365
1366 2008-08-19  Eric Blake  <ebb9@byu.net>
1367
1368         test-c-stack: fix compilation failure on FreeBSD 5.0
1369         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
1370         headers before <sys/resource.h>.
1371         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
1372         the bug.
1373         Reported by Nelson H. F. Beebe.
1374
1375         strverscmp: migrate from "strverscmp.h" to <string.h>
1376         * modules/string (Makefile.am): Add new hooks.
1377         * modules/strverscmp (Files): Remove strverscmp.h.
1378         (Depends-on): Add string.
1379         (configure.ac): Add indicator.
1380         (Include): Mention new header.
1381         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
1382         defaults.
1383         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
1384         results.
1385         * lib/strverscmp.h: Delete.
1386         * lib/string.in.h (strverscmp): Provide declaration, when needed.
1387         * tests/test-strverscmp.c (includes): Adjust client.
1388         * lib/check-version.c (includes): Likewise.
1389         * NEWS: Document the change.
1390
1391         strverscmp: add unit test
1392         * modules/strverscmp-tests: New file.
1393         * tests/test-strverscmp.c: Likewise.
1394
1395 2008-08-19  Simon Josefsson  <simon@josefsson.org>
1396
1397         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
1398         regarding Windows crypto stuff, from Mono.
1399
1400 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
1401
1402         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
1403         if present, for intel RND.  Return error on failures.
1404
1405 2008-08-18  Ben Pfaff  <blp@gnu.org>
1406
1407         gitlog-to-changelog: give better diagnostic for failed pipe-open
1408         * build-aux/gitlog-to-changelog: Improve error message: suggest
1409         that the version of Git may be too old.
1410
1411 2008-08-18  Simon Josefsson  <simon@josefsson.org>
1412
1413         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
1414         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
1415
1416 2008-08-18  Bruno Haible  <bruno@clisp.org>
1417
1418         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
1419         pthread_in_use().
1420
1421 2008-08-18  Bruno Haible  <bruno@clisp.org>
1422
1423         * lib/glthread/threadlib.c: Include <pthread.h>.
1424
1425 2008-08-18  Bruno Haible  <bruno@clisp.org>
1426
1427         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
1428         glthread_recursive_lock_* macros.
1429         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
1430         Fix syntax error.
1431
1432 2008-08-18  Bruno Haible  <bruno@clisp.org>
1433
1434         * lib/glthread/thread.c: Avoid forcing a context switch right after
1435         thread creation.
1436
1437 2008-08-17  Bruno Haible  <bruno@clisp.org>
1438
1439         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
1440         * lib/glthread/thread.h: Provide Win32 specific implementation.
1441         * modules/thread (Files): Add lib/glthread/thread.c.
1442         (Depends-on): Add lock.
1443         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
1444
1445 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1446
1447         New module 'yield'.
1448         * modules/yield: New file.
1449         * lib/glthread/yield.h: New file.
1450         * m4/yield.m4: New file.
1451         * MODULES.html.sh (Multithreading): Add yield.
1452
1453 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1454
1455         New module 'thread'.
1456         * modules/thread: New file.
1457         * lib/glthread/thread.h: New file.
1458         * m4/thread.m4: New file.
1459         * MODULES.html.sh (Multithreading): Add thread.
1460
1461 2008-08-17  Bruno Haible  <bruno@clisp.org>
1462
1463         * lib/glthread/lock.h: Include <stdlib.h> always.
1464         * lib/glthread/tls.h: Likewise.
1465         * lib/glthread/cond.h: Likewise.
1466
1467 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1468
1469         New module 'cond'.
1470         * modules/cond: New file.
1471         * lib/glthread/cond.h: New file.
1472         * lib/glthread/cond.c: New file.
1473         * m4/cond.m4: New file.
1474         * MODULES.html.sh (Multithreading): Add cond.
1475
1476 2008-08-16  Eric Blake  <ebb9@byu.net>
1477
1478         c-stack: fix regression on Irix 5.3 from 2008-06-21
1479         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
1480         sa_sigaction...
1481         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
1482         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
1483         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
1484         * modules/signal (Makefile.am): Use the value.
1485         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
1486         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
1487         * doc/posix-headers/signal.texi (signal.h): Document this
1488         portability issue.
1489         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
1490         Reported by Tom G. Christensen.
1491
1492 2008-08-17  Bruno Haible  <bruno@clisp.org>
1493
1494         New module 'threadlib'.
1495         * modules/threadlib: New file.
1496         * lib/glthread/threadlib.c: New file, extracted from
1497         lib/glthread/lock.c.
1498         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
1499         functions.
1500         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
1501         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
1502         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
1503         macros.
1504         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
1505         (gl_DISABLE_THREADS): Remove macro.
1506         * modules/lock (Files): Remove build-aux/config.rpath.
1507         (Depends-on): Remove havelib. Add threadlib.
1508         (configure.ac-early): Remove section.
1509         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
1510         * modules/tls (Depends-on): Remove lock. Add threadlib.
1511         (Link): New section, copied from threadlib.
1512         * MODULES.html.sh (Multithreading): Add threadlib.
1513
1514 2008-08-14  Bruno Haible  <bruno@clisp.org>
1515
1516         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
1517         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
1518         glthread_rwlock_unlock, glthread_rwlock_destroy,
1519         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
1520         glthread_recursive_lock_destroy): Define as macros always.
1521         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
1522         glthread_lock_lock.
1523         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
1524         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
1525         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
1526         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
1527         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
1528         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
1529         (glthread_recursive_lock_lock_func): Renamed from
1530         glthread_recursive_lock_lock.
1531         (glthread_recursive_lock_unlock_func): Renamed from
1532         glthread_recursive_lock_unlock.
1533         (glthread_recursive_lock_destroy_func): Renamed from
1534         glthread_recursive_lock_destroy.
1535
1536 2008-08-14  Bruno Haible  <bruno@clisp.org>
1537
1538         * lib/glthread/lock.h: Renamed from lib/lock.h.
1539         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
1540         * lib/glthread/tls.h: Renamed from lib/tls.h.
1541         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
1542         * lib/fstrcmp.c: Update includes.
1543         * lib/strsignal.c: Update includes.
1544         * modules/lock (Files, Makefile.am): Update.
1545         (Include): Change to "glthread/lock.h".
1546         * modules/tls (Files, Makefile.am): Update.
1547         (Include): Change to "glthread/tls.h".
1548         * tests/test-lock.c: Update includes.
1549         * tests/test-tls.c: Update includes.
1550         * NEWS: Mention the renamed header files.
1551
1552 2008-08-11  Jim Meyering  <meyering@redhat.com>
1553
1554         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
1555
1556 2008-08-11  Eric Blake  <ebb9@byu.net>
1557
1558         test-c-stack: avoid C99-ism
1559         * tests/test-c-stack.c (main): Fix whitespace, move declaration
1560         before statement.
1561         Reported by Alain Guibert.
1562
1563 2008-08-10  Jim Meyering  <meyering@redhat.com>
1564
1565         ensure that return value of uinttostr et al are not ignored
1566         * lib/inttostr.h (__GNUC_PREREQ): Define.
1567         (__attribute_warn_unused_result__): Define.
1568         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
1569
1570 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
1571
1572         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
1573         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
1574
1575 2008-08-07  Jim Meyering  <meyering@redhat.com>
1576
1577         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
1578
1579         * modules/mkstemp (License): Relicense under LGPLv2+.
1580         * modules/tempname (License): Likewise.
1581
1582 2008-08-06  Bruno Haible  <bruno@clisp.org>
1583
1584         * lib/poll.c (poll): Further micro-optimization.
1585
1586 2008-08-06  Jim Meyering  <meyering@redhat.com>
1587
1588         inet_pton.c: use locale-independent tolower
1589         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
1590         (inet_pton6): Use c_tolower rather than tolower.
1591         * modules/inet_pton (Depends-on): Add c-ctype.
1592
1593 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
1594
1595         * lib/poll.c (poll): Avoid division when timeout is 0, cache
1596         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
1597
1598 2008-08-06  Jim Meyering  <meyering@redhat.com>
1599
1600         * modules/inet_pton (License): Relicense under LGPLv2+.
1601
1602 2008-08-03  Bruno Haible  <bruno@clisp.org>
1603
1604         Additional non-aborting API for lock and tls.
1605         * lib/lock.h: Include <errno.h>.
1606         (glthread_lock_init): New macro/function.
1607         (gl_lock_init): Define as wrapper around glthread_lock_init.
1608         (glthread_lock_lock): New macro/function.
1609         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
1610         (glthread_lock_unlock): New macro/function.
1611         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
1612         (glthread_lock_destroy): New macro/function.
1613         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
1614         (glthread_rwlock_init): New macro/function.
1615         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
1616         (glthread_rwlock_rdlock): New macro/function.
1617         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
1618         (glthread_rwlock_wrlock): New macro/function.
1619         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
1620         (glthread_rwlock_unlock): New macro/function.
1621         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
1622         (glthread_rwlock_destroy): New macro/function.
1623         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
1624         (glthread_recursive_lock_init): New macro/function.
1625         (gl_recursive_lock_init): Define as wrapper around
1626         glthread_recursive_lock_init.
1627         (glthread_recursive_lock_lock): New macro/function.
1628         (gl_recursive_lock_lock): Define as wrapper around
1629         glthread_recursive_lock_lock.
1630         (glthread_recursive_lock_unlock): New macro/function.
1631         (gl_recursive_lock_unlock): Define as wrapper around
1632         glthread_recursive_lock_unlock.
1633         (glthread_recursive_lock_destroy): New macro/function.
1634         (gl_recursive_lock_destroy): Define as wrapper around
1635         glthread_recursive_lock_destroy.
1636         (glthread_once): New macro/function.
1637         (gl_once): Define as wrapper around glthread_once.
1638         Update function declarations.
1639         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
1640         glthread_rwlock_init. Return error code.
1641         (glthread_rwlock_rdlock_multithreaded): Renamed from
1642         glthread_rwlock_rdlock. Return error code.
1643         (glthread_rwlock_wrlock_multithreaded): Renamed from
1644         glthread_rwlock_wrlock. Return error code.
1645         (glthread_rwlock_unlock_multithreaded): Renamed from
1646         glthread_rwlock_unlock. Return error code.
1647         (glthread_rwlock_destroy_multithreaded): Renamed from
1648         glthread_rwlock_destroy. Return error code.
1649         (glthread_recursive_lock_init_multithreaded): Renamed from
1650         glthread_recursive_lock_init. Return error code.
1651         (glthread_recursive_lock_lock_multithreaded): Renamed from
1652         glthread_recursive_lock_lock. Return error code.
1653         (glthread_recursive_lock_unlock_multithreaded): Renamed from
1654         glthread_recursive_lock_unlock. Return error code.
1655         (glthread_recursive_lock_destroy_multithreaded): Renamed from
1656         glthread_recursive_lock_destroy. Return error code.
1657         (glthread_once_call): Make static.
1658         (glthread_once_multithreaded): Renamed from glthread_once.
1659         * lib/tls.h: Include <errno.h>.
1660         (glthread_tls_key_init): New macro/function.
1661         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
1662         (glthread_tls_set): New macro/function.
1663         (gl_tls_set): Define as wrapper around glthread_tls_set.
1664         (glthread_tls_key_destroy): New macro/function.
1665         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
1666         Update function declarations.
1667         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
1668         glthread_tls_get.
1669         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
1670
1671 2008-08-04  Eric Blake  <ebb9@byu.net>
1672
1673         gnumakefile: use space, not TAB, outside of targets
1674         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
1675
1676 2008-08-02  Jim Meyering  <meyering@redhat.com>
1677
1678         getdate.y: avoid locale-dependent date parsing failure
1679         In Turkish locales, getdate would fail to recognize keywords
1680         containing a lowercase "i".  The solution is not to rely on
1681         locale-sensitive case-conversion.
1682         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
1683         (lookup_word): Use c_toupper in place of toupper.
1684         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
1685         Reported by Vefa Bicakci <bicave@superonline.com> in
1686         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
1687         * modules/getdate (Depends-on): Add c-ctype.
1688
1689 2008-08-02  Bruno Haible  <bruno@clisp.org>
1690
1691         * gnulib-tool (func_import): When updating or creating a .gitignore
1692         file, prepend each added line with a slash, and ignore leading slashes
1693         from the existing lines.
1694         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1695
1696 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1697
1698         Portability fix for GNU make 3.79.1.
1699         * top/GNUmakefile: Avoid 'else COND', which older GNU make
1700         versions do not understand.
1701
1702 2008-08-01  Bruno Haible  <bruno@clisp.org>
1703
1704         Work around bug of HP-UX 10.20 cc with -0.0 literal.
1705         * tests/test-isnanf.h (zero): New variable.
1706         (main): Avoid literal -0.0f.
1707         * tests/test-isnand.h (zero): New variable.
1708         (main): Avoid literal -0.0.
1709         * tests/test-isnanl.h (zero): New variable.
1710         (main): Avoid literal -0.0L.
1711         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
1712         (test_float, test_double, test_long_double): Avoid literals -0.0f,
1713         -0.0, -0.0L.
1714         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
1715         (test_signbitd): Avoid literal -0.0.
1716         (test_signbitl): Avoid literal -0.0L.
1717         * tests/test-ceilf1.c (zero): New variable.
1718         (main): Avoid literal -0.0f.
1719         * tests/test-ceill.c (zero): New variable.
1720         (main): Avoid literal -0.0L.
1721         * tests/test-floorf1.c (zero): New variable.
1722         (main): Avoid literal -0.0f.
1723         * tests/test-floorl.c (zero): New variable.
1724         (main): Avoid literal -0.0L.
1725         * tests/test-roundf1.c (zero): New variable.
1726         (main): Avoid literal -0.0f.
1727         * tests/test-round1.c (zero): New variable.
1728         (main): Avoid literal -0.0.
1729         * tests/test-roundl.c (zero): New variable.
1730         (main): Avoid literal -0.0L.
1731         * tests/test-truncf1.c (zero): New variable.
1732         (main): Avoid literal -0.0f.
1733         * tests/test-trunc1.c (zero): New variable.
1734         (main): Avoid literal -0.0.
1735         * tests/test-truncl.c (zero): New variable.
1736         (main): Avoid literal -0.0L.
1737         * tests/test-frexp.c (zero): New variable.
1738         (main): Avoid literal -0.0.
1739         * tests/test-frexpl.c (zero): New variable.
1740         (main): Avoid literal -0.0L.
1741         * tests/test-ldexpl.c (zero): New variable.
1742         (main): Avoid literal -0.0L.
1743         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
1744         (zerod, zerol): New variables.
1745         (test_function): Avoid literals -0.0, -0.0L.
1746         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
1747         (zerod, zerol): New variables.
1748         (test_function): Avoid literals -0.0, -0.0L.
1749         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
1750         (zerod, zerol): New variables.
1751         (test_function): Avoid literals -0.0, -0.0L.
1752         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
1753         (zerod, zerol): New variables.
1754         (test_function): Avoid literals -0.0, -0.0L.
1755         * tests/test-strtod.c (zero): New variable.
1756         (main): Avoid literal -0.0.
1757         Reported by Jonathan C. Patschke <jp@centtech.com>.
1758
1759 2008-07-31  Jim Meyering  <meyering@redhat.com>
1760
1761         sha256.h: correct definition of SHA224_DIGEST_SIZE
1762         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
1763         Reported by Paulie Pena IV <paulie4@gmail.com>.
1764         Define as 224 / 8, rather than as a literal.
1765         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
1766         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
1767         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
1768
1769 2008-07-31  Bruno Haible  <bruno@clisp.org>
1770
1771         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
1772         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
1773         Reported by Jonathan Patschke <jp@centtech.com>.
1774
1775 2008-07-31  Bruno Haible  <bruno@clisp.org>
1776
1777         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
1778         Reported by Paolo Bonzini <bonzini@gnu.org>.
1779
1780 2008-07-30  Eric Blake  <ebb9@byu.net>
1781
1782         test-strtod: allow compilation without -lm
1783         * tests/test-strtod.c (main): Avoid link dependence on fabs.
1784         Reported by Dennis Clarke <blastwave@gmail.com>.
1785
1786 2008-07-28  Jim Meyering  <meyering@redhat.com>
1787
1788         bootstrap: work also when there are no .po files in po/
1789         * build-aux/bootstrap (update_po_files): Complete the change
1790         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
1791
1792 2008-07-27  Jim Meyering  <meyering@redhat.com>
1793
1794         * users.txt: Add zile.
1795
1796 2008-07-26  Ben Pfaff  <blp@gnu.org>
1797
1798         Add missing dependencies on new m4/exponent[fdl].m4 files.
1799         * modules/isnanf-nolibm: Add m4/exponentf.m4.
1800         * modules/isnand-nolibm: Add m4/exponentd.m4.
1801         * modules/isnanl-nolibm: Add m4/exponentl.m4.
1802         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
1803         m4/isnan[fdl].m4, because the macros actually used moved.
1804         Reported by Jim Meyering.
1805
1806 2008-07-14  Ben Pfaff  <blp@gnu.org>
1807
1808         Add isinf module.
1809         * lib/isinf.c: New file.
1810         * lib/math.in.h: Define isinf macro if we have decided to replace
1811         it.
1812         * m4/isinf.m4: New file.
1813         * m4/math_h.m4: Initialize and substitute variables for isinf
1814         module.
1815         * modules/isinf: New file.
1816         * modules/isinf-tests: New file.
1817         * modules/math: Add substitutions for new module.
1818         * tests/test-isinf.c: New file.
1819         * doc/posix-functions/isinf.texi: Mention new module.
1820         * MODULES.html.sh: Mention new module.
1821
1822 2008-07-14  Ben Pfaff  <blp@gnu.org>
1823
1824         Factor out some macros for use by additional modules.
1825         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
1826         exponentf.m4.
1827         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
1828         exponentd.m4.
1829         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
1830         file exponentl.m4.
1831         * m4/exponentf.m4: New file.
1832         * m4/exponentd.m4: New file.
1833         * m4/exponentl.m4: New file.
1834         * modules/isnanf: Use new file m4/exponentf.m4.
1835         * modules/isnand: Use new file m4/exponentd.m4.
1836         * modules/isnanl: Use new file m4/exponentl.m4.
1837
1838 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
1839
1840         mktime.c: normalize tp->tm_isdst value to -1/0/1.
1841         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
1842         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
1843         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
1844
1845         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
1846         readlink on platforms without PATH_MAX.
1847
1848 2008-07-21  Eric Blake  <ebb9@byu.net>
1849
1850         Warn, not fail, on stale version.
1851         * top/GNUmakefile (_curr-ver): Tone down previous patch.
1852
1853         Don't allow installation with stale devel version number.
1854         * top/GNUmakefile (_is-install-target): New macro.
1855         (_curr-ver): Forbid installation with stale version number.
1856
1857 2008-07-20  Bruno Haible  <bruno@clisp.org>
1858
1859         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
1860         TESTS_ENVIRONMENT.
1861         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
1862
1863 2008-07-20  Bruno Haible  <bruno@clisp.org>
1864
1865         * lib/c-stack.h (c_stack_action): Add documentation.
1866         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
1867
1868 2008-07-20  Bruno Haible  <bruno@clisp.org>
1869
1870         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
1871         * modules/readlink (License): Likewise.
1872
1873 2008-07-17  Eric Blake  <ebb9@byu.net>
1874
1875         * modules/c-stack (Link): Fix typo.
1876
1877         Make c-stack use libsigsegv, when available.
1878         * modules/c-stack (Depends-on): Add libsigsegv.
1879         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
1880         needed.
1881         * lib/c-stack.c (SIGSTKSZ): Define fallback.
1882         (segv_handler, overflow_handler, c_stack_action)
1883         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
1884         implementation when libsigsegv is available, but only when using
1885         the library is necessary.
1886         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
1887         comment, explaining why XSI check fails on Linux.
1888         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
1889         * tests/test-c-stack2.sh: Tweak skip message.
1890         * NEWS: Document new link-time requirements.
1891
1892 2008-07-16  Eric Blake  <ebb9@byu.net>
1893
1894         c-stack: Expose false positives when not using libsigsegv.
1895         * modules/c-stack-tests (Files): Expand test.
1896         * tests/test-c-stack.c (main): Add means to conditionally trigger
1897         non-overflow SIGSEGV.
1898         * tests/test-c-stack2.sh: New file.
1899
1900 2008-07-14  Bruno Haible  <bruno@clisp.org>
1901
1902         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
1903         Reported by Eric Blake.
1904
1905 2008-07-14  Sam Steingold  <sds@gnu.org>
1906             Bruno Haible  <bruno@clisp.org>
1907
1908         New module libsigsegv.
1909         * modules/libsigsegv: New file.
1910         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
1911         modifications.
1912         * MODULES.html.sh (Signal handling): New section.
1913
1914 2008-07-14  Bruno Haible  <bruno@clisp.org>
1915
1916         * modules/unictype/ctype-* (Description): Add the word "function".
1917         Improves the resulting doc in MODULES.html.
1918
1919 2008-07-12  Ben Pfaff  <blp@gnu.org>
1920
1921         Add longlong module.
1922         * modules/longlong: New file.
1923
1924 2008-07-12  Bruno Haible  <bruno@clisp.org>
1925
1926         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
1927         to empty.
1928
1929 2008-07-10  Ben Pfaff  <blp@gnu.org>
1930
1931         Add isnan module.
1932         * doc/posix-functions/isnan.texi: Mention new module.
1933         * lib/math.in.h: Define isnan macro if we have decided to replace
1934         it.
1935         * m4/isnan.m4: New file.
1936         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
1937         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
1938         also.
1939         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
1940         redundancy.
1941         * m4/math_h.m4: Initialize and substitute variables for isnan
1942         module.
1943         * modules/isnan: New file.
1944         * modules/isnan-tests: New file.
1945         * modules/math: Add substitutions for new module.
1946         * tests/test-isnan.c: New file.
1947         * MODULES.html.sh: Mention new module.
1948
1949 2008-07-10  Ben Pfaff  <blp@gnu.org>
1950
1951         Add isnanf module.
1952         * lib/isnanf.m4: New file.
1953         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
1954         (gl_HAVE_ISNANF_IN_LIBM): New macro.
1955         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
1956         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
1957         * modules/isnanf: New file.
1958         * modules/isnanf-tests: New file.
1959         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
1960         files.
1961         * tests/test-isnanf-nolibm.c: factored most of its contents into
1962         new file tests/test-isnanf.h.
1963         * tests/test-isnanf.h: New file.
1964         * tests/test-isnanf.c: New file.
1965         * MODULES.html.sh: Mention new module.
1966         * doc/glibc-functions/isnanf.texi: Mention new module.
1967
1968 2008-07-10  Ben Pfaff  <blp@gnu.org>
1969
1970         Add isnand module.
1971         * lib/isnand.h: New file.
1972         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
1973         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
1974         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
1975         functionality also.
1976         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
1977         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
1978         (gl_HAVE_ISNAND_IN_LIBM): New macro.
1979         * modules/isnand: New file.
1980         * modules/isnand-tests: New file.
1981         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
1982         files.
1983         * tests/test-isnand-nolibm.c: factored most of its contents into
1984         new file tests/test-isnand.h.
1985         * tests/test-isnand.h: New file.
1986         * tests/test-isnand.c: New file.
1987         * MODULES.html.sh: Mention new module.
1988
1989 2008-07-10  Ben Pfaff  <blp@gnu.org>
1990
1991         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
1992         * lib/isnand.h: Rename lib/isnand-nolibm.h.
1993         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
1994         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
1995         * modules/isnanf-nolibm: Update references to renamed files.
1996         * modules/isnand-nolibm: Likewise.
1997         * modules/isnanf-nolibm-tests: Likewise.
1998         * modules/isnand-nolibm-tests: Likewise.
1999         * lib/frexp.c: Likewise.
2000         * lib/isfinite.c: Likewise.
2001         * lib/signbitd.c: Likewise.
2002         * lib/signbitf.c: Likewise.
2003         * lib/vasnprintf.c: Likewise.
2004         * tests/test-ceilf1.c: Likewise.
2005         * tests/test-ceilf2.c: Likewise.
2006         * tests/test-floorf1.c: Likewise.
2007         * tests/test-floorf2.c: Likewise.
2008         * tests/test-frexp.c: Likewise.
2009         * tests/test-round1.c: Likewise.
2010         * tests/test-round2.c: Likewise.
2011         * tests/test-roundf1.c: Likewise.
2012         * tests/test-strtod.c: Likewise.
2013         * tests/test-trunc1.c: Likewise.
2014         * tests/test-trunc2.c: Likewise.
2015         * tests/test-truncf1.c: Likewise.
2016         * tests/test-truncf2.c: Likewise.
2017         * NEWS: Mention the renamed header files.
2018
2019 2008-07-11  Jim Meyering  <meyering@redhat.com>
2020
2021         vc-list-files: make the last-resort awk code more portable
2022         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
2023         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
2024         does not support it.
2025
2026 2008-07-10  Eric Blake  <ebb9@byu.net>
2027
2028         Work with tar's bootstrap.
2029         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
2030         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
2031         an m4 comment.
2032
2033 2008-07-09  Jim Meyering  <meyering@redhat.com>
2034
2035         posix-shell.m4: fix typo that made this test malfunction
2036         * m4/posix-shell.m4: Remove capitalization in variable name.
2037
2038 2008-07-08  Bruno Haible  <bruno@clisp.org>
2039
2040         * m4/onceonly.m4: Update comments.
2041         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2042
2043 2008-07-04  Jim Meyering  <meyering@redhat.com>
2044
2045         * users.txt: Add vc-dwim.
2046         (bison, coreutils): Use the gitweb URL.
2047
2048 2008-07-03  Jim Meyering  <meyering@redhat.com>
2049
2050         * users.txt: Add libffcall.  From Sam Steingold.
2051
2052 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
2053
2054         getdate.y: do not ignore TZ with relative day, month or year offset
2055         * lib/getdate.y (get_date): Move the tz-handling block to follow the
2056         relative-date-handling, since otherwise, the latter would clobber the
2057         sole output (an updated Start value) of the tz-handling block.
2058         * tests/test-getdate.c: Tests for the fix
2059
2060 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2061
2062         Recognize 'foo_LIBRARIES += libgnu.a'.
2063         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
2064         makefile snippet has already specified an installation location,
2065         also using '+='.
2066
2067 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
2068
2069         getdate.y: factor out common actions
2070         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
2071         Use them in place of open-coded actions.
2072
2073 2008-07-01  Simon Josefsson  <simon@josefsson.org>
2074
2075         Add self-test for getdate module.
2076         * modules/getdate-tests: New file.
2077         * tests/test-getdate.c: New file.
2078
2079 2008-06-29  Bruno Haible  <bruno@clisp.org>
2080
2081         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
2082         .gitignore.
2083         Reported by Sylvain Beucler <beuc@beuc.net>.
2084
2085 2008-06-29  Bruno Haible  <bruno@clisp.org>
2086
2087         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
2088         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
2089
2090 2008-06-29  Bruno Haible  <bruno@clisp.org>
2091
2092         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
2093         EXTRA_DIST.
2094         Reported by Sylvain Beucler <beuc@beuc.net>.
2095
2096 2008-06-26  Jim Meyering  <meyering@redhat.com>
2097
2098         make several modules depend on the "open" module
2099         This provides slightly increased consistency when opening-for-write
2100         the name of a non-directory spelled with a trailing slash.
2101         * modules/chdir-safer: Likewise.
2102         * modules/chown: Likewise.
2103         * modules/clean-temp: Likewise.
2104         * modules/copy-file: Likewise.
2105         * modules/fchdir: Likewise.
2106         * modules/fcntl-safer: Likewise.
2107         * modules/pipe: Likewise.
2108         * modules/utime: Likewise.
2109         Prompted by Eric Blake and Bruno Haible.
2110
2111 2008-06-24  Andreas Schwab  <schwab@suse.de>
2112
2113         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
2114         literals can be used as initializers for global variables.
2115
2116 2008-06-23  Eric Blake  <ebb9@byu.net>
2117
2118         Make gnulib-cache.m4 easier to diff.
2119         * gnulib-tool (func_import): Allow newlines when reading cached
2120         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
2121
2122 2008-06-23  Bruno Haible  <bruno@clisp.org>
2123
2124         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
2125         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
2126         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
2127         m4/signalblocking.m4.
2128         (gl_PREREQ_SIGACTION): Don't invoke it.
2129         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
2130         gl_PREREQ_SIG_HANDLER_H.
2131         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
2132         Don't check for sigaction here.
2133
2134 2008-06-23  Bruno Haible  <bruno@clisp.org>
2135
2136         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
2137         (install_handlers): Don't set the SA_RESETHAND flag.
2138
2139 2008-06-23  Bruno Haible  <bruno@clisp.org>
2140
2141         * m4/sigaction.m4: Comment fixes.
2142         * lib/signal.in.h: Likewise.
2143
2144 2008-06-23  Eric Blake  <ebb9@byu.net>
2145
2146         Fix typo.
2147         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
2148
2149         Avoid SA_ namespace.
2150         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
2151         Reported by Ralf Wildenhues.
2152
2153         Avoid test failure due to SA_RESTORER.
2154         * tests/test-sigaction.c (SA_MASK): New macro.
2155         (main): Avoid failing due to extension flags being set.
2156         Reported by Jim Meyering.
2157
2158         Revert use of sig-handler.h in sigprocmask.c.
2159         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
2160         it requires the existence of struct sigaction.
2161         * lib/sigprocmask.c (handler_t): Restore typedef.
2162         (rpl_signal, old_handlers): Use local type.
2163
2164 2008-06-22  Bruno Haible  <bruno@clisp.org>
2165
2166         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
2167         conditionally.
2168         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2169
2170 2008-06-22  Bruno Haible  <bruno@clisp.org>
2171
2172         * doc/posix-functions/siginterrupt.texi: Move note.
2173
2174         * lib/signal.in.h (SA_RESTART): New macro.
2175         * lib/sigaction.c: Update comment.
2176
2177         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
2178
2179         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
2180         (gl_PREREQ_SIGPROCMASK): Invoke it.
2181         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
2182
2183         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
2184
2185         * lib/sigprocmask.c: Update a comment.
2186
2187 2008-06-21  Eric Blake  <ebb9@byu.net>
2188
2189         Use sigaction module rather than signal().
2190         * modules/c-stack (Depends-on): Add sigaction.
2191         * modules/fatal-signal (Depends-on): Likewise.
2192         * modules/nanosleep (Depends-on): Likewise.
2193         * modules/sigprocmask (Files): Add sig-handler.h.
2194         * modules/sigaction (Files): Likewise.
2195         * lib/sig-handler.h (get_handler): New file, suggested by Paul
2196         Eggert.
2197         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
2198         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
2199         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
2200         (init_fatal_signals): Likewise.
2201         * lib/nanosleep.c (rpl_nanosleep): Likewise.
2202         (siginterrupt): Delete fallback.
2203         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
2204         instead.
2205         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
2206         siginterrupt.
2207
2208         New module sigaction, for mingw.
2209         * modules/sigaction: New module...
2210         * modules/sigaction-tests: ...and its test.
2211         * m4/sigaction.m4: New file.
2212         * lib/sigaction.c: Likewise.
2213         * tests/test-sigaction.c: Likewise.
2214         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
2215         * modules/signal (Makefile.am): Likewise.
2216         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
2217         needed.
2218         * doc/posix-headers/signal.texi (signal.h): Mention provided
2219         types.
2220         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
2221         that sigaction is preferable.
2222         * doc/posix-functions/sigaction.texi (sigaction): Mention new
2223         module.
2224         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2225         sigaction.
2226
2227         Improve robustness of sigprocmask by overriding signal.
2228         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
2229         is in use.
2230         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
2231         (SIGKILL, SIGSTOP): Provide fallbacks.
2232         (rpl_signal): Implement.
2233         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
2234         signal can be called inside handlers.
2235
2236         Fix nanosleep module on mingw.
2237         * modules/nanosleep (Depends-on): Add sys_select.
2238         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
2239
2240         Fix licensing of sigprocmask.
2241         * modules/raise (License): Relicense as LGPL.
2242
2243 2008-06-21  Bruno Haible  <bruno@clisp.org>
2244
2245         * lib/propername.c (proper_name_utf8): Don't use the transliterated
2246         result if it contains question marks.
2247         Reported by Michael Geng <linux@michaelgeng.de>.
2248
2249 2008-06-19  Bruno Haible  <bruno@clisp.org>
2250
2251         Fix CVS-ism.
2252         * doc/gnulib.texi: Include updated-stamp.texi.
2253         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
2254         (updated-stamp.texi): New rule.
2255         (gnulib.info): Depend on it.
2256         * doc/.gitignore: Add updated-stamp.texi.
2257         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
2258
2259 2008-06-19  Bruno Haible  <bruno@clisp.org>
2260
2261         * doc/Makefile (gnulib.info): Update and simplify dependencies.
2262         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
2263
2264 2008-06-19  Eric Blake  <ebb9@byu.net>
2265
2266         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
2267         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
2268         Reported by Stepan Kasal.
2269
2270 2008-06-18  Bruno Haible  <bruno@clisp.org>
2271
2272         * lib/fatal-signal.c (init_fatal_signals): Add comment.
2273         Reported by Eric Blake.
2274
2275 2008-06-18  Eric Blake  <ebb9@byu.net>
2276
2277         Work around cygwin 1.5.25 strsignal bug.
2278         * tests/test-strsignal.c: Allow for const char *.
2279         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
2280
2281 2008-06-18  Simon Josefsson  <simon@josefsson.org>
2282
2283         * users.txt: Update URL to article and add author/date
2284         information.
2285
2286 2008-06-17  Bruno Haible  <bruno@clisp.org>
2287
2288         New macro gl_DISABLE_THREADS.
2289         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
2290         if the user did not pass --enable-threads or --disable-threads option.
2291         (gl_DISABLE_THREADS): New macro.
2292         Reported by Eric Blake <ebb9@byu.net>.
2293
2294 2008-06-17  Bruno Haible  <bruno@clisp.org>
2295
2296         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
2297         when the macro ignores it.
2298         Based on a patch by Eric Blake <ebb9@byu.net>.
2299
2300 2008-06-17  Bruno Haible  <bruno@clisp.org>
2301
2302         * modules/tls (License): Change to LGPLv2+.
2303         Reported by Eric Blake.
2304
2305 2008-06-17  Eric Blake  <ebb9@byu.net>
2306
2307         Simplify c-stack prerequisites.
2308         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
2309         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
2310         no longer requires <ucontext.h> to exist.  Optimize setrlimit
2311         check.
2312         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
2313         <sys/resource.h>.
2314
2315         Move c-stack test into testsuite.
2316         * modules/c-stack-tests: New file.
2317         * lib/c-stack.c [DEBUG]: Move test program...
2318         * tests/test-c-stack.c: ...into this new file.  Skip rather than
2319         fail test if sigaltstack is lacking.
2320         * tests/test-c-stack.sh: New driver file.
2321
2322 2008-06-16  Eric Blake  <ebb9@byu.net>
2323
2324         Use raise module consistently.
2325         * modules/fatal-signal (Depends-on): Add raise.
2326         * modules/sigprocmask (Depends-on): Likewise.
2327         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
2328         * lib/sigprocmask.c (sigprocmask): Likewise.
2329         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
2330         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
2331
2332         Fix compliance bug in sigpending.
2333         * lib/sigprocmask.c (sigpending): Return pending array via
2334         parameter, not return value.
2335
2336 2008-06-14  Eric Blake  <ebb9@byu.net>
2337
2338         Improve obstack-printf test code.
2339         * tests/test-obstack-printf.c (test_function): Fix comment, and
2340         simplify usage of obstack_* in macros.  Add a test for coverage.
2341         Reported by Bruno Haible.
2342
2343 2008-06-14  Bruno Haible  <bruno@clisp.org>
2344
2345         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
2346         array size as a constant, not as a const variable.
2347         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
2348         AC_USE_SYSTEM_EXTENSIONS.
2349         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
2350         Test whether the obstack_printf function actually exists.
2351         * modules/obstack-printf (Depends-on): Add extensions.
2352         (Include): Remove obstack.h.
2353         * modules/obstack-printf-posix (Depends-on): Add extensions.
2354         (Include): Remove obstack.h.
2355
2356 2008-06-13  Eric Blake  <ebb9@byu.net>
2357
2358         Add obstack-printf and obstack-printf-posix modules.
2359         * modules/obstack-printf: New file.
2360         * modules/obstack-printf-posix: Likewise.
2361         * MODULES.html.sh (Misc): Mention them.
2362         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
2363         Likewise.
2364         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
2365         Likewise.
2366         * modules/stdio (Makefile.am): Accomodate new modules.
2367         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2368         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
2369         Declare.
2370         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
2371         functions.
2372         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
2373         (gl_REPLACE_OBSTACK_PRINTF): New macros
2374         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
2375         * tests/test-obstack-printf.c: New file.
2376         * modules/obstack-printf-tests: Likewise.
2377         * modules/obstack-printf-posix-tests: Likewise.
2378
2379 2008-06-11  Bruno Haible  <bruno@clisp.org>
2380
2381         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
2382         * lib/open.c: Include errno.h.
2383         (open): Fail when attempting to write to a file that has a trailing
2384         slash.
2385         * tests/test-open.c (main): Test against trailing slash bug.
2386         * doc/posix-functions/open.texi: Mention the trailing slash bug.
2387
2388 2008-06-10  Bruno Haible  <bruno@clisp.org>
2389
2390         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
2391         for $? to work inside the trap command, with various /bin/sh-s.
2392         * tests/test-vc-list-files-cvs.sh: Likewise.
2393
2394 2008-06-10  Bruno Haible  <bruno@clisp.org>
2395
2396         * lib/acl-internal.h: Don't include gettext.h here.
2397         * lib/set-mode-acl.c: Include gettext.h here.
2398         * lib/copy-acl.c: Likewise.
2399
2400 2008-06-10  Bruno Haible  <bruno@clisp.org>
2401
2402         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
2403         * lib/wait-process.c (wait_subprocess): Likewise.
2404         * lib/execute.h (execute): Add termsigp argument.
2405         * lib/execute.c (execute): Likewise.
2406         * lib/csharpcomp.c (compile_csharp_using_pnet,
2407         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
2408         * lib/csharpexec.c (execute_csharp_using_pnet,
2409         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
2410         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
2411         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
2412         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
2413         is_jikes_present): Update.
2414         * lib/javaexec.c (execute_java_class): Update.
2415         * lib/javaversion.c (execute_and_read_line): Update.
2416         * NEWS: Document the changes.
2417         Reported by Eric Blake.
2418
2419 2008-06-10  Eric Blake  <ebb9@byu.net>
2420
2421         Add missing include.
2422         * tests/test-strstr.c (includes): Add <signal.h>.
2423         * tests/test-strcasestr.c (includes): Likewise.
2424         * tests/test-memmem.c (includes): Likewise.
2425
2426 2008-06-10  Bruno Haible  <bruno@clisp.org>
2427
2428         * lib/wait-process.c (wait_subprocess): Add an assertion.
2429
2430 2008-06-10  Bruno Haible  <bruno@clisp.org>
2431
2432         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
2433
2434 2008-06-10  Bruno Haible  <bruno@clisp.org>
2435
2436         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
2437         using alarm().
2438         * tests/test-strcasestr.c (main): Likewise.
2439         * tests/test-strstr.c (main): Likewise.
2440
2441 2008-06-09  Bruno Haible  <bruno@clisp.org>
2442
2443         Work around the Solaris 10 ACE ACLs ABI change.
2444         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
2445         declare if ACL_NO_TRIVIAL is present.
2446         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
2447         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
2448         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
2449         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
2450         define if ACL_NO_TRIVIAL is present.
2451         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
2452         and use the current ABI.
2453         (file_has_acl): Use same #if condition as elsewhere.
2454         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
2455         in use, and use the current ABI.
2456         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
2457         Reported by Jim Meyering.
2458
2459 2008-06-09  Eric Blake  <ebb9@byu.net>
2460
2461         Work around environments that (stupidly) ignore SIGALRM.
2462         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
2463         before using alarm().
2464         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
2465         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
2466         Reported by Ian Beckwith <ianb@erislabs.net>.
2467
2468         Produce autobuild blurb earlier in log.
2469         * modules/autobuild (configure.ac-early): Move AB_INIT here.
2470
2471 2008-06-09  Jim Meyering  <meyering@redhat.com>
2472         and OndÅ™ej Vašík  <ovasik@redhat.com>
2473
2474         utimens.c: correct kernel bug work-around
2475         OndÅ™ej Vašík found that the invalid return value of 280 indicates
2476         failure, not success, and the kernel bug we're trying to work
2477         around affects not just the utimensat call, but also the fallback
2478         futimens call.
2479         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
2480         not success.
2481         [HAVE_FUTIMENS]: Use the same work-around, here.
2482
2483 2008-06-09  Jim Meyering  <meyering@redhat.com>
2484
2485         add more guards around definition of ACE_-related code
2486         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
2487         ALLOW and ACE_OWNER are also defined.
2488
2489 2008-06-08  Bruno Haible  <bruno@clisp.org>
2490
2491         * lib/acl-internal.h: Add me as co-author.
2492         * lib/file-has-acl.c: Likewise.
2493         * lib/set-mode-acl.c: Likewise.
2494         * lib/copy-acl.c: Likewise.
2495
2496 2008-06-08  Bruno Haible  <bruno@clisp.org>
2497
2498         Add support for AIX ACLs.
2499         * lib/acl-internal.h (acl_nontrivial): New declaration.
2500         * lib/file-has-acl.c (acl_nontrivial): New function.
2501         (file_has_acl): Add implementation using AIX 4 ACL API.
2502         * lib/set-mode-acl.c (qset_acl): Likewise.
2503         * lib/copy-acl.c (qcopy_acl): Likewise.
2504
2505 2008-06-08  Bruno Haible  <bruno@clisp.org>
2506
2507         Add support for HP-UX ACLs.
2508         * lib/acl-internal.h (acl_nontrivial): New declaration.
2509         * lib/file-has-acl.c (acl_nontrivial): New function.
2510         (file_has_acl): Add implementation using HP-UX 11 ACL API.
2511         * lib/set-mode-acl.c (qset_acl): Likewise.
2512         * lib/copy-acl.c (qcopy_acl): Likewise.
2513
2514 2008-06-08  Bruno Haible  <bruno@clisp.org>
2515
2516         Add support for Cygwin ACLs.
2517         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
2518         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
2519         the chmod_or_fchmod call.
2520         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
2521
2522 2008-06-08  Bruno Haible  <bruno@clisp.org>
2523
2524         Fix bug with setuid modes in Solaris 10+ code.
2525         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
2526         succeeded, when the mode contains some special bits.
2527
2528 2008-06-08  Bruno Haible  <bruno@clisp.org>
2529
2530         Add support for Solaris 7..10 ACLs.
2531         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
2532         declarations.
2533         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
2534         functions.
2535         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
2536         * lib/set-mode-acl.c (qset_acl): Likewise.
2537         * lib/copy-acl.c (qcopy_acl): Likewise.
2538
2539 2008-06-08  Bruno Haible  <bruno@clisp.org>
2540
2541         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
2542         declaration.
2543         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
2544         (acl_access_nontrivial): Remove MacOS X case.
2545         (file_has_acl): Use acl_extended_nontrivial.
2546         * lib/copy-acl.c (qcopy_acl): Likewise.
2547
2548 2008-06-08  Bruno Haible  <bruno@clisp.org>
2549
2550         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
2551
2552 2008-06-08  Jim Meyering  <meyering@redhat.com>
2553
2554         * modules/acl (Maintainer): Add Bruno Haible.
2555
2556 2008-06-07  Bruno Haible  <bruno@clisp.org>
2557
2558         Improve support for Tru64 ACLs.
2559         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
2560         ACL on OSF/1.
2561
2562 2008-06-07  Bruno Haible  <bruno@clisp.org>
2563
2564         Add support for MacOS X ACLs.
2565         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
2566         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
2567         * lib/set-mode-acl.c (qset_acl): Likewise.
2568         * lib/copy-acl.c (qcopy_acl): Likewise.
2569
2570 2008-06-07  Bruno Haible  <bruno@clisp.org>
2571
2572         Fix memory leak introduced on 2008-05-22.
2573         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
2574         use.
2575
2576 2008-06-07  Bruno Haible  <bruno@clisp.org>
2577
2578         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
2579         to construct an empty ACL.
2580
2581 2008-06-07  Bruno Haible  <bruno@clisp.org>
2582
2583         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
2584         precisely.
2585         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
2586
2587 2008-06-07  Bruno Haible  <bruno@clisp.org>
2588
2589         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
2590         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
2591
2592 2008-06-07  Bruno Haible  <bruno@clisp.org>
2593
2594         * doc/posix-functions/_setjmp.texi: Explain the use of this function
2595         regardless of POSIX.
2596         * doc/posix-functions/_longjmp.texi: Likewise.
2597         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
2598         SystemV platform in this case.
2599
2600 2008-06-06  Eric Blake  <ebb9@byu.net>
2601
2602         Document abort() bugs.
2603         * doc/posix-functions/abort.texi (abort): Mention anomalies.
2604
2605         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
2606         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
2607         sigsetjmp.
2608         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
2609         siglongjmp, but only as a macro.
2610         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
2611         is obsolete.
2612         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
2613
2614         Tweak documentation to cover cygwin argz bugs.
2615         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
2616         argz bug fix; no code change needed since no cygwin releases
2617         occurred between the last fix and the bug being tested.
2618         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
2619         module and recently fixed cygwin bugs.
2620         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
2621         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
2622         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
2623         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
2624         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
2625         Likewise.
2626         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
2627         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
2628         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
2629         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
2630         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
2631         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
2632         Likewise.
2633
2634         Avoid gcc warning on cygwin.
2635         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
2636         !ACL_NO_TRIVIAL]: Avoid unused variable.
2637
2638 2008-06-05  Eric Blake  <ebb9@byu.net>
2639
2640         Be tolerant of UNKNOWN version in gnulib-tool test dir.
2641         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
2642         git-version-gen fails to come up with a version.
2643         Reported by Simon Josefsson.
2644
2645 2008-06-05  Jim Meyering  <meyering@redhat.com>
2646             Paul Eggert  <eggert@cs.ucla.edu>
2647
2648         utimens.c: work around a probable Linux kernel bug
2649         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
2650         appears to be a kernel bug that causes utimensat to return 280
2651         instead of 0, indicating success.
2652
2653 2008-06-04  Bruno Haible  <bruno@clisp.org>
2654
2655         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
2656         2008-06-01 commit.
2657
2658 2008-06-04  Bruno Haible  <bruno@clisp.org>
2659
2660         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
2661         * lib/file-has-acl.c (acl_access_nontrivial): New function.
2662         (file_has_acl): Use it. Save errno afterwards.
2663         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
2664
2665 2008-06-03  Bruno Haible  <bruno@clisp.org>
2666
2667         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
2668         draft code. Simplify #ifs.
2669         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
2670         Put Solaris code after POSIX-draft code. Fix comments regarding
2671         Solaris 10, HP-UX. Mention Cygwin.
2672         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
2673
2674 2008-06-03  Eric Blake  <ebb9@byu.net>
2675
2676         Provide fallback for older kernels.
2677         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
2678         Provide runtime fallback if kernel lacks support.
2679         Reported by Mike Frysinger.
2680
2681 2008-06-02  Bruno Haible  <bruno@clisp.org>
2682
2683         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
2684         it exists.
2685
2686 2008-06-02  Bruno Haible  <bruno@clisp.org>
2687
2688         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
2689         * lib/copy-acl.c (qcopy_acl): Update comment.
2690
2691 2008-06-02  Bruno Haible  <bruno@clisp.org>
2692
2693         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
2694         like ACL APIs.
2695
2696 2008-06-02  Bruno Haible  <bruno@clisp.org>
2697
2698         * tests/test-file-has-acl.sh: Use different code for Cygwin.
2699         * tests/test-set-mode-acl.sh: Likewise.
2700         * tests/test-copy-acl.sh: Likewise.
2701         * tests/test-copy-file.sh: Likewise.
2702
2703 2008-06-02  Bruno Haible  <bruno@clisp.org>
2704
2705         * tests/test-file-has-acl.sh: Remove unused code.
2706
2707 2008-06-01  Bruno Haible  <bruno@clisp.org>
2708
2709         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
2710         (copy_acl): Just a wrapper around qcopy_acl that emits the error
2711         messages.
2712         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
2713
2714 2008-06-01  Bruno Haible  <bruno@clisp.org>
2715
2716         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
2717         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
2718         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
2719         APIs.
2720         * modules/acl-tests (configure.ac): Remove tests now contained in
2721         m4/acl.m4.
2722
2723 2008-06-02  Jim Meyering  <meyering@redhat.com>
2724
2725         announce-gen: use a better key-server host name
2726         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
2727         it may be more consistently reliable.  Suggested by Werner Koch
2728         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
2729
2730 2008-06-01  Bruno Haible  <bruno@clisp.org>
2731
2732         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
2733         Reported by Voroskoi Andras <voroskoi@gmail.com>.
2734
2735 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
2736
2737         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
2738
2739 2008-06-01  Bruno Haible  <bruno@clisp.org>
2740
2741         New ACL tests.
2742         * tests/test-file-has-acl.sh: New file.
2743         * tests/test-file-has-acl.c: New file.
2744         * tests/test-set-mode-acl.sh: New file.
2745         * tests/test-set-mode-acl.c: New file.
2746         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
2747         * tests/test-copy-acl.c: New file.
2748         * modules/acl-tests: New file, based on modules/copy-file-tests.
2749         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
2750         (Depends-on): Add acl-tests.
2751         (configure.ac): Remove checks.
2752         (Makefile.am): Don't create test-sameacls program here any more.
2753
2754 2008-06-01  Bruno Haible  <bruno@clisp.org>
2755
2756         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
2757         * tests/test-sameacls.c: Include progname.h.
2758         (main): Invoke set_program_name. Portability fixes for MacOS X,
2759         Solaris, HP-UX.
2760
2761 2008-06-01  Bruno Haible  <bruno@clisp.org>
2762
2763         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
2764         function.
2765         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
2766
2767 2008-06-01  Bruno Haible  <bruno@clisp.org>
2768
2769         * modules/rpmatch (Depends-on): Add strdup.
2770
2771 2008-06-01  Bruno Haible  <bruno@clisp.org>
2772
2773         * lib/pipe.c: Include unistd-safer.h.
2774         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
2775         * modules/pipe (Depends-on): Add unistd-safer.
2776
2777 2008-05-30  Simon Josefsson  <simon@josefsson.org>
2778
2779         * modules/autobuild (configure.ac): Call AB_INIT.
2780
2781 2008-05-30  Simon Josefsson  <simon@josefsson.org>
2782
2783         * tests/test-getaddrinfo.c: Don't print debug messages by default.
2784         Suggested by Bruno Haible <bruno@clisp.org>.
2785
2786 2008-05-30  Simon Josefsson  <simon@josefsson.org>
2787
2788         * tests/test-base64.c: Cast size_t to unsigned long when invoking
2789         printf.  Use %lu instead of %d.  Reported by Bruno Haible
2790         <bruno@clisp.org>.
2791
2792 2008-05-29  Eric Blake  <ebb9@byu.net>
2793
2794         Prefer new POSIX 200x interfaces over futimesat.
2795         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
2796         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
2797         when available.
2798         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
2799
2800 2008-05-28  Bruno Haible  <bruno@clisp.org>
2801
2802         * modules/stpcpy (License): Change to LGPLv2+.
2803         Requested by David Lutterkort <dlutter@redhat.com>.
2804
2805 2008-05-27  Bruno Haible  <bruno@clisp.org>
2806
2807         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
2808         current mingw.
2809         Reported by Jose E. Marchesi <jemarch@gnu.org>.
2810
2811 2008-05-27  Bruno Haible  <bruno@clisp.org>
2812
2813         * modules/iconv_open (Link): New section, from module 'iconv'.
2814         * modules/striconv (Link): Likewise.
2815         * modules/striconveh (Link): Likewise.
2816         * modules/xstriconv (Link): Likewise.
2817         * modules/unicodeio (Link): Likewise.
2818         * modules/propername (Link): Likewise.
2819         Reported by Jim Meyering.
2820
2821 2008-05-26  Jim Meyering  <meyering@redhat.com>
2822
2823         sha256: do not artificially restrict buffer length to be < 2^32
2824         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
2825         uint32_t to size_t.
2826         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
2827         to match.
2828
2829         avoid unaligned access errors, e.g., on sparc
2830         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
2831         direct access through a possibly-unaligned uint64* pointer.
2832         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
2833         direct access through a possibly-unaligned uint32* pointer.
2834         Prompted by this patch from Tom "spot" Callaway:
2835         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
2836
2837         sha512.c: fix typo in comment
2838         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
2839
2840 2008-05-25  Bruno Haible  <bruno@clisp.org>
2841
2842         * lib/set-mode-acl.c: Renamed from lib/acl.c.
2843         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
2844         (Makefile.am): Update lib_SOURCES.
2845
2846 2008-05-25  Bruno Haible  <bruno@clisp.org>
2847
2848         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
2849
2850 2008-05-25  Jim Meyering  <meyering@redhat.com>
2851
2852         useless-if-before-free: freed expr may have white-space differences
2853         * build-aux/useless-if-before-free: Recognize cases in which the
2854         freed expression differs from the tested one in embedded white
2855         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
2856         $1 was used, so we can't make any regexp shy.  Improved tests now
2857         detect this.
2858
2859         useless-if-before-free: accept white space in the expression.
2860         * build-aux/useless-if-before-free: For now, any white space
2861         in the expression must be identical in the free argument.
2862
2863         useless-if-before-free: efficiency tweak
2864         * build-aux/useless-if-before-free: Make the expression-matching
2865         regexp "shy".
2866         Make the *outer* regexp shy, not the expr-matching one.
2867
2868         update code-in-comment to accept cast of free arg
2869         * build-aux/useless-if-before-free: Update regexp.
2870
2871 2008-05-25  Bruno Haible  <bruno@clisp.org>
2872
2873         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
2874         * modules/copy-file-tests (Files, Makefile.am): Update.
2875         * tests/test-copy-file.c (func_test_copy): Update.
2876
2877 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
2878
2879         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
2880
2881 2008-05-23  Bruno Haible  <bruno@clisp.org>
2882
2883         Improve support for ACLs on OSF/1.
2884         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
2885         Remove fallback for unknown flavors of ACLs.
2886
2887 2008-05-22  Bruno Haible  <bruno@clisp.org>
2888
2889         Add support for ACLs on OSF/1.
2890         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
2891         replacements.
2892         (acl_free_text): New macro fallback.
2893         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
2894         acl_free.
2895         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
2896         acl_free_text function. Require AC_C_INLINE.
2897
2898 2008-05-22  Bruno Haible  <bruno@clisp.org>
2899
2900         Make copy_acl work on MacOS X 10.5.
2901         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
2902         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
2903         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
2904         If MODE_INSIDE_ACL, don't assume that every system has the same text
2905         representation for ACLs as FreeBSD.
2906         * lib/copy-acl.c (copy_acl): Add support for platforms with
2907         !MODE_INSIDE_ACL.
2908         * lib/file-has-acl.c (file_has_acl): Likewise.
2909         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
2910         FreeBSD, MacOS X, or IRIX, respectively.
2911
2912 2008-05-22  Bruno Haible  <bruno@clisp.org>
2913
2914         * lib/acl.h: Don't include <sys/acl.h>.
2915         (GETACLCNT): Move fallback to lib/acl-internal.h.
2916         * lib/acl-internal.h: Include <sys/acl.h> here.
2917         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
2918
2919 2008-05-22  Bruno Haible  <bruno@clisp.org>
2920
2921         Split off copy_acl function to separate file.
2922         * lib/copy-acl.c: New file, extracted from lib/acl.c.
2923         * lib/acl.c (copy_acl): Moved function to separate file.
2924         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
2925         * modules/acl (Files): Add lib/copy-acl.c.
2926         (Makefiles.am): Augment lib_SOURCES.
2927
2928 2008-05-22  Bruno Haible  <bruno@clisp.org>
2929
2930         * modules/copy-file-tests: New file.
2931         * tests/test-copy-file.sh: New file.
2932         * tests/test-copy-file.c: New file.
2933         * tests/test-copy-file-sameacls.c: New file.
2934
2935 2008-05-22  Eric Blake  <ebb9@byu.net>
2936
2937         Avoid gcc warning.
2938         * tests/test-memcmp.c (main): Pass NULL indirectly.
2939
2940 2008-05-21  Bruno Haible  <bruno@clisp.org>
2941
2942         Add reference doc about ACLs.
2943         * doc/acl-resources.txt: New file.
2944         * doc/acl-cygwin.txt: New file.
2945
2946 2008-05-21  Bruno Haible  <bruno@clisp.org>
2947
2948         Avoid one more warning from gcc.
2949         * lib/vasnprintf.c (IF_LINT): Update comments.
2950         (VASNPRINTF): Use it also for the 'prefix' array initializer.
2951
2952 2008-05-21  Jim Meyering  <meyering@redhat.com>
2953
2954         avoid a warning from gcc
2955         * lib/vasnprintf.c (IF_LINT): Define.
2956         (scale10_round_decimal_long_double):
2957         Use it to avoid a "may be used uninitialized" warning.
2958         (scale10_round_decimal_double): Likewise.
2959
2960 2008-05-21  Simon Josefsson  <simon@josefsson.org>
2961
2962         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
2963         declared.
2964
2965 2008-05-20  Bruno Haible  <bruno@clisp.org>
2966
2967         * tests/test-memcmp.c (main): Test also the sign of the result. Test
2968         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
2969
2970 2008-05-20  Simon Josefsson  <simon@josefsson.org>
2971
2972         * modules/memcmp-tests: New file.
2973         * tests/test-memcmp.c: New file.
2974
2975 2008-05-19  Bruno Haible  <bruno@clisp.org>
2976
2977         * modules/propername (Notice, configure.ac): Put quoted "..." into
2978         --keyword option.
2979         * lib/propername.h: Update comments accordingly.
2980         Reported by Eric Blake.
2981
2982 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
2983
2984         * modules/getpass-gnu (Depends-on): Add fseeko.
2985
2986 2008-05-19  Simon Josefsson  <simon@josefsson.org>
2987
2988         * modules/base64-tests: New file.
2989
2990 2008-05-19  Bo Borgerson <gigabo@gmail.com>
2991
2992         * lib/base64.c (base64_decode_ctx): If a decode context structure
2993         was passed in use it to ignore newlines.  If a context structure
2994         was _not_ passed in, continue to treat newlines as garbage (this
2995         is the historical behavior).  Formerly base64_decode.
2996         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
2997         takes a decode context structure.
2998         * lib/base64.h (base64_decode): Macro for four-argument calls.
2999         (base64_decode_alloc): Likewise.
3000         * lib/base64.c (base64_decode_ctx): If a decode context structure
3001         was passed in use it to ignore newlines.  If a context structure
3002         was _not_ passed in, continue to treat newlines as garbage (this
3003         is the historical behavior).  Formerly base64_decode.
3004         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
3005         takes a decode context structure.
3006         * lib/base64.h (base64_decode): Macro for four-argument calls.
3007         (base64_decode_alloc): Likewise.
3008
3009 2008-05-19  Jim Meyering  <meyering@redhat.com>
3010
3011         avoid a warning from gcc
3012         * lib/trim.c (IF_LINT): Define.
3013         (trim2): Use it to avoid a "may be used uninitialized" warning.
3014
3015         Fix doc typo.
3016         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
3017
3018 2008-05-19  Bruno Haible  <bruno@clisp.org>
3019
3020         * doc/glibc-functions/getpass.texi: Document limits of other
3021         implementations.
3022
3023 2008-05-19  Simon Josefsson  <simon@josefsson.org>
3024             Bruno Haible <bruno@clisp.org>
3025
3026         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
3027
3028 2008-05-18  Bruno Haible  <bruno@clisp.org>
3029
3030         * modules/propername: New file, from GNU gettext.
3031         * lib/propername.h: New file, from GNU gettext.
3032         * lib/propername.c: New file, from GNU gettext.
3033         * MODULES.html.sh (Internationalization functions): Add propername.
3034
3035 2008-05-16  Jim Meyering  <meyering@redhat.com>
3036             Bruno Haible  <bruno@clisp.org>
3037
3038         Avoid some warnings from "gcc -Wshadow".
3039         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
3040
3041 2008-05-15  Eric Blake  <ebb9@byu.net>
3042
3043         Extend previous patch to cygwin 1.7.0.
3044         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
3045         fast implementation in cygwin >= 1.7.0.
3046         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3047         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3048
3049 2008-05-15  Bruno Haible  <bruno@clisp.org>
3050
3051         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
3052         implementation in glibc >= 2.9.
3053         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3054         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3055
3056 2008-05-15  Bruno Haible  <bruno@clisp.org>
3057
3058         * MODULES.html.sh (Internationalization functions): Remove linebreak.
3059         (Unicode string functions): Add unilbrk/*.
3060         Reported by Karl Berry.
3061
3062 2008-05-15  Eric Blake  <ebb9@byu.net>
3063
3064         Fix violation of <stdbool.h> replacement in regex.
3065         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
3066         * lib/regexec.c (re_search_internal): Likewise.
3067         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
3068
3069 2008-05-15  Jim Meyering  <meyering@redhat.com>
3070
3071         avoid distracting test output when git or cvs is not found
3072         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
3073         * tests/test-vc-list-files-git.sh: Likewise.
3074
3075 2008-05-15  Eric Blake  <ebb9@byu.net>
3076
3077         Glibc finally accepted the memmem speedup code, bugzilla #5514.
3078         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
3079         glibc version.
3080         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
3081         * doc/posix-functions/strstr.texi (strstr): Likewise.
3082         * lib/str-two-way.h (MAX): Sychronize with glibc.
3083
3084 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
3085
3086         * lib/regcomp.c (optimize_utf8): Add a note on why we test
3087         opr.ctx_type.
3088         (calc_first): Initialize constraint field.
3089         (duplicate_node_closure): Use it instead of special casing ANCHORS.
3090         Fix grammar.
3091         (duplicate_node): Merge constraint field for all node types.
3092         (calc_eclosure_iter): Look at constraint field for all node types.
3093         * lib/regex_internal.c (create_cd_newstate): Don't look at
3094         opr.ctx_type.
3095
3096 2008-05-14  Bruno Haible  <bruno@clisp.org>
3097
3098         Help GCC to do better code generation.
3099         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
3100         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
3101         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
3102         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
3103         Declare with attribute 'malloc' if supported.
3104
3105 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
3106
3107         use "echo STR|wc -c" rather than unportable "expr length STR"
3108         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
3109         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
3110
3111 2008-05-14  Jim Meyering  <meyering@redhat.com>
3112
3113         use dd ibs=$n count=1 ... rather than less-portable head -c$n
3114         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
3115         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
3116         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
3117         via Collin Lasse.
3118
3119 2008-05-14  Eric Blake  <ebb9@byu.net>
3120
3121         Avoid quadratic growth in gl_LIBSOURCES.
3122         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
3123         Suggested by Bruno Haible.
3124
3125         Test xmemdup0.
3126         * modules/xmemdup0-tests: New file.
3127         * tests/test-xmemdup0.c: Likewise.
3128
3129 2008-05-13  Eric Blake  <ebb9@byu.net>
3130
3131         Split xmemdup0 into its own module.
3132         * modules/xmemdup0: New file.
3133         * lib/xmemdup0.h: Likewise.
3134         * lib/xmemdup0.c: Likewise.
3135         * MODULES.html.sh (Memory management functions): Add xmemdup0.
3136         * lib/xalloc.h (xmemdup0): Remove.
3137         * lib/xmalloc.c (xmemdup0): Likewise.
3138
3139 2008-05-13  Eric Blake  <ebb9@byu.net>
3140             Bruno Haible  <bruno@clisp.org>
3141
3142         Reduce number of forks required during autoconf.
3143         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
3144         and gl_LIBSOURCES_DIR.
3145         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
3146         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
3147         m4_syscmd per file.
3148         <m4_foreach_w>: Move...
3149         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
3150
3151 2008-05-13  Eric Blake  <ebb9@byu.net>
3152
3153         * gnulib-tool: Fix various comment typos.
3154
3155 2008-05-12  Bruno Haible  <bruno@clisp.org>
3156
3157         Tailor the linebreaking algorithm.
3158         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
3159
3160 2008-05-12  Bruno Haible  <bruno@clisp.org>
3161
3162         Update to Unicode 5.0.0.
3163         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
3164         LBP_JV, LBP_JT. Redistribute values.
3165         (unilbrk_table): Change size.
3166         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
3167         Unicode TR#14 rev. 22.
3168         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
3169         LBP_JV, LBP_JT. Redistribute values.
3170         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
3171         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
3172         Update.
3173         * lib/unilbrk/lbrkprop1.h: Regenerated.
3174         * lib/unilbrk/lbrkprop2.h: Regenerated.
3175         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
3176         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
3177         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
3178         Likewise.
3179         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
3180         Likewise.
3181         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
3182         result.
3183         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
3184         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
3185         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
3186         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
3187         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
3188         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
3189
3190 2008-05-11  Bruno Haible  <bruno@clisp.org>
3191
3192         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
3193
3194 2008-05-11  Bruno Haible  <bruno@clisp.org>
3195
3196         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
3197         * modules/unilbrk/gen-lbrk: New file.
3198
3199 2008-05-11  Bruno Haible  <bruno@clisp.org>
3200
3201         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
3202         * m4/sha512.m4 (gl_SHA512): Likewise.
3203
3204 2008-05-11  Jim Meyering  <meyering@redhat.com>
3205
3206         New modules: crypto/sha256, crypto/sha512 (from coreutils)
3207         * modules/crypto/sha256: New file.
3208         * modules/crypto/sha512: Likewise.
3209         * lib/sha256.c: Likewise.
3210         * lib/sha256.h: Likewise.
3211         * lib/sha512.c: Likewise.
3212         * lib/sha512.h: Likewise.
3213         * lib/u64.h: Likewise.
3214         * m4/sha256.m4: Likewise.
3215         * m4/sha512.m4: Likewise.
3216         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
3217
3218 2008-05-10  Bruno Haible  <bruno@clisp.org>
3219
3220         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
3221         (Input/Output <stdio.h>): Add xprintf.
3222         (Signal handling <signal.h>): Add strsignal.
3223         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
3224         (Core language properties): Add func.
3225         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
3226         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
3227         strings.
3228         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
3229         (Input/output): New section.
3230         (File system functions): Add openat-die, stat-macros.
3231         (Networking functions): Add sockets.
3232         (Unicode string functions): Add unictype/*.
3233         (Support for building libraries and executables): Add gperf.
3234         (Support for building documentation): Add agpl-3.0.
3235         (Misc): Add nocrash.
3236
3237 2008-05-10  Bruno Haible  <bruno@clisp.org>
3238
3239         * modules/unictype/gen-ctype: New file.
3240
3241 2008-05-10  Jim Meyering  <meyering@redhat.com>
3242
3243         Make chdir-safer.c more efficient on a system with no symlinks.
3244         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
3245         also if ELOOP is zero.  Suggested by Bruno Haible.
3246
3247         Make chdir-safer.c slightly safer.
3248         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
3249         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
3250
3251         Avoid compile failure on systems without ELOOP (like mingw).
3252         * lib/chdir-safer.c (ELOOP): Define if not already defined.
3253         Reported by Bruno Haible.
3254
3255 2008-05-10  Bruno Haible  <bruno@clisp.org>
3256
3257         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
3258         (is_utf8_encoding): Use a case-insensitive comparison.
3259         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
3260         streq.
3261
3262 2008-05-10  Bruno Haible  <bruno@clisp.org>
3263
3264         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
3265         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
3266         * lib/unilbrk/ulc-common.h (iconv_string_length,
3267         iconv_string_keeping_offsets): Remove declarations.
3268         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
3269         Don't include <iconv.h>, streq.h, xsize.h.
3270         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
3271         conversion.
3272         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
3273         <iconv.h>, streq.h, xsize.h.
3274         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
3275         conversion.
3276         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
3277         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
3278         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
3279         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
3280
3281 2008-05-10  Bruno Haible  <bruno@clisp.org>
3282
3283         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
3284         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
3285
3286         * modules/unilbrk/u32-width-linebreaks-tests: New file.
3287         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
3288
3289         * modules/unilbrk/u16-width-linebreaks-tests: New file.
3290         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
3291
3292         * modules/unilbrk/u8-width-linebreaks-tests: New file.
3293         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
3294
3295         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
3296         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
3297
3298         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
3299         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
3300
3301         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
3302         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
3303
3304         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
3305         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
3306
3307 2008-05-10  Bruno Haible  <bruno@clisp.org>
3308
3309         Split up 'linebreak' module.
3310         * lib/unilbrk.h: New file, based on lib/linebreak.h.
3311         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
3312         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
3313         modifications.
3314         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
3315         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
3316         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
3317         lib/linebreak.c.
3318         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
3319         lib/linebreak.c.
3320         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
3321         lib/linebreak.c.
3322         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
3323         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
3324         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
3325         lib/linebreak.c.
3326         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
3327         lib/linebreak.c.
3328         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
3329         lib/linebreak.c.
3330         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
3331         lib/linebreak.c.
3332         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
3333         lib/linebreak.c.
3334         * modules/unilbrk/base: New file.
3335         * modules/unilbrk/tables: New file.
3336         * modules/unilbrk/u8-possible-linebreaks: New file.
3337         * modules/unilbrk/u16-possible-linebreaks: New file.
3338         * modules/unilbrk/u32-possible-linebreaks: New file.
3339         * modules/unilbrk/ulc-common: New file.
3340         * modules/unilbrk/ulc-possible-linebreaks: New file.
3341         * modules/unilbrk/u8-width-linebreaks: New file.
3342         * modules/unilbrk/u16-width-linebreaks: New file.
3343         * modules/unilbrk/u32-width-linebreaks: New file.
3344         * modules/unilbrk/ulc-width-linebreaks: New file.
3345         * lib/linebreak.h: Remove file.
3346         * lib/linebreak.c: Remove file.
3347         * m4/linebreak.m4: Remove file.
3348         * modules/linebreak: Remove file.
3349         * NEWS: Mention the changes.
3350
3351 2008-05-09  Eric Blake  <ebb9@byu.net>
3352
3353         Add xmemdup0.
3354         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
3355         implementation.
3356         * lib/xmalloc.c (xmemdup0): New C implementation.
3357
3358 2008-05-08  Bruno Haible  <bruno@clisp.org>
3359
3360         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
3361
3362 2008-05-07  Eric Blake  <ebb9@byu.net>
3363
3364         Support cross-compilation of <wctype.h>.
3365         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
3366         AC_CACHE_CHECK.
3367
3368 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
3369
3370         * build-aux/vc-list-files: Add support for bzr.
3371
3372 2008-05-03  Jim Meyering  <meyering@redhat.com>
3373
3374         avoid failed assertion with tight malloc
3375         * tests/test-getndelim2.c: Correct an off-by-one assertion.
3376
3377 2008-05-03  Simon Josefsson  <simon@josefsson.org>
3378
3379         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
3380         are needed from arpa/inet.h.
3381         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
3382         Reported by Bruno Haible.
3383
3384 2008-05-02  Jim Meyering  <meyering@redhat.com>
3385
3386         avoid compilation error on FreeBSD 6
3387         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
3388
3389 2008-05-01  Jim Meyering  <meyering@redhat.com>
3390
3391         useless-if-before-free: correct --help's exit status description
3392         * build-aux/useless-if-before-free (usage): Like grep, exit 0
3393         for one or more matches, etc.  Reported by Bruno Haible.
3394
3395         vc-list-files: make the stand-alone gnulib test work
3396         * modules/vc-list-files-tests (configure.ac):
3397         Define and AC_SUBST abs_aux_dir.
3398         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
3399         $(abs_top_srcdir) to each script and having each of them
3400         duplicate the work of setting PATH, set PATH here, using
3401         the new variable, abs_aux_dir instead.
3402         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
3403         * tests/test-vc-list-files-git.sh: Likewise.
3404         Reported by Bruno Haible.
3405
3406 2008-05-01  Bruno Haible  <bruno@clisp.org>
3407
3408         * lib/getndelim2.c (getndelim2): Fix newsize computation during
3409         reallocation. Rename 'done' to 'found_delimiter'.
3410
3411 2008-05-01  Jim Meyering  <meyering@redhat.com>
3412
3413         vc-list-files: accommodate /bin/sh like the one from Solaris 10
3414         * build-aux/vc-list-files: Use `...`, not $(...).
3415
3416 2008-04-30  Jim Meyering  <meyering@redhat.com>
3417
3418         add tests for vc-list-files
3419         * modules/vc-list-files-tests: New module.
3420         * tests/test-vc-list-files-cvs.sh: New file.
3421         * tests/test-vc-list-files-git.sh: New file.
3422
3423         avoid a warning from gcc
3424         * lib/getndelim2.c (IF_LINT): Define.
3425         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
3426
3427         vc-list-files: work properly with build-aux/cvsu, too
3428         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
3429         to all cvs-based clauses.
3430
3431         vc-list-files: work properly in the CVS+awk case, too
3432         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
3433
3434         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
3435         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
3436         take more than one file argument, so .  Add quotes, just in case $dir
3437         ever contains a shell meta-character.  Prompted by Soren Hansen in
3438         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
3439
3440 2008-04-29  Eric Blake  <ebb9@byu.net>
3441
3442         Optimize getndelim2 to use block operations when possible.
3443         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
3444         freadseek, and memchr2.
3445         * lib/getndelim2.c (getndelim2): Use them for block reads.
3446
3447 2008-04-29  Bruno Haible  <bruno@clisp.org>
3448
3449         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
3450         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
3451         * modules/inet_ntop (Depends-on): Add extensions.
3452         * modules/inet_pton (Depends-on): Likewise.
3453         Reported by Simon Josefsson.
3454
3455 2008-04-29  Jim Meyering  <meyering@redhat.com>
3456
3457         When the is more than one match in a block, match all of them.
3458         * build-aux/useless-if-before-free: Iterate through each block
3459         until there are no more matches.
3460
3461         Fix broken useless-if-before-free script.
3462         * build-aux/useless-if-before-free: Fix typo: missing "?" after
3463         the expression to match cast of argument to free-like function.
3464
3465 2008-04-29  Eric Blake  <ebb9@byu.net>
3466
3467         Use new header.
3468         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
3469
3470 2008-04-29  Jim Meyering  <meyering@redhat.com>
3471
3472         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
3473         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
3474         by gnulib to exist and to declare e.g., inet_ntop.
3475         Don't include "inet_ntop.h", now removed.
3476
3477         * m4/arpa_inet_h.m4: Remove trailing blanks.
3478
3479 2008-04-29  Eric Blake  <ebb9@byu.net>
3480
3481         Silence valgrind on safe reads beyond potential array bounds.
3482         * lib/rawmemchr.valgrind: New file.
3483         * lib/strchrnul.valgrind: Likewise.
3484         * modules/rawmemchr (Files): Distribute new file.
3485         * modules/strchrnul (Files): Likewise.
3486         Suggested by Bruno Haible.
3487
3488 2008-04-29  Bruno Haible  <bruno@clisp.org>
3489
3490         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
3491         (inet_ntop, inet_pton): Change portability warning's wording.
3492         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
3493         Invoke gl_CHECK_NEXT_HEADERS.
3494         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
3495         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
3496         set ARPA_INET_H.
3497         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
3498         * modules/arpa_inet (Description): No longer only for systems that
3499         lack it.
3500         (Depends-on): Add include_next.
3501         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
3502         HAVE_ARPA_INET_H.
3503
3504 2008-04-29  Jim Meyering  <meyering@redhat.com>
3505
3506         * modules/mkdir (License): Re-license as LGPLv2+.
3507
3508 2008-04-29  Bruno Haible  <bruno@clisp.org>
3509
3510         * modules/rawmemchr (Maintainer): Set to Eric.
3511         * modules/strchrnul (Maintainer): Likewise.
3512
3513 2008-04-29  Simon Josefsson  <simon@josefsson.org>
3514
3515         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
3516         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
3517
3518         * modules/arpa_inet (arpa/inet.h): Use them.
3519
3520 2008-04-28  Eric Blake  <ebb9@byu.net>
3521
3522         Test getndelim2.
3523         * modules/getndelim2-tests: New file.
3524         * tests/test-getndelim2.c: Likewise.
3525         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
3526         stream.
3527         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
3528
3529         * MODULES.html.sh: Document new module.
3530
3531 2008-04-20  Bruno Haible  <bruno@clisp.org>
3532
3533         * lib/c-stack.c (die): Use raise.
3534         * modules/c-stack (Depends-on): Add raise.
3535
3536 2008-04-28  Bruno Haible  <bruno@clisp.org>
3537
3538         Expect rpmatch to be declared.
3539         * lib/yesno.c (rpmatch): Remove declaration.
3540
3541         Declare rpmatch.
3542         * lib/stdlib.in.h (rpmatch): New declaration.
3543         * lib/rpmatch.c: Include <stdlib.h> first.
3544         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
3545         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
3546         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
3547         HAVE_RPMATCH.
3548         * modules/rpmatch (Depends-on): Add stdlib, extensions.
3549         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
3550         (Include): Set to <stdlib.h>.
3551         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
3552         HAVE_RPMATCH.
3553         * NEWS: Document the change.
3554
3555 2008-04-28  Bruno Haible  <bruno@clisp.org>
3556
3557         Change rpmatch to use nl_langinfo when appropriate.
3558         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
3559         (N_): New macro.
3560         (localized_pattern): New function/macro.
3561         (try): Remove match, nomatch arguments. Copy the pattern into safe
3562         memory before caching it.
3563         (rpmatch): Use localized_pattern. Add translator comments.
3564         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
3565         Suggested by Eric Blake.
3566         * modules/rpmatch (Depends-on): Add stdbool.
3567
3568 2008-04-28  Eric Blake  <ebb9@byu.net>
3569
3570         Add rawmemchr module, matching glibc.
3571         * modules/string (Makefile.am): New indicator.
3572         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
3573         * lib/string.in.h (rawmemchr): Declare when appropriate.
3574         * modules/rawmemchr: New file.
3575         * m4/rawmemchr.m4: Likewise.
3576         * lib/rawmemchr.c: Likewise.
3577         * modules/rawmemchr-tests: Likewise.
3578         * tests/test-rawmemchr.c: Likewise.
3579         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
3580         module.
3581         * modules/strchrnul (Depends-on): Add rawmemchr.
3582         * lib/strchrnul.c (strchrnul): Optimize a corner case.
3583
3584         Whitespace cleanup.
3585         * tests/test-strchrnul.c: Reindent.
3586         * lib/strchrnul.c: Likewise.
3587
3588         Optimize and test strchrnul.
3589         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
3590         * modules/strchrnul-tests: New file.
3591         * tests/test-strchrnul.c: Likewise.
3592
3593         Remove intprops dependency.
3594         * modules/memchr (Depends-on): Remove intprops.
3595         * modules/memrchr (Depends-on): Likewise.
3596         * modules/memchr2 (Depends-on): Likewise.
3597         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
3598         * lib/memrchr.c (__memrchr): Likewise.
3599         * lib/memrchr2.c (memchr2): Likewise.
3600         Reported by Simon Josefsson.
3601
3602 2008-04-28  Simon Josefsson  <simon@josefsson.org>
3603
3604         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
3605         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3606
3607 2008-04-28  Simon Josefsson  <simon@josefsson.org>
3608
3609         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
3610
3611         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
3612
3613         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
3614
3615         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
3616         declarations.
3617         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
3618
3619         * m4/inet_pton.m4: Don't check for header files.
3620
3621         * m4/inet_ntop.m4: Don't check for header files.
3622
3623 2008-04-28  Simon Josefsson  <simon@josefsson.org>
3624
3625         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
3626         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
3627         trigger for cygwin).
3628         Reported by Bruno Haible  <bruno@clisp.org>.
3629
3630 2008-04-28  Bruno Haible  <bruno@clisp.org>
3631
3632         * doc/posix-functions/strdup.texi: Mention mingw problem.
3633
3634 2008-04-27  Bruno Haible  <bruno@clisp.org>
3635
3636         * modules/stat-time-tests (Depends-on): Add sleep.
3637         * tests/test-stat-time.c (force_unlink): New function.
3638         (cleanup): Use it.
3639         (test_mtime): Remove the ctime related tests.
3640         (test_ctime): New function, containing the ctime related tests.
3641         (main): Call test_ctime, except on native Windows platforms.
3642
3643 2008-04-27  Bruno Haible  <bruno@clisp.org>
3644
3645         * lib/rpmatch.c (rpmatch): Add some comments.
3646         Reported by James Youngman <jay@gnu.org>.
3647
3648 2008-04-27  Bruno Haible  <bruno@clisp.org>
3649
3650         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
3651         quiet NaNs.
3652
3653 2008-04-27  Bruno Haible  <bruno@clisp.org>
3654
3655         Make test-yesno.sh work on mingw.
3656         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
3657         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
3658         (main): Set stdin to binary mode.
3659         * modules/yesno-tests (Depends-on): Add binary-io.
3660
3661 2008-04-27  Bruno Haible  <bruno@clisp.org>
3662
3663         Fix 'isfinite' on x86, x86_64, ia64 platforms.
3664         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
3665         argument that lie outside the IEEE 854 domain.
3666         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
3667         (gl_ISFINITE): Use it.
3668         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
3669
3670 2008-04-27  Bruno Haible  <bruno@clisp.org>
3671
3672         Allow local renaming in config.h.
3673         * lib/memrchr.c (memrchr): Don't undefine outside libc.
3674
3675 2008-04-27  Bruno Haible  <bruno@clisp.org>
3676
3677         * lib/memchr.c (__memchr): Change type of 'i'.
3678         * lib/memchr2.c (memchr2): Likewise.
3679
3680 2008-04-26  Eric Blake  <ebb9@byu.net>
3681         and Bruno Haible  <bruno@clisp.org>
3682
3683         Optimize and test memrchr.
3684         * modules/memrchr (Depends-on): Add intprops.
3685         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
3686         * modules/memrchr-tests: New file.
3687         * tests/test-memrchr.c: New file.
3688
3689 2008-04-26  Bruno Haible  <bruno@clisp.org>
3690
3691         Add tentative support for DragonFly BSD.
3692         * lib/stdio-impl.h: Add macros for DragonFly BSD.
3693         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
3694         fp.
3695         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
3696         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
3697         * lib/fpurge.c (fpurge): Likewise.
3698         * lib/freadable.c (freaadable): Likewise.
3699         * lib/freadahead.c (freadahead): Likewise.
3700         * lib/freading.c (freading): Likewise.
3701         * lib/freadptr.c (freadptr): Likewise.
3702         * lib/freadseek.c (freadptrinc): Likewise.
3703         * lib/fseeko.c (fseeko): Likewise.
3704         * lib/fseterr.c (fseterr): Likewise.
3705         * lib/fwritable.c (fwritable): Likewise.
3706         * lib/fwriting.c (fwriting): Likewise.
3707
3708 2008-04-26  Bruno Haible  <bruno@clisp.org>
3709
3710         * lib/stdio-impl.h: New file.
3711         * lib/fbufmode.c: Include stdio-impl.h.
3712         (fbufmode): Use fp_, remove redundant #defines.
3713         * lib/fflush.c: Include stdio-impl.h.
3714         (clear_ungetc_buffer): Remove redundant #defines.
3715         * lib/fpurge.c: Include stdio-impl.h.
3716         (fpurge): Remove redundant #defines.
3717         * lib/freadable.c: Include stdio-impl.h.
3718         (freadable): Remove redundant #defines.
3719         * lib/freadahead.c: Include stdio-impl.h.
3720         (freadahead): Remove redundant #defines.
3721         * lib/freading.c: Include stdio-impl.h.
3722         (freading): Remove redundant #defines.
3723         * lib/freadptr.c: Include stdio-impl.h.
3724         (freadptr): Remove redundant #defines.
3725         * lib/freadseek.c: Include stdio-impl.h.
3726         (freadptrinc): Remove redundant #defines.
3727         * lib/fseeko.c: Include stdio-impl.h.
3728         (rpl_fseeko): Remove redundant #defines.
3729         * lib/fseterr.c: Include stdio-impl.h.
3730         (fseterr): Remove redundant #defines.
3731         * lib/fwritable.c: Include stdio-impl.h.
3732         (fwritable: Remove redundant #defines.
3733         * lib/fwriting.c: Include stdio-impl.h.
3734         (fwriting): Remove redundant #defines.
3735         * modules/fbufmode (Files): Add lib/stdio-impl.h.
3736         * modules/fflush (Files): Likewise.
3737         * modules/fpurge (Files): Likewise.
3738         * modules/freadable (Files): Likewise.
3739         * modules/freadahead (Files): Likewise.
3740         * modules/freading (Files): Likewise.
3741         * modules/freadptr (Files): Likewise.
3742         * modules/freadseek (Files): Likewise.
3743         * modules/fseeko (Files): Likewise.
3744         * modules/fseterr (Files): Likewise.
3745         * modules/fwritable (Files): Likewise.
3746         * modules/fwriting (Files): Likewise.
3747
3748 2008-04-26  Bruno Haible  <bruno@clisp.org>
3749
3750         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
3751         restore_seek_optimization, update_fpos_cache): New functions, extracted
3752         from rpl_fflush.
3753         (rpl_fflush): Use them.
3754         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
3755         (gl_REPLACE_FFLUSH): Use it.
3756
3757 2008-04-26  Bruno Haible  <bruno@clisp.org>
3758
3759         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
3760         on Solaris.
3761         * tests/test-xstrtoimax.sh: Likewise.
3762         * tests/test-xstrtoumax.sh: Likewise.
3763         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3764
3765 2008-04-26  Bruno Haible  <bruno@clisp.org>
3766
3767         * modules/memchr-tests: New file.
3768         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
3769
3770 2008-04-26  Eric Blake  <ebb9@byu.net>
3771             Bruno Haible  <bruno@clisp.org>
3772
3773         * lib/memchr.c: Include intprops.h.
3774         (__memchr): Optimize parallel detection of matching bytes. Rename local
3775         variables. Add explanatory comments.
3776
3777 2008-04-26  Bruno Haible  <bruno@clisp.org>
3778
3779         Fix module 'memchr', broken since 2000-10-28.
3780         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
3781
3782 2008-04-26  Bruno Haible  <bruno@clisp.org>
3783
3784         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
3785         comments.
3786
3787 2008-04-25  Eric Blake  <ebb9@byu.net>
3788
3789         Use native fstatat on cygwin 1.7.0.
3790         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
3791         first.
3792
3793 2008-04-23  Eric Blake  <ebb9@byu.net>
3794
3795         Improve memchr2 performance.
3796         * lib/memchr2.c (memchr2): Further optimize parallel detection of
3797         NUL bytes.
3798         * modules/memchr2 (Depends-on): Use intprops.h.
3799
3800 2008-04-23  Simon Josefsson  <simon@josefsson.org>
3801
3802         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
3803         an inline function instead of a CPP macro.  Patch by Ben Pfaff
3804         <blp@cs.stanford.edu>.
3805
3806 2008-04-23  Simon Josefsson  <simon@josefsson.org>
3807
3808         * lib/arpa_inet.in.h: New file.
3809
3810         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
3811         (Makefile.am): Sed in substitute header file.
3812
3813         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
3814         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
3815
3816         * modules/inet_ntop (configure.ac): Use
3817         gl_ARPA_INET_MODULE_INDICATOR.
3818
3819         * modules/inet_pton (configure.ac): Use
3820         gl_ARPA_INET_MODULE_INDICATOR.
3821
3822 2008-04-22  Jim Meyering  <meyering@redhat.com>
3823
3824         * modules/verify (License): Re-license as LGPLv2+.
3825
3826 2008-04-22  Simon Josefsson  <simon@josefsson.org>
3827
3828         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
3829         parameter to void* as per POSIX standard (MinGW uses char*).
3830
3831 2008-04-21  Bruno Haible  <bruno@clisp.org>
3832
3833         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
3834         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
3835         Define to replacements if REPLACE_ISWCNTRL is 1.
3836         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
3837         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
3838         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
3839         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
3840         what it fixes.
3841         * doc/posix-functions/iswalpha.texi: Likewise.
3842         * doc/posix-functions/iswblank.texi: Likewise.
3843         * doc/posix-functions/iswcntrl.texi: Likewise.
3844         * doc/posix-functions/iswdigit.texi: Likewise.
3845         * doc/posix-functions/iswgraph.texi: Likewise.
3846         * doc/posix-functions/iswlower.texi: Likewise.
3847         * doc/posix-functions/iswprint.texi: Likewise.
3848         * doc/posix-functions/iswpunct.texi: Likewise.
3849         * doc/posix-functions/iswspace.texi: Likewise.
3850         * doc/posix-functions/iswupper.texi: Likewise.
3851         * doc/posix-functions/iswxdigit.texi: Likewise.
3852         Reported by Alain Guibert.
3853
3854 2008-04-21  Bruno Haible  <bruno@clisp.org>
3855
3856         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
3857         Patch by Alain Guibert.
3858
3859 2008-04-21  Bruno Haible  <bruno@clisp.org>
3860
3861         Fix test failures on mingw.
3862         * tests/test-xstrtol.c (print_no_progname): New function.
3863         (main): Install it in error_print_progname hook.
3864         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
3865         * tests/test-xstrtoimax.sh: Likewise.
3866         * tests/test-xstrtoumax.sh: Likewise.
3867
3868 2008-04-21  Bruno Haible  <bruno@clisp.org>
3869
3870         Fix test failure on mingw.
3871         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
3872
3873 2008-04-21  Bruno Haible  <bruno@clisp.org>
3874
3875         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
3876         Actually assign a value.
3877
3878 2008-04-20  Bruno Haible  <bruno@clisp.org>
3879
3880         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
3881         take 2.
3882         * lib/canonicalize.c (canonicalize_file_name): Elide if the
3883         'canonicalize-lgpl' module is also used.
3884         * lib/canonicalize-lgpl.c: Undo last change.
3885         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
3886
3887 2008-04-20  Bruno Haible  <bruno@clisp.org>
3888
3889         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
3890         config.h. Provide _mkdir based fallback for mingw.
3891         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
3892         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
3893         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
3894         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
3895         rather than defining mkdir in config.h.
3896         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
3897         (gl_SYS_STAT_H_DEFAULTS): New macro.
3898         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
3899         HAVE_IO_H any more.
3900         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
3901         HAVE_DECL_MKDIR and HAVE_IO_H.
3902
3903 2008-04-20  Bruno Haible  <bruno@clisp.org>
3904
3905         * lib/isapipe.c: Port to native Windows platforms.
3906
3907 2008-04-20  Bruno Haible  <bruno@clisp.org>
3908
3909         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
3910
3911 2008-04-21  Eric Blake  <ebb9@byu.net>
3912
3913         Work around preprocessors that don't handle UINTMAX_MAX.
3914         * lib/memchr2.c (memchr2): Avoid embedded #if.
3915         Reported by Alain Guibert, fix suggested by Bruno Haible.
3916
3917 2008-04-21  Simon Josefsson  <simon@josefsson.org>
3918
3919         * doc/posix-functions/strftime.texi (strftime): Explain better
3920         Windows incompatibility.  Suggested by Micah Cowan
3921         <micah@cowan.name>.
3922
3923 2008-04-20  Bruno Haible  <bruno@clisp.org>
3924
3925         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
3926         unistr/u8-mblen.
3927
3928 2008-04-20  Bruno Haible  <bruno@clisp.org>
3929
3930         Fix test failure on platforms with non-GNU iconv.
3931         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
3932         (U_TO_U8): Use it, rather than u16_to_u8.
3933         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
3934         units at the end of the input string.
3935         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
3936
3937 2008-04-20  Bruno Haible  <bruno@clisp.org>
3938
3939         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
3940         when the resulting length is 0.
3941         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
3942
3943 2008-04-20  Bruno Haible  <bruno@clisp.org>
3944
3945         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
3946         works.
3947         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
3948
3949 2008-04-20  Bruno Haible  <bruno@clisp.org>
3950
3951         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
3952         * modules/tsearch-tests (configure.ac): Test for initstate function.
3953
3954 2008-04-20  Bruno Haible  <bruno@clisp.org>
3955
3956         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
3957         for nlink_t if missing.
3958         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
3959
3960 2008-04-19  Bruno Haible  <bruno@clisp.org>
3961
3962         Work around snprintf bug on Linux libc5.
3963         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
3964         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3965         gl_SNPRINTF_SIZE1.
3966         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3967         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
3968         that test failed.
3969         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
3970         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
3971         * modules/snprintf (Files): Add m4/printf.m4.
3972         * modules/vsnprintf (Files): Likewise.
3973         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
3974         * doc/posix-functions/vsnprintf.texi: Likewise.
3975
3976 2008-04-19  Bruno Haible  <bruno@clisp.org>
3977
3978         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
3979         from 0.0058 to less than 10^-7.
3980
3981 2008-04-19  Bruno Haible  <bruno@clisp.org>
3982
3983         Fix rounding when a precision is given.
3984         * lib/vasnprintf.c (is_borderline): New function.
3985         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
3986         9...9x.
3987         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
3988         %e, %g.
3989         * tests/test-vasprintf-posix.c (test_function): Likewise.
3990         * tests/test-snprintf-posix.h (test_function): Likewise.
3991         * tests/test-sprintf-posix.h (test_function): Likewise.
3992         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
3993         * tests/test-printf-posix.h (test_function): Likewise.
3994         * tests/test-printf-posix.output: Update.
3995         Reported by John Darrington <john@darrington.wattle.id.au> via
3996         Ben Pfaff <blp@cs.stanford.edu>.
3997
3998 2008-04-18  Simon Josefsson  <simon@josefsson.org>
3999
4000         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
4001         Suggested by Bruno Haible <bruno@clisp.org>.
4002
4003 2008-04-17  Bruno Haible  <bruno@clisp.org>
4004
4005         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
4006         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
4007         implementation.
4008         Patch by Bruce Merry <bmerry@gmail.com>.
4009
4010 2008-04-17  Simon Josefsson  <simon@josefsson.org>
4011
4012         * doc/posix-functions/strftime.texi (strftime): Mention that %e
4013         doesn't work under Windows.
4014
4015 2008-04-16  Bruno Haible  <bruno@clisp.org>
4016
4017         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
4018         New macros.
4019         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
4020         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
4021         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
4022         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
4023         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
4024         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
4025         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
4026         macros.
4027         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
4028         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
4029         Northern Sotho, Uighur.
4030
4031 2008-04-16  Bruno Haible  <bruno@clisp.org>
4032
4033         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
4034         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
4035         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
4036         Reported by Daniel Bergström <daniel@octocode.com>.
4037
4038 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
4039             Bruno Haible  <bruno@clisp.org>
4040
4041         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
4042         function.
4043         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
4044         New functions, mostly extracted from gl_locale_name_default.
4045         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
4046
4047 2008-04-16  Eric Blake  <ebb9@byu.net>
4048
4049         Adjust strtod detection to catch glibc 2.7 bug.
4050         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
4051         Reported by John Gatewood Ham.
4052
4053 2008-04-16  Bruno Haible  <bruno@clisp.org>
4054
4055         Add tentative support for Linux libc5.
4056         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
4057         * lib/fpurge.c (fpurge): Likewise.
4058         * lib/freadable.c (freadable): Likewise.
4059         * lib/freadahead.c (freadahead): Likewise.
4060         * lib/freading.c (freading): Likewise.
4061         * lib/freadptr.c (freadptr): Likewise.
4062         * lib/freadseek.c (freadptrinc): Likewise.
4063         * lib/fseeko.c (rpl_fseeko): Likewise.
4064         * lib/fseterr.c (fseterr): Likewise.
4065         * lib/fwritable.c (fwritable): Likewise.
4066         * lib/fwriting.c (fwriting): Likewise.
4067         Reported by Alain Guibert <alguibert+bts@free.fr>.
4068
4069 2008-04-15  Bruno Haible  <bruno@clisp.org>
4070
4071         * modules/mathl (configure.ac): Define module indicator.
4072
4073 2008-04-15  Bruno Haible  <bruno@clisp.org>
4074
4075         * lib/logl.c (logl): Remove unused variables.
4076
4077 2008-04-15  Bruno Haible  <bruno@clisp.org>
4078
4079         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
4080         fails.
4081
4082 2008-04-15  Bruno Haible  <bruno@clisp.org>
4083
4084         * lib/trim.c (trim2): Fix argument of isspace() macro.
4085
4086 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
4087
4088         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
4089         to 0.
4090         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
4091
4092 2008-04-14  Bruno Haible  <bruno@clisp.org>
4093
4094         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
4095         AC_LANG_PROGRAM argument.
4096         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
4097         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
4098         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
4099         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4100         * m4/math_h.m4 (gl_MATH_H): Likewise.
4101         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
4102         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
4103         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
4104         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
4105         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
4106         * m4/regex.m4 (gl_REGEX): Likewise.
4107         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
4108         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
4109         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
4110         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
4111         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
4112         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
4113         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4114         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
4115
4116 2008-04-14  Jim Meyering  <meyering@redhat.com>
4117
4118         test-strtod: fix typos: s/abs/fabs/
4119         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
4120
4121 2008-04-13  Bruno Haible  <bruno@clisp.org>
4122
4123         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
4124         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
4125         module is also used and while not building the reloc-wrapper.
4126
4127 2008-04-13  Bruno Haible  <bruno@clisp.org>
4128
4129         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
4130
4131 2008-04-13  Bruno Haible  <bruno@clisp.org>
4132
4133         Fix AIX compilation failure introduced on 2008-04-02.
4134         * tests/test-frexp.c (exp): Undefine before redefining.
4135         * tests/test-frexpl.c (exp): Likewise.
4136
4137 2008-04-13  Bruno Haible  <bruno@clisp.org>
4138
4139         Work around a HP-UX stdio bug.
4140         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
4141         * tests/test-ftello.c (main): Likewise.
4142         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
4143         * doc/posix-functions/ftello.texi: Likewise.
4144
4145 2008-04-13  Bruno Haible  <bruno@clisp.org>
4146
4147         Make test-signbit pass on HP-UX/hppa.
4148         * tests/test-signbit.c (minus_zerol): New variable.
4149         (test_signbitl): Use it.
4150
4151 2008-04-13  Bruno Haible  <bruno@clisp.org>
4152
4153         Make truncl work on OSF/1 4.0.
4154         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
4155         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
4156         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
4157         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
4158         HAVE_DECL_TRUNCL.
4159         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
4160         HAVE_DECL_TRUNCL.
4161         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
4162
4163 2008-04-13  Bruno Haible  <bruno@clisp.org>
4164
4165         * lib/unictype.h: Remove trailing comma from enumeration definitions.
4166
4167 2008-04-13  Bruno Haible  <bruno@clisp.org>
4168
4169         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
4170         expression, so as to avoid HP-UX 11 cc compiler bug.
4171
4172 2008-04-13  Bruno Haible  <bruno@clisp.org>
4173
4174         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
4175
4176 2008-04-13  Bruno Haible  <bruno@clisp.org>
4177
4178         * lib/git-merge-changelog.c: Remove empty declaration outside of
4179         functions.
4180
4181 2008-04-13  Bruno Haible  <bruno@clisp.org>
4182
4183         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
4184
4185 2008-04-13  Bruno Haible  <bruno@clisp.org>
4186
4187         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
4188         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
4189         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
4190         also if it exists but lacks definitions of the SHUT_* macros.
4191         * modules/sys_socket (Description): Update.
4192         Reported by Elbert Pol <e.pol@chello.nl>.
4193
4194 2008-04-13  Bruno Haible  <bruno@clisp.org>
4195
4196         * lib/localcharset.c (OS2): Don't redefine if already defined.
4197         Reported by Elbert Pol <e.pol@chello.nl>.
4198
4199 2008-04-13  Bruno Haible  <bruno@clisp.org>
4200
4201         * lib/binary-io.h [__EMX__]: Include <io.h>.
4202         Reported by Elbert Pol <e.pol@chello.nl>.
4203
4204 2008-04-12  Bruno Haible  <bruno@clisp.org>
4205
4206         * lib/fpucw.h: Enable the definitions also for x86_64.
4207         Needed for NetBSD/x86_64.
4208         Reported by Thomas Klausner <tk@giga.or.at>.
4209
4210 2008-04-12  Bruno Haible  <bruno@clisp.org>
4211
4212         * tests/test-strtod.c: Include isnand.h.
4213         (main): Use isnand instead of isnan.
4214         Reported by Jim Meyering.
4215
4216 2008-04-12  Bruno Haible  <bruno@clisp.org>
4217
4218         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
4219         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4220
4221 2008-04-12  Jim Meyering  <meyering@redhat.com>
4222
4223         * m4/math_h.m4 (gl_MATH_H): Fix typos.
4224
4225 2008-04-12  Bruno Haible  <bruno@clisp.org>
4226
4227         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
4228         Reported by Elbert Pol <e.pol@chello.nl>.
4229
4230 2008-04-12  Eric Blake  <ebb9@byu.net>
4231
4232         Work around Solaris 10 math.h bug.
4233         * m4/math_h.m4 (gl_MATH_H): Check for bug.
4234         (gl_MATH_H_DEFAULTS): Set up default.
4235         * modules/math (Makefile.am): Replace new indicators.
4236         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
4237         * tests/test-math.c (main): Test this.
4238         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
4239         * doc/posix-headers/math.texi (math.h): Mention bug.
4240         Reported by Nelson H. F. Beebe and Jim Meyering.
4241
4242 2008-04-11  Bruno Haible  <bruno@clisp.org>
4243
4244         Adapt to future versions of Apple GCC.
4245         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
4246         Reported by Peter O'Gorman <peter@pogma.com>.
4247
4248 2008-04-11  Bruno Haible  <bruno@clisp.org>
4249
4250         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
4251
4252 2008-04-11  Bruno Haible  <bruno@clisp.org>
4253
4254         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
4255
4256         * modules/getaddrinfo-tests (Makefile.am): Define
4257         test_getaddrinfo_LDADD.
4258
4259 2008-04-11  Bruno Haible  <bruno@clisp.org>
4260
4261         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
4262         (init): Fix syntax error.
4263         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
4264         is declared.
4265
4266 2008-04-11  Bruno Haible  <bruno@clisp.org>
4267
4268         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
4269         * modules/glob (Depends-on): Add stdbool.
4270
4271 2008-04-11  Bruno Haible  <bruno@clisp.org>
4272
4273         * lib/trim.c: Include <string.h>.
4274
4275 2008-04-11  Eric Blake  <ebb9@byu.net>
4276
4277         Avoid compile failure on OS/2.
4278         * lib/regex_internal.h (internal_function): Disable optimization
4279         on OS/2 (__EMX__), where it caused compiler error.
4280         Reported by Elbert Pol.
4281
4282 2008-04-11  Bruno Haible  <bruno@clisp.org>
4283
4284         Flush the standard error stream before aborting. Needed on mingw.
4285         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
4286         * tests/test-array_list.c (ASSERT): Likewise.
4287         * tests/test-array_oset.c (ASSERT): Likewise.
4288         * tests/test-avltree_list.c (ASSERT): Likewise.
4289         * tests/test-avltree_oset.c (ASSERT): Likewise.
4290         * tests/test-avltreehash_list.c (ASSERT): Likewise.
4291         * tests/test-binary-io.c (ASSERT): Likewise.
4292         * tests/test-byteswap.c (ASSERT): Likewise.
4293         * tests/test-c-ctype.c (ASSERT): Likewise.
4294         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
4295         * tests/test-c-strcasestr.c (ASSERT): Likewise.
4296         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
4297         * tests/test-c-strstr.c (ASSERT): Likewise.
4298         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
4299         * tests/test-canonicalize.c (ASSERT): Likewise.
4300         * tests/test-carray_list.c (ASSERT): Likewise.
4301         * tests/test-ceilf1.c (ASSERT): Likewise.
4302         * tests/test-ceilf2.c (ASSERT): Likewise.
4303         * tests/test-ceill.c (ASSERT): Likewise.
4304         * tests/test-count-one-bits.c (ASSERT): Likewise.
4305         * tests/test-fbufmode.c (ASSERT): Likewise.
4306         * tests/test-fflush2.c (ASSERT): Likewise.
4307         * tests/test-floorf1.c (ASSERT): Likewise.
4308         * tests/test-floorf2.c (ASSERT): Likewise.
4309         * tests/test-floorl.c (ASSERT): Likewise.
4310         * tests/test-fopen.c (ASSERT): Likewise.
4311         * tests/test-fpending.c (ASSERT): Likewise.
4312         * tests/test-fprintf-posix.c (ASSERT): Likewise.
4313         * tests/test-fpurge.c (ASSERT): Likewise.
4314         * tests/test-freadable.c (ASSERT): Likewise.
4315         * tests/test-freadahead.c (ASSERT): Likewise.
4316         * tests/test-freading.c (ASSERT): Likewise.
4317         * tests/test-freadptr.c (ASSERT): Likewise.
4318         * tests/test-freadptr2.c (ASSERT): Likewise.
4319         * tests/test-freadseek.c (ASSERT): Likewise.
4320         * tests/test-freopen.c (ASSERT): Likewise.
4321         * tests/test-frexp.c (ASSERT): Likewise.
4322         * tests/test-frexpl.c (ASSERT): Likewise.
4323         * tests/test-fseek.c (ASSERT): Likewise.
4324         * tests/test-fseeko.c (ASSERT): Likewise.
4325         * tests/test-fstrcmp.c (ASSERT): Likewise.
4326         * tests/test-ftell.c (ASSERT): Likewise.
4327         * tests/test-ftello.c (ASSERT): Likewise.
4328         * tests/test-func.c (ASSERT): Likewise.
4329         * tests/test-fwritable.c (ASSERT): Likewise.
4330         * tests/test-fwriting.c (ASSERT): Likewise.
4331         * tests/test-getdelim.c (ASSERT): Likewise.
4332         * tests/test-getline.c (ASSERT): Likewise.
4333         * tests/test-i-ring.c (ASSERT): Likewise.
4334         * tests/test-iconv-utf.c (ASSERT): Likewise.
4335         * tests/test-iconv.c (ASSERT): Likewise.
4336         * tests/test-isfinite.c (ASSERT): Likewise.
4337         * tests/test-isnand.c (ASSERT): Likewise.
4338         * tests/test-isnanf.c (ASSERT): Likewise.
4339         * tests/test-isnanl.h (ASSERT): Likewise.
4340         * tests/test-ldexpl.c (ASSERT): Likewise.
4341         * tests/test-linked_list.c (ASSERT): Likewise.
4342         * tests/test-linkedhash_list.c (ASSERT): Likewise.
4343         * tests/test-localename.c (ASSERT): Likewise.
4344         * tests/test-lseek.c (ASSERT): Likewise.
4345         * tests/test-mbscasecmp.c (ASSERT): Likewise.
4346         * tests/test-mbscasestr1.c (ASSERT): Likewise.
4347         * tests/test-mbscasestr2.c (ASSERT): Likewise.
4348         * tests/test-mbscasestr3.c (ASSERT): Likewise.
4349         * tests/test-mbscasestr4.c (ASSERT): Likewise.
4350         * tests/test-mbschr.c (ASSERT): Likewise.
4351         * tests/test-mbscspn.c (ASSERT): Likewise.
4352         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
4353         * tests/test-mbspbrk.c (ASSERT): Likewise.
4354         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
4355         * tests/test-mbsrchr.c (ASSERT): Likewise.
4356         * tests/test-mbsspn.c (ASSERT): Likewise.
4357         * tests/test-mbsstr1.c (ASSERT): Likewise.
4358         * tests/test-mbsstr2.c (ASSERT): Likewise.
4359         * tests/test-mbsstr3.c (ASSERT): Likewise.
4360         * tests/test-memchr2.c (ASSERT): Likewise.
4361         * tests/test-memmem.c (ASSERT): Likewise.
4362         * tests/test-open.c (ASSERT): Likewise.
4363         * tests/test-printf-frexp.c (ASSERT): Likewise.
4364         * tests/test-printf-frexpl.c (ASSERT): Likewise.
4365         * tests/test-printf-posix.c (ASSERT): Likewise.
4366         * tests/test-quotearg.c (ASSERT): Likewise.
4367         * tests/test-rbtree_list.c (ASSERT): Likewise.
4368         * tests/test-rbtree_oset.c (ASSERT): Likewise.
4369         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
4370         * tests/test-round1.c (ASSERT): Likewise.
4371         * tests/test-roundf1.c (ASSERT): Likewise.
4372         * tests/test-roundl.c (ASSERT): Likewise.
4373         * tests/test-signbit.c (ASSERT): Likewise.
4374         * tests/test-sleep.c (ASSERT): Likewise.
4375         * tests/test-snprintf-posix.c (ASSERT): Likewise.
4376         * tests/test-snprintf.c (ASSERT): Likewise.
4377         * tests/test-sprintf-posix.c (ASSERT): Likewise.
4378         * tests/test-stat-time.c (ASSERT): Likewise.
4379         * tests/test-strcasestr.c (ASSERT): Likewise.
4380         * tests/test-strerror.c (ASSERT): Likewise.
4381         * tests/test-striconv.c (ASSERT): Likewise.
4382         * tests/test-striconveh.c (ASSERT): Likewise.
4383         * tests/test-striconveha.c (ASSERT): Likewise.
4384         * tests/test-strsignal.c (ASSERT): Likewise.
4385         * tests/test-strstr.c (ASSERT): Likewise.
4386         * tests/test-strtod.c (ASSERT): Likewise.
4387         * tests/test-trunc1.c (ASSERT): Likewise.
4388         * tests/test-trunc2.c (ASSERT): Likewise.
4389         * tests/test-truncf1.c (ASSERT): Likewise.
4390         * tests/test-truncf2.c (ASSERT): Likewise.
4391         * tests/test-truncl.c (ASSERT): Likewise.
4392         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
4393         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
4394         * tests/test-vasnprintf.c (ASSERT): Likewise.
4395         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
4396         * tests/test-vasprintf.c (ASSERT): Likewise.
4397         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
4398         * tests/test-vprintf-posix.c (ASSERT): Likewise.
4399         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
4400         * tests/test-vsnprintf.c (ASSERT): Likewise.
4401         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
4402         * tests/test-wcwidth.c (ASSERT): Likewise.
4403         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
4404         * tests/test-xprintf-posix.c (ASSERT): Likewise.
4405         * tests/test-xvasprintf.c (ASSERT): Likewise.
4406         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
4407         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
4408         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
4409         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
4410         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
4411         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
4412         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
4413         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
4414         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
4415         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
4416         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
4417         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
4418         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
4419         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
4420         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
4421         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
4422         * tests/unictype/test-block_list.c (ASSERT): Likewise.
4423         * tests/unictype/test-block_of.c (ASSERT): Likewise.
4424         * tests/unictype/test-block_test.c (ASSERT): Likewise.
4425         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
4426         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
4427         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
4428         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
4429         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
4430         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
4431         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
4432         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
4433         * tests/unictype/test-combining.c (ASSERT): Likewise.
4434         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
4435         * tests/unictype/test-digit.c (ASSERT): Likewise.
4436         * tests/unictype/test-mirror.c (ASSERT): Likewise.
4437         * tests/unictype/test-numeric.c (ASSERT): Likewise.
4438         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
4439         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
4440         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
4441         * tests/unictype/test-scripts.c (ASSERT): Likewise.
4442         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
4443         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
4444         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
4445         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
4446         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
4447         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
4448         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
4449         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
4450         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
4451         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
4452         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
4453         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
4454         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
4455         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
4456         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
4457         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
4458         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
4459         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
4460         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
4461         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
4462         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
4463         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
4464         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
4465         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
4466         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
4467         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
4468         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
4469         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
4470         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
4471         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
4472         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
4473         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
4474         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
4475         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
4476         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
4477         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
4478         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
4479         Reported by Eric Blake.
4480
4481 2008-04-11  Bruno Haible  <bruno@clisp.org>
4482
4483         * lib/wchar.in.h: Tweak comment.
4484
4485 2008-04-11  Bruno Haible  <bruno@clisp.org>
4486
4487         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
4488         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
4489         gl_COMMON.
4490         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
4491
4492 2008-04-11  Bruno Haible  <bruno@clisp.org>
4493
4494         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
4495
4496 2008-04-11  Simon Josefsson  <simon@josefsson.org>
4497
4498         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
4499         of attempting to use non-existing /dev/*random.  Based on patch
4500         from Adam Strzelecki <ono@java.pl> in
4501         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
4502
4503 2008-04-08  Bruno Haible  <bruno@clisp.org>
4504
4505         Add tentative support for emx+gcc.
4506         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
4507         * lib/fpurge.c (fpurge): Likewise.
4508         * lib/freadable.c (freadable): Likewise.
4509         * lib/freadahead.c (freadahead): Likewise.
4510         * lib/freading.c (freading): Likewise.
4511         * lib/freadptr.c (freadptr): Likewise.
4512         * lib/freadseek.c (freadptrinc): Likewise.
4513         * lib/fseeko.c (rpl_fseeko): Likewise.
4514         * lib/fseterr.c (fseterr): Likewise.
4515         * lib/fwritable.c (fwritable): Likewise.
4516         * lib/fwriting.c (fwriting): Likewise.
4517         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
4518
4519 2008-04-09  Eric Blake  <ebb9@byu.net>
4520
4521         Avoid some autoconf warnings.
4522         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
4523         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
4524         * m4/afs.m4 (gl_AFS): Likewise.
4525         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
4526         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
4527         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
4528         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
4529         (gl_INTEGER_TYPE_SUFFIX): Likewise.
4530         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
4531         (AC_CHECK_DECLS_ONCE): Likewise.
4532         Rename file...
4533         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
4534         gnulib-tool requires autoconf 2.59 or better.
4535         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
4536
4537 2008-04-08  Eric Blake  <ebb9@byu.net>
4538
4539         Use 'git describe --match' if present (added in git 1.5.5).
4540         * build-aux/git-version-gen: Limit result to tags that match 'v*'
4541         if possible.
4542
4543 2008-04-08  Bruno Haible  <bruno@clisp.org>
4544
4545         Add tentative support for OpenServer.
4546         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
4547         _ptr, _cnt.
4548         * lib/fpurge.c (fpurge): Likewise.
4549         * lib/freadable.c (freadable): Likewise.
4550         * lib/freadahead.c (freadahead): Likewise.
4551         * lib/freading.c (freading): Likewise.
4552         * lib/freadptr.c (freadptr): Likewise.
4553         * lib/freadseek.c (freadptrinc): Likewise.
4554         * lib/fseeko.c (rpl_fseeko): Likewise.
4555         * lib/fseterr.c (fseterr): Likewise.
4556         * lib/fwritable.c (fwritable): Likewise.
4557         * lib/fwriting.c (fwriting): Likewise.
4558         Reported by Roger Cornelius <rac@tenzing.org> and
4559         Brian K. White <brian@aljex.com>.
4560
4561 2008-04-06  Jim Meyering  <meyering@redhat.com>
4562
4563         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
4564
4565 2008-04-06  Bruno Haible  <bruno@clisp.org>
4566
4567         Avoid possible error with non-ASCII bytes in UTF-8 locales.
4568         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
4569         * tests/test-printf-posix.sh: Likewise.
4570         * tests/test-vfprintf-posix.sh: Likewise.
4571         * tests/test-vprintf-posix.sh: Likewise.
4572         * tests/test-xprintf-posix.sh: Likewise.
4573
4574 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4575
4576         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
4577         hide error from 'ls', needed on OS/2.
4578         Report by Elbert Pol <elbert.pol@gmail.com>.
4579
4580 2008-04-04  Eric Blake  <ebb9@byu.net>
4581
4582         Make test-fseeko.c failures meaningful.
4583         * tests/test-fseeko.c: Print line number on failure.
4584         * tests/test-fseek.c: Likewise.
4585         Reported by Nelson H. F. Beebe.
4586
4587         Improve strtod bug detection check.
4588         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
4589         required for Solaris 10.
4590         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
4591
4592 2008-04-04  Bruno Haible  <bruno@clisp.org>
4593
4594         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
4595         by m4/setenv.m4.
4596
4597 2008-04-03  Eric Blake  <ebb9@byu.net>
4598
4599         Ensure sane .version contents.
4600         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
4601         version string.
4602         * build-aux/git-version-gen: Improve documentation.
4603
4604         Make GNU make output nicer.
4605         * top/GNUmakefile [!_have-Makefile]: Add dependency on
4606         MAKECMDGOALS to enforce message for all command line targets.  Set
4607         srcdir for use in maint.mk.
4608
4609         Another maintainer tweak.
4610         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
4611         a target that regenerates version.
4612
4613 2008-04-03  Jim Meyering  <meyering@redhat.com>
4614
4615         vc-list-files: don't cause coreutils "make po-check" failure
4616         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
4617
4618 2008-04-03  Eric Blake  <ebb9@byu.net>
4619
4620         Allow VPATH usage of vc-list-files.
4621         * build-aux/vc-list-files (scriptversion): Add timestamp.
4622         (options): Add --help, --version, -C.
4623         (CVS): Support installed cvsu.
4624
4625 2008-04-02  Bruno Haible  <bruno@clisp.org>
4626
4627         Avoid some "statement with no effect" warnings from gcc.
4628         * tests/test-wctype.c (main): Explicitly ignore unused values.
4629         Reported by Jim Meyering.
4630
4631 2008-04-02  Jim Meyering  <meyering@redhat.com>
4632
4633         Avoid some warnings from "gcc -Wshadow".
4634         * tests/test-frexp.c (exp): Define to a different identifier.
4635         * tests/test-frexpl.c (exp): Likewise.
4636
4637 2008-04-03  Jim Meyering  <meyering@redhat.com>
4638
4639         bootstrap: remove dangling *.[ch] symlinks from lib
4640         * build-aux/bootstrap [dangling symlink removal]: Move find's
4641         -depth option to precede all others, to avoid a warning.
4642         Remove *.[ch] files too, and from "$source_base" (usually lib/).
4643
4644 2008-04-02  Bruno Haible  <bruno@clisp.org>
4645
4646         Avoid some warnings from "gcc -Wshadow".
4647         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
4648         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
4649         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
4650         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
4651         Reported by Jim Meyering.
4652
4653 2008-04-01  Bruno Haible  <bruno@clisp.org>
4654
4655         Fix test to work on IRIX 6.5 with cc.
4656         * tests/test-math.c (numeric_equal): New function.
4657         (main): Use it.
4658
4659 2008-04-01  Bruno Haible  <bruno@clisp.org>
4660
4661         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
4662
4663 2008-04-01  Bruno Haible  <bruno@clisp.org>
4664
4665         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
4666         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
4667         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
4668         (Depends-on): Remove math.
4669
4670         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
4671         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
4672         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
4673         (Depends-on): Remove math.
4674
4675         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
4676         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
4677         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
4678         (Depends-on): Remove math.
4679         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
4680         (Depends-on): Remove math.
4681
4682         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
4683         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
4684         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
4685         (Depends-on): Remove math.
4686         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
4687         (Depends-on): Remove math.
4688
4689         * tests/test-round1.c: Include nan.h.
4690         (main): Use NaNd instead of NAN.
4691         * modules/round-tests (Files): Add tests/nan.h.
4692
4693         * tests/test-trunc1.c: Include nan.h.
4694         (main): Use NaNd instead of NAN.
4695         * modules/trunc-tests (Files): Add tests/nan.h.
4696
4697         * tests/test-roundf1.c: Include nan.h.
4698         (main): Use NaNf instead of NAN.
4699         * modules/roundf-tests (Files): Add tests/nan.h.
4700
4701         * tests/test-truncf1.c: Include nan.h.
4702         (main): Use NaNf instead of NAN.
4703         * modules/truncf-tests (Files): Add tests/nan.h.
4704
4705         * tests/test-ceilf1.c: Include nan.h.
4706         (main): Use NaNf instead of NAN.
4707         * modules/ceilf-tests (Files): Add tests/nan.h.
4708
4709         * tests/test-floorf1.c: Include nan.h.
4710         (main): Use NaNf instead of NAN.
4711         * modules/floorf-tests (Files): Add tests/nan.h.
4712
4713         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
4714         (main): Use NaNf instead of NAN.
4715         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
4716
4717         * tests/test-isnand.c: Include nan.h instead of <math.h>.
4718         (main): Use NaNd instead of NAN.
4719         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
4720
4721         * tests/test-frexp.c: Include nan.h.
4722         (main): Use NaNd instead of NAN.
4723         * modules/frexp-tests (Files): Add tests/nan.h.
4724
4725         * lib/isnan.c: Don't include <math.h>.
4726         (FUNC): Don't use NAN macro.
4727         * modules/isnand-nolibm (Depends-on): Remove math.
4728         * modules/isnanf-nolibm (Depends-on): Remove math.
4729         * modules/isnanl (Depends-on): Remove math.
4730         * modules/isnanl-nolibm (Depends-on): Remove math.
4731
4732         * tests/nan.h: New file.
4733
4734 2008-04-01  Eric Blake  <ebb9@byu.net>
4735
4736         Fix typos.
4737         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
4738         values to be the right type.
4739
4740         For now, cater to gnulib strtod inaccuracies.
4741         * tests/test-strtod.c (main): Allow 1-ulp error on expected
4742         fractional results.  While not as nice from a QoI perspective, it
4743         is a quicker patch than correctly implementing decimal to binary
4744         rounding.
4745
4746 2008-03-31  Eric Blake  <ebb9@byu.net>
4747
4748         Guarantee a definition of NAN.
4749         * lib/math.in.h (NAN): Define if missing.
4750         * tests/test-math.c (main): Test it.
4751         * doc/posix-headers/math.texi (math.h): Document this.
4752         * lib/isnan.c (rpl_isnand): Use it.
4753         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
4754         * tests/test-floorf1.c (NaN): Likewise.
4755         * tests/test-frexp.c (NaN): Likewise.
4756         * tests/test-isnand.c (NaN): Likewise.
4757         * tests/test-isnanf.c (NaN): Likewise.
4758         * tests/test-round1.c (NaN): Likewise.
4759         * tests/test-roundf1.c (NaN): Likewise.
4760         * tests/test-snprintf-posix.h (NaN): Likewise.
4761         * tests/test-sprintf-posix.h (NaN): Likewise.
4762         * tests/test-trunc1.c (NaN): Likewise.
4763         * tests/test-truncf1.c (NaN): Likewise.
4764         * tests/test-vasnprintf-posix.c (NaN): Likewise.
4765         * tests/test-vasprintf-posix.c (NaN): Likewise.
4766         * modules/isnand-nolibm (Depends-on): Add math.
4767         * modules/isnanf-nolibm (Depends-on): Likewise.
4768         * modules/isnanl (Depends-on): Likewise.
4769         * modules/isnanl-nolibm (Depends-on): Likewise.
4770         * modules/snprintf-posix-tests (Depends-on): Likewise.
4771         * modules/sprintf-posix-tests (Depends-on): Likewise.
4772         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
4773         * modules/vsprintf-posix-tests (Depends-on): Likewise.
4774         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
4775         * modules/vasprintf-posix-tests (Depends-on): Likewise.
4776
4777 2008-03-31  Bruno Haible  <bruno@clisp.org>
4778
4779         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
4780         * doc/posix-functions/strtod.texi: Likewise.
4781
4782 2008-03-31  Bruno Haible  <bruno@clisp.org>
4783
4784         * tests/test-strtod.c (main): Don't use C99 syntax.
4785
4786 2008-03-31  Bruno Haible  <bruno@clisp.org>
4787
4788         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
4789         Reported by Eric Blake.
4790
4791 2008-03-31  Jim Meyering  <meyering@redhat.com>
4792
4793         Don't compare actual signbit return values.
4794         * tests/test-strtod.c (main): Rather, compare only their
4795         zero/non-zero nature.
4796
4797 2008-03-31  Eric Blake  <ebb9@byu.net>
4798
4799         More strtod documentation.
4800         * doc/posix-functions/strtod.texi (strtod): Interpret more test
4801         failures as distinct bugs.
4802
4803 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
4804
4805         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
4806         Problem reported by Erik Benada in
4807         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
4808
4809 2008-03-30  Bruno Haible  <bruno@clisp.org>
4810
4811         * tests/test-strtod.c: Add comments about which assertion fails on which
4812         platform.
4813         * doc/posix-functions/strtod.texi: Add info about many more platforms.
4814
4815 2008-03-30  Eric Blake  <ebb9@byu.net>
4816
4817         Test signbit behavior on zeros.
4818         * tests/test-signbit.c (test_signbitf): Add tests for zero.
4819         (test_signbitd, test_signbitl): Likewise.
4820
4821         More strtod touchups.
4822         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
4823         sign of negative underflow, for now.  Use .5, not .1.
4824         * doc/posix-functions/strtod.texi (strtod): Mention these
4825         limitations.
4826         Reported by Jim Meyering.
4827
4828 2008-03-30  Bruno Haible  <bruno@clisp.org>
4829
4830         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
4831         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
4832
4833 2008-03-30  Bruno Haible  <bruno@clisp.org>
4834
4835         Avoid failure when attempting to return empty iconv results on some
4836         platforms.
4837         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
4838         allocation, don't report ENOMEM when the resulting string is empty.
4839
4840 2008-03-30  Bruno Haible  <bruno@clisp.org>
4841
4842         Fix buffer overrun.
4843         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
4844         Don't consider the width for tmp_length. Check count against tmp_length
4845         before doing the padding. Ensure enough allocation during padding.
4846
4847 2008-03-30  Eric Blake  <ebb9@byu.net>
4848
4849         strtod touchups.
4850         * lib/strtod.c (strtod): Avoid compiler warnings.
4851         Reported by Jim Meyering.
4852
4853 2008-03-30  Bruno Haible  <bruno@clisp.org>
4854
4855         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
4856         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
4857         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
4858         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
4859         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
4860         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
4861         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
4862         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
4863
4864         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
4865         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
4866         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
4867         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
4868         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
4869         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
4870         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
4871         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
4872
4873         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
4874         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
4875         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
4876         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
4877         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
4878         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
4879         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
4880         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
4881
4882         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
4883         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
4884
4885         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
4886         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
4887
4888         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
4889         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
4890
4891         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
4892         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
4893         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
4894
4895         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
4896         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
4897         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
4898
4899         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
4900         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
4901         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
4902
4903         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
4904         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
4905         * modules/vasprintf (Depends-on): Add EOVERFLOW.
4906
4907         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
4908         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
4909         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
4910         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
4911         (Depends-on): Add EOVERFLOW.
4912         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
4913         (Depends-on): Add EOVERFLOW.
4914         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
4915         (Depends-on): Add EOVERFLOW.
4916         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
4917         (Depends-on): Add EOVERFLOW.
4918         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
4919         (Depends-on): Add EOVERFLOW.
4920         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
4921         (Depends-on): Add EOVERFLOW.
4922         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
4923         (Depends-on): Add EOVERFLOW.
4924         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
4925         (Depends-on): Add EOVERFLOW.
4926
4927         * lib/sprintf.c (EOVERFLOW): Remove fallback.
4928         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
4929         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
4930
4931         * lib/snprintf.c (EOVERFLOW): Remove fallback.
4932         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
4933         * modules/snprintf (Depends-on): Add EOVERFLOW.
4934
4935         * lib/poll.c (EOVERFLOW): Remove fallback.
4936         * modules/poll (Depends-on): Add EOVERFLOW.
4937
4938         * lib/getugroups.c (EOVERFLOW): Remove fallback.
4939         * modules/getugroups (Depends-on): Add EOVERFLOW.
4940
4941         * lib/getdelim.c (EOVERFLOW): Remove fallback.
4942         * modules/getdelim (Depends-on): Add EOVERFLOW.
4943
4944         * lib/ftell.c (EOVERFLOW): Remove fallback.
4945         * modules/ftell (Depends-on): Add EOVERFLOW.
4946
4947         * lib/fprintf.c (EOVERFLOW): Remove fallback.
4948         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
4949         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
4950
4951         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
4952
4953         * modules/EOVERFLOW-tests: New file.
4954         * tests/test-EOVERFLOW.c: New file.
4955
4956         * modules/EOVERFLOW: New file.
4957         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
4958
4959 2008-03-30  Bruno Haible  <bruno@clisp.org>
4960
4961         Fix bug introduced on 2007-06-10.
4962         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
4963         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
4964
4965 2008-03-30  Bruno Haible  <bruno@clisp.org>
4966
4967         Improve freadseek's efficiency after ungetc.
4968         * lib/freadseek.c: Include freadahead.h.
4969         (freadptrinc): New function, extracted from freadseek.
4970         (freadseek): Use it in a loop. Use freadahead to determine the number
4971         of loop iterations.
4972         * modules/freadseek (Depends-on): Add freadahead.
4973         (configure.ac): Require AC_C_INLINE.
4974
4975 2008-03-30  Bruno Haible  <bruno@clisp.org>
4976
4977         * lib/freadseek.c (freadseek): Don't ignore the return value of
4978         freadptr.
4979
4980 2008-03-29  Eric Blake  <ebb9@byu.net>
4981
4982         Add hex float support.
4983         * modules/strtod (Depends-on): Add c-ctype.
4984         (Link): Mention POW_LIB.
4985         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
4986         whitespace between 'e' and exponent.
4987         * tests/test-strtod.c (main): Enable hex float tests.
4988         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
4989         now provides.
4990
4991         Document various strtod bugs, with some fixes.
4992         * doc/posix-functions/strtod.texi (strtod): Document bugs with
4993         "-0x", "inf", "nan", and hex constants.
4994         * doc/posix-functions/atof.texi (atof): Likewise.
4995         * modules/stdlib (Makefile.am): Support strtod.
4996         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
4997         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
4998         detect additional strtod bugs.
4999         * lib/stdlib.in.h (rpl_strtod): Add declarations.
5000         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
5001         bool where appropriate.  Parse 'inf' and 'nan'.
5002         * tests/test-strtod.c: New file.
5003         * modules/strtod (Depends-on): Add stdbool, stdlib.
5004         (configure.ac): Turn on module indicator.
5005         * modules/strtod-tests: New module.
5006
5007 2008-03-29  Eric Blake  <ebb9@byu.net>
5008
5009         Fix ftell on mingw.
5010         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
5011         * modules/ftell-tests (Depends-on): Add binary-io.
5012         * modules/ftello-tests (Depends-on): Likewise.
5013         * tests/test-ftell.c (main): Enhance test to cover behavior after
5014         ungetc.  Enforce binary mode.
5015         * tests/test-ftello.c (main): Likewise.
5016
5017         Pass test-freadseek on cygwin.
5018         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
5019         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
5020         ungetc buffer.
5021
5022         * tests/test-fflush2.c (main): Fix typo.
5023
5024 2008-03-29  Bruno Haible  <bruno@clisp.org>
5025
5026         * tests/test-fflush2.c (main): Temporarily disable the contents of
5027         this test.
5028         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
5029         Reported by Eric Blake.
5030
5031 2008-03-28  Simon Josefsson  <simon@josefsson.org>
5032
5033         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
5034         (GC_SHA224_DIGEST_SIZE): Add.
5035
5036         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
5037         (gc_hash_digest_length): Likewise.
5038         (gc_hash_buffer): Likewise.
5039
5040 2008-03-25  Bruno Haible  <bruno@clisp.org>
5041
5042         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
5043         detail which gettext release to use.
5044         Reported by Simon Josefsson.
5045
5046 2008-03-26  Jim Meyering  <meyering@redhat.com>
5047
5048         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
5049         * modules/gnumakefile (clean-GNUmakefile): Also, use
5050         test ... && ... || : syntax rather than if-then ... fi.
5051
5052         gnumakefile: Don't double-quote-expand $(VPATH) value.
5053         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
5054
5055 2008-03-24  Eric Blake  <ebb9@byu.net>
5056
5057         Alter GNUmakefile to install into top directory.
5058         * modules/maintainer-makefile: Split, and add dependency...
5059         * modules/gnumakefile: to this new module.
5060         * build-aux/GNUmakefile: Move...
5061         * top/GNUmakefile: ...here.
5062         * build-aux/maint.mk: Move...
5063         * top/maint.mk: ...here.
5064         * MODULES.html.sh (Support for maintaining...): Document new
5065         module.
5066
5067 2008-03-23  Bruno Haible  <bruno@clisp.org>
5068
5069         * gnulib-tool: New options --vc-files, --no-vc-files.
5070         (func_usage): Document them.
5071         (vc_files): New variable.
5072         (func_import): Consider vc_files.
5073         (func_create_testdir): Set vc_files to empty.
5074         Suggested by Jim Meyering and Karl Berry.
5075
5076 2008-03-23  Bruno Haible  <bruno@clisp.org>
5077
5078         Fix regex compilation error on HP-UX 11.
5079         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
5080         * modules/regex (Files): Add m4/mbstate_t.m4.
5081         Reported by Ton Voon <ton.voon@altinity.com>.
5082
5083 2008-03-23  Bruno Haible  <bruno@clisp.org>
5084
5085         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
5086
5087 2008-03-23  Eric Blake  <ebb9@byu.net>
5088             Bruno Haible  <bruno@clisp.org>
5089
5090         Install files from top/ in the destination directory.
5091         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
5092         augmentation also for the files from top/.
5093         (func_import, func_create_testdir): Rewrite file names:
5094         top/filename -> filename.
5095
5096 2008-03-23  Bruno Haible  <bruno@clisp.org>
5097
5098         Tweak "gnulib --version" output.
5099         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
5100
5101 2008-03-23  Bruno Haible  <bruno@clisp.org>
5102
5103         Tweak "gnulib --version" output.
5104         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
5105         rather than contents of ChangeLog, when possible.
5106
5107 2008-03-21  Eric Blake  <ebb9@byu.net>
5108
5109         More --version tweaks.
5110         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
5111         date of last ChangeLog entry.
5112
5113 2008-03-21  Jim Meyering  <meyering@redhat.com>
5114
5115         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
5116
5117 2008-03-20  Eric Blake  <ebb9@byu.net>
5118
5119         VPATH fix.
5120         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
5121
5122 2008-03-20  Simon Josefsson  <simon@josefsson.org>
5123
5124         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
5125         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
5126
5127 2008-03-20  Eric Blake  <ebb9@byu.net>
5128
5129         Sync GNUmakefile with coreutils.
5130         * build-aux/GNUmakefile (have-Makefile): Rename...
5131         (_have-Makefile): ...to this, for namespace consideration.
5132         (GNUmakefile.cfg): Include, if present.
5133         (_autoreconf): Define a default.
5134         (_is-dist-target): New rule for rebuilds to pick up intra-release
5135         version.
5136         (maint-cfg.mk): Rename...
5137         (cfg.mk): ...to this.
5138
5139 2008-03-18  Jim Meyering  <meyering@redhat.com>
5140
5141         New script and module: mktempd
5142         * MODULES.html.sh (maint+release support): Add mktempd.
5143         * build-aux/mktempd: New file.
5144         * modules/mktempd: New file.
5145
5146 2008-03-15  Jim Meyering  <meyering@redhat.com>
5147
5148         Undo last change.
5149         * lib/sha1.c, lib/md5.c: 63 != ~63.
5150         Reported by Andreas Schwab.
5151
5152         sha1.c, md5.c: Hoist a redundant expression.
5153         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
5154         "ctx->buflen" only once, before calling *_process_block.
5155         * lib/md5.c (md5_process_bytes): Likewise.
5156
5157 2008-03-14  Eric Blake  <ebb9@byu.net>
5158
5159         Bump copyright year in files generated by gnulib-tool.
5160         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
5161         gnulib-tool, rather than hard-coding it.
5162
5163         Fix 'gnulib-tool --version' output to work with git.
5164         * gnulib-tool (func_gnulib_dir): New function, extracted from...
5165         (startup): ...here.
5166         (func_version): Use it to invoke git-version-gen, rather than
5167         relying on CVS keyword expansion.  Modernize wording.
5168         (cvsdatestamp, last_checkin_date, version): Kill unused
5169         variables.
5170
5171 2008-03-12  Jim Meyering  <meyering@redhat.com>
5172
5173         Recognize optional cast of the argument to free.
5174         * build-aux/useless-if-before-free: Update regexps.
5175
5176         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
5177
5178 2008-03-11  Bruno Haible  <bruno@clisp.org>
5179
5180         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
5181         by a single package.
5182         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
5183         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
5184         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
5185         Reported by Sam Steingold <sds@gnu.org>.
5186
5187 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
5188
5189         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
5190         repositories.
5191
5192 2008-03-11  Bruno Haible  <bruno@clisp.org>
5193
5194         Avoid conflicts between local macro definitions.
5195         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
5196         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
5197
5198 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
5199             Bruno Haible  <bruno@clisp.org>
5200
5201         Make va_copy work with some version of xlc on AIX 5.1.
5202         * lib/stdarg.in.h: New file.
5203         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
5204         On AIX, use a <stdarg.h> file substitute.
5205         * modules/stdarg (Files): Add lib/stdarg.in.h.
5206         (Depends-on): Add include_next.
5207         (Makefile.am): Build a stdarg.h substitute if requested.
5208         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
5209
5210 2008-03-10  Bruno Haible  <bruno@clisp.org>
5211
5212         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
5213         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
5214         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
5215
5216 2008-03-10  Bruno Haible  <bruno@clisp.org>
5217
5218         * modules/stdlib (Depends-on): Add include_next, remove
5219         absolute-header.
5220
5221 2008-03-09  Bruno Haible  <bruno@clisp.org>
5222
5223         * lib/freadahead.h (freadahead): Document more precisely.
5224         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
5225         the sum of both buffer sizes.
5226         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
5227         * NEWS: Document the change.
5228
5229 2008-03-09  Bruno Haible  <bruno@clisp.org>
5230
5231         Extend freadptr to return also the buffer size.
5232         * lib/freadptr.h (freadptr): Add sizep argument.
5233         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
5234         (freadptr): Add sizep argument. Determine buffer size like freadahead
5235         does.
5236         * tests/test-freadptr.c: Don't include freadahead.h.
5237         (main): Adapt for new calling convention of freadptr.
5238         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
5239         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
5240         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
5241         tests/test-freadptr2.sh.
5242         (Depends): Remove freadahead.
5243         (TESTS): Add test-freadptr2.sh.
5244         (check_PROGRAMS): Add test-freadptr2.
5245
5246 2008-03-09  Bruno Haible  <bruno@clisp.org>
5247
5248         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
5249         Report and solution by Simon Josefsson.
5250
5251 2008-03-06  Bruno Haible  <bruno@clisp.org>
5252
5253         Make fflush after ungetc work on BSD platforms.
5254         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
5255         * tests/test-fflush2.c: New file.
5256         * tests/test-fflush2.sh: New file.
5257         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
5258         tests/test-fflush2.c.
5259         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
5260         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
5261
5262 2008-03-06  Eric Blake  <ebb9@byu.net>
5263
5264         Likewise for ftello.
5265         * modules/ftello (Dependencies): Add extensions.
5266         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
5267
5268 2008-03-06  Bruno Haible  <bruno@clisp.org>
5269
5270         * modules/fseeko (Dependencies): Add extensions.
5271         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
5272         Needed on glibc systems.
5273
5274 2008-03-06  Bruno Haible  <bruno@clisp.org>
5275
5276         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
5277         email address.
5278         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
5279
5280 2008-03-06  Bruno Haible  <bruno@clisp.org>
5281
5282         * users.txt: Add libgnupdf.
5283
5284 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
5285
5286         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
5287         (Header File Substitutes, Function Substitutes,
5288         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
5289         (Build robot for gnulib): Fix typo.
5290
5291 2008-03-06  Bruno Haible  <bruno@clisp.org>
5292
5293         * doc/gnulib-tool.texi (VCS Issues): Small updates.
5294         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
5295
5296 2008-03-06  Bruno Haible  <bruno@clisp.org>
5297
5298         * doc/func.texi: New file, extracted from doc/gnulib.texi.
5299         * doc/gnulib.texi: Include it.
5300
5301 2008-03-06  Simon Josefsson  <simon@josefsson.org>
5302
5303         * modules/func (License): Change license to unlimited; there was
5304         no LGPL parts in the module anyway.
5305
5306 2008-03-06  Simon Josefsson  <simon@josefsson.org>
5307
5308         * modules/__func__: Renamed to modules/func.
5309         * modules/__func__-tests: Renamed to modules/func-tests.
5310         * tests/test-__func__.c: Renamed to tests/test-func.c.
5311         * m4/__func__.m4: Renamed to m4/func.m4.
5312         * doc/gnulib.texi (__func__): Section renamed to func.
5313         Suggested by Eric Blake <ebb9@byu.net>.
5314
5315 2008-03-06  Simon Josefsson  <simon@josefsson.org>
5316
5317         * doc/gnulib.texi (__func__): Use C99 terminology when talking
5318         about __func__.  Make example self-contained.  Suggested by Eric
5319         Blake <ebb9@byu.net>.
5320
5321         * tests/test-__func__.c (main): Avoid extraneous () around __func.
5322         Suggested by Eric Blake <ebb9@byu.net>.
5323
5324 2008-03-06  Simon Josefsson  <simon@josefsson.org>
5325
5326         * modules/__func__: New file.
5327         * modules/__func__-tests: New file.
5328         * tests/test-__func__.c: New file.
5329         * m4/__func__.m4: New file.
5330         * doc/gnulib.texi (__func__): Document __func__ module.
5331
5332 2008-03-05  Simon Josefsson  <simon@josefsson.org>
5333
5334         * modules/byteswap (License): Re-license as LGPLv2+.
5335
5336 2008-03-05  Simon Josefsson  <simon@josefsson.org>
5337
5338         * doc/Makefile: Add pdf target.
5339
5340 2008-03-05  Simon Josefsson  <simon@josefsson.org>
5341
5342         * modules/inline (License): Use 'unlimited', since there are only
5343         *.m4 files in this module.
5344
5345 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
5346             Bruno Haible  <bruno@clisp.org>
5347
5348         Add support for HP C 7.1 on OpenVMS 8.3.
5349         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
5350
5351 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
5352
5353         Update VMS specifics.
5354         * lib/getopt.c [VMS]: Remove include of unixlib.h.
5355
5356 2008-03-02  Jim Meyering  <meyering@redhat.com>
5357
5358         Remove the last dependency on the "free" module.
5359         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
5360         Reported by Bob Proulx.
5361
5362         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
5363
5364         Remove useless "if" tests before free.  Deprecate "free" module.
5365         * doc/posix-functions/free.texi: Mention that this
5366         module is no longer useful.
5367         * modules/free (Notice): Say this module is obsolete.
5368         * modules/readutmp (Depends-on): Remove free.
5369         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
5370         * lib/putenv.c (putenv): Likewise.
5371         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
5372         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
5373         * tests/test-c-strcasestr.c (main): Likewise.
5374         * tests/test-c-strstr.c (main): Likewise.
5375         * tests/test-mbscasestr1.c (main): Likewise.
5376         * tests/test-mbscasestr2.c (main): Likewise.
5377         * tests/test-mbsstr1.c (main): Likewise.
5378         * tests/test-mbsstr2.c (main): Likewise.
5379         * tests/test-memmem.c (main): Likewise.
5380         * tests/test-strcasestr.c (main): Likewise.
5381         * tests/test-striconv.c (main): Likewise.
5382         * tests/test-striconveh.c (main): Likewise.
5383         * tests/test-striconveha.c (main): Likewise.
5384         * tests/test-strstr.c (main): Likewise.
5385
5386         * build-aux/git-version-gen: Adjust a comment and the Usage string.
5387
5388         bootstrap: sync from coreutils again
5389         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
5390
5391 2008-03-01  Jim Meyering  <meyering@redhat.com>
5392
5393         bootstrap: sync from coreutils
5394         * build-aux/bootstrap (update_po_files): Copy a .po file into place
5395         also when the target doesn't exist.
5396
5397 2008-03-01  Eric Blake  <ebb9@byu.net>
5398
5399         Fix bugs in last patch.
5400         * lib/memchr2.c (memchr2): Fix typo.
5401         * tests/test-memchr2.c: Test previous bug, and don't use GNU
5402         extension.
5403         Reported by Bruce Korb.
5404
5405         New module 'memchr2'.
5406         * modules/memchr2: New file.
5407         * modules/memchr2-tests: Likewise.
5408         * lib/memchr2.h: Likewise.
5409         * lib/memchr2.c: Likewise, based on memchr.c.
5410         * tests/test-memchr2.c: New test.
5411         * MODULES.html.sh (String handling): Add memchr2.
5412
5413 2008-02-29  Bruno Haible  <bruno@clisp.org>
5414
5415         * modules/freadseek-tests: New file.
5416         * tests/test-freadseek.sh: New file.
5417         * tests/test-freadseek.c: New file.
5418
5419         New module 'freadseek'.
5420         * modules/freadseek: New file.
5421         * lib/freadseek.h: New file.
5422         * lib/freadseek.c: New file.
5423         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
5424
5425 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
5426
5427         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
5428         wydawca.
5429
5430         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
5431         program_invocation_name and program_invocation_short_name are
5432         present.
5433
5434 2008-02-28  Bruno Haible  <bruno@clisp.org>
5435
5436         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
5437         * tests/test-freadptr.sh: Also test non-seekable stdin.
5438
5439 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
5440
5441         * build-aux/bootstrap (source_base, m4_base)
5442         (doc_base, tests_base): New variables.
5443         (gnulib_tool_options): Do not hardcode base directories, use
5444         the above variables instead.
5445
5446 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
5447
5448         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
5449
5450 2008-02-28  Bruno Haible  <bruno@clisp.org>
5451
5452         * modules/freadptr-tests: New file.
5453         * tests/test-freadptr.sh: New file.
5454         * tests/test-freadptr.c: New file.
5455
5456         New module 'freadptr'.
5457         * modules/freadptr: New file.
5458         * lib/freadptr.h: New file.
5459         * lib/freadptr.c: New file.
5460         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
5461
5462 2008-02-26  Karl Berry  <karl@freefriends.org>
5463
5464         Sync from Libtool:
5465         * libltdl/argz.c (argz_add, argz_count): New functions.
5466         * libltdl/argz.in.h: Declare them.
5467         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
5468
5469 2008-02-22  Bruno Haible  <bruno@clisp.org>
5470
5471         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
5472         is a pointer type.  Needed for HP-UX 10.
5473         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
5474         * doc/posix-functions/gmtime_r.texi: Likewise.
5475         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
5476
5477 2008-02-24  Bruno Haible  <bruno@clisp.org>
5478
5479         * modules/environ-tests: New file.
5480         * tests/test-environ.c: New file.
5481
5482         New module 'environ'.
5483         * modules/environ: New file.
5484         * lib/unistd.in.h (environ): New declaration.
5485         * m4/environ.m4: New file.
5486         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
5487         after use.
5488         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
5489         HAVE_DECL_ENVIRON.
5490         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
5491         HAVE_DECL_ENVIRON.
5492         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
5493         wrong claim that 'environ' is missing on some systems.
5494         * modules/execute (Depends-on): Add environ.
5495         * lib/execute.c (environ): Remove fallback declaration.
5496         * modules/pipe (Depends-on): Add environ.
5497         * lib/pipe.c (environ): Remove fallback declaration.
5498         * modules/setenv (Depends-on): Add environ.
5499         * lib/setenv.c (environ): Remove fallback declaration.
5500         * modules/unsetenv (Depends-on): Add environ.
5501         * lib/unsetenv.c (environ): Remove fallback declaration.
5502         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
5503         m4/environ.m4.
5504         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
5505         (gl_PREREQ_UNSETENV): Likewise.
5506
5507 2008-02-24  Bruno Haible  <bruno@clisp.org>
5508
5509         * doc/posix-functions/environ.texi: Document the MacOS X problem.
5510
5511 2008-02-20  Bob Proulx  <bob@proulx.com>
5512
5513         Enable use of older two part flavor 'git describe'.
5514         * build-aux/git-version-gen: If using the older two part flavor of
5515         git version then recreate the third part now present in the
5516         newer three part flavor of git describe.
5517
5518 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
5519
5520         * lib/fts.c (fts_build): Typo correction to comment.
5521
5522 2008-02-17  Bruno Haible  <bruno@clisp.org>
5523
5524         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
5525         generating no-op conflicts.
5526
5527 2008-02-17  Bruno Haible  <bruno@clisp.org>
5528
5529         Speed up by 10%.
5530         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
5531         result_entries, rather than an index-based loop.
5532
5533 2008-02-17  Bruno Haible  <bruno@clisp.org>
5534
5535         Speed up by 25%.
5536         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
5537         'hashcode_cached'.
5538         (entry_create): New function.
5539         (entry_hashcode): Use the cached hashcode if possible.
5540         (read_changelog_file, try_split_merged_entry): Use entry_create.
5541
5542 2008-02-17  Bruno Haible  <bruno@clisp.org>
5543
5544         Speed up from O(n^2) to O(n) for long ChangeLog files.
5545         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
5546         (read_changelog_file): Change implementation of entries_reversed list
5547         to rbtreehash.
5548         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
5549
5550 2008-02-17  Bruno Haible  <bruno@clisp.org>
5551
5552         New option --split-merged-entry.
5553         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
5554         (find_paragraph_end, try_split_merged_entry): New functions.
5555         (long_options): Add option --split-merged-entry.
5556         (usage): Document option --split-merged-entry.
5557         (main): Implement option --split-merged-entry.
5558         Reported by Eric Blake.
5559
5560 2008-02-17  Bruno Haible  <bruno@clisp.org>
5561
5562         * lib/git-merge-changelog.c: Include c-strstr.h.
5563         (main): Support the "git pull --rebase" situation.
5564         * modules/git-merge-changelog (Depends-on): Add c-strstr.
5565         Reported by Eric Blake.
5566
5567 2008-02-16  Eric Blake  <ebb9@byu.net>
5568
5569         Avoid doubling \ in common case of "c-maybe" quoting style.
5570         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
5571         eliding outer quotes.
5572         * lib/quotearg.h: Document this.
5573         * tests/test-quotearg.c (result_strings, inputs, results_g)
5574         (flag_results, locale_results): Test it by adding a new string to
5575         each test group.
5576         (compare_strings): Test new string.
5577
5578 2008-02-13  Eric Blake  <ebb9@byu.net>
5579
5580         Avoid trigraph quoting in default output.
5581         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
5582         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
5583         unless explicitly requested.
5584         * tests/test-quotearg.c (flag_results, main): Add additional tests.
5585
5586 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
5587
5588         Don't rely on signed integer overflowing to negative value.
5589         * lib/getugroups.c (getugroups): Include <limits.h>.
5590         Instead, compare against INT_MAX, and increment only if the test passes.
5591
5592 2008-02-13  Jim Meyering  <meyering@redhat.com>
5593         and Eric Blake  <ebb9@byu.net>
5594
5595         Avoid shadowing warning and compile errors on Linux.
5596         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
5597         forwarding macros on Linux.
5598         (dcgettext): Define a stub, for Linux.
5599         (results_g, main): Avoid warnings.
5600
5601 2008-02-12  Eric Blake  <ebb9@byu.net>
5602
5603         Silence warning in last patch.
5604         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
5605
5606         Quotearg part 4: add tests, fix c-maybe colon quoting.
5607         * lib/quotearg.h: Improve documentation.
5608         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
5609         escapes when adding outer quotes.  When quoting trigraphs, use
5610         valid C notation.  When quoting NUL, omit extra characters if next
5611         character is not digit.  Alter prototype.
5612         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
5613         callers.
5614         * modules/quotearg-tests: New module.
5615         * tests/test-quotearg.c: New test.
5616
5617 2008-02-07  Eric Blake  <ebb9@byu.net>
5618
5619         Quotearg part 3: add flag to control outer quote elision.
5620         * lib/quotearg.h (c_maybe_quoting_style): New style.
5621         (enum quoting_flags): Better documentation of flags.
5622         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
5623         c-maybe style.
5624         (quotearg_buffer_restyled): Handle new flag to elide outer
5625         quotes.
5626
5627         Quotearg part 2: add flag that can control NUL elision.
5628         * lib/quotearg.h (set_quoting_flags): New prototype.
5629         * lib/quotearg.c (struct quoting_options): Add flag field.
5630         (set_quoting_flags): New function.
5631         (quotearg_buffer_restyled): Add flags parameter.
5632         (quotearg_alloc_mem): Set the flag if length cannot be returned.
5633         (quotearg_n_options): Set the flag, since length cannot be
5634         returned.
5635         (quoting_options_from_style): Default flags correctly.
5636
5637         Quotearg part 1: more wrappers, restore quotearg_char state.
5638         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
5639         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
5640         (quotearg_colon_mem): New wrappers.
5641         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
5642         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
5643         functions.
5644         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
5645         (quotearg_colon_mem): New functions.
5646
5647 2008-02-11  Bruno Haible  <bruno@clisp.org>
5648
5649         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
5650         library in the current directory: it does not work with parallel make.
5651         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5652
5653 2008-02-11  Bruno Haible  <bruno@clisp.org>
5654
5655         * .gitattributes: New file.
5656
5657 2008-02-11  Jim Meyering  <meyering@redhat.com>
5658
5659         useless-if-before-free: Fix reversed exit values.
5660         * build-aux/useless-if-before-free: Use correct values
5661         for EXIT_MATCH and EXIT_NO_MATCH.
5662
5663         * build-aux/useless-if-before-free: Close stdout carefully.
5664
5665 2008-02-10  Bruno Haible  <bruno@clisp.org>
5666
5667         New module 'git-merge-changelog'.
5668         * modules/git-merge-changelog: New file.
5669         * lib/git-merge-changelog.c: New file.
5670
5671 2008-02-10  Jim Meyering  <meyering@redhat.com>
5672
5673         useless-if-before-free: New option: --list (-l).
5674
5675         useless-if-before-free: Don't exit immediately upon open failure.
5676         * build-aux/useless-if-before-free: Exit 2 for errors.
5677         Upon failure to open a file, don't exit immediately.
5678         Rather, just warn and continue with any remaining files.
5679
5680 2008-02-10  Bruno Haible  <bruno@clisp.org>
5681
5682         New abstract list operation 'node_set_value'.
5683         * lib/gl_list.h (gl_list_node_set_value): New function.
5684         (struct gl_list_implementation): New field node_set_value.
5685         * lib/gl_list.c (gl_list_node_set_value): New function.
5686         * lib/gl_array_list.c (gl_array_node_set_value): New function.
5687         (gl_array_list_implementation): Update.
5688         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
5689         (gl_carray_list_implementation): Update.
5690         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
5691         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
5692         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
5693         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
5694         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
5695         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
5696         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
5697         Update.
5698         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
5699         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
5700         (gl_sublist_list_implementation): Update.
5701
5702 2008-02-10  Bruno Haible  <bruno@clisp.org>
5703
5704         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
5705         Needed when ELEMENT is #defined to 'some_type *'.
5706
5707 2008-02-10  Jim Meyering  <meyering@redhat.com>
5708
5709         New script and module: useless-if-before-free
5710         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
5711         * build-aux/useless-if-before-free: New file.
5712         * modules/useless-if-before-free: New file.
5713
5714         * build-aux/gitlog-to-changelog: Use committer date, not author date.
5715
5716         xstrtol_error: Fix typo.
5717         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
5718         s/exit_failure/exit_status/.
5719
5720 2008-02-09  Jim Meyering  <meyering@redhat.com>
5721
5722         New script and module: gitlog-to-changelog
5723         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
5724         * modules/gitlog-to-changelog: New file.
5725         * build-aux/gitlog-to-changelog: New file.
5726
5727 2008-02-08  Jim Meyering  <meyering@redhat.com>
5728
5729         Avoid two "parameter unused" warnings.
5730         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
5731         Mark "st" as used.
5732
5733         Use "git COMMAND", not "git-COMMAND".
5734         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
5735         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
5736         * build-aux/git-version-gen: Use "git status", not "git-status".
5737
5738 2008-02-07  Bruno Haible  <bruno@clisp.org>
5739
5740         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
5741         Avoids a crash on Windows Vista.
5742         Reported by Adam Strzelecki <ono@java.pl> via
5743         Simon Josefsson <simon@josefsson.org>.
5744
5745 2008-02-06  Bruno Haible  <bruno@clisp.org>
5746
5747         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
5748         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
5749         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
5750         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
5751         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
5752         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
5753         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
5754         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
5755         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
5756         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5757         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5758         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5759         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
5760         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5761         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5762         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
5763         left-adjust flag.
5764         * tests/test-snprintf-posix.h (test_function): Likewise.
5765         * tests/test-sprintf-posix.h (test_function): Likewise.
5766         * tests/test-vasprintf-posix.c (test_function): Likewise.
5767         * doc/posix-functions/fprintf.texi: Update.
5768         * doc/posix-functions/printf.texi: Update.
5769         * doc/posix-functions/snprintf.texi: Update.
5770         * doc/posix-functions/sprintf.texi: Update.
5771         * doc/posix-functions/vfprintf.texi: Update.
5772         * doc/posix-functions/vprintf.texi: Update.
5773         * doc/posix-functions/vsnprintf.texi: Update.
5774         * doc/posix-functions/vsprintf.texi: Update.
5775         Reported by Peter Fales <psfales@alcatel-lucent.com>.
5776
5777 2008-02-06  Bruno Haible  <bruno@clisp.org>
5778
5779         Fix bug introduced on 2008-01-26.
5780         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
5781
5782 2008-02-06  Bruno Haible  <bruno@clisp.org>
5783
5784         Fix bug introduced on 2007-06-10.
5785         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
5786         !NEED_PRINTF_FLAG_ZERO.
5787
5788 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
5789
5790         getloadavg: use libperfstat on AIX5
5791         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
5792
5793 2008-02-03  Bruno Haible  <bruno@clisp.org>
5794
5795         * lib/diffseq.h: Add comments about required #includes.
5796         Reported by Michael Biggs <gnulib@doubleplum.net>.
5797
5798 2008-02-01  Bruno Haible  <bruno@clisp.org>
5799
5800         * users.txt: Add gnuit.
5801
5802 2008-01-31  Bruno Haible  <bruno@clisp.org>
5803
5804         * lib/md4.c (set_uint32): Mark as inline.
5805         * lib/md5.c (set_uint32): Likewise.
5806         * lib/sha1.c (set_uint32): Likewise.
5807         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
5808         * m4/md5.m4 (gl_MD5): Likewise.
5809         * m4/sha1.m4 (gl_SHA1): Likewise.
5810
5811 2008-01-31  Jim Meyering  <meyering@redhat.com>
5812
5813         Use "sizeof VAR", rather than a literal "4".
5814         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
5815         * lib/md4.c (md4_read_ctx): Likewise.
5816         * lib/sha1.c (sha1_read_ctx): Likewise.
5817
5818 2008-01-31  Simon Josefsson  <simon@josefsson.org>
5819
5820         * tests/test-sha1.c: New file, based on test-md5.c.
5821
5822         * modules/crypto/sha1-tests: New file.
5823
5824 2008-01-31  Simon Josefsson  <simon@josefsson.org>
5825
5826         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
5827
5828 2008-01-31  Jim Meyering  <meyering@redhat.com>
5829
5830         Prefer "sizeof v" over the equivalent "4".
5831         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
5832         * lib/md5.c (set_uint32): Likewise.
5833         * lib/sha1.c (set_uint32): Likewise.
5834
5835 2008-01-31  Simon Josefsson  <simon@josefsson.org>
5836
5837         * lib/sha1.c (set_uint32): Mark function as static.
5838
5839 2008-01-31  Simon Josefsson  <simon@josefsson.org>
5840
5841         md2: clarify comments to say that alignment is not required.
5842         * lib/md2.h: Remove warning about alignment in comment.
5843         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
5844         never been required.
5845
5846 2008-01-31  Simon Josefsson  <simon@josefsson.org>
5847
5848         md4: adapt alignment constraint fix from sha1.
5849         * lib/md4.c (set_uint32): New function, from sha1.c
5850         (md4_read_ctx): Use it.
5851         (md4_finish_ctx): Doc fix.
5852         * lib/md4.h: Doc fix.
5853
5854 2008-01-31  Simon Josefsson  <simon@josefsson.org>
5855
5856         md5: adapt alignment constraint fix from sha1.
5857         * lib/md5.c (set_uint32): New function, from sha1.c
5858         (md5_read_ctx): Use it.
5859         (md5_finish_ctx): Doc fix.
5860         * lib/md5.h: Doc fix.
5861
5862 2008-01-30  Peter Palfrader  <weasel@debian.org>
5863
5864         sha1: remove the result buffer alignment constraint
5865         * lib/sha1.c (set_uint32): New function.
5866         (sha1_read_ctx): Rewrite to remove the result buffer alignment
5867         constraint.
5868         (sha1_finish_ctx): Remove comment warning about alignment constraint.
5869         * lib/sha1.h: Likewise.
5870
5871 2008-01-30  Andreas Schwab  <schwab@suse.de>
5872             Bruno Haible  <bruno@clisp.org>
5873
5874         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
5875         correct definition of LDBL_MIN_EXP.
5876
5877 2008-01-30  Karl Berry  <karl@gnu.org>
5878
5879         * config/srclist-update: try to preserve x bit on updates.
5880         * config/srclistvars.sh: update for karl.
5881
5882 2008-01-29  Jim Meyering  <meyering@redhat.com>
5883
5884         vasnprintf.c: Avoid warning about unused label
5885         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
5886         "overflow" label definition and associated code with the
5887         same cpp condition that guards the sole use of that label.
5888
5889 2008-01-26  Bruno Haible  <bruno@clisp.org>
5890
5891         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
5892         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
5893         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
5894         * lib/isnanl-nolibm.h (isnanl): Likewise.
5895         Reported by Paul Eggert <eggert@cs.ucla.edu>.
5896
5897 2008-01-26  Bruno Haible  <bruno@clisp.org>
5898
5899         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
5900         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
5901
5902 2008-01-26  Bruno Haible  <bruno@clisp.org>
5903
5904         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
5905         GCC >= 4.0 built-in.
5906         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
5907
5908 2008-01-26  Bruno Haible  <bruno@clisp.org>
5909
5910         Rename isnan, applicable to 'double' only, to isnand.
5911         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
5912         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
5913         (configure.ac): Update.
5914         (Include): Replace "isnan.h" with "isnand.h".
5915         * m4/isnand.m4: Renamed from m4/isnan.m4.
5916         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
5917         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
5918         instead of isnan.c.
5919         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
5920         instead of HAVE_ISNAN_IN_LIBC.
5921         (isnand): Renamed from isnan.
5922         * lib/isnand.c: New file.
5923         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
5924         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
5925         (Makefile.am): Update.
5926         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
5927         Include isnand.h instead of isnan.h.
5928         (main): Test isnand instead of isnan.
5929         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
5930         isnan-nolibm.
5931         * modules/frexp (Depends-on): Likewise.
5932         * modules/frexp-tests (Depends-on): Likewise.
5933         * modules/frexp-nolibm (Depends-on): Likewise.
5934         * modules/frexp-nolibm-tests (Depends-on): Likewise.
5935         * modules/isfinite (Depends-on): Likewise.
5936         * modules/round-tests (Depends-on): Likewise.
5937         * modules/signbit (Depends-on): Likewise.
5938         * modules/signbit-tests (Depends-on): Likewise.
5939         * modules/snprintf-posix (Depends-on): Likewise.
5940         * modules/sprintf-posix (Depends-on): Likewise.
5941         * modules/trunc-tests (Depends-on): Likewise.
5942         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
5943         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
5944         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
5945         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
5946         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
5947         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
5948         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
5949         * modules/vasnprintf-posix (Depends-on): Likewise.
5950         * modules/vasprintf-posix (Depends-on): Likewise.
5951         * modules/vfprintf-posix (Depends-on): Likewise.
5952         * modules/vsnprintf-posix (Depends-on): Likewise.
5953         * modules/vsprintf-posix (Depends-on): Likewise.
5954         * lib/frexp.c: Include isnand.h instead of isnan.h.
5955         (ISNAN): Set to isnand instead of isnan.
5956         * lib/isfinite.c: Include isnand.h instead of isnan.h.
5957         (gl_isfinited): Use isnand instead of isnan.
5958         * lib/signbitd.c: Include isnand.h instead of isnan.h.
5959         (gl_signbitd): Use isnand instead of isnan.
5960         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
5961         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
5962         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
5963         (main): Use isnand instead of isnan.
5964         * tests/test-round1.c: Include isnand.h.
5965         (main): Use isnand instead of isnan.
5966         * tests/test-round2.c: Include isnand.h instead of isnan.h.
5967         (ISNAN): Set to isnand instead of isnan.
5968         * tests/test-trunc1.c: Include isnand.h.
5969         (main): Use isnand instead of isnan.
5970         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
5971         (equal): Use isnand instead of isnan.
5972         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
5973         isnand-nolibm.
5974         * NEWS: Mention the change.
5975
5976 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
5977             Bruno Haible  <bruno@clisp.org>
5978
5979         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
5980         the GCC builtins for signbits are present and set
5981         REPLACE_SIGNBIT_USING_GCC if so.
5982         * lib/math.in.h (signbit): Define using GCC builtins if
5983         REPLACE_SIGNBIT_USING_GCC is set.
5984         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
5985         REPLACE_SIGNBIT_USING_GCC.
5986         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
5987
5988 2008-01-25  Jim Meyering  <meyering@redhat.com>
5989
5990         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
5991         * lib/poll.c: Include <config.h>, not "config.h".
5992         * tests/test-getaddrinfo.c: Likewise.
5993
5994 2008-01-25  Simon Josefsson  <simon@josefsson.org>
5995
5996         * modules/sockets-tests: New file.
5997
5998 2008-01-24  Simon Josefsson  <simon@josefsson.org>
5999
6000         * modules/sockets: New module, can be used to call WSA_Startup and
6001         WSA_Cleanup when needed.
6002
6003         * lib/sockets.h, lib/sockets.c: New files.
6004
6005         * m4/sockets.m4: New file.
6006
6007         * tests/test-sockets.c: New file.
6008
6009 2008-01-19  Bruno Haible  <bruno@clisp.org>
6010
6011         * doc/posix-headers: Renamed from doc/headers.
6012         * doc/posix-functions: Renamed from doc/functions.
6013         * doc/gnulib.texi: Update.
6014
6015 2008-01-19  Bruno Haible  <bruno@clisp.org>
6016
6017         * doc/glibc-functions/strcasestr.texi: Include contents of
6018         doc/functions/strcasestr.texi, fixing the list of platforms.
6019         * doc/functions/strcasestr.texi: Remove file.
6020
6021 2008-01-19  Bruno Haible  <bruno@clisp.org>
6022
6023         * doc/glibc-functions/memmem.texi: Include contents of
6024         doc/functions/memmem.texi.
6025         * doc/functions/memmem.texi: Remove file.
6026
6027 2008-01-18  Bruno Haible  <bruno@clisp.org>
6028
6029         * doc/glibc-functions/*.texi: New files.
6030         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
6031         to use the new files.
6032
6033 2008-01-17  Bruno Haible  <bruno@clisp.org>
6034
6035         * tests/test-gethostname.c (main): Fix printf statement.
6036
6037 2008-01-17  Simon Josefsson  <simon@josefsson.org>
6038
6039         * modules/gethostname-tests: New file.
6040
6041         * tests/test-gethostname.c: New file.
6042
6043 2008-01-17  Simon Josefsson  <simon@josefsson.org>
6044
6045         * lib/gethostname.c: Include string.h unconditionally, strncpy is
6046         used by the UNAME case.  Reported by Bruno Haible
6047         <bruno@clisp.org>.
6048
6049 2008-01-17  Eric Blake  <ebb9@byu.net>
6050
6051         Convert c-strcasestr to be more efficient.
6052         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
6053         (Depends-on): Add c-strcase, remove malloca, strnlen.
6054         * tests/test-c-strcasestr.c (main): Enhance test.
6055         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
6056
6057 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
6058
6059         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
6060         Use it in creating po/Makevars.
6061
6062 2008-01-15  Simon Josefsson  <simon@josefsson.org>
6063
6064         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
6065         Applications that requires it should initialize libgcrypt
6066         manually.
6067
6068 2008-01-16  Simon Josefsson  <simon@josefsson.org>
6069
6070         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
6071
6072 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
6073
6074         Fix problem with getdate on mingw32 reported by Simon Josefsson
6075         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
6076         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
6077         tzname", when deciding whether to declare tzname.
6078         * lib/strftime.c (tzname): Likewise.
6079
6080 2008-01-15  Bruno Haible  <bruno@clisp.org>
6081
6082         Work around a MacOS X 10.5 bug in frexpl().
6083         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
6084         * doc/functions/frexpl.texi: Document the bug.
6085         Reported by Elias Pipping <pipping@gentoo.org>.
6086
6087 2008-01-14  Eric Blake  <ebb9@byu.net>
6088
6089         Touch up previous patch.
6090         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
6091         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
6092
6093         Convert strcasestr module to use Two-Way algorithm.
6094         * modules/strcasestr-simple: New module, based on the old
6095         strcasestr, but with Two-Way rather than KMP.
6096         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
6097         * lib/string.in.h (rpl_strcasestr): Declare.
6098         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
6099         performance.
6100         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
6101         * modules/string (Makefile.am): Support strcasestr.
6102         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
6103         * modules/strcasestr-tests (Depends-on): Check for alarm.
6104         * tests/test-strcasestr.c: Augment test.
6105         * lib/str-two-way.h: Clean up stray macro.
6106         * NEWS: Document new module.
6107         * MODULES.html.sh (string handling): Likewise.
6108         * doc/functions/strcasestr.texi: New file.
6109         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
6110         here, since it is not a POSIX function.
6111
6112 2008-01-14  Colin Watson  <cjwatson@debian.org>
6113             Bruno Haible  <bruno@clisp.org>
6114
6115         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
6116         works fine; if not, set REPLACE_STRSIGNAL.
6117         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
6118         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6119         REPLACE_STRSIGNAL.
6120         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
6121         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
6122         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
6123
6124 2008-01-14  Bruno Haible  <bruno@clisp.org>
6125
6126         * modules/strsignal (Include): Change to <string.h>.
6127
6128 2008-01-14  Colin Watson  <cjwatson@debian.org>
6129
6130         * modules/argp (Notice): Add a notice recommending to change
6131         XGETTEXT_OPTIONS.
6132         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
6133
6134 2008-01-13  Colin Watson  <cjwatson@debian.org>
6135
6136         * modules/strsignal-tests: New file.
6137         * tests/test-strsignal.c: New file.
6138
6139         * lib/strsignal.c: New file, from glibc with modifications.
6140         * lib/siglist.h: New file, from glibc with modifications.
6141         * lib/string.in.h (strsignal): New declaration.
6142         * m4/strsignal.m4: New file.
6143         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6144         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
6145         * modules/strsignal: New file.
6146         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
6147         HAVE_DECL_STRSIGNAL.
6148
6149 2008-01-13  Bruno Haible  <bruno@clisp.org>
6150
6151         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
6152         locale encoding is not ASCII. Needed for OpenBSD 4.0.
6153         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
6154         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
6155
6156 2008-01-13  Bruno Haible  <bruno@clisp.org>
6157
6158         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
6159         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
6160         * lib/argp.h (__attribute__): Likewise.
6161         * lib/c-stack.c (__attribute__): Likewise.
6162         * lib/error.h (__attribute__): Likewise.
6163         * lib/fts.c (__attribute__): Likewise.
6164         * lib/openat.h (__attribute__): Likewise.
6165         * lib/stdio.in.h (__attribute__): Likewise.
6166         * lib/string.in.h (__attribute__): Likewise.
6167         * lib/utimens.c (__attribute__): Likewise.
6168         * lib/vasnprintf.h (__attribute__): Likewise.
6169         * lib/xalloc.h (__attribute__): Likewise.
6170         * lib/xprintf.h (__attribute__): Likewise.
6171         * lib/xstrtol.h (__attribute__): Likewise.
6172         * lib/xvasprintf.h (__attribute__): Likewise.
6173
6174 2008-01-12  Bruno Haible  <bruno@clisp.org>
6175
6176         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
6177         * doc/glibc-headers/a.out.texi: New file.
6178         * doc/glibc-headers/aliases.texi: New file.
6179         * doc/glibc-headers/alloca.texi: New file.
6180         * doc/glibc-headers/ar.texi: New file.
6181         * doc/glibc-headers/argp.texi: New file.
6182         * doc/glibc-headers/argz.texi: New file.
6183         * doc/glibc-headers/byteswap.texi: New file.
6184         * doc/glibc-headers/crypt.texi: New file.
6185         * doc/glibc-headers/endian.texi: New file.
6186         * doc/glibc-headers/envz.texi: New file.
6187         * doc/glibc-headers/err.texi: New file.
6188         * doc/glibc-headers/error.texi: New file.
6189         * doc/glibc-headers/execinfo.texi: New file.
6190         * doc/glibc-headers/fpu_control.texi: New file.
6191         * doc/glibc-headers/fstab.texi: New file.
6192         * doc/glibc-headers/fts.texi: New file.
6193         * doc/glibc-headers/getopt.texi: New file.
6194         * doc/glibc-headers/ieee754.texi: New file.
6195         * doc/glibc-headers/ifaddrs.texi: New file.
6196         * doc/glibc-headers/libintl.texi: New file.
6197         * doc/glibc-headers/mcheck.texi: New file.
6198         * doc/glibc-headers/mntent.texi: New file.
6199         * doc/glibc-headers/obstack.texi: New file.
6200         * doc/glibc-headers/paths.texi: New file.
6201         * doc/glibc-headers/printf.texi: New file.
6202         * doc/glibc-headers/pty.texi: New file.
6203         * doc/glibc-headers/resolv.texi: New file.
6204         * doc/glibc-headers/shadow.texi: New file.
6205         * doc/glibc-headers/sysexits.texi: New file.
6206         * doc/glibc-headers/ttyent.texi: New file.
6207
6208 2008-01-12  Jim Meyering  <meyering@redhat.com>
6209
6210         announce-gen: emit Gnulib's git-based version string.
6211         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
6212         New option --gnulib-version=V, where V is expected to be
6213         the output of running git describe in the gnulib directory.
6214         (get_tool_versions): Request feedback on xdelta.  I suspect it's
6215         not useful, and plan to stop publishing an xdelta file with each
6216         coreutils release.
6217
6218         * build-aux/announce-gen: Also check for lzma-compressed files.
6219
6220 2008-01-11  Bruno Haible  <bruno@clisp.org>
6221
6222         * tests/test-memmem.c (main): Increase maximum allowed time.
6223         * tests/test-strstr.c (main): Likewise.
6224
6225 2008-01-11  Bruno Haible  <bruno@clisp.org>
6226
6227         * doc/functions/memmem.texi: Add more precisions about platforms.
6228         * doc/functions/strstr.texi: Likewise.
6229
6230 2008-01-10  Eric Blake  <ebb9@byu.net>
6231
6232         * m4/strstr.m4: Delete cruft from copy-n-paste.
6233         Reported by Bruno Haible.
6234
6235 2008-01-10  Bruno Haible  <bruno@clisp.org>
6236
6237         Make c-strstr rely on strstr.
6238         * lib/c-strstr.c: Don't include str-kmp.h.
6239         (c_strstr): Define in terms of strstr.
6240         * modules/c-strstr (Files): Remove lib/str-kmp.h.
6241         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
6242
6243 2008-01-10  Bruno Haible  <bruno@clisp.org>
6244
6245         * doc/gnulib.texi (String Functions in C Locale): New section.
6246         * doc/c-ctype.texi: New file.
6247         * doc/c-strcase.texi: New file.
6248         * doc/c-strcaseeq.texi: New file.
6249         * doc/c-strcasestr.texi: New file.
6250         * doc/c-strstr.texi: New file.
6251         * doc/c-strtod.texi: New file.
6252         * doc/c-strtold.texi: New file.
6253
6254 2008-01-10  Eric Blake  <ebb9@byu.net>
6255
6256         * lib/relocatable.h: Fix a comment.
6257
6258 2008-01-10  Eric Blake  <ebb9@byu.net>
6259
6260         Share two-way algorithm.
6261         * lib/str-two-way.h: New file, merged from...
6262         * lib/memmem.c: ...here...
6263         * lib/strstr.c: ...and here.
6264         * modules/memmem (Files): Use it.
6265         * modules/strstr (Files): Likewise.
6266
6267         Avoid quadratic strstr implementations.
6268         * lib/strstr.c: New file.
6269         * m4/strstr.m4: Likewise.
6270         * modules/strstr: Likewise.
6271         * modules/strstr-tests: Likewise.
6272         * tests/test-strstr.c: Likewise.
6273         * lib/string.in.h (rpl_strstr): Declare.
6274         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
6275         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
6276         * modules/string (Makefile.am): Likewise.
6277         * MODULES.html.sh (string handling): Mention new module.
6278         * doc/functions/strstr.texi (strstr): Document the bug.
6279
6280 2008-01-10  Bruno Haible  <bruno@clisp.org>
6281
6282         * lib/relocatable.h (relocate): State whether result is freshly
6283         allocated or not.
6284         * lib/relocatable.c (relocate): Return a freshly allocated string
6285         instead of a pointer to a privately held string.
6286         Reported by Sylvain Beucler <beuc@gnu.org>.
6287
6288 2008-01-10  Colin Watson  <cjwatson@debian.org>
6289
6290         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
6291         s/S_ISNLK/S_ISLNK/.
6292
6293 2008-01-09  Bruno Haible  <bruno@clisp.org>
6294
6295         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
6296         and other files.
6297         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
6298         if it's only a guess.
6299         * modules/memmem: Simplify by depending on memmem-simple.
6300
6301 2008-01-09  Bruno Haible  <bruno@clisp.org>
6302
6303         Work around OpenBSD 4.0 tdelete() bug.
6304         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
6305         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
6306         macros and don't redefine the enum values.
6307         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
6308         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
6309         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
6310
6311 2008-01-09  Bruno Haible  <bruno@clisp.org>
6312
6313         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
6314         (main): Don't perform the tests if setlocale did not install a UTF-8
6315         locale. Needed on OpenBSD 4.0.
6316         * modules/wcwidth-tests (Depends-on): Add localcharset.
6317
6318 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
6319
6320         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
6321         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
6322         * NEWS: announce this.
6323         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
6324
6325 2008-01-09  Simon Josefsson  <simon@josefsson.org>
6326         and Eric Blake  <ebb9@byu.net>
6327
6328         Add memmem-simple module.
6329         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
6330         (gl_FUNC_MEMMEM): Separate performance from presence checks.
6331         * modules/memmem-simple: New file.
6332         * modules/memmem (Description): Tweak.
6333         * MODULES.html.sh (string handling): Mention new module.
6334         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
6335         addressed by memmem-simple.
6336         * NEWS: Document the difference.
6337
6338 2008-01-09  Eric Blake  <ebb9@byu.net>
6339
6340         Give gcc some memmem optimization hints.
6341         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
6342         (strcasestr): Declare as pure.
6343         * modules/memmem (Maintainer): Claim my implementation.
6344
6345 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6346
6347         Support AIX 6.1 and higher.
6348         * build-aux/config.libpath: Likewise.
6349         * build-aux/config.rpath: Likewise.
6350
6351 2008-01-08  Jim Meyering  <meyering@redhat.com>
6352             Bruno Haible  <bruno@clisp.org>
6353
6354         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
6355         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
6356         Reported by Peter Fales in
6357         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
6358
6359 2008-01-08  Bruno Haible  <bruno@clisp.org>
6360
6361         * modules/unictype/category-of (Depends-on): Add
6362         unictype/category-none.
6363         * modules/unictype/category-and-tests (Depends-on): Add
6364         unictype/category-{L,N,Lu,Nd}.
6365         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
6366         * modules/unictype/category-or-tests (Depends-on): Add
6367         unictype/category-{L,N}.
6368         * modules/unictype/category-name-tests (Depends-on): Add
6369         unictype/category-{Z,Nl}.
6370         Reported by Simon Josefsson.
6371
6372 2008-01-08  Bruno Haible  <bruno@clisp.org>
6373
6374         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
6375         convention better.
6376         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
6377         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
6378         Reported by Peter Miller <millerp@canb.auug.org.au>.
6379
6380 2008-01-08  Eric Blake  <ebb9@byu.net>
6381
6382         Rewrite memmem to guarantee linear complexity without malloc.
6383         * lib/memmem.c (memmem): Use Two-Way rather than
6384         Knuth-Morris-Pratt, to allow O(1) space usage.
6385         (critical_factorization, two_way_short_needle)
6386         (two_way_long_needle): New functions.
6387         (knuth_morris_pratt): Delete.
6388         * modules/memmem (Depends-on): No longer need malloca or stdbool.
6389         Add stdint.
6390         * tests/test-memmem.c (main): Add tests for periodic needle and
6391         sublinear performance.
6392         * doc/functions/memmem.texi (memmem): Document other deficiencies
6393         in cygwin and older glibc.
6394
6395 2008-01-08  Bruno Haible  <bruno@clisp.org>
6396
6397         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
6398         augmentation.
6399
6400 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
6401
6402         Add a configure time option: --disable-acl.
6403         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
6404         AC_ARG_ENABLE(acl).
6405
6406 2008-01-06  Simon Josefsson  <simon@josefsson.org>
6407
6408         * tests/test-localename.c: Don't include obsolete "setenv.h".
6409
6410         * modules/localename-tests (Depends-on): Need unsetenv.
6411
6412 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6413
6414         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
6415
6416 2008-01-06  Colin Watson  <cjwatson@debian.org>
6417
6418         * users.txt: Add man-db.
6419
6420 2008-01-07  Bruno Haible  <bruno@clisp.org>
6421
6422         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
6423         previous section name.
6424
6425 2008-01-07  Bruno Haible  <bruno@clisp.org>
6426
6427         * lib/progname.c (set_program_name): Don't strip off a leading
6428         "lt-" prefix outside a .libs directory.
6429         Suggested by Paul Eggert.
6430
6431 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
6432             Bruno Haible  <bruno@clisp.org>
6433
6434         Improve memory cleanup in 'relocatable' module.
6435         * lib/relocatable.h (compute_curr_prefix): Change return type to
6436         'char *'.
6437         * lib/relocatable.c (compute_curr_prefix): Change return type to
6438         'char *'. Free curr_installdir after use.
6439         (relocate): Free curr_prefix_better after use.
6440         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
6441
6442 2008-01-01  Bruno Haible  <bruno@clisp.org>
6443
6444         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
6445         failure on older glibc systems.
6446         Reported by Peter Fales <psfales@alcatel-lucent.com>.
6447
6448 2008-01-05  Eric Blake  <ebb9@byu.net>
6449
6450         Avoid quadratic system memmem.
6451         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
6452         Reported by Ralf Wildenhues.
6453
6454         Fix memmem test for mingw.
6455         * modules/memmem-tests (configure.ac): Check for alarm.
6456         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
6457         it.
6458         * doc/functions/memmem.texi: New file.
6459         * doc/gnulib.texi (Function Substitutes): Add memmem.
6460         Reported by Bruno Haible.
6461
6462 2008-01-04  Bruno Haible  <bruno@clisp.org>
6463
6464         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
6465         Require gl_HEADER_STRINGS_H_DEFAULTS, not
6466         gl_HEADER_STRING_H_DEFAULTS.
6467
6468 2008-01-04  Eric Blake  <ebb9@byu.net>
6469
6470         Shorten duration of memmem test.
6471         * tests/test-memmem.c (main): Use alarm to declare failure if test
6472         is taking too long.
6473         Reported by Ralf Wildenhues.
6474
6475 2007-12-21  Simon Josefsson  <simon@josefsson.org>
6476
6477         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
6478         string, needed by strerror.
6479
6480 2008-01-03  Colin Watson  <cjwatson@debian.org>
6481             Bruno Haible  <bruno@clisp.org>
6482
6483         * doc/gnulib-tool.texi (Localization): New section.
6484
6485 2008-01-02  Bruno Haible  <bruno@clisp.org>
6486
6487         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
6488         variables to 'unsigned char *' type.
6489         Reported by Paul Eggert.
6490
6491 2008-01-02  Jim Meyering  <jim@meyering.net>
6492
6493         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
6494
6495 2007-12-31  Jim Meyering  <jim@meyering.net>
6496
6497         Avoid use of private FTS type name.
6498         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
6499
6500 2007-12-30  Karl Berry  <karl@gnu.org>
6501
6502         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
6503         work around defect in Texinfo and/or the standalone Info browser.
6504
6505 2007-12-30  Bruno Haible  <bruno@clisp.org>
6506
6507         Unify 5 copies of the KMP code.
6508         * lib/str-kmp.h: New file.
6509         * lib/c-strcasestr.c: Include str-kmp.h.
6510         (knuth_morris_pratt): Remove function.
6511         (c_strcasestr): Update.
6512         * lib/c-strstr.c: Include str-kmp.h.
6513         (knuth_morris_pratt): Remove function.
6514         (c_strcasestr): Update.
6515         * lib/mbscasestr.c: Include str-kmp.h.
6516         (knuth_morris_pratt_unibyte): Remove function.
6517         * lib/mbsstr.c: Include str-kmp.h.
6518         (knuth_morris_pratt_unibyte): Remove function.
6519         * lib/strcasestr.c: Include str-kmp.h.
6520         (knuth_morris_pratt): Remove function.
6521         (strcasestr): Update.
6522         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
6523         * modules/c-strstr (Files): Likewise.
6524         * modules/mbscasestr (Files): Likewise.
6525         * modules/mbsstr (Files): Likewise.
6526         * modules/strcasestr (Files): Likewise.
6527         Suggested by Paul Eggert.
6528
6529 2007-12-30  Bruno Haible  <bruno@clisp.org>
6530
6531         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
6532         defined.
6533
6534 2007-12-30  Bruno Haible  <bruno@clisp.org>
6535
6536         * lib/xmalloca.h: Include xalloc.h.
6537         (xnmalloca): New macro.
6538
6539 2007-12-30  Bruno Haible  <bruno@clisp.org>
6540
6541         * lib/malloca.h (nmalloca): New macro.
6542         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
6543         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
6544         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
6545         knuth_morris_pratt_multibyte): Likewise.
6546         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
6547         knuth_morris_pratt_multibyte): Likewise.
6548         * lib/memmem.c (knuth_morris_pratt): Likewise.
6549         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
6550
6551 2007-12-25  Bruno Haible  <bruno@clisp.org>
6552
6553         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
6554         * lib/glob.c: Don't include openat.h.
6555         (link_exists2_p): Add back the code that deals with the
6556         !GLOB_ALTDIRFUNC case.
6557         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
6558         let it do the filename concatenation.
6559         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
6560         * modules/glob (Depends-on): Remove openat.
6561
6562 2007-12-31  Bruno Haible  <bruno@clisp.org>
6563
6564         * modules/dirfd (License): Change to LGPLv2+.
6565         Approved by Jim Meyering.
6566
6567 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
6568
6569         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
6570         when multiplying M by sizeof (size_t).
6571
6572 2007-12-10  Martin Lambers  <marlam@marlam.de>
6573
6574         Override getpagesize on mingw.
6575         * lib/getpagesize.c: New file.
6576         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
6577         * modules/getpagesize (Files): Add lib/getpagesize.c.
6578         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
6579         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
6580         REPLACE_GETPAGESIZE.
6581         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
6582
6583 2007-12-25  Bruno Haible  <bruno@clisp.org>
6584
6585         * modules/localcharset (Notice): New field.
6586         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
6587         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
6588
6589 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
6590             Bruno Haible  <bruno@clisp.org>
6591
6592         Avoid using the syntax symbol() in formatted documentation.
6593         * MODULES.html.sh (func_module): When replacing symbol() with a
6594         hyperlink, remove the parentheses. Show an error if some remain.
6595         Recognize and render the '...' syntax.
6596         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
6597         Rework. Add paragraph about GCC's inlining.
6598         * doc/alloca.texi: Likewise.
6599         * doc/error.texi: Remove parentheses from symbol reference.
6600         * doc/gnulib-intro.texi: Likewise.
6601         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
6602         * modules/fnmatch (Description): Reword to say "the ... function".
6603         * modules/full-read (Description): Likewise.
6604         * modules/full-write (Description): Likewise.
6605         * modules/safe-read (Description): Likewise.
6606         * modules/safe-write (Description): Likewise.
6607         * modules/strchrnul (Description): Likewise.
6608         * modules/trim (Description): Likewise.
6609         * modules/error (Description): Remove parentheses from symbol
6610         references.
6611         * modules/verror (Description): Likewise.
6612         Reported by Karl Berry.
6613
6614 2007-12-25  Bruno Haible  <bruno@clisp.org>
6615
6616         Fixup after 2007-10-16 commit.
6617         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
6618
6619 2007-12-24  Bruno Haible  <bruno@clisp.org>
6620
6621         Make --enable-relocatable work with DESTDIR.
6622         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
6623         to compute installdir from destprog.
6624         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
6625         also set the RELOC_DESTDIR variable.
6626         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
6627
6628 2007-12-24  Bruno Haible  <bruno@clisp.org>
6629
6630         Fix link error due to xalloc_die().
6631         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
6632         of xreadlink.
6633         * lib/relocwrapper.c: Update comments.
6634         * build-aux/install-reloc: Remove xreadlink.c from file list.
6635         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
6636         xreadlink.c.
6637         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
6638
6639 2007-12-24  Bruno Haible  <bruno@clisp.org>
6640
6641         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
6642         * lib/setenv.h: Remove file.
6643         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
6644         lib/setenv.h.
6645         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
6646         (Depends-on): Add stdlib.
6647         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
6648         gl_FUNC_UNSETENV.
6649         (Include): Replace setenv.h with <stdlib.h>.
6650         * modules/unsetenv: New file.
6651         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
6652         * lib/unsetenv.c: Include <stdlib.h> first.
6653         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
6654         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
6655         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
6656         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
6657         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
6658         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
6659         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
6660         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
6661         * doc/functions/unsetenv.texi: Update.
6662         * modules/xsetenv (Depends-on): Add unsetenv.
6663         * modules/getdate (Depends-on): Likewise.
6664         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
6665         * lib/xsetenv.c: Don't include setenv.h.
6666         * lib/getdate.y: Likewise.
6667         * lib/relocwrapper.c: Likewise.
6668         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
6669         (Depends-on): Add stdlib.
6670         * NEWS: Mention the changes.
6671         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
6672
6673 2007-12-23  Bruno Haible  <bruno@clisp.org>
6674
6675         * lib/memmem.c (memmem): Use lowercase variable names. Tab
6676         indentation.
6677
6678 2007-12-23  Bruno Haible  <bruno@clisp.org>
6679
6680         * lib/c-strcasestr.c: Add more comments.
6681         * lib/c-strstr.c: Likewise.
6682         * lib/mbscasestr.c: Likewise.
6683         * lib/mbsstr.c: Likewise.
6684         * lib/strcasestr.c: Likewise.
6685         * lib/memmem.c: Likewise.
6686
6687 2007-12-23  Bruno Haible  <bruno@clisp.org>
6688
6689         * tests/test-memmem.c: Include <string.h> first.
6690
6691 2007-12-22  Bruno Haible  <bruno@clisp.org>
6692
6693         * gnulib-tool (func_create_testdir): Change $auxdir while generating
6694         the contents of $testsbase.
6695         Reported by Ralf Wildenhues.
6696
6697 2007-12-22  Bruno Haible  <bruno@clisp.org>
6698
6699         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
6700         two variables local_ldadd_before, local_ldadd_last.
6701
6702 2007-12-20  Eric Blake  <ebb9@byu.net>
6703
6704         Work around circular library issue when cross-compiling.
6705         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
6706         that progname.o does not need to pull in rpl_memcmp.
6707
6708 2007-12-19  Eric Blake  <ebb9@byu.net>
6709
6710         Fix memmem to avoid O(n^2) worst-case complexity.
6711         * lib/memmem.c (knuth_morris_pratt): New function.
6712         (memmem): Use it if first few naive iterations fail.
6713         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
6714         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
6715         * modules/memchr (License): Likewise.
6716         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
6717         malloca.
6718         * tests/test-memmem.c: Rewrite, borrowing ideas from
6719         test-mbsstr1.c; the old version wouldn't even compile!
6720         * modules/memmem-tests: New file.
6721         * lib/string.in.h (rpl_memmem): Add declaration.
6722         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
6723         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
6724         REPLACE_MEMMEM.
6725
6726 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
6727
6728         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
6729         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
6730         before any system include files, and undef after them all.  This
6731         should fix a problem on VMS reported by John E. Malmberg in
6732         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
6733
6734 2007-12-17  Eric Blake  <ebb9@byu.net>
6735
6736         Revert addition of verify, for BSD/OS.
6737         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
6738         can't handle large files, for the sake of obsolete platforms.
6739         * modules/fseeko (Depends-on): Remove verify.
6740         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
6741         * doc/functions/ftello.texi (ftello): Likewise.
6742         * doc/functions/fgetpos.texi (fgetpos): Likewise.
6743         Reported by Larry Jones.
6744
6745 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
6746
6747         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
6748         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
6749
6750 2007-12-17  Jim Meyering  <meyering@redhat.com>
6751
6752         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
6753         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
6754         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
6755         * modules/getcwd (Depends-on): Add openat.
6756         Reported by Petr Salinger.
6757
6758 2007-12-17  Bruno Haible  <bruno@clisp.org>
6759
6760         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
6761         avoid a segmentation fault of the configure test on x86_64 systems.
6762
6763 2007-12-15  Jim Meyering  <meyering@redhat.com>
6764
6765         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
6766
6767 2007-12-13  Eric Blake  <ebb9@byu.net>
6768
6769         Another fseek test.
6770         * tests/test-fseek.c (main): Also test ungetc handling.
6771         * tests/test-fseeko.c (main): Likewise.
6772         * modules/fseeko (Depends-on): Add verify.
6773         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
6774         large.
6775         Reported by Larry Jones.
6776
6777         Fix fseeko on mingw.
6778         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
6779         seek.
6780
6781         Beef up fseek tests.
6782         * tests/test-fseek.c (main): Also test eof handling.
6783         * tests/test-fseeko.c (main): Likewise.
6784         Reported by Larry Jones.
6785
6786 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
6787
6788         Fix fseeko on BSD-based platforms.
6789         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
6790         successful seek.
6791
6792 2007-12-12  Eric Blake  <ebb9@byu.net>
6793
6794         Allow circular dependency of separate libtests.a
6795         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
6796         when use_libtests.
6797
6798 2007-12-11  Eric Blake  <ebb9@byu.net>
6799
6800         Fix bug with -0.0L in previous patch.
6801         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
6802         * tests/test-isnan.c (main): Also test on zeroes.
6803         * tests/test-isnanf.c (main): Likewise.
6804         * tests/test-isnanl.h (main): Likewise.
6805
6806         Detect pseudo-denormals on x86 even when cross-compiling.
6807         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
6808         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
6809         invalid bit patterns that happen to satisfy ==.
6810
6811         Avoid link failures with separate libtests.a.
6812         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
6813         last, to satisfy circular dependencies.
6814
6815 2007-12-11  Eric Blake  <ebb9@byu.net>
6816         and Bruno Haible  <bruno@clisp.org>
6817
6818         Fix OpenBSD 4.0 <float.h> handling of long double.
6819         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
6820         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
6821         * doc/headers/float.texi (float.h): Document OpenBSD bug.
6822
6823 2007-12-11  Jim Meyering  <meyering@redhat.com>
6824
6825         * users.txt: Add libvirt.
6826
6827         Support versions of autoconf prior to 2.59c.
6828         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
6829         if it is not already defined.
6830
6831 2007-12-09  Bruno Haible  <bruno@clisp.org>
6832
6833         Let 'gnulib-tool --import' collect sources needed for the tests in
6834         tests/ rather than in lib/.
6835         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
6836         argument. If true, add rules to generate libtests.a, and put libtests.a
6837         into $(LDADD). Consider source files in subdirectories and set
6838         uses_subdirs.
6839         (func_emit_initmacro_start, func_emit_initmacro_end,
6840         func_emit_initmacro_done): Pass all arguments explicitly.
6841         (func_import): Determine two module lists main_modules,
6842         testsrelated_modules. Determine use_libtests. Determine two variables
6843         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
6844         instead of just sed_transform_lib_file. Determine two variables
6845         main_files and testsrelated_files. Compute 'files' as the union of
6846         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
6847         func_add_or_update. In the generated gnulib-comp.m4, collect the
6848         object files for tests/ in different variables than those for lib/.
6849         Substitute LIBTESTS_LIBDEPS.
6850         (func_create_testdir): Combine the uses_subdirs results from
6851         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
6852
6853 2007-12-09  Bruno Haible  <bruno@clisp.org>
6854
6855         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
6856         the build-aux directory.
6857
6858 2007-12-09  Bruno Haible  <bruno@clisp.org>
6859
6860         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
6861         introduced on 2006-09-09.
6862
6863 2007-12-07  Jim Meyering  <meyering@redhat.com>
6864
6865         Let these macros work also with autoconf-2.59.
6866         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
6867         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
6868         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
6869
6870 2007-12-06  Jim Meyering  <meyering@redhat.com>
6871
6872         Avoid a configure-time syntax error in gl_FUNC_ACL.
6873         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
6874         function in each branch, before testing the cache variable.
6875
6876 2007-12-04  Eric Blake  <ebb9@byu.net>
6877
6878         Make scripts executable.
6879         * build-aux/config.guess: Add execute permissions.
6880         * build-aux/config.sub: Likewise.
6881         * build-aux/gendocs.sh: Likewise.
6882
6883         Fix frexp on mingw.
6884         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
6885         cross-compiling.
6886         * doc/functions/frexp.texi (frexp): Document the bug.
6887
6888         Make cygwin fseeko check more reliable.
6889         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
6890         version numbers, rather than unrelated feature check.
6891         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
6892         * doc/functions/ftello.texi (ftello): Likewise.
6893         Reported by Bruno Haible.
6894
6895         * m4/strerror.m4: Bump version number.
6896
6897 2007-12-03  Bruno Haible  <bruno@clisp.org>
6898
6899         * doc/functions/mprotect.texi: Mention the mingw problem.
6900
6901 2007-12-03  Eric Blake  <ebb9@byu.net>
6902
6903         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
6904         REPLACE_STRERROR is initialized before this macro.
6905
6906 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
6907
6908         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
6909         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
6910         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
6911         put -lsec in even for programs other than 'ls'.  This fixes a problem
6912         for gettext reported by Bruno Haible in
6913         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
6914         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
6915         Add support for Solaris 10.  This isn't efficient, but should get the
6916         job done for now.
6917
6918 2007-12-03  James Youngman  <jay@gnu.org>
6919
6920         * doc/regexprops-generic.texi: change "an close-group" to "a
6921         close-group" and "illegal" to "not allowed".
6922
6923 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6924
6925         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
6926         pr_byname.h. Needed for the rare case when the maintainer has done
6927         "make maintainer-clean" in the source directory and then attempts a
6928         build outside the source directory.
6929         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
6930         scripts_byname.h.
6931
6932 2007-12-02  Martin Lambers <marlam@marlam.de>
6933             Bruno Haible  <bruno@clisp.org>
6934
6935         * lib/getpagesize.h: Remove file.
6936         * lib/unistd.in.h: Include declaration of getpagesize here.
6937         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
6938         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
6939         HAVE_SYS_PARAM_H.
6940         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
6941         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
6942         * modules/getpagesize (Files): Remove lib/getpagesize.h.
6943         (Depends-on): Add unistd.
6944         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6945         (Include): Use <unistd.h> instead of getpagesize.h.
6946         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
6947         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
6948         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
6949         gl_GETPAGESIZE invocation, already handled by module dependency.
6950         * lib/pagealign_alloc.c: Don't include getpagesize.h.
6951
6952 2007-12-02  Bruno Haible  <bruno@clisp.org>
6953
6954         * modules/strings-tests: New file.
6955         * tests/test-strings.c: New file.
6956
6957         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
6958         * lib/strings.in.h: New file.
6959         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
6960         * m4/strings_h.m4: New file.
6961         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
6962         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
6963         * modules/strings: New file.
6964         * modules/string (Makefile.am): Update.
6965         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
6966         Reported by Karl Berry.
6967
6968 2007-12-01  Eric Blake  <ebb9@byu.net>
6969
6970         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
6971         accomodate fix in cygwin 1.5.25.
6972
6973 2007-12-01  Jim Meyering  <meyering@redhat.com>
6974
6975         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
6976         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
6977         that would inhibit utf8-optimization of a regexp containing line-
6978         or buffer-anchors, e.g., `^', `$'.
6979
6980 2007-11-30  Bruno Haible  <bruno@clisp.org>
6981
6982         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
6983         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
6984         glthread_recursive_lock_init.
6985         * lib/lock.c (glthread_recursive_lock_init)
6986         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
6987         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
6988
6989 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
6990
6991         New function qset_acl, like set_acl but with syscall semantics.
6992         * lib/acl.h (qset_acl): New decl.
6993         * lib/acl.c (qset_acl): New function.
6994         (set_acl): Use new function.  Use more-consistent diagnostics.
6995
6996 2007-11-28  Jim Meyering  <meyering@redhat.com>
6997
6998         * modules/physmem (License): Change from GPL to LGPLv2+.
6999
7000 2007-11-26  Bruno Haible  <bruno@clisp.org>
7001
7002         * lib/vasnprintf.c (decode_long_double): Don't abort if the
7003         'long double' type has excess precision.
7004         Reported by Jim Meyering in
7005         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
7006
7007 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7008
7009         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
7010         Sync from <http://gnu.org/licenses>.
7011         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
7012         with license text from same location.
7013         * doc/maintain.texi, doc/standards.texi:  Sync from
7014         <http://savannah.gnu.org/projects/gnustandards>.
7015
7016 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
7017         and Jim Meyering  <meyering@redhat.com>
7018
7019         Adjust getdate' grammar to accept a slightly more regular language.
7020         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
7021         Before, the former was rejected.
7022         * lib/getdate.y (digits_to_date_time): New function, factored
7023         out of ...
7024         (number): ...here.  Just call digits_to_date_time.
7025         (hybrid): New non-terminal to handle an <unsigned number,
7026         signed relative offset> sequence consistently.
7027
7028 2007-11-18  Jim Meyering  <meyering@redhat.com>
7029
7030         Pull my changes from coreutils:
7031         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
7032         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
7033         use of $gnulib_tool_option_extras, so that it's separated from the
7034         preceding argument.
7035
7036         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
7037         * build-aux/bootstrap (cp_mark_as_generated): Create any required
7038         parent destination directories before copying a file into place.
7039
7040 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
7041
7042         bootstrap: work also with 4-argument variant of AC_INIT
7043         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
7044
7045 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
7046
7047         Port test-getaddrinfo to Solaris.
7048         Problem reported by Bruno Haible in
7049         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
7050         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
7051         explanation of setting 'hints'.
7052         Don't reject an implementation merely because it returns EAI_SERVICE.
7053         (EAI_SERVICE): Define to 0 if not defined.
7054
7055 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
7056
7057         The license of gnu-make and posix-shell is now "GPLed build tool".
7058         * modules/gnu-make (License): Likewise.
7059         * modules/posix-shell (License): Likewise.
7060
7061         New module posix-shell, for determining a POSIX shell
7062         or perhaps something that is close enough to a POSIX shell.
7063         * m4/posix-shell.m4: New file.
7064         * modules/posix-shell: New file.
7065
7066         * MODULES.html.sh: Mention new module.
7067
7068         New module gnu-make, for determining whether we're using GNU Make.
7069         * m4/gnu-make.m4: New file.
7070         * modules/gnu-make: New file.
7071         * MODULES.html.sh: Mention new module.
7072
7073 2007-11-14  Jim Meyering  <meyering@redhat.com>
7074
7075         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
7076         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
7077         use this macro to create a function _definition_.
7078         Remove useless "#undef ARGMATCH_DIE".
7079
7080 2007-11-14  Bruno Haible  <bruno@clisp.org>
7081
7082         * lib/config.charset: Update for OpenBSD 4.1.
7083         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
7084
7085 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
7086
7087         Document 64-bit #if problems in stdint.texi.
7088         * doc/headers/stdint.texi (stdint.h): Mention problems with
7089         64-bit-#if, and how to work around them.
7090
7091         Don't insist on 'long long int' support in the preprocessor.  It
7092         breaks too many things.  For example, PRIdMAX still uses a 'long
7093         long int' format with the latest Sun compiler, even though
7094         HAVE_LONG_LONG_INT isn't defined due to that compiler's
7095         preprocessor problem.  This causes the latest coreutils to dump
7096         core on Solaris 10 sparc with the Sun C compiler.
7097         Instead, fix the 2007-10-16 problem in a different way, by evaluating
7098         the troublesome expressions at configure-time, not at #if-time.
7099         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
7100         preprocessor.
7101         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
7102         compile-time C checks, done at 'configure'-time.
7103         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
7104         * modules/inttypes (Makefile): Substitute the new symbols that
7105         gl_INTTYPES_H now generates.
7106         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
7107
7108 2007-11-12  Bruno Haible  <bruno@clisp.org>
7109
7110         Tests for Unicode character classification functions.
7111
7112         * modules/unictype/bidicategory-byname-tests: New file.
7113         * modules/unictype/bidicategory-name-tests: New file.
7114         * modules/unictype/bidicategory-of-tests: New file.
7115         * modules/unictype/bidicategory-test-tests: New file.
7116         * modules/unictype/block-list-tests: New file.
7117         * modules/unictype/block-of-tests: New file.
7118         * modules/unictype/block-test-tests: New file.
7119         * modules/unictype/category-C-tests: New file.
7120         * modules/unictype/category-Cc-tests: New file.
7121         * modules/unictype/category-Cf-tests: New file.
7122         * modules/unictype/category-Cn-tests: New file.
7123         * modules/unictype/category-Co-tests: New file.
7124         * modules/unictype/category-Cs-tests: New file.
7125         * modules/unictype/category-L-tests: New file.
7126         * modules/unictype/category-Ll-tests: New file.
7127         * modules/unictype/category-Lm-tests: New file.
7128         * modules/unictype/category-Lo-tests: New file.
7129         * modules/unictype/category-Lt-tests: New file.
7130         * modules/unictype/category-Lu-tests: New file.
7131         * modules/unictype/category-M-tests: New file.
7132         * modules/unictype/category-Mc-tests: New file.
7133         * modules/unictype/category-Me-tests: New file.
7134         * modules/unictype/category-Mn-tests: New file.
7135         * modules/unictype/category-N-tests: New file.
7136         * modules/unictype/category-Nd-tests: New file.
7137         * modules/unictype/category-Nl-tests: New file.
7138         * modules/unictype/category-No-tests: New file.
7139         * modules/unictype/category-P-tests: New file.
7140         * modules/unictype/category-Pc-tests: New file.
7141         * modules/unictype/category-Pd-tests: New file.
7142         * modules/unictype/category-Pe-tests: New file.
7143         * modules/unictype/category-Pf-tests: New file.
7144         * modules/unictype/category-Pi-tests: New file.
7145         * modules/unictype/category-Po-tests: New file.
7146         * modules/unictype/category-Ps-tests: New file.
7147         * modules/unictype/category-S-tests: New file.
7148         * modules/unictype/category-Sc-tests: New file.
7149         * modules/unictype/category-Sk-tests: New file.
7150         * modules/unictype/category-Sm-tests: New file.
7151         * modules/unictype/category-So-tests: New file.
7152         * modules/unictype/category-Z-tests: New file.
7153         * modules/unictype/category-Zl-tests: New file.
7154         * modules/unictype/category-Zp-tests: New file.
7155         * modules/unictype/category-Zs-tests: New file.
7156         * modules/unictype/category-and-not-tests: New file.
7157         * modules/unictype/category-and-tests: New file.
7158         * modules/unictype/category-byname-tests: New file.
7159         * modules/unictype/category-name-tests: New file.
7160         * modules/unictype/category-none-tests: New file.
7161         * modules/unictype/category-of-tests: New file.
7162         * modules/unictype/category-or-tests: New file.
7163         * modules/unictype/category-test-withtable-tests: New file.
7164         * modules/unictype/combining-class-tests: New file.
7165         * modules/unictype/ctype-alnum-tests: New file.
7166         * modules/unictype/ctype-alpha-tests: New file.
7167         * modules/unictype/ctype-blank-tests: New file.
7168         * modules/unictype/ctype-cntrl-tests: New file.
7169         * modules/unictype/ctype-digit-tests: New file.
7170         * modules/unictype/ctype-graph-tests: New file.
7171         * modules/unictype/ctype-lower-tests: New file.
7172         * modules/unictype/ctype-print-tests: New file.
7173         * modules/unictype/ctype-punct-tests: New file.
7174         * modules/unictype/ctype-space-tests: New file.
7175         * modules/unictype/ctype-upper-tests: New file.
7176         * modules/unictype/ctype-xdigit-tests: New file.
7177         * modules/unictype/decimal-digit-tests: New file.
7178         * modules/unictype/digit-tests: New file.
7179         * modules/unictype/mirror-tests: New file.
7180         * modules/unictype/numeric-tests: New file.
7181         * modules/unictype/property-alphabetic-tests: New file.
7182         * modules/unictype/property-ascii-hex-digit-tests: New file.
7183         * modules/unictype/property-bidi-arabic-digit-tests: New file.
7184         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
7185         * modules/unictype/property-bidi-block-separator-tests: New file.
7186         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
7187         * modules/unictype/property-bidi-common-separator-tests: New file.
7188         * modules/unictype/property-bidi-control-tests: New file.
7189         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
7190         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
7191         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
7192         * modules/unictype/property-bidi-european-digit-tests: New file.
7193         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
7194         * modules/unictype/property-bidi-left-to-right-tests: New file.
7195         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
7196         * modules/unictype/property-bidi-other-neutral-tests: New file.
7197         * modules/unictype/property-bidi-pdf-tests: New file.
7198         * modules/unictype/property-bidi-segment-separator-tests: New file.
7199         * modules/unictype/property-bidi-whitespace-tests: New file.
7200         * modules/unictype/property-byname-tests: New file.
7201         * modules/unictype/property-combining-tests: New file.
7202         * modules/unictype/property-composite-tests: New file.
7203         * modules/unictype/property-currency-symbol-tests: New file.
7204         * modules/unictype/property-dash-tests: New file.
7205         * modules/unictype/property-decimal-digit-tests: New file.
7206         * modules/unictype/property-default-ignorable-code-point-tests: New file.
7207         * modules/unictype/property-deprecated-tests: New file.
7208         * modules/unictype/property-diacritic-tests: New file.
7209         * modules/unictype/property-extender-tests: New file.
7210         * modules/unictype/property-format-control-tests: New file.
7211         * modules/unictype/property-grapheme-base-tests: New file.
7212         * modules/unictype/property-grapheme-extend-tests: New file.
7213         * modules/unictype/property-grapheme-link-tests: New file.
7214         * modules/unictype/property-hex-digit-tests: New file.
7215         * modules/unictype/property-hyphen-tests: New file.
7216         * modules/unictype/property-id-continue-tests: New file.
7217         * modules/unictype/property-id-start-tests: New file.
7218         * modules/unictype/property-ideographic-tests: New file.
7219         * modules/unictype/property-ids-binary-operator-tests: New file.
7220         * modules/unictype/property-ids-trinary-operator-tests: New file.
7221         * modules/unictype/property-ignorable-control-tests: New file.
7222         * modules/unictype/property-iso-control-tests: New file.
7223         * modules/unictype/property-join-control-tests: New file.
7224         * modules/unictype/property-left-of-pair-tests: New file.
7225         * modules/unictype/property-line-separator-tests: New file.
7226         * modules/unictype/property-logical-order-exception-tests: New file.
7227         * modules/unictype/property-lowercase-tests: New file.
7228         * modules/unictype/property-math-tests: New file.
7229         * modules/unictype/property-non-break-tests: New file.
7230         * modules/unictype/property-not-a-character-tests: New file.
7231         * modules/unictype/property-numeric-tests: New file.
7232         * modules/unictype/property-other-alphabetic-tests: New file.
7233         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
7234         * modules/unictype/property-other-grapheme-extend-tests: New file.
7235         * modules/unictype/property-other-id-continue-tests: New file.
7236         * modules/unictype/property-other-id-start-tests: New file.
7237         * modules/unictype/property-other-lowercase-tests: New file.
7238         * modules/unictype/property-other-math-tests: New file.
7239         * modules/unictype/property-other-uppercase-tests: New file.
7240         * modules/unictype/property-paired-punctuation-tests: New file.
7241         * modules/unictype/property-paragraph-separator-tests: New file.
7242         * modules/unictype/property-pattern-syntax-tests: New file.
7243         * modules/unictype/property-pattern-white-space-tests: New file.
7244         * modules/unictype/property-private-use-tests: New file.
7245         * modules/unictype/property-punctuation-tests: New file.
7246         * modules/unictype/property-quotation-mark-tests: New file.
7247         * modules/unictype/property-radical-tests: New file.
7248         * modules/unictype/property-sentence-terminal-tests: New file.
7249         * modules/unictype/property-soft-dotted-tests: New file.
7250         * modules/unictype/property-space-tests: New file.
7251         * modules/unictype/property-terminal-punctuation-tests: New file.
7252         * modules/unictype/property-test-tests: New file.
7253         * modules/unictype/property-titlecase-tests: New file.
7254         * modules/unictype/property-unassigned-code-value-tests: New file.
7255         * modules/unictype/property-unified-ideograph-tests: New file.
7256         * modules/unictype/property-uppercase-tests: New file.
7257         * modules/unictype/property-variation-selector-tests: New file.
7258         * modules/unictype/property-white-space-tests: New file.
7259         * modules/unictype/property-xid-continue-tests: New file.
7260         * modules/unictype/property-xid-start-tests: New file.
7261         * modules/unictype/property-zero-width-tests: New file.
7262         * modules/unictype/scripts-tests: New file.
7263         * modules/unictype/syntax-c-ident-tests: New file.
7264         * modules/unictype/syntax-c-whitespace-tests: New file.
7265         * modules/unictype/syntax-java-ident-tests: New file.
7266         * modules/unictype/syntax-java-whitespace-tests: New file.
7267         * tests/unictype/test-bidi_byname.c: New file.
7268         * tests/unictype/test-bidi_name.c: New file.
7269         * tests/unictype/test-bidi_of.c: New file.
7270         * tests/unictype/test-bidi_test.c: New file.
7271         * tests/unictype/test-block_list.c: New file.
7272         * tests/unictype/test-block_of.c: New file.
7273         * tests/unictype/test-block_test.c: New file.
7274         * tests/unictype/test-categ_and.c: New file.
7275         * tests/unictype/test-categ_and_not.c: New file.
7276         * tests/unictype/test-categ_byname.c: New file.
7277         * tests/unictype/test-categ_name.c: New file.
7278         * tests/unictype/test-categ_none.c: New file.
7279         * tests/unictype/test-categ_of.c: New file.
7280         * tests/unictype/test-categ_or.c: New file.
7281         * tests/unictype/test-categ_test_withtable.c: New file.
7282         * tests/unictype/test-combining.c: New file.
7283         * tests/unictype/test-decdigit.c: New file.
7284         * tests/unictype/test-digit.c: New file.
7285         * tests/unictype/test-mirror.c: New file.
7286         * tests/unictype/test-numeric.c: New file.
7287         * tests/unictype/test-pr_byname.c: New file.
7288         * tests/unictype/test-pr_test.c: New file.
7289         * tests/unictype/test-predicate-part1.h: New file.
7290         * tests/unictype/test-predicate-part2.h: New file.
7291         * tests/unictype/test-scripts.c: New file.
7292         * tests/unictype/test-sy_c_ident.c: New file.
7293         * tests/unictype/test-sy_java_ident.c: New file.
7294
7295         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
7296         for Unicode 5.0.0.
7297         * tests/unictype/test-categ_Cc.c: Likewise.
7298         * tests/unictype/test-categ_Cf.c: Likewise.
7299         * tests/unictype/test-categ_Cn.c: Likewise.
7300         * tests/unictype/test-categ_Co.c: Likewise.
7301         * tests/unictype/test-categ_Cs.c: Likewise.
7302         * tests/unictype/test-categ_L.c: Likewise.
7303         * tests/unictype/test-categ_Ll.c: Likewise.
7304         * tests/unictype/test-categ_Lm.c: Likewise.
7305         * tests/unictype/test-categ_Lo.c: Likewise.
7306         * tests/unictype/test-categ_Lt.c: Likewise.
7307         * tests/unictype/test-categ_Lu.c: Likewise.
7308         * tests/unictype/test-categ_M.c: Likewise.
7309         * tests/unictype/test-categ_Mc.c: Likewise.
7310         * tests/unictype/test-categ_Me.c: Likewise.
7311         * tests/unictype/test-categ_Mn.c: Likewise.
7312         * tests/unictype/test-categ_N.c: Likewise.
7313         * tests/unictype/test-categ_Nd.c: Likewise.
7314         * tests/unictype/test-categ_Nl.c: Likewise.
7315         * tests/unictype/test-categ_No.c: Likewise.
7316         * tests/unictype/test-categ_P.c: Likewise.
7317         * tests/unictype/test-categ_Pc.c: Likewise.
7318         * tests/unictype/test-categ_Pd.c: Likewise.
7319         * tests/unictype/test-categ_Pe.c: Likewise.
7320         * tests/unictype/test-categ_Pf.c: Likewise.
7321         * tests/unictype/test-categ_Pi.c: Likewise.
7322         * tests/unictype/test-categ_Po.c: Likewise.
7323         * tests/unictype/test-categ_Ps.c: Likewise.
7324         * tests/unictype/test-categ_S.c: Likewise.
7325         * tests/unictype/test-categ_Sc.c: Likewise.
7326         * tests/unictype/test-categ_Sk.c: Likewise.
7327         * tests/unictype/test-categ_Sm.c: Likewise.
7328         * tests/unictype/test-categ_So.c: Likewise.
7329         * tests/unictype/test-categ_Z.c: Likewise.
7330         * tests/unictype/test-categ_Zl.c: Likewise.
7331         * tests/unictype/test-categ_Zp.c: Likewise.
7332         * tests/unictype/test-categ_Zs.c: Likewise.
7333         * tests/unictype/test-ctype_alnum.c: Likewise.
7334         * tests/unictype/test-ctype_alpha.c: Likewise.
7335         * tests/unictype/test-ctype_blank.c: Likewise.
7336         * tests/unictype/test-ctype_cntrl.c: Likewise.
7337         * tests/unictype/test-ctype_digit.c: Likewise.
7338         * tests/unictype/test-ctype_graph.c: Likewise.
7339         * tests/unictype/test-ctype_lower.c: Likewise.
7340         * tests/unictype/test-ctype_print.c: Likewise.
7341         * tests/unictype/test-ctype_punct.c: Likewise.
7342         * tests/unictype/test-ctype_space.c: Likewise.
7343         * tests/unictype/test-ctype_upper.c: Likewise.
7344         * tests/unictype/test-ctype_xdigit.c: Likewise.
7345         * tests/unictype/test-decdigit.h: Likewise.
7346         * tests/unictype/test-digit.h: Likewise.
7347         * tests/unictype/test-numeric.h: Likewise.
7348         * tests/unictype/test-pr_alphabetic.c: Likewise.
7349         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
7350         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
7351         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
7352         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
7353         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
7354         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
7355         * tests/unictype/test-pr_bidi_control.c: Likewise.
7356         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
7357         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
7358         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
7359         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
7360         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
7361         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
7362         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
7363         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
7364         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
7365         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
7366         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
7367         * tests/unictype/test-pr_combining.c: Likewise.
7368         * tests/unictype/test-pr_composite.c: Likewise.
7369         * tests/unictype/test-pr_currency_symbol.c: Likewise.
7370         * tests/unictype/test-pr_dash.c: Likewise.
7371         * tests/unictype/test-pr_decimal_digit.c: Likewise.
7372         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
7373         * tests/unictype/test-pr_deprecated.c: Likewise.
7374         * tests/unictype/test-pr_diacritic.c: Likewise.
7375         * tests/unictype/test-pr_extender.c: Likewise.
7376         * tests/unictype/test-pr_format_control.c: Likewise.
7377         * tests/unictype/test-pr_grapheme_base.c: Likewise.
7378         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
7379         * tests/unictype/test-pr_grapheme_link.c: Likewise.
7380         * tests/unictype/test-pr_hex_digit.c: Likewise.
7381         * tests/unictype/test-pr_hyphen.c: Likewise.
7382         * tests/unictype/test-pr_id_continue.c: Likewise.
7383         * tests/unictype/test-pr_id_start.c: Likewise.
7384         * tests/unictype/test-pr_ideographic.c: Likewise.
7385         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
7386         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
7387         * tests/unictype/test-pr_ignorable_control.c: Likewise.
7388         * tests/unictype/test-pr_iso_control.c: Likewise.
7389         * tests/unictype/test-pr_join_control.c: Likewise.
7390         * tests/unictype/test-pr_left_of_pair.c: Likewise.
7391         * tests/unictype/test-pr_line_separator.c: Likewise.
7392         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
7393         * tests/unictype/test-pr_lowercase.c: Likewise.
7394         * tests/unictype/test-pr_math.c: Likewise.
7395         * tests/unictype/test-pr_non_break.c: Likewise.
7396         * tests/unictype/test-pr_not_a_character.c: Likewise.
7397         * tests/unictype/test-pr_numeric.c: Likewise.
7398         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
7399         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
7400         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
7401         * tests/unictype/test-pr_other_id_continue.c: Likewise.
7402         * tests/unictype/test-pr_other_id_start.c: Likewise.
7403         * tests/unictype/test-pr_other_lowercase.c: Likewise.
7404         * tests/unictype/test-pr_other_math.c: Likewise.
7405         * tests/unictype/test-pr_other_uppercase.c: Likewise.
7406         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
7407         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
7408         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
7409         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
7410         * tests/unictype/test-pr_private_use.c: Likewise.
7411         * tests/unictype/test-pr_punctuation.c: Likewise.
7412         * tests/unictype/test-pr_quotation_mark.c: Likewise.
7413         * tests/unictype/test-pr_radical.c: Likewise.
7414         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
7415         * tests/unictype/test-pr_soft_dotted.c: Likewise.
7416         * tests/unictype/test-pr_space.c: Likewise.
7417         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
7418         * tests/unictype/test-pr_titlecase.c: Likewise.
7419         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
7420         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
7421         * tests/unictype/test-pr_uppercase.c: Likewise.
7422         * tests/unictype/test-pr_variation_selector.c: Likewise.
7423         * tests/unictype/test-pr_white_space.c: Likewise.
7424         * tests/unictype/test-pr_xid_continue.c: Likewise.
7425         * tests/unictype/test-pr_xid_start.c: Likewise.
7426         * tests/unictype/test-pr_zero_width.c: Likewise.
7427         * tests/unictype/test-sy_c_whitespace.c: Likewise.
7428         * tests/unictype/test-sy_java_whitespace.c: Likewise.
7429
7430 2007-11-12  Bruno Haible  <bruno@clisp.org>
7431
7432         Unicode character classification functions.
7433         * lib/unictype.h: New file.
7434         * modules/unictype/base: New file.
7435         * modules/unictype/category-L: New file.
7436         * modules/unictype/category-Lu: New file.
7437         * modules/unictype/category-Ll: New file.
7438         * modules/unictype/category-Lt: New file.
7439         * modules/unictype/category-Lm: New file.
7440         * modules/unictype/category-Lo: New file.
7441         * modules/unictype/category-M: New file.
7442         * modules/unictype/category-Mn: New file.
7443         * modules/unictype/category-Mc: New file.
7444         * modules/unictype/category-Me: New file.
7445         * modules/unictype/category-N: New file.
7446         * modules/unictype/category-Nd: New file.
7447         * modules/unictype/category-Nl: New file.
7448         * modules/unictype/category-No: New file.
7449         * modules/unictype/category-P: New file.
7450         * modules/unictype/category-Pc: New file.
7451         * modules/unictype/category-Pd: New file.
7452         * modules/unictype/category-Ps: New file.
7453         * modules/unictype/category-Pe: New file.
7454         * modules/unictype/category-Pi: New file.
7455         * modules/unictype/category-Pf: New file.
7456         * modules/unictype/category-Po: New file.
7457         * modules/unictype/category-S: New file.
7458         * modules/unictype/category-Sm: New file.
7459         * modules/unictype/category-Sc: New file.
7460         * modules/unictype/category-Sk: New file.
7461         * modules/unictype/category-So: New file.
7462         * modules/unictype/category-Z: New file.
7463         * modules/unictype/category-Zs: New file.
7464         * modules/unictype/category-Zl: New file.
7465         * modules/unictype/category-Zp: New file.
7466         * modules/unictype/category-C: New file.
7467         * modules/unictype/category-Cc: New file.
7468         * modules/unictype/category-Cf: New file.
7469         * modules/unictype/category-Cs: New file.
7470         * modules/unictype/category-Co: New file.
7471         * modules/unictype/category-Cn: New file.
7472         * modules/unictype/category-or: New file.
7473         * modules/unictype/category-of: New file.
7474         * modules/unictype/category-test: New file.
7475         * modules/unictype/category-test-withtable: New file.
7476         * modules/unictype/category-byname: New file.
7477         * modules/unictype/category-none: New file.
7478         * modules/unictype/category-and: New file.
7479         * modules/unictype/category-and-not: New file.
7480         * modules/unictype/category-name: New file.
7481         * modules/unictype/combining-class: New file.
7482         * modules/unictype/category-all: New file.
7483         * modules/unictype/bidicategory-all: New file.
7484         * modules/unictype/bidicategory-byname: New file.
7485         * modules/unictype/bidicategory-name: New file.
7486         * modules/unictype/bidicategory-of: New file.
7487         * modules/unictype/bidicategory-test: New file.
7488         * modules/unictype/decimal-digit: New file.
7489         * modules/unictype/digit: New file.
7490         * modules/unictype/numeric: New file.
7491         * modules/unictype/mirror: New file.
7492         * modules/unictype/property-white-space: New file.
7493         * modules/unictype/property-alphabetic: New file.
7494         * modules/unictype/property-other-alphabetic: New file.
7495         * modules/unictype/property-not-a-character: New file.
7496         * modules/unictype/property-default-ignorable-code-point: New file.
7497         * modules/unictype/property-other-default-ignorable-code-point: New
7498         file.
7499         * modules/unictype/property-deprecated: New file.
7500         * modules/unictype/property-logical-order-exception: New file.
7501         * modules/unictype/property-variation-selector: New file.
7502         * modules/unictype/property-private-use: New file.
7503         * modules/unictype/property-unassigned-code-value: New file.
7504         * modules/unictype/property-uppercase: New file.
7505         * modules/unictype/property-other-uppercase: New file.
7506         * modules/unictype/property-lowercase: New file.
7507         * modules/unictype/property-other-lowercase: New file.
7508         * modules/unictype/property-titlecase: New file.
7509         * modules/unictype/property-soft-dotted: New file.
7510         * modules/unictype/property-id-start: New file.
7511         * modules/unictype/property-other-id-start: New file.
7512         * modules/unictype/property-id-continue: New file.
7513         * modules/unictype/property-other-id-continue: New file.
7514         * modules/unictype/property-xid-start: New file.
7515         * modules/unictype/property-xid-continue: New file.
7516         * modules/unictype/property-pattern-white-space: New file.
7517         * modules/unictype/property-pattern-syntax: New file.
7518         * modules/unictype/property-join-control: New file.
7519         * modules/unictype/property-grapheme-base: New file.
7520         * modules/unictype/property-grapheme-extend: New file.
7521         * modules/unictype/property-other-grapheme-extend: New file.
7522         * modules/unictype/property-grapheme-link: New file.
7523         * modules/unictype/property-bidi-control: New file.
7524         * modules/unictype/property-bidi-left-to-right: New file.
7525         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
7526         * modules/unictype/property-bidi-arabic-right-to-left: New file.
7527         * modules/unictype/property-bidi-european-digit: New file.
7528         * modules/unictype/property-bidi-eur-num-separator: New file.
7529         * modules/unictype/property-bidi-eur-num-terminator: New file.
7530         * modules/unictype/property-bidi-arabic-digit: New file.
7531         * modules/unictype/property-bidi-common-separator: New file.
7532         * modules/unictype/property-bidi-block-separator: New file.
7533         * modules/unictype/property-bidi-segment-separator: New file.
7534         * modules/unictype/property-bidi-whitespace: New file.
7535         * modules/unictype/property-bidi-non-spacing-mark: New file.
7536         * modules/unictype/property-bidi-boundary-neutral: New file.
7537         * modules/unictype/property-bidi-pdf: New file.
7538         * modules/unictype/property-bidi-embedding-or-override: New file.
7539         * modules/unictype/property-bidi-other-neutral: New file.
7540         * modules/unictype/property-hex-digit: New file.
7541         * modules/unictype/property-ascii-hex-digit: New file.
7542         * modules/unictype/property-ideographic: New file.
7543         * modules/unictype/property-unified-ideograph: New file.
7544         * modules/unictype/property-radical: New file.
7545         * modules/unictype/property-ids-binary-operator: New file.
7546         * modules/unictype/property-ids-trinary-operator: New file.
7547         * modules/unictype/property-zero-width: New file.
7548         * modules/unictype/property-space: New file.
7549         * modules/unictype/property-non-break: New file.
7550         * modules/unictype/property-iso-control: New file.
7551         * modules/unictype/property-format-control: New file.
7552         * modules/unictype/property-dash: New file.
7553         * modules/unictype/property-hyphen: New file.
7554         * modules/unictype/property-punctuation: New file.
7555         * modules/unictype/property-line-separator: New file.
7556         * modules/unictype/property-paragraph-separator: New file.
7557         * modules/unictype/property-quotation-mark: New file.
7558         * modules/unictype/property-sentence-terminal: New file.
7559         * modules/unictype/property-terminal-punctuation: New file.
7560         * modules/unictype/property-currency-symbol: New file.
7561         * modules/unictype/property-math: New file.
7562         * modules/unictype/property-other-math: New file.
7563         * modules/unictype/property-paired-punctuation: New file.
7564         * modules/unictype/property-left-of-pair: New file.
7565         * modules/unictype/property-combining: New file.
7566         * modules/unictype/property-composite: New file.
7567         * modules/unictype/property-decimal-digit: New file.
7568         * modules/unictype/property-numeric: New file.
7569         * modules/unictype/property-diacritic: New file.
7570         * modules/unictype/property-extender: New file.
7571         * modules/unictype/property-ignorable-control: New file.
7572         * modules/unictype/property-test: New file.
7573         * modules/unictype/property-byname: New file.
7574         * modules/unictype/property-all: New file.
7575         * modules/unictype/scripts: New file.
7576         * modules/unictype/scripts-all: New file.
7577         * modules/unictype/block-of: New file.
7578         * modules/unictype/block-test: New file.
7579         * modules/unictype/block-list: New file.
7580         * modules/unictype/block-all: New file.
7581         * modules/unictype/syntax-c-whitespace: New file.
7582         * modules/unictype/syntax-java-whitespace: New file.
7583         * modules/unictype/syntax-c-ident: New file.
7584         * modules/unictype/syntax-java-ident: New file.
7585         * modules/unictype/ctype-alnum: New file.
7586         * modules/unictype/ctype-alpha: New file.
7587         * modules/unictype/ctype-cntrl: New file.
7588         * modules/unictype/ctype-digit: New file.
7589         * modules/unictype/ctype-graph: New file.
7590         * modules/unictype/ctype-lower: New file.
7591         * modules/unictype/ctype-print: New file.
7592         * modules/unictype/ctype-punct: New file.
7593         * modules/unictype/ctype-space: New file.
7594         * modules/unictype/ctype-upper: New file.
7595         * modules/unictype/ctype-xdigit: New file.
7596         * modules/unictype/ctype-blank: New file.
7597         * lib/unictype/bidi_byname.c: New file.
7598         * lib/unictype/bidi_name.c: New file.
7599         * lib/unictype/bidi_of.c: New file.
7600         * lib/unictype/bidi_test.c: New file.
7601         * lib/unictype/bitmap.h: New file.
7602         * lib/unictype/block_test.c: New file.
7603         * lib/unictype/blocks.c: New file.
7604         * lib/unictype/categ_C.c: New file.
7605         * lib/unictype/categ_Cc.c: New file.
7606         * lib/unictype/categ_Cf.c: New file.
7607         * lib/unictype/categ_Cn.c: New file.
7608         * lib/unictype/categ_Co.c: New file.
7609         * lib/unictype/categ_Cs.c: New file.
7610         * lib/unictype/categ_L.c: New file.
7611         * lib/unictype/categ_Ll.c: New file.
7612         * lib/unictype/categ_Lm.c: New file.
7613         * lib/unictype/categ_Lo.c: New file.
7614         * lib/unictype/categ_Lt.c: New file.
7615         * lib/unictype/categ_Lu.c: New file.
7616         * lib/unictype/categ_M.c: New file.
7617         * lib/unictype/categ_Mc.c: New file.
7618         * lib/unictype/categ_Me.c: New file.
7619         * lib/unictype/categ_Mn.c: New file.
7620         * lib/unictype/categ_N.c: New file.
7621         * lib/unictype/categ_Nd.c: New file.
7622         * lib/unictype/categ_Nl.c: New file.
7623         * lib/unictype/categ_No.c: New file.
7624         * lib/unictype/categ_P.c: New file.
7625         * lib/unictype/categ_Pc.c: New file.
7626         * lib/unictype/categ_Pd.c: New file.
7627         * lib/unictype/categ_Pe.c: New file.
7628         * lib/unictype/categ_Pf.c: New file.
7629         * lib/unictype/categ_Pi.c: New file.
7630         * lib/unictype/categ_Po.c: New file.
7631         * lib/unictype/categ_Ps.c: New file.
7632         * lib/unictype/categ_S.c: New file.
7633         * lib/unictype/categ_Sc.c: New file.
7634         * lib/unictype/categ_Sk.c: New file.
7635         * lib/unictype/categ_Sm.c: New file.
7636         * lib/unictype/categ_So.c: New file.
7637         * lib/unictype/categ_Z.c: New file.
7638         * lib/unictype/categ_Zl.c: New file.
7639         * lib/unictype/categ_Zp.c: New file.
7640         * lib/unictype/categ_Zs.c: New file.
7641         * lib/unictype/categ_and.c: New file.
7642         * lib/unictype/categ_and_not.c: New file.
7643         * lib/unictype/categ_byname.c: New file.
7644         * lib/unictype/categ_name.c: New file.
7645         * lib/unictype/categ_none.c: New file.
7646         * lib/unictype/categ_of.c: New file.
7647         * lib/unictype/categ_or.c: New file.
7648         * lib/unictype/categ_test.c: New file.
7649         * lib/unictype/combining.c: New file.
7650         * lib/unictype/ctype_alnum.c: New file.
7651         * lib/unictype/ctype_alpha.c: New file.
7652         * lib/unictype/ctype_blank.c: New file.
7653         * lib/unictype/ctype_cntrl.c: New file.
7654         * lib/unictype/ctype_digit.c: New file.
7655         * lib/unictype/ctype_graph.c: New file.
7656         * lib/unictype/ctype_lower.c: New file.
7657         * lib/unictype/ctype_print.c: New file.
7658         * lib/unictype/ctype_punct.c: New file.
7659         * lib/unictype/ctype_space.c: New file.
7660         * lib/unictype/ctype_upper.c: New file.
7661         * lib/unictype/ctype_xdigit.c: New file.
7662         * lib/unictype/decdigit.c: New file.
7663         * lib/unictype/digit.c: New file.
7664         * lib/unictype/identsyntaxmap.h: New file.
7665         * lib/unictype/mirror.c: New file.
7666         * lib/unictype/numeric.c: New file.
7667         * lib/unictype/pr_alphabetic.c: New file.
7668         * lib/unictype/pr_ascii_hex_digit.c: New file.
7669         * lib/unictype/pr_bidi_arabic_digit.c: New file.
7670         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
7671         * lib/unictype/pr_bidi_block_separator.c: New file.
7672         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
7673         * lib/unictype/pr_bidi_common_separator.c: New file.
7674         * lib/unictype/pr_bidi_control.c: New file.
7675         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
7676         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
7677         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
7678         * lib/unictype/pr_bidi_european_digit.c: New file.
7679         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
7680         * lib/unictype/pr_bidi_left_to_right.c: New file.
7681         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
7682         * lib/unictype/pr_bidi_other_neutral.c: New file.
7683         * lib/unictype/pr_bidi_pdf.c: New file.
7684         * lib/unictype/pr_bidi_segment_separator.c: New file.
7685         * lib/unictype/pr_bidi_whitespace.c: New file.
7686         * lib/unictype/pr_byname.c: New file.
7687         * lib/unictype/pr_byname.gperf: New file.
7688         * lib/unictype/pr_combining.c: New file.
7689         * lib/unictype/pr_composite.c: New file.
7690         * lib/unictype/pr_currency_symbol.c: New file.
7691         * lib/unictype/pr_dash.c: New file.
7692         * lib/unictype/pr_decimal_digit.c: New file.
7693         * lib/unictype/pr_default_ignorable_code_point.c: New file.
7694         * lib/unictype/pr_deprecated.c: New file.
7695         * lib/unictype/pr_diacritic.c: New file.
7696         * lib/unictype/pr_extender.c: New file.
7697         * lib/unictype/pr_format_control.c: New file.
7698         * lib/unictype/pr_grapheme_base.c: New file.
7699         * lib/unictype/pr_grapheme_extend.c: New file.
7700         * lib/unictype/pr_grapheme_link.c: New file.
7701         * lib/unictype/pr_hex_digit.c: New file.
7702         * lib/unictype/pr_hyphen.c: New file.
7703         * lib/unictype/pr_id_continue.c: New file.
7704         * lib/unictype/pr_id_start.c: New file.
7705         * lib/unictype/pr_ideographic.c: New file.
7706         * lib/unictype/pr_ids_binary_operator.c: New file.
7707         * lib/unictype/pr_ids_trinary_operator.c: New file.
7708         * lib/unictype/pr_ignorable_control.c: New file.
7709         * lib/unictype/pr_iso_control.c: New file.
7710         * lib/unictype/pr_join_control.c: New file.
7711         * lib/unictype/pr_left_of_pair.c: New file.
7712         * lib/unictype/pr_line_separator.c: New file.
7713         * lib/unictype/pr_logical_order_exception.c: New file.
7714         * lib/unictype/pr_lowercase.c: New file.
7715         * lib/unictype/pr_math.c: New file.
7716         * lib/unictype/pr_non_break.c: New file.
7717         * lib/unictype/pr_not_a_character.c: New file.
7718         * lib/unictype/pr_numeric.c: New file.
7719         * lib/unictype/pr_other_alphabetic.c: New file.
7720         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
7721         * lib/unictype/pr_other_grapheme_extend.c: New file.
7722         * lib/unictype/pr_other_id_continue.c: New file.
7723         * lib/unictype/pr_other_id_start.c: New file.
7724         * lib/unictype/pr_other_lowercase.c: New file.
7725         * lib/unictype/pr_other_math.c: New file.
7726         * lib/unictype/pr_other_uppercase.c: New file.
7727         * lib/unictype/pr_paired_punctuation.c: New file.
7728         * lib/unictype/pr_paragraph_separator.c: New file.
7729         * lib/unictype/pr_pattern_syntax.c: New file.
7730         * lib/unictype/pr_pattern_white_space.c: New file.
7731         * lib/unictype/pr_private_use.c: New file.
7732         * lib/unictype/pr_punctuation.c: New file.
7733         * lib/unictype/pr_quotation_mark.c: New file.
7734         * lib/unictype/pr_radical.c: New file.
7735         * lib/unictype/pr_sentence_terminal.c: New file.
7736         * lib/unictype/pr_soft_dotted.c: New file.
7737         * lib/unictype/pr_space.c: New file.
7738         * lib/unictype/pr_terminal_punctuation.c: New file.
7739         * lib/unictype/pr_test.c: New file.
7740         * lib/unictype/pr_titlecase.c: New file.
7741         * lib/unictype/pr_unassigned_code_value.c: New file.
7742         * lib/unictype/pr_unified_ideograph.c: New file.
7743         * lib/unictype/pr_uppercase.c: New file.
7744         * lib/unictype/pr_variation_selector.c: New file.
7745         * lib/unictype/pr_white_space.c: New file.
7746         * lib/unictype/pr_xid_continue.c: New file.
7747         * lib/unictype/pr_xid_start.c: New file.
7748         * lib/unictype/pr_zero_width.c: New file.
7749         * lib/unictype/scripts.c: New file.
7750         * lib/unictype/sy_c_ident.c: New file.
7751         * lib/unictype/sy_c_whitespace.c: New file.
7752         * lib/unictype/sy_java_ident.c: New file.
7753         * lib/unictype/sy_java_whitespace.c: New file.
7754
7755         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
7756         Unicode 5.0.0.
7757         * lib/unictype/blocks.h: Likewise.
7758         * lib/unictype/categ_C.h: Likewise.
7759         * lib/unictype/categ_Cc.h: Likewise.
7760         * lib/unictype/categ_Cf.h: Likewise.
7761         * lib/unictype/categ_Cn.h: Likewise.
7762         * lib/unictype/categ_Co.h: Likewise.
7763         * lib/unictype/categ_Cs.h: Likewise.
7764         * lib/unictype/categ_L.h: Likewise.
7765         * lib/unictype/categ_Ll.h: Likewise.
7766         * lib/unictype/categ_Lm.h: Likewise.
7767         * lib/unictype/categ_Lo.h: Likewise.
7768         * lib/unictype/categ_Lt.h: Likewise.
7769         * lib/unictype/categ_Lu.h: Likewise.
7770         * lib/unictype/categ_M.h: Likewise.
7771         * lib/unictype/categ_Mc.h: Likewise.
7772         * lib/unictype/categ_Me.h: Likewise.
7773         * lib/unictype/categ_Mn.h: Likewise.
7774         * lib/unictype/categ_N.h: Likewise.
7775         * lib/unictype/categ_Nd.h: Likewise.
7776         * lib/unictype/categ_Nl.h: Likewise.
7777         * lib/unictype/categ_No.h: Likewise.
7778         * lib/unictype/categ_P.h: Likewise.
7779         * lib/unictype/categ_Pc.h: Likewise.
7780         * lib/unictype/categ_Pd.h: Likewise.
7781         * lib/unictype/categ_Pe.h: Likewise.
7782         * lib/unictype/categ_Pf.h: Likewise.
7783         * lib/unictype/categ_Pi.h: Likewise.
7784         * lib/unictype/categ_Po.h: Likewise.
7785         * lib/unictype/categ_Ps.h: Likewise.
7786         * lib/unictype/categ_S.h: Likewise.
7787         * lib/unictype/categ_Sc.h: Likewise.
7788         * lib/unictype/categ_Sk.h: Likewise.
7789         * lib/unictype/categ_Sm.h: Likewise.
7790         * lib/unictype/categ_So.h: Likewise.
7791         * lib/unictype/categ_Z.h: Likewise.
7792         * lib/unictype/categ_Zl.h: Likewise.
7793         * lib/unictype/categ_Zp.h: Likewise.
7794         * lib/unictype/categ_Zs.h: Likewise.
7795         * lib/unictype/categ_of.h: Likewise.
7796         * lib/unictype/combining.h: Likewise.
7797         * lib/unictype/ctype_alnum.h: Likewise.
7798         * lib/unictype/ctype_alpha.h: Likewise.
7799         * lib/unictype/ctype_blank.h: Likewise.
7800         * lib/unictype/ctype_cntrl.h: Likewise.
7801         * lib/unictype/ctype_digit.h: Likewise.
7802         * lib/unictype/ctype_graph.h: Likewise.
7803         * lib/unictype/ctype_lower.h: Likewise.
7804         * lib/unictype/ctype_print.h: Likewise.
7805         * lib/unictype/ctype_punct.h: Likewise.
7806         * lib/unictype/ctype_space.h: Likewise.
7807         * lib/unictype/ctype_upper.h: Likewise.
7808         * lib/unictype/ctype_xdigit.h: Likewise.
7809         * lib/unictype/decdigit.h: Likewise.
7810         * lib/unictype/digit.h: Likewise.
7811         * lib/unictype/mirror.h: Likewise.
7812         * lib/unictype/numeric.h: Likewise.
7813         * lib/unictype/pr_alphabetic.h: Likewise.
7814         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
7815         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
7816         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
7817         * lib/unictype/pr_bidi_block_separator.h: Likewise.
7818         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
7819         * lib/unictype/pr_bidi_common_separator.h: Likewise.
7820         * lib/unictype/pr_bidi_control.h: Likewise.
7821         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
7822         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
7823         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
7824         * lib/unictype/pr_bidi_european_digit.h: Likewise.
7825         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
7826         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
7827         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
7828         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
7829         * lib/unictype/pr_bidi_pdf.h: Likewise.
7830         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
7831         * lib/unictype/pr_bidi_whitespace.h: Likewise.
7832         * lib/unictype/pr_combining.h: Likewise.
7833         * lib/unictype/pr_composite.h: Likewise.
7834         * lib/unictype/pr_currency_symbol.h: Likewise.
7835         * lib/unictype/pr_dash.h: Likewise.
7836         * lib/unictype/pr_decimal_digit.h: Likewise.
7837         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
7838         * lib/unictype/pr_deprecated.h: Likewise.
7839         * lib/unictype/pr_diacritic.h: Likewise.
7840         * lib/unictype/pr_extender.h: Likewise.
7841         * lib/unictype/pr_format_control.h: Likewise.
7842         * lib/unictype/pr_grapheme_base.h: Likewise.
7843         * lib/unictype/pr_grapheme_extend.h: Likewise.
7844         * lib/unictype/pr_grapheme_link.h: Likewise.
7845         * lib/unictype/pr_hex_digit.h: Likewise.
7846         * lib/unictype/pr_hyphen.h: Likewise.
7847         * lib/unictype/pr_id_continue.h: Likewise.
7848         * lib/unictype/pr_id_start.h: Likewise.
7849         * lib/unictype/pr_ideographic.h: Likewise.
7850         * lib/unictype/pr_ids_binary_operator.h: Likewise.
7851         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
7852         * lib/unictype/pr_ignorable_control.h: Likewise.
7853         * lib/unictype/pr_iso_control.h: Likewise.
7854         * lib/unictype/pr_join_control.h: Likewise.
7855         * lib/unictype/pr_left_of_pair.h: Likewise.
7856         * lib/unictype/pr_line_separator.h: Likewise.
7857         * lib/unictype/pr_logical_order_exception.h: Likewise.
7858         * lib/unictype/pr_lowercase.h: Likewise.
7859         * lib/unictype/pr_math.h: Likewise.
7860         * lib/unictype/pr_non_break.h: Likewise.
7861         * lib/unictype/pr_not_a_character.h: Likewise.
7862         * lib/unictype/pr_numeric.h: Likewise.
7863         * lib/unictype/pr_other_alphabetic.h: Likewise.
7864         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
7865         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
7866         * lib/unictype/pr_other_id_continue.h: Likewise.
7867         * lib/unictype/pr_other_id_start.h: Likewise.
7868         * lib/unictype/pr_other_lowercase.h: Likewise.
7869         * lib/unictype/pr_other_math.h: Likewise.
7870         * lib/unictype/pr_other_uppercase.h: Likewise.
7871         * lib/unictype/pr_paired_punctuation.h: Likewise.
7872         * lib/unictype/pr_paragraph_separator.h: Likewise.
7873         * lib/unictype/pr_pattern_syntax.h: Likewise.
7874         * lib/unictype/pr_pattern_white_space.h: Likewise.
7875         * lib/unictype/pr_private_use.h: Likewise.
7876         * lib/unictype/pr_punctuation.h: Likewise.
7877         * lib/unictype/pr_quotation_mark.h: Likewise.
7878         * lib/unictype/pr_radical.h: Likewise.
7879         * lib/unictype/pr_sentence_terminal.h: Likewise.
7880         * lib/unictype/pr_soft_dotted.h: Likewise.
7881         * lib/unictype/pr_space.h: Likewise.
7882         * lib/unictype/pr_terminal_punctuation.h: Likewise.
7883         * lib/unictype/pr_titlecase.h: Likewise.
7884         * lib/unictype/pr_unassigned_code_value.h: Likewise.
7885         * lib/unictype/pr_unified_ideograph.h: Likewise.
7886         * lib/unictype/pr_uppercase.h: Likewise.
7887         * lib/unictype/pr_variation_selector.h: Likewise.
7888         * lib/unictype/pr_white_space.h: Likewise.
7889         * lib/unictype/pr_xid_continue.h: Likewise.
7890         * lib/unictype/pr_xid_start.h: Likewise.
7891         * lib/unictype/pr_zero_width.h: Likewise.
7892         * lib/unictype/scripts.h: Likewise.
7893         * lib/unictype/scripts_byname.gperf: Likewise.
7894         * lib/unictype/sy_c_ident.h: Likewise.
7895         * lib/unictype/sy_c_whitespace.h: Likewise.
7896         * lib/unictype/sy_java_ident.h: Likewise.
7897         * lib/unictype/sy_java_whitespace.h: Likewise.
7898
7899         * lib/unictype/Makefile: New file.
7900         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
7901         glibc.
7902         * lib/unictype/3level.h: New file, copied from glibc.
7903         * lib/unictype/3levelbit.h: New file.
7904
7905 2007-11-11  Bruno Haible  <bruno@clisp.org>
7906
7907         * modules/gperf: New file.
7908         * modules/iconv_open (Depends-on): Add it.
7909         (Makefile.am): Remove the GPERF definition.
7910
7911 2007-11-11  Bruno Haible  <bruno@clisp.org>
7912
7913         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
7914         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
7915
7916 2007-11-11  Bruno Haible  <bruno@clisp.org>
7917
7918         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
7919         (usage): Remove function.
7920
7921 2007-11-11  Bruno Haible  <bruno@clisp.org>
7922
7923         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
7924         gl_FUNC_CEILF_LIBS.
7925         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
7926         gl_FUNC_CEIL_LIBS.
7927         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
7928         gl_FUNC_CEILL_LIBS.
7929         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
7930         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
7931         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
7932
7933 2007-11-11  Bruno Haible  <bruno@clisp.org>
7934
7935         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
7936         roundf were declared but do not exist on functions.
7937         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
7938         roundl were declared but do not exist on functions.
7939         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
7940         HAVE_FLOORL_AND_CEILL, respectively.
7941         Needed for Sun C on Solaris 10.
7942
7943 2007-11-11  Bruno Haible  <bruno@clisp.org>
7944
7945         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
7946         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
7947         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
7948         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
7949         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
7950         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
7951         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
7952         HAVE_DECL_ROUNDF.
7953         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
7954         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
7955         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
7956         of HAVE_DECL_ROUND*.
7957         * modules/math (Makefile.am): Update.
7958
7959 2007-11-10  Bruno Haible  <bruno@clisp.org>
7960
7961         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
7962         ptrdiff_t as m4/intl.m4.
7963
7964 2007-11-10  Jim Meyering  <meyering@redhat.com>
7965
7966         Avoid link failure for the argmatch test.
7967         * tests/test-argmatch.c (usage): Define function to avoid a link
7968         failure: argmatch_die requires a usage function.
7969
7970 2007-11-09  Bruno Haible  <bruno@clisp.org>
7971
7972         * doc/functions/snprintf.texi: Mention BeOS deficiency.
7973         * doc/functions/vsnprintf.texi: Likewise.
7974         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
7975         with a size argument < 2.
7976
7977 2007-11-09  Bruno Haible  <bruno@clisp.org>
7978
7979         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
7980         buffer. Fixes an inefficiency introduced on 2007-11-03.
7981
7982 2007-11-09  Bruno Haible  <bruno@clisp.org>
7983
7984         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
7985         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
7986
7987 2007-11-08  Jim Meyering  <meyering@redhat.com>
7988
7989         Change cache variable name prefix "jm_" to "gl_" everywhere.
7990         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
7991         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
7992         * m4/uptime.m4: s/gl_/jm_/
7993
7994 2007-11-07  Bruno Haible  <bruno@clisp.org>
7995
7996         Update to GNU gettext 0.17.
7997         * m4/intl.m4: Update to GNU gettext 0.17.
7998         * m4/po.m4: Likewise.
7999         * modules/gettext (Files): Remove m4/ulonglong.m4.
8000         (configure.ac): Require gettext infrastructure from version 0.17.
8001
8002 2007-11-06  Bruno Haible  <bruno@clisp.org>
8003
8004         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
8005         symbolic values are not defined in a public header.
8006         * lib/freadable.c (freadable) [QNX]: Likewise.
8007         * lib/freadahead.c (freadahead) [QNX]: Likewise.
8008         * lib/freading.c (freading) [QNX]: Likewise.
8009         * lib/fseterr.c (fseterr) [QNX]: Likewise.
8010         * lib/fwritable.c (fwritable) [QNX]: Likewise.
8011         * lib/fwriting.c (fwriting) [QNX]: Likewise.
8012         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
8013         Reported by Alain Magloire.
8014
8015         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
8016
8017 2007-11-05  Bruno Haible  <bruno@clisp.org>
8018
8019         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
8020         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
8021         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
8022         Reported by Eric Blake.
8023
8024 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8025             Bruno Haible  <bruno@clisp.org>
8026
8027         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
8028         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
8029         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
8030         (malloc): Undefine also before including <stdlib.h>.
8031         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
8032         Needed on OSF/1 4.0.
8033
8034 2007-11-05  Jim Meyering  <meyering@redhat.com>
8035
8036         git-version-gen: sync from coreutils.
8037         * build-aux/git-version-gen: Add comments.
8038         Change the first '-' to '.' in the snapshot version string,
8039         e.g., 6.9-377-08144 -> 6.9.377-08144
8040         Remove first parameter.
8041         Don't declare a version "-dirty" merely because a time
8042         stamp has changed.
8043
8044 2007-11-04  Bruno Haible  <bruno@clisp.org>
8045
8046         * lib/lock.h: Protect all macro definitions containing an 'if'
8047         statement through a "do { ... } while (0)".
8048         * lib/tls.h: Likewise.
8049
8050 2007-11-04  Bruno Haible  <bruno@clisp.org>
8051
8052         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
8053
8054 2007-11-04  Bruno Haible  <bruno@clisp.org>
8055
8056         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
8057         * modules/fprintf-posix (Depends-on): Add nocrash.
8058         * modules/snprintf-posix (Depends-on): Likewise.
8059         * modules/sprintf-posix (Depends-on): Likewise.
8060         * modules/vasnprintf-posix (Depends-on): Likewise.
8061         * modules/vasprintf-posix (Depends-on): Likewise.
8062         * modules/vfprintf-posix (Depends-on): Likewise.
8063         * modules/vsnprintf-posix (Depends-on): Likewise.
8064         * modules/vsprintf-posix (Depends-on): Likewise.
8065         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
8066         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
8067         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
8068         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
8069         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
8070         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
8071         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
8072
8073 2007-11-04  Bruno Haible  <bruno@clisp.org>
8074
8075         * modules/nocrash: New file.
8076         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
8077         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
8078
8079 2007-11-04  Bruno Haible  <bruno@clisp.org>
8080
8081         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
8082         precision handling.
8083         * tests/test-vasprintf-posix.c (test_function): Likewise.
8084         * tests/test-snprintf-posix.h (test_function): Likewise.
8085         * tests/test-sprintf-posix.h (test_function): Likewise.
8086
8087         Fix *printf behaviour for large precisions on mingw and BeOS.
8088         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
8089         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
8090         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
8091         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
8092         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8093         gl_PRINTF_PRECISION and test its result. Invoke
8094         gl_PREREQ_VASNPRINTF_PRECISION.
8095         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8096         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8097         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8098         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8099         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8100         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8101         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8102         * doc/functions/fprintf.texi: Update.
8103         * doc/functions/printf.texi: Update.
8104         * doc/functions/snprintf.texi: Update.
8105         * doc/functions/sprintf.texi: Update.
8106         * doc/functions/vfprintf.texi: Update.
8107         * doc/functions/vprintf.texi: Update.
8108         * doc/functions/vsnprintf.texi: Update.
8109         * doc/functions/vsprintf.texi: Update.
8110
8111 2007-11-04  Bruno Haible  <bruno@clisp.org>
8112
8113         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
8114
8115 2007-11-04  Bruno Haible  <bruno@clisp.org>
8116
8117         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
8118         Reported by Sylvain Beucler <beuc@gnu.org>.
8119
8120 2007-11-03  Bruno Haible  <bruno@clisp.org>
8121
8122         * tests/test-fprintf-posix2.sh: New file.
8123         * tests/test-fprintf-posix2.c: New file.
8124         * modules/fprintf-posix-tests (Files): Add them.
8125         (TESTS): Add test-fprintf-posix2.sh.
8126         (configure.ac): Check for getrlimit and setrlimit.
8127         (check_PROGRAMS): Add test-fprintf-posix2.
8128
8129         * tests/test-printf-posix2.sh: New file.
8130         * tests/test-printf-posix2.c: New file.
8131         * modules/printf-posix-tests (Files): Add them.
8132         (TESTS): Add test-printf-posix2.sh.
8133         (configure.ac): Check for getrlimit and setrlimit.
8134         (check_PROGRAMS): Add test-printf-posix2.
8135
8136         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
8137         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
8138         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
8139         (decode_double): New function, copied from decode_long_double.
8140         (scale10_round_decimal_decoded): New function, extracted from
8141         scale10_round_decimal_long_double.
8142         (scale10_round_decimal_long_double): Use it.
8143         (scale10_round_decimal_double): New function.
8144         (floorlog10): New function.
8145         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
8146         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
8147         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
8148         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8149         gl_PRINTF_ENOMEM and test its result. Invoke
8150         gl_PREREQ_VASNPRINTF_ENOMEM.
8151         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8152         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8153         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8154         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8155         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8156         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8157         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8158         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
8159         * modules/snprintf-posix (Depends-on): Likewise.
8160         * modules/sprintf-posix (Depends-on): Likewise.
8161         * modules/vasnprintf-posix (Depends-on): Likewise.
8162         * modules/vasprintf-posix (Depends-on): Likewise.
8163         * modules/vfprintf-posix (Depends-on): Likewise.
8164         * modules/vsnprintf-posix (Depends-on): Likewise.
8165         * modules/vsprintf-posix (Depends-on): Likewise.
8166         * doc/functions/fprintf.texi: Update.
8167         * doc/functions/printf.texi: Update.
8168         * doc/functions/snprintf.texi: Update.
8169         * doc/functions/sprintf.texi: Update.
8170         * doc/functions/vfprintf.texi: Update.
8171         * doc/functions/vprintf.texi: Update.
8172         * doc/functions/vsnprintf.texi: Update.
8173         * doc/functions/vsprintf.texi: Update.
8174
8175 2007-11-03  Bruno Haible  <bruno@clisp.org>
8176
8177         * modules/frexp-nolibm-tests: New file.
8178
8179         * modules/frexp-nolibm: New file.
8180         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
8181
8182 2007-11-03  Bruno Haible  <bruno@clisp.org>
8183
8184         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
8185         value is C99 compliant.
8186         Needed for OSF/1 5.1.
8187
8188 2007-11-03  Bruno Haible  <bruno@clisp.org>
8189
8190         Fix out-of-memory handling of vasnprintf.
8191         * lib/printf-parse.c: Include <errno.h>.
8192         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
8193         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
8194         is already set.
8195
8196 2007-11-02  Eric Blake  <ebb9@byu.net>
8197
8198         Fix tests on cygwin.
8199         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
8200
8201 2007-11-01  Bruno Haible  <bruno@clisp.org>
8202
8203         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
8204         warning.
8205         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
8206         needed for POSIX compatibility.
8207
8208 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
8209
8210         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
8211         for compatibility with GNU.
8212
8213 2007-11-01  Bruno Haible  <bruno@clisp.org>
8214
8215         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
8216         (putenv): Renamed from rpl_putenv. Change argument type from
8217         'const char *' to 'char *'.
8218         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
8219         of defining putenv in config.h, just set REPLACE_PUTENV.
8220         * modules/putenv (Depends-on): Add stdlib.
8221         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8222         (Include): Use <stdlib.h>.
8223         * lib/stdlib.in.h (putenv): New declaration.
8224         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
8225         REPLACE_PUTENV.
8226         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
8227         REPLACE_PUTENV.
8228         Needed for MacOS X 10.5.0.
8229         Reported by Peter O'Gorman <peter@pogma.com>.
8230
8231 2007-11-01  Jim Meyering  <meyering@redhat.com>
8232
8233         Treat an empty date string exactly like "0".
8234         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
8235         if the remaining date string (to be parsed) is empty, use "0".
8236         Reported by Mischa Molhoek and discussed in this thread:
8237         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
8238
8239 2007-10-31  Bruno Haible  <bruno@clisp.org>
8240
8241         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
8242         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
8243         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
8244         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
8245         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
8246         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
8247
8248 2007-10-31  Bruno Haible  <bruno@clisp.org>
8249
8250         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
8251         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
8252         (AC_TYPE_LONG_LONG_INT): Use it.
8253         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
8254         it as well.
8255         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
8256         to m4/longlong.m4.
8257         * modules/stdint (Files): Remove m4/ulonglong.m4.
8258         * modules/strtoull (Files): Use m4/longlong.m4 instead of
8259         m4/ulonglong.m4.
8260         * modules/strtoumax (Files): Likewise.
8261
8262 2007-10-30  Bruno Haible  <bruno@clisp.org>
8263
8264         * modules/xvasprintf-posix: New file.
8265         Suggested by Eric Blake.
8266
8267 2007-10-30  Bruno Haible  <bruno@clisp.org>
8268
8269         * modules/xprintf-posix-tests: New file.
8270         * tests/test-xprintf-posix.sh: New file.
8271         * tests/test-xprintf-posix.c: New file.
8272         * tests/test-xfprintf-posix.c: New file.
8273
8274         * modules/xprintf-posix: New file.
8275
8276 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8277
8278         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
8279         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
8280         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
8281
8282 2007-10-29  Bruno Haible  <bruno@clisp.org>
8283
8284         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
8285         contain the special marker '_cv_'.
8286         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
8287         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
8288         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
8289         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
8290         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
8291         Reported by Ralf Wildenhues.
8292
8293 2007-10-29  Bruno Haible  <bruno@clisp.org>
8294
8295         * gnulib-tool (func_import): When --lgpl is not specified, set
8296         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
8297         GPLv3.
8298         Reported by Simon Josefsson.
8299
8300 2007-10-28  Bruno Haible  <bruno@clisp.org>
8301
8302         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
8303         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
8304         HAVE_DECL_ISFINITE.
8305         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
8306         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
8307         HAVE_DECL_ISFINITE.
8308
8309 2007-10-28  Bruno Haible  <bruno@clisp.org>
8310
8311         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
8312         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
8313
8314 2007-10-28  Bruno Haible  <bruno@clisp.org>
8315
8316         Fix link errors with Sun C 5.0 on Solaris 10.
8317         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
8318         function is declared but not present in the compiler's libm.
8319         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
8320         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
8321         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
8322         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
8323         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
8324         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
8325         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
8326         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
8327         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
8328         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
8329         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
8330         HAVE_DECL_FLOORL.
8331
8332 2007-10-28  Bruno Haible  <bruno@clisp.org>
8333
8334         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
8335         gl_FUNC_FLOORL. Cache the result.
8336         (gl_FUNC_FLOORL): Use it.
8337         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
8338         gl_FUNC_CEILL. Cache the result.
8339         (gl_FUNC_CEILL): Use it.
8340
8341         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
8342         gl_FUNC_FLOOR. Cache the result.
8343         (gl_FUNC_FLOOR): Use it.
8344         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
8345         gl_FUNC_CEIL. Cache the result.
8346         (gl_FUNC_CEIL): Use it.
8347
8348         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
8349         gl_FUNC_FLOORF. Cache the result.
8350         (gl_FUNC_FLOORF): Use it.
8351         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
8352         gl_FUNC_CEILF. Cache the result.
8353         (gl_FUNC_CEILF): Use it.
8354
8355 2007-10-28  Bruno Haible  <bruno@clisp.org>
8356
8357         * gnulib-tool: Allow specifying the LGPL version number through
8358         --lgpl=2 or --lgpl=3.
8359         (func_usage): Document --lgpl with argument.
8360         Handle --lgpl=... arguments.
8361         (func_import): Recognize also gl_LGPL calls with an argument. When
8362         --lgpl=2 is used and the module's license is just LGPL, report an
8363         error. Set sed_transform_lib_file according to the lgpl variable. In
8364         the generated files, use --lgpl or gl_LGPL invocations with argument,
8365         if necessary.
8366         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
8367         an LGPv2+ license.
8368         * doc/gnulib-tool.texi (Modified imports): Update explanation of
8369         gl_LGPL macro.
8370
8371 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8372             Bruno Haible  <bruno@clisp.org>
8373
8374         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
8375         (u16_uctomb_aux): Likewise.
8376         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
8377         !HAVE_INLINE.
8378         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
8379
8380 2007-10-28  Bruno Haible  <bruno@clisp.org>
8381
8382         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
8383         Invoke AM_GETTEXT_OPTION if it exists.
8384         * modules/vasprintf: Likewise.
8385         * modules/verror: Likewise.
8386         * modules/xprintf: Likewise.
8387         * modules/xvasprintf: Likewise.
8388
8389 2007-10-27  Ben Pfaff  <blp@gnu.org>
8390
8391         * lib/math.in.h: Define isfinite macro and prototypes for
8392         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
8393         implementations.
8394         * m4/math_h.m4: New substitutions for isfinite module.
8395         * lib/isfinite.c: New file.
8396         * m4/isfinite.m4: New file.
8397         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
8398         * modules/isfinite: New file.
8399         * modules/isfinite-tests: New file.
8400         * tests/tests-isfinite.c: New file.
8401         * doc/functions/isfinite.texi: Mention isfinite module.
8402         * MODULES.html.sh: Mention new module.
8403
8404 2007-10-27  Ben Pfaff  <blp@gnu.org>
8405
8406         Ralf Wildenhues reported that Tru64 4.0D declares the round
8407         functions but does not have definitions.
8408         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
8409         cannot be found in any library, set the output variable to
8410         "missing" instead of "".
8411         * m4/round.m4: Also use our substitute if we cannot find round in
8412         any library, even if it is declared.
8413         * m4/roundf.m4: Likewise for roundf.
8414         * m4/roundl.m4: Likewise for roundl.
8415         * lib/math.in.h: Undefine roundf, round, roundl before defining
8416         their replacements, to allow for hypothetical systems where these
8417         may be defined as macros but not available in libraries.
8418
8419 2007-10-27  Bruno Haible  <bruno@clisp.org>
8420
8421         * doc/gnulib.texi: Invoke @firstparagraphindent.
8422         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
8423         changes in gnulib.
8424         (Source changes): New section.
8425
8426 2007-10-26  Bruno Haible  <bruno@clisp.org>
8427
8428         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
8429         borrowed from autoconf.
8430
8431 2007-10-26  Bruno Haible  <bruno@clisp.org>
8432
8433         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
8434         strerror returned the empty string. Needed on HP-UX 11.00.
8435
8436 2007-10-24  Micah Cowan  <micah@cowan.name>
8437
8438         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
8439         * build-aux/bootstrap: Remove support for now-unnecessary option,
8440         --cvs-user, and envvars CVS_USER, CVS_RSH.
8441
8442 2007-10-24  Jim Meyering  <meyering@redhat.com>
8443
8444         Avoid diagnostics from sha1sum when there is no cached checksum.
8445         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
8446         if the po.s1 file hasn't been created yet.
8447
8448         * build-aux/bootstrap: Sync from coreutils:
8449         2007-10-24  Jim Meyering  <meyering@redhat.com>
8450         Get gnulib from the git repository, not from an obsolete cvs one.
8451         * build-aux/bootstrap: Suggestion from Micah Cowan.
8452         2007-10-04  Jim Meyering  <jim@meyering.net>
8453         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
8454         (update_po_files): Work also when there are no .po files in po/.
8455
8456 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8457
8458         * README: Append ".git" to git and cg examples.
8459         Problem reported by Benoit Sigoure.
8460
8461 2007-10-23  Micah Cowan  <micah@cowan.name>
8462
8463         * users.txt: Add wget.
8464
8465 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8466
8467         Fix linking of some unistdio tests on FreeBSD.
8468         * modules/unistdio/u16-vsnprintf-tests
8469         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
8470         * modules/unistdio/u16-vsprintf-tests
8471         (test_u16_vsnprintf1_LDADD): Likewise.
8472         * modules/unistdio/u32-vsnprintf-tests
8473         (test_u32_vsnprintf1_LDADD): Likewise.
8474         * modules/unistdio/u32-vsprintf-tests
8475         (test_u32_vsprintf1_LDADD): Likewise.
8476         * modules/unistdio/u8-vsnprintf-tests
8477         (test_u8_vsnprintf1_LDADD): Likewise.
8478         * modules/unistdio/u8-vsprintf-tests
8479         (test_u8_vsprintf1_LDADD): Likewise.
8480         * modules/unistdio/ulc-vsnprintf-tests
8481         (test_ulc_vsnprintf1_LDADD): Likewise.
8482         * modules/unistdio/ulc-vsprintf-tests
8483         (test_ulc_vsprintf1_LDADD): Likewise.
8484
8485         Fix linking of some uniconv tests on FreeBSD.
8486         * modules/uniconv/u16-conv-from-enc-tests
8487         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
8488         * modules/uniconv/u16-conv-to-enc-tests
8489         (test_u16_conv_to_enc_LDADD): Likewise.
8490         * modules/uniconv/u16-strconv-from-enc-tests
8491         (test_u16_strconv_from_enc_LDADD): Likewise.
8492         * modules/uniconv/u16-strconv-to-enc-tests
8493         (test_u16_strconv_to_enc_LDADD): Likewise.
8494         * modules/uniconv/u32-conv-from-enc-tests
8495         (test_u32_conv_from_enc_LDADD): Likewise.
8496         * modules/uniconv/u32-conv-to-enc-tests
8497         (test_u32_conv_to_enc_LDADD): Likewise.
8498         * modules/uniconv/u32-strconv-from-enc-tests
8499         (test_u32_strconv_from_enc_LDADD): Likewise.
8500         * modules/uniconv/u32-strconv-to-enc-tests
8501         (test_u32_strconv_to_enc_LDADD): Likewise.
8502         * modules/uniconv/u8-conv-from-enc-tests
8503         (test_u8_conv_from_enc_LDADD): Likewise.
8504         * modules/uniconv/u8-conv-to-enc-tests
8505         (test_u8_conv_to_enc_LDADD): Likewise.
8506         * modules/uniconv/u8-strconv-from-enc-tests
8507         (test_u8_strconv_from_enc_LDADD): Likewise.
8508         * modules/uniconv/u8-strconv-to-enc-tests
8509         (test_u8_strconv_to_enc_LDADD): Likewise.
8510
8511 2007-10-22  Bruno Haible  <bruno@clisp.org>
8512
8513         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
8514         size.
8515
8516 2007-10-22  Eric Blake  <ebb9@byu.net>
8517
8518         Tweak x*printf documentation.
8519         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
8520         variable name and comments.
8521         Suggested by Bruno Haible.
8522
8523 2007-10-22  Bruno Haible  <bruno@clisp.org>
8524
8525         * lib/acl.c (copy_acl): Fix file name in comment.
8526
8527 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
8528
8529         Fix Tru64 problem with stdbool.h.
8530         * lib/stdbool.in.h (false, true):
8531         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
8532         Don't declare as an enum in this situation; it runs afoul of Tru64.
8533         Problem reported by Steven M. Schweda in
8534         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
8535
8536 2007-10-22  Eric Blake  <ebb9@byu.net>
8537
8538         Also wrap vf?printf.
8539         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
8540         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
8541         (xvprintf, xvfprintf): New functions.
8542
8543 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8544
8545         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
8546         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
8547
8548         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
8549         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
8550
8551 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
8552
8553         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
8554         by Bruno Haible.
8555
8556 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8557
8558         * lib/getloadavg.c
8559         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
8560         Undef `sys' after including sys/table.h, for Tru64 4.0D.
8561
8562         * tests/test-i-ring.c: Work for C89.
8563
8564 2007-10-22  Bruno Haible  <bruno@clisp.org>
8565
8566         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
8567         -1u, in preprocessor expression, so that we don't test for the bug
8568         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
8569         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
8570
8571 2007-10-22  Eric Blake  <ebb9@byu.net>
8572
8573         * tests/test-yesno.sh: Silence stderr during test.
8574
8575 2007-10-22  Simon Josefsson  <simon@josefsson.org>
8576
8577         * modules/crypto/gc-camellia: New file.
8578
8579         * m4/gc-camellia.m4: New file.
8580
8581         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
8582
8583         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
8584
8585 2007-10-22  Simon Josefsson  <simon@josefsson.org>
8586
8587         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
8588         --help to stdout.  Reported by sms@antinode.org (Steven
8589         M. Schweda).
8590
8591 2007-10-22  Simon Josefsson  <simon@josefsson.org>
8592
8593         * users.txt: Fix link to libksba.
8594
8595 2007-10-21  Ben Pfaff  <blp@gnu.org>
8596
8597         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
8598         round.c roundf implementation that depends on floorf and ceilf to
8599         be tested unconditionally.
8600
8601 2007-10-21  Ben Pfaff  <blp@gnu.org>
8602
8603         * m4/check-libm-func.m4: Removed.
8604         * m4/check-math-lib.m4: New file.
8605         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
8606         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
8607         definition and lack of AC_LIBOBJ([roundf]).
8608         * m4/roundl.m4: Ditto, and similarly for roundl.
8609         * modules/round: Reference new m4 file.
8610         * modules/roundf: Ditto.
8611         * modules/roundl: Ditto.
8612         * tests/test-round2.c (main): Use ROUND instead of round.
8613         Bug report from Bruno Haible.
8614
8615 2007-10-21  Bruno Haible  <bruno@clisp.org>
8616
8617         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
8618         context.
8619
8620 2007-10-21  Bruno Haible  <bruno@clisp.org>
8621
8622         * tests/test-wcwidth.c (main): Allow negative result for some control
8623         characters.
8624
8625         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
8626         Needed on OSF/1 5.1.
8627
8628 2007-10-21  Bruno Haible  <bruno@clisp.org>
8629
8630         * tests/test-floorf1.c: Include isnanf.h.
8631         (main): Use isnanf() instead of isnan().
8632         * tests/test-ceilf1.c: Include isnanf.h.
8633         (main): Use isnanf() instead of isnan().
8634         * tests/test-truncf1.c: Include isnanf.h.
8635         (main): Use isnanf() instead of isnan().
8636         * tests/test-roundf1.c: Include isnanf.h.
8637         (main): Use isnanf() instead of isnan().
8638
8639 2007-10-21  Eric Blake  <ebb9@byu.net>
8640
8641         * users.txt: Update URL for m4.
8642
8643 2007-10-21  Bruno Haible  <bruno@clisp.org>
8644
8645         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
8646
8647 2007-10-21  Bruno Haible  <bruno@clisp.org>
8648
8649         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
8650         Git's management files if the CVS files are not present.
8651
8652 2007-10-20  Bruno Haible  <bruno@clisp.org>
8653
8654         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
8655         gcc-3.4.x.
8656
8657 2007-10-20  Ben Pfaff  <blp@gnu.org>
8658
8659         * lib/math.in.h: Declare round, roundf, roundl if we are providing
8660         implementations.
8661         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
8662         * lib/round.c: New file.
8663         * lib/roundf.c: New file.
8664         * lib/roundl.c: New file.
8665         * m4/round.m4: New file.
8666         * m4/roundf.m4: New file.
8667         * m4/roundl.m4: New file.
8668         * m4/check-libm-func-m4: New file.
8669         * modules/math: Replace round, roundf, roundl related @VARS@ in
8670         math.in.h.
8671         * modules/round: New file.
8672         * modules/round-tests: New file.
8673         * modules/roundf: New file.
8674         * modules/roundf-tests: New file.
8675         * modules/roundl: New file.
8676         * modules/roundl-tests: New file.
8677         * tests/test-round1.c: New file.
8678         * tests/test-round2.c: New file.
8679         * tests/test-roundf1.c: New file.
8680         * tests/test-roundf2.c: New file.
8681         * tests/test-roundl.c: New file.
8682         * doc/functions/round.texi: Mention round module.
8683         * doc/functions/roundf.texi: Mention roundf module.
8684         * doc/functions/roundl.texi: Mention roundl module.
8685         * MODULES.html.sh: Mention new modules.
8686         Thanks to Bruno Haible for suggestions.
8687
8688 2007-10-20  Jim Meyering  <meyering@redhat.com>
8689
8690         * lib/xprintf.c: Include <config.h> unconditionally.
8691
8692         Change xprintf's license to GPL.
8693         * modules/xprintf (License): s/LGPL/GPL/, since this module
8694         depends on modules (exit and exitfail) which are GPL.
8695         Suggestion from Bruno Haible.
8696
8697         xprintf fixes.
8698         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
8699         Use a clearer diagnostic.
8700         Patch from Bruno Haible.
8701
8702 2007-10-20  Bruno Haible  <bruno@clisp.org>
8703
8704         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
8705         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
8706         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8707
8708 2007-10-20  Bruno Haible  <bruno@clisp.org>
8709
8710         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
8711         precision in the comparison result > x - 1 or similar.
8712         * tests/test-ceilf2.c (correct_result_p): Likewise.
8713         * tests/test-truncf2.c (correct_result_p): Likewise.
8714         * tests/test-trunc2.c (correct_result_p): Likewise.
8715         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8716
8717 2007-10-20  Bruno Haible  <bruno@clisp.org>
8718
8719         * modules/ceil: New file.
8720         * m4/ceil.m4: New file.
8721         * doc/functions/ceil.texi: Mention the 'ceil' module.
8722
8723 2007-10-20  Bruno Haible  <bruno@clisp.org>
8724
8725         * modules/floor: New file.
8726         * m4/floor.m4: New file.
8727         * doc/functions/floor.texi: Mention the 'floor' module.
8728
8729 2007-10-20  Bruno Haible  <bruno@clisp.org>
8730
8731         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
8732         of %a.
8733         * modules/floorf-tests (Depends-on): Likewise.
8734         * modules/truncf-tests (Depends-on): Likewise.
8735         * modules/trunc-tests (Depends-on): Likewise.
8736         Reported by Ben Pfaff.
8737
8738 2007-10-19  Jim Meyering  <meyering@redhat.com>
8739
8740         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
8741         Don't bother testing specific errno values.  Just test ferror.
8742
8743         New module: xprintf
8744         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
8745
8746 2007-10-19  Bruno Haible  <bruno@clisp.org>
8747
8748         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
8749         syntax.
8750         * modules/javaexec (Makefile.am): Likewise.
8751         * modules/relocatable-prog (Makefile.am): Likewise.
8752         Suggested by Jim Meyering.
8753
8754 2007-10-18  Bruno Haible  <bruno@clisp.org>
8755
8756         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
8757         Reported by Jim Meyering.
8758
8759 2007-10-18  Eric Blake  <ebb9@byu.net>
8760
8761         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
8762
8763 2007-10-18  Bruno Haible  <bruno@clisp.org>
8764
8765         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
8766         the format string into writable memory. Needed in Fortify conditions.
8767
8768 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
8769             Bruno Haible  <bruno@clisp.org>
8770
8771         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
8772         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
8773         * modules/trim (Depends-on): Add mbchar.
8774         (configure.ac): Add gl_FUNC_MBRTOWC.
8775         (Makefile.am): Augment lib_SOURCES.
8776
8777 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
8778
8779         Modify glob.c to use fstatat and dirfd, to simplify it.
8780         Suggested by Eric Blake.
8781         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
8782         Don't include <stdbool.h>; not used.
8783         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
8784         (link_exists_p): Simplify implementation, since we can now assume
8785         dirfd and fstatat.
8786         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
8787
8788 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8789
8790         * gnulib-tool (func_get_dependencies): Fix sed script to
8791         match only tests.
8792
8793 2007-10-17  Bruno Haible  <bruno@clisp.org>
8794
8795         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
8796         allow locale names without encoding suffix.
8797         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
8798         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
8799
8800 2007-10-16  Bruno Haible  <bruno@clisp.org>
8801
8802         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
8803         * lib/getgroups.c (getgroups): Likewise.
8804         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
8805
8806 2007-10-16  Bruno Haible  <bruno@clisp.org>
8807
8808         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
8809         * modules/malloc-posix (License): Likewise.
8810         * modules/realloc-posix (License): Likewise.
8811         * modules/calloc-posix (License): Likewise.
8812         * modules/intprops (License): Change from GPL to LGPL, with
8813         Paul Eggert's approval.
8814
8815 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
8816
8817         Merge glibc changes into lib/glob.c.
8818
8819         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
8820         2007-10-15 04:59:03 UTC.  Here are the changes:
8821
8822         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
8823
8824         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
8825
8826         * lib/glob.c: Add some branch prediction throughout.
8827
8828         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
8829
8830         [BZ #5103]
8831         * lib/glob.c (glob): Recognize patterns starting \/.
8832
8833         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
8834
8835         [BZ #3996]
8836         * lib/glob.c (attribute_hidden): Define if not defined.
8837         (glob): Unescape dirname, filename or username when needed and not
8838         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
8839         is NULL.  Handle unescaped [ in pattern without closing ].
8840         Don't pass GLOB_CHECK down to recursive glob for directories.
8841         (__glob_pattern_type): New function.
8842         (__glob_pattern_p): Implement using __glob_pattern_type.
8843         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
8844         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
8845         Remove unreachable code.
8846
8847         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
8848
8849         * lib/glob.c (glob_in_dir): Add some comments and asserts to
8850         explain why there are no leaks.
8851
8852         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
8853
8854         [BZ #3253]
8855         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
8856         time, rather allocate increasingly bigger arrays of pointers, if
8857         possible with alloca, if too large with malloc.
8858
8859 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
8860
8861         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
8862         Problem reported by H.Merijn Brand in
8863         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
8864         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
8865         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
8866
8867 2007-10-15  Bruno Haible  <bruno@clisp.org>
8868
8869         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
8870         with explicit rpl_ prefix.
8871         * lib/fopen.c (fopen): Likewise.
8872         * lib/freopen.c (freopen): Likewise.
8873         * lib/iconv.c (iconv): Likewise.
8874         * lib/iconv_close.c (iconv_close): Likewise.
8875
8876 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8877
8878         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
8879
8880 2007-10-15  Bruno Haible  <bruno@clisp.org>
8881
8882         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
8883         <stddef.h> instead of <stdlib.h> since we only need NULL.
8884         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8885
8886 2007-10-15  Bruno Haible  <bruno@clisp.org>
8887
8888         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
8889         Replace paragraph talking about LIBOBJS.
8890         Reported by Colin Watson <cjwatson@debian.org>.
8891
8892 2007-10-15  Bruno Haible  <bruno@clisp.org>
8893
8894         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
8895         <stdlib.h> before using NULL.
8896
8897 2007-10-15  Simon Josefsson  <simon@josefsson.org>
8898
8899         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
8900         Reported by Albert Chin <china@thewrittenword.com>.
8901
8902 2007-10-14  Bruno Haible  <bruno@clisp.org>
8903
8904         * modules/iconv_open-utf-tests: New file.
8905         * tests/test-iconv-utf.c: New file.
8906
8907         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
8908         * modules/iconv_open-utf: New file.
8909         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
8910         (iconv, iconv_close): New declarations.
8911         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
8912         be defined.
8913         (iconv_open): Add special handling of conversion between UTF-8 and
8914         UTF-{16,32}{BE,LE}.
8915         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
8916         * lib/iconv_close.c: New file.
8917         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
8918         gl_FUNC_ICONV_OPEN.
8919         (gl_FUNC_ICONV_OPEN): Use it.
8920         (gl_FUNC_ICONV_OPEN_UTF): New macro.
8921         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
8922         and REPLACE_ICONV_UTF.
8923         * modules/iconv_open (Depends-on): Add c-strcase.
8924         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
8925         ICONV_CONST.
8926         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
8927
8928 2007-10-13  Albert Chin  <china@thewrittenword.com>
8929             Bruno Haible  <bruno@clisp.org>
8930
8931         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
8932         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
8933
8934 2007-10-13  Bruno Haible  <bruno@clisp.org>
8935
8936         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
8937         defined, use the ISO C99 inline semantics.
8938         * lib/argp.h (ARGP_EI): Likewise.
8939
8940 2007-10-13  Bruno Haible  <bruno@clisp.org>
8941
8942         Handle 'inline' change in gcc 4.3.0.
8943         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
8944         argp_fmtstream_write, argp_fmtstream_set_lmargin,
8945         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
8946         argp_fmtstream_point): Disable 'extern' declaration if the function
8947         definition is going to be provided inline.
8948         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
8949         semantics, not the ISO C99 inline semantics.
8950         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
8951         'extern' declaration if the function definition is going to be provided
8952         inline.
8953         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
8954         the GNU C inline semantics, not the ISO C99 inline semantics. With
8955         GCC 4.2, avoid a warning.
8956
8957 2007-10-13  Bruno Haible  <bruno@clisp.org>
8958
8959         * lib/freading.h (freading): Enable the use of __freading for
8960         glibc >= 2.7.
8961         * lib/freading.c (freading): Likewise.
8962
8963 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
8964
8965         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
8966         "warning: C99 inline functions are not supported; using GNU89".
8967
8968 2007-10-12  Bruno Haible  <bruno@clisp.org>
8969
8970         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
8971         of 2.
8972         * tests/test-ceilf2.c: New file.
8973         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
8974
8975         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
8976         * modules/ceilf-tests: Update.
8977
8978 2007-10-12  Bruno Haible  <bruno@clisp.org>
8979
8980         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
8981         of 2.
8982         * tests/test-floorf2.c: New file.
8983         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
8984
8985         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
8986         * modules/floorf-tests: Update.
8987
8988 2007-10-12  Bruno Haible  <bruno@clisp.org>
8989
8990         * tests/test-trunc2.c: New file.
8991         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
8992
8993         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
8994         * modules/trunc-tests: Update.
8995
8996 2007-10-12  Bruno Haible  <bruno@clisp.org>
8997
8998         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
8999         of 2.
9000         * tests/test-truncf2.c: New file.
9001         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
9002
9003         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
9004         * modules/truncf-tests: Update.
9005
9006 2007-10-11  Eric Blake  <ebb9@byu.net>
9007
9008         Don't claim strerror is broken on Interix.
9009         * doc/functions/strerror.texi (strerror): Known broken systems are
9010         now Solaris 8, and not Interix.
9011         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
9012         Interix on cross-compile.
9013         Reported by Martin Koeppe in
9014         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
9015
9016 2007-10-11  Bruno Haible  <bruno@clisp.org>
9017
9018         * modules/i-ring-tests: New file.
9019         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
9020         instead of assert.
9021
9022 2007-10-11  Bruno Haible  <bruno@clisp.org>
9023
9024         * modules/filenamecat-tests: New file.
9025         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
9026         * lib/filenamecat.c: Remove test code.
9027
9028 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9029
9030         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
9031
9032         * lib/strerror.c: Include <string.h> always, to test interface,
9033         and to remove the need for the dummy.
9034         Include intprops.h to compute width instead of doing it ourselves
9035         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
9036         (strerror): Define it to return NULL if there's no system strerror.
9037         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
9038         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
9039         ancient pre-strerror Unix systems well any more.  Saying "unknown
9040         system error" is enough.
9041         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
9042         simpler strerror.c implementation.
9043         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
9044         Simplify the tests to reflect the simpler strerror implementation.
9045         * modules/strerror (Depends-on): Add intprops.
9046
9047 2007-10-09  Eric Blake  <ebb9@byu.net>
9048
9049         Silence test-fpending.
9050         * modules/fpending-tests (Files): Add wrapper script.
9051         * tests/test-fpending.sh: New file.
9052
9053 2007-10-09  Bruno Haible  <bruno@clisp.org>
9054
9055         * MODULES.html.sh (func_module): Don't create a hyperlink for
9056         function names like 'printf_frexp'.
9057         (Misc): Add crc, memxor.
9058         (Characteristics of floating types): New section.
9059         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
9060         isnanf-nolibm, signbit, trunc, truncf, truncl.
9061         (Enhancements for ISO C 99 functions): New subsection Input/output.
9062         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
9063         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
9064         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
9065         (Compatibility checks for POSIX:2001 functions): Add clock-time.
9066         (Enhancements for POSIX:2001 functions): Add chdir-long.
9067         (File system functions): Add areadlink, chdir-safer, read-file.
9068         Remove cycle-check.
9069         (File system as inode set): New section.
9070         (Date and time): Add gethrxtime.
9071         (Multithreading): Add openmp.
9072         (Internationalization functions): Add localename.
9073         (Unicode string functions): Add unistr/u*-mbsnlen.
9074         (Support for maintaining and releasing projects): Add git-version-gen.
9075         (Lone files): Remove directories.
9076
9077 2007-10-08  Ben Pfaff  <blp@gnu.org>
9078
9079         * lib/xmalloca.h: Fix typo in comment.
9080
9081 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9082
9083         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
9084         when avoiding problems with integer overflow.  Use a portable test
9085         instead.
9086
9087 2007-10-08  Simon Josefsson  <simon@josefsson.org>
9088
9089         * modules/dummy (License): Change to LGPLv2+.
9090         * modules/float (License): Likewise
9091         * modules/realloc (License): Likewise
9092         * modules/stdlib (License): Likewise
9093
9094 2007-10-07  Bruno Haible  <bruno@clisp.org>
9095
9096         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
9097         * floor.c (TWO_MANT_DIG): Likewise.
9098         * ceil.c (TWO_MANT_DIG): Likewise.
9099         Reported by Ben Pfaff.
9100
9101 2007-10-07  Bruno Haible  <bruno@clisp.org>
9102
9103         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
9104         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
9105         * lib/frexp.c (FUNC): Likewise.
9106         * lib/printf-frexp.h (printf_frexp): Likewise.
9107         * lib/printf-frexpl.h (printf_frexpl): Likewise.
9108         * lib/printf-frexp.c (FUNC): Likewise.
9109         Suggested by Jim Meyering.
9110
9111 2007-10-07  Jim Meyering  <meyering@redhat.com>
9112
9113         Make xnanosleep's integer overflow test more robust.
9114         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
9115         so that gcc-4.3.0 doesn't optimize away this test for overflow.
9116
9117 2007-10-07  Bruno Haible  <bruno@clisp.org>
9118
9119         * NEWS: Mention the license change.
9120
9121         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
9122         abbreviations in the modules files.
9123
9124         Change copyright notice from GPLv2+ to GPLv3+.
9125         * README: Change copyright notice.
9126         * MODULES.html.sh: Likewise.
9127         * build-aux/bootstrap.conf: Likewise.
9128         * build-aux/config.libpath: Likewise.
9129         * build-aux/csharpcomp.sh.in: Likewise.
9130         * build-aux/csharpexec.sh.in: Likewise.
9131         * build-aux/install-reloc: Likewise.
9132         * build-aux/javacomp.sh.in: Likewise.
9133         * build-aux/javaexec.sh.in: Likewise.
9134         * build-aux/ldd.sh.in: Likewise.
9135         * build-aux/reloc-ldflags: Likewise.
9136         * build-aux/relocatable.sh.in: Likewise.
9137         * build-aux/x-to-1.in: Likewise.
9138         * check-module: Likewise.
9139         * config/srclistvars.sh: Likewise.
9140         * gnulib-tool: Likewise.
9141         * lib/acl-internal.h: Likewise.
9142         * lib/acl.c: Likewise.
9143         * lib/acl.h: Likewise.
9144         * lib/acl_entries.c: Likewise.
9145         * lib/areadlink-with-size.c: Likewise.
9146         * lib/areadlink.c: Likewise.
9147         * lib/areadlink.h: Likewise.
9148         * lib/argmatch.c: Likewise.
9149         * lib/argmatch.h: Likewise.
9150         * lib/argp-ba.c: Likewise.
9151         * lib/argp-eexst.c: Likewise.
9152         * lib/argp-fmtstream.c: Likewise.
9153         * lib/argp-fmtstream.h: Likewise.
9154         * lib/argp-fs-xinl.c: Likewise.
9155         * lib/argp-help.c: Likewise.
9156         * lib/argp-namefrob.h: Likewise.
9157         * lib/argp-parse.c: Likewise.
9158         * lib/argp-pin.c: Likewise.
9159         * lib/argp-pv.c: Likewise.
9160         * lib/argp-pvh.c: Likewise.
9161         * lib/argp-xinl.c: Likewise.
9162         * lib/argp.h: Likewise.
9163         * lib/at-func.c: Likewise.
9164         * lib/atanl.c: Likewise.
9165         * lib/backupfile.c: Likewise.
9166         * lib/backupfile.h: Likewise.
9167         * lib/basename.c: Likewise.
9168         * lib/binary-io.h: Likewise.
9169         * lib/byteswap.in.h: Likewise.
9170         * lib/c-stack.c: Likewise.
9171         * lib/c-stack.h: Likewise.
9172         * lib/c-strcasestr.c: Likewise.
9173         * lib/c-strcasestr.h: Likewise.
9174         * lib/c-strstr.c: Likewise.
9175         * lib/c-strstr.h: Likewise.
9176         * lib/c-strtod.c: Likewise.
9177         * lib/calloc.c: Likewise.
9178         * lib/canon-host.c: Likewise.
9179         * lib/canon-host.h: Likewise.
9180         * lib/canonicalize-lgpl.c: Likewise.
9181         * lib/canonicalize.c: Likewise.
9182         * lib/canonicalize.h: Likewise.
9183         * lib/ceil.c: Likewise.
9184         * lib/ceilf.c: Likewise.
9185         * lib/ceill.c: Likewise.
9186         * lib/chdir-long.c: Likewise.
9187         * lib/chdir-long.h: Likewise.
9188         * lib/chdir-safer.c: Likewise.
9189         * lib/chdir-safer.h: Likewise.
9190         * lib/chown.c: Likewise.
9191         * lib/classpath.c: Likewise.
9192         * lib/classpath.h: Likewise.
9193         * lib/clean-temp.c: Likewise.
9194         * lib/clean-temp.h: Likewise.
9195         * lib/cloexec.c: Likewise.
9196         * lib/close-stream.c: Likewise.
9197         * lib/closein.c: Likewise.
9198         * lib/closein.h: Likewise.
9199         * lib/closeout.c: Likewise.
9200         * lib/closeout.h: Likewise.
9201         * lib/concat-filename.c: Likewise.
9202         * lib/copy-file.c: Likewise.
9203         * lib/copy-file.h: Likewise.
9204         * lib/count-one-bits.h: Likewise.
9205         * lib/crc.c: Likewise.
9206         * lib/crc.h: Likewise.
9207         * lib/creat-safer.c: Likewise.
9208         * lib/csharpcomp.c: Likewise.
9209         * lib/csharpcomp.h: Likewise.
9210         * lib/csharpexec.c: Likewise.
9211         * lib/csharpexec.h: Likewise.
9212         * lib/cycle-check.c: Likewise.
9213         * lib/cycle-check.h: Likewise.
9214         * lib/diacrit.c: Likewise.
9215         * lib/diacrit.h: Likewise.
9216         * lib/diffseq.h: Likewise.
9217         * lib/dirchownmod.c: Likewise.
9218         * lib/dirent.in.h: Likewise.
9219         * lib/dirfd.c: Likewise.
9220         * lib/dirfd.h: Likewise.
9221         * lib/dirname.c: Likewise.
9222         * lib/dirname.h: Likewise.
9223         * lib/dummy.c: Likewise.
9224         * lib/dup-safer.c: Likewise.
9225         * lib/dup2.c: Likewise.
9226         * lib/eealloc.h: Likewise.
9227         * lib/error.c: Likewise.
9228         * lib/error.h: Likewise.
9229         * lib/euidaccess.c: Likewise.
9230         * lib/exclude.c: Likewise.
9231         * lib/exclude.h: Likewise.
9232         * lib/execute.c: Likewise.
9233         * lib/execute.h: Likewise.
9234         * lib/exitfail.c: Likewise.
9235         * lib/exitfail.h: Likewise.
9236         * lib/expl.c: Likewise.
9237         * lib/fatal-signal.c: Likewise.
9238         * lib/fatal-signal.h: Likewise.
9239         * lib/fbufmode.c: Likewise.
9240         * lib/fbufmode.h: Likewise.
9241         * lib/fchdir.c: Likewise.
9242         * lib/fchmodat.c: Likewise.
9243         * lib/fchownat.c: Likewise.
9244         * lib/fcntl--.h: Likewise.
9245         * lib/fcntl-safer.h: Likewise.
9246         * lib/fcntl.in.h: Likewise.
9247         * lib/fd-safer.c: Likewise.
9248         * lib/fflush.c: Likewise.
9249         * lib/file-has-acl.c: Likewise.
9250         * lib/file-set.c: Likewise.
9251         * lib/file-type.c: Likewise.
9252         * lib/file-type.h: Likewise.
9253         * lib/fileblocks.c: Likewise.
9254         * lib/filemode.c: Likewise.
9255         * lib/filemode.h: Likewise.
9256         * lib/filename.h: Likewise.
9257         * lib/filenamecat.c: Likewise.
9258         * lib/filenamecat.h: Likewise.
9259         * lib/findprog.c: Likewise.
9260         * lib/findprog.h: Likewise.
9261         * lib/float.in.h: Likewise.
9262         * lib/floor.c: Likewise.
9263         * lib/floorf.c: Likewise.
9264         * lib/floorl.c: Likewise.
9265         * lib/fopen-safer.c: Likewise.
9266         * lib/fopen.c: Likewise.
9267         * lib/fpending.c: Likewise.
9268         * lib/fpending.h: Likewise.
9269         * lib/fprintf.c: Likewise.
9270         * lib/fprintftime.h: Likewise.
9271         * lib/fpucw.h: Likewise.
9272         * lib/fpurge.c: Likewise.
9273         * lib/fpurge.h: Likewise.
9274         * lib/freadable.c: Likewise.
9275         * lib/freadable.h: Likewise.
9276         * lib/freadahead.c: Likewise.
9277         * lib/freadahead.h: Likewise.
9278         * lib/freading.c: Likewise.
9279         * lib/freading.h: Likewise.
9280         * lib/free.c: Likewise.
9281         * lib/freopen.c: Likewise.
9282         * lib/frexp.c: Likewise.
9283         * lib/frexpl.c: Likewise.
9284         * lib/fseek.c: Likewise.
9285         * lib/fseterr.c: Likewise.
9286         * lib/fseterr.h: Likewise.
9287         * lib/fstatat.c: Likewise.
9288         * lib/fstrcmp.c: Likewise.
9289         * lib/fstrcmp.h: Likewise.
9290         * lib/fsusage.c: Likewise.
9291         * lib/fsusage.h: Likewise.
9292         * lib/ftell.c: Likewise.
9293         * lib/ftello.c: Likewise.
9294         * lib/fts-cycle.c: Likewise.
9295         * lib/fts.c: Likewise.
9296         * lib/fts_.h: Likewise.
9297         * lib/full-read.c: Likewise.
9298         * lib/full-read.h: Likewise.
9299         * lib/full-write.c: Likewise.
9300         * lib/full-write.h: Likewise.
9301         * lib/fwritable.c: Likewise.
9302         * lib/fwritable.h: Likewise.
9303         * lib/fwriteerror.c: Likewise.
9304         * lib/fwriteerror.h: Likewise.
9305         * lib/fwriting.c: Likewise.
9306         * lib/fwriting.h: Likewise.
9307         * lib/gcd.c: Likewise.
9308         * lib/gcd.h: Likewise.
9309         * lib/getcwd.c: Likewise.
9310         * lib/getdate.h: Likewise.
9311         * lib/getdate.y: Likewise.
9312         * lib/getdomainname.c: Likewise.
9313         * lib/getdomainname.h: Likewise.
9314         * lib/getgroups.c: Likewise.
9315         * lib/gethostname.c: Likewise.
9316         * lib/gethrxtime.c: Likewise.
9317         * lib/gethrxtime.h: Likewise.
9318         * lib/getloadavg.c: Likewise.
9319         * lib/getndelim2.c: Likewise.
9320         * lib/getndelim2.h: Likewise.
9321         * lib/getnline.c: Likewise.
9322         * lib/getnline.h: Likewise.
9323         * lib/getopt.c: Likewise.
9324         * lib/getopt.in.h: Likewise.
9325         * lib/getopt1.c: Likewise.
9326         * lib/getopt_int.h: Likewise.
9327         * lib/getpagesize.h: Likewise.
9328         * lib/getsubopt.c: Likewise.
9329         * lib/gettime.c: Likewise.
9330         * lib/getugroups.c: Likewise.
9331         * lib/getugroups.h: Likewise.
9332         * lib/getusershell.c: Likewise.
9333         * lib/gl_anyavltree_list1.h: Likewise.
9334         * lib/gl_anyavltree_list2.h: Likewise.
9335         * lib/gl_anyhash_list1.h: Likewise.
9336         * lib/gl_anyhash_list2.h: Likewise.
9337         * lib/gl_anylinked_list1.h: Likewise.
9338         * lib/gl_anylinked_list2.h: Likewise.
9339         * lib/gl_anyrbtree_list1.h: Likewise.
9340         * lib/gl_anyrbtree_list2.h: Likewise.
9341         * lib/gl_anytree_list1.h: Likewise.
9342         * lib/gl_anytree_list2.h: Likewise.
9343         * lib/gl_anytree_oset.h: Likewise.
9344         * lib/gl_anytreehash_list1.h: Likewise.
9345         * lib/gl_anytreehash_list2.h: Likewise.
9346         * lib/gl_array_list.c: Likewise.
9347         * lib/gl_array_list.h: Likewise.
9348         * lib/gl_array_oset.c: Likewise.
9349         * lib/gl_array_oset.h: Likewise.
9350         * lib/gl_avltree_list.c: Likewise.
9351         * lib/gl_avltree_list.h: Likewise.
9352         * lib/gl_avltree_oset.c: Likewise.
9353         * lib/gl_avltree_oset.h: Likewise.
9354         * lib/gl_avltreehash_list.c: Likewise.
9355         * lib/gl_avltreehash_list.h: Likewise.
9356         * lib/gl_carray_list.c: Likewise.
9357         * lib/gl_carray_list.h: Likewise.
9358         * lib/gl_linked_list.c: Likewise.
9359         * lib/gl_linked_list.h: Likewise.
9360         * lib/gl_linkedhash_list.c: Likewise.
9361         * lib/gl_linkedhash_list.h: Likewise.
9362         * lib/gl_list.c: Likewise.
9363         * lib/gl_list.h: Likewise.
9364         * lib/gl_oset.c: Likewise.
9365         * lib/gl_oset.h: Likewise.
9366         * lib/gl_rbtree_list.c: Likewise.
9367         * lib/gl_rbtree_list.h: Likewise.
9368         * lib/gl_rbtree_oset.c: Likewise.
9369         * lib/gl_rbtree_oset.h: Likewise.
9370         * lib/gl_rbtreehash_list.c: Likewise.
9371         * lib/gl_rbtreehash_list.h: Likewise.
9372         * lib/gl_sublist.c: Likewise.
9373         * lib/gl_sublist.h: Likewise.
9374         * lib/group-member.c: Likewise.
9375         * lib/group-member.h: Likewise.
9376         * lib/hard-locale.c: Likewise.
9377         * lib/hard-locale.h: Likewise.
9378         * lib/hash-pjw.c: Likewise.
9379         * lib/hash-pjw.h: Likewise.
9380         * lib/hash-triple.c: Likewise.
9381         * lib/hash.c: Likewise.
9382         * lib/hash.h: Likewise.
9383         * lib/human.c: Likewise.
9384         * lib/human.h: Likewise.
9385         * lib/i-ring.c: Likewise.
9386         * lib/i-ring.h: Likewise.
9387         * lib/idcache.c: Likewise.
9388         * lib/imaxabs.c: Likewise.
9389         * lib/imaxdiv.c: Likewise.
9390         * lib/inet_pton.c: Likewise.
9391         * lib/inet_pton.h: Likewise.
9392         * lib/intprops.h: Likewise.
9393         * lib/inttostr.c: Likewise.
9394         * lib/inttostr.h: Likewise.
9395         * lib/inttypes.in.h: Likewise.
9396         * lib/isapipe.c: Likewise.
9397         * lib/isdir.c: Likewise.
9398         * lib/isnan.c: Likewise.
9399         * lib/isnan.h: Likewise.
9400         * lib/isnanf.c: Likewise.
9401         * lib/isnanf.h: Likewise.
9402         * lib/isnanl-nolibm.h: Likewise.
9403         * lib/isnanl.c: Likewise.
9404         * lib/isnanl.h: Likewise.
9405         * lib/javacomp.c: Likewise.
9406         * lib/javacomp.h: Likewise.
9407         * lib/javaexec.c: Likewise.
9408         * lib/javaexec.h: Likewise.
9409         * lib/javaversion.c: Likewise.
9410         * lib/javaversion.h: Likewise.
9411         * lib/javaversion.java: Likewise.
9412         * lib/lbrkprop.h: Likewise.
9413         * lib/lchmod.h: Likewise.
9414         * lib/lchown.c: Likewise.
9415         * lib/ldexpl.c: Likewise.
9416         * lib/linebreak.c: Likewise.
9417         * lib/linebreak.h: Likewise.
9418         * lib/linebuffer.c: Likewise.
9419         * lib/linebuffer.h: Likewise.
9420         * lib/locale.in.h: Likewise.
9421         * lib/logl.c: Likewise.
9422         * lib/long-options.c: Likewise.
9423         * lib/long-options.h: Likewise.
9424         * lib/lstat.c: Likewise.
9425         * lib/lstat.h: Likewise.
9426         * lib/math.in.h: Likewise.
9427         * lib/mbchar.c: Likewise.
9428         * lib/mbchar.h: Likewise.
9429         * lib/mbfile.h: Likewise.
9430         * lib/mbiter.h: Likewise.
9431         * lib/mbscasecmp.c: Likewise.
9432         * lib/mbscasestr.c: Likewise.
9433         * lib/mbschr.c: Likewise.
9434         * lib/mbscspn.c: Likewise.
9435         * lib/mbslen.c: Likewise.
9436         * lib/mbsncasecmp.c: Likewise.
9437         * lib/mbsnlen.c: Likewise.
9438         * lib/mbspbrk.c: Likewise.
9439         * lib/mbspcasecmp.c: Likewise.
9440         * lib/mbsrchr.c: Likewise.
9441         * lib/mbssep.c: Likewise.
9442         * lib/mbsspn.c: Likewise.
9443         * lib/mbsstr.c: Likewise.
9444         * lib/mbstok_r.c: Likewise.
9445         * lib/mbswidth.c: Likewise.
9446         * lib/mbswidth.h: Likewise.
9447         * lib/mbuiter.h: Likewise.
9448         * lib/memcasecmp.c: Likewise.
9449         * lib/memcasecmp.h: Likewise.
9450         * lib/memchr.c: Likewise.
9451         * lib/memcmp.c: Likewise.
9452         * lib/memcoll.c: Likewise.
9453         * lib/memcoll.h: Likewise.
9454         * lib/memcpy.c: Likewise.
9455         * lib/memrchr.c: Likewise.
9456         * lib/mkancesdirs.c: Likewise.
9457         * lib/mkdir-p.c: Likewise.
9458         * lib/mkdir-p.h: Likewise.
9459         * lib/mkdir.c: Likewise.
9460         * lib/mkdirat.c: Likewise.
9461         * lib/mkdtemp.c: Likewise.
9462         * lib/mkstemp-safer.c: Likewise.
9463         * lib/mkstemp.c: Likewise.
9464         * lib/modechange.c: Likewise.
9465         * lib/modechange.h: Likewise.
9466         * lib/mountlist.c: Likewise.
9467         * lib/mountlist.h: Likewise.
9468         * lib/mpsort.c: Likewise.
9469         * lib/nanosleep.c: Likewise.
9470         * lib/obstack.c: Likewise.
9471         * lib/obstack.h: Likewise.
9472         * lib/open-safer.c: Likewise.
9473         * lib/open.c: Likewise.
9474         * lib/openat-die.c: Likewise.
9475         * lib/openat-priv.h: Likewise.
9476         * lib/openat-proc.c: Likewise.
9477         * lib/openat.c: Likewise.
9478         * lib/openat.h: Likewise.
9479         * lib/pagealign_alloc.c: Likewise.
9480         * lib/pagealign_alloc.h: Likewise.
9481         * lib/physmem.c: Likewise.
9482         * lib/physmem.h: Likewise.
9483         * lib/pipe-safer.c: Likewise.
9484         * lib/pipe.c: Likewise.
9485         * lib/pipe.h: Likewise.
9486         * lib/posixtm.c: Likewise.
9487         * lib/posixtm.h: Likewise.
9488         * lib/posixver.c: Likewise.
9489         * lib/printf-frexp.c: Likewise.
9490         * lib/printf-frexp.h: Likewise.
9491         * lib/printf-frexpl.c: Likewise.
9492         * lib/printf-frexpl.h: Likewise.
9493         * lib/printf.c: Likewise.
9494         * lib/progname.c: Likewise.
9495         * lib/progname.h: Likewise.
9496         * lib/progreloc.c: Likewise.
9497         * lib/putenv.c: Likewise.
9498         * lib/quote.c: Likewise.
9499         * lib/quote.h: Likewise.
9500         * lib/quotearg.c: Likewise.
9501         * lib/quotearg.h: Likewise.
9502         * lib/raise.c: Likewise.
9503         * lib/readline.c: Likewise.
9504         * lib/readline.h: Likewise.
9505         * lib/readlink.c: Likewise.
9506         * lib/readtokens.c: Likewise.
9507         * lib/readtokens.h: Likewise.
9508         * lib/readtokens0.c: Likewise.
9509         * lib/readtokens0.h: Likewise.
9510         * lib/readutmp.c: Likewise.
9511         * lib/readutmp.h: Likewise.
9512         * lib/realloc.c: Likewise.
9513         * lib/relocwrapper.c: Likewise.
9514         * lib/rename-dest-slash.c: Likewise.
9515         * lib/rename.c: Likewise.
9516         * lib/rmdir.c: Likewise.
9517         * lib/rpmatch.c: Likewise.
9518         * lib/safe-read.c: Likewise.
9519         * lib/safe-read.h: Likewise.
9520         * lib/safe-write.c: Likewise.
9521         * lib/safe-write.h: Likewise.
9522         * lib/same-inode.h: Likewise.
9523         * lib/same.c: Likewise.
9524         * lib/same.h: Likewise.
9525         * lib/save-cwd.c: Likewise.
9526         * lib/save-cwd.h: Likewise.
9527         * lib/savedir.c: Likewise.
9528         * lib/savedir.h: Likewise.
9529         * lib/savewd.c: Likewise.
9530         * lib/savewd.h: Likewise.
9531         * lib/search.in.h: Likewise.
9532         * lib/setenv.c: Likewise.
9533         * lib/setenv.h: Likewise.
9534         * lib/settime.c: Likewise.
9535         * lib/sh-quote.c: Likewise.
9536         * lib/sh-quote.h: Likewise.
9537         * lib/sig2str.c: Likewise.
9538         * lib/sig2str.h: Likewise.
9539         * lib/signal.in.h: Likewise.
9540         * lib/signbitd.c: Likewise.
9541         * lib/signbitf.c: Likewise.
9542         * lib/signbitl.c: Likewise.
9543         * lib/sigprocmask.c: Likewise.
9544         * lib/sincosl.c: Likewise.
9545         * lib/sleep.c: Likewise.
9546         * lib/sprintf.c: Likewise.
9547         * lib/sqrtl.c: Likewise.
9548         * lib/stat-time.h: Likewise.
9549         * lib/stdio--.h: Likewise.
9550         * lib/stdio-safer.h: Likewise.
9551         * lib/stdlib--.h: Likewise.
9552         * lib/stdlib-safer.h: Likewise.
9553         * lib/stdlib.in.h: Likewise.
9554         * lib/stpcpy.c: Likewise.
9555         * lib/stpncpy.c: Likewise.
9556         * lib/strchrnul.c: Likewise.
9557         * lib/strcspn.c: Likewise.
9558         * lib/strerror.c: Likewise.
9559         * lib/strftime.c: Likewise.
9560         * lib/strftime.h: Likewise.
9561         * lib/striconveh.c: Likewise.
9562         * lib/striconveh.h: Likewise.
9563         * lib/striconveha.c: Likewise.
9564         * lib/striconveha.h: Likewise.
9565         * lib/stripslash.c: Likewise.
9566         * lib/strnlen1.c: Likewise.
9567         * lib/strnlen1.h: Likewise.
9568         * lib/strtod.c: Likewise.
9569         * lib/strtoimax.c: Likewise.
9570         * lib/strtok_r.c: Likewise.
9571         * lib/strtol.c: Likewise.
9572         * lib/strtoll.c: Likewise.
9573         * lib/strtoul.c: Likewise.
9574         * lib/strtoull.c: Likewise.
9575         * lib/sysexits.in.h: Likewise.
9576         * lib/tempname.c: Likewise.
9577         * lib/tempname.h: Likewise.
9578         * lib/timespec.h: Likewise.
9579         * lib/tls.c: Likewise.
9580         * lib/tls.h: Likewise.
9581         * lib/tmpdir.c: Likewise.
9582         * lib/tmpdir.h: Likewise.
9583         * lib/tmpfile-safer.c: Likewise.
9584         * lib/tmpfile.c: Likewise.
9585         * lib/trigl.c: Likewise.
9586         * lib/trigl.h: Likewise.
9587         * lib/trim.c: Likewise.
9588         * lib/trim.h: Likewise.
9589         * lib/trunc.c: Likewise.
9590         * lib/truncf.c: Likewise.
9591         * lib/truncl.c: Likewise.
9592         * lib/tsearch.c: Likewise.
9593         * lib/unicodeio.c: Likewise.
9594         * lib/unicodeio.h: Likewise.
9595         * lib/unistd--.h: Likewise.
9596         * lib/unistd-safer.h: Likewise.
9597         * lib/unistdio/ulc-fprintf.c: Likewise.
9598         * lib/unistdio/ulc-vfprintf.c: Likewise.
9599         * lib/unlinkdir.c: Likewise.
9600         * lib/unlinkdir.h: Likewise.
9601         * lib/unlocked-io.h: Likewise.
9602         * lib/unsetenv.c: Likewise.
9603         * lib/userspec.c: Likewise.
9604         * lib/utime.c: Likewise.
9605         * lib/utimecmp.c: Likewise.
9606         * lib/utimecmp.h: Likewise.
9607         * lib/utimens.c: Likewise.
9608         * lib/verify.h: Likewise.
9609         * lib/verror.c: Likewise.
9610         * lib/verror.h: Likewise.
9611         * lib/version-etc-fsf.c: Likewise.
9612         * lib/version-etc.c: Likewise.
9613         * lib/version-etc.h: Likewise.
9614         * lib/vfprintf.c: Likewise.
9615         * lib/vprintf.c: Likewise.
9616         * lib/vsprintf.c: Likewise.
9617         * lib/w32spawn.h: Likewise.
9618         * lib/wait-process.c: Likewise.
9619         * lib/wait-process.h: Likewise.
9620         * lib/wcwidth.c: Likewise.
9621         * lib/write-any-file.c: Likewise.
9622         * lib/xalloc-die.c: Likewise.
9623         * lib/xalloc.h: Likewise.
9624         * lib/xasprintf.c: Likewise.
9625         * lib/xgetcwd.c: Likewise.
9626         * lib/xgetcwd.h: Likewise.
9627         * lib/xgetdomainname.c: Likewise.
9628         * lib/xgetdomainname.h: Likewise.
9629         * lib/xgethostname.c: Likewise.
9630         * lib/xmalloc.c: Likewise.
9631         * lib/xmalloca.c: Likewise.
9632         * lib/xmalloca.h: Likewise.
9633         * lib/xmemcoll.c: Likewise.
9634         * lib/xnanosleep.c: Likewise.
9635         * lib/xreadlink.c: Likewise.
9636         * lib/xreadlink.h: Likewise.
9637         * lib/xsetenv.c: Likewise.
9638         * lib/xsetenv.h: Likewise.
9639         * lib/xstriconv.c: Likewise.
9640         * lib/xstriconv.h: Likewise.
9641         * lib/xstrndup.c: Likewise.
9642         * lib/xstrndup.h: Likewise.
9643         * lib/xstrtod.c: Likewise.
9644         * lib/xstrtod.h: Likewise.
9645         * lib/xstrtol-error.c: Likewise.
9646         * lib/xstrtol.c: Likewise.
9647         * lib/xstrtol.h: Likewise.
9648         * lib/xtime.h: Likewise.
9649         * lib/xvasprintf.c: Likewise.
9650         * lib/xvasprintf.h: Likewise.
9651         * lib/yesno.c: Likewise.
9652         * lib/yesno.h: Likewise.
9653         * posix-modules: Likewise.
9654         * tests/test-alloca-opt.c: Likewise.
9655         * tests/test-arcfour.c: Likewise.
9656         * tests/test-arctwo.c: Likewise.
9657         * tests/test-argmatch.c: Likewise.
9658         * tests/test-argp-2.sh: Likewise.
9659         * tests/test-argp.c: Likewise.
9660         * tests/test-arpa_inet.c: Likewise.
9661         * tests/test-array_list.c: Likewise.
9662         * tests/test-array_oset.c: Likewise.
9663         * tests/test-atexit.c: Likewise.
9664         * tests/test-avltree_list.c: Likewise.
9665         * tests/test-avltree_oset.c: Likewise.
9666         * tests/test-avltreehash_list.c: Likewise.
9667         * tests/test-base64.c: Likewise.
9668         * tests/test-binary-io.c: Likewise.
9669         * tests/test-byteswap.c: Likewise.
9670         * tests/test-c-ctype.c: Likewise.
9671         * tests/test-c-strcasecmp.c: Likewise.
9672         * tests/test-c-strcasestr.c: Likewise.
9673         * tests/test-c-strncasecmp.c: Likewise.
9674         * tests/test-c-strstr.c: Likewise.
9675         * tests/test-canonicalize-lgpl.c: Likewise.
9676         * tests/test-canonicalize.c: Likewise.
9677         * tests/test-carray_list.c: Likewise.
9678         * tests/test-ceilf.c: Likewise.
9679         * tests/test-ceill.c: Likewise.
9680         * tests/test-count-one-bits.c: Likewise.
9681         * tests/test-crc.c: Likewise.
9682         * tests/test-dirname.c: Likewise.
9683         * tests/test-fbufmode.c: Likewise.
9684         * tests/test-fcntl.c: Likewise.
9685         * tests/test-fflush.c: Likewise.
9686         * tests/test-floorf.c: Likewise.
9687         * tests/test-floorl.c: Likewise.
9688         * tests/test-fopen.c: Likewise.
9689         * tests/test-fprintf-posix.c: Likewise.
9690         * tests/test-fprintf-posix.h: Likewise.
9691         * tests/test-fpurge.c: Likewise.
9692         * tests/test-freadable.c: Likewise.
9693         * tests/test-freadahead.c: Likewise.
9694         * tests/test-freading.c: Likewise.
9695         * tests/test-freopen.c: Likewise.
9696         * tests/test-frexp.c: Likewise.
9697         * tests/test-frexpl.c: Likewise.
9698         * tests/test-fseek.c: Likewise.
9699         * tests/test-fseeko.c: Likewise.
9700         * tests/test-fseterr.c: Likewise.
9701         * tests/test-fstrcmp.c: Likewise.
9702         * tests/test-ftell.c: Likewise.
9703         * tests/test-ftello.c: Likewise.
9704         * tests/test-fwritable.c: Likewise.
9705         * tests/test-fwriting.c: Likewise.
9706         * tests/test-getaddrinfo.c: Likewise.
9707         * tests/test-getpass.c: Likewise.
9708         * tests/test-gettimeofday.c: Likewise.
9709         * tests/test-hmac-md5.c: Likewise.
9710         * tests/test-hmac-sha1.c: Likewise.
9711         * tests/test-iconv.c: Likewise.
9712         * tests/test-iconvme.c: Likewise.
9713         * tests/test-inttypes.c: Likewise.
9714         * tests/test-isnan.c: Likewise.
9715         * tests/test-isnanf.c: Likewise.
9716         * tests/test-isnanl-nolibm.c: Likewise.
9717         * tests/test-isnanl.c: Likewise.
9718         * tests/test-isnanl.h: Likewise.
9719         * tests/test-ldexpl.c: Likewise.
9720         * tests/test-linked_list.c: Likewise.
9721         * tests/test-linkedhash_list.c: Likewise.
9722         * tests/test-locale.c: Likewise.
9723         * tests/test-localename.c: Likewise.
9724         * tests/test-lock.c: Likewise.
9725         * tests/test-lseek.c: Likewise.
9726         * tests/test-malloca.c: Likewise.
9727         * tests/test-math.c: Likewise.
9728         * tests/test-mbscasecmp.c: Likewise.
9729         * tests/test-mbscasestr1.c: Likewise.
9730         * tests/test-mbscasestr2.c: Likewise.
9731         * tests/test-mbscasestr3.c: Likewise.
9732         * tests/test-mbscasestr4.c: Likewise.
9733         * tests/test-mbschr.c: Likewise.
9734         * tests/test-mbscspn.c: Likewise.
9735         * tests/test-mbsncasecmp.c: Likewise.
9736         * tests/test-mbspbrk.c: Likewise.
9737         * tests/test-mbspcasecmp.c: Likewise.
9738         * tests/test-mbsrchr.c: Likewise.
9739         * tests/test-mbsspn.c: Likewise.
9740         * tests/test-mbsstr1.c: Likewise.
9741         * tests/test-mbsstr2.c: Likewise.
9742         * tests/test-mbsstr3.c: Likewise.
9743         * tests/test-md5.c: Likewise.
9744         * tests/test-memmem.c: Likewise.
9745         * tests/test-netinet_in.c: Likewise.
9746         * tests/test-open.c: Likewise.
9747         * tests/test-printf-frexp.c: Likewise.
9748         * tests/test-printf-frexpl.c: Likewise.
9749         * tests/test-printf-posix.c: Likewise.
9750         * tests/test-printf-posix.h: Likewise.
9751         * tests/test-rbtree_list.c: Likewise.
9752         * tests/test-rbtree_oset.c: Likewise.
9753         * tests/test-rbtreehash_list.c: Likewise.
9754         * tests/test-read-file.c: Likewise.
9755         * tests/test-rijndael.c: Likewise.
9756         * tests/test-search.c: Likewise.
9757         * tests/test-signbit.c: Likewise.
9758         * tests/test-sleep.c: Likewise.
9759         * tests/test-snprintf-posix.c: Likewise.
9760         * tests/test-snprintf-posix.h: Likewise.
9761         * tests/test-snprintf.c: Likewise.
9762         * tests/test-sprintf-posix.c: Likewise.
9763         * tests/test-sprintf-posix.h: Likewise.
9764         * tests/test-stat-time.c: Likewise.
9765         * tests/test-stdbool.c: Likewise.
9766         * tests/test-stdint.c: Likewise.
9767         * tests/test-stdio.c: Likewise.
9768         * tests/test-stdlib.c: Likewise.
9769         * tests/test-stpncpy.c: Likewise.
9770         * tests/test-strcasestr.c: Likewise.
9771         * tests/test-striconv.c: Likewise.
9772         * tests/test-striconveh.c: Likewise.
9773         * tests/test-striconveha.c: Likewise.
9774         * tests/test-string.c: Likewise.
9775         * tests/test-sys_select.c: Likewise.
9776         * tests/test-sys_socket.c: Likewise.
9777         * tests/test-sys_stat.c: Likewise.
9778         * tests/test-sys_time.c: Likewise.
9779         * tests/test-sysexits.c: Likewise.
9780         * tests/test-time.c: Likewise.
9781         * tests/test-tls.c: Likewise.
9782         * tests/test-trunc.c: Likewise.
9783         * tests/test-truncf.c: Likewise.
9784         * tests/test-truncl.c: Likewise.
9785         * tests/test-unistd.c: Likewise.
9786         * tests/test-vasnprintf-posix.c: Likewise.
9787         * tests/test-vasnprintf-posix2.c: Likewise.
9788         * tests/test-vasnprintf.c: Likewise.
9789         * tests/test-vasprintf-posix.c: Likewise.
9790         * tests/test-vasprintf.c: Likewise.
9791         * tests/test-verify.c: Likewise.
9792         * tests/test-vfprintf-posix.c: Likewise.
9793         * tests/test-vprintf-posix.c: Likewise.
9794         * tests/test-vsnprintf-posix.c: Likewise.
9795         * tests/test-vsnprintf.c: Likewise.
9796         * tests/test-vsprintf-posix.c: Likewise.
9797         * tests/test-wchar.c: Likewise.
9798         * tests/test-wctype.c: Likewise.
9799         * tests/test-wcwidth.c: Likewise.
9800         * tests/test-xstrtol.c: Likewise.
9801         * tests/test-xvasprintf.c: Likewise.
9802         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
9803         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
9804         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
9805         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
9806         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
9807         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
9808         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
9809         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
9810         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
9811         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
9812         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
9813         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
9814         * tests/uniname/test-uninames.c: Likewise.
9815         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
9816         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
9817         * tests/unistdio/test-u16-printf1.h: Likewise.
9818         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
9819         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
9820         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
9821         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
9822         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
9823         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
9824         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
9825         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
9826         * tests/unistdio/test-u32-printf1.h: Likewise.
9827         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
9828         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
9829         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
9830         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
9831         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
9832         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
9833         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
9834         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
9835         * tests/unistdio/test-u8-printf1.h: Likewise.
9836         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
9837         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
9838         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
9839         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
9840         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
9841         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
9842         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
9843         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
9844         * tests/unistdio/test-ulc-printf1.h: Likewise.
9845         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
9846         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
9847         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
9848         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
9849         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
9850         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
9851         * tests/uniwidth/test-u16-strwidth.c: Likewise.
9852         * tests/uniwidth/test-u16-width.c: Likewise.
9853         * tests/uniwidth/test-u32-strwidth.c: Likewise.
9854         * tests/uniwidth/test-u32-width.c: Likewise.
9855         * tests/uniwidth/test-u8-strwidth.c: Likewise.
9856         * tests/uniwidth/test-u8-width.c: Likewise.
9857         * tests/uniwidth/test-uc_width.c: Likewise.
9858         * config/srclist-update: Likewise.
9859         (fixlicense): Update to GPLv3+.
9860
9861         Change copyright notice from LGPLv2.1+ to LGPLv3+.
9862         * tests/test-tsearch.c: Change copyright notice.
9863
9864         Change copyright notice from LGPLv2.0+ to LGPLv3+.
9865         * lib/c-strcaseeq.h: Change copyright notice.
9866         * lib/streq.h: Likewise.
9867         * lib/uniconv.h: Likewise.
9868         * lib/uniconv/u-conv-from-enc.h: Likewise.
9869         * lib/uniconv/u-conv-to-enc.h: Likewise.
9870         * lib/uniconv/u-strconv-from-enc.h: Likewise.
9871         * lib/uniconv/u-strconv-to-enc.h: Likewise.
9872         * lib/uniconv/u16-conv-from-enc.c: Likewise.
9873         * lib/uniconv/u16-conv-to-enc.c: Likewise.
9874         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
9875         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
9876         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
9877         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
9878         * lib/uniconv/u32-conv-from-enc.c: Likewise.
9879         * lib/uniconv/u32-conv-to-enc.c: Likewise.
9880         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
9881         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
9882         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
9883         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
9884         * lib/uniconv/u8-conv-from-enc.c: Likewise.
9885         * lib/uniconv/u8-conv-to-enc.c: Likewise.
9886         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
9887         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
9888         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
9889         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
9890         * lib/uniname.h: Likewise.
9891         * lib/uniname/uniname.c: Likewise.
9892         * lib/unistdio.h: Likewise.
9893         * lib/unistdio/u-asnprintf.h: Likewise.
9894         * lib/unistdio/u-asprintf.h: Likewise.
9895         * lib/unistdio/u-printf-args.c: Likewise.
9896         * lib/unistdio/u-printf-args.h: Likewise.
9897         * lib/unistdio/u-printf-parse.h: Likewise.
9898         * lib/unistdio/u-snprintf.h: Likewise.
9899         * lib/unistdio/u-sprintf.h: Likewise.
9900         * lib/unistdio/u-vasprintf.h: Likewise.
9901         * lib/unistdio/u-vsnprintf.h: Likewise.
9902         * lib/unistdio/u-vsprintf.h: Likewise.
9903         * lib/unistdio/u16-asnprintf.c: Likewise.
9904         * lib/unistdio/u16-asprintf.c: Likewise.
9905         * lib/unistdio/u16-printf-parse.c: Likewise.
9906         * lib/unistdio/u16-snprintf.c: Likewise.
9907         * lib/unistdio/u16-sprintf.c: Likewise.
9908         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
9909         * lib/unistdio/u16-u16-asprintf.c: Likewise.
9910         * lib/unistdio/u16-u16-snprintf.c: Likewise.
9911         * lib/unistdio/u16-u16-sprintf.c: Likewise.
9912         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
9913         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
9914         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
9915         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
9916         * lib/unistdio/u16-vasnprintf.c: Likewise.
9917         * lib/unistdio/u16-vasprintf.c: Likewise.
9918         * lib/unistdio/u16-vsnprintf.c: Likewise.
9919         * lib/unistdio/u16-vsprintf.c: Likewise.
9920         * lib/unistdio/u32-asnprintf.c: Likewise.
9921         * lib/unistdio/u32-asprintf.c: Likewise.
9922         * lib/unistdio/u32-printf-parse.c: Likewise.
9923         * lib/unistdio/u32-snprintf.c: Likewise.
9924         * lib/unistdio/u32-sprintf.c: Likewise.
9925         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
9926         * lib/unistdio/u32-u32-asprintf.c: Likewise.
9927         * lib/unistdio/u32-u32-snprintf.c: Likewise.
9928         * lib/unistdio/u32-u32-sprintf.c: Likewise.
9929         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
9930         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
9931         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
9932         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
9933         * lib/unistdio/u32-vasnprintf.c: Likewise.
9934         * lib/unistdio/u32-vasprintf.c: Likewise.
9935         * lib/unistdio/u32-vsnprintf.c: Likewise.
9936         * lib/unistdio/u32-vsprintf.c: Likewise.
9937         * lib/unistdio/u8-asnprintf.c: Likewise.
9938         * lib/unistdio/u8-asprintf.c: Likewise.
9939         * lib/unistdio/u8-printf-parse.c: Likewise.
9940         * lib/unistdio/u8-snprintf.c: Likewise.
9941         * lib/unistdio/u8-sprintf.c: Likewise.
9942         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
9943         * lib/unistdio/u8-u8-asprintf.c: Likewise.
9944         * lib/unistdio/u8-u8-snprintf.c: Likewise.
9945         * lib/unistdio/u8-u8-sprintf.c: Likewise.
9946         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
9947         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
9948         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
9949         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
9950         * lib/unistdio/u8-vasnprintf.c: Likewise.
9951         * lib/unistdio/u8-vasprintf.c: Likewise.
9952         * lib/unistdio/u8-vsnprintf.c: Likewise.
9953         * lib/unistdio/u8-vsprintf.c: Likewise.
9954         * lib/unistdio/ulc-asnprintf.c: Likewise.
9955         * lib/unistdio/ulc-asprintf.c: Likewise.
9956         * lib/unistdio/ulc-printf-parse.c: Likewise.
9957         * lib/unistdio/ulc-snprintf.c: Likewise.
9958         * lib/unistdio/ulc-sprintf.c: Likewise.
9959         * lib/unistdio/ulc-vasnprintf.c: Likewise.
9960         * lib/unistdio/ulc-vasprintf.c: Likewise.
9961         * lib/unistdio/ulc-vsnprintf.c: Likewise.
9962         * lib/unistdio/ulc-vsprintf.c: Likewise.
9963         * lib/unistr.h: Likewise.
9964         * lib/unistr/u-cpy-alloc.h: Likewise.
9965         * lib/unistr/u-cpy.h: Likewise.
9966         * lib/unistr/u-endswith.h: Likewise.
9967         * lib/unistr/u-move.h: Likewise.
9968         * lib/unistr/u-set.h: Likewise.
9969         * lib/unistr/u-startswith.h: Likewise.
9970         * lib/unistr/u-stpcpy.h: Likewise.
9971         * lib/unistr/u-stpncpy.h: Likewise.
9972         * lib/unistr/u-strcat.h: Likewise.
9973         * lib/unistr/u-strcpy.h: Likewise.
9974         * lib/unistr/u-strcspn.h: Likewise.
9975         * lib/unistr/u-strdup.h: Likewise.
9976         * lib/unistr/u-strlen.h: Likewise.
9977         * lib/unistr/u-strncat.h: Likewise.
9978         * lib/unistr/u-strncpy.h: Likewise.
9979         * lib/unistr/u-strnlen.h: Likewise.
9980         * lib/unistr/u-strpbrk.h: Likewise.
9981         * lib/unistr/u-strspn.h: Likewise.
9982         * lib/unistr/u-strstr.h: Likewise.
9983         * lib/unistr/u-strtok.h: Likewise.
9984         * lib/unistr/u16-check.c: Likewise.
9985         * lib/unistr/u16-chr.c: Likewise.
9986         * lib/unistr/u16-cmp.c: Likewise.
9987         * lib/unistr/u16-cpy-alloc.c: Likewise.
9988         * lib/unistr/u16-cpy.c: Likewise.
9989         * lib/unistr/u16-endswith.c: Likewise.
9990         * lib/unistr/u16-mblen.c: Likewise.
9991         * lib/unistr/u16-mbsnlen.c: Likewise.
9992         * lib/unistr/u16-mbtouc-aux.c: Likewise.
9993         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
9994         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
9995         * lib/unistr/u16-mbtouc.c: Likewise.
9996         * lib/unistr/u16-mbtoucr.c: Likewise.
9997         * lib/unistr/u16-move.c: Likewise.
9998         * lib/unistr/u16-next.c: Likewise.
9999         * lib/unistr/u16-prev.c: Likewise.
10000         * lib/unistr/u16-set.c: Likewise.
10001         * lib/unistr/u16-startswith.c: Likewise.
10002         * lib/unistr/u16-stpcpy.c: Likewise.
10003         * lib/unistr/u16-stpncpy.c: Likewise.
10004         * lib/unistr/u16-strcat.c: Likewise.
10005         * lib/unistr/u16-strchr.c: Likewise.
10006         * lib/unistr/u16-strcmp.c: Likewise.
10007         * lib/unistr/u16-strcpy.c: Likewise.
10008         * lib/unistr/u16-strcspn.c: Likewise.
10009         * lib/unistr/u16-strdup.c: Likewise.
10010         * lib/unistr/u16-strlen.c: Likewise.
10011         * lib/unistr/u16-strmblen.c: Likewise.
10012         * lib/unistr/u16-strmbtouc.c: Likewise.
10013         * lib/unistr/u16-strncat.c: Likewise.
10014         * lib/unistr/u16-strncmp.c: Likewise.
10015         * lib/unistr/u16-strncpy.c: Likewise.
10016         * lib/unistr/u16-strnlen.c: Likewise.
10017         * lib/unistr/u16-strpbrk.c: Likewise.
10018         * lib/unistr/u16-strrchr.c: Likewise.
10019         * lib/unistr/u16-strspn.c: Likewise.
10020         * lib/unistr/u16-strstr.c: Likewise.
10021         * lib/unistr/u16-strtok.c: Likewise.
10022         * lib/unistr/u16-to-u32.c: Likewise.
10023         * lib/unistr/u16-to-u8.c: Likewise.
10024         * lib/unistr/u16-uctomb-aux.c: Likewise.
10025         * lib/unistr/u16-uctomb.c: Likewise.
10026         * lib/unistr/u32-check.c: Likewise.
10027         * lib/unistr/u32-chr.c: Likewise.
10028         * lib/unistr/u32-cmp.c: Likewise.
10029         * lib/unistr/u32-cpy-alloc.c: Likewise.
10030         * lib/unistr/u32-cpy.c: Likewise.
10031         * lib/unistr/u32-endswith.c: Likewise.
10032         * lib/unistr/u32-mblen.c: Likewise.
10033         * lib/unistr/u32-mbsnlen.c: Likewise.
10034         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
10035         * lib/unistr/u32-mbtouc.c: Likewise.
10036         * lib/unistr/u32-mbtoucr.c: Likewise.
10037         * lib/unistr/u32-move.c: Likewise.
10038         * lib/unistr/u32-next.c: Likewise.
10039         * lib/unistr/u32-prev.c: Likewise.
10040         * lib/unistr/u32-set.c: Likewise.
10041         * lib/unistr/u32-startswith.c: Likewise.
10042         * lib/unistr/u32-stpcpy.c: Likewise.
10043         * lib/unistr/u32-stpncpy.c: Likewise.
10044         * lib/unistr/u32-strcat.c: Likewise.
10045         * lib/unistr/u32-strchr.c: Likewise.
10046         * lib/unistr/u32-strcmp.c: Likewise.
10047         * lib/unistr/u32-strcpy.c: Likewise.
10048         * lib/unistr/u32-strcspn.c: Likewise.
10049         * lib/unistr/u32-strdup.c: Likewise.
10050         * lib/unistr/u32-strlen.c: Likewise.
10051         * lib/unistr/u32-strmblen.c: Likewise.
10052         * lib/unistr/u32-strmbtouc.c: Likewise.
10053         * lib/unistr/u32-strncat.c: Likewise.
10054         * lib/unistr/u32-strncmp.c: Likewise.
10055         * lib/unistr/u32-strncpy.c: Likewise.
10056         * lib/unistr/u32-strnlen.c: Likewise.
10057         * lib/unistr/u32-strpbrk.c: Likewise.
10058         * lib/unistr/u32-strrchr.c: Likewise.
10059         * lib/unistr/u32-strspn.c: Likewise.
10060         * lib/unistr/u32-strstr.c: Likewise.
10061         * lib/unistr/u32-strtok.c: Likewise.
10062         * lib/unistr/u32-to-u16.c: Likewise.
10063         * lib/unistr/u32-to-u8.c: Likewise.
10064         * lib/unistr/u32-uctomb.c: Likewise.
10065         * lib/unistr/u8-check.c: Likewise.
10066         * lib/unistr/u8-chr.c: Likewise.
10067         * lib/unistr/u8-cmp.c: Likewise.
10068         * lib/unistr/u8-cpy-alloc.c: Likewise.
10069         * lib/unistr/u8-cpy.c: Likewise.
10070         * lib/unistr/u8-endswith.c: Likewise.
10071         * lib/unistr/u8-mblen.c: Likewise.
10072         * lib/unistr/u8-mbsnlen.c: Likewise.
10073         * lib/unistr/u8-mbtouc-aux.c: Likewise.
10074         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
10075         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
10076         * lib/unistr/u8-mbtouc.c: Likewise.
10077         * lib/unistr/u8-mbtoucr.c: Likewise.
10078         * lib/unistr/u8-move.c: Likewise.
10079         * lib/unistr/u8-next.c: Likewise.
10080         * lib/unistr/u8-prev.c: Likewise.
10081         * lib/unistr/u8-set.c: Likewise.
10082         * lib/unistr/u8-startswith.c: Likewise.
10083         * lib/unistr/u8-stpcpy.c: Likewise.
10084         * lib/unistr/u8-stpncpy.c: Likewise.
10085         * lib/unistr/u8-strcat.c: Likewise.
10086         * lib/unistr/u8-strchr.c: Likewise.
10087         * lib/unistr/u8-strcmp.c: Likewise.
10088         * lib/unistr/u8-strcpy.c: Likewise.
10089         * lib/unistr/u8-strcspn.c: Likewise.
10090         * lib/unistr/u8-strdup.c: Likewise.
10091         * lib/unistr/u8-strlen.c: Likewise.
10092         * lib/unistr/u8-strmblen.c: Likewise.
10093         * lib/unistr/u8-strmbtouc.c: Likewise.
10094         * lib/unistr/u8-strncat.c: Likewise.
10095         * lib/unistr/u8-strncmp.c: Likewise.
10096         * lib/unistr/u8-strncpy.c: Likewise.
10097         * lib/unistr/u8-strnlen.c: Likewise.
10098         * lib/unistr/u8-strpbrk.c: Likewise.
10099         * lib/unistr/u8-strrchr.c: Likewise.
10100         * lib/unistr/u8-strspn.c: Likewise.
10101         * lib/unistr/u8-strstr.c: Likewise.
10102         * lib/unistr/u8-strtok.c: Likewise.
10103         * lib/unistr/u8-to-u16.c: Likewise.
10104         * lib/unistr/u8-to-u32.c: Likewise.
10105         * lib/unistr/u8-uctomb-aux.c: Likewise.
10106         * lib/unistr/u8-uctomb.c: Likewise.
10107         * lib/unitypes.h: Likewise.
10108         * lib/uniwidth.h: Likewise.
10109         * lib/uniwidth/cjk.h: Likewise.
10110         * lib/uniwidth/u16-strwidth.c: Likewise.
10111         * lib/uniwidth/u16-width.c: Likewise.
10112         * lib/uniwidth/u32-strwidth.c: Likewise.
10113         * lib/uniwidth/u32-width.c: Likewise.
10114         * lib/uniwidth/u8-strwidth.c: Likewise.
10115         * lib/uniwidth/u8-width.c: Likewise.
10116         * lib/uniwidth/width.c: Likewise.
10117
10118 2007-10-07  Bruno Haible  <bruno@clisp.org>
10119
10120         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
10121         The file is still under LGPL (see modules/inttypes).
10122
10123 2007-10-06  Bruno Haible  <bruno@clisp.org>
10124
10125         * modules/trunc (Dependencies): Add 'extensions'.
10126         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
10127         Reported by Ben Pfaff <blp@gnu.org>.
10128
10129 2007-10-06  Bruno Haible  <bruno@clisp.org>
10130
10131         * modules/freopen-tests: New file.
10132         * tests/test-freopen.c: New file.
10133
10134         * modules/fopen-tests: New file.
10135         * tests/test-fopen.c: New file.
10136
10137         * modules/fopen: New file.
10138         * lib/fopen.c: New file.
10139         * m4/fopen.m4: New file.
10140         * modules/freopen: New file.
10141         * lib/freopen.c: New file.
10142         * m4/freopen.m4: New file.
10143         * lib/stdio.in.h (fopen, freopen): New declarations.
10144         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
10145         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
10146         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
10147         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
10148         * doc/functions/fopen.texi: Mention the 'fopen' module.
10149         * doc/functions/freopen.texi: Mention the 'freopen' module.
10150
10151 2007-10-06  Bruno Haible  <bruno@clisp.org>
10152
10153         * modules/open-tests: New file.
10154         * tests/test-open.c: New file.
10155
10156         * modules/open: New file.
10157         * lib/open.c: New file.
10158         * m4/open.m4: New file.
10159         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
10160         lib/open.c does.
10161         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
10162         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
10163         macros.
10164         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
10165         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
10166         REPLACE_OPEN.
10167         * doc/functions/open.texi: Mention the 'open' module.
10168
10169 2007-10-04  Bruno Haible  <bruno@clisp.org>
10170
10171         * modules/ceill-tests: New file.
10172         * tests/test-ceill.c: New file.
10173
10174         * modules/ceill: New file.
10175         * lib/ceill.c: Replace entire file.
10176         * m4/ceill.m4: New file.
10177         * lib/math.in.h (ceill): Replace declaration.
10178         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
10179         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
10180         * doc/functions/ceill.texi: Mention the 'ceill' module.
10181         * modules/mathl (Files): Remove lib/ceill.c.
10182         (Depends-on): Add ceill.
10183
10184 2007-10-04  Bruno Haible  <bruno@clisp.org>
10185
10186         * modules/ceilf-tests: New file.
10187         * tests/test-ceilf.c: New file.
10188
10189         * modules/ceilf: New file.
10190         * lib/ceil.c: New file.
10191         * lib/ceilf.c: New file.
10192         * m4/ceilf.m4: New file.
10193         * lib/math.in.h (ceilf): New declaration.
10194         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
10195         HAVE_DECL_CEILF.
10196         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
10197         HAVE_DECL_CEILF.
10198         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
10199
10200 2007-10-04  Bruno Haible  <bruno@clisp.org>
10201
10202         * modules/floorl-tests: New file.
10203         * tests/test-floorl.c: New file.
10204
10205         * modules/floorl: New file.
10206         * lib/floorl.c: Replace entire file.
10207         * m4/floorl.m4: New file.
10208         * lib/math.in.h (floorl): Replace declaration.
10209         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
10210         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
10211         * doc/functions/floorl.texi: Mention the 'floorl' module.
10212         * modules/mathl (Files): Remove lib/floorl.c.
10213         (Depends-on): Add floorl.
10214
10215 2007-10-04  Bruno Haible  <bruno@clisp.org>
10216
10217         * modules/floorf-tests: New file.
10218         * tests/test-floorf.c: New file.
10219
10220         * modules/floorf: New file.
10221         * lib/floor.c: New file.
10222         * lib/floorf.c: New file.
10223         * m4/floorf.m4: New file.
10224         * lib/math.in.h (floorf): New declaration.
10225         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
10226         HAVE_DECL_FLOORF.
10227         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
10228         HAVE_DECL_FLOORF.
10229         * doc/functions/floorf.texi: Mention the 'floorf' module.
10230
10231 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
10232             Bruno Haible  <bruno@clisp.org>
10233
10234         Advertise for the Git server instead of the CVS server.
10235         * doc/gnulib-intro.texi (Steady Development): Mention the Git
10236         repository instead of the CVS one.
10237         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
10238         about all VCS systems generically.
10239         * doc/gnulib.texi (Introduction): Capitalize `Git'.
10240
10241 2007-10-04  Bruno Haible  <bruno@clisp.org>
10242
10243         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
10244         means.
10245         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
10246
10247 2007-10-04  Bruno Haible  <bruno@clisp.org>
10248
10249         * modules/truncl-tests: New file.
10250         * tests/test-truncl.c: New file.
10251
10252         * modules/truncl: New file.
10253         * lib/truncl.c: New file.
10254         * m4/truncl.m4: New file.
10255         * lib/math.in.h (truncl): New declaration.
10256         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
10257         HAVE_DECL_TRUNCL.
10258         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
10259         HAVE_DECL_TRUNCL.
10260         * doc/functions/truncl.texi: Mention the 'truncl' module.
10261
10262 2007-10-04  Bruno Haible  <bruno@clisp.org>
10263
10264         * modules/truncf-tests: New file.
10265         * tests/test-truncf.c: New file.
10266
10267         * modules/truncf: New file.
10268         * lib/trunc.c: Make paramerizable through USE_* macros.
10269         * lib/truncf.c: New file.
10270         * m4/truncf.m4: New file.
10271         * lib/math.in.h (truncf): New declaration.
10272         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
10273         HAVE_DECL_TRUNCF.
10274         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
10275         HAVE_DECL_TRUNCF.
10276         * doc/functions/truncf.texi: Mention the 'truncf' module.
10277
10278 2007-10-03  Bruno Haible  <bruno@clisp.org>
10279
10280         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
10281         augmentation also for tests modules.
10282         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
10283         * modules/atexit-tests (Makefile.am): Likewise.
10284         * modules/binary-io-tests (Makefile.am): Likewise.
10285         * modules/c-strcase-tests (Makefile.am): Likewise.
10286         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
10287         * modules/canonicalize-tests (Makefile.am): Likewise.
10288         * modules/closein-tests (Makefile.am): Likewise.
10289         * modules/fprintf-posix-tests (Makefile.am): Likewise.
10290         * modules/freadahead-tests (Makefile.am): Likewise.
10291         * modules/fseek-tests (Makefile.am): Likewise.
10292         * modules/fseeko-tests (Makefile.am): Likewise.
10293         * modules/ftell-tests (Makefile.am): Likewise.
10294         * modules/ftello-tests (Makefile.am): Likewise.
10295         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
10296         * modules/isnanl-tests (Makefile.am): Likewise.
10297         * modules/lseek-tests (Makefile.am): Likewise.
10298         * modules/mbscasecmp-tests (Makefile.am): Likewise.
10299         * modules/mbscasestr-tests (Makefile.am): Likewise.
10300         * modules/mbschr-tests (Makefile.am): Likewise.
10301         * modules/mbscspn-tests (Makefile.am): Likewise.
10302         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
10303         * modules/mbspbrk-tests (Makefile.am): Likewise.
10304         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
10305         * modules/mbsrchr-tests (Makefile.am): Likewise.
10306         * modules/mbsspn-tests (Makefile.am): Likewise.
10307         * modules/mbsstr-tests (Makefile.am): Likewise.
10308         * modules/printf-posix-tests (Makefile.am): Likewise.
10309         * modules/snprintf-posix-tests (Makefile.am): Likewise.
10310         * modules/sprintf-posix-tests (Makefile.am): Likewise.
10311         * modules/tsearch-tests (Makefile.am): Likewise.
10312         * modules/uniname/uniname-tests (Makefile.am): Likewise.
10313         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
10314         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
10315         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
10316         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
10317         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
10318         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
10319         * modules/vprintf-posix-tests (Makefile.am): Likewise.
10320         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
10321         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
10322         * modules/xstrtoimax-tests (Makefile.am): Likewise.
10323         * modules/xstrtol-tests (Makefile.am): Likewise.
10324         * modules/xstrtoumax-tests (Makefile.am): Likewise.
10325         * modules/yesno-tests (Makefile.am): Likewise.
10326
10327 2007-10-03  Bruno Haible  <bruno@clisp.org>
10328
10329         * modules/trunc-tests: New file.
10330         * tests/test-trunc.c: New file.
10331
10332         * modules/trunc: New file.
10333         * lib/trunc.c: New file.
10334         * m4/trunc.m4: New file.
10335         * lib/math.in.h (trunc): New declaration.
10336         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
10337         HAVE_DECL_TRUNC.
10338         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
10339         HAVE_DECL_TRUNC.
10340         * doc/functions/trunc.texi: Mention the 'trunc' module.
10341
10342 2007-10-03  Bruno Haible  <bruno@clisp.org>
10343
10344         * tests/test-fpending.c: New file, mostly copied
10345         from coreutils/lib/t-fpending.c.
10346         * modules/fpending-tests: New file.
10347
10348 2007-10-03  Bruno Haible  <bruno@clisp.org>
10349
10350         Port the stdio extensions to QNX (untested).
10351         * lib/fseterr.c (fseterr): Add support for QNX.
10352         * lib/fbufmode.c (fbufmode): Likewise.
10353         * lib/freadable.c (freadable): Likewise.
10354         * lib/fwritable.c (fwritable): Likewise.
10355         * lib/freading.c (freading): Likewise.
10356         * lib/fwriting.c (fwriting): Likewise.
10357         * lib/freadahead.c (freadahed): Likewise.
10358         * lib/fpurge.c (fpurge): Likewise.
10359         * lib/fseeko.c (rpl_fseeko): Likewise.
10360
10361 2007-10-03  Bruno Haible  <bruno@clisp.org>
10362             Jim Meyering  <jim@meyering.net>
10363             Eric Blake  <ebb9@byu.net>
10364
10365         * doc/relocatable.texi: Use @command instead of @program.
10366
10367 2007-10-02  Jim Meyering  <jim@meyering.net>
10368
10369         Perform one more "_.h" -> ".in.h" substitution.
10370         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
10371         instead of unistd_.h here, too.
10372
10373 2007-10-01  Bruno Haible  <bruno@clisp.org>
10374
10375         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
10376         Needed for the alloca-opt module.
10377
10378 2007-09-30  Bruno Haible  <bruno@clisp.org>
10379
10380         * lib/alloca.in.h: Renamed from lib/alloca_.h.
10381         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
10382         alloca_.h.
10383         * lib/argz.in.h: Renamed from lib/argz_.h.
10384         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
10385         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
10386         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
10387         byteswap_.h.
10388         * lib/dirent.in.h: Renamed from lib/dirent_.h.
10389         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
10390         dirent_.h.
10391         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
10392         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
10393         fcntl_.h.
10394         * lib/float.in.h: Renamed from lib/float_.h.
10395         * modules/float (Files, Makefile.am): Use float.in.h instead of
10396         float_.h.
10397         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
10398         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
10399         fnmatch_.h.
10400         * lib/getopt.in.h: Renamed from lib/getopt_.h.
10401         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
10402         getopt_.h.
10403         * lib/glob.in.h: Renamed from lib/glob_.h.
10404         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
10405         * lib/iconv.in.h: Renamed from lib/iconv_.h.
10406         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
10407         iconv_.h.
10408         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
10409         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
10410         inttypes_.h.
10411         * lib/locale.in.h: Renamed from lib/locale_.h.
10412         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
10413         locale_.h.
10414         * lib/math.in.h: Renamed from lib/math_.h.
10415         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
10416         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
10417         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
10418         of netinet_in_.h. Add dependency.
10419         * lib/poll.in.h: Renamed from lib/poll_.h.
10420         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
10421         * lib/search.in.h: Renamed from lib/search_.h.
10422         * modules/search (Files, Makefile.am): Use search.in.h instead of
10423         search_.h.
10424         * lib/signal.in.h: Renamed from lib/signal_.h.
10425         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
10426         _signal.h.
10427         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
10428         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
10429         stdbool_.h.
10430         * lib/stdint.in.h: Renamed from lib/stdint_.h.
10431         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
10432         stdint_.h.
10433         * lib/stdio.in.h: Renamed from lib/stdio_.h.
10434         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
10435         stdio_.h.
10436         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
10437         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
10438         stdlib_.h.
10439         * lib/string.in.h: Renamed from lib/string_.h.
10440         * modules/string (Files, Makefile.am): Use string.in.h instead of
10441         string_.h.
10442         * doc/gnulib-tool.texi (Initial import): Update.
10443         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
10444         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
10445         of sys_select_.h. Add dependency.
10446         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
10447         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
10448         of sys_socket_.h.
10449         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
10450         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
10451         sys_stat_.h.
10452         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
10453         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
10454         sys_time_.h.
10455         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
10456         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
10457         sysexits_.h.
10458         * lib/time.in.h: Renamed from lib/time_.h.
10459         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
10460         * lib/unistd.in.h: Renamed from lib/unistd_.h.
10461         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
10462         unistd_.h.
10463         * lib/wchar.in.h: Renamed from lib/wchar_.h.
10464         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
10465         wchar_.h.
10466         * lib/wctype.in.h: Renamed from lib/wctype_.h.
10467         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
10468         wctype_.h.
10469         * build-aux/bootstrap (slurp): Update.
10470         * lib/.cppi-disable: Update.
10471
10472 2007-09-30  Bruno Haible  <bruno@clisp.org>
10473
10474         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
10475         Needed on BeOS.
10476
10477 2007-09-30  Bruno Haible  <bruno@clisp.org>
10478
10479         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
10480
10481 2007-09-29  Bruno Haible  <bruno@clisp.org>
10482
10483         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
10484
10485 2007-09-29  Bruno Haible  <bruno@clisp.org>
10486
10487         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
10488         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
10489         * build-aux/install-reloc: Compile also areadlink.c.
10490         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
10491
10492 2007-09-29  Bruno Haible  <bruno@clisp.org>
10493
10494         * gnulib-tool (func_emit_initmacro_done): Indentation.
10495
10496 2007-09-29  Bruno Haible  <bruno@clisp.org>
10497
10498         * README: Add CVS checkout update instructions.
10499         Info from Bob Proulx <bob@proulx.com>.
10500
10501 2007-09-28  Eric Blake  <ebb9@byu.net>
10502
10503         Provide move-if-change.
10504         * build-aux/move-if-change: New file, based on best practice
10505         rather than any canonical upstream location.
10506
10507 2007-09-28  Jim Meyering  <jim@meyering.net>
10508
10509         Fix canonicalize loop-detection corner case.
10510         Do not attempt to stat the symlink values stored via seen_triple.
10511         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
10512         on linux-2.6.18, (but not 2.6.22).
10513         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
10514         triple_compare.  The former compares dev,ino,filename, while the latter
10515         would actually stat dirname(filename) when dev and ino were equal.
10516         * lib/hash-triple.c: Install <string.h>.
10517         (STREQ): Define.
10518         (triple_compare_ino_str): New function.
10519         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
10520
10521 2007-09-28  Eric Blake  <ebb9@byu.net>
10522
10523         Enforce that AC_REPLACE_FUNCS files exist.
10524         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
10525         override check for typos.
10526
10527         Fix test-closein on Solaris 10.
10528         * tests/test-closein.c (main): Don't assume stdin can be inherited
10529         closed on all systems.
10530         * tests/test-closein.sh: Likewise.
10531         Reported by Piotr Tarnowski.
10532
10533 2007-09-28  Jim Meyering  <jim@meyering.net>
10534
10535         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
10536
10537 2007-09-27  Jim Meyering  <jim@meyering.net>
10538
10539         canonicalize: Avoid a false-positive cycle failure.
10540         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
10541         Sort.  Remove cycle-check.
10542         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
10543         not cycle-check.h.
10544         (seen_triple): New function.
10545         (canonicalize_filename_mode): Use it instead of cycle-check.
10546         * tests/test-canonicalize.c: Add a test for this bug.
10547         * tests/test-canonicalize.sh: Set up and run the test.
10548
10549         New module, file-set, from coreutils.
10550         * modules/file-set: Define it.
10551         * lib/file-set.c, lib/file-set.h: Implement.
10552
10553         New module, hash-triple, from coreutils.
10554         * modules/hash-triple: Define it.
10555         * lib/hash-triple.c, lib/hash-triple.h: Implement.
10556
10557 2007-09-25  Eric Blake  <ebb9@byu.net>
10558
10559         Fix strerror on Interix.
10560         * lib/string_.h (strerror): Declare replacement.
10561         * doc/functions/strerror.texi (strerror): Document the Interix
10562         shortcoming.
10563         * modules/string (Makefile.am): Support new hooks.
10564         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
10565         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
10566         gl_FUNC_STRERROR_SEPARATE.
10567         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
10568         * lib/strerror.c (rpl_strerror): Provide replacement.
10569         * modules/strerror (Depends-on): Add string.
10570         (configure.ac): Detect use of module.
10571         * tests/test-strerror.c: New file.
10572         * modules/strerror-tests: New test module.
10573         * modules/argp (Depends-on): Add strerror.
10574         * modules/error (Depends-on): Likewise.
10575         Reported by Martin Koeppe.
10576
10577 2007-09-24  Bruno Haible  <bruno@clisp.org>
10578
10579         * README: Update git instructions.
10580
10581 2007-09-24  Eric Blake  <ebb9@byu.net>
10582
10583         Revert fpending breakage from 2007-09-08.
10584         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
10585         __fpending.c.
10586
10587 2007-09-24  Jim Meyering  <jim@meyering.net>
10588
10589         filenamecat.c: Add a test.
10590         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
10591         showing how the function works when DIR is the empty string.
10592
10593 2007-09-21  Simon Josefsson  <simon@josefsson.org>
10594
10595         * tests/test-canonicalize.sh: Turn on executable bit.
10596
10597 2007-09-19  Eric Blake  <ebb9@byu.net>
10598
10599         * README: Update CVS instructions.
10600
10601 2007-09-18  Bruno Haible  <bruno@clisp.org>
10602
10603         * modules/areadlink: New file.
10604         * lib/areadlink.h (areadlink): New declaration.
10605         * lib/areadlink.c: New file, based on lib/xreadlink.c.
10606
10607 2007-09-17  Jim Meyering  <jim@meyering.net>
10608
10609         * lib/savewd.c (ESTALE) [!defined]: Define.
10610         Reported to be required on Interix by Martin Koeppe.
10611
10612 2007-09-17  Bruno Haible  <bruno@clisp.org>
10613
10614         * gnulib-tool (func_version): Use $version.
10615
10616 2007-09-16  Bruno Haible  <bruno@clisp.org>
10617
10618         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
10619         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
10620         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
10621         Reported by Greg Schafer <gschafer@zip.com.au>.
10622
10623 2007-09-15  Bruno Haible  <bruno@clisp.org>
10624
10625         * gnulib-tool (sed): Try a little harder to make bash understand the
10626         alias.
10627         Reported by Bruce Korb <bruce.korb@gmail.com>.
10628
10629 2007-09-13  Eric Blake  <ebb9@byu.net>
10630
10631         * ChangeLog: Remove conflict markers.
10632
10633 2007-09-13  Simon Josefsson  <simon@josefsson.org>
10634
10635         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
10636         Reported by Bruno Haible <bruno@clisp.org>.
10637
10638 2007-09-12  Bruno Haible  <bruno@clisp.org>
10639
10640         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
10641         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
10642         is not defined.
10643
10644 2007-09-12  Eric Blake  <ebb9@byu.net>
10645
10646         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
10647         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
10648         Autoconf definition.
10649         * modules/euidaccess (Depends-on): Add extensions, for
10650         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
10651         * modules/fnmatch (Depends-on): Likewise.
10652         * modules/getaddrinfo (Depends-on): Likewise.
10653         * modules/getdelim (Depends-on): Likewise.
10654         * modules/getline (Depends-on): Likewise.
10655         * modules/getsubopt (Depends-on): Likewise.
10656         * modules/gettext (Depends-on): Likewise.
10657         * modules/group-member (Depends-on): Likewise.
10658         * modules/mbchar (Depends-on): Likewise.
10659         * modules/memmem (Depends-on): Likewise.
10660         * modules/mempcpy (Depends-on): Likewise.
10661         * modules/memrchr (Depends-on): Likewise.
10662         * modules/pagealign_alloc (Depends-on): Likewise.
10663         * modules/readutmp (Depends-on): Likewise.
10664         * modules/stpcpy (Depends-on): Likewise.
10665         * modules/stpncpy (Depends-on): Likewise.
10666         * modules/strchrnul (Depends-on): Likewise.
10667         * modules/strndup (Depends-on): Likewise.
10668         * modules/strsep (Depends-on): Likewise.
10669         * modules/strverscmp (Depends-on): Likewise.
10670         * modules/vasprintf (Depends-on): Likewise.
10671         * modules/wcwidth (Depends-on): Likewise.
10672         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
10673         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
10674         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
10675         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
10676         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
10677         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
10678         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
10679         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10680         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
10681         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
10682         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
10683         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
10684         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
10685         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
10686         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
10687         * m4/readutmp.m4 (gl_READUTMP): Likewise.
10688         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
10689         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
10690         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
10691         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
10692         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
10693         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
10694         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
10695         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
10696         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
10697         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
10698         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
10699         so that lock.m4 can be used in gettext without extensions module.
10700
10701 2007-09-11  Bruno Haible  <bruno@clisp.org>
10702
10703         * m4/isc-posix.m4: Remove file.
10704         Suggested by Eric Blake.
10705
10706 2007-09-11  Eric Blake  <ebb9@byu.net>
10707
10708         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
10709
10710 2007-09-10  Bruno Haible  <bruno@clisp.org>
10711
10712         * posix-modules: Fix typo in error message.
10713         Reported by Matt <mkraai@beckman.com>.
10714
10715 2007-09-09  Bruno Haible  <bruno@clisp.org>
10716
10717         * doc/functions/getdelim.texi: Update list of platforms lacking the
10718         function.
10719         * doc/functions/getline.texi: Likewise.
10720
10721 2007-09-09  Jim Meyering  <jim@meyering.net>
10722
10723         * lib/hash.c (hash_initialize): Detect calloc failure.
10724         Reported by Bruno Haible.
10725
10726 2007-09-09  Bruno Haible  <bruno@clisp.org>
10727
10728         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
10729         malloc or realloc fails.
10730
10731 2007-09-09  Bruno Haible  <bruno@clisp.org>
10732
10733         * modules/getcwd (Depends-on): Add malloc-posix.
10734         * modules/glob (Depends-on): Likewise.
10735         * modules/putenv (Depends-on): Likewise.
10736         * modules/strdup (Depends-on): Likewise.
10737         * modules/getdelim (Depends-on): Add realloc-posix.
10738         * modules/read-file (Depends-on): Likewise.
10739
10740 2007-09-09  Bruno Haible  <bruno@clisp.org>
10741
10742         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
10743         (gl_FUNC_MALLOC_POSIX): Require it.
10744         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
10745         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
10746         * modules/realloc (Files): Add m4/malloc.m4.
10747         * modules/calloc (Files): Likewise.
10748
10749 2007-09-09  Bruno Haible  <bruno@clisp.org>
10750
10751         * modules/malloc-posix: New file.
10752         * modules/malloc (Depends-on): Add malloc-posix.
10753         * lib/malloc.c: Include errno.h.
10754         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
10755         and a POSIX-compatible malloc into a single function. Set ENOMEM
10756         when returning NULL.
10757         * m4/malloc.m4: New file.
10758         * doc/functions/malloc.texi: Mention the malloc-posix module.
10759         * lib/stdlib_.h (malloc): New declaration.
10760         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
10761         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
10762         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
10763         and HAVE_MALLOC_POSIX.
10764
10765 2007-09-09  Bruno Haible  <bruno@clisp.org>
10766
10767         * modules/realloc-posix: New file.
10768         * modules/realloc (Depends-on): Add realloc-posix.
10769         * lib/realloc.c: Include errno.h.
10770         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
10771         and a POSIX-compatible realloc into a single function. Set ENOMEM
10772         when returning NULL.
10773         * m4/realloc.m4: New file.
10774         * doc/functions/realloc.texi: Mention the realloc-posix module.
10775         * lib/stdlib_.h (realloc): New declaration.
10776         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
10777         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
10778         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
10779         and HAVE_REALLOC_POSIX.
10780
10781 2007-09-09  Bruno Haible  <bruno@clisp.org>
10782
10783         * modules/calloc-posix: New file.
10784         * modules/calloc (Depends-on): Add calloc-posix.
10785         * lib/calloc.c: Include errno.h.
10786         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
10787         and a POSIX-compatible calloc into a single function. Set ENOMEM
10788         when returning NULL.
10789         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
10790         * doc/functions/calloc.texi: Mention the calloc-posix module.
10791         * lib/stdlib_.h (calloc): New declaration.
10792         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
10793         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
10794         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
10795         and HAVE_CALLOC_POSIX.
10796
10797 2007-09-09  Bruno Haible  <bruno@clisp.org>
10798
10799         Allow for modules to show an arbitrary notice.
10800         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
10801         * gnulib-tool: New option --extract-notice.
10802         (func_usage): Document it.
10803         (sed_extract_prog): Update.
10804         (func_get_notice): New function.
10805         (func_modules_notice): New function.
10806         (func_import, func_create_testdir): Invoke it.
10807         Suggested by Jim Meyering.
10808
10809 2007-09-09  Bruno Haible  <bruno@clisp.org>
10810
10811         * gnulib-tool: New options --verbose, --quiet.
10812         (func_usage): Document them.
10813         (verbose): New variable.
10814         (func_execute_command): New function.
10815         (func_import): Don't show the module list and the file list if
10816         $verbose < 0.
10817         (func_create_testdir): Likewise. Use func_execute_command.
10818         (func_create_megatestdir): Use func_execute_command.
10819
10820 2007-09-08  Bruno Haible  <bruno@clisp.org>
10821
10822         * gnulib-tool (func_import): Prefer rsync over wget when available,
10823         for fetching the PO files.
10824
10825 2007-09-08  Bruno Haible  <bruno@clisp.org>
10826
10827         * posix-modules: New file. Portions copied from gnulib-tool.
10828         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
10829
10830 2007-09-08  Jim Meyering  <jim@meyering.net>
10831
10832         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
10833         * lib/fpending.h: Rename from __fpending.h.
10834         * lib/fpending.c: Rename from __fpending.c.
10835         Include "fpending.h", not "__fpending.h".
10836         * lib/__fpending.h, lib/__fpending.c: Remove files.
10837         * modules/fpending (Files): Reflect new file names.
10838         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
10839
10840 2007-09-08  Bruno Haible  <bruno@clisp.org>
10841
10842         * m4/inttypes-h.m4: Remove stub file.
10843
10844 2007-09-07  Simon Josefsson  <simon@josefsson.org>
10845
10846         * doc/headers/stdint.texi: Discuss #include_next issue.
10847
10848 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10849
10850         * build-aux/bootstrap: Remove obsolete comment about wget --help.
10851
10852 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10853
10854         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
10855         in variable name.
10856
10857 2007-09-03  Jim Meyering  <jim@meyering.net>
10858
10859         New module: git-version-gen.
10860         * modules/git-version-gen: New file.
10861
10862         Import changes from coreutils for bootstrap script.
10863
10864         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
10865
10866         bootstrap: uses rsync to download the .po files
10867         * build-aux/bootstrap (po_download_command_format): New global.
10868         (download_po_files): Use rsync.
10869         (update_po_files): Don't remove .po files after download,
10870         so future rsync runs can take advantage of the copies.
10871
10872         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
10873
10874         Solve the unnecessary-.po-file-regeneration problem once and for all.
10875         * build-aux/bootstrap (download_po_files): New function, renamed from
10876         get_translations.  Now, downloads, but doesn't update LINGUAS.
10877         (update_po_files): New function.
10878
10879         bootstrap: Ignore more.
10880         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
10881         uniwidth to e.g., lib/.gitignore.
10882         (slurp): Handle the sys_stat_.h -> sys mapping, too.
10883
10884         * build-aux/bootstrap: New setting: vc_ignore.
10885         (insert_sorted_if_absent): Create $file if absent.
10886         Adapt to new, possibly empty, list: $vc_ignore.
10887
10888         bootstrap: generate more ignorable names
10889         * build-aux/bootstrap (slurp): When generating ignorable names,
10890         also map .sin to .sed, .gperf to .c, and .y to .c.
10891
10892 2007-09-03  Jim Meyering  <jim@meyering.net>
10893
10894         * build-aux/git-version-gen: New file, from coreutils.  For details, see
10895         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
10896
10897 2007-09-02  Bruno Haible  <bruno@clisp.org>
10898
10899         Fix mis-recognition of 'mcs' on QNX 6.
10900         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
10901         output contains the string "Mono".
10902         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
10903         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
10904
10905 2007-09-01  Bruno Haible  <bruno@clisp.org>
10906
10907         Fix collision between uniwidth/* and linebreak modules.
10908         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
10909         u32_width): Remove declarations.
10910         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
10911         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
10912         streq3, streq2, streq1, streq0): Remove functions.
10913         (STREQ): Remove macro.
10914         (is_cjk_encoding): Remove function.
10915         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
10916         (uc_width, u8_width, u16_width, u32_width): Remove functions.
10917         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
10918         * NEWS: Document the change.
10919
10920 2007-09-01  Bruno Haible  <bruno@clisp.org>
10921
10922         * lib/streq.h: Add double-inclusion guard.
10923
10924 2007-09-01  Karl Berry  <karl@gnu.org>
10925
10926         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
10927
10928 2007-08-28  Jim Meyering  <jim@meyering.net>
10929
10930         Rename mreadlink_with_size to areadlink_with_size.
10931         * NEWS: Document the change.
10932         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
10933         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
10934         * lib/mreadlink.h: Rename this to...
10935         * lib/areadlink.h: ...this.
10936         * modules/mreadlink-with-size: Rename this to...
10937         * modules/areadlink-with-size: ...this.
10938         * lib/canonicalize.c: Reflect the renaming.
10939         * modules/canonicalize: Likewise.
10940
10941 2007-08-26  Bruno Haible  <bruno@clisp.org>
10942
10943         * gnulib-tool (func_import): When deciding which files to remove,
10944         consider also dangling symbolic links.
10945         Reported by Eric Blake.
10946
10947 2007-08-26  Bruno Haible  <bruno@clisp.org>
10948
10949         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
10950
10951 2007-08-23  Simon Josefsson  <simon@josefsson.org>
10952
10953         * lib/readline.c: Don't include getline.h, the prototype is now
10954         found in stdio.h.
10955
10956 2007-08-23  Jim Meyering  <jim@meyering.net>
10957
10958         Getdelim touchup.
10959         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
10960         around the funlockfile call, since funlockfile never sets errno.
10961         Don't set errno upon failed realloc.
10962
10963 2007-08-22  Eric Blake  <ebb9@byu.net>
10964
10965         Getline touchups.
10966         * lib/getdelim.c (getdelim): Revert regression that required *n to
10967         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
10968         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
10969         getdelim, rather than whether implementation is missing.
10970         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
10971         * lib/stdio_.h (getline): Also declare if replacement is
10972         required.
10973         * doc/functions/getdelim.texi: New file.
10974         * doc/functions/getline.texi: Likewise.
10975         * doc/gnulib.texi (Function Substitutes): Add new files.
10976         Reported by Bruno Haible.
10977
10978 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
10979
10980         * users.txt: Add Guile.
10981
10982 2007-08-22  Eric Blake  <ebb9@byu.net>
10983
10984         * tests/test-getdelim.c (main): Use remove, not unlink.
10985         * tests/test-getline.c (main): Likewise.
10986
10987         Move getline and getdelim into stdio.h, per POSIX 200x.
10988         * modules/getline (Files): Remove getline.h.
10989         (Depends-on): Add stdio.
10990         (configure.ac): Add module indicator.
10991         * modules/getdelim (Files): Remove getdelim.h.
10992         (Depends-on): Add stdio.
10993         (configure.ac): Add module indicator.
10994         * modules/stdio (Makefile.am): Work with new indicators.
10995         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
10996         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
10997         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
10998         * lib/getdelim.h: Delete.
10999         * lib/getline.h: Delete.
11000         * lib/stdio_.h (getdelim, getline): Declare.
11001         * modules/getdelim-tests: New module.
11002         * modules/getline-tests: Likewise.
11003         * tests/test-getdelim.c: New file.
11004         * tests/test-getline.c: Likewise.
11005         * NEWS: Document the change.
11006         * lib/getline.c: Update choice of header.
11007         * lib/csharpcomp.c: Likewise.
11008         * lib/getpass.c: Likewise.
11009         * lib/javacomp.c: Likewise.
11010         * lib/javaversion.c: Likewise.
11011         * lib/yesno.c: Likewise.
11012         * lib/getdelim.c: Likewise.
11013         (getdelim): Set errno on failure, and avoid memory leak.
11014
11015 2007-08-19  Bruno Haible  <bruno@clisp.org>
11016
11017         * modules/closein (Depends-on): Add freadahead.
11018         * lib/closein.c: Include freadahead.h.
11019         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
11020         is zero.
11021
11022 2007-08-19  Bruno Haible  <bruno@clisp.org>
11023
11024         * modules/freadahead-tests: New file.
11025         * tests/test-freadahead.sh: New file.
11026         * tests/test-freadahead.c: New file.
11027
11028         * modules/freadahead: New file.
11029         * lib/freadahead.h: New file.
11030         * lib/freadahead.c: New file.
11031         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
11032         fbufmode, fpurge, freadable, fwritable.
11033
11034 2007-08-19  Eric Blake  <ebb9@byu.net>
11035
11036         Test yesno in combination with closein.
11037         * lib/yesno.c (yesno): Document use of stdin.
11038         * modules/yesno-tests (Files): New module.
11039         * tests/test-yesno.c (main): New file.
11040         * tests/test-yesno.sh: Likewise.
11041
11042 2007-08-19  Bruno Haible  <bruno@clisp.org>
11043
11044         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
11045         * lib/fseeko.c (rpl_fseeko): Likewise.
11046         * lib/fseterr.c (fseterr): Likewise.
11047
11048 2007-08-19  Bruno Haible  <bruno@clisp.org>
11049
11050         * tests/test-lseek.c (main): Disable a test for BeOS.
11051         * doc/functions/lseek.texi: Document the BeOS bug.
11052
11053 2007-08-19  Bruno Haible  <bruno@clisp.org>
11054             Eric Blake  <ebb9@byu.net>
11055
11056         * lib/lseek.c: Include <sys/stat.h>.
11057         (rpl_lseek): Add workaround code also for Unix platforms.
11058         Needed for BeOS.
11059         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
11060         * doc/functions/lseek.texi: Document BeOS definiency.
11061
11062 2007-08-18  Bruno Haible  <bruno@clisp.org>
11063
11064         * modules/fstrcmp-tests: New file.
11065         * tests/test-fstrcmp.c: New file.
11066
11067 2007-08-18  Bruno Haible  <bruno@clisp.org>
11068
11069         * modules/fstrcmp: New file, from GNU gettext with modifications.
11070         * lib/fstrcmp.h: New file, from GNU gettext.
11071         * lib/fstrcmp.c: New file, from GNU gettext.
11072         * MODULES.html.sh (String handling): Add fstrcmp.
11073
11074 2007-08-18  Bruno Haible  <bruno@clisp.org>
11075
11076         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
11077         'bool'.
11078         (diag, compareseq): Remove const from the ctxt argument.
11079         (USE_HEURISTIC): Undefine at the end.
11080
11081 2007-08-18  Jim Meyering  <jim@meyering.net>
11082
11083         New file: lib/idcache.h
11084         * NEWS: Mention the addition.
11085         * modules/idcache (Files): Add lib/idcache.h
11086         * lib/idcache.c: Include "idcache.h".
11087         Don't include <sys/types.h>.
11088         Add a FIXME comment.
11089         Move file-scoped "static" declarations to the top.
11090         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
11091
11092 2007-08-17  Bruno Haible  <bruno@clisp.org>
11093         and Paul Eggert  <eggert@cs.ucla.edu>
11094
11095         * MODULES.html.sh: Add diffseq.
11096         * modules/diffseq: New file.
11097         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
11098         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
11099
11100 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11101
11102         Import changes from coreutils for bootstrap script.
11103
11104         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
11105
11106         * build-aux/bootstrap (slurp): Work even in environments where
11107         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
11108         current code does not slurp files whose names start with ".", and
11109         this looks like it might be a troublesome area.
11110
11111         2007-07-11  Jim Meyering  <jim@meyering.net>
11112
11113         If there's a GPL vN copyright comment, require that N == 3.
11114
11115         2007-07-08  Jim Meyering  <jim@meyering.net>
11116
11117         Run the coreutils-specific code only if tests/Makefile.am.in exists.
11118         * build-aux/bootstrap (mam_template): Move definition out of loop.
11119
11120         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
11121
11122         * build-aux/bootstrap (symlink_to_dir): Rename function from
11123         symlink_to_gnulib.  Add a directory parameter.  Update all
11124         callers.
11125         (cp_mark_as_generated): Also check for -- and link to -- files in
11126         gl/.
11127
11128         2007-07-08  Jim Meyering  <jim@meyering.net>
11129
11130         Adapt to deeper hierarchy in gnulib.
11131         * build-aux/bootstrap (symlink_to_dir): If the destination
11132         directory doesn't exist, create it. This is required at least for
11133         "lib/uniwidth/cjk.h".
11134
11135         2007-05-15  Jim Meyering  <jim@meyering.net>
11136
11137         * build-aux/bootstrap: Now that generated Makefile.am files
11138         are no longer under version control, they must be created at
11139         bootstrap time.
11140
11141 2007-08-14  Ben Pfaff  <blp@gnu.org>
11142
11143         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
11144
11145 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11146
11147         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
11148         given the changes below.
11149         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
11150         even on hosts that have padding bits beyond the supported 64.
11151
11152 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
11153
11154         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
11155         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
11156         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
11157         depends on it.
11158         (xstrtol_error): Remove.
11159         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
11160         but with a different signature.
11161         (ATTRIBUTE_NORETURN, __attribute__): New macros.
11162         * lib/xstrtol-error.c: Include exitfail.h.
11163         (xstrtol_fatal): New function, with a different signature from the
11164         old xstrtol_error, so that the caller need not worry about passing
11165         in an exit status, or about storage management of the option argument.
11166         (xstrtol_error): Now a static function.  Redo signature to
11167         implement xstrtol_fatal.  Output the correct number of hyphens in
11168         front of the option so that the caller need not worry about
11169         storage management.
11170         (N_): New macro.
11171         (_): Remove; not used now.
11172         * modules/xstrtol: Depend on getopt.
11173         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
11174         of old STRTOL_FATAL_ERROR macro.
11175         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
11176         of test program.
11177         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
11178         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
11179
11180 2007-08-08  Eric Blake  <ebb9@byu.net>
11181
11182         * lib/xstrtol-error.c: Add missing include.
11183
11184         Move xstrtol messages into gnulib domain, when --pobase is used.
11185         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
11186         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
11187         * modules/xstrtol (Files): Distribute new file.
11188         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
11189         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
11190         * tests/test-xstrtol.c: ...into new file.
11191         * tests/test-xstrtoul.c: Also test xstrtoul.
11192         * tests/test-xstrtoimax.c: Also test xstrtoimax.
11193         * tests/test-xstrtoumax.c: Also test xstrtoumax.
11194         * tests/test-xstrtol.sh: Drive the tests.
11195         * tests/test-xstrtoimax.sh: Likewise.
11196         * tests/test-xstrtoumax.sh: Likewise.
11197         * modules/xstrtol-tests: New module.
11198         * modules/xstrtoimax-tests: Likewise.
11199         * modules/xstrtoumax-tests: Likewise.
11200
11201 2007-08-08  Jim Meyering  <jim@meyering.net>
11202
11203         New function: mfile_name_concat.
11204         * lib/filenamecat.c (mfile_name_concat): New function, just like
11205         file_name_concat, but return NULL upon failure rather than exiting
11206         with a diagnostic.
11207         * lib/filenamecat.h: Declare it.
11208
11209 2007-08-07  Bruno Haible  <bruno@clisp.org>
11210
11211         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
11212         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
11213         warning from gcc.
11214         Reported by Eric Blake.
11215
11216 2007-08-07  Simon Josefsson  <simon@josefsson.org>
11217
11218         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
11219         * modules/crypto/arcfour (License): Likewise.
11220         * modules/crypto/des-tests (License): Likewise.
11221         * modules/crypto/gc-arctwo-tests (License): Likewise.
11222         * modules/crypto/gc-des-tests (License): Likewise.
11223         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
11224         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
11225         * modules/crypto/gc-md2-tests (License): Likewise.
11226         * modules/crypto/gc-md4-tests (License): Likewise.
11227         * modules/crypto/gc-md5-tests (License): Likewise.
11228         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
11229         * modules/crypto/gc-rijndael-tests (License): Likewise.
11230         * modules/crypto/gc-sha1-tests (License): Likewise.
11231         * modules/crypto/gc-tests (License): Likewise.
11232         * modules/crypto/hmac-md5 (License): Likewise.
11233         * modules/crypto/hmac-sha1 (License): Likewise.
11234         * modules/crypto/md2-tests (License): Likewise.
11235         * modules/crypto/md4-tests (License): Likewise.
11236         * modules/crypto/md5 (License): Likewise.
11237         * modules/crypto/rijndael (License): Likewise.
11238         * modules/crypto/sha1 (License): Likewise.
11239         * modules/memxor (License): Likewise.
11240
11241 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
11242         and Bruno Haible  <bruno@clisp.org>
11243
11244         * NEWS: Describe interface changes to human, xstrtol.
11245         * lib/human.h: Include <xstrtol.h>.
11246         (human_options): Return enum strtol_error, not int.  Remove
11247         bool arg; take int * instead.
11248         * lib/human.c: Don't include "gettext.h".
11249         (_): Remove; no longer used.
11250         Don't include <xstrtol.h>, since human.h does it.
11251         (human_options): Adjust to abovementioned interface changes.
11252         Do not report error to stderr; that's now the caller's
11253         responsibility.
11254         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
11255         interface change.
11256         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
11257         Str, Argument_type_string.  All uses changed.  Put " argument"
11258         in diagnostics to make them clearer.  Change wording of suffix
11259         message for clarity.
11260         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
11261         Argument_type_string.
11262         (STRTOL_FATAL_WARN): Remove; no longer used.
11263         * modules/human (Depends-on): Remove gettext-h.
11264
11265 2007-08-06  Simon Josefsson  <simon@josefsson.org>
11266
11267         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
11268
11269 2007-07-31  Bruno Haible  <bruno@clisp.org>
11270
11271         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
11272         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
11273         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
11274
11275 2007-07-31  Bruno Haible  <bruno@clisp.org>
11276
11277         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
11278         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
11279
11280 2007-07-30  Bruno Haible  <bruno@clisp.org>
11281
11282         * modules/base64 (License): Use the synonymous term "LGPLv2+".
11283         * modules/c-ctype (License): Likewise.
11284         * modules/c-strcase (License): Likewise.
11285         * modules/check-version (License): Likewise.
11286         * modules/iconv (License): Likewise.
11287         * modules/iconv_open (License): Likewise.
11288         * modules/read-file (License): Likewise.
11289         * modules/striconv (License): Likewise.
11290         * modules/strverscmp (License): Likewise.
11291         * modules/vasprintf (License): Likewise.
11292         * modules/crypto/des (License): Likewise.
11293         * modules/crypto/gc (License): Likewise.
11294         * modules/crypto/gc-arcfour (License): Likewise.
11295         * modules/crypto/gc-arctwo (License): Likewise.
11296         * modules/crypto/gc-des (License): Likewise.
11297         * modules/crypto/gc-hmac-md5 (License): Likewise.
11298         * modules/crypto/gc-hmac-sha1 (License): Likewise.
11299         * modules/crypto/gc-md2 (License): Likewise.
11300         * modules/crypto/gc-md4 (License): Likewise.
11301         * modules/crypto/gc-md5 (License): Likewise.
11302         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
11303         * modules/crypto/gc-random (License): Likewise.
11304         * modules/crypto/gc-rijndael (License): Likewise.
11305         * modules/crypto/gc-sha1 (License): Likewise.
11306         * modules/crypto/md2 (License): Likewise.
11307         * modules/crypto/md4 (License): Likewise.
11308
11309 2007-07-30  Jim Meyering  <jim@meyering.net>
11310
11311         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
11312         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
11313         it has valid stat data.  This bug would cause du not to count the
11314         sizes of inaccessible directories.
11315         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
11316         in <http://bugzilla.redhat.com/250077>.
11317
11318 2007-07-25  Peter O'Gorman  <peter@pogma.com>
11319             Bruno Haible  <bruno@clisp.org>
11320
11321         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
11322         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
11323         #include_next, gives a diagnostic about it, but reports no error in
11324         the exit code.
11325         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
11326
11327 2007-07-24  Ben Pfaff  <blp@gnu.org>
11328
11329         Improve name: "count-one-bits" is better than "popcount".
11330         * MODULES.html.sh: Update name.
11331         * lib/popcount.h: Renamed lib/count-one-bits.h.
11332         (popcount): Renamed count_one_bits.
11333         (popcountl): Renamed count_one_bits_l.
11334         (popcountll): Renamed count_one_bits_ll.
11335         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
11336         * modules/popcount: Renamed module/count-one-bits.
11337         * modules/popcount-tests: Renamed module/count-one-bits-tests.
11338         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
11339
11340 2007-07-23  Ben Pfaff  <blp@gnu.org>
11341
11342         * lib/popcount.h (popcount32): Reduce size of constants, to allow
11343         better code generation, and add U to large constants to avoid
11344         warnings, in non-GCC case.
11345         Suggested by Bruno Haible.
11346
11347 2007-07-23  Ben Pfaff  <blp@gnu.org>
11348
11349         * lib/popcount.h: Use verify_true instead of if...abort.
11350         * modules/popcount: Depend on verify module.
11351         Suggested by Jim Meyering.
11352
11353 2007-07-23  Bruno Haible  <bruno@clisp.org>
11354
11355         * gnulib-tool (func_import): Create a .cvsignore file also when the
11356         directory is not yet in CVS but the toplevel directory is. When
11357         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
11358         Reported by Karl Berry.
11359
11360 2007-07-22  Ben Pfaff  <blp@gnu.org>
11361
11362         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
11363         case.
11364         Suggested by Eric Blake.
11365
11366 2007-07-22  Ben Pfaff  <blp@gnu.org>
11367
11368         New module: popcount.
11369         * MODULES.html.sh: Add popcount.
11370         * modules/popcount: New file.
11371         * modules/popcount-tests: New file.
11372         * tests/test-popcount.c: New file.
11373         * lib/popcount.h: New file.
11374         * m4/popcount.m4: New file.
11375
11376 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
11377
11378         * build-aux/announce-gen: Update to GPLv3.
11379
11380         * build-aux/config.guess: Update from config.
11381
11382 2007-07-21  Bruno Haible  <bruno@clisp.org>
11383
11384         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
11385         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
11386
11387 2007-07-20  Jim Meyering  <jim@meyering.net>
11388
11389         * check-module: Diagnose a self-dependency.
11390
11391 2007-07-19  Bruno Haible  <bruno@clisp.org>
11392
11393         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
11394         empty.
11395         Reported by Eric Blake.
11396
11397 2007-07-18  Bruno Haible  <bruno@clisp.org>
11398
11399         * gnulib-tool: New options --po-base, --po-domain.
11400         (func_usage): Document them.
11401         (pobase, po_domain): New variables.
11402         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
11403         DEFAULT_TEXT_DOMAIN.
11404         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
11405         (func_import): Consider pobase and po_domain. Create a po/ directory.
11406         (func_create_testdir): Set pobase and po_domain to empty.
11407         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
11408         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
11409
11410 2007-07-18  Bruno Haible  <bruno@clisp.org>
11411
11412         * gnulib-tool (func_get_automake_snippet): Synthesize also an
11413         EXTRA_DIST augmentation for files in build-aux/.
11414
11415 2007-07-16  Bruno Haible  <bruno@clisp.org>
11416
11417         * modules/lseek (License): Use the synonymous term "LGPLv2+".
11418         * modules/getdelim (License): Likewise.
11419
11420 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11421
11422         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
11423         * modules/d-type (License): Likewise.
11424         * modules/extensions (License): Likewise.
11425         * modules/fnmatch (License): Likewise.
11426         * modules/fseeko (License): Likewise.
11427         * modules/getaddrinfo (License): Likewise.
11428         * modules/getline (License): Likewise.
11429         * modules/getlogin_r (License): Likewise.
11430         * modules/getpass (License): Likewise.
11431         * modules/gettimeofday (License): Likewise.
11432         * modules/glob (License): Likewise.
11433         * modules/inet_ntop (License): Likewise.
11434         * modules/malloc (License): Likewise.
11435         * modules/malloca (License): Likewise.
11436         * modules/memmem (License): Likewise.
11437         * modules/mempcpy (License): Likewise.
11438         * modules/memset (License): Likewise.
11439         * modules/minmax (License): Likewise.
11440         * modules/mktime (License): Likewise.
11441         * modules/netinet_in (License): Likewise.
11442         * modules/pathmax (License): Likewise.
11443         * modules/poll (License): Likewise.
11444         * modules/regex (License): Likewise.
11445         * modules/snprintf (License): Likewise.
11446         * modules/stdbool (License): Likewise.
11447         * modules/stdint (License): Likewise.
11448         * modules/stdio (License): Likewise.
11449         * modules/strcase (License): Likewise.
11450         * modules/strcasestr (License): Likewise.
11451         * modules/strdup (License): Likewise.
11452         * modules/string (License): Likewise.
11453         * modules/strndup (License): Likewise.
11454         * modules/strnlen (License): Likewise.
11455         * modules/strpbrk (License): Likewise.
11456         * modules/strptime (License): Likewise.
11457         * modules/strsep (License): Likewise.
11458         * modules/sys_select (License): Likewise.
11459         * modules/sys_socket (License): Likewise.
11460         * modules/sys_stat (License): Likewise.
11461         * modules/sys_time (License): Likewise.
11462         * modules/time (License): Likewise.
11463         * modules/time_r (License): Likewise.
11464         * modules/timegm (License): Likewise.
11465         * modules/unistd (License): Likewise.
11466         * modules/vsnprintf (License): Likewise.
11467         * modules/wctype (License): Likewise.
11468
11469 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11470
11471         * modules/argz (License): LGPLv2+.
11472
11473 2007-07-15  Karl Berry  <karl@gnu.org>
11474
11475         * doc/gnulib.texi: revise node structure per new fdl.texi.
11476
11477 2007-07-14  Bruno Haible  <bruno@clisp.org>
11478
11479         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
11480         the output file.
11481         * lib/uniname/uninames.h: Regenerated.
11482
11483 2007-07-14  Karl Berry  <karl@gnu.org>
11484
11485         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
11486         omitting sectioning and index commands.
11487
11488 2007-07-13  Bruno Haible  <bruno@clisp.org>
11489
11490         New gnulib-tool option --more-symlinks.
11491         * gnulib-tool (func_usage): Document --more-symlinks.
11492         (do_copyrights): New variable.
11493         Recognize option --more-symlinks.
11494         (func_import): Don't add a copyright notice transform to
11495         sed_transform_lib_file if do_copyrights is empty.
11496
11497 2007-07-13  Bruno Haible  <bruno@clisp.org>
11498
11499         * lib/vasnprintf.c (decimal_point_char): Define also if
11500         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
11501         && !NEED_PRINTF_DIRECTIVE_A.
11502         Reported by Clemens Koller <clemens.koller@anagramm.de> via
11503         Gary V. Vaughan <gary@gnu.org>.
11504
11505 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
11506
11507         * lib/inttypes_.h: Undo previous change, since it was fixed
11508         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
11509
11510 2007-07-13  Bruno Haible  <bruno@clisp.org>
11511
11512         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
11513         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
11514
11515 2007-07-13  Jim Meyering  <jim@meyering.net>
11516
11517         df: Don't fail for Tru64's "file-on-file mount".
11518         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
11519         so we fall through and use statfs instead.  Details here:
11520         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
11521         Reported by Albert Chin.
11522
11523 2007-07-13  Bruno Haible  <bruno@clisp.org>
11524
11525         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
11526         * modules/configmake (License): Likewise.
11527         * modules/gettext (License): Likewise.
11528         * modules/gettext-h (License): Likewise.
11529         * modules/include_next (License): Likewise.
11530         * modules/link-warning (License): Likewise.
11531         * modules/localcharset (License): Likewise.
11532         * modules/localename (License): Likewise.
11533         * modules/lock (License): Likewise.
11534         * modules/relocatable-lib-lgpl (License): Likewise.
11535         * modules/size_max (License): Likewise.
11536         * modules/vasnprintf (License): Likewise.
11537         * modules/wchar (License): Likewise.
11538         * modules/xsize (License): Likewise.
11539
11540 2007-07-13  Bruno Haible  <bruno@clisp.org>
11541
11542         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
11543         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
11544
11545 2007-07-12  Bruno Haible  <bruno@clisp.org>
11546
11547         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
11548         in the modules files.
11549
11550 2007-07-11  Karl Berry  <karl@gnu.org>
11551
11552         * MODULES.html.sh (func_module): use
11553          sed -e '\|^'"${includefile}"'$|d'
11554          instead of /.../d, to avoid errors on $includefile's containing /.
11555
11556 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11557
11558         * gnulib-tool (func_import): Avoid duplication of --avoid
11559         statements
11560         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
11561         names to `_' in variable names.
11562
11563 2007-07-10  Eric Blake  <ebb9@byu.net>
11564
11565         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
11566         * NEWS: Document this change.
11567
11568 2007-07-08  Bruno Haible  <bruno@clisp.org>
11569
11570         Update to Unicode 5.0.
11571         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
11572         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
11573         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
11574         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
11575         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
11576         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
11577         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
11578         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
11579         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
11580         U+10A3F, U+1D242..U+1D244.
11581         (nonspacing_table_ind): Update.
11582         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
11583         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
11584
11585 2007-07-08  Bruno Haible  <bruno@clisp.org>
11586
11587         Update to Unicode 5.0.
11588         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
11589         code transform. Extend the name index field of unicode_name_to_code and
11590         unicode_code_to_name from 16 to 24 bits.
11591         * lib/uniname/uniname.c (unicode_character_name,
11592         unicode_name_character): Add the range 0x12xxx to the code transform.
11593         * lib/uniname/uninames.h: Regenerated.
11594         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
11595
11596 2007-07-07  Bruno Haible  <bruno@clisp.org>
11597
11598         * modules/wcwidth-tests: New file.
11599         * tests/test-wcwidth.c: New file.
11600
11601         Work around MacOS X wcwidth() bug.
11602         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
11603         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
11604         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
11605         original wcwidth in non-UTF-8 locales.
11606         * modules/wcwidth (Depends-on): Add localcharset, streq,
11607         uniwidth/width.
11608         * doc/functions/wcwidth.texi: Update.
11609
11610 2007-07-07  Bruno Haible  <bruno@clisp.org>
11611
11612         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
11613         (wcwidth): New declaration.
11614         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
11615         macros.
11616         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
11617         here. Prepare for creating <wchar.h> unconditionally.
11618         * modules/wchar (Depends-on): Add link-warning.
11619         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
11620         REPLACE_WCWIDTH, and GL_LINK_WARNING.
11621         * lib/wcwidth.h: Remove file.
11622         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
11623         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
11624         * modules/wcwidth (Files): Remove lib/wcwidth.h.
11625         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
11626         (Include): Replace wcwidth.h with <wchar.h>.
11627         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
11628         * lib/mbchar.h: Don't include wcwidth.h.
11629         * lib/mbswidth.c: Likewise.
11630         * NEWS: Mention the change.
11631
11632 2007-07-07  Bruno Haible  <bruno@clisp.org>
11633
11634         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
11635         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
11636         definition with an external declaration.
11637         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
11638         defined as a function. Remove AC_C_INLINE requirement.
11639         * modules/wcwidth (Files): Add lib/wcwidth.c.
11640         (Makefile.am): Remove redundant statement.
11641
11642 2007-07-07  Bruno Haible  <bruno@clisp.org>
11643
11644         * MODULES.html.sh (Unicode string functions): Add the new modules.
11645
11646         * tests/uniwidth/test-u32-strwidth.c: New file.
11647         * modules/uniwidth/u32-strwidth-tests: New file.
11648
11649         * lib/uniwidth/u32-strwidth.c: New file.
11650         * modules/uniwidth/u32-strwidth: New file.
11651
11652         * tests/uniwidth/test-u16-strwidth.c: New file.
11653         * modules/uniwidth/u16-strwidth-tests: New file.
11654
11655         * lib/uniwidth/u16-strwidth.c: New file.
11656         * modules/uniwidth/u16-strwidth: New file.
11657
11658         * tests/uniwidth/test-u8-strwidth.c: New file.
11659         * modules/uniwidth/u8-strwidth-tests: New file.
11660
11661         * lib/uniwidth/u8-strwidth.c: New file.
11662         * modules/uniwidth/u8-strwidth: New file.
11663
11664         * tests/uniwidth/test-u32-width.c: New file.
11665         * modules/uniwidth/u32-width-tests: New file.
11666
11667         * lib/uniwidth/u32-width.c: New file.
11668         * modules/uniwidth/u32-width: New file.
11669
11670         * tests/uniwidth/test-u16-width.c: New file.
11671         * modules/uniwidth/u16-width-tests: New file.
11672
11673         * lib/uniwidth/u16-width.c: New file.
11674         * modules/uniwidth/u16-width: New file.
11675
11676         * tests/uniwidth/test-u8-width.c: New file.
11677         * modules/uniwidth/u8-width-tests: New file.
11678
11679         * lib/uniwidth/u8-width.c: New file.
11680         * modules/uniwidth/u8-width: New file.
11681
11682         * tests/uniwidth/test-uc_width.c: New file.
11683         * modules/uniwidth/width-tests: New file.
11684
11685         * lib/uniwidth/width.c: New file, from GNU libiconv.
11686         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
11687         * modules/uniwidth/width: New file.
11688
11689         * lib/uniwidth.h: New file, from GNU libiconv.
11690         * modules/uniwidth/base: New file.
11691
11692 2007-07-07  Bruno Haible  <bruno@clisp.org>
11693
11694         * lib/uniname.h: New file, from GNU gettext.
11695         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
11696         * lib/uniname/uninames.h: New file, from GNU gettext.
11697         * lib/uniname/uniname.c: New file, from GNU gettext.
11698         * tests/uniname/test-uninames.sh: New file.
11699         * tests/uniname/test-uninames.c: New file, from GNU gettext.
11700         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
11701         * modules/uniname/base: New file.
11702         * modules/uniname/uniname: New file.
11703         * modules/uniname/uniname-tests: New file.
11704         * MODULES.html.sh (Unicode string functions): Add the new modules.
11705
11706 2007-07-06  Bruno Haible  <bruno@clisp.org>
11707
11708         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
11709
11710 2007-07-06  Bruno Haible  <bruno@clisp.org>
11711
11712         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
11713         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
11714         includes <cygwin/sys_time.h> which includes <sys/select.h> which
11715         include <sys/time.h>.
11716         Reported by Eric Blake.
11717
11718 2007-07-06  Eric Blake  <ebb9@byu.net>
11719
11720         Fix testing canonicalize on cygwin.
11721         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
11722         Revert patch from 2007-06-19.
11723         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
11724         canonicalize module is also in use.
11725         * tests/test-canonicalize.c: New file.
11726         * tests/test-canonicalize.sh: Likewise.
11727         * modules/canonicalize-tests: Likewise.
11728
11729 2007-07-06  Jim Meyering  <jim@meyering.net>
11730
11731         * lib/getugroups.c (getugroups): Detect getgrent failure.
11732         Adjust comment to reflect reality: this function may return -1.
11733
11734 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
11735
11736         * build-aux/bootstrap (TP_URL,get_translations): Update to use
11737         the new TP address.
11738         (usage): Fix typo
11739         (gnulib_mk): New variable.
11740
11741 2007-07-05  Jim Meyering  <jim@meyering.net>
11742
11743         Don't let endgrent clobber errno, no matter how improbable.
11744         * lib/getugroups.c (getugroups): Save and restore errno around
11745         endgrent call.
11746
11747         Close the group DB even when failing with 2^31 or more members.
11748         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
11749
11750 2007-07-04  Jim Meyering  <jim@meyering.net>
11751
11752         * lib/getugroups.h: New file.
11753         * lib/getugroups.c: Include "getugroups.h".
11754         Remove uses of "register" keyword.
11755         Move local variable, "cp", down into scope where used.
11756         Give "username" parameter the "const" attribute.
11757         * modules/getugroups (Files): Add lib/getugroups.h
11758
11759 2007-07-04  Karl Berry  <karl@gnu.org>
11760
11761         * MODULES.html.sh (func_all_modules): Complete rename of
11762         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
11763
11764 2007-07-02  Bruno Haible  <bruno@clisp.org>
11765
11766         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
11767         mode, when inttypes.h comes from gnulib.
11768         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
11769
11770 2007-07-02  Simon Josefsson  <simon@josefsson.org>
11771
11772         * NEWS: Mention lgpl module name change.
11773
11774         * modules/lgpl-2.1: Renamed from lgpl.
11775
11776         * NEWS: Mention gpl module name change.
11777
11778         * modules/gpl-3.0: New file, based on gpl-2.0.
11779
11780         * modules/gpl-2.0: Renamed from gpl.
11781
11782         * modules/gpl: Fix filename, doc/gpl.texi is now found at
11783         doc/gpl-2.0.texi.
11784
11785 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
11786
11787         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
11788         #define __STDC_LIMIT_MACROS temporarily while including
11789         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
11790         Problem reported by Joel E. Denny in
11791         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
11792
11793 2007-07-01  Bruno Haible  <bruno@clisp.org>
11794
11795         * lib/unistdio.h: New file.
11796         * lib/unistdio/u-asnprintf.h: New file.
11797         * lib/unistdio/u-asprintf.h: New file.
11798         * lib/unistdio/u-printf-args.c: New file.
11799         * lib/unistdio/u-printf-args.h: New file.
11800         * lib/unistdio/u-printf-parse.h: New file.
11801         * lib/unistdio/u-snprintf.h: New file.
11802         * lib/unistdio/u-sprintf.h: New file.
11803         * lib/unistdio/u-vasprintf.h: New file.
11804         * lib/unistdio/u-vsnprintf.h: New file.
11805         * lib/unistdio/u-vsprintf.h: New file.
11806         * lib/unistdio/ulc-asnprintf.c: New file.
11807         * lib/unistdio/ulc-asprintf.c: New file.
11808         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
11809         * lib/unistdio/ulc-printf-parse.c: New file.
11810         * lib/unistdio/ulc-snprintf.c: New file.
11811         * lib/unistdio/ulc-sprintf.c: New file.
11812         * lib/unistdio/ulc-vasnprintf.c: New file.
11813         * lib/unistdio/ulc-vasprintf.c: New file.
11814         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
11815         * lib/unistdio/ulc-vsnprintf.c: New file.
11816         * lib/unistdio/ulc-vsprintf.c: New file.
11817         * lib/unistdio/u8-asnprintf.c: New file.
11818         * lib/unistdio/u8-asprintf.c: New file.
11819         * lib/unistdio/u8-printf-parse.c: New file.
11820         * lib/unistdio/u8-snprintf.c: New file.
11821         * lib/unistdio/u8-sprintf.c: New file.
11822         * lib/unistdio/u8-vasnprintf.c: New file.
11823         * lib/unistdio/u8-vasprintf.c: New file.
11824         * lib/unistdio/u8-vsnprintf.c: New file.
11825         * lib/unistdio/u8-vsprintf.c: New file.
11826         * lib/unistdio/u8-u8-asnprintf.c: New file.
11827         * lib/unistdio/u8-u8-asprintf.c: New file.
11828         * lib/unistdio/u8-u8-snprintf.c: New file.
11829         * lib/unistdio/u8-u8-sprintf.c: New file.
11830         * lib/unistdio/u8-u8-vasnprintf.c: New file.
11831         * lib/unistdio/u8-u8-vasprintf.c: New file.
11832         * lib/unistdio/u8-u8-vsnprintf.c: New file.
11833         * lib/unistdio/u8-u8-vsprintf.c: New file.
11834         * lib/unistdio/u16-asnprintf.c: New file.
11835         * lib/unistdio/u16-asprintf.c: New file.
11836         * lib/unistdio/u16-printf-parse.c: New file.
11837         * lib/unistdio/u16-snprintf.c: New file.
11838         * lib/unistdio/u16-sprintf.c: New file.
11839         * lib/unistdio/u16-vasnprintf.c: New file.
11840         * lib/unistdio/u16-vasprintf.c: New file.
11841         * lib/unistdio/u16-vsnprintf.c: New file.
11842         * lib/unistdio/u16-vsprintf.c: New file.
11843         * lib/unistdio/u16-u16-asnprintf.c: New file.
11844         * lib/unistdio/u16-u16-asprintf.c: New file.
11845         * lib/unistdio/u16-u16-snprintf.c: New file.
11846         * lib/unistdio/u16-u16-sprintf.c: New file.
11847         * lib/unistdio/u16-u16-vasnprintf.c: New file.
11848         * lib/unistdio/u16-u16-vasprintf.c: New file.
11849         * lib/unistdio/u16-u16-vsnprintf.c: New file.
11850         * lib/unistdio/u16-u16-vsprintf.c: New file.
11851         * lib/unistdio/u32-asnprintf.c: New file.
11852         * lib/unistdio/u32-asprintf.c: New file.
11853         * lib/unistdio/u32-printf-parse.c: New file.
11854         * lib/unistdio/u32-snprintf.c: New file.
11855         * lib/unistdio/u32-sprintf.c: New file.
11856         * lib/unistdio/u32-vasnprintf.c: New file.
11857         * lib/unistdio/u32-vasprintf.c: New file.
11858         * lib/unistdio/u32-vsnprintf.c: New file.
11859         * lib/unistdio/u32-vsprintf.c: New file.
11860         * lib/unistdio/u32-u32-asnprintf.c: New file.
11861         * lib/unistdio/u32-u32-asprintf.c: New file.
11862         * lib/unistdio/u32-u32-snprintf.c: New file.
11863         * lib/unistdio/u32-u32-sprintf.c: New file.
11864         * lib/unistdio/u32-u32-vasnprintf.c: New file.
11865         * lib/unistdio/u32-u32-vasprintf.c: New file.
11866         * lib/unistdio/u32-u32-vsnprintf.c: New file.
11867         * lib/unistdio/u32-u32-vsprintf.c: New file.
11868         * tests/unistdio/test-ulc-asnprintf1.c: New file.
11869         * tests/unistdio/test-ulc-asnprintf1.h: New file.
11870         * tests/unistdio/test-ulc-printf1.h: New file.
11871         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
11872         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
11873         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
11874         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
11875         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
11876         * tests/unistdio/test-ulc-vasprintf1.c: New file.
11877         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
11878         * tests/unistdio/test-ulc-vsprintf1.c: New file.
11879         * tests/unistdio/test-u8-asnprintf1.c: New file.
11880         * tests/unistdio/test-u8-asnprintf1.h: New file.
11881         * tests/unistdio/test-u8-printf1.h: New file.
11882         * tests/unistdio/test-u8-vasnprintf1.c: New file.
11883         * tests/unistdio/test-u8-vasnprintf2.c: New file.
11884         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
11885         * tests/unistdio/test-u8-vasnprintf3.c: New file.
11886         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
11887         * tests/unistdio/test-u8-vasprintf1.c: New file.
11888         * tests/unistdio/test-u8-vsnprintf1.c: New file.
11889         * tests/unistdio/test-u8-vsprintf1.c: New file.
11890         * tests/unistdio/test-u16-asnprintf1.c: New file.
11891         * tests/unistdio/test-u16-asnprintf1.h: New file.
11892         * tests/unistdio/test-u16-printf1.h: New file.
11893         * tests/unistdio/test-u16-vasnprintf1.c: New file.
11894         * tests/unistdio/test-u16-vasnprintf2.c: New file.
11895         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
11896         * tests/unistdio/test-u16-vasnprintf3.c: New file.
11897         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
11898         * tests/unistdio/test-u16-vasprintf1.c: New file.
11899         * tests/unistdio/test-u16-vsnprintf1.c: New file.
11900         * tests/unistdio/test-u16-vsprintf1.c: New file.
11901         * tests/unistdio/test-u32-asnprintf1.c: New file.
11902         * tests/unistdio/test-u32-asnprintf1.h: New file.
11903         * tests/unistdio/test-u32-printf1.h: New file.
11904         * tests/unistdio/test-u32-vasnprintf1.c: New file.
11905         * tests/unistdio/test-u32-vasnprintf2.c: New file.
11906         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
11907         * tests/unistdio/test-u32-vasnprintf3.c: New file.
11908         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
11909         * tests/unistdio/test-u32-vasprintf1.c: New file.
11910         * tests/unistdio/test-u32-vsnprintf1.c: New file.
11911         * tests/unistdio/test-u32-vsprintf1.c: New file.
11912         * modules/unistdio/base: New file.
11913         * modules/unistdio/u-printf-args: New file.
11914         * modules/unistdio/ulc-asnprintf: New file.
11915         * modules/unistdio/ulc-asprintf: New file.
11916         * modules/unistdio/ulc-fprintf: New file.
11917         * modules/unistdio/ulc-printf-parse: New file.
11918         * modules/unistdio/ulc-snprintf: New file.
11919         * modules/unistdio/ulc-sprintf: New file.
11920         * modules/unistdio/ulc-vasnprintf: New file.
11921         * modules/unistdio/ulc-vasprintf: New file.
11922         * modules/unistdio/ulc-vfprintf: New file.
11923         * modules/unistdio/ulc-vsnprintf: New file.
11924         * modules/unistdio/ulc-vsprintf: New file.
11925         * modules/unistdio/u8-asnprintf: New file.
11926         * modules/unistdio/u8-asprintf: New file.
11927         * modules/unistdio/u8-printf-parse: New file.
11928         * modules/unistdio/u8-snprintf: New file.
11929         * modules/unistdio/u8-sprintf: New file.
11930         * modules/unistdio/u8-vasnprintf: New file.
11931         * modules/unistdio/u8-vasprintf: New file.
11932         * modules/unistdio/u8-vsnprintf: New file.
11933         * modules/unistdio/u8-vsprintf: New file.
11934         * modules/unistdio/u8-u8-asnprintf: New file.
11935         * modules/unistdio/u8-u8-asprintf: New file.
11936         * modules/unistdio/u8-u8-snprintf: New file.
11937         * modules/unistdio/u8-u8-sprintf: New file.
11938         * modules/unistdio/u8-u8-vasnprintf: New file.
11939         * modules/unistdio/u8-u8-vasprintf: New file.
11940         * modules/unistdio/u8-u8-vsnprintf: New file.
11941         * modules/unistdio/u8-u8-vsprintf: New file.
11942         * modules/unistdio/u16-asnprintf: New file.
11943         * modules/unistdio/u16-asprintf: New file.
11944         * modules/unistdio/u16-printf-parse: New file.
11945         * modules/unistdio/u16-snprintf: New file.
11946         * modules/unistdio/u16-sprintf: New file.
11947         * modules/unistdio/u16-vasnprintf: New file.
11948         * modules/unistdio/u16-vasprintf: New file.
11949         * modules/unistdio/u16-vsnprintf: New file.
11950         * modules/unistdio/u16-vsprintf: New file.
11951         * modules/unistdio/u16-u16-asnprintf: New file.
11952         * modules/unistdio/u16-u16-asprintf: New file.
11953         * modules/unistdio/u16-u16-snprintf: New file.
11954         * modules/unistdio/u16-u16-sprintf: New file.
11955         * modules/unistdio/u16-u16-vasnprintf: New file.
11956         * modules/unistdio/u16-u16-vasprintf: New file.
11957         * modules/unistdio/u16-u16-vsnprintf: New file.
11958         * modules/unistdio/u16-u16-vsprintf: New file.
11959         * modules/unistdio/u32-asnprintf: New file.
11960         * modules/unistdio/u32-asprintf: New file.
11961         * modules/unistdio/u32-printf-parse: New file.
11962         * modules/unistdio/u32-snprintf: New file.
11963         * modules/unistdio/u32-sprintf: New file.
11964         * modules/unistdio/u32-vasnprintf: New file.
11965         * modules/unistdio/u32-vasprintf: New file.
11966         * modules/unistdio/u32-vsnprintf: New file.
11967         * modules/unistdio/u32-vsprintf: New file.
11968         * modules/unistdio/u32-u32-asnprintf: New file.
11969         * modules/unistdio/u32-u32-asprintf: New file.
11970         * modules/unistdio/u32-u32-snprintf: New file.
11971         * modules/unistdio/u32-u32-sprintf: New file.
11972         * modules/unistdio/u32-u32-vasnprintf: New file.
11973         * modules/unistdio/u32-u32-vasprintf: New file.
11974         * modules/unistdio/u32-u32-vsnprintf: New file.
11975         * modules/unistdio/u32-u32-vsprintf: New file.
11976         * modules/unistdio/ulc-asnprintf-tests: New file.
11977         * modules/unistdio/ulc-vasnprintf-tests: New file.
11978         * modules/unistdio/ulc-vasprintf-tests: New file.
11979         * modules/unistdio/ulc-vsnprintf-tests: New file.
11980         * modules/unistdio/ulc-vsprintf-tests: New file.
11981         * modules/unistdio/u8-asnprintf-tests: New file.
11982         * modules/unistdio/u8-vasnprintf-tests: New file.
11983         * modules/unistdio/u8-vasprintf-tests: New file.
11984         * modules/unistdio/u8-vsnprintf-tests: New file.
11985         * modules/unistdio/u8-vsprintf-tests: New file.
11986         * modules/unistdio/u16-asnprintf-tests: New file.
11987         * modules/unistdio/u16-vasnprintf-tests: New file.
11988         * modules/unistdio/u16-vasprintf-tests: New file.
11989         * modules/unistdio/u16-vsnprintf-tests: New file.
11990         * modules/unistdio/u16-vsprintf-tests: New file.
11991         * modules/unistdio/u32-asnprintf-tests: New file.
11992         * modules/unistdio/u32-vasnprintf-tests: New file.
11993         * modules/unistdio/u32-vasprintf-tests: New file.
11994         * modules/unistdio/u32-vsnprintf-tests: New file.
11995         * modules/unistdio/u32-vsprintf-tests: New file.
11996         * MODULES.html.sh (Unicode string functions): Add the new modules.
11997
11998 2007-07-01  Bruno Haible  <bruno@clisp.org>
11999
12000         * lib/sprintf.c (sprintf): Limit the available length estimation,
12001         to avoid address wraparound.
12002         * lib/vsprintf.c (vsprintf): Likewise.
12003         * modules/sprintf-posix (Dependencies): Add stdint.
12004         * modules/vsprintf-posix (Dependencies): Likewise.
12005
12006 2007-07-01  Bruno Haible  <bruno@clisp.org>
12007
12008         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
12009         Windows PATH as well. Conservative double-quoting. Comments.
12010
12011 2007-07-01  Bruno Haible  <bruno@clisp.org>
12012             Eric Blake  <ebb9@byu.net>
12013             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12014
12015         * gnulib-tool (self_abspathname): Fix algorithm to cope with
12016         empty components in $PATH, denoting '.'.
12017
12018 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12019
12020         * gnulib-tool: Fix indentation.
12021         (func_create_megatestdir): Likewise.
12022         Report by Bruno Haible.
12023
12024 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12025
12026         Sync from Automake.
12027         * build-aux/gnupload: Fix shell portability issues with for loops.
12028         Report by Karl Berry.
12029
12030 2007-06-29  Simon Josefsson  <simon@josefsson.org>
12031
12032         * build-aux/maint.mk (POURL): Use translationproject.org.
12033
12034 2007-06-27  Simon Josefsson  <simon@josefsson.org>
12035             Bruno Haible  <bruno@clisp.org>
12036
12037         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
12038         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
12039         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
12040         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
12041         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
12042
12043 2007-06-27  Bruno Haible  <bruno@clisp.org>
12044
12045         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
12046         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
12047
12048 2007-06-26  Karl Berry  <karl@gnu.org>
12049
12050         * MODULES.html.sh: remove xreadlink-with-size.
12051
12052 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
12053
12054         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
12055         method that I hope also handles the double-include problem noted
12056         by Bruno Haible in
12057         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
12058
12059 2007-06-23  Bruno Haible  <bruno@clisp.org>
12060
12061         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12062         Don't let the 'mostlyclean' target fail if the last subdirectory could
12063         not be removed.
12064         Reported by Karl Berry.
12065
12066 2007-06-23  Bruno Haible  <bruno@clisp.org>
12067
12068         * gnulib-tool (echo): Add a speedier workaround for ksh.
12069         * tests/test-echo.sh: Likewise.
12070
12071 2007-06-23  Bruno Haible  <bruno@clisp.org>
12072
12073         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
12074         * tests/test-echo.sh: Likewise.
12075
12076 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12077
12078         * gnulib-tool (IFS): Initialize early, so we don't set it to
12079         empty later.
12080         (self_abspathname): Rewrite algorithm to set it, reindent.
12081         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
12082         (func_create_megatestdir): Merge some sed scripts.
12083
12084 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
12085
12086         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
12087         exposed by Sun Studio 11 cc on Solaris 8.
12088
12089 2007-06-22  Bruno Haible  <bruno@clisp.org>
12090
12091         * gnulib-tool (echo): Ensure the echo primitive does not interpret
12092         backslashes.
12093         * tests/test-echo.sh: New file.
12094
12095 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12096
12097         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
12098         simplify `sed_replace_build_aux' scripts, they are portable but
12099         echoing them with `echo' is not.
12100         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
12101
12102 2007-06-21  Karl Berry  <karl@gnu.org>
12103
12104         * config/srclist.txt: guess we can't handle the licenses via
12105         srclist at the moment.
12106
12107 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
12108
12109         * MODULES.html.sh: Add include_next.
12110         * modules/include_next: New file.
12111
12112 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
12113
12114         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
12115         INCLUDE_NEXT.
12116         (gl_CHECK_NEXT_HEADERS): New macro.
12117         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
12118         the obsolescent gl_ABSOLUTE_HEADER.
12119         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
12120         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
12121         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
12122         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
12123         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
12124         * m4/math_h.m4 (gl_MATH_H): Likewise.
12125         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
12126         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
12127         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
12128         * m4/stdint.m4 (gl_STDINT_H): Likewise.
12129         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
12130         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
12131         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
12132         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
12133         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
12134         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
12135         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
12136         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
12137         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
12138         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
12139         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
12140         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
12141         * m4/inttypes.m4 (gl_INTTYPES_H): Define
12142         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
12143         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
12144         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
12145         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
12146         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
12147         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
12148         * lib/float_.h: Likewise.
12149         * lib/inttypes_.h: Likewise.
12150         * lib/math_.h: Likewise.
12151         * lib/search_.h: Likewise.
12152         * lib/signal_.h: Likewise.
12153         * lib/stdint_.h: Likewise.
12154         * lib/stdio_.h: Likewise.
12155         * lib/stdlib_.h: Likewise.
12156         * lib/string_.h: Likewise.
12157         * lib/sys_stat_.h: Likewise.
12158         * lib/sys_time_.h: Likewise.
12159         * lib/time_.h: Likewise.
12160         * lib/unistd_.h: Likewise.
12161         * lib/wchar_.h: Likewise.
12162         * lib/wctype_.h: Likewise.
12163         * lib/dirent_.h: Likewise.
12164         * lib/iconv_.h: Likewise.
12165         * lib/locale_.h: Likewise.
12166         * lib/netinet_in_.h: Likewise.
12167         * lib/sys_select_.h: Likewise.
12168         * lib/sys_socket_.h: Likewise.
12169         * lib/sysexits_.h: Likewise.
12170         * modules/fcntl (Depends-on): Depend on include_next, not
12171         absolute_header.
12172         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
12173         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
12174         * modules/fchdir: Likewise.
12175         * modules/float: Likewise.
12176         * modules/iconv_open: Likewise.
12177         * modules/inttypes: Likewise.
12178         * modules/locale: Likewise.
12179         * modules/math: Likewise.
12180         * modules/netinet_in: Likewise.
12181         * modules/search: Likewise.
12182         * modules/signal: Likewise.
12183         * modules/stdint: Likewise.
12184         * modules/stdio: Likewise.
12185         * modules/stdlib: Likewise.
12186         * modules/string: Likewise.
12187         * modules/sys_select: Likewise.
12188         * modules/sys_socket: Likewise.
12189         * modules/sys_stat: Likewise.
12190         * modules/sys_time: Likewise.
12191         * modules/sysexits: Likewise.
12192         * modules/time: Likewise.
12193         * modules/unistd: Likewise.
12194         * modules/wchar: Likewise.
12195         * modules/wctype: Likewise.
12196         * modules/sys_stat: Change maintainer to "all".
12197         * modules/unistd: Likewise.
12198
12199 2007-06-20  Karl Berry  <karl@gnu.org>
12200
12201         * config/srclist.txt: track www changes in license files.
12202
12203 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
12204
12205         * build-aux/bootstrap: Remove stray dot.
12206         Make sure build_aux settings are honored when linking
12207         gnulib_extra_files.
12208
12209 2007-06-19  Eric Blake  <ebb9@byu.net>
12210
12211         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
12212         Allow compilation on cygwin.
12213
12214 2007-06-19  Jim Meyering  <jim@meyering.net>
12215
12216         xreadlink-with-size: Remove module.  No longer used.
12217         Ex-callers now use xreadlink or mreadlink-with-size.
12218         * modules/xreadlink-with-size: Remove module.
12219         * lib/xreadlink-with-size.c: Remove file.
12220         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
12221         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
12222         just before the function definition *is* accurate.
12223
12224         Eliminate one way canonicalize_filename_mode could exit.
12225         * lib/canonicalize.c (canonicalize_filename_mode):
12226         Use mreadlink_with_size, not xreadlink_with_size.
12227
12228 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
12229
12230         Detect porting problems to FreeBSD/arm, which has time_t wider than
12231         long int.  Original problem reported for GNU diff by Xin Li in
12232         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
12233         * modules/getdate (Depends-on): Add intprops, verify.
12234         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
12235         is an integer type no wider than long int.
12236
12237 2007-06-18  Jim Meyering  <jim@meyering.net>
12238
12239         New module: mreadlink-with-size.
12240         * MODULES.html.sh: Add mreadlink-with-size.
12241         * modules/mreadlink-with-size: New module
12242         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
12243         not xreadlink-with-size.
12244         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
12245
12246 2007-06-16  Bruno Haible  <bruno@clisp.org>
12247
12248         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
12249         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
12250         Reported by Gary V. Vaughan <gary@gnu.org>.
12251
12252 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
12253
12254         Revamp lchown so that it lives in unistd.h where it belongs.
12255         * lib/lchown.h: Remove.
12256         * lib/dirchownmod.c: Don't include lib/lchown.h.
12257         * lib/fchownat.c: Likewise.
12258         * lib/openat.c: Likewise.
12259         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
12260         does not follow symlinks.
12261         (EOPNOTSUPP): Define if not defined.
12262         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
12263         is defined to 0.
12264         (lchown): New decl.
12265         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
12266         Do not check for lchown decl.
12267         Set REPLACE_LCHOWN.
12268         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
12269         REPLACE_LCHOWN.
12270         * modules/chown: Make it clear it follows symlinks.
12271         * modules/lchown: Make it clear it doesn't follow symlinks.
12272         (Files): Remove lib/lchown.h
12273         (Depends-on): Add unistd.
12274         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
12275         (Include): Include <unistd.h>, not "lchown.h".
12276         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
12277         REPLACE_LCHOWN.
12278
12279 2007-06-15  Jim Meyering  <jim@meyering.net>
12280
12281         Change license (GPL to LGPL) of fsusage and dependents.
12282         * modules/fsusage (License): Change to LGPL.
12283         * modules/full-read (License): Likewise.
12284         * modules/full-write (License): Likewise.
12285         * modules/safe-read (License): Likewise.
12286         * modules/safe-write (License): Likewise.
12287
12288 2007-06-14  Ben Pfaff  <blp@gnu.org>
12289
12290         Missing part of allocsa -> malloca transition.
12291         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
12292         gl_MALLOCA.
12293
12294 2007-06-12  Bruno Haible  <bruno@clisp.org>
12295
12296         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
12297         to ia64, x86_64, i386.
12298         Reported by Eric Blake.
12299
12300 2007-06-12  Bruno Haible  <bruno@clisp.org>
12301
12302         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
12303         cross-compiling to x86_64.
12304
12305 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
12306
12307         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
12308         glitch reported by Ralf Wildenhues in
12309         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
12310
12311         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
12312         Vin Shelton.
12313
12314 2007-06-11  Bruno Haible  <bruno@clisp.org>
12315
12316         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
12317         replacement string.
12318         Reported by Eric Blake.
12319
12320 2007-06-10  Bruno Haible  <bruno@clisp.org>
12321
12322         Prepare vasnprintf code for use with Unicode strings.
12323         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
12324         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
12325         TYPE_U32_STRING.
12326         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
12327         a_u32_string variants.
12328         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
12329         * lib/printf-args.c: Don't include config.h and the specification
12330         header if PRINTF_FETCHARGS is already defined.
12331         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
12332         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
12333         TYPE_U16_STRING, TYPE_U32_STRING.
12334         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
12335         u16_directive, u16_directives, u32_directive, u32_directives): New
12336         types.
12337         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
12338         New declarations.
12339         * lib/printf-parse.c: Don't include config.h and the specification
12340         header if PRINTF_PARSE is already defined. Eliminate the set of
12341         parameters for WIDE_CHAR_VERSION; the user of this file must provide
12342         them now. Include c-ctype.h.
12343         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
12344         directive and CHAR_T_ONLY_ASCII.
12345         * lib/vasnprintf.c: Don't include config.h and the specification header
12346         if VASNPRINTF is already defined.
12347         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
12348         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
12349         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
12350         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
12351         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
12352         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
12353         code accordingly.
12354         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
12355         pad_ourselves also in this case, with the 'c' and 's' directives, and
12356         with a different notion of "width".
12357         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
12358
12359 2007-06-10  Bruno Haible  <bruno@clisp.org>
12360
12361         * modules/unistr/u32-mbsnlen: New file.
12362         * lib/unistr/u32-mbsnlen.c: New file.
12363
12364         * modules/unistr/u16-mbsnlen: New file.
12365         * lib/unistr/u16-mbsnlen.c: New file.
12366
12367         * modules/unistr/u8-mbsnlen: New file.
12368         * lib/unistr/u8-mbsnlen.c: New file.
12369
12370         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
12371         declarations.
12372
12373 2007-06-10  Bruno Haible  <bruno@clisp.org>
12374
12375         * lib/string_.h (mbsnlen): New declaration.
12376         * lib/mbsnlen.c: New file.
12377         * m4/mbsnlen.m4: New file.
12378         * modules/mbsnlen: New file.
12379         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
12380         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
12381         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
12382
12383 2007-06-10  Bruno Haible  <bruno@clisp.org>
12384
12385         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
12386
12387 2007-06-10  Bruno Haible  <bruno@clisp.org>
12388
12389         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
12390         * lib/mbuiter.h: Likewise.
12391
12392 2007-06-10  Bruno Haible  <bruno@clisp.org>
12393
12394         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
12395         declaration.
12396
12397 2007-06-10  Karl Berry  <karl@gnu.org>
12398
12399         * config/srclist.txt: remove gettext entries, Bruno prefers
12400         to update individually.
12401
12402 2007-06-10  Bruno Haible  <bruno@clisp.org>
12403
12404         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
12405         'maxlen'. Ensure only length + width bytes are allocated, not
12406         length + 1 + width.
12407
12408 2007-06-09  Bruno Haible  <bruno@clisp.org>
12409
12410         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
12411         (CHAR_T): Remove macro.
12412         (VASNPRINTF): Update.
12413
12414 2007-06-09  Bruno Haible  <bruno@clisp.org>
12415
12416         * MODULES.html.sh (Unicode string functions): Add the new modules.
12417
12418         * modules/uniconv/u32-conv-to-enc: New file.
12419         * lib/uniconv/u32-conv-to-enc.c: New file.
12420         * modules/uniconv/u32-conv-to-enc-tests: New file.
12421         * tests/uniconv/test-u32-conv-to-enc.c: New file.
12422
12423         * modules/uniconv/u16-conv-to-enc: New file.
12424         * lib/uniconv/u16-conv-to-enc.c: New file.
12425         * lib/uniconv/u-conv-to-enc.h: New file.
12426         * modules/uniconv/u16-conv-to-enc-tests: New file.
12427         * tests/uniconv/test-u16-conv-to-enc.c: New file.
12428
12429         * modules/uniconv/u8-conv-to-enc: New file.
12430         * lib/uniconv/u8-conv-to-enc.c: New file.
12431         * modules/uniconv/u8-conv-to-enc-tests: New file.
12432         * tests/uniconv/test-u8-conv-to-enc.c: New file.
12433
12434         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
12435         u32_conv_to_encoding): New declarations.
12436
12437 2007-06-09  Bruno Haible  <bruno@clisp.org>
12438
12439         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
12440
12441 2007-06-09  Bruno Haible  <bruno@clisp.org>
12442
12443         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
12444         * modules/malloca: Renamed from modules/allocsa, updated.
12445         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
12446         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
12447         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
12448         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
12449         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
12450         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
12451         * modules/xmalloca: Renamed from modules/xallocsa, updated.
12452         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
12453         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
12454         * modules/c-strcasestr (Depends-on): Update.
12455         * lib/c-strcasestr.c: Update.
12456         * modules/c-strstr (Depends-on): Update.
12457         * lib/c-strstr.c: Update.
12458         * modules/canonicalize-lgpl (Depends-on): Update.
12459         * lib/canonicalize-lgpl.c: Update.
12460         * modules/clean-temp (Depends-on): Update.
12461         * lib/clean-temp.c: Update.
12462         * modules/csharpcomp (Depends-on): Update.
12463         * lib/csharpcomp.c: Update.
12464         * modules/csharpexec (Depends-on): Update.
12465         * lib/csharpexec.c: Update.
12466         * modules/javacomp (Depends-on): Update.
12467         * lib/javacomp.c: Update.
12468         * modules/javaexec (Depends-on): Update.
12469         * lib/javaexec.c: Update.
12470         * modules/mbscasestr (Depends-on): Update.
12471         * lib/mbscasestr.c: Update.
12472         * modules/mbsstr (Depends-on): Update.
12473         * lib/mbsstr.c: Update.
12474         * modules/setenv (Depends-on): Update.
12475         * lib/setenv.c: Update.
12476         * modules/strcasestr (Depends-on): Update.
12477         * lib/strcasestr.c: Update.
12478         * modules/striconveha (Depends-on): Update.
12479         * lib/striconveha.c: Update.
12480         * modules/relocatable-prog-wrapper (Files): Update.
12481         * lib/relocwrapper.c: Update.
12482         * build-aux/install-reloc: Update.
12483         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
12484
12485 2007-06-08  Bruno Haible  <bruno@clisp.org>
12486
12487         Port to uClibc.
12488         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
12489         * lib/fpurge.c (fpurge): Likewise.
12490         * lib/freading.c (freading): Likewise.
12491         * lib/fseeko.c (rpl_fseeko): Likewise.
12492         * lib/fseterr.c (fseterr): Likewise.
12493         * lib/fwriting.c (fwriting): Likewise.
12494         * tests/test-fflush.c (main): Avoid a failure on uClibc.
12495
12496 2007-06-08  Bruno Haible  <bruno@clisp.org>
12497
12498         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
12499         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
12500         * modules/gettext (Files): Add m4/intlmacosx.m4.
12501
12502 2007-06-07  Bruno Haible  <bruno@clisp.org>
12503
12504         * modules/localename-tests: New file.
12505         * tests/test-localename.c: New file.
12506
12507         New module 'localename'.
12508         * lib/localename.h: New file.
12509         * lib/localename.c: New file, from GNU gettext.
12510         * m4/localename.m4: New file.
12511         * modules/localename: New file.
12512
12513 2007-06-07  Bruno Haible  <bruno@clisp.org>
12514
12515         Work around the lack of <wchar.h> on some builds of uClibc.
12516         * doc/headers/wchar.texi: Update.
12517         * lib/wchar_.h: Include <wchar.h> only if it exists.
12518         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
12519         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
12520         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
12521         doesn't exist.
12522         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
12523         * modules/mbfile (Depends-on): Add wchar.
12524         * modules/mbiter (Depends-on): Likewise.
12525         * modules/mbuiter (Depends-on): Likewise.
12526         Reported by Simon Josefsson.
12527
12528 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
12529
12530         Work around problem reported by Steven M. Schweda in
12531         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
12532         Tru64 5.1B with the Compaq compiler environment installed declares
12533         an 'isblank' function but does not define it in the C library.
12534         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
12535         * lib/regex_internal.h (isblank): Likewise.
12536         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
12537         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
12538
12539 2007-06-05  Bruno Haible  <bruno@clisp.org>
12540
12541         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
12542         ia64.
12543         * modules/printf-safe: New file.
12544         * modules/fprintf-posix (Depends-on): Add printf-safe.
12545         * modules/printf-posix (Depends-on): Likewise.
12546         * modules/snprintf-posix (Depends-on): Likewise.
12547         * modules/sprintf-posix (Depends-on): Likewise.
12548         * modules/vasnprintf-posix (Depends-on): Likewise.
12549         * modules/vasprintf-posix (Depends-on): Likewise.
12550         * modules/vfprintf-posix (Depends-on): Likewise.
12551         * modules/vprintf-posix (Depends-on): Likewise.
12552         * modules/vsnprintf-posix (Depends-on): Likewise.
12553         * modules/vsprintf-posix (Depends-on): Likewise.
12554         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
12555         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
12556         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
12557         "no" on i386, x86_64, ia64.
12558         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
12559         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
12560         on i386, x86_64, ia64.
12561         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
12562         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
12563         on i386, x86_64, ia64.
12564         * tests/test-vasnprintf-posix.c: Include float.h.
12565         (LDBL80_WORDS): New macro.
12566         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
12567         on i386, x86_64, ia64.
12568         * tests/test-vasprintf-posix.c: Include float.h.
12569         (LDBL80_WORDS): New macro.
12570         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
12571         on i386, x86_64, ia64.
12572         * tests/test-snprintf-posix.c: Include float.h.
12573         * tests/test-sprintf-posix.c: Likewise.
12574         * tests/test-vsnprintf-posix.c: Likewise.
12575         * tests/test-vsprintf-posix.c: Likewise.
12576
12577 2007-06-05  Bruno Haible  <bruno@clisp.org>
12578
12579         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
12580         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
12581         non-IEEE numbers on i386, x86_64, ia64.
12582         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
12583         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
12584         * tests/test-isnanl.h: Include float.h.
12585         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
12586
12587 2007-06-05  Bruno Haible  <bruno@clisp.org>
12588
12589         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
12590         also the %a / %A. Handle the %a / %A code before this extra handling.
12591
12592 2007-06-05  Bruno Haible  <bruno@clisp.org>
12593
12594         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
12595         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
12596
12597 2007-06-05  Bruno Haible  <bruno@clisp.org>
12598
12599         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
12600         typo in variable name.
12601
12602 2007-06-05  Eric Blake  <ebb9@byu.net>
12603
12604         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
12605         Reported by Simon Josefsson.
12606
12607 2007-06-04  Bruno Haible  <bruno@clisp.org>
12608
12609         Avoid test failures on some PowerPC platforms.
12610         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
12611         Define differently for PowerPC.
12612         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
12613         Reported by Gary V. Vaughan <gary@gnu.org>.
12614
12615 2007-06-02  Bruno Haible  <bruno@clisp.org>
12616
12617         Fix test-stdint failure on FreeBSD/ia64.
12618         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
12619         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
12620         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
12621         * doc/headers/stdint.texi: Update.
12622
12623 2007-06-01  Bruno Haible  <bruno@clisp.org>
12624
12625         * tests/test-binary-io.c (main): Pass a third argument to open().
12626         Reported by Gary V. Vaughan <gary@gnu.org>.
12627
12628 2007-06-01  Bruno Haible  <bruno@clisp.org>
12629
12630         * doc/functions/frexpl.texi: Update for mingw.
12631
12632 2007-06-01  Bruno Haible  <bruno@clisp.org>
12633
12634         * tests/test-lseek.c (main): Disable test of errno for invalid third
12635         argument.
12636         * doc/functions/lseek.texi: Update.
12637         Reported by Gary V. Vaughan <gary@gnu.org>.
12638
12639 2007-05-28  Bruno Haible  <bruno@clisp.org>
12640
12641         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
12642
12643 2007-05-31  Eric Blake  <ebb9@byu.net>
12644
12645         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
12646         cross compiling.
12647
12648 2007-05-30  Eric Blake  <ebb9@byu.net>
12649         and Bruno Haible  <bruno@clisp.org>
12650
12651         Work around mingw test failures exposed by m4-1.4.9b.
12652         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
12653         * tests/test-unistd.c: Disable uid_t and git_t tests for the
12654         moment.
12655
12656 2007-05-30  Bruno Haible  <bruno@clisp.org>
12657
12658         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
12659         assuming that they are closed. Needed on HP-UX 11.
12660
12661 2007-05-29  Bruno Haible  <bruno@clisp.org>
12662
12663         Fix a problem with #include_next.
12664         * lib/dirent_.h: Split the double-inclusion guard.
12665         * lib/fcntl_.h: Likewise.
12666         * lib/float_.h: Likewise.
12667         * lib/iconv_.h: Likewise.
12668         * lib/inttypes_.h: Likewise.
12669         * lib/locale_.h: Likewise.
12670         * lib/math_.h: Likewise.
12671         * lib/netinet_in_.h: Likewise.
12672         * lib/search_.h: Likewise.
12673         * lib/signal_.h: Likewise.
12674         * lib/stdint_.h: Likewise.
12675         * lib/stdio_.h: Likewise.
12676         * lib/stdlib_.h: Likewise.
12677         * lib/string_.h: Likewise.
12678         * lib/sys_select_.h: Likewise.
12679         * lib/sys_socket_.h: Likewise.
12680         * lib/sys_stat_.h: Likewise.
12681         * lib/sys_time_.h: Likewise.
12682         * lib/sysexits_.h: Likewise.
12683         * lib/time_.h: Likewise.
12684         * lib/unistd_.h: Likewise.
12685         * lib/wchar_.h: Likewise.
12686         * lib/wctype_.h: Likewise.
12687
12688 2007-05-29  Bruno Haible  <bruno@clisp.org>
12689
12690         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
12691         for the moment.
12692
12693 2007-05-29  Bruno Haible  <bruno@clisp.org>
12694
12695         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
12696         invocation.
12697         Reported by Eric Blake.
12698
12699 2007-05-29  Bruno Haible  <bruno@clisp.org>
12700
12701         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
12702         compiling case.
12703
12704 2007-05-29  Eric Blake  <ebb9@byu.net>
12705             Bruno Haible  <bruno@clisp.org>
12706
12707         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
12708         cross compiles.
12709
12710 2007-05-28  Eric Blake  <ebb9@byu.net>
12711
12712         * modules/closein-tests (test_closein_LDADD): Support test on
12713         cygwin with libtool.
12714
12715 2007-05-28  Bruno Haible  <bruno@clisp.org>
12716
12717         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
12718         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
12719         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
12720         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
12721         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
12722         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
12723         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
12724         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
12725         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
12726
12727 2007-05-28  Eric Blake  <ebb9@byu.net>
12728
12729         Unconditionally include <config.h> in unit tests.
12730         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
12731         * tests/test-allocsa.c, tests/test-arcfour.c,
12732         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
12733         tests/test-array_list.c, tests/test-array_oset.c,
12734         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
12735         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
12736         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
12737         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
12738         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
12739         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
12740         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
12741         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
12742         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
12743         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
12744         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
12745         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
12746         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
12747         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
12748         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
12749         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
12750         test-md5.c, test-memmem.c, test-printf-posix.c,
12751         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
12752         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
12753         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
12754         test-strcasestr.c, test-striconv.c, test-striconveh.c,
12755         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
12756         test-vasnprintf-posix2.c, test-vasnprintf.c,
12757         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
12758         test-vfprintf-posix.c, test-vprintf-posix.c,
12759         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
12760         test-xvasprintf.c: Likewise.
12761
12762 2007-05-28  Bruno Haible  <bruno@clisp.org>
12763
12764         * gnulib-tool (func_import): Remember the --with-tests command-line
12765         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
12766         Reported by Eric Blake.
12767
12768 2007-05-28  Bruno Haible  <bruno@clisp.org>
12769
12770         * modules/ftell-tests: New file.
12771         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
12772         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
12773
12774         * lib/ftell.c: New file.
12775         * modules/ftell: New file.
12776         * m4/ftell.m4: New file.
12777         * doc/functions/ftell.texi: Update.
12778         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
12779         REPLACE_FTELL.
12780         * lib/stdio_.h (rpl_ftell): New declaration.
12781         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
12782         REPLACE_FTELL.
12783
12784 2007-05-28  Eric Blake  <ebb9@byu.net>
12785
12786         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
12787
12788 2007-05-28  Bruno Haible  <bruno@clisp.org>
12789
12790         * modules/fseek-tests: New file.
12791         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
12792         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
12793
12794         * lib/fseek.c: New file.
12795         * modules/fseek: New file.
12796         * m4/fseek.m4: New file.
12797         * doc/functions/fseek.texi: Update.
12798         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
12799         REPLACE_FSEEK.
12800         * lib/stdio_.h (rpl_fseek): New declaration.
12801         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
12802         REPLACE_FSEEK.
12803
12804 2007-05-28  Bruno Haible  <bruno@clisp.org>
12805
12806         * lib/stdio_.h (fflush): More comments.
12807
12808 2007-05-28  Bruno Haible  <bruno@clisp.org>
12809
12810         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
12811         runtime test.
12812
12813 2007-05-28  Eric Blake  <ebb9@byu.net>
12814
12815         Improve lseek module.
12816         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
12817         * lib/unistd_.h (lseek): Scale back link warning message.
12818         * tests/test-lseek.c: Beef up test.
12819         * tests/test-lseek.sh: Exercise more facets of lseek.
12820         Reported by Bruno Haible.
12821
12822 2007-05-28  Bruno Haible  <bruno@clisp.org>
12823
12824         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
12825         to define.
12826
12827 2007-05-27  Bruno Haible  <bruno@clisp.org>
12828
12829         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
12830
12831 2007-05-27  Bruno Haible  <bruno@clisp.org>
12832
12833         * modules/openmp: New file.
12834         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
12835         Noah Misch.
12836
12837 2007-05-26  Bruno Haible  <bruno@clisp.org>
12838
12839         * modules/chdir-long (Depends-on): Add fchdir.
12840         * modules/chdir-safer (Depends-on): Likewise.
12841         * modules/fts (Depends-on): Likewise.
12842         * modules/fts-lgpl (Depends-on): Likewise.
12843         * modules/openat (Depends-on): Likewise.
12844         * modules/savewd (Depends-on): Likewise.
12845
12846 2007-05-24  Eric Blake  <ebb9@byu.net>
12847
12848         Fix lseek on mingw.
12849         * modules/lseek: New module.
12850         * m4/lseek.m4: New file.
12851         * lib/lseek.c: New file.
12852         * modules/lseek-tests: New file.
12853         * tests/test-lseek.c: New file.
12854         * tests/test-lseek.sh: New file.
12855         * MODULES.html.sh: Document lseek module.
12856         * modules/fflush (Depends-on): Add lseek, fseeko.
12857         * modules/fseeko (Depends-on): Likewise.
12858         * modules/ftello (Depends-on): Likewise.
12859         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
12860         broken.
12861         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
12862         broken.
12863         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
12864         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
12865         * lib/ftello.c (rpl_ftello): Likewise.
12866         * tests/test-fseeko.c (main): Test this.
12867         * tests/test-fseeko.sh: Likewise.
12868         * tests/test-ftello.c (main): Likewise.
12869         * tests/test-ftello.sh: Likewise.
12870         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
12871         implies replacing fseek.
12872         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
12873         HAVE_FTELLO.
12874         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
12875         * modules/unistd (Makefile.am): Likewise.
12876         * lib/unistd_.h (lseek): Declare a replacement.
12877         * doc/functions/lseek.texi (lseek): Document this fix.
12878         * doc/functions/fseek.texi (fseek): Likewise.
12879         * doc/functions/ftell.texi (ftell): Likewise.
12880
12881 2007-05-24  Bruno Haible  <bruno@clisp.org>
12882
12883         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
12884         in the printed representation of a NaN.
12885         * tests/test-vasprintf-posix.c (test_function): Likewise.
12886         * tests/test-snprintf-posix.h (test_function): Likewise.
12887         * tests/test-sprintf-posix.h (test_function): Likewise.
12888         Reported by Eric Blake.
12889
12890 2007-05-23  Eric Blake  <ebb9@byu.net>
12891
12892         Fix fseeko/ftello on cygwin 1.5.24.
12893         * doc/functions/fseeko.texi (fseeko): Document the fix.
12894         * doc/functions/ftello.texi (ftello): Document the fix.
12895         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
12896         * doc/functions/stdout.text (stdout): New file.
12897         * doc/functions/stderr.text (stderr): New file.
12898         * doc/gnulib.texi (Function Substitutes): Use new files.
12899         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
12900         prior to 1.7.0.
12901         * tests/test-ftello.c (main): Likewise for ftello.
12902         * tests/test-fseeko.sh: New file.
12903         * tests/test-ftello.sh: New file.
12904         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
12905         with seekable stdin.
12906         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
12907         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
12908         (gl_REPLACE_FSEEKO): New macro.
12909         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
12910         * modules/fseeko (Files): Distribute fseeko.c.
12911         * modules/ftello (Files): Distribute ftello.c.
12912         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
12913         mode.
12914         * lib/ftello.c (rpl_ftello): New file.
12915         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
12916         fseeko, ftello.
12917         (gl_STDIN_LARGE_OFFSET): New macro.
12918         * modules/stdio (Makefile.am): Perform the replacement.
12919         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
12920
12921 2007-05-23  Bruno Haible  <bruno@clisp.org>
12922
12923         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
12924         GNULIB_POSIXCHECK is defined.
12925
12926 2007-05-21  Bruno Haible  <bruno@clisp.org>
12927
12928         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
12929         Check also the output for NaN arguments. When cross-compiling, guess
12930         no on IRIX.
12931         * lib/vasnprintf.c: Update comments.
12932         * tests/test-vasnprintf-posix.c (strisnan): New function.
12933         (test_function): Use it.
12934         * tests/test-vasprintf-posix.c (strisnan): New function.
12935         (test_function): Use it.
12936         * tests/test-snprintf-posix.h (strisnan): New function.
12937         (test_function): Use it.
12938         * tests/test-sprintf-posix.h (strisnan): New function.
12939         (test_function): Use it.
12940         Reported by Eric Blake.
12941
12942 2007-05-20  Bruno Haible  <bruno@clisp.org>
12943
12944         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
12945         numbers that fails on BeOS.
12946         * doc/functions/frexpl.texi: Update.
12947
12948 2007-05-20  Jim Meyering  <jim@meyering.net>
12949
12950         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
12951         forced upon us by glibc-2.6.
12952
12953 2007-05-20  Bruno Haible  <bruno@clisp.org>
12954
12955         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
12956         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
12957         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
12958         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
12959         NEED_PRINTF_INFINITE.
12960         (is_infinitel): New function.
12961         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
12962         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
12963         gl_PREREQ_VASNPRINTF_INFINITE.
12964         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
12965         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12966         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
12967         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
12968         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
12969         gl_PREREQ_VASNPRINTF_INFINITE.
12970         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12971         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12972         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12973         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12974         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12975         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12976         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12977         * doc/functions/fprintf.texi: Update.
12978         * doc/functions/printf.texi: Update.
12979         * doc/functions/snprintf.texi: Update.
12980         * doc/functions/sprintf.texi: Update.
12981         * doc/functions/vfprintf.texi: Update.
12982         * doc/functions/vprintf.texi: Update.
12983         * doc/functions/vsnprintf.texi: Update.
12984         * doc/functions/vsprintf.texi: Update.
12985
12986 2007-05-20  Bruno Haible  <bruno@clisp.org>
12987
12988         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
12989         was not found in libc.
12990         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
12991
12992 2007-05-20  Bruno Haible  <bruno@clisp.org>
12993
12994         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
12995         printed as "-nan" instead of "nan".
12996         * tests/test-vasprintf-posix.c (test_function): Likewise.
12997         * tests/test-snprintf-posix.h (test_function): Likewise.
12998         * tests/test-sprintf-posix.h (test_function): Likewise.
12999         Needed for HP-UX 11.
13000
13001 2007-05-20  Jim Meyering  <jim@meyering.net>
13002
13003         Fix buggy test for the fchownat-deref bug.
13004         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
13005         symlink required for the run-test.  Without it, this test would
13006         always declare that fchownat doesn't work, and client code would
13007         unnecessarily use the replacement function with fixed libc.
13008         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
13009         Reported by Greg Schafer.
13010
13011 2007-05-19  Bruno Haible  <bruno@clisp.org>
13012
13013         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
13014         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
13015         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
13016         Needed for IRIX 6.5 and Solaris 2.5.1.
13017
13018 2007-05-19  Bruno Haible  <bruno@clisp.org>
13019
13020         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
13021         (test_function): Skip tests involving -0.0 on platforms where
13022         -0.0 = 0.0.
13023         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
13024         (test_function): Skip tests involving -0.0 on platforms where
13025         -0.0 = 0.0.
13026         * tests/test-snprintf-posix.h (have_minus_zero): New function.
13027         (test_function): Skip tests involving -0.0 on platforms where
13028         -0.0 = 0.0.
13029         * tests/test-sprintf-posix.h (have_minus_zero): New function.
13030         (test_function): Skip tests involving -0.0 on platforms where
13031         -0.0 = 0.0.
13032         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
13033         tests.
13034         * tests/test-printf-posix.h (test_function): Likewise.
13035         * tests/test-printf-posix.output: Remove all -0.0 related results.
13036         Needed for IRIX 6.5.
13037
13038 2007-05-19  Bruno Haible  <bruno@clisp.org>
13039
13040         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
13041         printed as "nan0x7fffffff" instead of "nan".
13042         * tests/test-vasprintf-posix.c (test_function): Likewise.
13043         * tests/test-snprintf-posix.h (test_function): Likewise.
13044         * tests/test-sprintf-posix.h (test_function): Likewise.
13045         * tests/test-fprintf-posix.h (NaN): Remove macro.
13046         (test_function): Remove all NaN related tests.
13047         * tests/test-printf-posix.h (NaN): Remove macro.
13048         (test_function): Remove all NaN related tests.
13049         * tests/test-printf-posix.output: Remove all NaN related results.
13050         Needed for IRIX 6.5.
13051
13052 2007-05-19  Bruno Haible  <bruno@clisp.org>
13053
13054         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
13055         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
13056
13057 2007-05-19  Bruno Haible  <bruno@clisp.org>
13058
13059         * lib/float_.h: New file.
13060         * m4/float_h.m4: New file.
13061         * modules/float: New file.
13062         * modules/isnanl (Dependencies): Add float.
13063         * modules/isnanl-nolibm (Dependencies): Likewise.
13064         * modules/mathl (Dependencies): Likewise.
13065         * modules/printf-frexpl (Dependencies): Likewise.
13066         * modules/signbit (Dependencies): Likewise.
13067         * modules/vasnprintf (Dependencies): Likewise.
13068         * doc/headers/float.texi: Update.
13069
13070 2007-05-19  Jim Meyering  <jim@meyering.net>
13071
13072         * lib/utimens.c (gl_futimens): Rename from futimens,
13073         now that glibc-2.6 declares futimens.
13074         * lib/utimens.h: Likewise.
13075
13076 2007-05-19  Bruno Haible  <bruno@clisp.org>
13077
13078         Avoid test failures on mingw.
13079         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
13080         * tests/test-printf-posix.sh: Likewise.
13081         * tests/test-vfprintf-posix.sh: Likewise.
13082         * tests/test-vprintf-posix.sh: Likewise.
13083
13084 2007-05-19  Bruno Haible  <bruno@clisp.org>
13085
13086         Fix *printf result for NaN, Inf, -0.0 on mingw.
13087         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
13088         * lib/vasnprintf.c: Include math.h and isnan.h.
13089         (is_infinite_or_zero): New function.
13090         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
13091         values in the %f, %F, %e, %E, %g, %G directives.
13092         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
13093         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
13094         gl_PRINTF_INFINITE and test its result. Invoke
13095         gl_PREREQ_VASNPRINTF_INFINITE.
13096         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
13097         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13098         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13099         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13100         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13101         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13102         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13103         * doc/functions/fprintf.texi: Update.
13104         * doc/functions/printf.texi: Update.
13105         * doc/functions/snprintf.texi: Update.
13106         * doc/functions/sprintf.texi: Update.
13107         * doc/functions/vfprintf.texi: Update.
13108         * doc/functions/vprintf.texi: Update.
13109         * doc/functions/vsnprintf.texi: Update.
13110         * doc/functions/vsprintf.texi: Update.
13111
13112 2007-05-19  Bruno Haible  <bruno@clisp.org>
13113
13114         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
13115         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
13116         Instead of multiplying with 10^k, set extra_zeroes to k.
13117         (scale10_round_long_double): Remove function.
13118
13119 2007-05-18  Bruno Haible  <bruno@clisp.org>
13120
13121         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
13122         introduced on 2007-05-06.
13123
13124 2007-05-18  Bruno Haible  <bruno@clisp.org>
13125
13126         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
13127         %g directives.
13128         * tests/test-vasprintf-posix.c (test_function): Likewise.
13129         * tests/test-snprintf-posix.h (test_function): Likewise.
13130         * tests/test-sprintf-posix.h (test_function): Likewise.
13131
13132 2007-05-18  Bruno Haible  <bruno@clisp.org>
13133
13134         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
13135         (strmatch): New function.
13136         (test_function): Test the %f directive on numbers of various exponents.
13137         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
13138         (strmatch): New function.
13139         (test_function): Test the %f directive on numbers of various exponents.
13140         * tests/test-snprintf-posix.h (strmatch): New function.
13141         (test_function): Test the %f directive on numbers of various exponents.
13142         * tests/test-sprintf-posix.h (strmatch): New function.
13143         (test_function): Test the %f directive on numbers of various exponents.
13144         * tests/test-snprintf-posix.c (SIZEOF): New macro.
13145         * tests/test-sprintf-posix.c (SIZEOF): New macro.
13146         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
13147         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
13148
13149 2007-05-18  Bruno Haible  <bruno@clisp.org>
13150
13151         Add support for 'long double' number output.
13152         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
13153         * lib/vasnprintf.c: Include math.h and float+.h.
13154         (mp_limb_t): New type.
13155         (GMP_LIMB_BITS): New macro.
13156         (mp_twolimb_t): New type.
13157         (GMP_TWOLIMB_BITS): New macro.
13158         (mpn_t): New type.
13159         (multiply, divide, convert_to_decimal, decode_long_double,
13160         scale10_round_long_double, scale10_round_decimal_long_double,
13161         floorlog10l): New functions.
13162         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
13163         for the %f, %F, %e, %E, %g, %G directives.
13164         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
13165         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
13166         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
13167         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
13168         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
13169         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13170         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13171         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13172         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13173         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13174         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13175         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
13176         * modules/snprintf-posix (Depends-on): Likewise.
13177         * modules/sprintf-posix (Depends-on): Likewise.
13178         * modules/vasnprintf-posix (Depends-on): Likewise.
13179         * modules/vasprintf-posix (Depends-on): Likewise.
13180         * modules/vfprintf-posix (Depends-on): Likewise.
13181         * modules/vsnprintf-posix (Depends-on): Likewise.
13182         * modules/vsprintf-posix (Depends-on): Likewise.
13183         * modules/vasnprintf (Files): Add lib/float+.h.
13184         * doc/functions/fprintf.texi: Update.
13185         * doc/functions/printf.texi: Update.
13186         * doc/functions/snprintf.texi: Update.
13187         * doc/functions/sprintf.texi: Update.
13188         * doc/functions/vfprintf.texi: Update.
13189         * doc/functions/vprintf.texi: Update.
13190         * doc/functions/vsnprintf.texi: Update.
13191         * doc/functions/vsprintf.texi: Update.
13192
13193 2007-05-18  Bruno Haible  <bruno@clisp.org>
13194
13195         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
13196
13197 2007-05-18  Bruno Haible  <bruno@clisp.org>
13198
13199         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
13200         for printing 64-bit integers. Needed for mingw.
13201
13202 2007-05-18  Bruno Haible  <bruno@clisp.org>
13203
13204         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
13205         gl_FUNC_FREXPL_WORKS.
13206         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
13207
13208 2007-05-18  Bruno Haible  <bruno@clisp.org>
13209
13210         * modules/frexpl-nolibm-tests: New file.
13211
13212         * modules/frexpl-nolibm: New file.
13213         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
13214
13215 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
13216
13217         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
13218         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
13219         GCC 4.2, which otherwise issues a lot of warnings.
13220         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
13221         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
13222         Likewise.
13223         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
13224         * modules/iconv_open (iconv.h): Likewise.
13225         * modules/locale (locale.h): Likewise.
13226         * modules/netinet_in (netinet/in.h): Likewise.
13227         * modules/sys_select (sys_select.h): Likewise.
13228         * modules/sys_socket (sys/socket.h): Likewise.
13229         * modules/sys_stat (sys/stat.h): Likewise.
13230         * modules/sysexits (sysexits.h): Likewise.
13231         * modules/unistd (unistd.h): Likewise.
13232
13233 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13234
13235         * modules/closein-tests (Makefile.am): Distribute
13236         `test-closein.sh'.
13237
13238 2007-05-17  Bruno Haible  <bruno@clisp.org>
13239
13240         * tests/test-printf-posix.output: Renamed from
13241         tests/test-fprintf-posix.out.
13242         * modules/fprintf-posix-tests: Update.
13243         * modules/printf-posix-tests: Update.
13244         * modules/vfprintf-posix-tests: Update.
13245         * modules/vprintf-posix-tests: Update.
13246         * tests/test-fprintf-posix.sh: Update.
13247         * tests/test-printf-posix.sh: Update.
13248         * tests/test-vfprintf-posix.sh: Update.
13249         * tests/test-vprintf-posix.sh: Update.
13250         Reported by Ralf Wildenhues.
13251
13252 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
13253
13254         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
13255         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
13256         GCC 4.2, which otherwise issues a lot of warnings.
13257         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
13258         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
13259         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
13260         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
13261         it should no longer be needed.
13262         * lib/string_.h: Likewise.
13263         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
13264         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
13265         * modules/inttypes (inttypes.h): Likewise.
13266         * modules/math (math.h): Likewise.
13267         * modules/search (search.h): Likewise.
13268         * modules/signal (signal.h): Likewise.
13269         * modules/stdint (stdint.h): Likewise.
13270         * modules/stdio (stdio.h): Likewise.
13271         * modules/stdlib (stdlib.h): Likewise.
13272         * modules/string (string.h): Likewise.
13273         * modules/sys_time (sys/time.h): Likewise.
13274         * modules/time (time.h): Likewise.
13275         * modules/wchar (wchar.h): Likewise.
13276         * modules/wctype (wtype.h): Likewise.
13277
13278 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
13279
13280         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
13281
13282 2007-05-13  Bruno Haible  <bruno@clisp.org>
13283
13284         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
13285         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
13286         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
13287         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
13288         (gl_PREREQ_STRTOK_R): Don't require it here.
13289
13290 2007-05-13  Bruno Haible  <bruno@clisp.org>
13291
13292         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
13293         when used in C++ mode.
13294
13295 2007-05-12  Bruno Haible  <bruno@clisp.org>
13296
13297         * lib/linebuffer.h: Tweak doc.
13298         * lib/linebuffer.c: Likewise.
13299
13300 2007-05-12  James Youngman  <jay@gnu.org>
13301
13302         * lib/linebuffer.c (readlinebuffer_delim): New function,
13303         like readlinebuffer, but use a caller-specified delimiter.
13304         (readlinebuffer): Just call readlinebuffer_delim with '\n'
13305         as the delimiter.
13306         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
13307
13308 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13309
13310         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
13311         * modules/openat (Files): Remove openat-die.c.
13312         (Depends-on): Add openat-die.
13313         * modules/openat-die: New module.
13314
13315 2007-05-06  Bruno Haible  <bruno@clisp.org>
13316
13317         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
13318         Update with info about Cygwin.
13319         * doc/functions/fprintf.texi: Update.
13320         * doc/functions/printf.texi: Update.
13321         * doc/functions/snprintf.texi: Update.
13322         * doc/functions/sprintf.texi: Update.
13323         * doc/functions/vfprintf.texi: Update.
13324         * doc/functions/vprintf.texi: Update.
13325         * doc/functions/vsnprintf.texi: Update.
13326         * doc/functions/vsprintf.texi: Update.
13327         Reported by Eric Blake.
13328
13329 2007-05-06  Bruno Haible  <bruno@clisp.org>
13330
13331         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
13332         padding ourselves for the floating-point directives.
13333         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
13334         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
13335         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
13336         gl_PRINTF_FLAG_ZERO and test its result. Invoke
13337         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
13338         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13339         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
13340         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13341         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13342         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13343         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13344         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13345         * tests/test-snprintf-posix.h (test_function): Also check the width
13346         and some flags in the %f directive.
13347         * tests/test-sprintf-posix.h (test_function): Likewise.
13348         * tests/test-vasnprintf-posix.c (test_function): Likewise.
13349         * tests/test-vasprintf-posix.c (test_function): Likewise.
13350         * doc/functions/fprintf.texi: Update.
13351         * doc/functions/printf.texi: Update.
13352         * doc/functions/snprintf.texi: Update.
13353         * doc/functions/sprintf.texi: Update.
13354         * doc/functions/vfprintf.texi: Update.
13355         * doc/functions/vprintf.texi: Update.
13356         * doc/functions/vsnprintf.texi: Update.
13357         * doc/functions/vsprintf.texi: Update.
13358
13359 2007-05-06  Bruno Haible  <bruno@clisp.org>
13360
13361         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
13362         pass the ' flag character to sprintf or snprintf.
13363         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
13364         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
13365         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
13366         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
13367         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
13368         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13369         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
13370         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13371         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13372         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13373         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13374         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13375         * tests/test-snprintf-posix.h (test_function): Also check the grouping
13376         flag.
13377         * tests/test-sprintf-posix.h (test_function): Likewise.
13378         * tests/test-vasnprintf-posix.c (test_function): Likewise.
13379         * tests/test-vasprintf-posix.c (test_function): Likewise.
13380         * doc/functions/fprintf.texi: Update.
13381         * doc/functions/printf.texi: Update.
13382         * doc/functions/snprintf.texi: Update.
13383         * doc/functions/sprintf.texi: Update.
13384         * doc/functions/vfprintf.texi: Update.
13385         * doc/functions/vprintf.texi: Update.
13386         * doc/functions/vsnprintf.texi: Update.
13387         * doc/functions/vsprintf.texi: Update.
13388
13389 2007-05-01  Bruno Haible  <bruno@clisp.org>
13390
13391         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
13392
13393 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
13394
13395         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
13396         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
13397
13398 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13399
13400         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
13401         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
13402         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
13403
13404 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
13405
13406         * lib/argp-help.c (struct hol_entry): New member `ord'.
13407         (HOL_ENTRY_PTRCMP): Use ord for comparison
13408         (hol_sort): Initialize ord.
13409
13410 2007-05-01  Bruno Haible  <bruno@clisp.org>
13411
13412         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
13413         Reported by Eric Blake.
13414         * doc/gnulib.texi (Function Substitutes): Update.
13415
13416 2007-05-01  Bruno Haible  <bruno@clisp.org>
13417
13418         * doc/functions.texi: Remove file, now redundant through
13419         doc/functions/*.texi.
13420
13421 2007-05-01  Bruno Haible  <bruno@clisp.org>
13422
13423         * modules/argp (Depends-on): Add sleep.
13424
13425 2007-05-01  Bruno Haible  <bruno@clisp.org>
13426
13427         * modules/sleep-tests: New file.
13428         * tests/test-sleep.c: New file.
13429
13430         * modules/sleep: New file.
13431         * lib/sleep.c: New file.
13432         * m4/sleep.m4: New file.
13433         * lib/unistd_.h (sleep): New declaration.
13434         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
13435         HAVE_SLEEP.
13436         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
13437         * doc/functions/sleep.texi: Document the sleep module.
13438
13439 2007-05-01  Bruno Haible  <bruno@clisp.org>
13440
13441         * lib/sigprocmask.h: Remove file.
13442         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
13443         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
13444         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
13445         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
13446         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
13447         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
13448         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
13449         HAVE_SIGSET_T as a shell variable.
13450         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
13451         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
13452         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
13453         (Depends-on): Add signal. Remove verify.
13454         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
13455         (Include): Mention <signal.h> instead of sigprocmask.h.
13456         * NEWS: Mention the change.
13457         * lib/fatal-signal.c: Don't include sigprocmask.h.
13458
13459 2007-05-01  Bruno Haible  <bruno@clisp.org>
13460
13461         * modules/signal: New file.
13462         * lib/signal_.h: New file.
13463         * m4/signal_h.m4: New file.
13464
13465 2007-05-01  Bruno Haible  <bruno@clisp.org>
13466
13467         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
13468         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
13469         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
13470         HAVE_WCTYPE_CTMP_BUG into wctype.h.
13471
13472 2007-05-01  Bruno Haible  <bruno@clisp.org>
13473
13474         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
13475         configure time.
13476         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
13477         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
13478         * modules/sys_stat (Makefile.am): Substitute their values into
13479         sys/stat.h.
13480
13481 2007-05-01  Bruno Haible  <bruno@clisp.org>
13482
13483         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
13484         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
13485         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
13486
13487 2007-05-01  Bruno Haible  <bruno@clisp.org>
13488
13489         * doc/header/assert.texi: Undo last change: don't mention the gnulib
13490         'assert' module here.
13491
13492 2007-05-01  Bruno Haible  <bruno@clisp.org>
13493
13494         * doc/functions/*.texi: New files.
13495         * doc/functions/google-ranking.txt: New file.
13496         * doc/gnulib.texi (Function Substitutes): New chapter.
13497         (ctime, inet_ntoa): Remove sections.
13498         * doc/ctime.texi: Remove file.
13499         * doc/inet_ntoa.texi: Remove file.
13500         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
13501         dependencies.
13502         (%.info): New rule, specifying a --reference-limit.
13503
13504 2007-05-01  Bruno Haible  <bruno@clisp.org>
13505
13506         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
13507
13508 2007-05-01  Bruno Haible  <bruno@clisp.org>
13509
13510         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
13511         the portability of 'mkdir' to mingw systems.
13512
13513 2007-05-01  Bruno Haible  <bruno@clisp.org>
13514
13515         * doc/headers/google-ranking.txt: New file.
13516
13517 2007-04-30  Eric Blake  <ebb9@byu.net>
13518
13519         Prefer fseeko to fseek.
13520         * modules/getpass (Depends-on): Add fseeko.
13521         * lib/getpass.c (getpass): Use fseeko, not fseek.
13522
13523 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
13524
13525         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
13526         assumes the sorting is stable, while most qsort implementations
13527         are not.  Use argument addresses to ensure they never compare as
13528         equal.
13529
13530         * tests/test-argp-2.sh (usage-indent test): Fix output
13531         (func_compare): Restore diff options
13532         * tests/test-argp.c: Restore #include "progname.h"
13533
13534 2007-04-29  Bruno Haible  <bruno@clisp.org>
13535
13536         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
13537         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
13538         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
13539         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13540         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
13541         (configure.ac): Define CHECK_SNPRINTF_POSIX.
13542         (TESTS, check_PROGRAMS): Add test-snprintf.
13543         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
13544         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
13545         (TESTS, check_PROGRAMS): Add test-vsnprintf.
13546         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
13547         assertions that fail on HP-UX, OSF/1, or IRIX.
13548         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
13549
13550 2007-04-29  Bruno Haible  <bruno@clisp.org>
13551
13552         * MODULES.html.sh (posix_functions): Remove 'contents'.
13553
13554 2007-04-29  Karl Berry  <karl@gnu.org>
13555
13556         * config/srclist.txt (gendocs_template_min): new entry.
13557
13558 2007-04-29  Bruno Haible  <bruno@clisp.org>
13559
13560         Work around fpurge bug on BSD systems.
13561         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
13562         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
13563         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
13564         fpurge to rpl_fpurge if the system already has this function.
13565         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
13566         the case where the system already has this function. Correct invariants
13567         on BSD systems.
13568         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
13569         BSD systems.
13570
13571 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
13572
13573         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
13574         proposed by Sven Verdoolaege.
13575
13576         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
13577         options.
13578         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
13579         (usage and help tests): Update
13580
13581 2007-04-29  Bruno Haible  <bruno@clisp.org>
13582
13583         * tests/test-fflush.c (main): Use a file of size 17, not 10.
13584         Print more information in case of failure. Disable a test on BeOS.
13585
13586 2007-04-29  Bruno Haible  <bruno@clisp.org>
13587
13588         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
13589         This helps debugging on systems on which no gdb is available.
13590
13591 2007-04-29  Bruno Haible  <bruno@clisp.org>
13592
13593         * lib/freading.h: Improve comments.
13594         * lib/fwriting.h: Likewise.
13595         * tests/test-freading.c (main): Don't check freading immediately after
13596         repositioning. Needed for glibc.
13597
13598 2007-04-29  Bruno Haible  <bruno@clisp.org>
13599
13600         * lib/freading.c (freading): Trivial simplification.
13601
13602 2007-04-28  Bruno Haible  <bruno@clisp.org>
13603
13604         * tests/test-fwriting.c (main): Also test the interaction between
13605         fflush and fwriting.
13606         * modules/fwriting-tests (Depends-on): Add fflush.
13607
13608         * tests/test-freading.c (main): Also test the interaction between
13609         fflush and freading.
13610         * modules/freading-tests (Depends-on): Add fflush.
13611
13612 2007-04-28  Bruno Haible  <bruno@clisp.org>
13613
13614         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
13615         fseeko and ftello.
13616         Suggested by Eric Blake.
13617
13618 2007-04-28  Jim Meyering  <jim@meyering.net>
13619
13620         Avoid false-negative in gl_STDINT_H's C99 conformance test.
13621         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
13622         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
13623
13624 2007-04-27  Eric Blake  <ebb9@byu.net>
13625
13626         * doc/headers/assert.texi (assert.h): Document assert module use.
13627
13628 2007-04-27  Bruno Haible  <bruno@clisp.org>
13629
13630         * doc/headers/*.texi: New files.
13631         * doc/gnulib.texi (Header File Substitutes): New chapter.
13632         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
13633         dependencies.
13634         (standards.info ,standards.html, standards.dvi): Update dependencies.
13635         (mostlyclean, clean): New targets.
13636
13637 2007-04-27  Bruno Haible  <bruno@clisp.org>
13638
13639         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
13640         * modules/sysexits (Files, Makefile.am): Update.
13641
13642         * lib/sys_socket_.h: Renamed from lib/socket_.h.
13643         * modules/sys_socket (Files, Makefile.am): Update.
13644
13645         * lib/sys_stat_.h: Renamed from lib/stat_.h.
13646         * modules/sys_stat (Files, Makefile.am): Update.
13647
13648 2007-04-27  Eric Blake  <ebb9@byu.net>
13649
13650         * lib/freading.h: Improve comments.
13651         * lib/fwriting.h: Likewise.
13652         * lib/fflush.c: Likewise.
13653
13654         Fix closein for mingw.
13655         * modules/closein-tests: Add tests for closein.
13656         * tests/test-closein.c: New file.
13657         * tests/test-closein.sh: Likewise.
13658         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
13659         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
13660
13661 2007-04-27  Bruno Haible  <bruno@clisp.org>
13662
13663         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
13664         version is < 6.
13665         * lib/math_.h [__DECC]: Likewise.
13666         * lib/stdio_.h [__DECC]: Likewise.
13667         * lib/stdlib_.h [__DECC]: Likewise.
13668         * lib/string_.h [__DECC]: Likewise.
13669         * lib/time_.h [__DECC]: Likewise.
13670         * lib/wchar_.h [__DECC]: Likewise.
13671         * lib/wctype_.h [__DECC]: Likewise.
13672
13673 2007-04-27  Bruno Haible  <bruno@clisp.org>
13674
13675         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
13676
13677 2007-04-27  Bruno Haible  <bruno@clisp.org>
13678
13679         * lib/fflush.c: Add comments.
13680         * modules/fpurge-tests (Depends-on): Add fflush.
13681         * modules/freadable-tests (Depends-on): Likewise.
13682         * modules/fwritable-tests (Depends-on): Likewise.
13683
13684 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
13685
13686         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
13687         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
13688         Report by Bruno Haible <bruno@clisp.org>.
13689
13690 2007-04-26  Eric Blake  <ebb9@byu.net>
13691
13692         Fix fflush on mingw.
13693         * modules/fflush (Depends-on): Add freading.
13694         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
13695         but unread data.
13696
13697 2007-04-26  Eric Blake  <ebb9@byu.net>
13698         and Bruno Haible  <bruno@clisp.org>
13699
13700         Implement freading and fwriting.
13701         * lib/freading.c: New file.
13702         * lib/freading.h: Likewise.
13703         * m4/freading.m4: Likewise.
13704         * modules/freading: Likewise.
13705         * modules/freading-tests: Likewise.
13706         * tests/test-freading.c: Likewise.
13707         * lib/fwriting.c: New file.
13708         * lib/fwriting.h: Likewise.
13709         * m4/fwriting.m4: Likewise.
13710         * modules/fwriting: Likewise.
13711         * modules/fwriting-tests: Likewise.
13712         * tests/test-fwriting.c: Likewise.
13713         * MODULES.html.sh (File stream based Input/Output): Mention them.
13714
13715 2007-04-26  Bruno Haible  <bruno@clisp.org>
13716
13717         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
13718         'long' when we assume it.
13719         Suggested by Eric Blake.
13720
13721 2007-04-26  Bruno Haible  <bruno@clisp.org>
13722
13723         Ensure fseeko, ftello are declared on glibc systems.
13724         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
13725         * modules/fseeko (configure.ac-early): Likewise.
13726         * modules/ftello (configure.ac-early): Likewise.
13727         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
13728         AC_FUNC_FSEEKO for this.
13729         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
13730         (gl_CHECK_FSEEKO): Remove macro.
13731
13732 2007-04-26  Bruno Haible  <bruno@clisp.org>
13733
13734         * tests/test-fflush.c (main): Also check the ftell result after
13735         fflush and fseek/fseeko.
13736         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
13737         file descriptor position cache in the stream.
13738         * lib/fseeko.c (rpl_fseeko): Likewise.
13739
13740 2007-04-26  Bruno Haible  <bruno@clisp.org>
13741
13742         * modules/fflush-tests (Depends-on): Add fseeko.
13743
13744 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
13745             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13746
13747         * lib/argz_.h: ensure error_t definition is obtained in same
13748         mechanism system argz.h would have.
13749         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
13750         argz facilities are known bad.  Err on the side of caution if
13751         cross-compiling.
13752
13753 2007-04-25  Eric Blake  <ebb9@byu.net>
13754
13755         * lib/fpurge.c (includes): Use stdlib.h for free.
13756         * tests/test-fflush.c (main): Also test fflush-fseeko.
13757
13758 2007-04-25  Bruno Haible  <bruno@clisp.org>
13759
13760         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
13761         * lib/fseeko.c: New file.
13762         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
13763         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
13764         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
13765         gl_FUNC_FSEEKO.
13766         (gl_FUNC_FSEEKO): Invoke it.
13767         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
13768         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
13769         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
13770
13771 2007-04-25  Bruno Haible  <bruno@clisp.org>
13772
13773         * modules/fflush (Depends-on): Add ftello.
13774
13775 2007-04-25  Bruno Haible  <bruno@clisp.org>
13776
13777         * modules/ftello-tests: New file.
13778         * tests/test-ftello.c: New file.
13779
13780         * modules/ftello: New file.
13781         * m4/ftello.m4: New file.
13782         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
13783         HAVE_FTELLO.
13784         * lib/stdio_.h (ftello): New declaration.
13785         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
13786         HAVE_FTELLO.
13787
13788 2007-04-25  Bruno Haible  <bruno@clisp.org>
13789
13790         * modules/fseeko-tests: New file.
13791         * tests/test-fseeko.c: New file.
13792
13793         * modules/fseeko: New file.
13794         * m4/fseeko.m4: New file.
13795         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
13796         HAVE_FSEEKO.
13797         * lib/stdio_.h (fseeko): New declaration.
13798         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
13799         HAVE_FSEEKO.
13800
13801 2007-04-25  Bruno Haible  <bruno@clisp.org>
13802
13803         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
13804
13805 2007-04-25  Bruno Haible  <bruno@clisp.org>
13806
13807         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
13808         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
13809         * tests/test-unistd.c: Likewise.
13810         * tests/test-fcntl.c: Likewise.
13811
13812 2007-04-23  Eric Blake  <ebb9@byu.net>
13813
13814         * lib/fflush.c: Fix missing include.
13815         Reported by Bruno Haible.
13816
13817 2007-04-23  Bruno Haible  <bruno@clisp.org>
13818
13819         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
13820         Reported by Eric Blake.
13821
13822 2007-04-23  Bruno Haible  <bruno@clisp.org>
13823
13824         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
13825
13826 2007-04-23  Bruno Haible  <bruno@clisp.org>
13827
13828         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
13829
13830 2007-04-23  Bruno Haible  <bruno@clisp.org>
13831
13832         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
13833         Needed on HP-UX 11.
13834
13835 2007-04-16  Eric Blake  <ebb9@byu.net>
13836
13837         Make fflush rely on fpurge.
13838         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
13839         open coding all variants.
13840         * modules/fflush (Depends-on): Add fpurge and unistd.
13841         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
13842         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
13843
13844         Fix --with-tests compilation on cygwin.
13845         * modules/argmatch-tests (Makefile.am): List gnulib library first
13846         in LDADD.
13847         * modules/argp-tests (Makefile.am): Likewise.
13848         * modules/array-list-tests (Makefile.am): Likewise.
13849         * modules/array-oset-tests (Makefile.am): Likewise.
13850         * modules/avltree-list-tests (Makefile.am): Likewise.
13851         * modules/avltree-oset-tests (Makefile.am): Likewise.
13852         * modules/avltreehash-list-tests (Makefile.am): Likewise.
13853         * modules/carray-list-tests (Makefile.am): Likewise.
13854         * modules/dirname-tests (Makefile.am): Likewise.
13855         * modules/frexp-tests (Makefile.am): Likewise.
13856         * modules/isnanl-tests (Makefile.am): Likewise.
13857         * modules/linked-list-tests (Makefile.am): Likewise.
13858         * modules/linkedhash-list-tests (Makefile.am): Likewise.
13859         * modules/lock-tests (Makefile.am): Likewise.
13860         * modules/rbtree-list-tests (Makefile.am): Likewise.
13861         * modules/rbtree-oset-tests (Makefile.am): Likewise.
13862         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
13863         * modules/tls-tests (Makefile.am): Likewise.
13864         * modules/tsearch-tests (Makefile.am): Likewise.
13865         * modules/xvasprintf-tests (Makefile.am): Likewise.
13866
13867         Fix fpurge for cygwin.
13868         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
13869         value.
13870         * modules/fpurge-tests (Depends-on): Clean up trash.
13871
13872 2007-04-16  Simon Josefsson  <simon@josefsson.org>
13873
13874         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
13875
13876         * m4/autobuild.m4: Re-indent.
13877
13878 2007-04-13  Bruno Haible  <bruno@clisp.org>
13879
13880         * modules/fpurge-tests: New file.
13881         * tests/test-fpurge.c: New file.
13882
13883         * modules/fpurge: New file.
13884         * lib/fpurge.h: New file.
13885         * lib/fpurge.c: New file.
13886         * m4/fpurge.m4: New file.
13887
13888 2007-04-13  Bruno Haible  <bruno@clisp.org>
13889
13890         * modules/fbufmode-tests: New file.
13891         * tests/test-fbufmode.c: New file.
13892
13893         * modules/fbufmode: New file.
13894         * lib/fbufmode.h: New file.
13895         * lib/fbufmode.c: New file.
13896         * m4/fbufmode.m4: New file.
13897
13898 2007-04-13  Bruno Haible  <bruno@clisp.org>
13899
13900         * modules/fwritable-tests: New file.
13901         * tests/test-fwritable.c: New file.
13902
13903         * modules/fwritable: New file.
13904         * lib/fwritable.h: New file.
13905         * lib/fwritable.c: New file.
13906         * m4/fwritable.m4: New file.
13907
13908 2007-04-13  Bruno Haible  <bruno@clisp.org>
13909
13910         * modules/freadable-tests: New file.
13911         * tests/test-freadable.c: New file.
13912
13913         * modules/freadable: New file.
13914         * lib/freadable.h: New file.
13915         * lib/freadable.c: New file.
13916         * m4/freadable.m4: New file.
13917
13918 2007-04-13  Bruno Haible  <bruno@clisp.org>
13919
13920         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
13921         MOSTLYCLEANFILES.
13922
13923 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
13924
13925         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
13926         gzip bootstrap.conf to avoid dragging in i18n machinery.
13927         (gnulib_tool_option): Use it.
13928
13929 2007-04-13  Bruno Haible  <bruno@clisp.org>
13930
13931         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
13932         %F directives.
13933         * tests/test-vasprintf-posix.c (test_function): Likewise.
13934         * tests/test-snprintf-posix.h (test_function): Likewise.
13935         * tests/test-sprintf-posix.h (test_function): Likewise.
13936         * tests/test-fprintf-posix.h (test_function): Likewise.
13937         * tests/test-printf-posix.h (test_function): Likewise.
13938         * tests/test-fprintf-posix.out: Likewise.
13939
13940 2007-04-13  Bruno Haible  <bruno@clisp.org>
13941
13942         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
13943         * modules/tls-tests (configure.ac): Likewise.
13944         Reported by Arto C. Nirkko <anirkko@insel.ch>.
13945
13946 2007-04-13  Bruno Haible  <bruno@clisp.org>
13947
13948         * lib/tls.c (glthread_tls_get): Fix return type.
13949         Patch by Arto C. Nirkko <anirkko@insel.ch>.
13950
13951 2007-04-12  Eric Blake  <ebb9@byu.net>
13952
13953         * modules/gettime (Depends-on): Remove gettime.
13954         Reported by Dmitry V. Levin.
13955
13956 2007-04-12  Bruno Haible  <bruno@clisp.org>
13957
13958         * modules/fflush (Include): Mention <stdio.h>.
13959         * modules/strtoimax (Include): Mention <inttypes.h>.
13960         * modules/strtoumax (Include): Likewise.
13961
13962 2007-04-12  Eric Blake  <ebb9@byu.net>
13963
13964         * .cvsignore: New file.
13965         * .gitignore: Likewise.
13966
13967 2007-04-12  Bruno Haible  <bruno@clisp.org>
13968
13969         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
13970         not before, since $(LDADD) often contains libgnu.a.
13971         * modules/striconv-tests (test_striconv_LDADD): Likewise.
13972         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
13973         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
13974         Needed on Cygwin.
13975
13976 2007-04-12  Eric Blake  <ebb9@byu.net>
13977
13978         Work around glibc's failure to flush stdin on fclose.
13979         * lib/closein.c (close_stdin): Flush stdin before closing.
13980
13981         Work around glibc's failure to reset seekable stdin on exit.
13982         * modules/closein: New module.
13983         * lib/closein.c: New file.
13984         * lib/closein.h: Likewise.
13985         * m4/closein.m4: Likewise.
13986         * MODULES.html.sh (File stream based Input/Output): Document it.
13987
13988 2007-04-12  Simon Josefsson  <simon@josefsson.org>
13989
13990         * gnulib-tool: Rename generated 'autobuild' script to
13991         'do-autobuild' in --create-megatestdir output.
13992
13993         * doc/gnulib.texi (Build robot for gnulib): Fix.
13994
13995 2007-04-12  Simon Josefsson  <simon@josefsson.org>
13996
13997         * modules/sysexits (Depends-on): Add absolute-header.
13998
13999 2007-04-12  Eric Blake  <ebb9@byu.net>
14000
14001         No need to preserve errno on success.
14002         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
14003         Reported by Bruno Haible.
14004
14005 2007-04-12  Simon Josefsson  <simon@josefsson.org>
14006
14007         * MODULES.html.sh (Support for maintaining and releasing
14008         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
14009
14010 2007-04-12  Simon Josefsson  <simon@josefsson.org>
14011
14012         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
14013
14014 2007-04-12  Simon Josefsson  <simon@josefsson.org>
14015
14016         * modules/autobuild: New module.
14017
14018         * m4/autobuild.m4: New file.
14019
14020 2007-04-11  Bruno Haible  <bruno@clisp.org>
14021
14022         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
14023         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
14024         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
14025         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
14026         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14027         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14028         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14029         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
14030         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14031         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14032         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
14033         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14034         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14035         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
14036         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14037         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14038         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
14039         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14040         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14041         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
14042         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14043         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14044         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
14045         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14046         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14047         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
14048         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14049         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14050         Reported by Eric Blake.
14051
14052 2007-04-11  Bruno Haible  <bruno@clisp.org>
14053
14054         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
14055
14056 2007-04-10  Bruno Haible  <bruno@clisp.org>
14057
14058         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
14059         for NaN and Infinity. Needed on FreeBSD 6.1.
14060         * tests/test-vasnprintf-posix.c (test_function): Undo last change
14061         regarding results for "%010a" of Infinity and NaN.
14062         * tests/test-vasprintf-posix.c (test_function): Likewise.
14063         * tests/test-snprintf-posix.h (test_function): Likewise.
14064         * tests/test-sprintf-posix.h (test_function): Likewise.
14065         * tests/test-fprintf-posix.h (test_function): Likewise.
14066         * tests/test-printf-posix.h (test_function): Likewise.
14067         * tests/test-fprintf-posix.out: Likewise.
14068
14069 2007-04-10  Bruno Haible  <bruno@clisp.org>
14070
14071         * modules/locale-tests: New file.
14072         * tests/test-locale.c: New file.
14073
14074         * modules/locale: New file.
14075         * lib/locale_.h: New file.
14076         * m4/locale_h.m4: New file.
14077
14078 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
14079             Bruno Haible  <bruno@clisp.org>
14080
14081         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
14082         be determined, test for availability of the copysignf, copysign,
14083         copysignl functions.
14084         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
14085         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
14086         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
14087
14088 2007-04-09  Eric Blake  <ebb9@byu.net>
14089
14090         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
14091         * modules/stdio (Makefile.am): Support fflush.
14092         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
14093         * modules/fflush: New file.
14094         * lib/fflush.c: Likewise.
14095         * m4/fflush.m4: Likewise.
14096         * modules/fflush-tests: New test.
14097         * tests/test-fflush.c: Likewise.
14098         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
14099
14100 2007-04-06  Bruno Haible  <bruno@clisp.org>
14101
14102         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
14103         (VASNPRINTF): Use signbit for faster determination whether to print a
14104         minus sign.
14105         * modules/vasnprintf (Files): Remove lib/float+.h.
14106         * modules/fprintf-posix (Depends-on): Add signbit.
14107         * modules/snprintf-posix (Depends-on): Likewise.
14108         * modules/sprintf-posix (Depends-on): Likewise.
14109         * modules/vasnprintf-posix (Depends-on): Likewise.
14110         * modules/vasprintf-posix (Depends-on): Likewise.
14111         * modules/vfprintf-posix (Depends-on): Likewise.
14112         * modules/vsnprintf-posix (Depends-on): Likewise.
14113         * modules/vsprintf-posix (Depends-on): Likewise.
14114
14115 2007-04-06  Bruno Haible  <bruno@clisp.org>
14116
14117         * tests/test-frexp.c (main): Test also the sign bit of zero results.
14118         * tests/test-frexpl.c (main): Likewise.
14119         * tests/test-ldexpl.c (main): Likewise.
14120         * modules/frexp-tests (Depends-on): Add signbit.
14121         * modules/frexpl-tests (Depdends-on): Likewise.
14122         * modules/ldexpl-tests (Depdends-on): Likewise.
14123
14124 2007-04-06  Bruno Haible  <bruno@clisp.org>
14125
14126         * modules/signbit-tests: New file.
14127         * tests/test-signbit.c: New file.
14128
14129         * modules/signbit: New file.
14130         * lib/signbitf.c: New file.
14131         * lib/signbitd.c: New file.
14132         * lib/signbitl.c: New file.
14133         * m4/signbit.m4: New file.
14134         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
14135         (signbit): New macro.
14136         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
14137         REPLACE_SIGNBIT.
14138         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
14139         REPLACE_FREXPL into math.h.
14140
14141 2007-04-06  Bruno Haible  <bruno@clisp.org>
14142
14143         * modules/isnanf-nolibm-tests: New file.
14144         * tests/test-isnanf.c: New file.
14145
14146         * modules/isnanf-nolibm: New file.
14147         * lib/isnanf.h: New file.
14148         * lib/isnanf.c: New file.
14149         * lib/isnan.c: Consider the USE_FLOAT macro.
14150         * m4/isnanf.m4: New file.
14151
14152 2007-04-06  Bruno Haible  <bruno@clisp.org>
14153
14154         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
14155         (Link): New section.
14156
14157         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
14158
14159 2007-04-06  Bruno Haible  <bruno@clisp.org>
14160
14161         Assume the 'long double' type.
14162         * m4/longdouble.m4: Remove file.
14163         * config/srclist.txt: Don't mention longdouble.m4.
14164         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
14165         * lib/float+.h: Likewise.
14166         * lib/frexp.c: Likewise.
14167         * lib/printf-args.h: Likewise.
14168         * lib/printf-args.c: Likewise.
14169         * lib/printf-frexp.c: Likewise.
14170         * lib/printf-parse.c: Likewise.
14171         * lib/vasnprintf.c: Likewise.
14172         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
14173         * m4/intl.m4: Likewise.
14174         * m4/isnanl.m4: Likewise.
14175         * m4/printf.m4: Likewise.
14176         * m4/printf-frexpl.m4: Likewise.
14177         * m4/vasnprintf.m4: Likewise.
14178         * modules/allocsa (Files): Remove m4/longdouble.m4.
14179         * modules/gettext (Files): Likewise.
14180         * modules/relocatable-prog-wrapper (Files): Likewise.
14181         * modules/vasnprintf (Files): Likewise.
14182         * modules/isnanl (Files): Likewise.
14183         (Include): Simplify.
14184         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
14185         (Include): Simplify.
14186         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
14187         (Include): Simplify.
14188         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
14189         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
14190         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
14191         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
14192         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
14193         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
14194         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
14195         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
14196         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
14197         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
14198         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
14199         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
14200         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
14201         * tests/test-isnanl.c: Likewise.
14202         * tests/test-snprintf-posix.h: Likewise.
14203         * tests/test-sprintf-posix.h: Likewise.
14204         * tests/test-vasnprintf-posix.c: Likewise.
14205         * tests/test-vasnprintf-posix2.c: Likewise.
14206         * tests/test-vasprintf-posix.c: Likewise.
14207
14208 2007-04-06  Bruno Haible  <bruno@clisp.org>
14209
14210         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
14211         * lib/math_.h [__DECC]: Include the overridden include file through
14212         #include_next, outside the double-inclusion guard.
14213         * lib/stdio_.h [__DECC]: Likewise.
14214         * lib/stdlib_.h [__DECC]: Likewise.
14215         * lib/string_.h [__DECC]: Likewise.
14216         * lib/time_.h [__DECC]: Likewise.
14217         * lib/wchar_.h [__DECC]: Likewise.
14218         * lib/wctype_.h [__DECC]: Likewise.
14219         * lib/inttypes_.h [__DECC]: Likewise.
14220         Reported by Albert Chin <china@thewrittenword.com> in
14221         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
14222
14223 2007-04-04  Eric Blake  <ebb9@byu.net>
14224
14225         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
14226         1.5.x.
14227
14228 2007-04-04  Bruno Haible  <bruno@clisp.org>
14229
14230         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
14231         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
14232
14233 2007-04-04  Bruno Haible  <bruno@clisp.org>
14234
14235         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
14236         results for "%010a" of Infinity and NaN.
14237         * tests/test-vasprintf-posix.c (test_function): Likewise.
14238         * tests/test-snprintf-posix.h (test_function): Likewise.
14239         * tests/test-sprintf-posix.h (test_function): Likewise.
14240         * tests/test-fprintf-posix.h (test_function): Remove these tests.
14241         * tests/test-printf-posix.h (test_function): Likewise.
14242         * tests/test-fprintf-posix.out: Update.
14243         Needed for FreeBSD 6.1.
14244
14245 2007-04-04  Bruno Haible  <bruno@clisp.org>
14246
14247         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
14248         directly used by the gnulib modules nor by gnulib-tool.
14249
14250 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
14251
14252         * DEPENDENCIES: Give overall description of version dependency
14253         desirability.  Use more-typical names for apps.
14254         Add shell, coreutils, diffutils, grep, tar, gzip.
14255
14256 2007-04-04  Simon Josefsson  <simon@josefsson.org>
14257
14258         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
14259
14260 2007-04-04  Karl Berry  <karl@gnu.org>
14261
14262         * MODULES.html.sh (func_module): missing '.
14263
14264 2007-04-03  Bruno Haible  <bruno@clisp.org>
14265
14266         * modules/argmatch-tests (Makefile.am): New variable
14267         test_argmatch_LDADD.
14268         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
14269         * modules/array-list-tests (Makefile.am): New variable
14270         test_array_list_LDADD.
14271         * modules/array-oset-tests (Makefile.am): New variable
14272         test_array_oset_LDADD.
14273         * modules/avltree-list-tests (Makefile.am): New variable
14274         test_avltree_list_LDADD.
14275         * modules/avltree-oset-tests (Makefile.am): New variable
14276         test_avltree_oset_LDADD.
14277         * modules/avltreehash-list-tests (Makefile.am): New variable
14278         test_avltreehash_list_LDADD.
14279         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
14280         test_canonicalize_lgpl_LDADD.
14281         * modules/carray-list-tests (Makefile.am): New variable
14282         test_carray_list_LDADD.
14283         * modules/dirname-tests (Makefile.am): New variable
14284         test_dirname_LDADD.
14285         * modules/linked-list-tests (Makefile.am): New variable
14286         test_linked_list_LDADD.
14287         * modules/linkedhash-list-tests (Makefile.am): New variable
14288         test_linkedhash_list_LDADD.
14289         * modules/rbtree-list-tests (Makefile.am): New variable
14290         test_rbtree_list_LDADD.
14291         * modules/rbtree-oset-tests (Makefile.am): New variable
14292         test_rbtree_oset_LDADD.
14293         * modules/rbtreehash-list-tests (Makefile.am): New variable
14294         test_rbtreehash_list_LDADD.
14295         * modules/xvasprintf-tests (Makefile.am): New variable
14296         test_xvasprintf_LDADD.
14297         Reported by Eric Blake.
14298
14299 2007-04-03  Eric Blake  <ebb9@byu.net>
14300
14301         * DEPENDENCIES: Weaken m4 requirements.
14302
14303 2007-04-03  Bruno Haible  <bruno@clisp.org>
14304
14305         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
14306         * modules/isnanl-tests (configure.ac): Likewise.
14307
14308 2007-04-03  Ben Pfaff  <blp@gnu.org>
14309
14310         * modules/iconv_open: Add $(srcdir)/ to source directory
14311         references in Makefile fragments that call gperf, to fix VPATH
14312         builds.
14313
14314 2007-04-03  Bruno Haible  <bruno@clisp.org>
14315
14316         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
14317         * lib/ldexpl.c: Undo last change.
14318
14319 2007-04-03  Bruno Haible  <bruno@clisp.org>
14320
14321         * modules/printf-frexpl (Depends-on): Undo last change.
14322         (Files): Add m4/ldexpl.m4.
14323
14324 2007-04-03  Bruno Haible  <bruno@clisp.org>
14325
14326         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
14327         * modules/isnanl (Link): New section.
14328
14329         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
14330         * modules/frexp (Link): New section.
14331
14332         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
14333         * modules/frexpl (Link): New section.
14334
14335         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
14336         * modules/ldexpl (Link): New section.
14337
14338 2007-04-03  Bruno Haible  <bruno@clisp.org>
14339
14340         * modules/TEMPLATE-EXTENDED: New file.
14341         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
14342
14343 2007-04-03  Bruno Haible  <bruno@clisp.org>
14344
14345         * DEPENDENCIES: New file.
14346         Suggested by Simon Josefsson.
14347
14348 2007-04-03  Bruno Haible  <bruno@clisp.org>
14349
14350         * doc/gnulib.texi: Escape @.
14351
14352 2007-04-03  James Youngman  <jay@gnu.org>
14353         and Paul Eggert  <eggert@cs.ucla.edu>
14354
14355         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
14356         birthtime on all systems that have birthtime, not just those which
14357         use st_birthtimensec rather than st_birthtim.  Putting zero in
14358         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
14359         that the birth time is not available for files on an NFS mount.
14360
14361 2007-04-03  Simon Josefsson  <simon@josefsson.org>
14362
14363         * modules/memxor: Move back from crypto/, suggested by Bruno.
14364         * modules/crypto/hmac-sha1: Fix memxor dependency.
14365
14366         * modules/crypto/gc: Moved from ../.
14367
14368 2007-04-02  Eric Blake  <ebb9@byu.net>
14369
14370         * lib/ldexpl.c (includes): Avoid libm.
14371
14372         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
14373
14374 2007-04-02  Bruno Haible  <bruno@clisp.org>
14375
14376         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
14377         on IRIX.
14378
14379 2007-04-02  Bruno Haible  <bruno@clisp.org>
14380
14381         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
14382         x86 or x86_64 platforms running MacOS X.
14383         Reported by Ryan Schmidt <@ryandesign.com>.
14384
14385 2007-04-02  Bruno Haible  <bruno@clisp.org>
14386
14387         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
14388         i386.
14389
14390 2007-04-01  Simon Josefsson  <simon@josefsson.org>
14391
14392         * modules/crypto/arcfour: Moved from ../.
14393         * modules/crypto/arcfour-tests: Moved from ../.
14394         * modules/crypto/arctwo: Moved from ../.
14395         * modules/crypto/arctwo-tests: Moved from ../.
14396         * modules/crypto/des: Moved from ../.
14397         * modules/crypto/des-tests: Moved from ../.
14398         * modules/crypto/gc-arcfour: Moved from ../.
14399         * modules/crypto/gc-arcfour-tests: Moved from ../.
14400         * modules/crypto/gc-arctwo: Moved from ../.
14401         * modules/crypto/gc-arctwo-tests: Moved from ../.
14402         * modules/crypto/gc-des: Moved from ../.
14403         * modules/crypto/gc-des-tests: Moved from ../.
14404         * modules/crypto/gc-hmac-md5: Moved from ../.
14405         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
14406         * modules/crypto/gc-hmac-sha1: Moved from ../.
14407         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
14408         * modules/crypto/gc-md2: Moved from ../.
14409         * modules/crypto/gc-md2-tests: Moved from ../.
14410         * modules/crypto/gc-md4: Moved from ../.
14411         * modules/crypto/gc-md4-tests: Moved from ../.
14412         * modules/crypto/gc-md5: Moved from ../.
14413         * modules/crypto/gc-md5-tests: Moved from ../.
14414         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
14415         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
14416         * modules/crypto/gc-random: Moved from ../.
14417         * modules/crypto/gc-rijndael: Moved from ../.
14418         * modules/crypto/gc-rijndael-tests: Moved from ../.
14419         * modules/crypto/gc-sha1: Moved from ../.
14420         * modules/crypto/gc-sha1-tests: Moved from ../.
14421         * modules/crypto/gc-tests: Moved from ../.
14422         * modules/crypto/hmac-md5: Moved from ../.
14423         * modules/crypto/hmac-md5-tests: Moved from ../.
14424         * modules/crypto/hmac-sha1: Moved from ../.
14425         * modules/crypto/hmac-sha1-tests: Moved from ../.
14426         * modules/crypto/md2: Moved from ../.
14427         * modules/crypto/md2-tests: Moved from ../.
14428         * modules/crypto/md4: Moved from ../.
14429         * modules/crypto/md4-tests: Moved from ../.
14430         * modules/crypto/md5: Moved from ../.
14431         * modules/crypto/md5-tests: Moved from ../.
14432         * modules/crypto/memxor: Moved from ../.
14433         * modules/crypto/rijndael: Moved from ../.
14434         * modules/crypto/rijndael-tests: Moved from ../.
14435         * modules/crypto/sha1: Moved from ../.
14436
14437 2007-03-30  James Youngman  <jay@gnu.org>
14438
14439         * tests/test-stat-time.c (prepare_test): use chmod() rather than
14440         rename() to change the ctime of a file (because ctime is unaffected
14441         by rename on jfs2 on AIX 5.1).
14442         (main): Start by doing cleanup, in case a previous run failed leaving
14443         test files behind.
14444
14445 2007-03-31  Bruno Haible  <bruno@clisp.org>
14446
14447         Support old proprietary implementations of iconv.
14448         * modules/iconv_open: New file.
14449         * lib/iconv_.h: New file.
14450         * m4/iconv_h.m4: New file.
14451         * lib/iconv_open.c: New file.
14452         * lib/iconv_open-aix.gperf: New file.
14453         * lib/iconv_open-hpux.gperf: New file.
14454         * lib/iconv_open-irix.gperf: New file.
14455         * lib/iconv_open-osf.gperf: New file.
14456         * m4/iconv_open.m4: New file.
14457         * modules/linebreak (Depends-on): Add iconv_open.
14458         * modules/striconv (Depends-on): Likewise.
14459         * modules/striconveh (Depends-on): Likewise.
14460         * modules/unicodeio (Depends-on): Likewise.
14461         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
14462         (iconv_t)(-1).
14463         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
14464         conversion if cd is (iconv_t)(-1).
14465         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
14466         is not possible.
14467
14468 2007-03-31  Bruno Haible  <bruno@clisp.org>
14469
14470         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
14471         work on Solaris either. Protect also second use of "autodetect_jp".
14472
14473 2007-03-31  Bruno Haible  <bruno@clisp.org>
14474
14475         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
14476         the function is not present.
14477
14478 2007-03-31  Bruno Haible  <bruno@clisp.org>
14479
14480         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
14481         the function is not present.
14482
14483 2007-03-31  Bruno Haible  <bruno@clisp.org>
14484
14485         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
14486         a bug in HP-UX iconv_open().
14487
14488 2007-03-31  Bruno Haible  <bruno@clisp.org>
14489
14490         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
14491         (Mathematics <math.h>): New section, add fpieee.
14492         (Input/output <stdio.h>): Add fseterr.
14493         (Mathematics <math.h>): New section, add printf-frexp.
14494         (Container data structures): Add sublist.
14495         (Core language properties): Add fpucw, inline.
14496         (Functions for greatest-width integer types <inttypes.h>): Add
14497         imaxabs, imaxdiv, inttypes.
14498         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
14499         isnanl-nolibm, ldexp.
14500         (Mathematics <math.h>): New section, add printf-frexpl.
14501         (Support for systems lacking POSIX:2001): Add fprintf-posix,
14502         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
14503         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
14504         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
14505         (Unicode string functions): Add unistr/u*-mbtoucr.
14506         (Java): Add javacomp-script, javaexec-script.
14507         (C#): Add csharpcomp-script, csharpexec-script.
14508         (Support for building libraries and executables): Add havelib,
14509         relocatable-*.
14510         (Support for maintaining and releasing projects): Renamed from
14511         'Support for maintaining and release projects'. Add announce-gen.
14512
14513 2007-03-31  Bruno Haible  <bruno@clisp.org>
14514
14515         * README: Talk primarily about git.
14516         (git and CVS): Renamed from CVS.
14517         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
14518         gnulib is available through git.
14519         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
14520
14521 2007-03-30  Bruno Haible  <bruno@clisp.org>
14522
14523         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
14524         * lib/poll_.h: Likewise.
14525         * lib/stat_.h: Likewise.
14526         * lib/sys_time_.h: Likewise.
14527         * lib/sysexit_.h: Likewise.
14528         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
14529         * lib/stdbool_.h: Likewise.
14530         * lib/byteswap_.h: Add double-inclusion guard.
14531
14532 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
14533
14534         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
14535
14536 2007-03-30  Karl Berry  <karl@gnu.org>
14537
14538         * config/srclist-update: double space after USA in the license
14539         substitution, since that's how it's usually (?) written.
14540
14541 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
14542
14543         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
14544         reported by Bruno Haible.
14545
14546 2007-03-29  Bruno Haible  <bruno@clisp.org>
14547
14548         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
14549         a bug in AIX iconv().
14550
14551 2007-03-29  Bruno Haible  <bruno@clisp.org>
14552
14553         * modules/ldexpl-tests: New file.
14554         * tests/test-ldexpl.c: New file.
14555
14556 2007-03-29  Bruno Haible  <bruno@clisp.org>
14557
14558         * lib/ldexpl.c: Include fpucw.h.
14559         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
14560         multiplication.
14561         * modules/ldexpl (Depends-on): Add fpucw.
14562
14563 2007-03-29  Bruno Haible  <bruno@clisp.org>
14564
14565         * modules/ldexpl: New file.
14566         * m4/ldexpl.m4: New file.
14567         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
14568         set.
14569         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
14570         REPLACE_LDEXPL.
14571         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
14572         REPLACE_LDEXPL.
14573         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
14574         gl_FUNC_LDEXPL_WORKS.
14575         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
14576         * modules/mathl (Files): Remove lib/ldexpl.c.
14577         (Depends-on): Add ldexpl.
14578
14579 2007-03-29  Bruno Haible  <bruno@clisp.org>
14580
14581         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
14582
14583 2007-03-29  Bruno Haible  <bruno@clisp.org>
14584
14585         * tests/test-striconveh.c (main): Don't assume that a direct conversion
14586         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
14587         and possibly also HP-UX.
14588         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
14589         work on AIX, IRIX, HP-UX, OSF/1.
14590         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
14591         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
14592         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
14593         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
14594         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
14595         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
14596
14597 2007-03-29  Bruno Haible  <bruno@clisp.org>
14598
14599         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
14600
14601 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
14602
14603         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
14604         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
14605
14606 2007-03-29  Eric Blake  <ebb9@byu.net>
14607
14608         * lib/acl-internal.h: Remove redundant include.
14609         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
14610         Cygwin when a file is locked.
14611
14612 2007-03-29  Bruno Haible  <bruno@clisp.org>
14613
14614         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
14615         file.
14616         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
14617
14618 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
14619
14620         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
14621         try to remove a parent directory if the child couldn't be removed
14622         (except for the first rmdir, which could fail because the child
14623         doesn't exist).  Problem reported by Jeff Blaine in
14624         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
14625
14626 2007-03-28  Bruno Haible  <bruno@clisp.org>
14627
14628         * lib/striconveh.c (utf8conv_carefully): New function.
14629         (mem_cd_iconveh_internal): Invoke it.
14630
14631 2007-03-28  Bruno Haible  <bruno@clisp.org>
14632
14633         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
14634         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
14635         input.
14636         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
14637         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
14638         unistr/u8-uctomb.
14639
14640 2007-03-28  Bruno Haible  <bruno@clisp.org>
14641
14642         * modules/unistr/u8-mbtoucr: New file.
14643         * lib/unistr/u8-mbtoucr.c: New file.
14644         * modules/unistr/u16-mbtoucr: New file.
14645         * lib/unistr/u16-mbtoucr.c: New file.
14646         * modules/unistr/u16-mbtoucr: New file.
14647         * lib/unistr/u16-mbtoucr.c: New file.
14648         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
14649
14650 2007-03-27  Simon Josefsson  <simon@josefsson.org>
14651             Bruno Haible  <bruno@clisp.org>
14652
14653         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
14654         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
14655         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
14656
14657         * m4/stdio_h.m4: Add stubs for vasprintf too.
14658
14659         * modules/stdio: Support vasprintf in sed command.
14660
14661         * modules/vasprintf: Depend on stdio for prototypes.  Remove
14662         vasprintf.h.  Add stdio module indicator.
14663
14664         * lib/stdio_.h: Declare asprintf and vasprintf, based on
14665         vasprintf.h.
14666
14667         * lib/vasprintf.h: File removed.
14668
14669         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
14670         * lib/vasprintf.c: Ditto.
14671         * lib/xvasprintf.c: Ditto.
14672         * tests/test-vasprintf-posix.c: Ditto.
14673         * tests/test-vasprintf.c: Ditto.
14674
14675 2007-03-27  Bruno Haible  <bruno@clisp.org>
14676
14677         Make vasnprintf multithread-safe.
14678         * lib/vasnprintf.c (decimal_point_char): New function.
14679         (VASNPRINTF): Use it.
14680         Suggested by Simon Josefsson.
14681
14682 2007-03-27  Eric Blake  <ebb9@byu.net>
14683
14684         Support sub-second birthtime on cygwin.
14685         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
14686         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
14687         (get_stat_birthtime): Also work with st_birthtim.
14688
14689 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
14690
14691         * lib/stat-time.h (USE_BIRTHTIME): Remove.
14692         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
14693         (get_stat_birthtime_ns): Do not try to use "spare" fields.
14694         (get_stat_birthtime_ns): Simplify compile-time tests.
14695         (get_stat_birthtime): Change the API to look like
14696         get_stat_mtime etc., except return a negative tv_nsec on error.
14697         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
14698         Don't check for "spare" fields.
14699         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
14700         or for struct stat.st_birthtime, as these tests aren't used.
14701         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
14702
14703 2007-03-27  Bruno Haible  <bruno@clisp.org>
14704
14705         * lib/stat-time.h: Include <sys/stat.h>.
14706
14707 2007-03-27  James Youngman  <jay@gnu.org>
14708
14709         * lib/stat-time.h (get_stat_birthtime): New function for
14710           retrieving st_birthtime as provided by UFS2 (hence *BSD).
14711         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
14712           and its variants.
14713         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
14714         * modules/stat-time-test: New file.
14715         * tests/test-stat-time.c: New test, devised by Bruno Haible.
14716
14717 2007-03-26  Bruno Haible  <bruno@clisp.org>
14718
14719         Better support of signalling NaNs.
14720         * lib/atanl.c: Include isnanl.h.
14721         (atanl): Perform test for NaN at the beginning of the function and
14722         through a call to isnanl.
14723         * lib/cosl.c: Include isnanl.h.
14724         (cosl): Perform test for NaN at the beginning of the function and
14725         through a call to isnanl.
14726         * lib/ldexpl.c: Include isnanl.h.
14727         (ldexpl): Perform test for NaN through a call to isnanl.
14728         * lib/logl.c: Include isnanl.h.
14729         (logl): Perform test for NaN at the beginning of the function and
14730         through a call to isnanl.
14731         * lib/sinl.c: Include isnanl.h.
14732         (sinl): Perform test for NaN at the beginning of the function and
14733         through a call to isnanl.
14734         * lib/sqrtl.c: Include isnanl.h.
14735         (sqrtl): Perform test for NaN at the beginning of the function and
14736         through a call to isnanl.
14737         * lib/tanl.c: Include isnanl.h.
14738         (tanl): Perform test for NaN at the beginning of the function and
14739         through a call to isnanl.
14740         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
14741         * modules/mathl (Depends-on): Add isnanl.
14742
14743 2007-03-26  Eric Blake  <ebb9@byu.net>
14744
14745         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
14746         regression in logic sense of previous patch.
14747
14748 2007-03-26  Bruno Haible  <bruno@clisp.org>
14749
14750         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
14751         unportable shell command "if ! ...".
14752         Reported by Ralf Wildenhues.
14753
14754 2007-03-25  Bruno Haible  <bruno@clisp.org>
14755
14756         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
14757         <sysexits.h> file, and only add EX_CONFIG.
14758         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
14759         absolute file name and whether it is sufficient. Substitute also
14760         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
14761         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
14762         ABSOLUTE_SYSEXITS_H into sysexits.h.
14763
14764 2007-03-25  Bruno Haible  <bruno@clisp.org>
14765
14766         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
14767         hints is NULL.
14768
14769 2007-03-25  Bruno Haible  <bruno@clisp.org>
14770
14771         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
14772         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
14773
14774 2007-03-25  Bruno Haible  <bruno@clisp.org>
14775
14776         * lib/vasnprintf.c: Include langinfo.h.
14777         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
14778         multithread-safe.
14779         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
14780         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
14781         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14782         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14783         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14784         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14785         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14786         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
14787         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14788         Reported by Simon Josefsson.
14789
14790 2007-03-25  Bruno Haible  <bruno@clisp.org>
14791
14792         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
14793         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
14794         * modules/vasnprintf (Depends-on): Add stdint.
14795
14796 2007-03-25  Bruno Haible  <bruno@clisp.org>
14797
14798         * modules/fpieee: New file.
14799         * m4/fpieee.m4: New file.
14800         * modules/isnan-nolibm (Depends-on): Add fpieee.
14801         * modules/isnanl-nolibm (Depends-on): Add fpieee.
14802         * modules/isnanl (Depends-on): Add fpieee.
14803
14804 2007-03-25  Bruno Haible  <bruno@clisp.org>
14805
14806         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
14807
14808 2007-03-25  Bruno Haible  <bruno@clisp.org>
14809
14810         Avoid test failures on IRIX 6.5.
14811         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
14812         (main): Use it.
14813         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
14814         macros.
14815         (main): Use them.
14816
14817 2007-03-25  Bruno Haible  <bruno@clisp.org>
14818
14819         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
14820         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
14821         exists but doesn't work.
14822         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
14823         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
14824         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
14825         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
14826
14827 2007-03-25  Bruno Haible  <bruno@clisp.org>
14828
14829         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
14830         returns inf. Needed on IRIX 6.5.
14831
14832 2007-03-25  Bruno Haible  <bruno@clisp.org>
14833
14834         * tests/test-frexpl.c: Include isnanl-nolibm.h.
14835         (main): Use isnanl instead of x != x idiom.
14836         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
14837
14838         * tests/test-frexp.c: Include isnan.h.
14839         (main): Use isnan instead of x != x idiom.
14840         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
14841
14842 2007-03-25  Bruno Haible  <bruno@clisp.org>
14843
14844         * tests/test-frexp.c (NaN): New function/macro.
14845         (main): Use it instead of 0.0 / 0.0.
14846         * tests/test-isnan.c (NaN): New function/macro.
14847         (main): Use it instead of 0.0 / 0.0.
14848         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
14849         (test_function): Use it instead of 0.0 / 0.0.
14850         * tests/test-vasprintf-posix.c (NaN): New function/macro.
14851         (test_function): Use it instead of 0.0 / 0.0.
14852         * tests/test-snprintf-posix.h (NaN): New function/macro.
14853         (test_function): Use it instead of 0.0 / 0.0.
14854         * tests/test-sprintf-posix.h (NaN): New function/macro.
14855         (test_function): Use it instead of 0.0 / 0.0.
14856         * tests/test-fprintf-posix.h (NaN): New function/macro.
14857         (test_function): Use it instead of 0.0 / 0.0.
14858         * tests/test-printf-posix.h (NaN): New function/macro.
14859         (test_function): Use it instead of 0.0 / 0.0.
14860
14861         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
14862
14863 2007-03-25  Bruno Haible  <bruno@clisp.org>
14864
14865         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
14866
14867 2007-03-25  Bruno Haible  <bruno@clisp.org>
14868
14869         * lib/regexec.c (merge_state_with_log): Make static.
14870
14871 2007-03-25  Bruno Haible  <bruno@clisp.org>
14872
14873         * lib/trigl.c (kernel_rem_pio2): Make static.
14874
14875 2007-03-25  Bruno Haible  <bruno@clisp.org>
14876
14877         * lib/sincosl.c (sincosl_table): Make static.
14878
14879 2007-03-25  Bruno Haible  <bruno@clisp.org>
14880
14881         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
14882         if the compiler does not support C99.
14883
14884 2007-03-25  Bruno Haible  <bruno@clisp.org>
14885
14886         * modules/time (Makefile.am): Ensure all rule action lines start with a
14887         tab.
14888
14889 2007-03-24  Bruno Haible  <bruno@clisp.org>
14890
14891         * modules/tsearch-tests: New file.
14892         * tests/test-tsearch.sh: New file.
14893         * tests/test-tsearch.c: New file, mostly copied from glibc.
14894
14895         * modules/search-tests: New file.
14896         * tests/test-search.c: New file.
14897
14898         * modules/search: New file.
14899         * lib/search_.h: New file, incorporating lib/tsearch.h.
14900         * m4/search_h.m4: New file.
14901         * lib/tsearch.h: Remove file.
14902         * lib/tsearch.c: Include search.h instead of tsearch.h.
14903         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
14904         HAVE_TSEARCH.
14905         * modules/tsearch (Files): Remove lib/tsearch.h.
14906         (Depends-on): Add search.
14907         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
14908         (Include): Change tsearch.h into search.h.
14909
14910 2007-03-24  Bruno Haible  <bruno@clisp.org>
14911
14912         * modules/fpucw: New file.
14913         * lib/fpucw.h: New file.
14914         * lib/frexp.c: Include fpucw.h.
14915         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
14916         (FUNC): Use them.
14917         * lib/printf-frexp.c: Include fpucw.h.
14918         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
14919         (FUNC): Use them.
14920         * lib/vasnprintf.c: Include fpucw.h.
14921         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
14922         'long double' calculations.
14923         * tests/test-frexpl.c: Include fpucw.h.
14924         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
14925         * tests/test-printf-frexpl.c: Include fpucw.h.
14926         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
14927         * modules/frexpl (Depends-on): Add fpucw.
14928         * modules/printf-frexpl (Depends-on): Likewise.
14929         * modules/fprintf-posix (Depends-on): Likewise.
14930         * modules/snprintf-posix (Depends-on): Likewise.
14931         * modules/sprintf-posix (Depends-on): Likewise.
14932         * modules/vasnprintf-posix (Depends-on): Likewise.
14933         * modules/vasprintf-posix (Depends-on): Likewise.
14934         * modules/vfprintf-posix (Depends-on): Likewise.
14935         * modules/vsnprintf-posix (Depends-on): Likewise.
14936         * modules/vsprintf-posix (Depends-on): Likewise.
14937         * modules/frexpl-tests (Depends-on): Likewise.
14938         * modules/printf-frexpl-tests (Depends-on): Likewise.
14939
14940 2007-03-24  Bruno Haible  <bruno@clisp.org>
14941
14942         * lib/float+.h: New file.
14943         * lib/isnan.c: Include float+.h.
14944         (SIZE): New macro.
14945         (FUNC): Compare only SIZE bytes of the value.
14946         * lib/vasnprintf.c: Include float+.h.
14947         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
14948         SIZEOF_LDBL or SIZEOF_DBL bytes.
14949         * modules/isnan-nolibm (Files): Add lib/float+.h.
14950         * modules/isnanl-nolibm (Files): Add lib/float+.h.
14951         * modules/isnanl (Files): Add lib/float+.h.
14952         * modules/vasnprintf (Files): Add lib/float+.h.
14953
14954 2007-03-24  Bruno Haible  <bruno@clisp.org>
14955
14956         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
14957         include isnanl-nolibm.h.
14958
14959 2007-03-24  Bruno Haible  <bruno@clisp.org>
14960
14961         * tests/test-read-file.c (main): Don't produce spurious output for
14962         expected situations. Make the test fail if it encountered unexpected
14963         results.
14964
14965 2007-03-24  Bruno Haible  <bruno@clisp.org>
14966
14967         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
14968         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
14969
14970 2007-03-24  Bruno Haible  <bruno@clisp.org>
14971
14972         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
14973
14974 2007-03-24  Bruno Haible  <bruno@clisp.org>
14975
14976         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
14977         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
14978
14979         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
14980         * modules/utf8-ucs4: Turn into a symbolic link to module
14981         unistr/u8-mbtouc.
14982
14983         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
14984         utf8-ucs4-unsafe.
14985         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
14986         unistr/u8-mbtouc-unsafe.
14987
14988         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
14989         * modules/utf16-ucs4: Turn into a symbolic link to module
14990         unistr/u16-mbtouc.
14991
14992         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
14993         utf16-ucs4-unsafe.
14994         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
14995         unistr/u16-mbtouc-unsafe.
14996
14997         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
14998         * modules/ucs4-utf8: Turn into a symbolic link to module
14999         unistr/u8-ubtomb.
15000
15001         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
15002         * modules/ucs4-utf16: Turn into a symbolic link to module
15003         unistr/u16-ubtomb.
15004
15005 2007-03-24  Bruno Haible  <bruno@clisp.org>
15006
15007         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
15008         Enable the function only if HAVE_INLINE.
15009         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
15010         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
15011         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
15012         Enable the function only if HAVE_INLINE.
15013         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
15014         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
15015         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
15016         Enable the function only if HAVE_INLINE.
15017         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
15018         Enable the function only if HAVE_INLINE.
15019         * modules/utf8-ucs4: Update.
15020         * modules/utf8-ucs4-unsafe: Update.
15021         * modules/utf16-ucs4: Update.
15022         * modules/utf16-ucs4-unsafe: Update.
15023         * modules/ucs4-utf8: Update.
15024         * modules/ucs4-utf16: Update.
15025
15026 2007-03-24  Bruno Haible  <bruno@clisp.org>
15027
15028         * lib/utf8-ucs4.h: Remove file.
15029         * lib/utf8-ucs4-unsafe.h: Remove file.
15030         * lib/utf16-ucs4.h: Remove file.
15031         * lib/utf16-ucs4-unsafe.h: Remove file.
15032         * lib/ucs4-utf8.h: Remove file.
15033         * lib/ucs4-utf16.h: Remove file.
15034         * lib/unistr.h: Include their previous contents.
15035         * m4/utf-ucs4.m4: Remove file.
15036         * m4/ucs4-utf.m4: Remove file.
15037         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
15038         (Depends-on): Add unistr/base.
15039         (configure.ac): Remove gl_UTF_UCS4.
15040         (Makefile.am): Update.
15041         (Include): Change to unistr.h.
15042         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
15043         (Depends-on): Add unistr/base.
15044         (configure.ac): Remove gl_UTF_UCS4.
15045         (Makefile.am): Update.
15046         (Include): Change to unistr.h.
15047         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
15048         (Depends-on): Add unistr/base.
15049         (configure.ac): Remove gl_UTF_UCS4.
15050         (Makefile.am): Update.
15051         (Include): Change to unistr.h.
15052         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
15053         (Depends-on): Add unistr/base.
15054         (configure.ac): Remove gl_UTF_UCS4.
15055         (Makefile.am): Update.
15056         (Include): Change to unistr.h.
15057         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
15058         (Depends-on): Add unistr/base.
15059         (configure.ac): Remove gl_UCS4_UTF.
15060         (Makefile.am): Update.
15061         (Include): Change to unistr.h.
15062         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
15063         (Depends-on): Add unistr/base.
15064         (configure.ac): Remove gl_UCS4_UTF.
15065         (Makefile.am): Update.
15066         (Include): Change to unistr.h.
15067         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
15068         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
15069         utf8-ucs4-unsafe.h.
15070         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
15071         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
15072         utf16-ucs4-unsafe.h.
15073         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
15074         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
15075         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
15076         * lib/unistr/u8-strchr.c: Likewise.
15077         * lib/unistr/u8-strrchr.c: Likewise.
15078         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
15079         * lib/unistr/u16-strchr.c: Likewise.
15080         * lib/unistr/u16-strrchr.c: Likewise.
15081         * lib/striconveh.c: Update.
15082         * lib/linebreak.c: Update.
15083
15084 2007-03-24  Bruno Haible  <bruno@clisp.org>
15085
15086         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
15087         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
15088
15089 2007-03-22  Bruno Haible  <bruno@clisp.org>
15090
15091         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
15092
15093 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
15094
15095         * MODULES.html.sh (File system functions): New module write-any-file.
15096         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
15097         * m4/write-any-file.m4: New files.
15098
15099 2007-03-23  Eric Blake  <ebb9@byu.net>
15100
15101         * gnulib-tool: Rearrange space-tab sequences, since some editors
15102         like to eat them.
15103
15104 2007-03-23  Eric Blake  <ebb9@byu.net>
15105
15106         * lib/version-etc.c (version_etc_va): Update license wording to
15107         be more concise.  Recommended by Richard Stallman.
15108
15109 2007-03-22  Bruno Haible  <bruno@clisp.org>
15110
15111         * lib/poll.c (MSG_PEEK): New fallback definition.
15112
15113 2007-03-22  Bruno Haible  <bruno@clisp.org>
15114
15115         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
15116         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
15117         (main): Update.
15118         Fixes a compilation error on BeOS.
15119
15120 2007-03-22  Bruno Haible  <bruno@clisp.org>
15121
15122         * modules/frexpl-tests: New file.
15123         * tests/test-frexpl.c: New file.
15124
15125         * modules/frexpl: New file.
15126         * m4/frexpl.m4: New file.
15127         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
15128         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
15129         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
15130         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
15131         (Depends-on): Add frexpl. Remove isnanl-nolibm.
15132         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
15133
15134 2007-03-22  Bruno Haible  <bruno@clisp.org>
15135
15136         * lib/frexpl.c: Share code with lib/frexp.c.
15137         * modules/mathl (Files): Add lib/frexp.c.
15138         (Depends-on): Add isnanl-nolibm.
15139
15140 2007-03-22  Bruno Haible  <bruno@clisp.org>
15141
15142         * modules/printf-frexp (Files): Add m4/frexp.m4.
15143         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
15144         only if the found frexp function actually works.
15145
15146 2007-03-22  Bruno Haible  <bruno@clisp.org>
15147
15148         * lib/frexp.c: Remove older implementation that uses divisions.
15149
15150 2007-03-21  Bruno Haible  <bruno@clisp.org>
15151
15152         * modules/frexp-tests: New file.
15153         * tests/test-frexp.c: New file.
15154
15155         * modules/frexp: New file.
15156         * lib/frexp.c: New file.
15157         * m4/frexp.m4: New file.
15158         * lib/math_.h (frexp): New declaration.
15159         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
15160         REPLACE_FREXP.
15161         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
15162
15163 2007-03-21  Bruno Haible  <bruno@clisp.org>
15164
15165         * modules/isnanl-tests: New file.
15166         * tests/test-isnanl.c: New file.
15167
15168         * modules/isnanl: New file.
15169         * lib/isnanl.h: New file.
15170         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
15171         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
15172         gl_FUNC_ISNANL_WORKS.
15173         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
15174         New macros.
15175
15176 2007-03-21  Bruno Haible  <bruno@clisp.org>
15177
15178         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
15179         lib/isnanl.h.
15180         (Include): Update.
15181         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
15182         * lib/vasnprintf.c: Update.
15183         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
15184         tests/test-isnanl.h, remove tests/test-isnanl.c.
15185         (Makefile.am): Update.
15186         * tests/test-isnanl-nolibm.c: New file.
15187         * tests/test-isnanl.h: New file.
15188         * tests/test-isnanl.c: Remove file.
15189
15190 2007-03-21  Jim Meyering  <jim@meyering.net>
15191
15192         When trying to open ".", treat ESTALE like EACCES.
15193         * lib/savewd.c (savewd_save): Resort to forking not just upon
15194         failure with EACCES, but also when errno is ESTALE.
15195
15196 2007-03-20  Bruno Haible  <bruno@clisp.org>
15197
15198         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
15199         Needed on AIX 5.1. Reported by Matthew Woehlke.
15200
15201 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
15202
15203         Suggestions by Bruno Haible:
15204         * lib/acl-internal.h: Include "gettext.h" rather than rolling
15205         our own.
15206         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
15207         * modules/acl (Depends-on): Add gettext.
15208
15209 2007-03-19  Bruno Haible  <bruno@clisp.org>
15210
15211         * modules/iconvme: Remove file.
15212         * lib/iconvme.h: Remove file.
15213         * lib/iconvme.c: Remove file.
15214         * m4/iconvme.m4: Remove file.
15215
15216 2007-03-19  Bruno Haible  <bruno@clisp.org>
15217
15218         * doc/relocatable-maint.texi: Break long shell script line.
15219         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
15220
15221 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
15222
15223         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
15224         handle file_has_acl.
15225         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
15226         * lib/acl.c: Move header inclusions and related macro defns into
15227         lib/acl-internal.h.
15228         (S_ISLNK): Remove defn, since that's now done for us.
15229         (file_has_acl): Move to lib/file-has-acl.c.
15230         Call acl_trivial if available.  This is the crucial part of the fix.
15231         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
15232         shared within the library.  Rewrite a bit, partly to make it compatible
15233         with the GNU coding style.
15234         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
15235         Remove unnecessary double-quotes.
15236         Don't test for acl_to_text; the build will catch that.
15237         Replace acl_entries if it doesn't exist and it is needed.
15238         Check for -lsec and acl_trivial (as used on Solaris 10).
15239         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
15240         lib/file-has-acl.c.
15241         (Depends-on): Add sys_stat, for S_ISLNK.
15242
15243 2007-03-19  Ben Pfaff  <blp@gnu.org>
15244
15245         * doc/gnulib.texi: Fix typos.
15246         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
15247
15248 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
15249
15250         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
15251         If size is zero here, buf must be zero.
15252
15253 2007-03-19  Simon Josefsson  <simon@josefsson.org>
15254
15255         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
15256         <bruno@clisp.org>.
15257
15258 2007-03-18  Bruno Haible  <bruno@clisp.org>
15259
15260         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
15261         Suggested by Eric Blake.
15262
15263 2007-03-18  Ben Pfaff  <blp@gnu.org>
15264
15265         * doc/relocatable.texi: Recommend using as prefix a directory
15266         that does not exist and will never be created.  Based on
15267         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
15268         and others.
15269
15270 2007-03-17  Bruno Haible  <bruno@clisp.org>
15271
15272         * lib/fchownat.c: Include lchown.h.
15273
15274 2007-03-17  Bruno Haible  <bruno@clisp.org>
15275
15276         Fix endless loop when the given allocated size was > INT_MAX.
15277         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
15278         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
15279         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
15280         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
15281         * lib/sprintf.c (sprintf): Likewise.
15282
15283 2007-03-17  Bruno Haible  <bruno@clisp.org>
15284
15285         * tests/test-argp-2.sh (func_compare): Output a context diff.
15286
15287 2007-03-17  Bruno Haible  <bruno@clisp.org>
15288
15289         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
15290         locale's decimal-point character.
15291
15292 2007-03-17  Bruno Haible  <bruno@clisp.org>
15293
15294         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
15295         before comparing it. Needed because on some platforms (e.g. x86) a
15296         'long double' occupies less bytes than sizeof (long double).
15297
15298 2007-03-17  Bruno Haible  <bruno@clisp.org>
15299
15300         * tests/test-crc.c (main): Make printf statements 64-bit clean.
15301         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
15302         * tests/test-getaddrinfo.c (simple): Likewise.
15303         * tests/test-read-file.c (main): Likewise.
15304
15305 2007-03-17  Bruno Haible  <bruno@clisp.org>
15306
15307         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
15308
15309 2007-03-17  Bruno Haible  <bruno@clisp.org>
15310
15311         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
15312         unused variable.
15313
15314 2007-03-17  Bruno Haible  <bruno@clisp.org>
15315
15316         * tests/test-c-strcasecmp.c: Include c-strcase.h.
15317         * tests/test-c-strncasecmp.c: Likewise.
15318
15319 2007-03-17  Bruno Haible  <bruno@clisp.org>
15320
15321         * modules/stdlib (Depends-on): Add unistd.
15322         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
15323         Needed for MacOS X 10.3.
15324
15325 2007-03-17  Bruno Haible  <bruno@clisp.org>
15326
15327         * lib/unistr/u-strdup.h: Include <stdlib.h>.
15328
15329 2007-03-17  Bruno Haible  <bruno@clisp.org>
15330
15331         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
15332
15333 2007-03-17  Bruno Haible  <bruno@clisp.org>
15334
15335         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
15336         to reflect files copied from gnulib (with or without modifications).
15337         Suggested by Jim Meyering.
15338
15339 2007-03-17  Eric Blake  <ebb9@byu.net>
15340
15341         * NEWS: Document stdlib change from 2007-02-18.
15342
15343 2007-03-17  Jim Meyering  <jim@meyering.net>
15344
15345         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
15346         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
15347         someone uses a name containing shell meta-characters.
15348         Reported by Alfred M. Szmidt.
15349
15350         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
15351
15352 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
15353
15354         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
15355         and copy gettext configuration files only if configure.ac contains
15356         a use of AM_GNU_GETTEXT_VERSION.
15357
15358 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
15359
15360         * build-aux/bootstrap (gnulib_name): New variable.
15361         (gnulib_tool_options): Use it.
15362
15363 2007-03-13  Simon Josefsson  <simon@josefsson.org>
15364
15365         * tests/test-des.c: Use new namespace.
15366
15367 2007-03-15  Bruno Haible  <bruno@clisp.org>
15368
15369         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
15370         Reported by James Youngman <jay@gnu.org>.
15371
15372 2007-03-15  Bruno Haible  <bruno@clisp.org>
15373
15374         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
15375         declared prototype. Needed with cc on OSF/1 5.1.
15376
15377 2007-03-15  Bruno Haible  <bruno@clisp.org>
15378
15379         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
15380         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
15381         (struct gl_list_implementation): Add dispose_fn argument to the
15382         'create_empty', 'create' methods.
15383         (struct gl_list_impl_base): Add field 'dispose_fn'.
15384         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
15385         argument.
15386         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
15387         dispose_fn argument.
15388         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
15389         dispose_fn on the dropped values.
15390         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
15391         dispose_fn argument.
15392         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
15393         dropped values.
15394         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
15395         (gl_tree_remove_node): Call dispose_fn on the dropped value.
15396         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
15397         (gl_tree_remove_node): Call dispose_fn on the dropped value.
15398         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
15399         argument.
15400         (gl_tree_list_free): Call dispose_fn on the dropped values.
15401         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
15402         the dropped values.
15403         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
15404         Add dispose_fn argument.
15405         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
15406         Call dispose_fn on the dropped values.
15407         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
15408         Add dispose_fn argument.
15409         (gl_sublist_create): Initialize the 'dispose_fn' field.
15410         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
15411         * tests/test-array_list.c (main): Update.
15412         * tests/test-carray_list.c (main): Update.
15413         * tests/test-avltree_list.c (main): Update.
15414         * tests/test-rbtree_list.c (main): Update.
15415         * tests/test-avltreehash_list.c (main): Update.
15416         * tests/test-rbtreehash_list.c (main): Update.
15417         * tests/test-linked_list.c (main): Update.
15418         * tests/test-linkedhash_list.c (main): Update.
15419         * tests/test-array_oset.c (main): Update.
15420
15421 2007-03-15  Bruno Haible  <bruno@clisp.org>
15422
15423         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
15424         (gl_oset_create_empty): Add dispose_fn argument.
15425         (struct gl_oset_implementation): Add dispose_fn argument to
15426         'create_empty' method.
15427         (struct gl_oset_impl_base): Add dispose_fn field.
15428         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
15429         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
15430         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
15431         values.
15432         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
15433         (gl_tree_oset_free): Call dispose_fn on the dropped values.
15434         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
15435         dropped value.
15436         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
15437         dropped value.
15438         * tests/test-array_oset.c (main): Update.
15439         * tests/test-avltree_oset.c (main): Update.
15440         * tests/test-rbtree_oset.c (main): Update.
15441         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
15442
15443 2007-03-13  Bruno Haible  <bruno@clisp.org>
15444
15445         * tests/test-stdbool.c (i): Update after last patch.
15446
15447 2007-03-12  Bruno Haible  <bruno@clisp.org>
15448
15449         * lib/quotearg.c: Include <wctype.h> early, before the definition of
15450         the iswprint macro. Needed on Solaris 2.5.1.
15451
15452 2007-03-12  Bruno Haible  <bruno@clisp.org>
15453
15454         * tests/test-printf-frexp.c (main): Declare x as volatile.
15455
15456 2007-03-12  Simon Josefsson  <simon@josefsson.org>
15457
15458         * doc/gnulib.texi (Build robot for gnulib): New section.
15459
15460 2007-03-12  Jim Meyering  <jim@meyering.net>
15461
15462         * build-aux/bootstrap: New file.
15463         * build-aux/bootstrap.conf: New file, from coreutils.
15464
15465 2007-03-11  Bruno Haible  <bruno@clisp.org>
15466
15467         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
15468
15469 2007-03-12  Simon Josefsson  <simon@josefsson.org>
15470
15471         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
15472         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
15473         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
15474
15475 2007-03-11  Bruno Haible  <bruno@clisp.org>
15476
15477         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
15478         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
15479
15480 2007-03-11  Bruno Haible  <bruno@clisp.org>
15481
15482         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
15483         formula. Needed for SunPRO C 5.0.
15484
15485 2007-03-11  Bruno Haible  <bruno@clisp.org>
15486
15487         * modules/long-options (Depends-on): Add getopt.
15488
15489 2007-03-11  Bruno Haible  <bruno@clisp.org>
15490
15491         * modules/modechange (Depends-on): Add stdbool.
15492
15493 2007-03-11  Bruno Haible  <bruno@clisp.org>
15494
15495         * modules/i-ring (Depends-on): Add stdbool.
15496
15497 2007-03-11  Bruno Haible  <bruno@clisp.org>
15498
15499         * modules/gc-des (Depends-on): Add stdbool.
15500
15501 2007-03-11  Bruno Haible  <bruno@clisp.org>
15502
15503         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
15504
15505 2007-03-11  Bruno Haible  <bruno@clisp.org>
15506
15507         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
15508
15509 2007-03-11  Bruno Haible  <bruno@clisp.org>
15510
15511         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
15512
15513 2007-03-11  Bruno Haible  <bruno@clisp.org>
15514
15515         * lib/vasnprintf.c (sprintf): Undefine.
15516
15517 2007-03-11  Bruno Haible  <bruno@clisp.org>
15518
15519         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
15520         initializers in SunPRO C and Compaq C compilers.
15521
15522 2007-03-11  Bruno Haible  <bruno@clisp.org>
15523
15524         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
15525         decrementing code ANSI C compliant.
15526
15527 2007-03-11  Bruno Haible  <bruno@clisp.org>
15528
15529         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
15530         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
15531
15532 2007-03-11  Bruno Haible  <bruno@clisp.org>
15533
15534         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
15535         <stdbool.h> substitute doesn't pass.
15536
15537 2007-03-11  Bruno Haible  <bruno@clisp.org>
15538
15539         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
15540
15541 2007-03-11  Bruno Haible  <bruno@clisp.org>
15542
15543         * gnulib-tool (func_create_megatestdir): Create also an autobuild
15544         script, for submission to autobuild.josefsson.org.
15545
15546 2007-03-10  Bruno Haible  <bruno@clisp.org>
15547
15548         * modules/canonicalize-lgpl-tests: New file.
15549         * tests/test-canonicalize-lgpl.sh: New file.
15550         * tests/test-canonicalize-lgpl.c: New file.
15551
15552         * modules/c-strcase-tests: New file.
15553         * tests/test-c-strcase.sh: New file.
15554         * tests/test-c-strcasecmp.c: New file.
15555         * tests/test-c-strncasecmp.c: New file.
15556
15557         * modules/atexit-tests: New file.
15558         * tests/test-atexit.sh: New file.
15559         * tests/test-atexit.c: New file.
15560
15561 2007-03-10  Bruno Haible  <bruno@clisp.org>
15562
15563         * tests/test-binary-io.sh: Use temporary filenames that are not so
15564         likely to clash with those of other tests (in a parallel make).
15565         * tests/test-binary-io.c: Likewise.
15566
15567 2007-03-10  Bruno Haible  <bruno@clisp.org>
15568
15569         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
15570         fallback; use #error instead.
15571         Suggested by Simon Josefsson.
15572
15573 2007-03-10  Bruno Haible  <bruno@clisp.org>
15574
15575         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
15576         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
15577         first and the last.
15578
15579 2007-03-10  Bruno Haible  <bruno@clisp.org>
15580
15581         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
15582
15583 2007-03-10  Bruno Haible  <bruno@clisp.org>
15584
15585         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
15586         "make distcheck".
15587         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
15588         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
15589         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
15590
15591 2007-03-10  Bruno Haible  <bruno@clisp.org>
15592
15593         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
15594         variable.
15595         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
15596         variable.
15597
15598 2007-03-09  Eric Blake  <ebb9@byu.net>
15599         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
15600
15601         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
15602         types are not being provided by gnulib.
15603         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
15604         types are supported.
15605
15606 2007-03-10  Bruno Haible  <bruno@clisp.org>
15607
15608         * lib/stdio_.h (__attribute__): New macro.
15609         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
15610         vsprintf): Specify __attribute__ __format__ for GCC.
15611         Suggested by Eric Blake.
15612
15613 2007-03-09  Bruno Haible  <bruno@clisp.org>
15614
15615         * modules/printf-posix-tests: New file.
15616         * tests/test-printf-posix.sh: New file.
15617         * tests/test-printf-posix.c: New file.
15618
15619         * modules/printf-posix: New file.
15620         * lib/printf.c: New file.
15621         * m4/printf-posix-rpl.m4: New file.
15622         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
15623         REPLACE_PRINTF.
15624         * lib/stdio_.h (printf): New declaration.
15625         (format, __format__, ____printf____, ____scanf____, ____strftime____,
15626         ____strfmon____): New macros.
15627         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
15628         REPLACE_PRINTF.
15629
15630 2007-03-09  Bruno Haible  <bruno@clisp.org>
15631
15632         * tests/test-vasnprintf-posix2.sh: New file.
15633         * tests/test-vasnprintf-posix2.c: New file.
15634         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
15635         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
15636         (Makefile.am): Activate test-vasnprintf-posix2.sh.
15637
15638         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
15639         a locale dependent decimal point, rather than always '.'.
15640
15641 2007-03-09  Eric Blake  <ebb9@byu.net>
15642
15643         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
15644         spite of platforms like Tandem/NSK that define it to -1.
15645
15646 2007-03-08  Bruno Haible  <bruno@clisp.org>
15647
15648         * modules/vprintf-posix-tests: New file.
15649         * tests/test-vprintf-posix.sh: New file.
15650         * tests/test-vprintf-posix.c: New file.
15651         * tests/test-printf-posix.h: New file.
15652
15653         * modules/vprintf-posix: New file.
15654         * lib/vprintf.c: New file.
15655         * m4/vprintf-posix.m4: New file.
15656         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
15657         REPLACE_VPRINTF.
15658         * lib/stdio_.h (vprintf): New declaration.
15659         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
15660         REPLACE_VPRINTF.
15661
15662 2007-03-08  Bruno Haible  <bruno@clisp.org>
15663
15664         * modules/fprintf-posix-tests: New file.
15665         * tests/test-fprintf-posix.sh: New file.
15666         * tests/test-fprintf-posix.c: New file.
15667
15668         * modules/fprintf-posix: New file.
15669         * lib/fprintf.c: New file.
15670         * m4/fprintf-posix.m4: New file.
15671         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
15672         REPLACE_FPRINTF.
15673         * lib/stdio_.h (fprintf): New declaration.
15674         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
15675         REPLACE_FPRINTF.
15676
15677 2007-03-08  Bruno Haible  <bruno@clisp.org>
15678
15679         * modules/vfprintf-posix-tests: New file.
15680         * tests/test-vfprintf-posix.sh: New file.
15681         * tests/test-vfprintf-posix.c: New file.
15682         * tests/test-fprintf-posix.h: New file.
15683         * tests/test-fprintf-posix.out: New file.
15684
15685         * modules/vfprintf-posix: New file.
15686         * lib/vfprintf.c: New file.
15687         * m4/vfprintf-posix.m4: New file.
15688         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
15689         REPLACE_VFPRINTF.
15690         * lib/stdio_.h (vfprintf): New declaration.
15691         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
15692         REPLACE_VFPRINTF.
15693
15694 2007-03-08  Bruno Haible  <bruno@clisp.org>
15695
15696         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
15697
15698 2007-03-08  Bruno Haible  <bruno@clisp.org>
15699
15700         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
15701         instead of 'expr' invocations.
15702         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15703         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15704         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15705         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15706         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15707         Suggested by Paul Eggert.
15708
15709 2007-03-08  Bruno Haible  <bruno@clisp.org>
15710
15711         * modules/fseterr-tests: New file.
15712         * tests/test-fseterr.c: New file.
15713
15714         * modules/fseterr: New file.
15715         * lib/fseterr.h: New file.
15716         * lib/fseterr.c: New file.
15717
15718 2007-03-08  Bruno Haible  <bruno@clisp.org>
15719
15720         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
15721         * lib/getopt_.h: Likewise.
15722         * lib/mbswidth.h: Likewise.
15723         * lib/setenv.h: Likewise.
15724         * lib/vasnprintf.h: Likewise.
15725         * lib/vasprintf.h: Likewise.
15726         * lib/verror.h: Likewise.
15727         * lib/xsetenv.h: Likewise.
15728         * lib/xvasprintf.h: Likewise.
15729
15730 2007-03-08  Jim Meyering  <jim@meyering.net>
15731
15732         * users.txt: Add parted.
15733
15734         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
15735
15736 2007-03-07  Bruno Haible  <bruno@clisp.org>
15737
15738         * m4/printf.m4: Make the shell script snippets copy&pastable.
15739
15740 2007-03-02  Bruno Haible  <bruno@clisp.org>
15741
15742         * lib/netinet_in_.h: New file.
15743         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
15744         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
15745         * modules/netinet_in (Files): Add lib/netinet_in_.h.
15746         (Depends-on): Add absolute-header.
15747         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
15748         into netinet/in.h.
15749
15750 2007-03-03  Bruno Haible  <bruno@clisp.org>
15751
15752         * lib/sys_select_.h: New file.
15753         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
15754         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
15755         * modules/sys_select (Files): Add lib/sys_select_.h.
15756         (Depends-on): Add absolute-header.
15757         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
15758         into sys/select.h.
15759
15760 2007-03-02  Bruno Haible  <bruno@clisp.org>
15761
15762         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
15763         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
15764         values.
15765         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
15766         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
15767         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
15768         * modules/sys_socket (Depends-on): Add absolute-header.
15769         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
15770         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
15771         (Include): Remove requirement of inclusion of <sys/types.h>.
15772
15773 2007-03-02  Bruno Haible  <bruno@clisp.org>
15774
15775         * lib/byteswap_.h (bswap_32): Fix formula.
15776
15777 2007-03-06  Bruno Haible  <bruno@clisp.org>
15778
15779         * modules/sprintf-posix-tests: New file.
15780         * tests/test-sprintf-posix.c: New file.
15781
15782         * modules/sprintf-posix: New file.
15783         * lib/sprintf.c: New file.
15784         * m4/sprintf-posix.m4: New file.
15785         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
15786         REPLACE_SPRINTF.
15787         * lib/stdio_.h (sprintf): New declaration.
15788         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
15789         REPLACE_SPRINTF.
15790
15791 2007-03-06  Bruno Haible  <bruno@clisp.org>
15792
15793         * modules/vsprintf-posix-tests: New file.
15794         * tests/test-vsprintf-posix.c: New file.
15795         * tests/test-sprintf-posix.h: New file.
15796
15797         * modules/vsprintf-posix: New file.
15798         * lib/vsprintf.c: New file.
15799         * m4/vsprintf-posix.m4: New file.
15800         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
15801         REPLACE_VSPRINTF.
15802         * lib/stdio_.h (vsprintf): New declaration.
15803         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
15804         REPLACE_VSPRINTF.
15805
15806 2007-03-06  Bruno Haible  <bruno@clisp.org>
15807
15808         * modules/vsnprintf (Depend-on): Remove minmax.
15809
15810 2007-03-06  Bruno Haible  <bruno@clisp.org>
15811
15812         * modules/snprintf-posix-tests: New file.
15813         * tests/test-snprintf-posix.c: New file.
15814
15815         * modules/snprintf-posix: New file.
15816         * m4/snprintf-posix.m4: New file.
15817         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
15818         gl_FUNC_SNPRINTF.
15819         (gl_FUNC_SNPRINTF): Invoke it.
15820         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
15821         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
15822         is set.
15823         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
15824
15825 2007-03-06  Bruno Haible  <bruno@clisp.org>
15826
15827         * modules/vsnprintf-posix-tests: New file.
15828         * tests/test-vsnprintf-posix.c: New file.
15829         * tests/test-snprintf-posix.h: New file.
15830
15831         * modules/vsnprintf-posix: New file.
15832         * m4/vsnprintf-posix.m4: New file.
15833         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
15834         gl_FUNC_VSNPRINTF.
15835         (gl_FUNC_VSNPRINTF): Invoke it.
15836         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
15837         * lib/stdio_.h (vsnprintf): Define as a replacement if
15838         REPLACE_VSNPRINTF is set.
15839         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
15840
15841 2007-03-06  Bruno Haible  <bruno@clisp.org>
15842
15843         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
15844         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
15845
15846 2007-03-06  Bruno Haible  <bruno@clisp.org>
15847
15848         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
15849         (asinl): Declare also if HAVE_DECL_ASINL is set.
15850         (atanl): Declare also if HAVE_DECL_ATANL is set.
15851         (ceill): Declare also if HAVE_DECL_CEILL is set.
15852         (cosl): Declare also if HAVE_DECL_COSL is set.
15853         (expl): Declare also if HAVE_DECL_EXPL is set.
15854         (floorl): Declare also if HAVE_DECL_FLOORL is set.
15855         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
15856         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
15857         (logl): Declare also if HAVE_DECL_LOGL is set.
15858         (sinl): Declare also if HAVE_DECL_SINL is set.
15859         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
15860         (tanl): Declare also if HAVE_DECL_TANL is set.
15861         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
15862         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
15863         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
15864         declaration of frexpl, ldexpl.
15865         * modules/printf-frexpl (Depends-on): Add math.
15866         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
15867
15868 2007-03-05  Bruno Haible  <bruno@clisp.org>
15869
15870         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
15871         frexpl and ldexpl are declared.
15872         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
15873
15874 2007-03-05  Bruno Haible  <bruno@clisp.org>
15875
15876         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
15877         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
15878
15879 2007-03-05  Bruno Haible  <bruno@clisp.org>
15880
15881         * lib/stdio_.h: Include <stddef.h>.
15882
15883 2007-03-05  Bruno Haible  <bruno@clisp.org>
15884
15885         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
15886
15887 2007-03-05  Bruno Haible  <bruno@clisp.org>
15888
15889         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
15890         NetBSD 4, from Ralf Wildenhues.
15891
15892 2007-03-04  Bruno Haible  <bruno@clisp.org>
15893
15894         * lib/vasprintf.h: Update #if logic for the case when the functions
15895         exist but are overridden.
15896
15897 2007-03-04  Bruno Haible  <bruno@clisp.org>
15898
15899         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
15900         implementations: glibc-2.4 and MacOS X 10.3.
15901         * tests/test-vasnprintf-posix.c (test_function): Test also the case
15902         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
15903         * tests/test-vasprintf-posix.c (test_function): Likewise.
15904
15905 2007-03-04  Bruno Haible  <bruno@clisp.org>
15906
15907         * modules/vasprintf-posix-tests: New file.
15908         * tests/test-vasprintf-posix.c: New file.
15909
15910         * modules/vasprintf-posix: New file.
15911         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
15912         defined.
15913         * m4/vasprintf-posix.m4: New file.
15914         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
15915         gl_FUNC_VASPRINTF.
15916         (gl_FUNC_VASPRINTF): Invoke it.
15917         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
15918         here.
15919         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
15920
15921 2007-03-04  Bruno Haible  <bruno@clisp.org>
15922
15923         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
15924         REPLACE_GETTIMEOFDAY.
15925         * modules/sys_time (Makefile.am): Likewise.
15926         * m4/sys_time_h.m4: Likewise.
15927         * m4/gettimeofday.m4: Likewise.
15928
15929 2007-03-04  Bruno Haible  <bruno@clisp.org>
15930
15931         * modules/vasnprintf-posix-tests: New file.
15932         * tests/test-vasnprintf-posix.c: New file.
15933
15934         * modules/vasnprintf-posix: New file.
15935         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
15936         printf-frexpl.h.
15937         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
15938         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
15939         REPLACE_VASNPRINTF is defined.
15940         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
15941         gl_FUNC_VASNPRINTF.
15942         (gl_FUNC_VASNPRINTF): Invoke it.
15943         * m4/vasnprintf-posix.m4: New file.
15944         * m4/printf.m4: New file.
15945
15946 2007-03-04  Bruno Haible  <bruno@clisp.org>
15947
15948         Compile progreloc.c only if --enable-relocatable is specified.
15949         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
15950         if --enable-relocatable was specified.
15951         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
15952         lib_SOURCES.
15953
15954 2007-03-04  Jim Meyering  <jim@meyering.net>
15955
15956         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
15957         Use it consistently, rather than enumerating errno constants.
15958
15959 2007-03-04  Bruno Haible  <bruno@clisp.org>
15960
15961         * modules/xvasprintf-tests: New file.
15962         * tests/test-xvasprintf.c: New file.
15963
15964         * modules/vasprintf-tests: New file.
15965         * tests/test-vasprintf.c: New file.
15966
15967         * modules/vasnprintf-tests: New file.
15968         * tests/test-vasnprintf.c: New file.
15969
15970         * modules/vsnprintf-tests: New file.
15971         * tests/test-vsnprintf.c: New file.
15972
15973         * modules/snprintf-tests: New file.
15974         * tests/test-snprintf.c: New file.
15975
15976 2007-03-04  Bruno Haible  <bruno@clisp.org>
15977
15978         Compile relocatable.c only if --enable-relocatable is specified.
15979         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
15980         gl_RELOCATABLE_LIBRARY.
15981         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
15982         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
15983         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
15984         gl_RELOCATABLE_LIBRARY.
15985         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
15986         (Makefile.am): Remove lib_SOURCES.
15987         * modules/relocatable-lib-lgpl (configure.ac): Invoke
15988         gl_RELOCATABLE_LIBRARY.
15989         (Makefile.am): Remove lib_SOURCES.
15990         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
15991         always.
15992         * modules/relocatable-prog-wrapper (configure.ac): Invoke
15993         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
15994
15995 2007-03-04  Bruno Haible  <bruno@clisp.org>
15996
15997         * modules/argmatch-tests: New file.
15998         * tests/test-argmatch.c: New file.
15999
16000         * tests/test-allocsa.c (main): Halve the number of loop runs.
16001
16002         * modules/alloca-opt-tests: New file.
16003         * tests/test-alloca-opt.c: New file.
16004
16005 2007-03-04  Jim Meyering  <jim@meyering.net>
16006
16007         Work around difference between Linux ACLs and Solaris 10 ZFS.
16008         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
16009         for EINVAL.
16010
16011 2007-03-03  Bruno Haible  <bruno@clisp.org>
16012
16013         * modules/relocatable-prog (Depends-on): Add back progreloc's
16014         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
16015
16016 2007-03-03  Bruno Haible  <bruno@clisp.org>
16017
16018         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
16019         * modules/relocatable-lib: New file.
16020
16021 2007-03-03  Bruno Haible  <bruno@clisp.org>
16022
16023         * modules/relocatable-prog: Renamed from modules/relocatable.
16024         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
16025
16026 2007-03-03  Bruno Haible  <bruno@clisp.org>
16027
16028         * modules/relocatable-script (Files): Add doc/relocatable.texi,
16029         m4/relocatable-lib.m4.
16030         (Depends-on): Remove 'relocatable'.
16031         (configure.ac): Add gl_RELOCATABLE_NOP.
16032
16033 2007-03-03  Bruno Haible  <bruno@clisp.org>
16034
16035         * modules/relocatable-prog-wrapper: New file.
16036         * modules/relocatable (Depends-on): Add it. Remove all other
16037         dependencies except progname.
16038         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
16039
16040         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
16041         (gl_FUNC_STRERROR): Nop.
16042         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
16043
16044         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
16045         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
16046
16047         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
16048         (gl_FUNC_READLINK): Update.
16049
16050         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
16051
16052 2007-03-03  Bruno Haible  <bruno@clisp.org>
16053
16054         * lib/xreadlink.c: Include <unistd.h> unconditionally.
16055         * modules/xreadlink (Depends-on): Add unistd.
16056         * modules/xreadlink-with-size (Depends-on): Likewise.
16057
16058 2007-03-03  Bruno Haible  <bruno@clisp.org>
16059
16060         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
16061         extracted from gt_FUNC_SETENV.
16062         (gt_FUNC_SETENV): Remove macro.
16063         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
16064         remove gt_FUNC_SETENV.
16065
16066 2007-03-03  Bruno Haible  <bruno@clisp.org>
16067
16068         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
16069         ENABLE_RELOCATABLE here.
16070         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
16071
16072 2007-03-03  Bruno Haible  <bruno@clisp.org>
16073
16074         * modules/rbtreehash-list-tests (Depends-on): Add progname.
16075         * tests/test-rbtreehash_list.c: Include progname.h.
16076         (main): Call set_program_name.
16077
16078         * modules/rbtree-oset-tests (Depends-on): Add progname.
16079         * tests/test-rbtree_oset.c: Include progname.h.
16080         (main): Call set_program_name.
16081
16082         * modules/rbtree-list-tests (Depends-on): Add progname.
16083         * tests/test-rbtree_list.c: Include progname.h.
16084         (main): Call set_program_name.
16085
16086         * modules/linked-list-tests (Depends-on): Add progname.
16087         * tests/test-linked_list.c: Include progname.h.
16088         (main): Call set_program_name.
16089
16090 2007-03-03  Bruno Haible  <bruno@clisp.org>
16091
16092         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
16093         All uses of __restrict changed to _Restrict_.
16094         * lib/glob_.h (__restrict): Remove macro.
16095
16096 2007-03-02  Bruno Haible  <bruno@clisp.org>
16097
16098         * modules/gettext (configure.ac): Require gettext infrastructure
16099         from version 0.16.1.
16100
16101 2007-03-02  Bruno Haible  <bruno@clisp.org>
16102
16103         * modules/linkedhash-list-tests (Depends-on): Add progname.
16104         * tests/test-linkedhash_list.c: Include progname.h.
16105         (main): Call set_program_name.
16106
16107         * modules/carray-list-tests (Depends-on): Add progname.
16108         * tests/test-carray_list.c: Include progname.h.
16109         (main): Call set_program_name.
16110
16111         * modules/avltreehash-list-tests (Depends-on): Add progname.
16112         * tests/test-avltreehash_list.c: Include progname.h.
16113         (main): Call set_program_name.
16114
16115         * modules/avltree-oset-tests (Depends-on): Add progname.
16116         * tests/test-avltree_oset.c: Include progname.h.
16117         (main): Call set_program_name.
16118
16119         * modules/avltree-list-tests (Depends-on): Add progname.
16120         * tests/test-avltree_list.c: Include progname.h.
16121         (main): Call set_program_name.
16122
16123         * modules/array-oset-tests (Depends-on): Add progname.
16124         * tests/test-array_oset.c: Include progname.h.
16125         (main): Call set_program_name.
16126
16127         * modules/array-list-tests (Depends-on): Add progname.
16128         * tests/test-array_list.c: Include progname.h.
16129         (main): Call set_program_name.
16130
16131         * modules/argp-tests (Depends-on): Add progname.
16132         * tests/test-argp.c: Include argp.h first. Include progname.h.
16133         (main): Call set_program_name.
16134
16135 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
16136
16137         * doc/gnulib-tool.texi (Initial import): Reword description of
16138         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
16139         limited effect even if defined after the first system include.
16140
16141 2007-03-01  Bruno Haible  <bruno@clisp.org>
16142
16143         * build-aux/config.libpath: Update to libtool-1.5.22.
16144         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
16145
16146 2007-03-01  Bruno Haible  <bruno@clisp.org>
16147
16148         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
16149         foo_CFLAGS.
16150         Reported by Ralf Wildenhues.
16151
16152 2007-03-01  Bruno Haible  <bruno@clisp.org>
16153
16154         * build-aux/install-reloc: Remove object files left over by some
16155         compilers.
16156         Reported by Ralf Wildenhues.
16157
16158 2007-03-01  Bruno Haible  <bruno@clisp.org>
16159
16160         * build-aux/install-reloc: Break long lines.
16161
16162 2007-03-01  Bruno Haible  <bruno@clisp.org>
16163
16164         * doc/relocatable.texi: Document that it may not work on OpenBSD.
16165         Reported by Ralf Wildenhues.
16166
16167 2007-03-01  Bruno Haible  <bruno@clisp.org>
16168
16169         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
16170         include ordering constraints.
16171
16172 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16173
16174         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
16175         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
16176         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
16177         as another example.
16178         * lib/time_.h: Fix misspelling.
16179         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
16180         Require gl_HEADER_TIME_H_DEFAULTS.
16181         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
16182         * m4/time_r.m4 (gl_TIME_R): Likewise.
16183         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
16184
16185 2007-03-01  Bruno Haible  <bruno@clisp.org>
16186
16187         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
16188         * m4/utimens.m4 (gl_UTIMENS): Likewise.
16189
16190 2007-03-01  Jim Meyering  <jim@meyering.net>
16191
16192         * modules/xreadlink (Maintainer): Add my name.
16193         * modules/xreadlink-with-size (Depends-on): Alphabetize.
16194
16195 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
16196             Bruno Haible  <bruno@clisp.org>
16197
16198         * build-aux/install-reloc: Compile also c-ctype.c.
16199         * build-aux/relocatable.sh.in: New file.
16200         * doc/relocatable.texi: New file.
16201         * doc/relocatable-maint.texi: New file.
16202         * doc/gnulib.texi: Include relocatable-maint.texi.
16203         * lib/progreloc.c: Include unistd.h unconditionally.
16204         * lib/relocwrapper.c: Include unistd.h unconditionally.
16205         Include c-ctype.h.
16206         (add_dotbin): Use c_tolower.
16207         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
16208         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
16209         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
16210         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
16211         to m4/relocatable-lib.m4.
16212         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
16213         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
16214         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
16215         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
16216         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
16217         * modules/relocatable: New file.
16218         * modules/relocatable-lib: New file.
16219         * modules/relocatable-script: New file.
16220
16221 2007-02-28  Bruno Haible  <bruno@clisp.org>
16222
16223         Import --enable-relocatable infrastructure.
16224         * build-aux/config.libpath: New file, from GNU gettext.
16225         * build-aux/install-reloc: New file, from GNU gettext.
16226         * build-aux/reloc-ldflags: New file, from GNU gettext.
16227         * lib/relocatable.h: New file, from GNU gettext.
16228         * lib/relocatable.c: New file, from GNU gettext.
16229         * lib/relocwrapper.c: New file, from GNU gettext.
16230         * m4/relocatable.m4: New file, from GNU gettext.
16231
16232 2007-02-28  Bruno Haible  <bruno@clisp.org>
16233
16234         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
16235
16236         * modules/xreadlink: New file, from GNU gettext with modifications.
16237         * lib/xreadlink.c: New file, from GNU gettext.
16238         * lib/xreadlink.h: Add comments.
16239         (xreadlink): New declaration.
16240
16241         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
16242         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
16243         lib/xreadlink-with-size.c.
16244         (configure.ac): Remove gl_XREADLINK invocation.
16245         (Makefile.am): Augment lib_SOURCES.
16246         * m4/xreadlink.m4: Remove file.
16247         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
16248         (xreadlink_with_size): Renamed from xreadink.
16249         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
16250         * modules/canonicalize (Depends-on): Replace xreadlink with
16251         xreadlink-with-size.
16252         * lib/canonicalize.c (canonicalize_filename_mode): Update.
16253
16254 2007-02-25  Jim Meyering  <jim@meyering.net>
16255
16256         * build-aux/announce-gen: When complaining about excess arguments,
16257         list them.
16258
16259 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
16260
16261         * README: Document signed integer overflow situation more
16262         accurately.
16263
16264 2007-02-25  Bruno Haible  <bruno@clisp.org>
16265
16266         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
16267         'a' or 'A' conversion.
16268
16269 2007-02-25  Bruno Haible  <bruno@clisp.org>
16270
16271         * modules/filename: Renamed from modules/pathname.
16272         (Files): Replace lib/pathname.h with lib/filename.h. Replace
16273         lib/concatpath.c with lib/concat-filename.c.
16274         (Makefile.am): Update.
16275         (Include): Replace pathname.h with filename.h.
16276         * lib/filename.h: Renamed from lib/pathname.h.
16277         (concatenated_filename): Renamed from concatenated_pathname.
16278         * lib/concat-filename.c: Renamed from lib/concatpath.c.
16279         (concatenated_filename): Renamed from concatenated_pathname.
16280         * lib/findprog.c: Include filename.h instead of pathname.h.
16281         (find_in_path): Update.
16282         * lib/javacomp.c: Include filename.h instead of pathname.h.
16283         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
16284         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
16285         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
16286         is_oldgcj_14_13_usable, is_javac_usable): Update.
16287         * lib/javaexec.c: Include filename.h instead of pathname.h.
16288         (execute_java_class): Update.
16289         * modules/findprog: Update.
16290         * modules/javacomp: Update.
16291         * modules/javaexec: Update.
16292         * MODULES.html.sh (File system functions): Add 'filename', remove
16293         'pathname'.
16294
16295 2007-02-25  Bruno Haible  <bruno@clisp.org>
16296
16297         * modules/printf-frexpl-tests: New file.
16298         * tests/test-printf-frexpl.c: New file.
16299
16300         * modules/printf-frexpl: New file.
16301         * lib/printf-frexpl.h: New file.
16302         * lib/printf-frexpl.c: New file.
16303         * m4/printf-frexpl.m4: New file.
16304
16305 2007-02-25  Bruno Haible  <bruno@clisp.org>
16306
16307         * modules/printf-frexp-tests: New file.
16308         * tests/test-printf-frexp.c: New file.
16309
16310         * modules/printf-frexp: New file.
16311         * lib/printf-frexp.h: New file.
16312         * lib/printf-frexp.c: New file.
16313         * m4/printf-frexp.m4: New file.
16314
16315 2007-02-25  Bruno Haible  <bruno@clisp.org>
16316
16317         Assume automake >= 1.10 for the tests.
16318         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
16319         * modules/arctwo-tests: Likewise.
16320         * modules/argp-tests: Likewise.
16321         * modules/avltree-list-tests: Likewise.
16322         * modules/avltree-oset-tests: Likewise.
16323         * modules/avltreehash-list-tests: Likewise.
16324         * modules/carray-list-tests: Likewise.
16325         * modules/crc-tests: Likewise.
16326         * modules/des-tests: Likewise.
16327         * modules/gc-arcfour-tests: Likewise.
16328         * modules/gc-arctwo-tests: Likewise.
16329         * modules/gc-des-tests: Likewise.
16330         * modules/gc-hmac-md5-tests: Likewise.
16331         * modules/gc-hmac-sha1-tests: Likewise.
16332         * modules/gc-md2-tests: Likewise.
16333         * modules/gc-md4-tests: Likewise.
16334         * modules/gc-md5-tests: Likewise.
16335         * modules/gc-pbkdf2-sha1-tests: Likewise.
16336         * modules/gc-rijndael-tests: Likewise.
16337         * modules/gc-sha1-tests: Likewise.
16338         * modules/gc-tests: Likewise.
16339         * modules/getaddrinfo-tests: Likewise.
16340         * modules/hmac-md5-tests: Likewise.
16341         * modules/hmac-sha1-tests: Likewise.
16342         * modules/linked-list-tests: Likewise.
16343         * modules/linkedhash-list-tests: Likewise.
16344         * modules/lock-tests: Likewise.
16345         * modules/md2-tests: Likewise.
16346         * modules/md4-tests: Likewise.
16347         * modules/md5-tests: Likewise.
16348         * modules/rbtree-list-tests: Likewise.
16349         * modules/rbtree-oset-tests: Likewise.
16350         * modules/rbtreehash-list-tests: Likewise.
16351         * modules/read-file-tests: Likewise.
16352         * modules/rijndael-tests: Likewise.
16353         * modules/stdint-tests: Likewise.
16354         * modules/tls-tests: Likewise.
16355
16356 2007-02-24  Bruno Haible  <bruno@clisp.org>
16357
16358         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
16359         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
16360         function; instead check whether isnan with a double argument links.
16361         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
16362         function; instead check whether isnan with a 'long double' argument
16363         links.
16364         Reported by Eric Blake <ebb9@byu.net>.
16365
16366 2007-02-24  Bruno Haible  <bruno@clisp.org>
16367
16368         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
16369         defined.
16370         * lib/isnanl.c: Remove all code. Just include isnan.c.
16371         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
16372
16373 2007-02-25  Jim Meyering  <jim@meyering.net>
16374
16375         Avoid conflicting types for 'unsetenv' on FreeBSD.
16376         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
16377         conflicting with FreeBSD's (5.0 and 6.1) function declaration
16378         in stdlib.h.
16379
16380 2007-02-24  Bruno Haible  <bruno@clisp.org>
16381
16382         * modules/isnanl-nolibm-tests: New file.
16383         * tests/test-isnanl.c: New file.
16384
16385         * modules/isnanl-nolibm: New file.
16386         * lib/isnanl.h: New file.
16387         * lib/isnanl.c: New file.
16388         * m4/isnanl.m4: New file.
16389
16390 2007-02-24  Bruno Haible  <bruno@clisp.org>
16391
16392         * modules/isnan-nolibm-tests: New file.
16393         * tests/test-isnan.c: New file.
16394
16395         * modules/isnan-nolibm: New file.
16396         * lib/isnan.h: New file.
16397         * lib/isnan.c: New file.
16398         * m4/isnan.m4: New file.
16399
16400 2007-02-24  Bruno Haible  <bruno@clisp.org>
16401
16402         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
16403         assume that an exponent fits in 20 bits.
16404
16405 2007-02-24  Jim Meyering  <jim@meyering.net>
16406
16407         * m4/regex.m4: Update the description of the configure-time option,
16408         --without-included-regex, to state accurately what the defaults are,
16409         and perhaps to give people an idea why using this option is risky.
16410
16411 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
16412
16413         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
16414         loops on small arguments.  This attempts to avoid the problem
16415         Bruno Haible reported for AIX 4.3.2 in
16416         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
16417
16418 2007-02-23  Bruno Haible  <bruno@clisp.org>
16419
16420         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
16421         Needed for help2man.
16422
16423 2007-02-23  Karl Berry  <karl@gnu.org>
16424
16425         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
16426         exists, foo.h should be cvs-ignored, not committed.
16427
16428 2007-02-23  Eric Blake  <ebb9@byu.net>
16429
16430         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
16431         * lib/stat-time.h (includes): Likewise.
16432         * lib/utimecmp.c (includes): Likewise.
16433         * lib/utimens.h (includes): Likewise.
16434         * lib/getdate.y (includes): Also include "timespec.h" for use
16435         internal to the module.
16436         * modules/utimens (Depends-on): Revert yesterday's patch.
16437         * modules/nanosleep (Depends-on): Add missing dependency.
16438
16439 2007-02-22  Bruno Haible  <bruno@clisp.org>
16440
16441         * lib/glob.c: Don't include getlogin_r.h.
16442
16443 2007-02-22  Jim Meyering  <jim@meyering.net>
16444
16445         * modules/utimens (Depends-on): Add timespec, required for
16446         utimens.h's inclusion of timespec.h.
16447
16448 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
16449
16450         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
16451         long unreadable paths in GNU/Linux.  Problem reported by Andreas
16452         Schwab in
16453         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
16454         I'll try to think of a better way to fix the Solaris problem.
16455
16456         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
16457         like glibc; on Solaris 10, it fails with errno == EINVAL.
16458         POSIX says the behavior is unspecified if the first argument is NULL,
16459         so play it safe and never pass NULL to the system getcwd.
16460
16461 2007-02-21  Jim Meyering  <jim@meyering.net>
16462
16463         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
16464         of gettimeofday.  It would conflict with the one now always
16465         provided via sys_time_.h.  Reported by Matthew Woehlke, as
16466         an IRIX 6.5 build failure.
16467
16468 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
16469
16470         Minor fixups to port to Solaris 10 with Sun C 5.8.
16471         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
16472         * modules/getcwd (Depends-on): Add dirfd.
16473         * lib/putenv.c (putenv): #undef it.
16474         (rpl_putenv): New decl.
16475         (malloc, free): Include <stdlib.h> rather than prototyping separately.
16476
16477 2007-02-20  Bruno Haible  <bruno@clisp.org>
16478
16479         * modules/stdio-tests: New file.
16480         * tests/test-stdio.c: New file.
16481
16482         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
16483         (Depends-on): Add stdio.
16484         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
16485         (Include): Use <stdio.h> instead of vsnprintf.h.
16486         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
16487         HAVE_DECL_VSNPRINTF.
16488         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
16489
16490         * modules/snprintf (Files): Remove lib/snprintf.h.
16491         (Depends-on): Add stdio.
16492         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
16493         (Include): Use <stdio.h> instead of snprintf.h.
16494         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
16495         HAVE_DECL_SNPRINTF.
16496         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
16497         * lib/getaddrinfo.c: Likewise.
16498
16499         * modules/stdio: New file.
16500         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
16501         * lib/snprintf.h: Remove file.
16502         * lib/vsnprintf.h: Remove file.
16503         * lib/.cppi-disable: Remove snprintf.h.
16504         * m4/stdio_h.m4: New file.
16505         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
16506
16507 2007-02-20  Jim Meyering  <jim@meyering.net>
16508
16509         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
16510         used by e.g., mingw.  From Bruno Haible.
16511
16512 2007-02-19  Bruno Haible  <bruno@clisp.org>
16513
16514         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
16515         warnings.
16516         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16517
16518 2007-02-19  Bruno Haible  <bruno@clisp.org>
16519
16520         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
16521         from mingw users.
16522
16523 2007-02-19  Bruno Haible  <bruno@clisp.org>
16524
16525         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
16526         warnings.
16527         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
16528
16529 2007-02-19  Jim Meyering  <jim@meyering.net>
16530
16531         Don't use FD after a successful "fdopendir (fd)".
16532         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
16533         Reset it by calling dirfd on the just-obtained DIR*.
16534
16535         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
16536         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
16537
16538 2007-02-18  Bruno Haible  <bruno@clisp.org>
16539
16540         * lib/readlink.c: Include <unistd.h>.
16541         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
16542         HAVE_READLINK.
16543         * modules/readlink (Depends-on): Add unistd.
16544         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16545         (Include): Add <unistd.h>.
16546
16547         * lib/getlogin_r.h: Remove file.
16548         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
16549         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
16550         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
16551         HAVE_DECL_GETLOGIN_R.
16552         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
16553         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16554         (Include): Use <unistd.h> instead of getlogin_r.h.
16555
16556         * lib/getcwd.h: Remove file.
16557         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
16558         * lib/xgetcwd.c: Likewise.
16559         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
16560         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
16561         * modules/getcwd (Files): Remove lib/getcwd.h.
16562         (Depends-on): Add unistd.
16563         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16564         (Include): Use <unistd.h> instad of getcwd.h.
16565
16566         * lib/ftruncate.c: Include <unistd.h> first.
16567         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
16568         Set HAVE_FTRUNCATE.
16569         * modules/ftruncate (Depends-on): Add unistd.
16570         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16571
16572         * lib/fchdir.c: Include <unistd.h> first.
16573         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
16574         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
16575         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
16576         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16577         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
16578
16579         * lib/dup2.c: Include <unistd.h> first.
16580         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
16581         HAVE_DUP2.
16582         * modules/dup2 (Depends-on): Add unistd.
16583         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16584
16585         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
16586         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
16587         REPLACE_CHOWN. Don't define chown as a macro here.
16588         * modules/chown (Depends-on): Add unistd.
16589         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16590
16591         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
16592         Add definition for GL_LINK_WARNING.
16593         (chown, dup2): New declarations.
16594         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
16595         link warning.
16596         (ftruncate): New declaration.
16597         (getcwd): New declaration, taken from old getcwd.h.
16598         (getlogin_r): New declaration, taken from old getlogin_r.h.
16599         (readlink): New declaration.
16600         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
16601         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
16602         (gl_PREREQ_UNISTD): Remove macro.
16603         (gl_UNISTD_MODULE_INDICATOR): New macro.
16604         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
16605         many new variables. Don't set UNISTD_H.
16606         * modules/unistd (Description): Change.
16607         (Depends-on): Add link-warning.
16608         (configure.ac): Update.
16609         (Makefile.am): Create unistd.h always. Substitute many new variables
16610         into it.
16611
16612 2007-02-18  Bruno Haible  <bruno@clisp.org>
16613
16614         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
16615         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
16616         HAVE_GETSUBOPT.
16617         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
16618         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
16619         * lib/getsubopt.h: Remove file.
16620         * modules/getsubopt (Files): Remove lib/getsubopt.h.
16621         (Depends-on): Add stdlib.
16622         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16623         (Includes): Use <stdlib.h> instead of getsubopt.h.
16624         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
16625         Set HAVE_GETSUBOPT.
16626         * lib/getsubopt.c: Don't include getsubopt.h.
16627
16628 2007-02-18  Bruno Haible  <bruno@clisp.org>
16629
16630         * modules/fchdir (Depends-on): Add dup2.
16631
16632 2007-02-18  Bruno Haible  <bruno@clisp.org>
16633
16634         * lib/stdlib_.h: Handle glibc's special invocation convention
16635         specially.
16636
16637 2007-02-18  Bruno Haible  <bruno@clisp.org>
16638
16639         * modules/stdlib-tests: New file.
16640         * tests/test-stdlib.c: New file.
16641
16642         * modules/mkstemp (Files): Remove lib/mkstemp.h.
16643         (Depends-on): Add stdlib.
16644         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16645         (Includes): Use <stdlib.h> instead of mkstemp.h.
16646         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
16647         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
16648         * lib/mkstemp.c: Don't include mkstemp.h.
16649         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
16650         * lib/stdlib--.h: Don't include mkstemp.h.
16651
16652         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
16653         (Depends-on): Add stdlib.
16654         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16655         (Includes): Use <stdlib.h> instead of mkdtemp.h.
16656         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
16657         HAVE_MKDTEMP.
16658         * lib/mkdtemp.c: Don't include mkdtemp.h.
16659         * lib/clean-temp.c: Don't include mkdtemp.h.
16660
16661         * modules/exit (Files): Remove lib/exit.h.
16662         (Depends-on): Add stdlib.
16663         (Makefile.am): Remove lib_SOURCES.
16664         (Include): Use <stdlib.h> instead of exit.h.
16665         * lib/argmatch.c: Don't include exit.h.
16666         * lib/execute.c: Likewise.
16667         * lib/pagealign_alloc.c: Likewise.
16668         * lib/pipe.c: Likewise.
16669         * lib/wait-process.c: Likewise.
16670         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
16671         * lib/exitfail.c: Likewise.
16672         * lib/savewd.c: Likewise.
16673         * lib/xsetenv.c: Likewise.
16674
16675         * modules/stdlib: New file.
16676         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
16677         and extra comments about mkstemp().
16678         * lib/exit.h: Remove file.
16679         * lib/mkdtemp.h: Remove file.
16680         * lib/mkstemp.h: Remove file.
16681         * m4/stdlib_h.m4: New file.
16682         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
16683
16684 2007-02-18  Bruno Haible  <bruno@clisp.org>
16685
16686         * modules/math-tests: New file.
16687         * tests/test-math.c: New file.
16688
16689         * modules/math: New file.
16690         * modules/mathl (Files): Remove lib/mathl.h.
16691         (Depends-on): Add math.
16692         (Makefile.am): Don't mention mathl.h.
16693         (Include): Use <math.h> instead of mathl.h.
16694         * lib/math_.h: New file.
16695         * lib/mathl.h: Remove file.
16696         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
16697         mathl.h.
16698         * lib/asinl.c: Likewise.
16699         * lib/atanl.c: Likewise.
16700         * lib/ceill.c: Likewise.
16701         * lib/cosl.c: Likewise.
16702         * lib/expl.c: Likewise.
16703         * lib/floorl.c: Likewise.
16704         * lib/frexpl.c: Likewise.
16705         * lib/ldexpl.c: Likewise.
16706         * lib/logl.c: Likewise.
16707         * lib/sincosl.c: Likewise.
16708         * lib/sinl.c: Likewise.
16709         * lib/sqrtl.c: Likewise.
16710         * lib/tanl.c: Likewise.
16711         * lib/trigl.c: Likewise.
16712         * m4/math_h.m4: New file.
16713         * MODULES.html.sh (Mathematics): Add math.
16714
16715 2007-02-17  Bruno Haible  <bruno@clisp.org>
16716
16717         * modules/wctype-tests: New file.
16718         * tests/test-wctype.c: New file.
16719
16720         * modules/wchar-tests: New file.
16721         * tests/test-wchar.c: New file.
16722
16723         * modules/unistd-tests: New file.
16724         * tests/test-unistd.c: New file.
16725
16726         * modules/time-tests: New file.
16727         * tests/test-time.c: New file.
16728
16729         * modules/sysexits-tests: New file.
16730         * tests/test-sysexits.c: New file.
16731
16732         * modules/sys_time-tests: New file.
16733         * tests/test-sys_time.c: New file.
16734
16735         * modules/sys_stat-tests: New file.
16736         * tests/test-sys_stat.c: New file.
16737
16738         * modules/sys_socket-tests: New file.
16739         * tests/test-sys_socket.c: New file.
16740
16741         * modules/sys_select-tests: New file.
16742         * tests/test-sys_select.c: New file.
16743
16744         * modules/string-tests: New file.
16745         * tests/test-string.c: New file.
16746
16747         * modules/stdbool-tests: New file.
16748         * tests/test-stdbool.c: New file.
16749
16750         * modules/netinet_in-tests: New file.
16751         * tests/test-netinet_in.c: New file.
16752
16753         * modules/inttypes-tests: New file.
16754         * tests/test-inttypes.c: New file.
16755
16756         * modules/fcntl-tests: New file.
16757         * tests/test-fcntl.c: New file.
16758
16759         * modules/byteswap-tests: New file.
16760         * tests/test-byteswap.c: New file.
16761
16762         * modules/arpa_inet-tests: New file.
16763         * tests/test-arpa_inet.c: New file.
16764
16765 2007-02-17  Bruno Haible  <bruno@clisp.org>
16766
16767         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
16768         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
16769         if the corresponding module is not enabled. Emit link warnings if
16770         the function is used nevertheless.
16771         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
16772         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
16773         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
16774         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
16775         * modules/inttypes (Depends-on): Add link-warning.
16776         (Makefile.am): Copy the contents of build-aux/link-warning.h into
16777         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
16778         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
16779         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
16780         * modules/imaxdiv (configure.ac): Likewise.
16781         * modules/strtoimax (configure.ac): Likewise.
16782         * modules/strtoumax (configure.ac): Likewise.
16783
16784 2007-02-17  Bruno Haible  <bruno@clisp.org>
16785
16786         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
16787         gl_STRING_MODULE_INDICATOR_DEFAULTS.
16788         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
16789         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
16790
16791 2007-02-17  Bruno Haible  <bruno@clisp.org>
16792
16793         * modules/link-warning: New file.
16794         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
16795         * lib/string_.h (GL_LINK_WARNING): Remove definition.
16796         * modules/string (Depends-on): Add link-warning.
16797         (Makefile.am): Copy the contents of build-aux/link-warning.h into
16798         string.h.
16799         * MODULES.html.sh (Support for building libraries and executables): Add
16800         link-warning.
16801
16802 2007-02-17  Bruno Haible  <bruno@clisp.org>
16803
16804         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
16805         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
16806         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
16807         long lines.
16808
16809 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
16810             Bruno Haible  <bruno@clisp.org>
16811
16812         * modules/tmpfile: New file.
16813         * lib/tmpfile.c: New file.
16814         * m4/tmpfile.m4: New file.
16815         * MODULES.html.sh (func_all_modules): New section "Input/output".
16816
16817 2007-02-15  Bruno Haible  <bruno@clisp.org>
16818
16819         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
16820         (supports_delete_on_close): New function.
16821         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
16822
16823 2007-02-14  Bruno Haible  <bruno@clisp.org>
16824
16825         * modules/mbspcasecmp-tests: New file.
16826         * tests/test-mbspcasecmp.sh: New file.
16827         * tests/test-mbspcasecmp.c: New file.
16828
16829         New module mbspcasecmp.
16830         * modules/mbspcasecmp: New file.
16831         * lib/mbspcasecmp.c: New file.
16832         * lib/string_.h (strncasecmp): Change warning message.
16833         (mbspcasecmp): New declaration.
16834         * m4/mbspcasecmp.m4: New file.
16835         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16836         GNULIB_MBSPCASECMP.
16837         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
16838         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
16839
16840 2007-02-14  Bruno Haible  <bruno@clisp.org>
16841
16842         * modules/mbsncasecmp-tests: New file.
16843         * tests/test-mbsncasecmp.sh: New file.
16844         * tests/test-mbsncasecmp.c: New file.
16845
16846         New module mbsncasecmp.
16847         * modules/mbsncasecmp: New file.
16848         * lib/mbsncasecmp.c: New file.
16849         * lib/string_.h (mbsncasecmp): New declaration.
16850         * m4/mbsncasecmp.m4: New file.
16851         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
16852         GNULIB_MBSNCASECMP.
16853         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
16854         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
16855
16856 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
16857
16858         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
16859         Verify that it doesn't overlap with our flags.
16860         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
16861         do not have the desired effect in multibyte locales; instead, use
16862         mbscasecmp.
16863         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
16864         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
16865         we don't require GNU fnmatch ourselves (if our users require it, they
16866         should do so explicitly).
16867
16868         Fix regex code so it doesn't rely on strcasecmp.
16869         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
16870         Otherwise, include gnulib's langinfo.h.
16871         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
16872         undesirable behavior in non-C locales.  Instead, rely on localecharset.
16873         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
16874         * modules/regex (FILES): Remove m4/codeset.m4.
16875         (Depends-on): Add localcharset.  Remove strcase.
16876
16877 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16878
16879         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
16880         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
16881
16882 2007-02-13  Bruno Haible  <bruno@clisp.org>
16883
16884         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
16885         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16886
16887 2007-02-12  Bruno Haible  <bruno@clisp.org>
16888
16889         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
16890         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
16891         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
16892         time warning rather than a link error.
16893
16894 2007-02-12  Bruno Haible  <bruno@clisp.org>
16895
16896         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
16897         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
16898         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16899
16900 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
16901
16902         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
16903         args, not 2.
16904
16905 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
16906
16907         New module 'time', so that apps can include <time.h> as per
16908         POSIX and GNU instead of separate include files like time_r.h
16909         and timegm.h.  This implementation tries out a simpler approach
16910         for replacing decls in standard include files (as compared to
16911         the string module), somewhat as an experiment.
16912
16913         * config/srclist.txt: Comment out mktime.c for now.
16914         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
16915         since it doesn't apply any more.  Use generic wording instead.
16916         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
16917         'time'.
16918         * lib/time_.h, m4/time_h.m4, modules/time: New files.
16919         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
16920         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
16921         Don't include <sys/types.h>; no longer needed since we assume C89.
16922         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
16923         * lib/strftime.c: Likewise.
16924         * lib/time_r.c: Likewise.
16925         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
16926         * lib/nanosleep.c: Include <time.h> first, to check interface.
16927         * lib/strptime.c: Likewise.
16928         * lib/time_r.c: Likewise.
16929         * lib/timegm.c: Likewise.
16930         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
16931         needed.
16932         * lib/timegm.c: Don't include timegm.h; no longer needed.
16933         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
16934         time.h now handles any problems in that area.
16935         (struct timespec, nanosleep): Remove; time.h now arranges for these.
16936         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
16937         that time.h defines struct timespec.
16938         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
16939         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
16940         handles that.
16941         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
16942         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
16943         needed.  Set REPLACE_LOCALTIME.
16944         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
16945         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
16946         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
16947         nanosleep; time_h.m4 now does that.  Don't require
16948         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
16949         module handles this now.
16950         * modules/getdate (Depends-on): Remove timespec.  Add time.
16951         * modules/nanosleep (Depends-on): Likewise.
16952         * modules/stat-time (Depends-on): Likewise.
16953         * modules/nanosleep (Include): Include time.h, not timespec.h.
16954         * modules/strptime (Files): Remove lib/strptime.h.
16955         (Depends-on): Add extensions, time.
16956         (Include): Include time.h, not strptime.h.
16957         * modules/time_r (Files): Remove lib/time_r.h.
16958         (Depends-on): Add time.
16959         (Include): Include time.h, not time_r.h.
16960         * modules/timegm: Likewise.
16961         * modules/timespec (Description): Now does timespec-related decls
16962         of our own, instead of struct timespec itself.
16963         (Depends-on): Add time; remove extensions.
16964         (Maintainer): Add self.
16965         * modules/utimecmp (Depends-on): Add time; remove timespec.
16966         * modules/utimens (Depends-on): Likewise.
16967         * modules/xnanosleep (Depends-on): Likewise.
16968
16969 2007-02-11  Bruno Haible  <bruno@clisp.org>
16970
16971         * lib/c-strstr.c: Include allocsa.h.
16972         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
16973         * lib/c-strcasestr.c: Include allocsa.h.
16974         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
16975         * lib/strcasestr.c: Include allocsa.h.
16976         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
16977         * lib/mbsstr.c: Include allocsa.h.
16978         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
16979         allocsa/freesa instead of malloc/free.
16980         * lib/mbscasestr.c: Include allocsa.h.
16981         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
16982         allocsa/freesa instead of malloc/free.
16983         * modules/c-strstr (Depends-on): Add allocsa.
16984         * modules/c-strcasestr (Depends-on): Likewise.
16985         * modules/strcasestr (Depends-on): Likewise.
16986         * modules/mbsstr (Depends-on): Likewise.
16987         * modules/mbscasestr (Depends-on): Likewise.
16988
16989 2007-02-11  Bruno Haible  <bruno@clisp.org>
16990
16991         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
16992
16993         * modules/mbsspn-tests: New file.
16994         * tests/test-mbsspn.sh: New file.
16995         * tests/test-mbsspn.c: New file.
16996
16997 2007-02-11  Bruno Haible  <bruno@clisp.org>
16998
16999         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
17000
17001         * modules/mbspbrk-tests: New file.
17002         * tests/test-mbspbrk.sh: New file.
17003         * tests/test-mbspbrk.c: New file.
17004
17005 2007-02-11  Bruno Haible  <bruno@clisp.org>
17006
17007         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
17008         unneeded cast.
17009
17010         * modules/mbscspn-tests: New file.
17011         * tests/test-mbscspn.sh: New file.
17012         * tests/test-mbscspn.c: New file.
17013
17014 2007-02-11  Bruno Haible  <bruno@clisp.org>
17015
17016         * modules/mbscasecmp-tests: New file.
17017         * tests/test-mbscasecmp.sh: New file.
17018         * tests/test-mbscasecmp.c: New file.
17019
17020 2007-02-11  Bruno Haible  <bruno@clisp.org>
17021
17022         Ensure O(n) worst-case complexity of mbscasestr.
17023         * lib/mbscasestr.c: Include stdbool.h.
17024         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
17025         functions.
17026         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
17027         the bookkeeping indicates that it's worth it.
17028         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
17029
17030         * modules/mbscasestr-tests: New file.
17031         * tests/test-mbscasestr1.c: New file.
17032         * tests/test-mbscasestr2.sh: New file.
17033         * tests/test-mbscasestr2.c: New file.
17034         * tests/test-mbscasestr3.sh: New file.
17035         * tests/test-mbscasestr3.c: New file.
17036         * tests/test-mbscasestr4.sh: New file.
17037         * tests/test-mbscasestr4.c: New file.
17038         * m4/locale-tr.m4: New file.
17039
17040 2007-02-11  Bruno Haible  <bruno@clisp.org>
17041
17042         Ensure O(n) worst-case complexity of mbsstr.
17043         * lib/mbsstr.c: Include stdbool.h.
17044         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
17045         functions.
17046         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
17047         bookkeeping indicates that it's worth it.
17048         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
17049
17050         * modules/mbsstr-tests: New file.
17051         * tests/test-mbsstr1.c: New file.
17052         * tests/test-mbsstr2.sh: New file.
17053         * tests/test-mbsstr2.c: New file.
17054         * tests/test-mbsstr3.sh: New file.
17055         * tests/test-mbsstr3.c: New file.
17056         * m4/locale-fr.m4: New file.
17057
17058 2007-02-11  Bruno Haible  <bruno@clisp.org>
17059
17060         * lib/mbsrchr.c (mbsrchr): Fix bug.
17061
17062         * modules/mbsrchr-tests: New file.
17063         * tests/test-mbsrchr.sh: New file.
17064         * tests/test-mbsrchr.c: New file.
17065
17066 2007-02-11  Bruno Haible  <bruno@clisp.org>
17067
17068         * lib/mbschr.c (mbschr): Fix bug.
17069
17070         * modules/mbschr-tests: New file.
17071         * tests/test-mbschr.sh: New file.
17072         * tests/test-mbschr.c: New file.
17073         * m4/locale-zh.m4: New file.
17074
17075 2007-02-11  Bruno Haible  <bruno@clisp.org>
17076
17077         Support for copying multibyte string iterators.
17078         * lib/mbiter.h: Include <string.h>.
17079         (mbiter_multi_copy): New function.
17080         (mbi_copy): New macro.
17081         * lib/mbuiter.h: Include <string.h>.
17082         (mbuiter_multi_copy): New function.
17083         (mbui_copy): New macro.
17084
17085 2007-02-11  Bruno Haible  <bruno@clisp.org>
17086
17087         New module mbslen.
17088         * modules/mbslen: New file.
17089         * lib/mbslen.c: New file.
17090         * lib/string_.h (mbslen): New declaration.
17091         * m4/mbslen.m4: New file.
17092         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17093         GNULIB_MBSLEN.
17094         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
17095         * MODULES.html.sh (Internationalization functions): Add mbslen.
17096
17097 2007-02-11  Bruno Haible  <bruno@clisp.org>
17098
17099         Ensure O(n) worst-case complexity of strcasestr substitute.
17100         * lib/strcasestr.c: Include stdbool.h.
17101         (knuth_morris_pratt): New function.
17102         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
17103         bookkeeping indicates that it's worth it.
17104         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
17105
17106         * modules/strcasestr-tests: New file.
17107         * tests/test-strcasestr.c: New file.
17108
17109 2007-02-11  Bruno Haible  <bruno@clisp.org>
17110
17111         Ensure O(n) worst-case complexity of c_strcasestr.
17112         * lib/c-strcasestr.c: Include stdbool.h, string.h.
17113         (knuth_morris_pratt): New function.
17114         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
17115         the bookkeeping indicates that it's worth it.
17116         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
17117
17118         * modules/c-strcasestr-tests: New file.
17119         * tests/test-c-strcasestr.c: New file.
17120
17121 2007-02-11  Bruno Haible  <bruno@clisp.org>
17122
17123         Ensure O(n) worst-case complexity of c_strstr.
17124         * lib/c-strstr.c: Include stdbool.h, string.h.
17125         (knuth_morris_pratt): New function.
17126         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
17127         bookkeeping indicates that it's worth it.
17128         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
17129
17130         * lib/c-strstr.c: Complete rewrite for maintainability.
17131
17132         * modules/c-strstr-tests: New file.
17133         * tests/test-c-strstr.c: New file.
17134
17135 2007-02-11  Bruno Haible  <bruno@clisp.org>
17136
17137         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
17138         5.2.1 and earlier, whereby \055 was treated just like the range
17139         delimiter '-'.
17140         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
17141
17142 2007-02-08  Bruno Haible  <bruno@clisp.org>
17143
17144         * modules/regex (Depends-on): Add stdbool.
17145         Reported by Dalibor Topic <robilad@kaffe.org>.
17146
17147 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
17148
17149         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
17150         Prefer returning from main to exiting from it.
17151         Remove unnecessary parens after sizeof.
17152
17153 2007-02-05  Bruno Haible  <bruno@clisp.org>
17154
17155         New module mbssep.
17156         * modules/mbssep: New file.
17157         * lib/mbssep.c: New file.
17158         * lib/string_.h (strsep): Add a conditional link warning.
17159         (mbssep): New declaration.
17160         * m4/mbssep.m4: New file.
17161         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17162         GNULIB_MBSSEP.
17163         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
17164         * MODULES.html.sh (Internationalization functions): Add mbssep.
17165
17166 2007-02-05  Bruno Haible  <bruno@clisp.org>
17167
17168         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
17169         Optimize search in case of 1 delimiter.
17170
17171 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
17172
17173         * lib/acl.h: Include sys/types.h before sys/acl.h.
17174
17175 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
17176
17177         Merge upstream fix for glibc bugzilla #3957:
17178
17179         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
17180
17181         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
17182         bit for RE_HAT_LISTS_NOT_NEWLINE.
17183         (build_charclass_op): Remove bogus comment.
17184
17185 2007-02-05  Simon Josefsson  <simon@josefsson.org>
17186
17187         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
17188
17189 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
17190
17191         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
17192         * lib/memmem.c [!defined _LIBC]: Include config.h.
17193
17194 2007-02-04  Bruno Haible  <bruno@clisp.org>
17195
17196         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
17197         warning message.
17198
17199 2007-02-04  Bruno Haible  <bruno@clisp.org>
17200
17201         New module mbstok_r.
17202         * modules/mbstok_r: New file.
17203         * lib/mbstok_r.c: New file.
17204         * lib/string_.h (strtok_r): Change argument names to match the
17205         comments. Add a conditional link warning.
17206         (mbstok_r): New declaration.
17207         * m4/mbstok_r.m4: New file.
17208         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17209         GNULIB_MBSTOK_R.
17210         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
17211         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
17212
17213 2007-02-04  Bruno Haible  <bruno@clisp.org>
17214
17215         New module mbsspn.
17216         * modules/mbsspn: New file.
17217         * lib/mbsspn.c: New file.
17218         * lib/string_.h (strspn): Add a conditional link warning.
17219         (mbsspn): New declaration.
17220         * m4/mbsspn.m4: New file.
17221         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17222         GNULIB_MBSSPN.
17223         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
17224         * MODULES.html.sh (Internationalization functions): Add mbsspn.
17225
17226 2007-02-04  Bruno Haible  <bruno@clisp.org>
17227
17228         New module mbspbrk.
17229         * modules/mbspbrk: New file.
17230         * lib/mbspbrk.c: New file.
17231         * lib/string_.h (strpbrk): Add a conditional link warning.
17232         (mbspbrk): New declaration.
17233         * m4/mbspbrk.m4: New file.
17234         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17235         GNULIB_MBSPBRK.
17236         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
17237         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
17238
17239 2007-02-04  Bruno Haible  <bruno@clisp.org>
17240
17241         New module mbscspn.
17242         * modules/mbscspn: New file.
17243         * lib/mbscspn.c: New file.
17244         * lib/string_.h (strcspn): Add a conditional link warning.
17245         (mbscspn): New declaration.
17246         * m4/mbscspn.m4: New file.
17247         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17248         GNULIB_MBSCSPN.
17249         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
17250         * MODULES.html.sh (Internationalization functions): Add mbscspn.
17251
17252 2007-02-04  Bruno Haible  <bruno@clisp.org>
17253
17254         New module mbscasestr, reduced goal of strcasestr.
17255         * modules/mbscasestr: New file.
17256         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
17257         (mbscasestr): Renamed from strcasestr.
17258         * lib/strcasestr.c: Don't include mbuiter.h.
17259         (strcasestr): Remove support for multibyte locales.
17260         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
17261         Change the conditional link warning.
17262         (mbscasestr): New declaration.
17263         * m4/mbscasestr.m4: New file.
17264         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
17265         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
17266         REPLACE_STRCASESTR.
17267         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
17268         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
17269         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
17270         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
17271         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
17272         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
17273         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
17274         (Depends-on): Remove mbuiter.
17275         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
17276
17277 2007-02-04  Bruno Haible  <bruno@clisp.org>
17278
17279         Simplify handling of strncasecmp.
17280         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
17281         the conditional link warning.
17282         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
17283         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
17284         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
17285         * modules/strcase (configure.ac): Don't invoke
17286         gl_STRING_MODULE_INDICATOR.
17287         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
17288
17289 2007-02-04  Bruno Haible  <bruno@clisp.org>
17290
17291         New module mbscasecmp, reduced goal of strcasecmp.
17292         * modules/mbscasecmp: New file.
17293         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
17294         (mbscasecmp): Renamed from strcasecmp.
17295         * lib/strcasecmp.c: Don't include mbuiter.h.
17296         (strcasecmp): Remove support for multibyte locales.
17297         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
17298         Change the conditional link warning.
17299         (mbscasecmp): New declaration.
17300         * m4/mbscasecmp.m4: New file.
17301         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
17302         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
17303         REPLACE_STRCASECMP.
17304         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
17305         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17306         GNULIB_MBSCASECMP.
17307         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
17308         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
17309         * modules/strcase (Files): Remove m4/mbrtowc.m4.
17310         (Depends-on): Remove mbuiter.
17311         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
17312
17313 2007-02-04  Bruno Haible  <bruno@clisp.org>
17314
17315         New module mbsstr. Remove module strstr.
17316         * modules/mbsstr: New file.
17317         * modules/strstr: Remove file.
17318         * lib/mbsstr.c: Renamed from lib/strstr.c.
17319         (mbsstr): Renamed from strstr.
17320         * lib/string_.h (strstr): Remove declaration. Change the conditional
17321         link warning.
17322         (mbsstr): New declaration.
17323         * m4/mbsstr.m4: New file.
17324         * m4/strstr.m4: Remove file.
17325         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
17326         REPLACE_STRSTR.
17327         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
17328         Don't initialize GNULIB_STRSTR.
17329         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
17330         substitute GNULIB_STRSTR and REPLACE_STRSTR.
17331         * MODULES.html.sh (Internationalization functions): Add mbsstr.
17332         (Support for systems lacking ANSI C 89): Remove strstr.
17333
17334 2007-02-04  Bruno Haible  <bruno@clisp.org>
17335
17336         New module mbsrchr.
17337         * modules/mbsrchr: New file.
17338         * lib/mbsrchr.c: New file.
17339         * lib/string_.h (strrchr): Add a conditional link warning.
17340         (mbsrchr): New declaration.
17341         * m4/mbsrchr.m4: New file.
17342         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17343         GNULIB_MBSRCHR.
17344         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
17345         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
17346
17347 2007-02-04  Bruno Haible  <bruno@clisp.org>
17348
17349         New module mbschr.
17350         * modules/mbschr: New file.
17351         * lib/mbschr.c: New file.
17352         * lib/string_.h (strchr): Add a conditional link warning.
17353         (mbschr): New declaration.
17354         * m4/mbschr.m4: New file.
17355         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17356         GNULIB_MBSCHR.
17357         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
17358         * MODULES.html.sh (Internationalization functions): Add mbschr.
17359
17360 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
17361
17362         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
17363
17364         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
17365
17366 2007-02-04  Bruno Haible  <bruno@clisp.org>
17367
17368         New module description section 'configure.ac-early'.
17369         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
17370         (func_get_autoconf_early_snippet): New function.
17371         (func_import, func_create_testdir): Use it. Remove special cases for
17372         modules 'extensions' and 'lock'.
17373         * modules/extensions (configure.ac-early): Require
17374         gl_USE_SYSTEM_EXTENSIONS.
17375         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
17376
17377 2007-02-04  Bruno Haible  <bruno@clisp.org>
17378
17379         Make use of gcj-4.3's -fsource and -ftarget option.
17380         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
17381         and if so try the options -fsource and -ftarget.
17382         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
17383         source_version, ftarget_option, target_version arguments.
17384         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
17385         (is_envjavac_oldgcj_14_14_usable): Renamed from
17386         is_envjavac_gcj_14_14_usable.
17387         (is_envjavac_oldgcj_14_13_usable): Renamed from
17388         is_envjavac_gcj_14_13_usable.
17389         (is_gcj_present): Update.
17390         (is_gcj_43, is_gcj43_usable): New functions.
17391         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
17392         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
17393         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
17394         try the options -fsource and -ftarget.
17395
17396 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17397
17398         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
17399         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
17400         larger value.
17401
17402 2007-02-03  Jim Meyering  <jim@meyering.net>
17403
17404         Give tools a better chance to allocate space for very large buffers.
17405         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
17406
17407         Make pwd and readlink work also when run with an unreadable parent dir
17408         on systems with openat support.
17409         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
17410         provided getcwd function, even when we have openat support.
17411         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
17412
17413 2007-02-02  Bruno Haible  <bruno@clisp.org>
17414
17415         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
17416         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
17417         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
17418         portability problems if one of these functions is only used on specific
17419         platforms.
17420         Reported by Paul Eggert.
17421
17422 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
17423
17424         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
17425         is causing more trouble than it's curing.
17426         * lib/regex_internal.h (__mempcpy): Remove.
17427         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
17428         (and make the code a tad smaller to boot).
17429         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
17430
17431 2007-02-02  Jim Meyering  <jim@meyering.net>
17432
17433         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
17434         section, not in the Makefile.am: one.
17435
17436 2007-02-02  Eric Blake  <ebb9@byu.net>
17437
17438         * lib/strchrnul.c: Always include config.h first.
17439
17440         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
17441         gnulib strstr is not necessary here.
17442
17443 2007-02-02  Simon Josefsson  <simon@josefsson.org>
17444
17445         * m4/socklen.m4: Fix typo.
17446
17447 2007-02-02  Eric Blake  <ebb9@byu.net>
17448
17449         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
17450         * modules/netinet_in (Makefile.am): Likewise.
17451
17452 2007-02-01  Bruno Haible  <bruno@clisp.org>
17453
17454         * lib/string_.h (GL_LINK_WARNING): New macro.
17455         (strcasecmp, strstr, strcasestr): If provided by the system,
17456         conditionally define as a macro that leads to a warning instead of to
17457         an error.
17458         (strncasecmp): Conditionally define as a macro that leads to a warning.
17459
17460 2007-02-01  Karl Berry  <karl@gnu.org>
17461
17462         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
17463
17464 2007-02-01  Bruno Haible  <bruno@clisp.org>
17465
17466         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
17467         renamings.
17468
17469 2007-02-01  Eric Blake  <ebb9@byu.net>
17470
17471         * modules/regex (Depends-on): Revert dependence on mempcpy.
17472         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
17473         module's definition of mempcpy.
17474         Reported by Paul Eggert.
17475
17476 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
17477
17478         * lib/string_.h: If the gnulib module XYZ is not present, undefine
17479         the symbol XYZ before redefining it.  This fixes a problem with
17480         programs that don't use XYZ, when compiled on systems that define
17481         XYZ to something else.
17482
17483 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
17484
17485         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
17486         occurs when "mkdir -m foo" creates a setgid directory that is (1)
17487         writeable to group or other and (2) is intended to have a special
17488         mode bit that is set or cleared.  In such a case, the directory
17489         should be neither group- nor other-writeable until the special
17490         mode bits are right.
17491
17492 2007-01-31  Eric Blake  <ebb9@byu.net>
17493
17494         * modules/mountlist (Depends-on): Add strstr.
17495
17496         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
17497         bug.
17498         * modules/string (Makefile.am): Remove redundant replacement.
17499         * modules/regex (Depends-on): Add mempcpy.
17500
17501 2007-01-31  Bruno Haible  <bruno@clisp.org>
17502
17503         New module description field 'Link'.
17504         * gnulib-tool (func_usage): Document --extract-link-directive.
17505         (sed_extract_prog): Recognize 'Link' directive.
17506         (func_get_link_directive): New function.
17507         (func_import): Show summary of link directives.
17508         Handle --extract-link-directive option.
17509         * modules/acl (Link): New section.
17510         * modules/clock-time (Link): New section.
17511         * modules/euidaccess (Link): New section.
17512         * modules/gettext (Link): New section.
17513         * modules/iconv (Link): New section.
17514         * modules/lock (Link): New section.
17515         * modules/nanosleep (Link): New section.
17516         * modules/readline (Link): New section.
17517
17518 2007-01-27  Bruno Haible  <bruno@clisp.org>
17519
17520         Enforce the use of gnulib modules for unportable <string.h> functions.
17521         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
17522         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
17523         (gl_HEADER_STRING_H_BODY): Require it.
17524         * lib/string_.h: If the gnulib module XYZ is not present, redefine
17525         the symbol XYZ to one that gives a link error.
17526         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
17527         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
17528         * modules/mempcpy (configure.ac): Likewise.
17529         * modules/memrchr (configure.ac): Likewise.
17530         * modules/stpcpy (configure.ac): Likewise.
17531         * modules/stpncpy (configure.ac): Likewise.
17532         * modules/strcase (configure.ac): Likewise.
17533         * modules/strcasestr (configure.ac): Likewise.
17534         * modules/strchrnul (configure.ac): Likewise.
17535         * modules/strdup (configure.ac): Likewise.
17536         * modules/strndup (configure.ac): Likewise.
17537         * modules/strnlen (configure.ac): Likewise.
17538         * modules/strpbrk (configure.ac): Likewise.
17539         * modules/strsep (configure.ac): Likewise.
17540         * modules/strstr (configure.ac): Likewise.
17541         * modules/strtok_r (configure.ac): Likewise.
17542
17543 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
17544
17545         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
17546
17547 2007-01-30  Jim Meyering  <jim@meyering.net>
17548
17549         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
17550
17551 2007-01-29  Bruno Haible  <bruno@clisp.org>
17552
17553         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
17554         * lib/execute.c: Likewise.
17555         * lib/pipe.c: Likewise.
17556         * lib/printf-args.h: Likewise.
17557         * lib/printf-args.c: Likewise.
17558         * lib/printf-parse.c: Likewise.
17559         * lib/vasnprintf.c: Likewise.
17560
17561 2007-01-29  Eric Blake  <ebb9@byu.net>
17562
17563         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
17564         declaration.
17565
17566 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
17567
17568         * lib/strptime.h (strptime): Use 'restrict' for args where
17569         POSIX requires this.
17570         * lib/strptime.c (strptime): Likewise.
17571         Change license notice from LGPL to GPL, since gnulib-tool will
17572         change this as needed.
17573         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
17574         defined.
17575         Include "strptime.h" first, to check interface.
17576         Do not #undef _LIBC and _NL_CURRENT.
17577         Do not include <stdlib.h>; no longer needed.
17578         Include "time_r.h" and declare ptime_locale_status
17579         only if _LIBC is not defined.
17580         (__P): Remove unused macro.
17581         (match_string): Bring back glibc version, but use it only if _LIBC
17582         is defined.
17583         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
17584         Remove unnecessary assertion and abort() call.
17585         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
17586         * m4/strptime.m4: Fix serial number comment.
17587         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
17588         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
17589         (Depends-on): Add time_r.
17590
17591 2007-01-29  Bruno Haible  <bruno@clisp.org>
17592
17593         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17594         strptime.
17595         * modules/strptime (Depends-on): Add stdbool.
17596         * lib/strptime.h: Include <time.h> always. Add comments.
17597
17598 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17599
17600         * modules/strptime: New file.
17601         * lib/strptime.h: New file.
17602         * lib/strptime.c: New file.
17603         * m4/strptime.m4: New file.
17604
17605 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17606
17607         * MODULES.html.sh: New module mpsort.
17608         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
17609
17610         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
17611         a circularity problem with HP-UX ia64 reported by Bob Proulx in
17612         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
17613         All uses changed.
17614         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
17615         All uses changed.
17616         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
17617         to _Restrict_.
17618         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
17619         the parameter matches the prototype.
17620
17621 2007-01-28  Jim Meyering  <jim@meyering.net>
17622
17623         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
17624         sys/time.h here, reverting that part of the previous patch:
17625         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
17626
17627 2007-01-28  Bruno Haible  <bruno@clisp.org>
17628
17629         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
17630         value of $(SYS_TIME_H).
17631         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
17632         remove it conditionally, too. [added by Jim Meyering]
17633         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
17634         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
17635         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
17636         GETTIMEOFDAY_REPLACEMENT to 1.
17637
17638 2007-01-28  Bruno Haible  <bruno@clisp.org>
17639
17640         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
17641         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
17642         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
17643         Set UNISTD_H instead of UNISTD_H2.
17644         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
17645
17646 2007-01-28  Bruno Haible  <bruno@clisp.org>
17647
17648         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
17649         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
17650
17651 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17652
17653         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
17654         (func_create_testdir): Ensure C locale for `grep' and `tr'
17655         character ranges.
17656         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
17657         ACLOCAL_AMFLAGS parsing state machine.
17658
17659 2007-01-27  Bruno Haible  <bruno@clisp.org>
17660
17661         * modules/unistr/base: Update.
17662
17663 2007-01-27  Bruno Haible  <bruno@clisp.org>
17664
17665         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
17666         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
17667         * modules/unistr/u32-mbtouc-unsafe: Renamed from
17668         modules/unistr/u32-mbtouc.
17669         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
17670         * lib/unistr.h: Update.
17671         * lib/linebreak.c: Update.
17672         * modules/unistr/u32-mbtouc: Renamed from
17673         modules/unistr/u32-mbtouc-safe.
17674         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
17675         * lib/unistr.h: Update.
17676         * lib/unistr/u32-to-u8.c: Update.
17677         * lib/unistr/u32-to-u16.c: Update.
17678
17679 2007-01-27  Bruno Haible  <bruno@clisp.org>
17680
17681         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
17682         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
17683         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
17684         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
17685         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
17686         * modules/unistr/u16-mbtouc-unsafe: Renamed from
17687         modules/unistr/u16-mbtouc.
17688         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
17689         * lib/unistr.h: Update.
17690         * lib/linebreak.c: Update.
17691         * modules/linebreak: Update.
17692         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
17693         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
17694         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
17695         * modules/unistr/u16-mbtouc: Renamed from
17696         modules/unistr/u16-mbtouc-safe.
17697         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
17698         * lib/unistr.h: Update.
17699         * lib/unistr/u16-to-u8.c: Update.
17700         * modules/unistr/u16-to-u8: Update.
17701         * lib/unistr/u16-to-u32.c: Update.
17702         * modules/unistr/u16-to-u32: Update.
17703
17704 2007-01-27  Bruno Haible  <bruno@clisp.org>
17705
17706         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
17707         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
17708         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
17709         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
17710         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
17711         * modules/unistr/u8-mbtouc-unsafe: Renamed from
17712         modules/unistr/u8-mbtouc.
17713         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
17714         * lib/unistr.h: Update.
17715         * lib/striconveh.c: Update.
17716         * modules/striconveh: Update.
17717         * lib/linebreak.c: Update.
17718         * modules/linebreak: Update.
17719         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
17720         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
17721         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
17722         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
17723         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
17724         * lib/unistr.h: Update.
17725         * lib/striconveh.c: Update.
17726         * modules/striconveh: Update.
17727         * lib/unistr/u8-to-u16.c: Update.
17728         * modules/unistr/u8-to-u16: Update.
17729         * lib/unistr/u8-to-u32.c: Update.
17730         * modules/unistr/u8-to-u32: Update.
17731
17732 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17733
17734         Sync from Libtool.
17735         * lib/argz.c: Do not include strings.h nor memory.h, include
17736         string.h unconditionally.  Patch by Simon Josefsson.
17737
17738 2007-01-27  Bruno Haible  <bruno@clisp.org>
17739
17740         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
17741         from gl_HEADER_STRING_H_BODY.
17742         (gl_HEADER_STRING_H_BODY): Require it.
17743         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
17744         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
17745         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
17746         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
17747         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
17748         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
17749         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
17750         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
17751         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
17752         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
17753         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
17754         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
17755         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
17756         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
17757         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
17758
17759 2007-01-27  Bruno Haible  <bruno@clisp.org>
17760
17761         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
17762         check_PROGRAMS into noinst_PROGRAMS.
17763         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
17764         check_PROGRAMS in this case.
17765         (func_import): Set for_test to false.
17766         (func_create_testdir): Set for_test to true.
17767
17768 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
17769             Bruno Haible  <bruno@clisp.org>
17770
17771         * modules/strcasestr (Files): Remove lib/strcasestr.h.
17772         (Depends-on): Add string.
17773         (Includes): Use <string.h> instead of strcasestr.h.
17774         * modules/string (Makefile.am): Also substitute the value of
17775         REPLACE_STRCASESTR.
17776         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
17777         assume strcasestr is declared in <string.h> not <strings.h>. Also
17778         set REPLACE_STRCASESTR.
17779         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
17780         REPLACE_STRCASESTR.
17781         * lib/strcasestr.h: Remove file.
17782         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
17783         * lib/string_.h (strcasestr): New declaration.
17784
17785 2007-01-27  Bruno Haible  <bruno@clisp.org>
17786
17787         * lib/string_.h: Use 'extern'.
17788
17789 2007-01-27  Jim Meyering  <jim@meyering.net>
17790
17791         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
17792         of set-but-not-used local, "q".
17793
17794         * lib/mempcpy.c: Include <config.h> before <string.h>.
17795         This fixes a compilation error on HP-UX, due to the system's
17796         "restrict"-using mempcpy prototype.
17797
17798 2007-01-26  Bruno Haible  <bruno@clisp.org>
17799
17800         Small optimization.
17801         * lib/javacomp.c: Include c-strstr.h.
17802          (is_envjavac_gcj): Use c_strstr instead of strstr.
17803         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
17804
17805 2007-01-26  Bruno Haible  <bruno@clisp.org>
17806
17807         * MODULES.html.sh (Unicode string functions): Add the new modules.
17808
17809         * modules/uniconv/u32-strconv-to-locale: New file.
17810         * lib/uniconv/u32-strconv-to-locale.c: New file.
17811
17812         * modules/uniconv/u16-strconv-to-locale: New file.
17813         * lib/uniconv/u16-strconv-to-locale.c: New file.
17814
17815         * modules/uniconv/u8-strconv-to-locale: New file.
17816         * lib/uniconv/u8-strconv-to-locale.c: New file.
17817
17818         * modules/uniconv/u32-strconv-from-locale: New file.
17819         * lib/uniconv/u32-strconv-from-locale.c: New file.
17820
17821         * modules/uniconv/u16-strconv-from-locale: New file.
17822         * lib/uniconv/u16-strconv-from-locale.c: New file.
17823
17824         * modules/uniconv/u8-strconv-from-locale: New file.
17825         * lib/uniconv/u8-strconv-from-locale.c: New file.
17826
17827         * modules/uniconv/u32-strconv-to-enc: New file.
17828         * lib/uniconv/u32-strconv-to-enc.c: New file.
17829         * modules/uniconv/u32-strconv-to-enc-tests: New file.
17830         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
17831
17832         * modules/uniconv/u16-strconv-to-enc: New file.
17833         * lib/uniconv/u16-strconv-to-enc.c: New file.
17834         * lib/uniconv/u-strconv-to-enc.h: New file.
17835         * modules/uniconv/u16-strconv-to-enc-tests: New file.
17836         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
17837
17838         * modules/uniconv/u8-strconv-to-enc: New file.
17839         * lib/uniconv/u8-strconv-to-enc.c: New file.
17840         * modules/uniconv/u8-strconv-to-enc-tests: New file.
17841         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
17842
17843         * modules/uniconv/u32-strconv-from-enc: New file.
17844         * lib/uniconv/u32-strconv-from-enc.c: New file.
17845         * modules/uniconv/u32-strconv-from-enc-tests: New file.
17846         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
17847
17848         * modules/uniconv/u16-strconv-from-enc: New file.
17849         * lib/uniconv/u16-strconv-from-enc.c: New file.
17850         * modules/uniconv/u16-strconv-from-enc-tests: New file.
17851         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
17852
17853         * modules/uniconv/u8-strconv-from-enc: New file.
17854         * lib/uniconv/u8-strconv-from-enc.c: New file.
17855         * lib/uniconv/u-strconv-from-enc.h: New file.
17856         * modules/uniconv/u8-strconv-from-enc-tests: New file.
17857         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
17858
17859         * modules/uniconv/u32-conv-from-enc: New file.
17860         * lib/uniconv/u32-conv-from-enc.c: New file.
17861         * modules/uniconv/u32-conv-from-enc-tests: New file.
17862         * tests/uniconv/test-u32-conv-from-enc.c: New file.
17863
17864         * modules/uniconv/u16-conv-from-enc: New file.
17865         * lib/uniconv/u16-conv-from-enc.c: New file.
17866         * lib/uniconv/u-conv-from-enc.h: New file.
17867         * modules/uniconv/u16-conv-from-enc-tests: New file.
17868         * tests/uniconv/test-u16-conv-from-enc.c: New file.
17869
17870         * modules/uniconv/u8-conv-from-enc: New file.
17871         * lib/uniconv/u8-conv-from-enc.c: New file.
17872         * modules/uniconv/u8-conv-from-enc-tests: New file.
17873         * tests/uniconv/test-u8-conv-from-enc.c: New file.
17874
17875         * modules/uniconv/base: New file.
17876         * lib/uniconv.h: New file.
17877
17878 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
17879
17880         * doc/gnulib-tool.texi (Initial import): Update to match current
17881         behavior with strdup module.
17882         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
17883         * lib/memmem.h: Remove; all uses removed.  This is now done
17884         by <string.h>.
17885         * lib/mempcpy.h: Likewise.
17886         * lib/memrchr.h: Likewise.
17887         * lib/stpcpy.h: Likewise.
17888         * lib/stpncpy.h: Likewise.
17889         * lib/strcase.h: Likewise.
17890         * lib/strchrnul.h: Likewise.
17891         * lib/strdup.h: Likewise.
17892         * lib/strndup.h: Likewise.
17893         * lib/strnlen.h: Likewise.
17894         * lib/strpbrk.h: Likewise.
17895         * lib/strsep.h: Likewise.
17896         * lib/strstr.h: Likewise.
17897         * lib/strtok_r.h: Likewise.
17898         * lib/string_.h: New file.
17899         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
17900         Rely on <string.h> instead.
17901         * lib/canon-host.c: Likewise.
17902         * lib/chdir-long.c: Likewise.
17903         * lib/concatpath.c: Likewise.
17904         * lib/exclude.c: Likewise.
17905         * lib/fchdir.c: Likewise.
17906         * lib/getaddrinfo.c: Likewise.
17907         * lib/getcwd.c: Likewise.
17908         * lib/getsubopt.c: Likewise.
17909         * lib/glob.c: Likewise.
17910         * lib/hard-locale.c: Likewise.
17911         * lib/iconvme.c: Likewise.
17912         * lib/javacomp.c: Likewise.
17913         * lib/mempcpy.c: Likewise.
17914         * lib/memrchr.c: Likewise.
17915         * lib/regex_internal.h: Likewise.
17916         * lib/stpncpy.c: Likewise.
17917         * lib/strcasecmp.c: Likewise.
17918         * lib/strchrnul.c: Likewise.
17919         * lib/strdup.c: Likewise.
17920         * lib/striconv.c: Likewise.
17921         * lib/striconveh.c: Likewise.
17922         * lib/striconveha.c: Likewise.
17923         * lib/strncasecmp.c: Likewise.
17924         * lib/strndup.c: Likewise.
17925         * lib/strnlen.c: Likewise.
17926         * lib/strsep.c: Likewise.
17927         * lib/strstr.c: Likewise.
17928         * lib/strtok_r.c: Likewise.
17929         * lib/userspec.c: Likewise.
17930         * lib/w32spawn.h: Likewise.
17931         * lib/xstrndup.c: Likewise.
17932         * lib/mountlist.c (strstr): Remove decl.
17933         * m4/string_h.m4: New file.
17934         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
17935         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
17936         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
17937         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
17938         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
17939         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
17940         Set REPLACE_STRCASECMP if necessary.
17941         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
17942         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
17943         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
17944         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
17945         HAVE_DECL_STRDUP if necessary.
17946         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
17947         since gl_FUNC_STRNDUP does that now.
17948         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
17949         Check for decl here...
17950         (gl_PREREQ_STRNLEN): ... not here.
17951         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
17952         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
17953         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
17954         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
17955         necessary.
17956         * modules/string: New file.
17957         * modules/memmem (Files): Remove special-purpose include file.
17958         (Depends-on): Add string.
17959         (Include): Include <string.h>, not the removed file.
17960         * modules/mempcpy: Likewise.
17961         * modules/memrchr: Likewise.
17962         * modules/stpcpy: Likewise.
17963         * modules/stpncpy: Likewise.
17964         * modules/strcase: Likewise.
17965         * modules/strchrnul: Likewise.
17966         * modules/strdup: Likewise.
17967         * modules/strndup: Likewise.
17968         * modules/strnlen: Likewise.
17969         * modules/strpbrk: Likewise.
17970         * modules/strsep: Likewise.
17971         * modules/strstr: Likewise.
17972         * modules/strtok_r: Likewise.
17973         * tests/test-dirname.c: Don't include "strdup.h", since
17974         <string.h> now suffices.
17975         * tests/test-memmem.c: Don't include "memmem.h", since
17976         <string.h> now suffices.
17977
17978 2007-01-25  Bruno Haible  <bruno@clisp.org>
17979
17980         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
17981         *resultp is 0.
17982
17983         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
17984         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
17985         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
17986         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
17987
17988         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
17989         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
17990         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
17991         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
17992         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
17993         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
17994
17995 2007-01-24  Bruno Haible  <bruno@clisp.org>
17996
17997         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
17998         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
17999         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
18000         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
18001         gl_FUNC_FTS_CORE.
18002         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
18003         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
18004         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
18005         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
18006         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
18007         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
18008         gl_FUNC_FCHOWNAT.
18009         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
18010         gl_FUNC_STRFTIME.
18011         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
18012         Reported by Ralf Wildenhues.
18013
18014 2007-01-24  Bruno Haible  <bruno@clisp.org>
18015
18016         Drop AC_REQUIRE calls that are redundant with the module dependencies.
18017         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
18018         gl_GETADDRINFO.
18019         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
18020         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
18021         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
18022
18023 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
18024
18025         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
18026         Don't use 'exit'; just return from 'main'.
18027         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
18028
18029         * lib/fnmatch_.h: Readjust white space and comments to match
18030         glibc, to avoid spurious diffs.
18031
18032 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18033
18034         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
18035         2004-12-01 change by Jakub Jelinek, since this code won't compile
18036         if !LIBC.  Problem reported by Bob Proulx.
18037
18038 2007-01-23  Bruno Haible  <bruno@clisp.org>
18039
18040         * lib/striconveh.c: Include c-strcaseeq.h.
18041         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
18042         * modules/striconveh (Depends-on): Add c-strcaseeq.
18043
18044 2007-01-23  Bruno Haible  <bruno@clisp.org>
18045
18046         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
18047
18048         * modules/c-strcaseeq: New file.
18049         * lib/c-strcaseeq.h: New file.
18050
18051         * modules/streq: New file.
18052         * lib/streq.h: New file.
18053
18054 2007-01-23  Bruno Haible  <bruno@clisp.org>
18055
18056         * modules/striconveha-tests: New file.
18057         * tests/test-striconveha.c: New file.
18058
18059         * lib/striconveha.h: Include <stdbool.h>.
18060         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
18061         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
18062         (mem_iconveha_notranslit): Renamed from mem_iconveha.
18063         (mem_iconveha): New function.
18064         (str_iconveha_notranslit): Renamed from str_iconveha.
18065         (str_iconveha): New function.
18066         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
18067         c-strcase.
18068
18069 2007-01-23  Bruno Haible  <bruno@clisp.org>
18070
18071         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
18072         encodings without forgiving before trying any encoding with handler.
18073         (str_iconveha): Try all encodings without forgiving before trying any
18074         encoding with handler.
18075
18076 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18077
18078         Import the following changes from libc.
18079
18080         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
18081
18082         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
18083
18084         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
18085
18086         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
18087         normal_bracket label.
18088
18089         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
18090
18091         [BZ #361]
18092         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
18093         to normal_bracket after fetching the next character.
18094
18095 2007-01-22  Bruno Haible  <bruno@clisp.org>
18096
18097         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
18098         argument.
18099         * lib/striconveh.c (iconv_carefully_1): New function.
18100         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
18101         argument.
18102         (str_cd_iconveh): Update.
18103         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
18104         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
18105         * tests/test-striconveh.c (MAGIC): New macro.
18106         (new_offsets): New function.
18107         (main): Test call with and without offsets.
18108
18109 2007-01-22  Bruno Haible  <bruno@clisp.org>
18110
18111         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
18112         * modules/sys_select (Makefile.am): Likewise.
18113         * modules/sys_socket (Makefile.am): Likewise.
18114         * modules/sys_time (Makefile.am): Likewise.
18115
18116 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
18117
18118         * modules/gettimeofday (License): Change from GPL to LGPL, since
18119         gettimeofday is a library function.
18120
18121 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18122
18123         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
18124
18125 2007-01-21  Bruno Haible  <bruno@clisp.org>
18126
18127         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
18128
18129 2007-01-21  Bruno Haible  <bruno@clisp.org>
18130
18131         * modules/striconveha: New file.
18132         * lib/striconveha.h: New file.
18133         * lib/striconveha.c: New file.
18134         * MODULES.html.sh (Internationalization functions): Add striconveha.
18135         * lib/striconv.c (str_iconv): Optimize the case of an empty input
18136         string.
18137         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
18138
18139 2007-01-21  Bruno Haible  <bruno@clisp.org>
18140
18141         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
18142         * lib/striconveh.c (str_iconveh): Likewise.
18143
18144 2007-01-21  Bruno Haible  <bruno@clisp.org>
18145
18146         * lib/striconveh.h (mem_iconveh): New declaration.
18147         * lib/striconveh.c (mem_iconveh): New function.
18148         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
18149
18150 2007-01-21  Bruno Haible  <bruno@clisp.org>
18151
18152         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
18153
18154         * lib/striconveh.h (mem_cd_iconveh): Change specification.
18155         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
18156         original result buffer.
18157         (str_cd_iconveh): Update.
18158         * tests/test-striconveh.c (main): Update.
18159
18160         * lib/striconv.h (mem_cd_iconv): Change specification.
18161         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
18162         result buffer.
18163         (str_cd_iconv): Update.
18164         * tests/test-striconv.c (main): Update.
18165
18166 2007-01-21  Bruno Haible  <bruno@clisp.org>
18167
18168         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
18169
18170 2007-01-20  Jim Meyering  <jim@meyering.net>
18171
18172         * lib/userspec.c (parse_with_separator): If a user or group string
18173         starts with "+", skip the corresponding name-to-ID look-up, since
18174         such a look-up must fail: user and group names may not include "+".
18175
18176 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
18177
18178         * lib/poll.c: Include sys/time.h and time.h unconditionally,
18179         since we now assume the sys_time module.
18180         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
18181         check for sys/time.h; no longer needed.
18182         * modules/poll (Depends-on): Depend on sys_time.
18183
18184 2007-01-18  Bruno Haible  <bruno@clisp.org>
18185
18186         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
18187         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
18188
18189         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
18190         gettimeofday.
18191
18192         * tests/test-gettimeofday.c: Include <time.h>.
18193         (dummy): Remove variable.
18194
18195         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
18196         gl_HEADER_SYS_TIME_H.
18197         (gl_HEADER_SYS_TIME_H): New macro.
18198
18199         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
18200         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18201         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
18202         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
18203         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18204         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
18205         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
18206         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18207         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
18208         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
18209         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18210
18211         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
18212         last change; it caused a compilation error when cross-compiling to
18213         Cygwin.
18214
18215 2007-01-18  Jim Meyering  <jim@meyering.net>
18216
18217         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
18218         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
18219         than the race-prone "test -d sys || mkdir sys".
18220         (configure.ac): Use AC_PROG_MKDIR_P.
18221         * modules/sys_select: Likewise.
18222         * modules/sys_socket: Likewise.
18223         * modules/sys_time: Likewise.
18224
18225 2007-01-18  Eric Blake  <ebb9@byu.net>
18226
18227         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
18228         replace gettimeofday.
18229         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
18230         name, to avoid infinite recursion.
18231
18232 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
18233
18234         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
18235         module sys_time.
18236         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
18237         assume timespec.h defines struct timeval.
18238         * lib/settime.c: Likewise.
18239         * lib/utimens.c: Likewise.
18240         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
18241         since we now assume the gettimeofday module.
18242         * lib/tempname.c (__gen_tempname): Likewise.
18243         * lib/gettimeofday.h: Remove.
18244         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
18245         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
18246         Include <time.h>, for 'time()'.
18247         (localtime_buffer_addr): Also use this workaround if
18248         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
18249         to simplify the uses.  All uses changed.
18250         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
18251         that #undef is inside {}, and 'const' follows type name consistently.
18252         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
18253         (gettimeofday): Do not use the maximum possible value for
18254         tv->tv_usec, since that might break usages other than ls.c.
18255         Instead, we'll leave ls.c alone.  This undoes today's patch
18256         by Bruno.  Add a compile-time warning for 1s-clock resolution;
18257         we've never observed the problem but might as well keep the
18258         canary.
18259         * lib/nanosleep.c: Include timespec.h first, for interface check.
18260         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
18261         now assume the sys_time module.
18262         * lib/tempname.c: Likewise.
18263         * lib/timespec.h: Likewise.
18264         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
18265         needed.
18266         * lib/strftime.c: Likewise.
18267         * lib/timespec.h: Likewise.
18268         * lib/posixtm.c: Include posixtm.h first, for interface check.
18269         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
18270         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
18271         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
18272         * lib/sys_time_.h: New file.
18273         * lib/timespec.h (struct timespec): Use long int, not long.
18274         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
18275         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
18276         Remove obsolescent call to AC_HEADER_TIME.
18277         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
18278         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
18279         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
18280         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
18281         Likewise.
18282         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
18283         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
18284         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
18285         into the sys_time module.  Check for gettimeofday just once.
18286         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
18287         for gettimeofday signature to just check the signature.  Merely
18288         compile it, since linking doesn't test signature.  Improve test for
18289         whether gettimeofday.o is actually needed.
18290         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
18291         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
18292         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
18293         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18294         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
18295         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
18296         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
18297         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
18298         than worrying about sys/time.h.
18299         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
18300         Don't bother worrying about TIME_WITH_SYS_TIME.
18301         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
18302         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
18303         * m4/sys_time_h.m4: New file.
18304         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
18305         Don't include sys/time.h.  Return from main rather than exiting.
18306         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
18307         all uses changed.
18308         * modules/gethrxtime (Depends-on): Add sys_time.
18309         * modules/gettime (Depends-on): Likewise.
18310         * modules/gettimeofday (Depends-on): Likewise.
18311         * modules/nanosleep (Depends-on): Likewise.
18312         * modules/settime (Depends-on): Likewise.
18313         * modules/tempname (Depends-on): Likewise.
18314         * modules/utimens (Depends-on): Likewise.
18315         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
18316         (Include:) Change back to <sys/time.h>.
18317         (Maintainer:) Add self.
18318         * modules/sys_time: New file.
18319         * modules/tempname (Depends-on): Add gettimeofday.
18320         * tests/test-gettimeofday.c: Include <sys/time.h>
18321         rather than gettimeofday.h.
18322
18323 2007-01-17  Bruno Haible  <bruno@clisp.org>
18324
18325         * gnulib-tool (func_get_license): Revert last patch. Instead, let
18326         the license default to GPL.
18327         (func_create_testdir): Don't complain if a module is LGPL and its
18328         tests module depends on GPLed modules.
18329
18330 2007-01-17  Bruno Haible  <bruno@clisp.org>
18331
18332         * lib/gettimeofday.c (gettimeofday): Add code for the case
18333         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
18334         maximum possible value for tv->tv_usec, rather than the minimum one.
18335
18336 2005-10-08  Martin Lambers  <marlam@marlam.de>
18337 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
18338 2007-01-16  Bruno Haible  <bruno@clisp.org>
18339
18340         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
18341         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
18342         gl_FUNC_GETTIMEOFDAY.
18343         (Include): Add gettimeofday.h.
18344         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
18345         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
18346         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
18347         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
18348         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
18349         * lib/gettimeofday.h: New file.
18350         * lib/gettimeofday.c: Include <sys/timeb.h>.
18351         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
18352         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18353         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
18354         fall back on time().
18355
18356         * tests/test-gettimeofday.c: New file.
18357         * modules/gettimeofday-tests: New file.
18358
18359 2007-01-16  Eric Blake  <ebb9@byu.net>
18360
18361         * modules/fnmatch (Depends-on): Depend on wchar.
18362         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
18363         * m4/fnmatch.m4: Likewise.
18364         * modules/mbchar (Makefile.am): Assume <wchar.h>.
18365         * m4/mbchar.m4: Likewise.
18366         * modules/mbswidth (Depends-on): Depend on wchar.
18367         * lib/mbswidth.c: Assume <wchar.h>.
18368         * m4/mbswidth.m4: Likewise.
18369         * modules/quotearg (Depends-on): Depend on wchar.
18370         * lib/quotearg.c: Assume <wchar.h>.
18371         * m4/quotearg.m4: Likewise.
18372         * modules/regex (Depends-on): Depend on wchar.
18373         * lib/regex_internal.h: Assume <wchar.h>.
18374         * m4/regex.m4: Likewise.
18375         * modules/stdint (Depends-on): Depend on wchar.
18376         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
18377         * m4/stdint.m4: Likewise.
18378         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
18379         * modules/strftime (Depends-on): Depend on wchar.
18380         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
18381         * modules/strtol (Depends-on): Depend on wchar.
18382         * lib/strtol.c: Assume <wchar.h>.
18383         * modules/wcwidth (Depends-on): Depend on wchar.
18384         * lib/wcwidth.h: Assume <wchar.h>.
18385         * m4/wcwidth.m4: Likewise.
18386
18387 2007-01-16  Bruno Haible  <bruno@clisp.org>
18388
18389         * modules/csharpexec-script: New, created from...
18390         * modules/csharpexec: ... this.
18391
18392 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
18393
18394         * modules/javaexec-script: New, created from...
18395         * modules/javaexec: ... this.
18396
18397 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18398
18399         * modules/poll (Dependencies): Add sys_select.
18400
18401 2007-01-15  Jim Meyering  <jim@meyering.net>
18402
18403         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
18404         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
18405         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
18406         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
18407
18408 2007-01-15  Bruno Haible  <bruno@clisp.org>
18409
18410         * modules/striconveh: New file.
18411         * lib/striconveh.h: New file.
18412         * lib/striconveh.c: New file.
18413         * MODULES.html.sh (Internationalization functions): Add striconveh.
18414
18415         * modules/striconveh-tests: New file.
18416         * tests/test-striconveh.c: New file.
18417
18418 2007-01-15  Bruno Haible  <bruno@clisp.org>
18419
18420         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
18421         not from GNU libiconv or GNU libc.
18422
18423 2007-01-15  Bruno Haible  <bruno@clisp.org>
18424
18425         * doc/gnulib-intro.texi (Copyright): Explain the different license
18426         terms for module descriptions, autoconf macros, tests, documentation.
18427
18428 2007-01-14  Bruno Haible  <bruno@clisp.org>
18429
18430         * modules/striconv-tests: New file.
18431         * tests/test-striconv.c: New file.
18432
18433 2007-01-14  Bruno Haible  <bruno@clisp.org>
18434
18435         * modules/iconv-tests: New file.
18436         * tests/test-iconv.c: New file.
18437
18438 2007-01-14  Bruno Haible  <bruno@clisp.org>
18439
18440         * gnulib-tool (func_get_license): For test modules, use the license of
18441         the main module.
18442
18443 2007-01-14  Bruno Haible  <bruno@clisp.org>
18444
18445         * modules/iconv (Include): Clarify that <iconv.h> can only be included
18446         if iconv is found to exist.
18447
18448 2007-01-14  Bruno Haible  <bruno@clisp.org>
18449
18450         * modules/c-ctype-tests: New file.
18451         * tests/test-c-ctype.c: New file.
18452
18453 2007-01-14  Bruno Haible  <bruno@clisp.org>
18454
18455         * modules/binary-io-tests: New file.
18456         * tests/test-binary-io.sh: New file.
18457         * tests/test-binary-io.c: New file.
18458
18459 2007-01-14  Bruno Haible  <bruno@clisp.org>
18460
18461         * modules/array-oset-tests: New file.
18462         * tests/test-array_oset.c: New file.
18463
18464 2007-01-14  Bruno Haible  <bruno@clisp.org>
18465
18466         * modules/array-list-tests: New file.
18467         * tests/test-array_list.c: New file.
18468
18469 2007-01-14  Bruno Haible  <bruno@clisp.org>
18470
18471         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
18472         and make.
18473         Reported by Simon Josefsson in
18474         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
18475
18476 2007-01-14  Bruno Haible  <bruno@clisp.org>
18477
18478         * modules/allocsa-tests: New file.
18479         * tests/test-allocsa.c: New file.
18480
18481 2007-01-14  Bruno Haible  <bruno@clisp.org>
18482
18483         * modules/fchdir (Depends-on): Add absolute-header.
18484         * modules/unistd (Depends-on): Likewise.
18485
18486 2006-12-30  Bruno Haible  <bruno@clisp.org>
18487
18488         * modules/fchdir: New file.
18489         * modules/unistd (Files): Add lib/unistd_.h.
18490         (Makefile.am): Generate unistd.h from unistd_.h.
18491         * lib/fchdir.c: New file.
18492         * lib/dirent_.h: New file.
18493         * lib/unistd_.h: New file.
18494         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
18495         * m4/fchdir.m4: New file.
18496         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
18497         (gl_HEADER_UNISTD): Invoke it.
18498         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
18499         function.
18500         * lib/backupfile.c (opendir, closedir): Undefine.
18501         * lib/chown.c (open, close): Undefine.
18502         * lib/clean-temp.c (open, close): Undefine.
18503         * lib/copy-file.c (open, close): Undefine.
18504         * lib/execute.c (open, close): Undefine.
18505         * lib/fsusage.c (open, close): Undefine.
18506         * lib/gc-gnulib.c (open, close): Undefine.
18507         * lib/getcwd.c (opendir, closedir): Undefine.
18508         * lib/glob.c (opendir, closedir): Undefine.
18509         * lib/javacomp.c (open, close): Undefine.
18510         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
18511         * lib/openat-proc.c (open, close): Undefine.
18512         * lib/pagealign_alloc.c (open, close): Undefine.
18513         * lib/pipe.c (open, close): Undefine.
18514         * lib/progreloc.c (open, close): Undefine.
18515         * lib/savedir.c (opendir, closedir): Undefine.
18516         * lib/utime.c (open, close): Undefine.
18517         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
18518
18519 2007-01-10  Bruno Haible  <bruno@clisp.org>
18520
18521         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
18522
18523 2007-01-12  Eric Blake  <ebb9@byu.net>
18524
18525         Provide a robust <wchar.h>.  Further simplifications are now
18526         possible in other modules, but not included here.
18527         * modules/wchar: New module.
18528         * m4/wchar.m4: New file.
18529         * lib/wchar_.h: Likewise.
18530         * modules/mbchar (Depends-on): Depend on wchar, as the first use
18531         of the new module.
18532         * MODULES.html.sh (Extended multibyte and wide character utilities):
18533         New section.
18534
18535 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
18536
18537         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
18538         to a reasonable default for memory allocation.
18539         (xreadlink): Don't allocate a huge buffer, to work around a buggy
18540         file system that reports garbage st_size values for symlinks.
18541         Problem reported by Liyang Hu.
18542
18543 2007-01-11  Simon Josefsson  <simon@josefsson.org>
18544
18545         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
18546         Emacs .#* auto-save files).
18547
18548 2007-01-11  Bruno Haible  <bruno@clisp.org>
18549
18550         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
18551         directory.
18552
18553 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18554
18555         Use @...@ consistently in lib/wctype_.h.
18556         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
18557         on it being set to 1 or 0.
18558         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
18559         go back to AC_SUBSTing it.
18560         * modules/wctype (Makefile.am): Undo previous change.
18561
18562 2007-01-10  Eric Blake  <ebb9@byu.net>
18563
18564         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
18565         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
18566         * modules/wctype (Makefile.am): Likewise.
18567         Reported by Chris McGuire.
18568
18569 2007-01-10  Jim Meyering  <jim@meyering.net>
18570
18571         fts.c: a small readability/maintainability improvement
18572         * lib/fts.c (fts_read): Make this code slightly more readable and
18573         maintainable by hoisting the "sp->fts_cur = p" assignments to
18574         immediately follow the statements that set P.  Derived from
18575         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
18576
18577 2007-01-10  Eric Blake  <ebb9@byu.net>
18578
18579         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
18580         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
18581         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
18582         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
18583         Reported by Chris McGuire.
18584
18585 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18586
18587         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
18588         in sed script.
18589
18590 2007-01-09  Bruno Haible  <bruno@clisp.org>
18591
18592         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
18593         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
18594         variables.
18595         (func_module): Use them.
18596
18597 2007-01-09  Bruno Haible  <bruno@clisp.org>
18598
18599         * modules/unistr/base: New file.
18600         * lib/unistr.h: New file.
18601
18602         * modules/unistr/u8-to-u16: New file.
18603         * lib/unistr/u8-to-u16.c: New file.
18604
18605         * modules/unistr/u8-to-u32: New file.
18606         * lib/unistr/u8-to-u32.c: New file.
18607
18608         * modules/unistr/u16-to-u8: New file.
18609         * lib/unistr/u16-to-u8.c: New file.
18610
18611         * modules/unistr/u16-to-u32: New file.
18612         * lib/unistr/u16-to-u32.c: New file.
18613
18614         * modules/unistr/u32-to-u8: New file.
18615         * lib/unistr/u32-to-u8.c: New file.
18616
18617         * modules/unistr/u32-to-u16: New file.
18618         * lib/unistr/u32-to-u16.c: New file.
18619
18620         * modules/unistr/u8-check: New file.
18621         * modules/unistr/u16-check: New file.
18622         * modules/unistr/u32-check: New file.
18623         * lib/unistr/u8-check.c: New file.
18624         * lib/unistr/u16-check.c: New file.
18625         * lib/unistr/u32-check.c: New file.
18626
18627         * modules/unistr/u8-chr: New file.
18628         * modules/unistr/u16-chr: New file.
18629         * modules/unistr/u32-chr: New file.
18630         * lib/unistr/u8-chr.c: New file.
18631         * lib/unistr/u16-chr.c: New file.
18632         * lib/unistr/u32-chr.c: New file.
18633
18634         * modules/unistr/u8-cmp: New file.
18635         * modules/unistr/u16-cmp: New file.
18636         * modules/unistr/u32-cmp: New file.
18637         * lib/unistr/u8-cmp.c: New file.
18638         * lib/unistr/u16-cmp.c: New file.
18639         * lib/unistr/u32-cmp.c: New file.
18640
18641         * modules/unistr/u8-cpy: New file.
18642         * modules/unistr/u16-cpy: New file.
18643         * modules/unistr/u32-cpy: New file.
18644         * lib/unistr/u8-cpy.c: New file.
18645         * lib/unistr/u16-cpy.c: New file.
18646         * lib/unistr/u32-cpy.c: New file.
18647         * lib/unistr/u-cpy.h: New file.
18648
18649         * modules/unistr/u8-cpy-alloc: New file.
18650         * modules/unistr/u16-cpy-alloc: New file.
18651         * modules/unistr/u32-cpy-alloc: New file.
18652         * lib/unistr/u8-cpy-alloc.c: New file.
18653         * lib/unistr/u16-cpy-alloc.c: New file.
18654         * lib/unistr/u32-cpy-alloc.c: New file.
18655         * lib/unistr/u-cpy-alloc.h: New file.
18656
18657         * modules/unistr/u8-endswith: New file.
18658         * modules/unistr/u16-endswith: New file.
18659         * modules/unistr/u32-endswith: New file.
18660         * lib/unistr/u8-endswith.c: New file.
18661         * lib/unistr/u16-endswith.c: New file.
18662         * lib/unistr/u32-endswith.c: New file.
18663         * lib/unistr/u-endswith.h: New file.
18664
18665         * modules/unistr/u8-mblen: New file.
18666         * modules/unistr/u16-mblen: New file.
18667         * modules/unistr/u32-mblen: New file.
18668         * lib/unistr/u8-mblen.c: New file.
18669         * lib/unistr/u16-mblen.c: New file.
18670         * lib/unistr/u32-mblen.c: New file.
18671
18672         * modules/unistr/u8-mbtouc: New file.
18673         * modules/unistr/u16-mbtouc: New file.
18674         * modules/unistr/u32-mbtouc: New file.
18675         * lib/unistr/u8-mbtouc.c: New file.
18676         * lib/unistr/u16-mbtouc.c: New file.
18677         * lib/unistr/u32-mbtouc.c: New file.
18678
18679         * modules/unistr/u8-mbtouc-safe: New file.
18680         * modules/unistr/u16-mbtouc-safe: New file.
18681         * modules/unistr/u32-mbtouc-safe: New file.
18682         * lib/unistr/u8-mbtouc-safe.c: New file.
18683         * lib/unistr/u16-mbtouc-safe.c: New file.
18684         * lib/unistr/u32-mbtouc-safe.c: New file.
18685
18686         * modules/unistr/u8-move: New file.
18687         * modules/unistr/u16-move: New file.
18688         * modules/unistr/u32-move: New file.
18689         * lib/unistr/u8-move.c: New file.
18690         * lib/unistr/u16-move.c: New file.
18691         * lib/unistr/u32-move.c: New file.
18692         * lib/unistr/u-move.h: New file.
18693
18694         * modules/unistr/u8-next: New file.
18695         * modules/unistr/u16-next: New file.
18696         * modules/unistr/u32-next: New file.
18697         * lib/unistr/u8-next.c: New file.
18698         * lib/unistr/u16-next.c: New file.
18699         * lib/unistr/u32-next.c: New file.
18700
18701         * modules/unistr/u8-prev: New file.
18702         * modules/unistr/u16-prev: New file.
18703         * modules/unistr/u32-prev: New file.
18704         * lib/unistr/u8-prev.c: New file.
18705         * lib/unistr/u16-prev.c: New file.
18706         * lib/unistr/u32-prev.c: New file.
18707
18708         * modules/unistr/u8-set: New file.
18709         * modules/unistr/u16-set: New file.
18710         * modules/unistr/u32-set: New file.
18711         * lib/unistr/u8-set.c: New file.
18712         * lib/unistr/u16-set.c: New file.
18713         * lib/unistr/u32-set.c: New file.
18714         * lib/unistr/u-set.h: New file.
18715
18716         * modules/unistr/u8-startswith: New file.
18717         * modules/unistr/u16-startswith: New file.
18718         * modules/unistr/u32-startswith: New file.
18719         * lib/unistr/u8-startswith.c: New file.
18720         * lib/unistr/u16-startswith.c: New file.
18721         * lib/unistr/u32-startswith.c: New file.
18722         * lib/unistr/u-startswith.h: New file.
18723
18724         * modules/unistr/u8-stpcpy: New file.
18725         * modules/unistr/u16-stpcpy: New file.
18726         * modules/unistr/u32-stpcpy: New file.
18727         * lib/unistr/u8-stpcpy.c: New file.
18728         * lib/unistr/u16-stpcpy.c: New file.
18729         * lib/unistr/u32-stpcpy.c: New file.
18730         * lib/unistr/u-stpcpy.h: New file.
18731
18732         * modules/unistr/u8-stpncpy: New file.
18733         * modules/unistr/u16-stpncpy: New file.
18734         * modules/unistr/u32-stpncpy: New file.
18735         * lib/unistr/u8-stpncpy.c: New file.
18736         * lib/unistr/u16-stpncpy.c: New file.
18737         * lib/unistr/u32-stpncpy.c: New file.
18738         * lib/unistr/u-stpncpy.h: New file.
18739
18740         * modules/unistr/u8-strcat: New file.
18741         * modules/unistr/u16-strcat: New file.
18742         * modules/unistr/u32-strcat: New file.
18743         * lib/unistr/u8-strcat.c: New file.
18744         * lib/unistr/u16-strcat.c: New file.
18745         * lib/unistr/u32-strcat.c: New file.
18746         * lib/unistr/u-strcat.h: New file.
18747
18748         * modules/unistr/u8-strchr: New file.
18749         * modules/unistr/u16-strchr: New file.
18750         * modules/unistr/u32-strchr: New file.
18751         * lib/unistr/u8-strchr.c: New file.
18752         * lib/unistr/u16-strchr.c: New file.
18753         * lib/unistr/u32-strchr.c: New file.
18754
18755         * modules/unistr/u8-strcmp: New file.
18756         * modules/unistr/u16-strcmp: New file.
18757         * modules/unistr/u32-strcmp: New file.
18758         * lib/unistr/u8-strcmp.c: New file.
18759         * lib/unistr/u16-strcmp.c: New file.
18760         * lib/unistr/u32-strcmp.c: New file.
18761
18762         * modules/unistr/u8-strcpy: New file.
18763         * modules/unistr/u16-strcpy: New file.
18764         * modules/unistr/u32-strcpy: New file.
18765         * lib/unistr/u8-strcpy.c: New file.
18766         * lib/unistr/u16-strcpy.c: New file.
18767         * lib/unistr/u32-strcpy.c: New file.
18768         * lib/unistr/u-strcpy.h: New file.
18769
18770         * modules/unistr/u8-strcspn: New file.
18771         * modules/unistr/u16-strcspn: New file.
18772         * modules/unistr/u32-strcspn: New file.
18773         * lib/unistr/u8-strcspn.c: New file.
18774         * lib/unistr/u16-strcspn.c: New file.
18775         * lib/unistr/u32-strcspn.c: New file.
18776         * lib/unistr/u-strcspn.h: New file.
18777
18778         * modules/unistr/u8-strdup: New file.
18779         * modules/unistr/u16-strdup: New file.
18780         * modules/unistr/u32-strdup: New file.
18781         * lib/unistr/u8-strdup.c: New file.
18782         * lib/unistr/u16-strdup.c: New file.
18783         * lib/unistr/u32-strdup.c: New file.
18784         * lib/unistr/u-strdup.h: New file.
18785
18786         * modules/unistr/u8-strlen: New file.
18787         * modules/unistr/u16-strlen: New file.
18788         * modules/unistr/u32-strlen: New file.
18789         * lib/unistr/u8-strlen.c: New file.
18790         * lib/unistr/u16-strlen.c: New file.
18791         * lib/unistr/u32-strlen.c: New file.
18792         * lib/unistr/u-strlen.h: New file.
18793
18794         * modules/unistr/u8-strmblen: New file.
18795         * modules/unistr/u16-strmblen: New file.
18796         * modules/unistr/u32-strmblen: New file.
18797         * lib/unistr/u8-strmblen.c: New file.
18798         * lib/unistr/u16-strmblen.c: New file.
18799         * lib/unistr/u32-strmblen.c: New file.
18800
18801         * modules/unistr/u8-strmbtouc: New file.
18802         * modules/unistr/u16-strmbtouc: New file.
18803         * modules/unistr/u32-strmbtouc: New file.
18804         * lib/unistr/u8-strmbtouc.c: New file.
18805         * lib/unistr/u16-strmbtouc.c: New file.
18806         * lib/unistr/u32-strmbtouc.c: New file.
18807
18808         * modules/unistr/u8-strncat: New file.
18809         * modules/unistr/u16-strncat: New file.
18810         * modules/unistr/u32-strncat: New file.
18811         * lib/unistr/u8-strncat.c: New file.
18812         * lib/unistr/u16-strncat.c: New file.
18813         * lib/unistr/u32-strncat.c: New file.
18814         * lib/unistr/u-strncat.h: New file.
18815
18816         * modules/unistr/u8-strncmp: New file.
18817         * modules/unistr/u16-strncmp: New file.
18818         * modules/unistr/u32-strncmp: New file.
18819         * lib/unistr/u8-strncmp.c: New file.
18820         * lib/unistr/u16-strncmp.c: New file.
18821         * lib/unistr/u32-strncmp.c: New file.
18822
18823         * modules/unistr/u8-strncpy: New file.
18824         * modules/unistr/u16-strncpy: New file.
18825         * modules/unistr/u32-strncpy: New file.
18826         * lib/unistr/u8-strncpy.c: New file.
18827         * lib/unistr/u16-strncpy.c: New file.
18828         * lib/unistr/u32-strncpy.c: New file.
18829         * lib/unistr/u-strncpy.h: New file.
18830
18831         * modules/unistr/u8-strnlen: New file.
18832         * modules/unistr/u16-strnlen: New file.
18833         * modules/unistr/u32-strnlen: New file.
18834         * lib/unistr/u8-strnlen.c: New file.
18835         * lib/unistr/u16-strnlen.c: New file.
18836         * lib/unistr/u32-strnlen.c: New file.
18837         * lib/unistr/u-strnlen.h: New file.
18838
18839         * modules/unistr/u8-strpbrk: New file.
18840         * modules/unistr/u16-strpbrk: New file.
18841         * modules/unistr/u32-strpbrk: New file.
18842         * lib/unistr/u8-strpbrk.c: New file.
18843         * lib/unistr/u16-strpbrk.c: New file.
18844         * lib/unistr/u32-strpbrk.c: New file.
18845         * lib/unistr/u-strpbrk.h: New file.
18846
18847         * modules/unistr/u8-strrchr: New file.
18848         * modules/unistr/u16-strrchr: New file.
18849         * modules/unistr/u32-strrchr: New file.
18850         * lib/unistr/u8-strrchr.c: New file.
18851         * lib/unistr/u16-strrchr.c: New file.
18852         * lib/unistr/u32-strrchr.c: New file.
18853
18854         * modules/unistr/u8-strspn: New file.
18855         * modules/unistr/u16-strspn: New file.
18856         * modules/unistr/u32-strspn: New file.
18857         * lib/unistr/u8-strspn.c: New file.
18858         * lib/unistr/u16-strspn.c: New file.
18859         * lib/unistr/u32-strspn.c: New file.
18860         * lib/unistr/u-strspn.h: New file.
18861
18862         * modules/unistr/u8-strstr: New file.
18863         * modules/unistr/u16-strstr: New file.
18864         * modules/unistr/u32-strstr: New file.
18865         * lib/unistr/u8-strstr.c: New file.
18866         * lib/unistr/u16-strstr.c: New file.
18867         * lib/unistr/u32-strstr.c: New file.
18868         * lib/unistr/u-strstr.h: New file.
18869
18870         * modules/unistr/u8-strtok: New file.
18871         * modules/unistr/u16-strtok: New file.
18872         * modules/unistr/u32-strtok: New file.
18873         * lib/unistr/u8-strtok.c: New file.
18874         * lib/unistr/u16-strtok.c: New file.
18875         * lib/unistr/u32-strtok.c: New file.
18876         * lib/unistr/u-strtok.h: New file.
18877
18878         * modules/unistr/u8-uctomb: New file.
18879         * modules/unistr/u16-uctomb: New file.
18880         * modules/unistr/u32-uctomb: New file.
18881         * lib/unistr/u8-uctomb.c: New file.
18882         * lib/unistr/u16-uctomb.c: New file.
18883         * lib/unistr/u32-uctomb.c: New file.
18884
18885         * MODULES.html.sh (Unicode string functions): Add the new modules.
18886
18887 2007-01-08  Bruno Haible  <bruno@clisp.org>
18888
18889         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
18890         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
18891         subdirectories.
18892
18893 2007-01-08  Karl Berry  <karl@gnu.org>
18894
18895         * doc/error.texi: mention that main() fns must set program_name
18896         when progname is used.
18897
18898 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
18899
18900         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
18901         WCTYPE_H is empty, for the benefit of builds from non-distclean
18902         directories.  Problem reported by Eric Blake in
18903         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
18904
18905 2007-01-08  Bruno Haible  <bruno@clisp.org>
18906
18907         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
18908         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
18909         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
18910         PROVIDE_CANONICALIZE_FILENAME_MODE.
18911         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
18912
18913 2007-01-08  Bruno Haible  <bruno@clisp.org>
18914
18915         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
18916         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
18917         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
18918         * lib/fts.c: Likewise.
18919         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
18920
18921 2006-12-25  Bruno Haible  <bruno@clisp.org>
18922
18923         * modules/utf8-ucs4-safe: New file.
18924         * lib/utf8-ucs4-safe.h: New file.
18925         * lib/unistr/utf8-ucs4-safe.c: New file.
18926
18927         * modules/utf16-ucs4-safe: New file.
18928         * lib/utf16-ucs4-safe.h: New file.
18929         * lib/unistr/utf16-ucs4-safe.c: New file.
18930
18931         * MODULES.html.sh (Unicode string functions): Add the new modules.
18932
18933 2007-01-08  Bruno Haible  <bruno@clisp.org>
18934
18935         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
18936         (Depends-on): Add unitypes.
18937         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
18938         (u8_mbtouc_aux): Move out to separate file.
18939         (u8_mbtouc): Use ucs4_t, uint8_t types.
18940         * lib/unistr/utf8-ucs4.c: New file.
18941
18942         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
18943         (Depends-on): Add unitypes.
18944         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
18945         (u16_mbtouc_aux): Move out to separate file.
18946         (u16_mbtouc): Use ucs4_t, uint16_t types.
18947         * lib/unistr/utf16-ucs4.c: New file.
18948
18949         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
18950         (Depends-on): Add unitypes.
18951         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
18952         (u8_uctomb_aux): Move out to separate file.
18953         (u8_uctomb): Use ucs4_t, uint8_t types.
18954         * lib/unistr/ucs4-utf8.c: New file.
18955
18956         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
18957         (Depends-on): Add unitypes.
18958         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
18959         (u16_uctomb_aux): Move out to separate file.
18960         (u16_uctomb): Use ucs4_t, uint16_t types.
18961         * lib/unistr/ucs4-utf16.c: New file.
18962
18963 2006-12-25  Bruno Haible  <bruno@clisp.org>
18964
18965         * modules/unitypes: New file.
18966         * lib/unitypes.h: New file.
18967         * MODULES.html.sh (func_all_modules): New section "Unicode string
18968         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
18969         this section. Add unitypes.
18970
18971 2007-01-08  Bruno Haible  <bruno@clisp.org>
18972
18973         Avoid variable names that conflict with those from libtool.
18974         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
18975         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
18976         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
18977         library_names_spec to acl_library_names_spec, hardcode_* to
18978         acl_hardcode_*.
18979         Reported by Ralf Wildenhues.
18980
18981 2007-01-08  Bruno Haible  <bruno@clisp.org>
18982
18983         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
18984         definition.
18985         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
18986         definition.
18987         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
18988         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
18989         definition.
18990         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
18991         definition.
18992         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
18993         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
18994         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
18995         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
18996         definition.
18997         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
18998         definition.
18999         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
19000         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
19001         GC_USE_<algorithm>.
19002         * lib/gc-libgcrypt.c: Likewise.
19003         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
19004         * modules/gc-arctwo (configure.ac): Likewise.
19005         * modules/gc-des (configure.ac): Likewise.
19006         * modules/gc-hmac-md5 (configure.ac): Likewise.
19007         * modules/gc-hmac-sha1 (configure.ac): Likewise.
19008         * modules/gc-md2 (configure.ac): Likewise.
19009         * modules/gc-md4 (configure.ac): Likewise.
19010         * modules/gc-md5 (configure.ac): Likewise.
19011         * modules/gc-random (configure.ac): Likewise.
19012         * modules/gc-rijndael (configure.ac): Likewise.
19013         * modules/gc-sha1 (configure.ac): Likewise.
19014
19015 2007-01-08  Bruno Haible  <bruno@clisp.org>
19016
19017         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
19018         macro definition.
19019         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
19020         definition.
19021         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
19022         definition.
19023         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
19024         * modules/fcntl-safer (configure.ac): Likewise.
19025         * modules/fopen-safer (configure.ac): Likewise.
19026         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
19027         GNULIB_FWRITEERROR macro definition.
19028
19029 2007-01-08  Bruno Haible  <bruno@clisp.org>
19030
19031         * m4/gnulib-common.m4: New file.
19032         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
19033         (func_get_filelist): Add m4/gnulib-common.m4.
19034
19035 2007-01-08  Bruno Haible  <bruno@clisp.org>
19036
19037         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
19038         command.
19039
19040 2007-01-08  Jim Meyering  <jim@meyering.net>
19041
19042         Use a more robust test for a "can't happen" condition.
19043         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
19044         narrowed the st_size value.  Presuming the "can't happen" condition
19045         is true, that narrowing could conceivably convert an invalid st_size
19046         value into a valid one.  Instead, use a change based on Matthew
19047         Woehlke's original patch.
19048
19049         Slight readability improvement: use an assert-like macro
19050         in place of literal "abort ()" uses.
19051         * lib/fts.c (fts_assert): Define.
19052         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
19053         Use this macro instead of a bare 'abort'.
19054
19055 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
19056
19057         Don't worry about using IRIX 5.3's wctype.h broken definitions;
19058         simply work around them.
19059         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
19060         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
19061         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
19062         declaring.
19063         Don't bother to define as macros, since the standard doesn't require it.
19064         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
19065         longer worry about IRIX 5.3.
19066         (HAVE_WCTYPE_CTMP_BUG): Remove.
19067
19068 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
19069
19070         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
19071         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
19072         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
19073         Problems reported by Georg Schwarz for IRIX 5.3.
19074
19075         * gnulib-tool (autoconf_minversion): Take the maximum version number
19076         found, not the minimum.  Problem reported by James Youngman.
19077
19078 2007-01-03  Karl Berry  <karl@gnu.org>
19079
19080         * doc/error.texi: new file, explaining interaction with progname.
19081         * doc/gnulib.texi: include it.  Update copyright.
19082
19083 2007-01-03  Simon Josefsson  <simon@josefsson.org>
19084
19085         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
19086         AC_CANONICAL_HOST, to improve autobuild outputs.
19087
19088 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
19089             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
19090
19091         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
19092         sockets, server sockets, and other file descriptors.  Count errors
19093         to compute the return value.  Reorder the code a bit to be easier
19094         to follow.  Don't set event bits that were not requested (except
19095         POLLERR and POLLHUP).
19096
19097 2007-01-01  Bruno Haible  <bruno@clisp.org>
19098
19099         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
19100
19101 2007-01-03  Jim Meyering  <jim@meyering.net>
19102
19103         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
19104
19105 2007-01-02  Bruno Haible  <bruno@clisp.org>
19106
19107         * modules/settime (Include): Require timespec.h.
19108         * modules/nanosleep (Include): Likewise.
19109
19110 2007-01-01  Bruno Haible  <bruno@clisp.org>
19111
19112         * gnulib-tool (func_emit_copyright_notice): Bump year.
19113         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
19114
19115 2007-01-01  Bruno Haible  <bruno@clisp.org>
19116
19117         Improve support for OpenBSD.
19118         * build-aux/config.rpath (libname_spec): Export.
19119         (library_names_spec): New variable. Export.
19120         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
19121         library_names_spec from the config.rpath output. Locate shared library
19122         through the name pattern in library_names_spec.
19123
19124 2007-01-01  Eric Blake  <ebb9@byu.net>
19125
19126         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
19127
19128 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
19129
19130         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
19131         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
19132         assume the C locale, and avoid an "eval" that could cause trouble.
19133         Problem with SORT reported by Bob Proulx.
19134
19135         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
19136         Define.  Trivial patch from Henning Nielsen Lund, originally
19137         sent to bug-grep@gnu.org today.
19138
19139 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
19140
19141         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
19142         struct stat.  Problem reported by Henning Nielsen Lund.
19143         * lib/acl.c: Include acl.h first, to check interface.  Don't
19144         bother to include sys/types.h and sys/stat.h again.
19145
19146 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
19147
19148         Import the following change from libc; problem reported by
19149         Sven Verdoolaege.
19150
19151         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
19152
19153         [BZ #1373]
19154         * lib/argp.h: Remove __NTH for __argp_usage inline function.
19155
19156 2006-12-28  Jim Meyering  <jim@meyering.net>
19157
19158         * build-aux/announce-gen: Do not assume that the package
19159         builds any of tar.gz, tar.bz2, and .xdelta files.
19160         Suggestion from Simon Josefsson.
19161
19162 2006-12-28  Simon Josefsson  <simon@josefsson.org>
19163
19164         * modules/announce-gen: New file.
19165
19166 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
19167
19168         * lib/mbchar.h: Just include <wctype.h>; the wctype module
19169         handles its gotchas now.
19170         * lib/mbswidth.c: Likewise.
19171         * lib/wcwidth.h: Likewise.
19172         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
19173         and iswcntrl; the wctype module does this stuff now.
19174         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
19175         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
19176         * modules/mbchar (Depends-on): Add wctype.
19177         * modules/mbswidth (Depends-on): Likewise.
19178         * modules/wcwidth (Depends-on): Likewise.
19179
19180 2006-12-27  Eric Blake  <ebb9@byu.net>
19181
19182         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
19183         module uses more than what <wctype.h> is required to provide.
19184
19185 2006-12-26  Eric Blake  <ebb9@byu.net>
19186
19187         * gnulib-tool (sed_extract_prog): Avoid space-tab.
19188
19189 2006-12-26  Eric Blake  <ebb9@byu.net>
19190
19191         * modules/absolute-header: New module.
19192         * modules/fcntl (Depends-on): Depend on it.
19193         * modules/inttypes (Depends-on): Likewise.
19194         * modules/stdint (Depends-on): Likewise.
19195         * modules/sys_stat (Depends-on): Likewise.
19196         * modules/wctype (Depends-on): Likewise.
19197         * MODULES.html.sh (Support for building libraries and
19198         executables): Document it.
19199
19200 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
19201
19202         * gnulib-tool (SED): Remove, undoing previous change.
19203         The problem was that it broke coreutils on Solaris, because
19204         "sed --posix" leaked into a makefile.
19205         (sed): New alias, if 'alias' and GNU sed.
19206
19207 2006-12-24  Jim Meyering  <jim@meyering.net>
19208
19209         Work around an fchownat bug in glibc-2.4:
19210         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
19211         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
19212         in spite of the -P option.
19213         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
19214         New macros.
19215         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
19216         * modules/openat (Files): Add lib/fchownat.c.
19217         * lib/openat.c (fchownat): Don't define here.  Move to...
19218         * lib/fchownat.c: ...this new file.
19219
19220 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
19221
19222         Fix bug reported by Bruno Haible in
19223         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
19224         where quotearg.c didn't compile on Mac OS X 10.2 because it
19225         lacks <wchar.h> and wint_t.
19226         * lib/wctype_.h (__wctype_wint_t): New type.
19227         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
19228         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
19229         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
19230         Arg is now of type __wctype_wint_t, not wint_t.
19231         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
19232         substitute HAVE_WINT_T.
19233         * modules/wctype (Files): Add m4/wint_t.m4.
19234         (wctype.h): Substitute HAVE_WINT_T.
19235
19236 2006-12-23  Bruno Haible  <bruno@clisp.org>
19237
19238         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
19239
19240 2006-12-23  Bruno Haible  <bruno@clisp.org>
19241
19242         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
19243         S_ISLNK.
19244         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
19245         mingw.
19246
19247 2006-12-22  Bruno Haible  <bruno@clisp.org>
19248
19249         * lib/copy-file.c: Include acl.h.
19250         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
19251         Close the file descriptors only after being done with copy_acl.
19252         * modules/copy-file (Depends-on): Add acl.
19253
19254 2006-12-22  Bruno Haible  <bruno@clisp.org>
19255
19256         * gnulib-tool (SED): New variable.
19257         Use $SED instead of sed everywhere.
19258
19259 2006-12-22  Bruno Haible  <bruno@clisp.org>
19260
19261         * modules/no-c++: New file.
19262         * m4/no-c++.m4: New file.
19263         * MODULES.html.sh (Support for building libraries and executables):
19264         Add no-c++.
19265
19266 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
19267
19268         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
19269         Include <limits.h>, and use its INT_MAX to rewrite the
19270         j loop so that it does not overflow 'int'.  Problem reported by
19271         Ralf Wildenhues in
19272         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
19273         Play it safe by shifting left by 1 rather than multiplying by 2,
19274         as GCC is less likely to optimize this away when the value
19275         is signed (when it assumes overflow leads to undefined behavior).
19276         Also, don't assume time_t uses two's complement.
19277
19278 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
19279
19280         * MODULES.html.sh: New module wctype.
19281         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
19282         * lib/fnmatch.c: Don't bother to include <wchar.h> before
19283         <wctype.h>, since the new wctype module should fix this.
19284         * lib/quotearg.c: Include <wctype.h> unconditionally, since
19285         the wctype module should arrange for it.
19286         * lib/regex_internal.h: Likewise.
19287         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
19288         since the wctype module should handle this now.
19289         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
19290         * modules/fnmatch (Depends-on): Add wctype.
19291         * modules/quotearg (Depends-on): Likewise.
19292         * modules/regex (Depends-on): Likewise.
19293
19294 2006-12-19  Bruno Haible  <bruno@clisp.org>
19295
19296         * lib/strdup.h [C++]: Wrap definitions in extern "C".
19297         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
19298
19299 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19300
19301         * modules/savewd (Depends-on): Fix dependency on fcntl.
19302
19303 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
19304
19305         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
19306         conforms to C99, rather than relying on the user's environment
19307         setting of STDINT_H.
19308
19309 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
19310         and Eric Blake  <ebb9@byu.net>
19311
19312         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
19313         This is more consistent with the other defines here.
19314         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
19315         Port to z/OS.  Problem reported by Paul Gilmartin.
19316         Change local vars to use gl_ prefix rather than ac_.
19317         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
19318         with other defines.
19319         * modules/double-slash-root: New module.
19320         * modules/dirname (Files): Remove m4/double-slash-root.m4.
19321         (Depends-on): Add double-slash-root.
19322         * MODULES.html.sh (File system functions): Mention new module.
19323
19324 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
19325
19326         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
19327         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
19328         This is for the benefit of gzip, which doesn't do i18n.
19329
19330 2006-12-12  Jim Meyering  <jim@meyering.net>
19331
19332         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
19333         Reported by Andreas Schwab <schwab@suse.de>.
19334
19335 2006-12-12  Bruno Haible  <bruno@clisp.org>
19336
19337         Merge these changes.
19338         2006-09-05  Bruno Haible  <bruno@clisp.org>
19339         * lib/iconvme.c (iconv_string): No need to save and restore errno when
19340         iconv_alloc succeeded.
19341         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
19342         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
19343         test for " && dest " at the end - dest is always != NULL there. Call
19344         iconv with 4xNULL arguments initially, to reset the state. Call iconv
19345         with 2xNULL arguments, also to flush the state storage. Handle the
19346         IRIX iconv behaviour. Realloc the final result, to throw away unused
19347         memory.
19348
19349 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
19350
19351         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
19352         and fchmodat unconditionally, since glibc 2.4 has them.
19353         Problem reported by Arkadiusz Miskiewicz.
19354
19355 2006-12-10  Bruno Haible  <bruno@clisp.org>
19356
19357         * gnulib-tool (func_import): Show the include files only for those
19358         modules that are copied and specified.
19359         Reported by Karl Berry.
19360
19361 2006-12-08  Jim Meyering  <jim@meyering.net>
19362
19363         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
19364         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
19365
19366         * build-aux/announce-gen: Add two new options, both optional:
19367         --bootstrap-tools=TOOL_LIST
19368               a comma-separated list of tools, e.g.,
19369               autoconf,automake,bison,gnulib
19370         --gnulib-snapshot-date=DATE
19371               if gnulib is in the bootstrap tool list,
19372               then report this as the snapshot date.
19373               If not specified, use the current date/time.
19374               If you specify a date here, be sure it's UTC.
19375
19376 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19377
19378         * tests/test-argp-2.sh: Fix test to match actual output.
19379         (func_compare): Fix sed script to be portable.
19380
19381 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
19382
19383         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
19384         workaround for this case.  It is not autoconfigured now; offhand
19385         it's hard to see how to autoconfigure it.
19386
19387 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
19388
19389         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
19390         a directory that is about to be chowned.  Such a directory's
19391         initial file permissions should permit the owner only and this
19392         should not be changed until after the chown, since the group and
19393         other bits would be incorrect if they granted permission before
19394         the chown.
19395
19396         Fix porting problem for iswctype reported by Georg Schwarz in:
19397         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
19398         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
19399         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
19400         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
19401         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
19402
19403 2006-12-03  Jim Meyering  <jim@meyering.net>
19404
19405         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
19406         p->fts_statp may not yet be defined.
19407         (fts_read): Instead, set it in the caller, once p->fts_statp is
19408         sure to be defined, and corresponds to a top-level directory.
19409         This bug made du -x fail.  Here's the coreutils test case:
19410         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
19411         Reported by Mike Frysinger.
19412
19413 2006-12-01  Jim Meyering  <jim@meyering.net>
19414
19415         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
19416         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
19417         Reported by Simon Josefsson.
19418
19419 2006-11-30  Jim Meyering  <jim@meyering.net>
19420
19421         * m4/warning.m4: Use the all-permissive copyright notice
19422         recommended by RMS (rather than LGPL).
19423         * m4/vararrays.m4: Likewise.
19424         * m4/flexmember.m4: Likewise.
19425
19426 2006-11-29  Bruno Haible  <bruno@clisp.org>
19427
19428         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
19429         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
19430         using +=.
19431         Reported by Simon Josefsson <simon@josefsson.org>.
19432
19433 2006-11-28  James Youngman <jay@gnu.org>
19434
19435         * README: Advise users that they might find the bug-gnulib@gnu.org
19436         and autotools-announce@gnu.org mailing lists useful.
19437
19438 2006-11-28  Bruno Haible  <bruno@clisp.org>
19439
19440         * m4/ptrdiff_max.m4: Remove file.
19441
19442 2006-11-21  Bruno Haible  <bruno@clisp.org>
19443
19444         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
19445         _AC_COMPUTE_INT.
19446         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
19447         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
19448         _AC_COMPUTE_INT.
19449         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
19450         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
19451         _AC_COMPUTE_INT.
19452         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
19453
19454 2006-11-28  Jim Meyering  <jim@meyering.net>
19455
19456         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
19457         warning from "gcc -Wshadow" about shadowing the builtin.
19458
19459 2006-11-27  Bruno Haible  <bruno@clisp.org>
19460
19461         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
19462         _AC_COMPUTE_INT.
19463         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
19464
19465 2006-11-27  Bruno Haible  <bruno@clisp.org>
19466             Paul Eggert  <eggert@cs.ucla.edu>
19467
19468         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
19469
19470 2006-11-26  Bruno Haible  <bruno@clisp.org>
19471
19472         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
19473         noinst_LTLIBRARIES.
19474
19475 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
19476             Bruno Haible  <bruno@clisp.org>
19477
19478         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
19479         if compiling with "gcc -ansi".
19480
19481 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
19482
19483         Fix some incompatibilities with gcc -ansi -pedantic.
19484         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
19485         if compiling pedantically with GCC, unless it's C99 or later.
19486         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
19487         it mishandles gcc -ansi -pedantic as well.
19488         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
19489         if gcc -pedantic.
19490         * lib/regexec.c (check_node_accept_bytes): Don't use auto
19491         initializers for struct if -pedantic, unless it's C99 or later.
19492
19493 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
19494
19495         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
19496         Don't close an fd more than once. Identical atimes indicate
19497         success, not failure.
19498
19499 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
19500
19501         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
19502
19503 2006-11-23  Jim Meyering  <jim@meyering.net>
19504
19505         * build-aux/announce-gen: New file.  From coreutils.
19506
19507 2006-11-22  Jim Meyering  <jim@meyering.net>
19508
19509         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
19510         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
19511         (fts_read): Use a temporary to narrow the overused st_size member
19512         before using it in a switch statement.  Reported by Matthew Woehlke.
19513
19514         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
19515         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
19516
19517 2006-11-20  Bruno Haible  <bruno@clisp.org>
19518
19519         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
19520         changequote instead of pairs of brackets.
19521         Reported by Andreas Schwab <schwab@suse.de>.
19522
19523 2006-11-21  Jim Meyering  <jim@meyering.net>
19524
19525         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
19526         so as to remain compatible with older compilers.
19527         Patch from Michael Deutschmann.
19528
19529 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
19530
19531         * MODULES.html.sh (File system functions): Add openat.
19532
19533         * lib/openat.h (rpl_fstatat): New macro, if
19534         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
19535         (fstatat): Define to rpl_fstatat under the same conditions,
19536         unless COMPILING_FSTATAT.
19537         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
19538         seems to have the bug.
19539         * lib/fstatat.c: New file.
19540         * modules/openat (Files): Add it.
19541
19542 2006-11-20  Bruno Haible  <bruno@clisp.org>
19543
19544         * Makefile: New file.
19545
19546 2006-11-20  Jim Meyering  <jim@meyering.net>
19547
19548         The beginnings of syntax-related checks for gnulib.
19549         * lib/Makefile: New file.
19550         * lib/t-idcache: New script.  Ensure that the two halves of
19551         idcache.c stay in sync.
19552
19553         * lib/idcache.c: Adjust comments in user- and group- portions to
19554         be more accurate, and to be consistent with one another.
19555
19556 2006-11-20  Jim Meyering  <jim@meyering.net>
19557
19558         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
19559         continue using the flexible array member (thus, this module performs
19560         half as many malloc calls), with the addition that...
19561         (getgroup, getuser): Consistently record a non-match via an empty
19562         "name" string, and map an empty string match to a NULL return value.
19563         * modules/idcache (Depends-on): Re-add flexmember.
19564
19565         * lib/idcache.c (getuser): Remove all uses of the register keyword.
19566         (getuidbyname, getgroup, getgidbyname): Likewise.
19567
19568         Use cleaner syntax: NULL rather than 0.
19569         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
19570
19571 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
19572
19573         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
19574         It mishandled the case where the group was missing.
19575         Problem reported by Greg Schafer.
19576         * modules/idcache: Likewise.
19577
19578 2006-11-18  Jim Meyering  <jim@meyering.net>
19579
19580         * check-module (%exempt_header): Add exception for some
19581         conditionally-included headers.
19582
19583         * modules/i-ring (Depends-on): Add verify.
19584         (License): Change to LGPL.
19585
19586 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
19587
19588         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
19589         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
19590         and inttostr.h.  Use snprintf rather than uinttostr, so that
19591         LGPLed code doesn't depend on GPLed.
19592
19593 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
19594
19595         * modules/inline (License): Change from GPL to LGPL.
19596
19597 2006-11-17  Jim Meyering  <jim@meyering.net>
19598
19599         * modules/d-type (License): Switch to LGPL.
19600
19601 2006-11-15  Bruno Haible  <bruno@clisp.org>
19602
19603         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
19604
19605 2006-11-15  Eric Blake  <ebb9@byu.net>
19606
19607         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
19608         the module dependency.
19609
19610 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19611             Bruno Haible  <bruno@clisp.org>
19612
19613         * gnulib-tool (func_create_testdir): Add license consistency check.
19614
19615 2006-11-15  Eric Blake  <ebb9@byu.net>
19616
19617         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
19618         random "(cached)" in configure output.
19619
19620 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19621
19622         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
19623         test for conforming inttypes.h is both announced and cached.
19624
19625         * MODULES.html.sh (seen_modules, seen_files): New variables.
19626         (func_module): Rewrite to use a few less gnulib-tool and sed
19627         invocations.  Avoid a couple of quadratic algorithms for ...
19628         (missed_modules, missed_files): ... these, with ...
19629         (func_append, func_tmpdir): ... these new functions, from
19630         gnulib-tool.  Analogously, install traps for cleanup.
19631
19632         * tests/test-gc.c (main): Remove unused variables.
19633         * tests/test-read-file.c: Include stdlib.h, for 'free'.
19634
19635 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
19636
19637         * modules/inttostr (License): Change to LGPL.
19638
19639 2006-11-14  Eric Blake  <ebb9@byu.net>
19640
19641         * modules/tempname (License): Change to LGPL.
19642
19643 2006-11-14  Eric Blake  <ebb9@byu.net>
19644
19645         * doc/functions.texi (Function Portability): *printf functions on
19646         Cygwin now understand all POSIX size specifiers.
19647
19648 2006-11-14  Bruno Haible  <bruno@clisp.org>
19649
19650         * modules/c-ctype (License): Change to LGPL.
19651
19652 2006-11-12  Bruno Haible  <bruno@clisp.org>
19653
19654         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
19655         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
19656         for GNOME libraries, for which the include files are installed in
19657         subdirectories of $prefix/include.
19658
19659 2006-11-12  Bruno Haible  <bruno@clisp.org>
19660
19661         * m4/lib-link.m4: Require at least autoconf-2.54.
19662         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
19663         name to underscores for the --with option.
19664
19665 2006-11-13  Bruno Haible  <bruno@clisp.org>
19666
19667         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
19668         the tests directory.
19669         Reported by Ralf Wildenhues.
19670
19671 2006-11-13  Bruno Haible  <bruno@clisp.org>
19672
19673         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
19674         (func_emit_initmacro_end): Undo the override here.
19675         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
19676         Works around the famous automake error in coreutils.
19677
19678 2006-11-13  Eric Blake  <ebb9@byu.net>
19679
19680         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
19681         element, not its node.
19682
19683 2006-11-12  Bruno Haible  <bruno@clisp.org>
19684
19685         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
19686         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
19687
19688 2006-11-12  Bruno Haible  <bruno@clisp.org>
19689
19690         * gnulib-tool: New option --local-symlink.
19691         (func_usage): Document it.
19692         (lsymbolic): New variable.
19693         (func_import, func_create_testdir): If --symlink was not specified,
19694         test whether --local-symlink was specified and the file comes from
19695         the local_gnulib_dir.
19696
19697 2006-11-12  Bruno Haible  <bruno@clisp.org>
19698
19699         * gnulib-tool (func_ln): New function.
19700         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
19701
19702 2006-11-12  Bruno Haible  <bruno@clisp.org>
19703
19704         Finish support for source files in subdirectories.
19705         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
19706         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
19707         AUTOMAKE_OPTIONS.
19708         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
19709
19710 2006-11-12  Bruno Haible  <bruno@clisp.org>
19711
19712         * gnulib-tool (func_get_automake_snippet): Synthesize also an
19713         EXTRA_lib_SOURCES augmentation.
19714         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
19715
19716 2006-11-12  Jim Meyering  <jim@meyering.net>
19717
19718         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
19719         file descriptors.  This also averts a failure on systems with
19720         native openat support when a traversed directory lacks "x" access.
19721         * lib/fts_.h: Include "i-ring.h"
19722         (struct FTS) [fts_fd_ring]: New member.
19723         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
19724         (FCHDIR): Add parentheses.
19725         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
19726         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
19727         When descending, rather than simply closing the previous
19728         fts_cwd_fd value, push that file descriptor onto the ring.
19729         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
19730         (fts_open): Initialize the new fd_ring member.
19731         (fts_close): Clear the ring.
19732         (fts_safe_changedir): When possible, use our new fd_ring to skip
19733         the diropen and fstat and dev/ino comparison that would normally
19734         accompany a virtual `chdir ("..")'.
19735
19736         * modules/fts (Depends-on): Add i-ring.
19737         * modules/i-ring: New module.
19738         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
19739         * m4/i-ring.m4: New file.
19740
19741 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19742
19743         * gnulib-tool (func_create_testdir): Fix replacement of
19744         `build-aux' in configure.ac.  Run autotools in gltests
19745         subdirectory.
19746         (func_create_testdir, func_create_megatestdir, test): There is
19747         no need for '--force' in most autotool invocations in a new
19748         tree.  Actually fail the whole test if any of the tools, or the
19749         configure or make stages fail.
19750
19751         Sync from Automake.
19752         * build-aux/gnupload: Revert last change.  Add pointer to upload
19753         instructions of the GNU Maintenance Instructions.
19754         Suggestion by Karl Berry.
19755
19756 2006-11-10  Jim Meyering  <jim@meyering.net>
19757
19758         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
19759
19760 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
19761
19762         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
19763         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
19764         (bind_textdomain_codeset) [! ENABLE_NLS]:
19765         Evaluate all the arguments.  That way, callers get compatible behavior
19766         if the arguments have side effects.  Also, it avoids some GCC
19767         diagnostics in some cases; Joel E. Denny reported problems when Bison
19768         was configured with --enable-gcc-warnigs.
19769
19770 2006-11-10  Jim Meyering  <jim@meyering.net>
19771
19772         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
19773         relevant options in CFLAGS (like -O, -fno-inline) are taken into
19774         account.
19775
19776 2006-11-10  Jim Meyering  <jim@meyering.net>
19777
19778         * modules/inline: New file/module.
19779         * modules/xalloc (Files): Remove m4/inline.m4.
19780         (Depends-on): Add inline, instead.
19781         * modules/oset: Likewise.
19782         * modules/list: Likewise.
19783
19784 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
19785
19786         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
19787         Problem reported by Matthew Woehlke.
19788
19789 2006-11-09  Bruno Haible  <bruno@clisp.org>
19790
19791         * lib/tempname.c (gen_tempname): Remove variant that invokes
19792         __gen_tempname.
19793         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
19794         __gen_tempname.
19795
19796 2006-11-08  Bruno Haible  <bruno@clisp.org>
19797
19798         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
19799         to 'yes' instead of 'cross-compiling'.
19800
19801 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
19802
19803         * lib/quotearg.h (quotearg_free): New decl.
19804         * lib/quotearg.c (quotearg_free): New function.
19805         (slot0, nslots, slotvec0, slotvec):
19806         Now file-scope so that quotearg_free can get at them.
19807
19808 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19809
19810         Sync from Automake.
19811         * build-aux/gnupload: Add missing 'gnu' to example URL.
19812         Report by Karl Berry.
19813
19814 2006-11-08  Bruno Haible  <bruno@clisp.org>
19815
19816         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
19817         Suggested by Paul Eggert.
19818
19819 2006-11-08  Jim Meyering  <jim@meyering.net>
19820
19821         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
19822         It's already included if !_LIBC.
19823         (fts_safe_changedir): Add a comment.
19824
19825 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
19826
19827         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
19828         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
19829         Matthew Woehlke.
19830
19831         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
19832         definitions up, to avoid colliding with change below.
19833         (static_inline) [HAVE_INLINE]: New macro.
19834         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
19835         Provide extern decls when !HAVE_INLINE.  Do not define unless
19836         static_inline is defined, either by us or by xmalloc.c.  Use
19837         static_inline rather than static inline.
19838         (XCALLOC): Optimize sizeof(T) = 1 case.
19839         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
19840
19841 2006-11-07  Bruno Haible  <bruno@clisp.org>
19842
19843         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
19844         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
19845         AC_C_INLINE.
19846         * modules/xalloc (Files): Add m4/inline.m4.
19847
19848 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19849
19850         * README: Fix typo.
19851         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
19852         (Miscellanous Notes): ...from this.
19853
19854 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
19855
19856         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
19857         Mention that offsetof should be used instead of sizeof.
19858         From Bruno Haible.
19859
19860 2006-11-07  Bruno Haible  <bruno@clisp.org>
19861
19862         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
19863
19864 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
19865
19866         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
19867         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
19868         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
19869         (gl_tree_add_before, gl_tree_add_after):
19870         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
19871         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
19872         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
19873         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
19874         (gl_linked_add_after, gl_linked_add_at): Likewise.
19875         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
19876         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
19877         (gl_tree_add_before, gl_tree_add_after): Likewise.
19878         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
19879         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
19880         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
19881
19882 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19883
19884         * lib/gl_oset.h: Use C comment style, not C++ comment style.
19885
19886 2006-11-06  Bruno Haible  <bruno@clisp.org>
19887
19888         * m4/inline.m4: New file.
19889         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
19890         * modules/list (Files): Add m4/inline.m4.
19891         * modules/oset (Files): Likewise.
19892
19893 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
19894
19895         * lib/idcache.c: Include <stddef.h>, for offsetof.
19896         (struct userid.name): Change from char * to a flexible array member.
19897         All uses changed.
19898         * modules/idcache (Depends-on): Add flexmember.
19899
19900         * MODULES.html.sh (Core language properties): New module flexmember.
19901         * modules/flexmember, m4/flexmember.m4: New files.
19902
19903         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
19904         inline functions that are identical with the old xnmalloc_inline,
19905         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
19906         that we can avoid some unnecessary integer multiplications and
19907         divisions in the common case where the element size is known at
19908         compile time.
19909         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
19910         needed.
19911         (xnboundedmalloc): Remove.
19912         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
19913         arguments, for consistency with rest of this header.
19914         (xcharalloc): Rewrite using XNMALLOC.
19915         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
19916         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
19917         versions have been moved to lib/xalloc.h and renamed to be the
19918         non-*_inline versions.
19919         (xmalloc, xrealloc): Implement without reference to the xnmalloc
19920         and xnrealloc functions, since those functions are now inline and
19921         now call us.
19922         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
19923         renaming described above.
19924         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
19925         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
19926         captures the dependency in AC_C_INLINE.
19927
19928         New module canonicalize-lgpl, proposed by Charles Wilson in
19929         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
19930         with a few small changes afterwards.
19931         * MODULES.html.sh (File system functions): New module
19932         canonicalize-lgpl.
19933         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
19934         and canonicalize_file_name.
19935         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
19936         * modules/canonicalize-lgpl: New files.
19937
19938 2006-11-05  Bruno Haible  <bruno@clisp.org>
19939
19940         * gnulib-tool (func_import, func_create_testdir): Create directories
19941         also for files in subdirectories of lib/.
19942
19943 2006-11-05  Bruno Haible  <bruno@clisp.org>
19944
19945         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
19946         ANSI C compliant.
19947
19948 2006-11-03  Bruno Haible  <bruno@clisp.org>
19949
19950         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
19951         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
19952         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
19953         (xnboundedmalloc): New inline function.
19954         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
19955         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
19956         xmalloc.
19957         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
19958         xmalloc.
19959         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
19960         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
19961         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
19962         xmalloc.
19963         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
19964         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
19965         xmalloc.
19966         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
19967         gl_tree_add_after): Use XMALLOC instead of xmalloc.
19968         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
19969         xmalloc.
19970         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
19971         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
19972         gl_tree_add_after): Use XMALLOC instead of xmalloc.
19973         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
19974         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
19975         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
19976         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
19977
19978 2006-11-03  Bruno Haible  <bruno@clisp.org>
19979
19980         * lib/c-ctype.h [C++]: Define functions without name mangling.
19981         * lib/fwriteerror.h [C++]: Likewise.
19982         * lib/gcd.h [C++]: Likewise.
19983         * lib/linebreak.h [C++]: Likewise.
19984
19985 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
19986
19987         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
19988         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
19989         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
19990         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
19991         Check for functions and headers just once.
19992         Check for declaration of canonicalize_file_name.
19993         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
19994
19995 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
19996
19997         * gnulib-tool (func_import): Fix typo in actioncmd.
19998
19999 2006-11-02  Bruno Haible  <bruno@clisp.org>
20000
20001         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
20002         newline sequence in the Makefile.am snippet as a space, like "make"
20003         does.
20004         Reported by Roger Persson <perrog@gmail.com>.
20005
20006 2006-11-01  Bruno Haible  <bruno@clisp.org>
20007
20008         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
20009         already declared in <string.h>.
20010         * lib/strcase.h (strncasecmp): Don't declare it if yes.
20011
20012 2006-11-01  Bruno Haible  <bruno@clisp.org>
20013
20014         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
20015         * lib/strcase.h: Include <string.h>.
20016         (strcasecmp): Define to rpl_strcasecmp here.
20017
20018 2006-11-01  Bruno Haible  <bruno@clisp.org>
20019
20020         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
20021
20022 2006-11-01  Eric Blake  <ebb9@byu.net>
20023
20024         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
20025
20026         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
20027
20028 2006-10-29  Bruno Haible  <bruno@clisp.org>
20029
20030         Make it compile in C++ mode.
20031         * lib/full-write.c (full_rw): Add a cast.
20032
20033 2006-11-01  Bruno Haible  <bruno@clisp.org>
20034
20035         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
20036         be POSIX compliant.
20037         Reported by Roger Persson <perrog@gmail.com>.
20038
20039 2006-11-01  Eric Blake  <ebb9@byu.net>
20040
20041         * lib/getopt_.h: Fix comments.
20042
20043 2006-10-31  Eric Blake  <ebb9@byu.net>
20044
20045         * modules/tmpdir (Depends-on): Add sys_stat.
20046         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
20047         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
20048         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
20049         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
20050         tempname.
20051
20052 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
20053
20054         Avoid some C++ diagnostics reported by Bruno Haible.
20055         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
20056         xmalloc.
20057         (quotearg_alloc): Use xcharalloc rather than xmalloc.
20058         (struct slotvec): Move to top level.
20059         (quotearg_n_options): Rewrite to avoid xmalloc.
20060         * lib/xalloc.h (xcharalloc): New function.
20061         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
20062         [defined __cplusplus]: Add function template that provides result
20063         type propagation.  This part of the change is from Bruno Haible.
20064
20065 2006-10-29  Bruno Haible  <bruno@clisp.org>
20066
20067         Make it compile in C++ mode.
20068         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
20069         * lib/strnlen1.c (strnlen1): Cast memchr result.
20070         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
20071         * lib/clean-temp.c (string_equals, string_hash): Add casts.
20072         (create_temp_dir): Rename local variable 'template'.
20073         (compile_csharp_using_sscli): Add cast.
20074         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
20075         * lib/findprog.c (find_in_path): Likewise.
20076         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
20077         * lib/wait-process.c (register_slave_subprocess): Likewise.
20078
20079 2006-10-22  Bruno Haible  <bruno@clisp.org>
20080
20081         * modules/tsearch: New file.
20082         * lib/tsearch.h: New file.
20083         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
20084         * m4/tsearch.m4: New file.
20085         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
20086
20087 2006-10-29  Eric Blake  <ebb9@byu.net>
20088
20089         * lib/arcfour.c: Assume config.h.
20090         * lib/arctwo.c: Likewise.
20091         * lib/base64.c: Likewise.
20092         * lib/check-version.c: Likewise.
20093         * lib/crc.c: Likewise.
20094         * lib/des.c: Likewise.
20095         * lib/gc-gnulib.c: Likewise.
20096         * lib/gc-libgcrypt.c: Likewise.
20097         * lib/gc-pbkdf2-sha1.c: Likewise.
20098         * lib/getaddrinfo.c: Likewise.
20099         * lib/getdelim.c: Likewise.
20100         * lib/getline.c: Likewise.
20101         * lib/hmac-md5.c: Likewise.
20102         * lib/hmac-sha1.c: Likewise.
20103         * lib/iconvme.c: Likewise.
20104         * lib/md2.c: Likewise.
20105         * lib/md4.c: Likewise.
20106         * lib/memxor.c: Likewise.
20107         * lib/read-file.c: Likewise.
20108         * lib/readline.c: Likewise.
20109         * lib/rijndael-alg-fst.c: Likewise.
20110         * lib/rijndael-api-fst.c: Likewise.
20111         * lib/xgetdomainname.c: Likewise.
20112
20113 2006-10-28  Eric Blake  <ebb9@byu.net>
20114
20115         * lib/xstrndup.c: Assume config.h.
20116
20117 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
20118
20119         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
20120         stat-macros.h is now for our own macros, whereas stat_h is for
20121         macros in the <sys/stat.h> name space.
20122         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
20123         (STAT_MACROS_H): Remove.
20124         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
20125         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
20126         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
20127         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
20128         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
20129         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
20130         Move these macros to ...
20131         * lib/stat_.h: here.  Don't include stat-macros.h.
20132         * lib/canonicalize.c: Don't include stat-macros.h.
20133         * lib/chown.c: Likewise.
20134         * lib/euidaccess.c: Likewise.
20135         * lib/file-type.c: Likewise.
20136         * lib/filemode.c: Likewise.
20137         * lib/glob.c: Likewise.
20138         * lib/isapipe.c: Likewise.
20139         * lib/lchown.c: Likewise.
20140         * lib/lstat.c: Likewise.
20141         * lib/mkdir-p.c: Likewise.
20142         * lib/rmdir.c: Likewise.
20143         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
20144         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
20145         unless mkdir isn't declared, to speed up 'configure'.
20146         Always create sys/stat.h, since it's unlikely any real sys/stat.h
20147         would define all the S_* symbols.
20148         * modules/canonicalize (Depends-on):
20149         Depend on sys_stat, not stat-macros.
20150         * modules/chown: Likewise.
20151         * modules/euidaccess: Likewise.
20152         * modules/filemode: Likewise.
20153         * modules/file-type: Likewise.
20154         * modules/glob: Likewise.
20155         * modules/isapipe: Likewise.
20156         * modules/lchown: Likewise.
20157         * modules/lstat: Likewise.
20158         * modules/mkancesdirs: Likewise.
20159         * modules/rmdir: Likewise.
20160         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
20161         * modules/modechange: Likewise.
20162         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
20163         (configure.ac): Remove gl_STAT_MACROS.
20164         * modules/sys_stat (Depends-on): Remove stat-macros.
20165
20166 2006-10-27  Bruno Haible  <bruno@clisp.org>
20167
20168         * m4/signed.m4: Remove file.
20169         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
20170         invocation.
20171         * modules/vasnprintf (Files): Remove m4/signed.m4.
20172
20173 2006-10-27  Bruno Haible  <bruno@clisp.org>
20174
20175         Update to GNU gettext 0.16.
20176         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
20177         m4/inttypes-h.m4, m4/signed.m4.
20178         * m4/gettext.m4: Update to GNU gettext 0.16.
20179         * m4/intl.m4: New file, from GNU gettext.
20180         * m4/intldir.m4: New file, from GNU gettext.
20181         * config/srclist.txt: Update
20182
20183 2006-10-27  Eric Blake  <ebb9@byu.net>
20184
20185         * MODULES.html.sh: Document tempname.
20186         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
20187         dependencies.
20188         (Files): Move lib/tempname.c...
20189         * modules/tempname: ...to this new module.
20190         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
20191         (gl_PREREQ_TEMPNAME): Move...
20192         * m4/tempname.m4: ...to this new file.
20193         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
20194         * modules/sys_stat (Depends-on): Add stat-macros.
20195         * lib/stat_.h (includes): Pick up stat macros.
20196         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
20197         if stat macros are broken.
20198         * lib/tempname.c (includes): No need to include "stat-macros.h".
20199         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
20200         (direxists, __path_search) [!_LIBC]: Don't compile these in
20201         gnulib; the tmpdir module covers that.
20202         * lib/tempname.h: New file.
20203
20204 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
20205
20206         * COPYING: Explain how gnulib-tool converts licence headers.
20207         Almost all wording by Eric Blake.
20208
20209 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
20210
20211         * lib/mbchar.h (is_basic_table): Make read-only.
20212         * lib/mbchar.c (is_basic_table): Likewise.
20213         Reported by John Darrington.
20214
20215 2006-10-25  Bruno Haible  <bruno@clisp.org>
20216
20217         * lib/progname.h (set_program_name): Undefine before defining.
20218
20219 2006-10-25  Bruno Haible  <bruno@clisp.org>
20220
20221         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
20222         false for non-gcc C++ compilers.
20223         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
20224
20225 2006-10-24  Bruno Haible  <bruno@clisp.org>
20226
20227         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
20228         iconv implementations like Irix iconv.
20229
20230 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
20231
20232         * modules/vararrays: New file.
20233         * m4/vararrays.m4: New file, taken from diffutils.
20234         * MODULES.html.sh: New module vararrays.
20235
20236 2006-10-24  Karl Berry  <karl@gnu.org>
20237
20238         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
20239         Don't call GNU Unix.
20240
20241 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20242
20243         * users.txt: Add Libtool.
20244
20245         Sync from Libtool:
20246
20247         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
20248
20249         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
20250         to gnulib's policy of including config.h unconditionally.
20251
20252 2006-10-24  Bruno Haible  <bruno@clisp.org>
20253
20254         * modules/wcwidth (Files): Add m4/wint_t.m4.
20255         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
20256         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
20257
20258 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
20259
20260         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
20261         to pacify GCC with some -W flags enabled.  Problem reported by
20262         Bruno Haible.
20263
20264 2006-10-24  Jim Meyering  <jim@meyering.net>
20265
20266         * MODULES.html.sh: Remove uinttostr.  It's not a module.
20267         Reported by Karl Berry.
20268
20269 2006-10-23  Bruno Haible  <bruno@clisp.org>
20270
20271         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
20272
20273 2006-10-24  Bruno Haible  <bruno@clisp.org>
20274
20275         * lib/gl_list.h: Use C comment style, not C++ comment style.
20276
20277 2006-10-23  Eric Blake  <ebb9@byu.net>
20278
20279         * lib/getaddrinfo.c (includes): Add missing include.
20280
20281 2006-10-23  Bruno Haible  <bruno@clisp.org>
20282             Paul Eggert  <eggert@cs.ucla.edu>
20283
20284         Ability to rename obstack_free.
20285         * lib/obstack.h (__obstack_free): New macro. Declare instead of
20286         obstack_free.
20287         (obstack_free): Invoke the __obstack_free macro.
20288         * lib/obstack.c (obstack_free): Use __obstack_free macro.
20289
20290 2006-10-23  Bruno Haible  <bruno@clisp.org>
20291             Paul Eggert  <eggert@cs.ucla.edu>
20292
20293         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
20294         __argc, __argv from the declaration. (They are defined as macros on
20295         mingw.)
20296
20297 2006-10-22  Bruno Haible  <bruno@clisp.org>
20298
20299         * doc/gnulib-intro.texi: New file.
20300         * doc/gnulib.texi: Include it.
20301
20302 2006-10-21  Bruno Haible  <bruno@clisp.org>
20303
20304         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
20305         "Introduction", "Miscellanous Notes", "Particular Modules".
20306
20307 2006-10-21  Bruno Haible  <bruno@clisp.org>
20308
20309         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20310         Change mostlyclean-local rule to avoid sh syntax error from bash
20311         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
20312
20313 2006-10-23  Jim Meyering  <jim@meyering.net>
20314
20315         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
20316         in place of snprintf.
20317
20318         * modules/inttostr (Files): Add lib/uinttostr.c.
20319         * lib/uinttostr.c (inttostr): New file/function.
20320         * lib/inttostr.h (uinttostr): Declare.
20321         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
20322         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
20323         Add uinttostr.
20324         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
20325
20326 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
20327
20328         * lib/canonicalize.c (ELOOP): Define if not already defined.
20329         Problem reported by Bruno Haible in
20330         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
20331
20332 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
20333
20334         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
20335         Problem reported by Perry Smith and Ville Laurikari.
20336
20337         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
20338         uses.
20339
20340 2006-10-19  Bruno Haible  <bruno@clisp.org>
20341
20342         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
20343         for mingw.
20344
20345 2006-10-19  Bruno Haible  <bruno@clisp.org>
20346
20347         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
20348         Needed for mingw.
20349
20350 2006-10-19  Bruno Haible  <bruno@clisp.org>
20351
20352         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
20353
20354 2006-10-19  Bruno Haible  <bruno@clisp.org>
20355
20356         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
20357         it.
20358
20359 2006-10-19  Bruno Haible  <bruno@clisp.org>
20360
20361         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
20362         invocation.
20363
20364 2006-10-19  Bruno Haible  <bruno@clisp.org>
20365
20366         * gnulib-tool (func_create_testdir): Don't include ftruncate and
20367         mountlist by default.
20368
20369 2006-10-16  Bruno Haible  <bruno@clisp.org>
20370
20371         * lib/c-strstr.c: Include c-strstr.h.
20372
20373 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
20374
20375         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
20376         in a slash.
20377
20378 2006-10-18  Bruno Haible  <bruno@clisp.org>
20379
20380         * lib/lock.h [C++]: Wrap definitions in extern "C".
20381
20382 2006-10-18  Bruno Haible  <bruno@clisp.org>
20383
20384         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
20385         gl_LIBOBJS list.
20386
20387 2006-10-18  Bruno Haible  <bruno@clisp.org>
20388
20389         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
20390
20391 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
20392
20393         * lib/xstrtol.h: Include gettext.h.
20394         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
20395         Problem reported by Eric Blake.
20396         * modules/xstrtol (Depends-on): Add gettext-h.
20397
20398 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
20399
20400         * lib/strftime.c (advance): New macro.
20401         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
20402         incomplete type, so you can't add 0 to it.  Problem and patch
20403         reported by Eelco Dolstra for dietlibc.
20404
20405 2006-10-18  Jim Meyering  <jim@meyering.net>
20406
20407         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
20408         type for a local, and rename it: s/up/user_proc/.
20409
20410 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
20411
20412         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
20413         READ_UTMP_USER_PROCESS.
20414         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
20415
20416 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
20417
20418         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
20419         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
20420
20421 2006-10-17  Eric Blake  <ebb9@byu.net>
20422
20423         * lib/sigprocmask.c (sigprocmask): Fix typo.
20424
20425         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
20426
20427         * modules/clean-temp (Makefile.am): Don't add to make output...
20428         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
20429         config.h.
20430
20431 2006-10-17  Bruno Haible  <bruno@clisp.org>
20432
20433         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
20434         differently if DEFAULT_TEXT_DOMAIN is set.
20435
20436 2006-10-16  Bruno Haible  <bruno@clisp.org>
20437
20438         * lib/clean-temp.c: Include fwriteerror.h.
20439
20440 2006-10-16  Bruno Haible  <bruno@clisp.org>
20441
20442         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
20443
20444 2006-10-16  Bruno Haible  <bruno@clisp.org>
20445
20446         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
20447         * lib/sigprocmask.h: Include <sys/types.h>.
20448         (sigset_t): Use the system's definition if present.
20449
20450 2006-10-17  Eric Blake  <ebb9@byu.net>
20451
20452         * lib/xvasprintf.c (includes): Assume config.h.
20453         * lib/xasprintf.c (includes): Likewise.
20454
20455 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
20456
20457         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
20458         at least as wide as intmax_t.
20459
20460 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
20461
20462         (Imported from Automake.)
20463         * build-aux/gnupload: Update to version 1.1 of directive file.
20464
20465 2006-10-16  Eric Blake  <ebb9@byu.net>
20466
20467         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
20468         match Automake 1.10a.
20469
20470 2006-10-14  Bruno Haible  <bruno@clisp.org>
20471
20472         * modules/sigprocmask: New file.
20473         * lib/sigprocmask.h: New file.
20474         * lib/sigprocmask.c: New file.
20475         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
20476         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
20477         request sigprocmask.o.
20478         (gl_PREREQ_SIGPROCMASK): New macro.
20479         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
20480         (Depends-on): Add sigprocmask.
20481         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
20482         gt_SIGNALBLOCKING. Test for 'raise' only once.
20483         * lib/fatal-signal.c: Include sigprocmask.h.
20484         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
20485         unblock_fatal_signals): Define always.
20486         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20487         sigprocmask.
20488
20489 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
20490
20491         Sync from Automake.
20492         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
20493         which incorrectly sets the mode of an existing destination
20494         directory.  In some cases the unpatched install-sh could do the
20495         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
20496         system.  We hope this is rare in practice, but it's clearly worth
20497         fixing.  Problem reported by Alex Unleashed in
20498         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
20499         Also, don't bother to check for -m bugs unless we're using -m;
20500         suggested by Stepan Kasal.
20501
20502 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20503
20504         Sync from Automake.
20505         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
20506         `-c' flag, so they appear at the same position as in %FASTDEP%
20507         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
20508         which ignores unknown options only after the first non-option.
20509         Bug report against M4 by Nelson H. F. Beebe.
20510
20511 2006-10-13  Jim Meyering  <jim@meyering.net>
20512
20513         Fix a bug in yesterday's change.
20514         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
20515         p->fts_statp->st_dev would be used uninitialized.
20516         Ensures that we always call fts_stat on the very first entry.
20517         Miklos Szeredi reported that find -xdev stopped working.
20518
20519 2006-10-12  Bruno Haible  <bruno@clisp.org>
20520
20521         * gnulib-tool (func_get_automake_snippet): Append an automatically
20522         computed EXTRA_DIST augmentation.
20523         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
20524         * modules/alloca-opt (Makefile.am): Likewise.
20525         * modules/allocsa (Makefile.am): Likewise.
20526         * modules/arcfour (Makefile.am): Likewise.
20527         * modules/arctwo (Makefile.am): Likewise.
20528         * modules/argmatch (Makefile.am): Likewise.
20529         * modules/argz (Makefile.am): Likewise.
20530         * modules/atexit (Makefile.am): Likewise.
20531         * modules/backupfile (Makefile.am): Likewise.
20532         * modules/byteswap (Makefile.am): Likewise.
20533         * modules/c-strtod (Makefile.am): Likewise.
20534         * modules/c-strtold (Makefile.am): Likewise.
20535         * modules/calloc (Makefile.am): Likewise.
20536         * modules/canon-host (Makefile.am): Likewise.
20537         * modules/canonicalize (Makefile.am): Likewise.
20538         * modules/chdir-long (Makefile.am): Likewise.
20539         * modules/chdir-safer (Makefile.am): Likewise.
20540         * modules/check-version (Makefile.am): Likewise.
20541         * modules/chown (Makefile.am): Likewise.
20542         * modules/cloexec (Makefile.am): Likewise.
20543         * modules/close-stream (Makefile.am): Likewise.
20544         * modules/closeout (Makefile.am): Likewise.
20545         * modules/crc (Makefile.am): Likewise.
20546         * modules/csharpexec (Makefile.am): Likewise.
20547         * modules/cycle-check (Makefile.am): Likewise.
20548         * modules/des (Makefile.am): Likewise.
20549         * modules/dev-ino (Makefile.am): Likewise.
20550         * modules/dirfd (Makefile.am): Likewise.
20551         * modules/dirname (Makefile.am): Likewise.
20552         * modules/dup2 (Makefile.am): Likewise.
20553         * modules/eealloc (Makefile.am): Likewise.
20554         * modules/error (Makefile.am): Likewise.
20555         * modules/euidaccess (Makefile.am): Likewise.
20556         * modules/exclude (Makefile.am): Likewise.
20557         * modules/exitfail (Makefile.am): Likewise.
20558         * modules/fcntl-safer (Makefile.am): Likewise.
20559         * modules/fcntl (Makefile.am): Likewise.
20560         * modules/file-type (Makefile.am): Likewise.
20561         * modules/fileblocks (Makefile.am): Likewise.
20562         * modules/filemode (Makefile.am): Likewise.
20563         * modules/filenamecat (Makefile.am): Likewise.
20564         * modules/fnmatch (Makefile.am): Likewise.
20565         * modules/fopen-safer (Makefile.am): Likewise.
20566         * modules/fpending (Makefile.am): Likewise.
20567         * modules/fprintftime (Makefile.am): Likewise.
20568         * modules/free (Makefile.am): Likewise.
20569         * modules/fsusage (Makefile.am): Likewise.
20570         * modules/ftruncate (Makefile.am): Likewise.
20571         * modules/fts (Makefile.am): Likewise.
20572         * modules/gc-arcfour (Makefile.am): Likewise.
20573         * modules/gc-des (Makefile.am): Likewise.
20574         * modules/gc-hmac-md5 (Makefile.am): Likewise.
20575         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
20576         * modules/gc-md4 (Makefile.am): Likewise.
20577         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
20578         * modules/gc-sha1 (Makefile.am): Likewise.
20579         * modules/gc (Makefile.am): Likewise.
20580         * modules/getaddrinfo (Makefile.am): Likewise.
20581         * modules/getcwd (Makefile.am): Likewise.
20582         * modules/getdelim (Makefile.am): Likewise.
20583         * modules/getdomainname (Makefile.am): Likewise.
20584         * modules/getgroups (Makefile.am): Likewise.
20585         * modules/gethostname (Makefile.am): Likewise.
20586         * modules/gethrxtime (Makefile.am): Likewise.
20587         * modules/getline (Makefile.am): Likewise.
20588         * modules/getloadavg (Makefile.am): Likewise.
20589         * modules/getlogin_r (Makefile.am): Likewise.
20590         * modules/getndelim2 (Makefile.am): Likewise.
20591         * modules/getopt (Makefile.am): Likewise.
20592         * modules/getpagesize (Makefile.am): Likewise.
20593         * modules/getpass-gnu (Makefile.am): Likewise.
20594         * modules/getpass (Makefile.am): Likewise.
20595         * modules/getsubopt (Makefile.am): Likewise.
20596         * modules/gettime (Makefile.am): Likewise.
20597         * modules/gettimeofday (Makefile.am): Likewise.
20598         * modules/getugroups (Makefile.am): Likewise.
20599         * modules/getusershell (Makefile.am): Likewise.
20600         * modules/glob (Makefile.am): Likewise.
20601         * modules/group-member (Makefile.am): Likewise.
20602         * modules/hard-locale (Makefile.am): Likewise.
20603         * modules/hash (Makefile.am): Likewise.
20604         * modules/hmac-md5 (Makefile.am): Likewise.
20605         * modules/hmac-sha1 (Makefile.am): Likewise.
20606         * modules/human (Makefile.am): Likewise.
20607         * modules/idcache (Makefile.am): Likewise.
20608         * modules/imaxabs (Makefile.am): Likewise.
20609         * modules/imaxdiv (Makefile.am): Likewise.
20610         * modules/inet_ntop (Makefile.am): Likewise.
20611         * modules/inet_pton (Makefile.am): Likewise.
20612         * modules/intprops (Makefile.am): Likewise.
20613         * modules/inttostr (Makefile.am): Likewise.
20614         * modules/inttypes (Makefile.am): Likewise.
20615         * modules/isapipe (Makefile.am): Likewise.
20616         * modules/javaversion (Makefile.am): Likewise.
20617         * modules/lchmod (Makefile.am): Likewise.
20618         * modules/lchown (Makefile.am): Likewise.
20619         * modules/localcharset (Makefile.am): Likewise.
20620         * modules/long-options (Makefile.am): Likewise.
20621         * modules/lstat (Makefile.am): Likewise.
20622         * modules/malloc (Makefile.am): Likewise.
20623         * modules/mathl (Makefile.am): Likewise.
20624         * modules/mbchar (Makefile.am): Likewise.
20625         * modules/md2 (Makefile.am): Likewise.
20626         * modules/md4 (Makefile.am): Likewise.
20627         * modules/md5 (Makefile.am): Likewise.
20628         * modules/memcasecmp (Makefile.am): Likewise.
20629         * modules/memchr (Makefile.am): Likewise.
20630         * modules/memcmp (Makefile.am): Likewise.
20631         * modules/memcoll (Makefile.am): Likewise.
20632         * modules/memcpy (Makefile.am): Likewise.
20633         * modules/memmem (Makefile.am): Likewise.
20634         * modules/memmove (Makefile.am): Likewise.
20635         * modules/mempcpy (Makefile.am): Likewise.
20636         * modules/memrchr (Makefile.am): Likewise.
20637         * modules/memset (Makefile.am): Likewise.
20638         * modules/memxor (Makefile.am): Likewise.
20639         * modules/mkancesdirs (Makefile.am): Likewise.
20640         * modules/mkdir-p (Makefile.am): Likewise.
20641         * modules/mkdir (Makefile.am): Likewise.
20642         * modules/mkdtemp (Makefile.am): Likewise.
20643         * modules/mkstemp (Makefile.am): Likewise.
20644         * modules/mktime (Makefile.am): Likewise.
20645         * modules/modechange (Makefile.am): Likewise.
20646         * modules/mountlist (Makefile.am): Likewise.
20647         * modules/nanosleep (Makefile.am): Likewise.
20648         * modules/obstack (Makefile.am): Likewise.
20649         * modules/openat (Makefile.am): Likewise.
20650         * modules/pagealign_alloc (Makefile.am): Likewise.
20651         * modules/pathmax (Makefile.am): Likewise.
20652         * modules/physmem (Makefile.am): Likewise.
20653         * modules/poll (Makefile.am): Likewise.
20654         * modules/posixtm (Makefile.am): Likewise.
20655         * modules/posixver (Makefile.am): Likewise.
20656         * modules/putenv (Makefile.am): Likewise.
20657         * modules/quote (Makefile.am): Likewise.
20658         * modules/quotearg (Makefile.am): Likewise.
20659         * modules/raise (Makefile.am): Likewise.
20660         * modules/read-file (Makefile.am): Likewise.
20661         * modules/readline (Makefile.am): Likewise.
20662         * modules/readlink (Makefile.am): Likewise.
20663         * modules/readtokens (Makefile.am): Likewise.
20664         * modules/readutmp (Makefile.am): Likewise.
20665         * modules/realloc (Makefile.am): Likewise.
20666         * modules/regex (Makefile.am): Likewise.
20667         * modules/rename-dest-slash (Makefile.am): Likewise.
20668         * modules/rename (Makefile.am): Likewise.
20669         * modules/rijndael (Makefile.am): Likewise.
20670         * modules/rmdir (Makefile.am): Likewise.
20671         * modules/rpmatch (Makefile.am): Likewise.
20672         * modules/safe-read (Makefile.am): Likewise.
20673         * modules/safe-write (Makefile.am): Likewise.
20674         * modules/same-inode (Makefile.am): Likewise.
20675         * modules/same (Makefile.am): Likewise.
20676         * modules/save-cwd (Makefile.am): Likewise.
20677         * modules/savedir (Makefile.am): Likewise.
20678         * modules/setenv (Makefile.am): Likewise.
20679         * modules/settime (Makefile.am): Likewise.
20680         * modules/sha1 (Makefile.am): Likewise.
20681         * modules/sig2str (Makefile.am): Likewise.
20682         * modules/snprintf (Makefile.am): Likewise.
20683         * modules/stat-macros (Makefile.am): Likewise.
20684         * modules/stat-time (Makefile.am): Likewise.
20685         * modules/stdbool (Makefile.am): Likewise.
20686         * modules/stdint (Makefile.am): Likewise.
20687         * modules/stdlib-safer (Makefile.am): Likewise.
20688         * modules/stpcpy (Makefile.am): Likewise.
20689         * modules/stpncpy (Makefile.am): Likewise.
20690         * modules/strcase (Makefile.am): Likewise.
20691         * modules/strcasestr (Makefile.am): Likewise.
20692         * modules/strchrnul (Makefile.am): Likewise.
20693         * modules/strcspn (Makefile.am): Likewise.
20694         * modules/strdup (Makefile.am): Likewise.
20695         * modules/strerror (Makefile.am): Likewise.
20696         * modules/strftime (Makefile.am): Likewise.
20697         * modules/strndup (Makefile.am): Likewise.
20698         * modules/strnlen (Makefile.am): Likewise.
20699         * modules/strpbrk (Makefile.am): Likewise.
20700         * modules/strsep (Makefile.am): Likewise.
20701         * modules/strstr (Makefile.am): Likewise.
20702         * modules/strtod (Makefile.am): Likewise.
20703         * modules/strtoimax (Makefile.am): Likewise.
20704         * modules/strtok_r (Makefile.am): Likewise.
20705         * modules/strtol (Makefile.am): Likewise.
20706         * modules/strtoll (Makefile.am): Likewise.
20707         * modules/strtoul (Makefile.am): Likewise.
20708         * modules/strtoull (Makefile.am): Likewise.
20709         * modules/strtoumax (Makefile.am): Likewise.
20710         * modules/strverscmp (Makefile.am): Likewise.
20711         * modules/sys_socket (Makefile.am): Likewise.
20712         * modules/sys_stat (Makefile.am): Likewise.
20713         * modules/sysexits (Makefile.am): Likewise.
20714         * modules/time_r (Makefile.am): Likewise.
20715         * modules/timegm (Makefile.am): Likewise.
20716         * modules/timespec (Makefile.am): Likewise.
20717         * modules/tmpfile-safer (Makefile.am): Likewise.
20718         * modules/trim (Makefile.am): Likewise.
20719         * modules/unistd-safer (Makefile.am): Likewise.
20720         * modules/unlinkdir (Makefile.am): Likewise.
20721         * modules/unlocked-io (Makefile.am): Likewise.
20722         * modules/userspec (Makefile.am): Likewise.
20723         * modules/utime (Makefile.am): Likewise.
20724         * modules/utimecmp (Makefile.am): Likewise.
20725         * modules/utimens (Makefile.am): Likewise.
20726         * modules/vasnprintf (Makefile.am): Likewise.
20727         * modules/vasprintf (Makefile.am): Likewise.
20728         * modules/vsnprintf (Makefile.am): Likewise.
20729         * modules/xalloc (Makefile.am): Likewise.
20730         * modules/xgetcwd (Makefile.am): Likewise.
20731         * modules/xnanosleep (Makefile.am): Likewise.
20732         * modules/xreadlink (Makefile.am): Likewise.
20733         * modules/xstrtod (Makefile.am): Likewise.
20734         * modules/xstrtol (Makefile.am): Likewise.
20735         * modules/xstrtold (Makefile.am): Likewise.
20736         * modules/yesno (Makefile.am): Likewise.
20737         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
20738
20739 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
20740
20741         * modules/error (Makefile.am): Distribute files through
20742         EXTRA_DIST, not lib_SOURCES.
20743
20744 2006-10-12  Eric Blake  <ebb9@byu.net>
20745
20746         * modules/error (Makefile.am): Distribute files in /lib.
20747         * modules/obstack (Makefile.am): Likewise.
20748
20749 2006-10-12  Bruno Haible  <bruno@clisp.org>
20750
20751         * modules/acl (Makefile.am): Distribute all files in lib/ through
20752         EXTRA_DIST.
20753         * modules/arcfour (Makefile.am): Likewise.
20754         * modules/arctwo (Makefile.am): Likewise.
20755         * modules/argmatch (Makefile.am): Likewise.
20756         * modules/argz (Makefile.am): Likewise.
20757         * modules/atexit (Makefile.am): Likewise.
20758         * modules/backupfile (Makefile.am): Likewise.
20759         * modules/c-strtod (Makefile.am): Likewise.
20760         * modules/c-strtold (Makefile.am): Likewise.
20761         * modules/calloc (Makefile.am): Likewise.
20762         * modules/canon-host (Makefile.am): Likewise.
20763         * modules/canonicalize (Makefile.am): Likewise.
20764         * modules/chdir-long (Makefile.am): Likewise.
20765         * modules/chdir-safer (Makefile.am): Likewise.
20766         * modules/check-version (Makefile.am): Likewise.
20767         * modules/chown (Makefile.am): Likewise.
20768         * modules/cloexec (Makefile.am): Likewise.
20769         * modules/close-stream (Makefile.am): Likewise.
20770         * modules/closeout (Makefile.am): Likewise.
20771         * modules/crc (Makefile.am): Likewise.
20772         * modules/cycle-check (Makefile.am): Likewise.
20773         * modules/des (Makefile.am): Likewise.
20774         * modules/dirfd (Makefile.am): Likewise.
20775         * modules/dirname (Makefile.am): Likewise.
20776         * modules/dup2 (Makefile.am): Likewise.
20777         * modules/euidaccess (Makefile.am): Likewise.
20778         * modules/exclude (Makefile.am): Likewise.
20779         * modules/exitfail (Makefile.am): Likewise.
20780         * modules/fcntl-safer (Makefile.am): Likewise.
20781         * modules/file-type (Makefile.am): Likewise.
20782         * modules/fileblocks (Makefile.am): Likewise.
20783         * modules/filemode (Makefile.am): Likewise.
20784         * modules/filenamecat (Makefile.am): Likewise.
20785         * modules/fnmatch (Makefile.am): Likewise.
20786         * modules/fopen-safer (Makefile.am): Likewise.
20787         * modules/fpending (Makefile.am): Likewise.
20788         * modules/fprintftime (Makefile.am): Likewise.
20789         * modules/free (Makefile.am): Likewise.
20790         * modules/fsusage (Makefile.am): Likewise.
20791         * modules/ftruncate (Makefile.am): Likewise.
20792         * modules/fts (Makefile.am): Likewise.
20793         * modules/gc (Makefile.am): Likewise.
20794         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
20795         * modules/getaddrinfo (Makefile.am): Likewise.
20796         * modules/getcwd (Makefile.am): Likewise.
20797         * modules/getdelim (Makefile.am): Likewise.
20798         * modules/getdomainname (Makefile.am): Likewise.
20799         * modules/getgroups (Makefile.am): Likewise.
20800         * modules/gethostname (Makefile.am): Likewise.
20801         * modules/gethrxtime (Makefile.am): Likewise.
20802         * modules/getline (Makefile.am): Likewise.
20803         * modules/getloadavg (Makefile.am): Likewise.
20804         * modules/getlogin_r (Makefile.am): Likewise.
20805         * modules/getopt (Makefile.am): Likewise.
20806         * modules/getpass (Makefile.am): Likewise.
20807         * modules/getpass-gnu (Makefile.am): Likewise.
20808         * modules/getsubopt (Makefile.am): Likewise.
20809         * modules/gettime (Makefile.am): Likewise.
20810         * modules/gettimeofday (Makefile.am): Likewise.
20811         * modules/getugroups (Makefile.am): Likewise.
20812         * modules/getusershell (Makefile.am): Likewise.
20813         * modules/glob (Makefile.am): Likewise.
20814         * modules/group-member (Makefile.am): Likewise.
20815         * modules/hard-locale (Makefile.am): Likewise.
20816         * modules/hash (Makefile.am): Likewise.
20817         * modules/hmac-md5 (Makefile.am): Likewise.
20818         * modules/hmac-sha1 (Makefile.am): Likewise.
20819         * modules/human (Makefile.am): Likewise.
20820         * modules/idcache (Makefile.am): Likewise.
20821         * modules/imaxabs (Makefile.am): Likewise.
20822         * modules/imaxdiv (Makefile.am): Likewise.
20823         * modules/inet_ntop (Makefile.am): Likewise.
20824         * modules/inet_pton (Makefile.am): Likewise.
20825         * modules/inttostr (Makefile.am): Likewise.
20826         * modules/isapipe (Makefile.am): Likewise.
20827         * modules/lchown (Makefile.am): Likewise.
20828         * modules/long-options (Makefile.am): Likewise.
20829         * modules/lstat (Makefile.am): Likewise.
20830         * modules/malloc (Makefile.am): Likewise.
20831         * modules/mathl (Makefile.am): Likewise.
20832         * modules/mbchar (Makefile.am): Likewise.
20833         * modules/md2 (Makefile.am): Likewise.
20834         * modules/md4 (Makefile.am): Likewise.
20835         * modules/md5 (Makefile.am): Likewise.
20836         * modules/memcasecmp (Makefile.am): Likewise.
20837         * modules/memchr (Makefile.am): Likewise.
20838         * modules/memcmp (Makefile.am): Likewise.
20839         * modules/memcoll (Makefile.am): Likewise.
20840         * modules/memcpy (Makefile.am): Likewise.
20841         * modules/memmem (Makefile.am): Likewise.
20842         * modules/memmove (Makefile.am): Likewise.
20843         * modules/mempcpy (Makefile.am): Likewise.
20844         * modules/memrchr (Makefile.am): Likewise.
20845         * modules/memset (Makefile.am): Likewise.
20846         * modules/memxor (Makefile.am): Likewise.
20847         * modules/mkancesdirs (Makefile.am): Likewise.
20848         * modules/mkdir (Makefile.am): Likewise.
20849         * modules/mkdir-p (Makefile.am): Likewise.
20850         * modules/mkdtemp (Makefile.am): Likewise.
20851         * modules/mkstemp (Makefile.am): Likewise.
20852         * modules/mktime (Makefile.am): Likewise.
20853         * modules/modechange (Makefile.am): Likewise.
20854         * modules/mountlist (Makefile.am): Likewise.
20855         * modules/nanosleep (Makefile.am): Likewise.
20856         * modules/openat (Makefile.am): Likewise.
20857         * modules/pagealign_alloc (Makefile.am): Likewise.
20858         * modules/physmem (Makefile.am): Likewise.
20859         * modules/poll (Makefile.am): Likewise.
20860         * modules/posixtm (Makefile.am): Likewise.
20861         * modules/posixver (Makefile.am): Likewise.
20862         * modules/putenv (Makefile.am): Likewise.
20863         * modules/quote (Makefile.am): Likewise.
20864         * modules/quotearg (Makefile.am): Likewise.
20865         * modules/raise (Makefile.am): Likewise.
20866         * modules/read-file (Makefile.am): Likewise.
20867         * modules/readline (Makefile.am): Likewise.
20868         * modules/readlink (Makefile.am): Likewise.
20869         * modules/readtokens (Makefile.am): Likewise.
20870         * modules/readutmp (Makefile.am): Likewise.
20871         * modules/realloc (Makefile.am): Likewise.
20872         * modules/regex (Makefile.am): Likewise.
20873         * modules/rename (Makefile.am): Likewise.
20874         * modules/rename-dest-slash (Makefile.am): Likewise.
20875         * modules/rijndael (Makefile.am): Likewise.
20876         * modules/rmdir (Makefile.am): Likewise.
20877         * modules/rpmatch (Makefile.am): Likewise.
20878         * modules/safe-read (Makefile.am): Likewise.
20879         * modules/safe-write (Makefile.am): Likewise.
20880         * modules/same (Makefile.am): Likewise.
20881         * modules/save-cwd (Makefile.am): Likewise.
20882         * modules/savedir (Makefile.am): Likewise.
20883         * modules/setenv (Makefile.am): Likewise.
20884         * modules/settime (Makefile.am): Likewise.
20885         * modules/sha1 (Makefile.am): Likewise.
20886         * modules/sig2str (Makefile.am): Likewise.
20887         * modules/snprintf (Makefile.am): Likewise.
20888         * modules/stdlib-safer (Makefile.am): Likewise.
20889         * modules/stpcpy (Makefile.am): Likewise.
20890         * modules/stpncpy (Makefile.am): Likewise.
20891         * modules/strcase (Makefile.am): Likewise.
20892         * modules/strcasestr (Makefile.am): Likewise.
20893         * modules/strchrnul (Makefile.am): Likewise.
20894         * modules/strcspn (Makefile.am): Likewise.
20895         * modules/strdup (Makefile.am): Likewise.
20896         * modules/strerror (Makefile.am): Likewise.
20897         * modules/strftime (Makefile.am): Likewise.
20898         * modules/strndup (Makefile.am): Likewise.
20899         * modules/strnlen (Makefile.am): Likewise.
20900         * modules/strpbrk (Makefile.am): Likewise.
20901         * modules/strsep (Makefile.am): Likewise.
20902         * modules/strstr (Makefile.am): Likewise.
20903         * modules/strtod (Makefile.am): Likewise.
20904         * modules/strtoimax (Makefile.am): Likewise.
20905         * modules/strtok_r (Makefile.am): Likewise.
20906         * modules/strtol (Makefile.am): Likewise.
20907         * modules/strtoll (Makefile.am): Likewise.
20908         * modules/strtoul (Makefile.am): Likewise.
20909         * modules/strtoull (Makefile.am): Likewise.
20910         * modules/strtoumax (Makefile.am): Likewise.
20911         * modules/strverscmp (Makefile.am): Likewise.
20912         * modules/time_r (Makefile.am): Likewise.
20913         * modules/timegm (Makefile.am): Likewise.
20914         * modules/tmpfile-safer (Makefile.am): Likewise.
20915         * modules/unistd-safer (Makefile.am): Likewise.
20916         * modules/unlinkdir (Makefile.am): Likewise.
20917         * modules/userspec (Makefile.am): Likewise.
20918         * modules/utime (Makefile.am): Likewise.
20919         * modules/utimecmp (Makefile.am): Likewise.
20920         * modules/utimens (Makefile.am): Likewise.
20921         * modules/vasnprintf (Makefile.am): Likewise.
20922         * modules/vasprintf (Makefile.am): Likewise.
20923         * modules/vsnprintf (Makefile.am): Likewise.
20924         * modules/xalloc (Makefile.am): Likewise.
20925         * modules/xgetcwd (Makefile.am): Likewise.
20926         * modules/xnanosleep (Makefile.am): Likewise.
20927         * modules/xreadlink (Makefile.am): Likewise.
20928         * modules/xstrtod (Makefile.am): Likewise.
20929         * modules/xstrtol (Makefile.am): Likewise.
20930         * modules/xstrtold (Makefile.am): Likewise.
20931         * modules/yesno (Makefile.am): Likewise.
20932
20933 2006-10-12  Jim Meyering  <jim@meyering.net>
20934
20935         * m4/getloadavg.m4: Revert the change below.
20936
20937         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
20938         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
20939         fail with a symlink, which is what coreutils' ./bootstrap now
20940         creates by default.
20941
20942 2006-10-12  Bruno Haible  <bruno@clisp.org>
20943
20944         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
20945         mingw.
20946         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
20947         MSVC and mingw explicitly.
20948
20949 2006-10-11  Simon Josefsson  <jas@extundo.com>
20950             Bruno Haible  <bruno@clisp.org>
20951
20952         Add support for multiple gnulib-tool invocations in the scope of a
20953         single configure.ac file.
20954         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
20955         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
20956         with the same contents as the _LIBADD variable.
20957         (func_emit_initmacro_start, func_emit_initmacro_end,
20958         func_emit_initmacro_done): New functions.
20959         (func_import, func_create_testdir): Invoke them. Allow the identifiers
20960         gl_LIBOBJS and gl_LTLIBOBJS.
20961
20962 2006-10-11  Bruno Haible  <bruno@clisp.org>
20963
20964         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
20965         (func_create_testdir): Don't create po/Makefile.am, don't invoke
20966         autoreconf. Instead, invoke autopoint explicitly but move back the
20967         *.m4 files from gnulib.
20968
20969 2006-10-11  Bruno Haible  <bruno@clisp.org>
20970
20971         * gnulib-tool (func_usage): Make module names after --create-testdir
20972         optional.
20973         (func_create_testdir): If no module was specified, use nearly all
20974         modules.
20975
20976 2006-10-12  Jim Meyering  <jim@meyering.net>
20977
20978         Big performance improvement for fts-based tools that use FTS_NOSTAT.
20979         Avoid spurious inode-mismatch problems on non-POSIX file systems.
20980         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
20981         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
20982         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
20983         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
20984         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
20985         (fts_set_stat_required): New function.
20986         (fts_open): Defer the calls to fts_stat, if possible or requested.
20987         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
20988         into fts_stat itself.
20989         (fts_read): Perform any required (deferred) fts_stat call.
20990         (fts_build): Likewise, for the directory we're about to open and read.
20991         In the readdir loop, carefully decide whether each entry will require
20992         an eventual call to fts_stat, using dirent.d_type info if available.
20993         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
20994         a command line argument into this function.  Update all callers.
20995         Map a return value of FTS_DOT to FTS_D for a command line argument.
20996         * modules/fts (Depends-on): Add d-type.  Alphabetize.
20997         Thanks to Miklos Szeredi for his tenacity and for the initial
20998         bug report about "find" failing on a FUSE-based file system.
20999
21000         * lib/fts.c (fts_open): Use consistent indentation.
21001
21002 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
21003
21004         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
21005         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
21006         reported by Jim Meyering.  All uses of cache variables renamed
21007         to match Autoconf's.
21008         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
21009         the other one.
21010
21011         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
21012         Fix misspelling in diagnostic.
21013
21014 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
21015
21016         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
21017         defined.  Problem reported by Matthew Woehlke.
21018
21019         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
21020         Add support for Tandem NonStop R series.
21021         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
21022         Use new macro.
21023
21024         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
21025         (has_trailing_slash): Omit size arg; all callers changed.
21026         Omit 'inline', since it doesn't help performance and we'd
21027         need to configure it.
21028         Don't count //, ///, etc. as having a trailing slash.
21029         As a side effect, this removes a C99ism reported by Matthew Woehlke.
21030         (rpl_rename_dest_slash): On failure, use rename's errno rather
21031         than (in some cases) an incorrect or junk errno.
21032         Simplify code by removing need to compute length; this does
21033         cause it to make two passes instead of one over the file name,
21034         but it's worth it.
21035
21036         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
21037         change, since Autoconf's version may no longer be appropriate now
21038         that we are using CVS Autoconf's version.  Add support for Tandem.
21039
21040 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
21041             Bruno Haible  <bruno@clisp.org>
21042
21043         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
21044         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
21045         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
21046         gl_AC_TYPE_LONG_LONG.
21047
21048         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
21049         instead of HAVE_LONG_LONG.
21050         * lib/printf-args.c (printf_fetchargs): Likewise.
21051         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
21052         * lib/vasnprintf.c (VASNPRINTF): Likewise.
21053         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
21054         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
21055         gl_AC_TYPE_LONG_LONG.
21056
21057 2006-10-11  Bruno Haible  <bruno@clisp.org>
21058
21059         * m4/longlong.m4: Add comments.
21060         * m4/ulonglong.m4: Likewise.
21061
21062 2006-10-10  Bruno Haible  <bruno@clisp.org>
21063
21064         Make it possible to #define stpcpy, strdup to aliases.
21065         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
21066         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
21067
21068 2006-10-10  Bruno Haible  <bruno@clisp.org>
21069
21070         Make it possible to #define gcd to an alias.
21071         * lib/gcd.c: Include config.h.
21072
21073 2006-10-10  Bruno Haible  <bruno@clisp.org>
21074
21075         Make it possible to #define c_isascii to an alias.
21076         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
21077         defined. Undefine the macros before defining them, to avoid gcc
21078         warnings.
21079         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
21080         define NO_C_CTYPE_MACROS early.
21081
21082 2006-10-10  Bruno Haible  <bruno@clisp.org>
21083
21084         Make it possible to #define set_program_name to an alias.
21085         * lib/progname.c: Don't undefine set_program_name; instead, undefine
21086         ENABLE_RELOCATABLE early.
21087
21088 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
21089
21090         Port to Tandem NSK OSS, which has 64-bit signed int but at most
21091         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
21092         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
21093         More generally, don't assume that 64-bit signed int is available
21094         if unsigned int is, and vice versa.
21095         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
21096         unsigned symbols, not on their signed counterparts.
21097         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
21098         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
21099         (UINT64_C, UINTMAX_C):
21100         Likewise.
21101         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
21102         unsigned counterparts.
21103         (Have_long_long, Unsigned): New macros.
21104         (Int): Renamed from INT.
21105         (strtoimax): Use the new macros.
21106         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
21107         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
21108         * modules/inttypes (inttypes.h): Substitute
21109         HAVE_UNSIGNED_LONG_LONG_INT.
21110         * modules/stdint (stdint.h): Likewise.
21111         (Files): Add m4/ulonglong.m4.
21112
21113 2006-10-10  Bruno Haible  <bruno@clisp.org>
21114
21115         Fix a gcc -Wshadow warning.
21116         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
21117         to 'bucket'.
21118         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
21119         gl_linked_indexof_from_to): Likewise.
21120         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
21121         Likewise.
21122         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
21123         Likewise.
21124         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
21125         Reported by Eric Blake.
21126
21127 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
21128
21129         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
21130         for NetBSD.  Problem reported by Bruno Haible.
21131
21132 2006-10-09  Jim Meyering  <jim@meyering.net>
21133
21134         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
21135         Patch from Bruno Haible.
21136
21137 2006-10-09  Jim Meyering  <jim@meyering.net>
21138
21139         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
21140         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
21141         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
21142
21143 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
21144
21145         Don't include <config.h> twice; this doesn't work in some cases,
21146         e.g., when config.h has "#define intmax_t long long int" and
21147         we include <config.h>, <inttypes.h>, <config.h> in that order.
21148         Problem reported by Matthew Woehlke in:
21149         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
21150         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
21151         * lib/fts-cycle.c: Don't include config.h.
21152         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
21153         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
21154         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
21155         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
21156         inttypes.h.
21157         * lib/xstrtoumax.c: Likewise.
21158         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
21159         __strtol and the like, so that this module is more like its siblings.
21160         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
21161         Remove; no longer needed now that we assume gnulib inttypes.h.
21162
21163 2006-10-08  Bruno Haible  <bruno@clisp.org>
21164
21165         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
21166         option.
21167
21168 2006-10-07  Jim Meyering  <jim@meyering.net>
21169
21170         * modules/inttypes (inttypes.h): Revert what seems to have been
21171         an inadvertent part of today's change: use "|", not "/" in the
21172         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
21173
21174 2006-10-07  Bruno Haible  <bruno@clisp.org>
21175
21176         * modules/sublist: New file.
21177
21178 2006-10-07  Bruno Haible  <bruno@clisp.org>
21179
21180         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
21181         * modules/argz (argz.h): Likewise.
21182         * modules/arpa_inet (arpa/inet.h): Likewise.
21183         * modules/byteswap (byteswap.h): Likewise.
21184         * modules/configmake (configmake.h): Likewise.
21185         * modules/fcntl (fcntl.h): Likewise.
21186         * modules/fnmatch (fnmatch.h): Likewise.
21187         * modules/getopt (getopt.h): Likewise.
21188         * modules/glob (glob.h): Likewise.
21189         * modules/inttypes (inttypes.h): Likewise.
21190         * modules/netinet_in (netinet/in.h): Likewise.
21191         * modules/poll (poll.h): Likewise.
21192         * modules/stdbool (stdbool.h): Likewise.
21193         * modules/stdint (stdint.h): Likewise.
21194         * modules/sys_select (sys/select.h): Likewise.
21195         * modules/sys_socket (sys/socket.h): Likewise.
21196         * modules/sys_stat (sys/stat.h): Likewise.
21197         * modules/sysexits (sysexits.h): Likewise.
21198         * modules/unistd (unistd.h): Likewise.
21199         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21200         Add a "DO NOT EDIT" comment to the generated file.
21201         (func_import): Likewise for gnulib-comp.m4.
21202
21203 2006-10-07  Bruno Haible  <bruno@clisp.org>
21204
21205         * lib/gl_sublist.h: New file.
21206         * lib/gl_sublist.c: New file.
21207
21208 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
21209
21210         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
21211         name (relative to the original working directory) and the file
21212         name component (relative to the temporary working directory).  All
21213         callers changed.
21214         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
21215         * lib/mkdir-p.c (make_dir_parents): Likewise.
21216         * lib/mkdir-p.h (make_dir_parents): Likewise.
21217
21218 2006-10-06  Eric Blake  <ebb9@byu.net>
21219
21220         Define several macros for use by the clean-temp module.
21221         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
21222         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
21223         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
21224
21225         * lib/clean-temp.h (close_stream_temp): New declaration.
21226         * lib/clean-temp.c (includes): Pull in headers according to what
21227         other modules are in use.
21228         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
21229
21230 2006-10-06  Bruno Haible  <bruno@clisp.org>
21231
21232         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
21233         instead of fopen, fwriteerror.
21234
21235 2006-10-06  Bruno Haible  <bruno@clisp.org>
21236
21237         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
21238         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
21239         int.
21240         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
21241         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
21242         Return an error indicator.
21243         Suggested by Eric Blake.
21244
21245 2006-10-06  Bruno Haible  <bruno@clisp.org>
21246
21247         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
21248         Reported by Eric Blake.
21249
21250 2006-10-06  Bruno Haible  <bruno@clisp.org>
21251
21252         * modules/closeout (Description): Mention stderr too.
21253
21254 2006-10-06  Bruno Haible  <bruno@clisp.org>
21255         and Paul Eggert  <eggert@cs.ucla.edu>
21256
21257         * lib/closeout.c (close_stdout): Also close stderr.
21258         * lib/closeout.h: Update comment.
21259
21260 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
21261
21262         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
21263         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
21264         * lib/dirchownmod.c: Include lchown.h.
21265         * lib/lchown.c: Don't include files that lchown.h now includes.
21266         Don't declare chown, since lchown.h now does that.
21267         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
21268         (lchown): Define to rpl_chown if lchown is declared but
21269         does not exist.  Declare using a prototype if lchown is not
21270         declared.  Add a copyright notice.
21271         * lib/mkstemp.h: Include <unistd.h>.
21272         * lib/openat.c: Include lchown.h.
21273
21274         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
21275         we now test for that separately.
21276         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
21277         rather than O_NOFOLLOW, when testing whether it's possible to
21278         avoid a race condition reliably.
21279         * lib/savewd.c (savewd_chdir): Likewise.
21280
21281         Remove macros that are no longer needed now that stdint.h is
21282         reliable.
21283         * lib/fsusage.c (UINTMAX_MAX): Remove.
21284         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
21285         * lib/utimecmp.c (SIZE_MAX): Remove.
21286
21287         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
21288
21289         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
21290         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
21291         O_NOATIME works.
21292
21293 2006-10-05  Bruno Haible  <bruno@clisp.org>
21294
21295         * lib/gl_list.h (gl_sortedlist_search_from_to,
21296         gl_sortedlist_indexof_from_to): New declarations.
21297         (gl_list_implementation): New fields sortedlist_search_from_to,
21298         sortedlist_indexof_from_to.
21299         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
21300         inline functions.
21301         * lib/gl_list.c (gl_sortedlist_search_from_to,
21302         gl_sortedlist_indexof_from_to): New functions.
21303         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
21304         function.
21305         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
21306         (gl_array_sortedlist_search_from_to): New function.
21307         (gl_array_list_implementation): Update.
21308         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
21309         function.
21310         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
21311         (gl_carray_sortedlist_search_from_to): New function.
21312         (gl_carray_list_implementation): Update.
21313         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
21314         gl_linked_sortedlist_indexof_from_to): New functions.
21315         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
21316         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
21317         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
21318         gl_tree_sortedlist_indexof_from_to): New functions.
21319         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
21320         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
21321         Update.
21322         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
21323         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
21324         Update.
21325
21326 2006-10-05  Bruno Haible  <bruno@clisp.org>
21327
21328         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
21329         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
21330         (struct gl_list_implementation): Add fields search_from_to,
21331         indexof_from_to. Remove fields search, indexof.
21332         (gl_list_search): Use the search_from_to method.
21333         (gl_list_search_from, gl_list_search_from_to): New functions.
21334         (gl_list_indexof): Use the indexof_from_to method.
21335         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
21336         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
21337         (gl_list_search_from, gl_list_search_from_to): New functions.
21338         (gl_list_indexof): Use the indexof_from_to method.
21339         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
21340         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
21341         gl_array_indexof. Add start_index, end_index arguments.
21342         (gl_array_search_from_to): Renamed from gl_array_search. Add
21343         start_index, end_index arguments.
21344         (gl_array_remove, gl_array_list_implementation): Update.
21345         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
21346         gl_carray_indexof. Add start_index, end_index arguments.
21347         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
21348         start_index, end_index arguments.
21349         (gl_carray_remove, gl_carray_list_implementation): Update.
21350         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
21351         gl_linked_search. Add start_index, end_index arguments.
21352         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
21353         start_index, end_index arguments.
21354         (gl_linked_remove): Update.
21355         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
21356         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
21357         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
21358         field to 'size_t'.
21359         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
21360         gl_tree_search. Add start_index, end_index arguments.
21361         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
21362         start_index, end_index arguments.
21363         (gl_tree_remove): Update.
21364         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
21365         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
21366         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
21367         function.
21368         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
21369         gl_tree_search. Add start_index, end_index arguments.
21370         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
21371         start_index, end_index arguments.
21372         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
21373         Update.
21374         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
21375
21376 2006-10-05  Bruno Haible  <bruno@clisp.org>
21377
21378         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
21379
21380         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
21381         fwriteerror_temp): New declarations.
21382         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
21383         (descriptors): New variable.
21384         (cleanup): First, close the descriptors.
21385         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
21386         fclose_temp, fwriteerror_temp): New functions.
21387
21388 2006-10-04  Jim Meyering  <jim@meyering.net>
21389
21390         * lib/fts.c (fts_open): Tiny comment change.
21391
21392 2006-10-04  Bruno Haible  <bruno@clisp.org>
21393
21394         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
21395         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
21396         gl_LOCK_BODY.
21397         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
21398         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
21399         gl_LOCK_EARLY_BODY.
21400         (gl_LOCK): Require gl_LOCK_BODY.
21401
21402 2006-10-04  Bruno Haible  <bruno@clisp.org>
21403
21404         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
21405         (gl_oset_search_atleast): New declaration.
21406         (struct gl_oset_implementation): Add field 'search_atleast'.
21407         (gl_oset_search_atleast): New inline function.
21408         * lib/gl_oset.c (gl_oset_search_atleast): New function.
21409         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
21410         (gl_array_oset_implementation): Update.
21411         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
21412         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
21413         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
21414
21415 2006-10-04  Bruno Haible  <bruno@clisp.org>
21416
21417         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
21418
21419 2006-10-03  Bruno Haible  <bruno@clisp.org>
21420
21421         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
21422         from gl_avltreehash_list_implementation.
21423
21424 2006-10-03  Bruno Haible  <bruno@clisp.org>
21425
21426         * lib/gl_oset.c (gl_oset_add): Fix return type.
21427
21428 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
21429
21430         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
21431
21432 2006-10-02  Eric Blake  <ebb9@byu.net>
21433
21434         * modules/strnlen (Depends-on): Add extensions.
21435
21436 2006-10-02  Eric Blake  <ebb9@byu.net>
21437
21438         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
21439         definition in 2.60+.
21440
21441 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
21442
21443         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
21444         checks.
21445
21446 2006-10-02  Bruno Haible  <bruno@clisp.org>
21447
21448         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
21449         to the AUTOMAKE_OPTIONS.
21450         Reported by Jim Meyering.
21451
21452 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
21453
21454         Work around bug in Solaris 10 /proc file system:
21455         /proc/self/fd/NNN/.. isn't the parent directory of
21456         the directory whose file descriptor is NNN.  This needs to
21457         be worked around at run time, not compile time, since a
21458         program might be built on Solaris 8, where things work, and
21459         run on Solaris 10.
21460         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
21461         to use the following interface instead:
21462         (OPENAT_BUFFER_SIZE): New macro.
21463         (openat_proc_name): New function.
21464         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
21465         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
21466         Likewise.
21467         * lib/openat-proc.c: New file.
21468         * modules/openat (Files): Add lib/openat-proc.c.
21469         (Depends-on): Add same-inode, stdbool.
21470         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
21471
21472 2006-09-29  Bruno Haible  <bruno@clisp.org>
21473
21474         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
21475         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
21476         argument. Set stdout_closed before testing for ferror, not after.
21477         (fwriteerror, fwriteerror_no_ebadf): New functions.
21478
21479 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21480
21481         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
21482
21483 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
21484
21485         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
21486         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
21487
21488 2006-09-28  Jim Meyering  <jim@meyering.net>
21489
21490         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
21491         Include <unistd.h>.
21492
21493 2006-09-28  Bruno Haible  <bruno@clisp.org>
21494
21495         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
21496         * modules/linkedhash-list (Depends-on): Likewise.
21497         * modules/rbtreehash-list (Depends-on): Likewise.
21498
21499 2006-09-28  Bruno Haible  <bruno@clisp.org>
21500
21501         * lib/strndup.h: Simplify the redefinition of strndup.
21502         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
21503         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
21504
21505 2006-09-28  Bruno Haible  <bruno@clisp.org>
21506
21507         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
21508         * lib/gl_linkedhash_list.c: Likewise.
21509         * lib/gl_rbtreehash_list.c: Likewise.
21510
21511 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
21512
21513         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
21514         getaddrinfo.
21515
21516         * lib/__fpending.h: Don't include <stdio_ext.h> unless
21517         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
21518         it causes <stdio_ext.h> to cause a compile-time error.
21519         Problem reported by Nelson H. F. Beebe.
21520         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
21521         of HAVE_DECL___PENDING.
21522
21523         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
21524         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
21525         declaration.
21526
21527 2006-09-27  Jim Meyering  <jim@meyering.net>
21528
21529         This file could end up with a definition for a function
21530         named __strndup, rather than rpl_strndup on a system with
21531         incomplete weak_alias support.
21532         * lib/strndup.c (strndup): Rename from __strndup.
21533         Remove #defines that used to map __strndup to strndup.
21534         Don't use K&R prototypes.
21535         Remove LIBC-related code, since this file is not sync'd with glibc.
21536         * lib/strndup.h: Revamp, accordingly.
21537         * m4/strndup.m4: Modernize.
21538
21539 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
21540
21541         * modules/savewd (Depends-on): Add 'raise'.
21542         * lib/savewd.c: Include <signal.h>, for 'raise'.
21543
21544 2006-09-26  Jim Meyering  <jim@meyering.net>
21545
21546         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
21547         when we detect Darwin 8.7.0's acl_get_file bug.
21548         Rearrange to perform the new (below) run-test while $LIBS
21549         contains any acl-related library.  Set USE_ACL at the end.
21550         (gl_ACL_GET_FILE): New function.
21551
21552 2006-09-26  Eric Blake  <ebb9@byu.net>
21553
21554         * lib/verror.c: Include <config.h> unconditionally.
21555
21556 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
21557
21558         * modules/clock-time (Maintainer): Add self.
21559         * modules/getlogin_r (Depends-on): Add extensions.
21560
21561 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21562
21563         * modules/clock-time: New module.
21564         * modules/nanosleep (Depends-on): Add clock-time.
21565         * modules/gethrxtime (Depends-on): Likewise.
21566         * modules/gettime (Depends-on): Likewise.
21567         * modules/settime (Depends-on): Likewise.
21568
21569         * modules/fts-lgpl: Depend on openat.
21570         * modules/mkancesdirs: Depend on savewd.
21571         * modules/mkdir-p: Likewise.
21572
21573 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21574
21575         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
21576
21577         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
21578         `gl_have_arbitrary_file_name_length_limit' to
21579         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
21580         actually works between configure runs.
21581
21582 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21583             Bruno Haible  <bruno@clisp.org>
21584
21585         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
21586
21587 2006-09-25  Jim Meyering  <jim@meyering.net>
21588
21589         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
21590         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
21591
21592 2006-09-25  Eric Blake  <ebb9@byu.net>
21593
21594         * gnulib-tool (func_import, func_create_testdir): Fix typos in
21595         exec's in 2006-09-18 patch when shuffling fds.
21596
21597 2006-09-25  Bruno Haible  <bruno@clisp.org>
21598
21599         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
21600         Reported by Jim Meyering.
21601
21602 2006-09-24  Jim Meyering  <jim@meyering.net>
21603
21604         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
21605         compare a pointer against a literal "0".  That caused failures with
21606         at least HP-UX's hpcc.
21607
21608 2006-09-22  Simon Josefsson  <jas@extundo.com>
21609
21610         * modules/gc-sha1:
21611         * modules/gc-md4:
21612         * modules/gc-hmac-sha1:
21613         * modules/gc-hmac-md5:
21614         * modules/gc-des:
21615         * modules/gc-arcfour: Distribute more files.
21616
21617 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21618
21619         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
21620         (gl_linked_iterator_from_to): Initialize struct completely.
21621         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
21622         (gl_tree_iterator_from_to): Likewise
21623         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
21624         * lib/gl_array_list.c [lint] (gl_array_iterator)
21625         (gl_array_iterator_from_to): Likewise.
21626         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
21627         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
21628         (gl_carray_iterator_from_to): Likewise.
21629
21630         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
21631         * lib/md4.c (md4_process_block): Remove unused variable.
21632         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
21633         parentheses for clarity.
21634
21635 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21636
21637         * modules/bison-i18n (Depends-on): Add gettext.
21638
21639 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21640
21641         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
21642         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
21643         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
21644         also add missing comma that caused broken test.
21645         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
21646         stdlib.h, for `abort'.
21647         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
21648         variables.
21649         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
21650         include unistd.h if present, for `rmdir'.
21651         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
21652         variables.
21653         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
21654         in the process include standard headers for prototypes.
21655         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
21656         gets declared on GNU/Linux.
21657         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
21658         unistd.h, for `rmdir'.
21659         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
21660
21661         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
21662         always true.
21663         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
21664
21665         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
21666
21667 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21668
21669         * gnulib-tool (func_version): Create output all at once.  This
21670         may help avoid triggering unnecessary SIGPIPEs, and at any
21671         rate it doesn't hurt.
21672
21673 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21674             Bruno Haible  <bruno@clisp.org>
21675
21676         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
21677         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
21678         * m4/signed.m4 (bh_C_SIGNED): Likewise.
21679
21680         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
21681         (gl_FUNC_VASPRINTF): Invoke it.
21682
21683 2006-09-22  Bruno Haible  <bruno@clisp.org>
21684
21685         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
21686         getloadavg.c as first argument.
21687
21688 2006-09-22  Bruno Haible  <bruno@clisp.org>
21689
21690         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
21691         at the beginning of the gl_INIT macro.
21692         * modules/getloadavg (configure.ac): Pass $gl_source_base to
21693         gl_GETLOADAVG.
21694
21695 2006-09-22  Bruno Haible  <bruno@clisp.org>
21696
21697         * gnulib-tool (func_create_megatestdir): Don't include the config-h
21698         module.
21699         Suggested by Ralf Wildenhues.
21700
21701 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
21702
21703         Import this patch from libc:
21704
21705         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
21706
21707         * lib/regex_internal.c (re_string_reconstruct): Handle
21708         offset < pstr->valid_raw_len && pstr->offsets_needed case.
21709         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
21710         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
21711         re_string_context_at.
21712
21713         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
21714         now requires it.
21715         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
21716         gl_REGEX now does it for us.
21717         (gl_REGEX): Add test taken from
21718         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
21719
21720         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
21721         Check that large offsets work.  Modernize Autoconf usages.
21722         Prefer "yes" to mean a good thing rather than a bad.
21723         Don't put "#define mkstemp" in config.h, as this might interfere
21724         with standard system headers that "#define mkstemp mkstemp64".
21725
21726         * modules/mkstemp (Depends-on): Add extensions, so that
21727         mkstemp is visible on some platforms.
21728         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
21729         (Include): Change to "mkstemp.h" from <stdlib.h>.
21730         (Files): Add mkstemp.h.
21731
21732         * lib/mkstemp.h: New file, since some standard headers
21733         #define mkstemp.
21734         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
21735         Include "mkstemp.h".
21736         Make the _LIBC code resemble glibc original more,
21737         e.g., use K&R style.
21738         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
21739         (mkstemp): Remove, since mkstemp.h does this for us.
21740         * lib/stdlib--.h: Include mkstemp.h.
21741
21742         Import this patch from libc:
21743
21744         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
21745
21746         * lib/tempname.c (__gen_tempname): Change attempts_min
21747         into a macro.  Use preprocessor to decide how to initialize
21748         attempts [Coverity CID 67].
21749
21750 2006-09-20  Bruno Haible  <bruno@clisp.org>
21751
21752         * lib/mkdtemp.c: Import from libc.
21753         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
21754                 * sysdeps/posix/tempname.c (__gen_tempname): Change
21755                 attempts_min into a macro.  Use preprocessor to decide how to
21756                 initialize attempts [Coverity CID 67].
21757         2001-11-27  Paul Eggert  <eggert@twinsun.com>
21758                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
21759                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
21760
21761 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21762
21763         * gnulib-tool (func_exit): New function, to allow to pass the
21764         exit status portably through the trap.  Use everywhere.
21765         (--help, --version): Signal a write error.
21766         (trap): catch SIGPIPE, for write errors.
21767         Exit at the end of the trap, with the correct exit status.
21768
21769 2006-09-19  Karl Berry  <karl@gnu.org>
21770
21771         * doc/gnulib.texi: note about the license texinfo files.
21772
21773 2006-09-19  Eric Blake  <ebb9@byu.net>
21774
21775         * gnulib-tool: Avoid space-tab.
21776
21777 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
21778
21779         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
21780         that prevented coreutils 6.1 from building.  Problem reported
21781         by Petter Reinholdtsen.
21782
21783 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
21784
21785         * gnulib-tool (avoidlist): Fix typo that broke options like
21786         --avoid=lock that are used by coreutils bootstrap.
21787
21788 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
21789
21790         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
21791         more systematically.
21792
21793 2006-09-18  Jim Meyering  <jim@meyering.net>
21794
21795         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
21796
21797 2006-09-18  Bruno Haible  <bruno@clisp.org>
21798
21799         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
21800
21801 2006-09-18  Bruno Haible  <bruno@clisp.org>
21802
21803         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
21804         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
21805         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
21806         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
21807         * m4/gettext.m4: Require autoconf >= 2.52.
21808         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
21809         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
21810         of gl_cv_header_inttypes_h.
21811
21812 2006-09-18  Bruno Haible  <bruno@clisp.org>
21813
21814         * lib/javaversion.c: Include configmake.h.
21815
21816 2006-09-18  Bruno Haible  <bruno@clisp.org>
21817
21818         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
21819         avoid that the while loops be executed in a subshell.
21820
21821 2006-09-18  Bruno Haible  <bruno@clisp.org>
21822
21823         * MODULES.html.sh (func_module): Break long lines.
21824         Suggested by Bruce Korb <bkorb@gnu.org>.
21825
21826 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21827
21828         Speed up by a factor of 1.12.
21829         * gnulib-tool (nl): New variable.
21830         (func_import): Rewrite include directive extraction to only read each
21831         directive once.
21832
21833 2006-09-17  Bruno Haible  <bruno@clisp.org>
21834
21835         * modules/javaversion (Makefile.am): Remove DEFS setting.
21836         (Depends-on): Add configmake, for PKGDATADIR definition.
21837
21838 2006-09-17  Bruno Haible  <bruno@clisp.org>
21839
21840         * gnulib-tool (func_create_testdir): Rewrite all files at once.
21841
21842 2006-09-17  Bruno Haible  <bruno@clisp.org>
21843
21844         * gnulib-tool (func_append): New function, stolen from libtool.m4.
21845         (func_modules_transitive_closure, func_modules_add_dummy,
21846         func_modules_to_filelist, func_import, func_create_testdir,
21847         func_create_megatestdir, ...): Use it wherever possible.
21848         Suggested by Ralf Wildenhues.
21849
21850 2006-09-16  Karl Berry  <karl@gnu.org>
21851
21852         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
21853         to avoid sectioning errors.
21854         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
21855         [ifinfo]: blank line after @center-ed titles.
21856         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
21857         Spell FSF address consistently with others.
21858         (These changes approved by rms.)
21859
21860 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21861
21862         Speed up by a factor of 1.61.
21863         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
21864         already checked module names again.
21865
21866 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21867
21868         Speed up by a factor of 1.13.
21869         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
21870         for new_files, and the input to func_add_or_update.
21871
21872 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21873
21874         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
21875         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
21876
21877 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
21878
21879         * modules/mkancesdirs (Depends-on): Add fcntl.
21880         * modules/savewd: New file.
21881         * MODULES.html.sh (File system functions): Add savewd.
21882
21883         * modules/configmake (Makefile.am): Add support for the
21884         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
21885
21886 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
21887
21888         * m4/savewd.m4: New file.
21889
21890 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
21891
21892         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
21893         (dirchownmod): New arg FD.  All callers changed.
21894         Use FD rather than opening the directory ourself, as opening is
21895         now the caller's responsibility.
21896         * lib/dirchownmod.h: Likewise.
21897         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
21898         hosts that require <sys/types.h> before <sys/stat.h>.  Include
21899         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
21900         (test_dir): Remove.
21901         (mkancesdirs): Return length of prefix of FILE that has already
21902         been made, or -2 if there is a child doing the work.  Redo
21903         algorithm so that it is O(N) rather than O(N**2).  Optimize away
21904         ".", and treat ".." specially since it might stray back into
21905         already-created areas.  Use a subprocess if necessary.  New arg
21906         WD; all users changed.  MAKE_DIR function should now return 1
21907         if it creates a directory that is not readable.  Return -2 if
21908         a child process is spun off.
21909         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
21910         Adjust signature to match code.
21911         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
21912         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
21913         all users changed.
21914         * lib/savewd.c, lib/savewd.h: New files.
21915
21916 2006-09-15  Jim Meyering  <jim@meyering.net>
21917
21918         * modules/rename-dest-slash: New module.
21919         * MODULES.html.sh (posix_compat): Add it here.
21920
21921         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
21922
21923 2006-09-15  Jim Meyering  <jim@meyering.net>
21924
21925         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
21926         file.
21927
21928         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
21929
21930 2006-09-15  Jim Meyering  <jim@meyering.net>
21931
21932         * lib/rename-dest-slash.c (has_trailing_slash): Use
21933         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
21934         (rpl_rename_dest_slash): Perform the cheaper trailing slash
21935         test before testing whether SRC is a directory.
21936         Suggestions from Bruno Haible.
21937
21938         Avoid a warning about an unused variable.
21939         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
21940         into the #ifdef block where it's used.
21941
21942         * lib/rename-dest-slash.c: New file.
21943
21944 2006-09-14  Bruno Haible  <bruno@clisp.org>
21945
21946         * lib/allocsa.c: Include <config.h> unconditionally.
21947         * lib/asnprintf.c: Likewise.
21948         * lib/asprintf.c: Likewise.
21949         * lib/c-strcasecmp.c: Likewise.
21950         * lib/c-strcasestr.c: Likewise.
21951         * lib/c-strncasecmp.c: Likewise.
21952         * lib/c-strstr.c: Likewise.
21953         * lib/classpath.c: Likewise.
21954         * lib/clean-temp.c: Likewise.
21955         * lib/concatpath.c: Likewise.
21956         * lib/copy-file.c: Likewise.
21957         * lib/csharpcomp.c: Likewise.
21958         * lib/csharpexec.c: Likewise.
21959         * lib/execute.c: Likewise.
21960         * lib/fatal-signal.c: Likewise.
21961         * lib/findprog.c: Likewise.
21962         * lib/fwriteerror.c: Likewise.
21963         * lib/gl_array_list.c: Likewise.
21964         * lib/gl_array_oset.c: Likewise.
21965         * lib/gl_avltree_list.c: Likewise.
21966         * lib/gl_avltree_oset.c: Likewise.
21967         * lib/gl_avltreehash_list.c: Likewise.
21968         * lib/gl_carray_list.c: Likewise.
21969         * lib/gl_linked_list.c: Likewise.
21970         * lib/gl_linkedhash_list.c: Likewise.
21971         * lib/gl_list.c: Likewise.
21972         * lib/gl_oset.c: Likewise.
21973         * lib/gl_rbtree_list.c: Likewise.
21974         * lib/gl_rbtree_oset.c: Likewise.
21975         * lib/gl_rbtreehash_list.c: Likewise.
21976         * lib/imaxabs.c: Likewise.
21977         * lib/imaxdiv.c: Likewise.
21978         * lib/javacomp.c: Likewise.
21979         * lib/javaexec.c: Likewise.
21980         * lib/javaversion.c: Likewise.
21981         * lib/linebreak.c: Likewise.
21982         * lib/localcharset.c: Likewise.
21983         * lib/lock.c: Likewise.
21984         * lib/mbchar.c: Likewise.
21985         * lib/mbswidth.c: Likewise.
21986         * lib/mkdtemp.c: Likewise.
21987         * lib/pipe.c: Likewise.
21988         * lib/printf-args.c: Likewise.
21989         * lib/printf-parse.c: Likewise.
21990         * lib/progname.c: Likewise.
21991         * lib/progreloc.c: Likewise.
21992         * lib/readlink.c: Likewise.
21993         * lib/sh-quote.c: Likewise.
21994         * lib/stpcpy.c: Likewise.
21995         * lib/stpncpy.c: Likewise.
21996         * lib/strcasecmp.c: Likewise.
21997         * lib/strcasestr.c: Likewise.
21998         * lib/strcspn.c: Likewise.
21999         * lib/striconv.c: Likewise.
22000         * lib/strncasecmp.c: Likewise.
22001         * lib/strnlen1.c: Likewise.
22002         * lib/strstr.c: Likewise.
22003         * lib/strtok_r.c: Likewise.
22004         * lib/tls.c: Likewise.
22005         * lib/tmpdir.c: Likewise.
22006         * lib/unicodeio.c: Likewise.
22007         * lib/unsetenv.c: Likewise.
22008         * lib/vasnprintf.c: Likewise.
22009         * lib/vasprintf.c: Likewise.
22010         * lib/wait-process.c: Likewise.
22011         * lib/xallocsa.c: Likewise.
22012         * lib/xsetenv.c: Likewise.
22013         * lib/xstriconv.c: Likewise.
22014
22015 2006-09-13  Simon Josefsson  <jas@extundo.com>
22016
22017         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
22018         that internally, suggested by Ralf Wildenhues
22019         <Ralf.Wildenhues@gmx.de>.
22020
22021 2006-09-13  Simon Josefsson  <jas@extundo.com>
22022
22023         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
22024         @LIBOBJS@.
22025         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22026
22027 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22028
22029         * lib/_fpending.c: Include <config.h> unconditionally, since we no
22030         longer worry about uses that don't define HAVE_CONFIG_H.
22031         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
22032         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
22033         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
22034         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
22035         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
22036         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
22037         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
22038         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
22039         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
22040         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
22041         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
22042         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
22043         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
22044         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
22045         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
22046         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
22047         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
22048         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
22049         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
22050         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
22051         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
22052         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
22053         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
22054         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
22055         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
22056         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
22057         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
22058         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
22059         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
22060         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
22061         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
22062         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
22063         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
22064         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
22065         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
22066         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
22067         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
22068         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
22069         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
22070         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
22071         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
22072         Likewise.
22073
22074 2006-09-13  Eric Blake  <ebb9@byu.net>
22075
22076         * lib/getopt.c: Fix typo in last commit.
22077
22078 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
22079
22080         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
22081         dgettext.
22082
22083 2006-09-12  Jim Meyering  <jim@meyering.net>
22084
22085         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
22086         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
22087         Reported by Nelson H. F. Beebe.
22088
22089 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
22090
22091         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
22092         program_invocation_name and program_invocation_short_name are
22093         initialized.
22094         * lib/argp-namefrob.h: Move declarations of program_invocation_name
22095         and program_invocation_short_name to argp.h, so they are visible
22096         to user programs.
22097         * lib/argp.h: Likewise
22098
22099 2006-09-10  Bruno Haible  <bruno@clisp.org>
22100
22101         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
22102         m4/inttypes_h.m4, m4/uintmax_t.m4.
22103
22104 2006-09-10  Bruno Haible  <bruno@clisp.org>
22105
22106         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
22107         gl_AC_TYPE_UINTMAX_T.
22108
22109 2006-09-10  Bruno Haible  <bruno@clisp.org>
22110
22111         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
22112
22113 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
22114
22115         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
22116         convention.  Text proposed by Bruno Haible.
22117         (struct argp_option): Document the use of N_() wrappers.
22118
22119         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
22120         '\v', and translate the two parts separately, instead of feeding
22121         the whole string to gettext.  This allows to exclude
22122         '\v' from the strings visible to the translator by writing doc
22123         strings as N_("..") "\v" N_("..").
22124
22125 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
22126
22127         * config/srclist.txt: Undo latest change; the bug was fixed.
22128
22129 2006-09-09  Bruno Haible  <bruno@clisp.org>
22130
22131         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
22132         assignments if building a library without libtool.
22133         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
22134         in func_emit_lib_Makefile_am.
22135         (func_import): When building a static library libfoo.a, arrange to
22136         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
22137         (func_create_testdir): Likewise.
22138         * modules/gc (configure.ac, Makefile.am): If building statically,
22139         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
22140         * modules/iconvme (configure.ac, Makefile.am): Likewise.
22141         * modules/striconv (configure.ac, Makefile.am): Likewise.
22142         Based on a suggestion by Ralf Wildenhues.
22143
22144 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
22145
22146         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
22147         Check for unistd.h too, since Autoconf doesn't assume POSIX.
22148         Also:
22149
22150         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
22151         Add year_2050_test to catch glibc bug 2821
22152         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
22153
22154         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
22155         Prefer #ifdef to #if.
22156
22157         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
22158         Return from 'main' instead of calling 'exit'.
22159
22160 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
22161
22162         * lib/mktime.c (guess_time_tm): Fix bug where mktime
22163         returned the maximum time_t value rather than (time_t) -1.
22164         Problem originally reported by William Bardwell
22165         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
22166
22167         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
22168         Moved to here ...
22169         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
22170         ... from here.
22171
22172 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
22173
22174         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
22175         2821 is fixed.
22176
22177 2006-09-08  Jim Meyering  <jim@meyering.net>
22178
22179         Don't make generated files read-only.  That would bother too many
22180         people.  However, do retain the ability to work when targets are
22181         read-only: remove the destination and temporary files before writing
22182         them (when generated via sed or echo), or by using the -f option for
22183         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
22184         * modules/alloca-opt, modules/argz, modules/arpa_inet:
22185         * modules/byteswap, modules/configmake, modules/fcntl:
22186         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
22187         * modules/localcharset, modules/netinet_in, modules/poll:
22188         * modules/stdbool, modules/stdint, modules/sys_select:
22189         * modules/sys_socket, modules/sys_stat, modules/sysexits:
22190
22191 2006-09-08  Jim Meyering  <jim@meyering.net>
22192
22193         Avoid new build failure on FreeBSD 6.0.
22194         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
22195         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
22196         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
22197
22198 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22199
22200         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
22201
22202 2006-09-07  Jim Meyering  <jim@meyering.net>
22203
22204         Fix global typo in last change: use chmod u-w, not chmod u-x.
22205         Spotted by Paul Eggert and Bruce Korb.
22206         * modules/alloca-opt, modules/argz, modules/arpa_inet:
22207         * modules/byteswap, modules/configmake, modules/fcntl:
22208         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
22209         * modules/localcharset, modules/netinet_in, modules/poll:
22210         * modules/stdbool, modules/stdint, modules/sys_select:
22211         * modules/sys_socket, modules/sys_stat, modules/sysexits:
22212
22213 2006-09-06  Jim Meyering  <jim@meyering.net>
22214
22215         Make generated files be read-only.
22216         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
22217         Ensure that each generated file is now read-only.
22218         * modules/argz: Likewise.
22219         * modules/arpa_inet: Likewise.
22220         * modules/byteswap: Likewise.
22221         * modules/configmake: Likewise.
22222         * modules/fcntl: Likewise.
22223         * modules/fnmatch: Likewise.
22224         * modules/getopt: Likewise.
22225         * modules/glob: Likewise.
22226         * modules/inttypes: Likewise.
22227         * modules/netinet_in: Likewise.
22228         * modules/poll: Likewise.
22229         * modules/stdbool: Likewise.
22230         * modules/stdint: Likewise.
22231         * modules/sys_select: Likewise.
22232         * modules/sys_socket: Likewise.
22233         * modules/sys_stat: Likewise.
22234         * modules/sysexits: Likewise.
22235         * modules/localcharset: Same as above, but continue using temporary
22236         file named "t-$@" (why different?) rather than the "$@-t" used
22237         everywhere else.
22238
22239         * modules/sysexits (Makefile.am): Replace literal occurrences
22240         of "sysexit.h" more readable, and more consistent, "$@".
22241
22242 2006-09-06  Bruno Haible  <bruno@clisp.org>
22243
22244         * modules/striconv: New file.
22245         * modules/xstriconv: New file.
22246         * MODULES.html.sh (Internationalization functions): Add striconv,
22247         xstriconv.
22248
22249 2006-09-06  Bruno Haible  <bruno@clisp.org>
22250
22251         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
22252         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
22253         not using libtool correctly.
22254
22255 2006-09-06  Bruno Haible  <bruno@clisp.org>
22256
22257         * lib/striconv.h: New file.
22258         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
22259         iconvstring.c.
22260         * lib/xstriconv.h: New file.
22261         * lib/xstriconv.c: New file.
22262
22263 2006-09-06  Bruno Haible  <bruno@clisp.org>
22264
22265         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
22266         lib_..._LDFLAGS.
22267
22268 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22269
22270         * lib/argz_.h: Sync from Libtool.
22271
22272         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
22273                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22274
22275         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
22276
22277 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
22278
22279         * modules/trim: New file.
22280
22281 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
22282
22283         * lib/trim.h: New file.
22284         * lib/trim.c: New file.
22285
22286 2006-09-05  Bruno Haible  <bruno@clisp.org>
22287
22288         * MODULES.html.sh (String handling): Add trim.
22289
22290 2006-09-04  Karl Berry  <karl@gnu.org>
22291
22292         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
22293         until next release.
22294
22295 2006-09-03  Bruno Haible  <bruno@clisp.org>
22296
22297         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
22298         correctly.
22299
22300 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
22301
22302         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
22303         not gl_GETLOADAVG.  Omit unneeded semicolons.
22304         Problems reported by Ralf Wildenhues in
22305         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
22306         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
22307         at the end, which is the usual gnulib style.
22308
22309         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
22310         of doing all the work ourselves.
22311         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
22312         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
22313
22314 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
22315
22316         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
22317         Problem reported by Ralf Wildenhues in
22318         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
22319
22320         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
22321         HAVE_STRUCT_STATFS_F_FSTYPENAME.
22322
22323 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
22324
22325         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
22326         yesterday's patch by changing test -n to test -z.
22327
22328 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22329
22330         * modules/getloadavg (Files): Add m4/getloadavg.m4.
22331         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
22332         the former is now obsolescent.
22333
22334         * modules/chdir-long (Depends-on): Add fcntl.
22335
22336 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22337
22338         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
22339         obsolescent, and programs should use gnulib instead.
22340         * m4/getloadavg.m4: New file, with contents taken from Autoconf
22341         but with prefixes changed.
22342
22343 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22344
22345         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
22346         or stdbool.h, because they might not exist while configuring.
22347
22348         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
22349         Don't include unistd.h or limits.h; not needed, since chdir-long.h
22350         does that for us.
22351         (O_DIRECTORY): Remove.
22352
22353 2006-08-31  Eric Blake  <ebb9@byu.net>
22354
22355         * gnulib-tool: Don't let emacs change spaces to TAB.
22356
22357 2006-08-31  Bruno Haible  <bruno@clisp.org>
22358
22359         * gnulib-tool: When calling func_import more than once, do it in a
22360         subshell.
22361         Reported by Eric Blake <ebb9@byu.net>.
22362
22363 2006-08-31  Bruno Haible  <bruno@clisp.org>
22364
22365         * gnulib-tool (nl): Remove variable.
22366         (sed_transform_lib_file): Use more robust test for config-h module.
22367         (func_import): Fix typo in 2006-08-25 patch.
22368
22369 2006-08-31  Bruno Haible  <bruno@clisp.org>
22370
22371         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
22372         specified, augment Makefile.am variables instead of assigning them.
22373
22374 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
22375
22376         Work around a bug in both the Linux and SunOS 64-bit kernels:
22377         nanosleep mishandles sleeps for longer than 2**31 seconds.
22378         Problem reported by Frank v Waveren in
22379         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
22380         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
22381         Check for nanosleep bug.
22382         (LIB_NANOSLEEP): Append clock_gettime library if needed.
22383
22384 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
22385
22386         Work around a bug in both the Linux and SunOS 64-bit kernels:
22387         nanosleep mishandles sleeps for longer than 2**31 seconds.
22388         Problem reported by Frank v Waveren in
22389         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
22390         * lib/nanosleep.c (BILLION): New constant.
22391         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
22392         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
22393         implementation.
22394
22395 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
22396
22397         * modules/nanosleep (Depends-on): Add gettime.
22398
22399 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
22400         and Simon Josefsson  <jas@extundo.com>
22401         and Oskar Liljeblad  <oskar@osk.mine.nu>
22402
22403         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
22404         * gnulib-tool (func_import): New license type 'unmodifiable license
22405         text'.
22406         * modules/fdl: Use it.  Longer description.
22407         * module/gpl, module/lgpl: New files.
22408
22409 2006-08-30  Jim Meyering  <jim@meyering.net>
22410
22411         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
22412         shadowing the parameter.
22413
22414 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22415
22416         Sync from Libtool:
22417
22418         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22419
22420         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
22421         sharing with gnulib.  Report by Eric Blake.
22422
22423 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
22424
22425         * modules/isapipe: New file.
22426         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
22427
22428 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
22429
22430         * modules/configmake (Makefile.am): Add a comment, and omit
22431         the CONFIGMAKE_ prefix from generated macro names.  Suggested
22432         by Bruno Haible.
22433
22434 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
22435
22436         * m4/isapipe.m4: New file.
22437
22438 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
22439
22440         * lib/isapipe.c, lib/isapipe.h: New files.
22441
22442 2006-08-29  Jim Meyering  <jim@meyering.net>
22443
22444         * modules/configmake (Makefile.am): Make configmake.h depend on
22445         Makefile.  Otherwise, a stale configmake.h could hang around.
22446
22447 2006-08-29  Eric Blake  <ebb9@byu.net>
22448
22449         * lib/error.c (error_at_line, print_errno_message): Match libc, after
22450         resolution of upstream bug 3044.
22451
22452 2006-08-29  Bruno Haible  <bruno@clisp.org>
22453
22454         * modules/localcharset (Depends-on): Add configmake.
22455         (Makefile.am): Remove setting of LIBDIR through DEFS.
22456
22457 2006-08-29  Bruno Haible  <bruno@clisp.org>
22458
22459         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
22460         defined.
22461
22462 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
22463
22464         * modules/fcntl: New file.
22465         * modules/chdir-safer (Depends-on): Add fcntl.
22466         * modules/fts: Likewise.
22467         * modules/mkdir-p: Likewise.
22468
22469         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
22470         This undoes the most recent change, since we're now addressing the
22471         problem in a different way.
22472
22473         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
22474         into output, since the output might be called Makefile.am even
22475         if $makefile_name is something different.
22476         (func_import): Use $makefile_am rather than
22477         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
22478         empty.
22479
22480         * modules/inttypes (Files): Add m4/inttypes-h.m4.
22481
22482 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
22483
22484         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
22485         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
22486         recent change to stdint.m4, since we're now addressing the problem in a
22487         different way.
22488
22489 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
22490
22491         * m4/fcntl_h.m4: New file.
22492
22493 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
22494
22495         * lib/fcntl_.h: New file.
22496         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
22497         the fcntl module.
22498         * lib/dirchownmod.c: Likewise.
22499         * lib/fts.c: Likewise.
22500
22501         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
22502         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
22503         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
22504         just before including <inttypes.h>, to avoid circular inclusion.
22505
22506 2006-08-28  Jim Meyering  <jim@meyering.net>
22507
22508         * doc/visibility.texi: Actually read and correct the grammar of the
22509         sentence affected by yesterday's change.
22510
22511 2006-08-28  Eric Blake  <ebb9@byu.net>
22512
22513         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
22514         needs wrapper.
22515
22516 2006-08-28  Eric Blake  <ebb9@byu.net>
22517
22518         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
22519
22520 2006-08-28  Eric Blake  <ebb9@byu.net>
22521
22522         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
22523
22524 2006-08-28  Bruno Haible  <bruno@clisp.org>
22525
22526         * modules/c-strstr: New file, from GNU gettext.
22527         * MODULES.html.sh (String handling): Add c-strstr.
22528
22529 2006-08-28  Bruno Haible  <bruno@clisp.org>
22530
22531         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
22532         macros.
22533         Reported by Eric Blake.
22534
22535 2006-08-28  Bruno Haible  <bruno@clisp.org>
22536
22537         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
22538         (VASNPRINTF): Return a string of length > INT_MAX without failing.
22539         * lib/vasprintf.c: Include errno.h, limits.h.
22540         (EOVERFLOW): New fallback definition.
22541         (vasprintf): Test here whether the string length is > INT_MAX.
22542         * lib/vsnprintf.c: Include errno.h, limits.h.
22543         (EOVERFLOW): New fallback definition.
22544         (vsnprintf): Fix bug when generated string was too long for the buffer.
22545         Test here whether the string length is > INT_MAX.
22546
22547 2006-08-28  Bruno Haible  <bruno@clisp.org>
22548
22549         * lib/inttypes_.h (SCNX*): Remove definitions.
22550         Reported by Eric Blake.
22551
22552 2006-08-28  Bruno Haible  <bruno@clisp.org>
22553
22554         * lib/c-strstr.h: New file, from GNU gettext.
22555         * lib/c-strstr.c: New file, from GNU gettext.
22556
22557 2006-08-28  Bruno Haible  <bruno@clisp.org>
22558
22559         * gnulib-tool: Reorder some statements.
22560
22561 2006-08-28  Bruno Haible  <bruno@clisp.org>
22562
22563         * gnulib-tool: New option --makefile-name.
22564         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
22565         $makefile_name.
22566         (func_import): Write $makefile_name to the cache file, and read it from
22567         there unless explicitly specified. Use $makefile_name as file name
22568         instead of Makefile.am. Adjust the recommendations accordingly.
22569
22570 2006-08-28  Bruno Haible  <bruno@clisp.org>
22571
22572         * gnulib-tool (func_verify_module): Check against misapplying patch.
22573
22574 2006-08-28  Bruno Haible  <bruno@clisp.org>
22575
22576         * gnulib-tool (func_relativize, func_relconcat): New functions.
22577         Give an error if --local-dir is given with --update.
22578         Remove trailing slashes from $local_gnulib_dir.
22579         (func_import): Store the relativized $local_gnulib_dir in
22580         gnulib-cache.m4, and read it from there if not specified explicitly.
22581
22582 2006-08-28  Bruno Haible  <bruno@clisp.org>
22583
22584         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
22585         is the current directory. Respect also $local_gnulib_dir.
22586
22587 2006-08-28  Bruno Haible  <bruno@clisp.org>
22588             Simon Josefsson  <jas@extundo.com>
22589
22590         BeOS portability.
22591         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
22592
22593 2006-08-27  Jim Meyering  <jim@meyering.net>
22594
22595         * doc/visibility.texi: Remove duplicate word: "pointer".
22596
22597 2006-08-26  Bruno Haible  <bruno@clisp.org>
22598
22599         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
22600         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
22601         (Makefile.am): Create inttypes.h from inttypes_.h.
22602         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
22603
22604         * modules/imaxabs: New file.
22605
22606         * modules/imaxdiv: New file.
22607
22608 2006-08-26  Bruno Haible  <bruno@clisp.org>
22609
22610         * m4/inttypes.m4: New file.
22611         * m4/_inttypes_h.m4: Remove file.
22612         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
22613         PRI_MACROS_BROKEN.
22614         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
22615
22616         * m4/imaxabs.m4: New file.
22617
22618         * m4/imaxdiv.m4: New file.
22619
22620 2006-08-26  Bruno Haible  <bruno@clisp.org>
22621
22622         * lib/inttypes_.h: New file.
22623         * lib/inttypes.h: Remove file.
22624         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
22625
22626         * lib/imaxabs.c: New file.
22627
22628         * lib/imaxdiv.c: New file.
22629
22630 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
22631
22632         New config-h module, so that "make" output needn't be cluttered
22633         by -DHAVE_CONFIG_H.
22634         * MODULES.html.sh (Support for building libraries and executables):
22635         Add config-h.
22636         * modules/config-h: New file.
22637         * gnulib-tool (nl, sed_transform_lib_file): New vars.
22638         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
22639         the config-h module is used.
22640
22641         New configmake module, so that "make" output needn't be cluttered
22642         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
22643         * MODULES.html.sh (Support for building libraries and executables):
22644         Add configmake.
22645         * modules/configmake: New file.
22646
22647 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
22648
22649         * m4/config-h.m4: New file.
22650
22651 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
22652
22653         * config/srclist.txt: Add elisp-comp.
22654
22655 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
22656
22657         * MODULES.html.sh (Support for building libraries and executables):
22658         Add elisp-comp.
22659         * build-aux/elisp-comp: New file.
22660         * modules/elisp-comp: New file.
22661
22662 2006-08-24  Bruno Haible  <bruno@clisp.org>
22663
22664         * gnulib-tool (func_create_testdir): Use non-default values of
22665         sourcebase and m4base.
22666
22667 2006-08-24  Bruno Haible  <bruno@clisp.org>
22668
22669         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
22670         HTML structure.
22671
22672 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
22673
22674         * modules/openat (Depends-on): Add lchown.
22675
22676 2006-08-23  Bruno Haible  <bruno@clisp.org>
22677
22678         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
22679         of gl_LOCK_EARLY instead of gl_LOCK.
22680
22681 2006-08-23  Bruno Haible  <bruno@clisp.org>
22682
22683         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
22684         on OSF/1 to no.
22685         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
22686
22687 2006-08-23  Bruno Haible  <bruno@clisp.org>
22688
22689         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
22690         as unusable.
22691
22692         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
22693         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
22694         (gl_LOCK): New macro.
22695
22696 2006-08-22  Simon Josefsson  <jas@extundo.com>
22697
22698         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
22699         to md5 module.
22700
22701 2006-08-22  Simon Josefsson  <jas@extundo.com>
22702
22703         * MODULES.html.sh: Add "Support for maintaining and release
22704         projects".
22705
22706         * build-aux/gnupload: New file, from coreutils.
22707
22708 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
22709
22710         Avoid the need for AC_LIBSOURCES in m4 macros.
22711         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
22712         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
22713         * modules/check-version (EXTRA_DIST): Add check-version.h.
22714         * modules/crc (EXTRA_DIST): Add crc.h.
22715         * modules/des (EXTRA_DIST): Add des.h.
22716         * modules/gc (EXTRA_DIST): Add gc.h.
22717         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
22718         * modules/getline (EXTRA_DIST): Add getline.h.
22719         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
22720         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
22721         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
22722         * modules/md2 (EXTRA_DIST): Add md2.h.
22723         * modules/md4 (EXTRA_DIST): Add md4.h.
22724         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
22725         * modules/read-file (EXTRA_DIST): Add read-file.h.
22726         * modules/readline (EXTRA_DIST): Add readline.h.
22727         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
22728         rijndael-api-fst.h.
22729
22730 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
22731
22732         * m4/rijndael.m4 (gl_ARCFOUR):
22733         * m4/arctwo.m4 (gl_ARCTWO):
22734         * m4/check-version.m4 (gl_CHECK_VERSION):
22735         * m4/crc.m4 (gl_CRC):
22736         * m4/des.m4 (gl_DES):
22737         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
22738         * m4/gc.m4 (gl_GC):
22739         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
22740         * m4/getline.m4 (gl_FUNC_GETLINE):
22741         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
22742         * m4/hmac-md5.m4 (gl_HMAC_MD5):
22743         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
22744         * m4/md2.m4 (gl_MD2):
22745         * m4/md4.m4 (gl_MD4):
22746         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
22747         * m4/read-file.m4 (gl_FUNC_READ_FILE):
22748         * m4/readline.m4 (gl_FUNC_READLINE):
22749         * m4/rijndael.m4 (gl_RIJNDAEL):
22750         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
22751         to get the necessary .h files and whatnot.
22752
22753 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
22754
22755         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
22756         gnulib rather than the other way around.
22757         * config/srclistvars.sh (COREUTILS): Remove.
22758
22759 2006-08-22  Jim Meyering  <jim@meyering.net>
22760
22761         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
22762
22763         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
22764
22765 2006-08-22  Eric Blake  <ebb9@byu.net>
22766
22767         * modules/regexprops-generic: New file.
22768         * MODULES.html.sh (Support for building documentation): List it.
22769
22770 2006-08-22  Eric Blake  <ebb9@byu.net>
22771
22772         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
22773         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
22774         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
22775         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
22776
22777 2006-08-22  Bruno Haible  <bruno@clisp.org>
22778
22779         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
22780         and lib_LTLIBRARIES like the other lib_* variables.
22781
22782 2006-08-22  Bruno Haible  <bruno@clisp.org>
22783
22784         * build-aux/x-to-1.in: New file, from GNU gettext.
22785
22786 2006-08-22  Bruno Haible  <bruno@clisp.org>
22787
22788         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
22789         <utmpx.h> exists.
22790
22791 2006-08-22  Bruno Haible  <bruno@clisp.org>
22792
22793         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
22794         <utmpx.h> exists.
22795
22796 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
22797
22798         BeOS portability.
22799         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
22800         exist.
22801         Problem reported by Bruno Haible.
22802
22803 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
22804
22805         Avoid the need for AC_LIBSOURCES in m4 macros.
22806         * modules/acl (EXTRA_DIST): Add acl.h.
22807         * modules/argmatch (Files): Add m4/argmatch.m4.
22808         (configure.ac): Add gl_ARGMATCH.
22809         (EXTRA_DIST): Renamed from lib_SOURCES, for
22810         consistency with the other modules.  Remove argmatch.c.
22811         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
22812         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
22813         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
22814         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
22815         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
22816         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
22817         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
22818         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
22819         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
22820         * modules/closeout (EXTRA_DIST): Add closeout.h.
22821         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
22822         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
22823         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
22824         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
22825         dirname.h; remove basename.c and stripslash.c.
22826         * modules/exclude (EXTRA_DIST): Add exclude.h.
22827         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
22828         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
22829         * modules/file-type (EXTRA_DIST): Add file-type.h.
22830         * modules/filemode (EXTRA_DIST): Add filemode.h.
22831         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
22832         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
22833         * modules/fpending (EXTRA_DIST): Add __fpending.h.
22834         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
22835         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
22836         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
22837         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
22838         * modules/getdate (EXTRA_DIST): Add getdate.c.
22839         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
22840         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
22841         * modules/getpass (EXTRA_DIST): Add getpass.h.
22842         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
22843         * modules/group-member (EXTRA_DIST): Add group-member.h.
22844         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
22845         * modules/hash (EXTRA_DIST): Add hash.h.
22846         * modules/human (EXTRA_DIST): Add human.h.
22847         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
22848         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
22849         * modules/lchown (EXTRA_DIST): Add lchown.h.
22850         * modules/long-options (EXTRA_DIST): Add long-options.h.
22851         * modules/lstat (EXTRA_DIST): Add lstat.h.
22852         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
22853         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
22854         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
22855         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
22856         * modules/memxor (EXTRA_DIST): Add memxor.h.
22857         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
22858         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
22859         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
22860         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
22861         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
22862         * modules/physmem (EXTRA_DIST): Add physmem.h.
22863         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
22864         * modules/posixver (EXTRA_DIST): Add posixver.h.
22865         * modules/quote (EXTRA_DIST): Add quote.h.
22866         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
22867         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
22868         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
22869         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
22870         regex_internal.h regexec.c.
22871         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
22872         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
22873         * modules/same (EXTRA_DIST): Add same.h.
22874         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
22875         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
22876         * modules/savedir (EXTRA_DIST): Add savedir.h.
22877         * modules/sha1 (EXTRA_DIST): Add sha1.h.
22878         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
22879         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
22880         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
22881         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
22882         * modules/strdup (EXTRA_DIST): Add strdup.h.
22883         * modules/strftime (EXTRA_DIST): Add strftime.h.
22884         * modules/strndup (EXTRA_DIST): Add strndup.h.
22885         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
22886         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
22887         * modules/time_r (EXTRA_DIST): Add time_r.h.
22888         * modules/timespec (EXTRA_DIST): Add timespec.h.
22889         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
22890         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
22891         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
22892         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
22893         * modules/userspec (EXTRA_DIST): Add userspec.h.
22894         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
22895         * modules/utimens (EXTRA_DIST): Add utimens.h.
22896         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
22897         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
22898         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
22899         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
22900         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
22901         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
22902         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
22903         * modules/yesno (EXTRA_DIST): Add yesno.h.
22904
22905 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
22906
22907         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
22908
22909         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
22910         * m4/dev-ino.m4, same-inode.m4: Remove.
22911
22912         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
22913         * m4/acl.m4 (AC_FUNC_ACL):
22914         * m4/backupfile.m4 (gl_BACKUPFILE):
22915         * m4/c-strtod.m4 (gl_C99_STRTOLD):
22916         * m4/canon-host.m4 (gl_CANON_HOST):
22917         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
22918         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
22919         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
22920         * m4/cloexec.m4 (gl_CLOEXEC):
22921         * m4/close-stream.m4 (gl_CLOSE_STREAM):
22922         * m4/closeout.m4 (gl_CLOSEOUT):
22923         * m4/dirfd.m4 (gl_FUNC_DIRFD):
22924         * m4/dirname.m4 (gl_DIRNAME):
22925         * m4/exclude.m4 (gl_EXCLUDE):
22926         * m4/exitfail.m4 (gl_EXITFAIL):
22927         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
22928         * m4/file-type.m4 (gl_FILE_TYPE):
22929         * m4/filemode.m4 (gl_FILEMODE):
22930         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
22931         * m4/fpending.m4 (gl_FUNC_FPENDING):
22932         * m4/fprintftime.m4 (gl_FPRINTFTIME):
22933         * m4/fts.m4 (gl_FUNC_FTS):
22934         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
22935         * m4/getdate.m4 (gl_GETDATE):
22936         * m4/gethrxtime.m4 (gl_GETHRXTIME):
22937         * m4/getpagesize.m4 (gl_GETPAGESIZE):
22938         * m4/getpass.m4 (gl_FUNC_GETPASS):
22939         * m4/gettime.m4 (gl_GETTIME):
22940         * m4/getugroups.m4 (gl_GETUGROUPS):
22941         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
22942         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
22943         * m4/hard-locale.m4 (gl_HARD_LOCALE):
22944         * m4/hash.m4 (gl_HASH):
22945         * m4/idcache.m4 (gl_IDCACHE):
22946         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
22947         * m4/lchown.m4 (gl_FUNC_LCHOWN):
22948         * m4/long-options.m4 (gl_LONG_OPTIONS):
22949         * m4/lstat.m4 (gl_FUNC_LSTAT):
22950         * m4/md5.m4 (gl_MD5):
22951         * m4/memcasecmp.m4 (gl_MEMCASECMP):
22952         * m4/memcoll.m4 (gl_MEMCOLL):
22953         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
22954         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
22955         * m4/memxor.m4 (gl_MEMXOR):
22956         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
22957         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
22958         * m4/modechange.m4 (gl_MODECHANGE):
22959         * m4/mountlist.m4 (gl_MOUNTLIST):
22960         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
22961         * m4/openat.m4 (gl_FUNC_OPENAT):
22962         * m4/pathmax.m4 (gl_PATHMAX):
22963         * m4/physmem.m4 (gl_PHYSMEM):
22964         * m4/posixtm.m4 (gl_POSIXTM):
22965         * m4/posixver.m4 (gl_POSIXVER):
22966         * m4/quote.m4 (gl_QUOTE):
22967         * m4/quotearg.m4 (gl_QUOTEARG):
22968         * m4/readtokens.m4 (gl_READTOKENS):
22969         * m4/readutmp.m4 (gl_READUTMP):
22970         * m4/regex.m4 (gl_REGEX):
22971         * m4/safe-read.m4 (gl_SAFE_READ):
22972         * m4/safe-write.m4 (gl_SAFE_WRITE):
22973         * m4/same.m4 (gl_SAME):
22974         * m4/save-cwd.m4 (gl_SAVE_CWD):
22975         * m4/savedir.m4 (gl_SAVEDIR):
22976         * m4/settime.m4 (gl_SETTIME):
22977         * m4/sha1.m4 (gl_SHA1):
22978         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
22979         * m4/stat-macros.m4 (gl_STAT_MACROS):
22980         * m4/stat-time.m4 (gl_STAT_TIME):
22981         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
22982         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
22983         * m4/strdup.m4 (gl_FUNC_STRDUP):
22984         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
22985         * m4/strndup.m4 (gl_FUNC_STRNDUP):
22986         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
22987         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
22988         * m4/time_r.m4 (gl_TIME_R):
22989         * m4/timespec.m4 (gl_TIMESPEC):
22990         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
22991         * m4/unlinkdir.m4 (gl_UNLINKDIR):
22992         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
22993         * m4/userspec.m4 (gl_USERSPEC):
22994         * m4/utimecmp.m4 (gl_UTIMECMP):
22995         * m4/utimens.m4 (gl_UTIMENS):
22996         * m4/xalloc.m4 (gl_XALLOC):
22997         * m4/xgetcwd.m4 (gl_XGETCWD):
22998         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
22999         * m4/xreadlink.m4 (gl_XREADLINK):
23000         * m4/xstrtod.m4 (gl_XSTRTOD):
23001         * m4/yesno.m4 (gl_YESNO):
23002         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
23003         to get the necessary .h files and whatnot.
23004
23005 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
23006             Bruno Haible  <bruno@clisp.org>
23007
23008         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
23009         /bin/sh understanding of '!' conditional negation.
23010
23011 2006-08-21  Jim Meyering  <jim@meyering.net>
23012
23013         * modules/openat (Depends-on): Really alphabetize.
23014
23015         * modules/acl (Depends-on): Add error and quote.
23016
23017         * check-module (find_included_lib_files): Add at-func.c to the
23018         ok-to-include-more-than-once white list.
23019
23020         * modules/openat (Depends-on): Add lstat.  Alphabetize.
23021
23022 2006-08-21  Bruno Haible  <bruno@clisp.org>
23023
23024         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23025         Emit a pkgdata_DATA variable only if some snippets add contents to it.
23026         Reported by Martin Lambers <marlam@marlam.de>.
23027
23028 2006-08-21  Bruno Haible  <bruno@clisp.org>
23029
23030         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
23031         specify an installation location, don't emit a noinst_LIBRARIES or
23032         noinst_LTLIBRARIES assignment.
23033
23034 2006-08-21  Bruno Haible  <bruno@clisp.org>
23035
23036         BeOS portability.
23037         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
23038         BeOS has mbrtowc() but no <wctype.h>.
23039
23040 2006-08-21  Bruno Haible  <bruno@clisp.org>
23041
23042         BeOS portability.
23043         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
23044         exist.
23045
23046 2006-08-21  Bruno Haible  <bruno@clisp.org>
23047
23048         BeOS portability.
23049         * lib/mbchar.h: Include <wctype.h> only if it exists.
23050
23051 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
23052
23053         Remove files that are no longer needed by their respective modules.
23054         * m4/obstack.m4: Remove.
23055         * m4/strerror_r.m4: Remove.
23056         * m4/uint32_t.m4: Remove.
23057         * m4/uintptr_t.m4: Remove.
23058         * m4/ullong_max.m4: Remove.
23059         * m4/xstrtoimax.m4: Remove.
23060         * m4/xstrtoumax.m4: Remove.
23061
23062         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
23063         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
23064         dependencies now capture this.
23065
23066         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
23067         Do not use AC_LIBSOURCES, since gnulib modules now do this.
23068         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
23069         * m4/human.m4 (gl_HUMAN): Likewise.
23070         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
23071         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
23072
23073         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
23074
23075         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
23076         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
23077         stdint.
23078         * m4/human.m4 (gl_HUMAN): Likewise.
23079         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
23080         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
23081         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
23082         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
23083         * m4/xstrtol (gl_XSTRTOL): Likewise.
23084
23085         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
23086         AC_TYPE_LONG_LONG_INT.
23087         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
23088         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
23089         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
23090         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
23091
23092         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
23093         on stdbool.
23094
23095         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
23096         (gl_PREREQ_XSTRTOUL): Remove.
23097
23098         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
23099
23100         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
23101         mode.
23102
23103 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
23104
23105         Add and change modules to make it easier for coreutils to use
23106         gnulib-tool.
23107         * modules/backupfile (Files): Remove m4/d-ino.m4.
23108         (Depends-on): Add d-ino.
23109         * modules/cycle-check (Depends-on): Add stdint.
23110         (lib_SOURCES): Add cycle-check.h.
23111         * modules/d-ino: New module.
23112         * modules/d-type: New module.
23113         * modules/error (Files): Remove m4/strerror_r.m4.
23114         * modules/filemode (Files): Add m4/st_dm_mode.m4.
23115         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
23116         m4/inttypes_h.m4, m4/uintmax_t.m4.
23117         (Depends-on): Add stdint.
23118         (lib_SOURCES): Add fsusage.h.
23119         * modules/getcwd (Files): Remove d-ino.m4.
23120         (Depends-on): Add d-ino.
23121         * modules/getndelim2 (Depends-on): Add stdint.
23122         * modules/glob (Files): Remove m4/d-type.m4.
23123         (Depends-on): Add d-type.
23124         * modules/host-os: New module.
23125         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
23126         m4/inttypes_h.m4, m4/uintmax_t.m4.
23127         * Depends-on: Add stdint.
23128         (lib_SOURCES): Add human.h.
23129         * modules/inttostr (Files): Remove m4/intmax_t.m4,
23130         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
23131         m4/uintmax_t.m4, m4/ulonglong.m4.
23132         (Depends-on): Add stdint.
23133         (EXTRA_DIST): Add inttostr.h.
23134         * modules/lchmod: New module.
23135         * modules/link-follow: New module.
23136         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
23137         (Depends-on): Add lchmod.
23138         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
23139         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
23140         (Depends-on): Add stdint.
23141         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
23142         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
23143         (Depends-on): Add stdint.
23144         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
23145         * modules/perl: New module.
23146         * modules/regex (Depends-on): Add stdint.
23147         * modules/rmdir-errno: New module.
23148         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
23149         m4/intmax_t.m4.
23150         (Depends-on): Add stdint.
23151         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
23152         m4/uintmax_t.m4.
23153         (Depends-on): Add stdint.
23154         * modules/unlink-busy: New module.
23155         * modules/utimecmp (Depends-on): Add stdint.
23156         * modules/uptime: New module.
23157         * modules/winsz-ioctl: New module.
23158         * modules/winsz-termios: New module.
23159         * modules/xnanosleep (Depends-on): Add nanosleep.
23160         * modules/ullong_max: Remove.
23161         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
23162         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
23163         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
23164         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
23165         (Depends-on): Add inttypes.
23166         (lib_SOURCES): Add xstrtol.h.
23167         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
23168         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
23169         * MODULES.html.sh: Move 'assert' into the assert section.
23170         Move 'dummy' into the linking section.
23171         Remove ullong_max.
23172         Add section for compatibility checks for POSIX:2001 functions,
23173         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
23174         winsz-ioctl, and winsz-termios into it.
23175         Add lchmod.
23176         Add top-level Misc section and put host-os, perl, and uptime
23177         into it.
23178
23179 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
23180
23181         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
23182         now assume the stdint module.  Do not include inttypes.h.
23183         * lib/fsusage.h: Likewise.
23184         * lib/getndelim2.c: Likewise.
23185         * lib/human.h: Likewise.
23186         * lib/inttostr.h: Likewise.
23187         * lib/obstack.c: Likewise.
23188         * lib/regex_internal.h: Likewise.
23189         * lib/tempname.c: Likewise.
23190         * lib/utimecmp.c: Likewise.
23191         * lib/xstrtol.h: Likewise.
23192
23193         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
23194
23195         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
23196         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
23197         * lib/xtime.h: Likewise.
23198
23199 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
23200
23201         * modules/openat (Files): Add lib/fchmodat.c.
23202         Fixes problem reported by Jay Youngman.
23203
23204 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
23205
23206         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
23207         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
23208
23209 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
23210             Bruno Haible  <bruno@clisp.org>
23211
23212         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
23213         and is a script that invokes bison. Tighten the code. Add comments.
23214
23215 2006-08-18  Jim Meyering  <jim@meyering.net>
23216
23217         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
23218         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
23219         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
23220         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
23221
23222 2006-08-18  Bruno Haible  <bruno@clisp.org>
23223
23224         * modules/bison-i18n: New file.
23225         * MODULES.html.sh (Internationalization functions): Add it.
23226
23227 2006-08-18  Bruno Haible  <bruno@clisp.org>
23228
23229         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
23230         sys/statvfs.h. When getmntinfo was found, check its declaration and
23231         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
23232
23233 2006-08-18  Bruno Haible  <bruno@clisp.org>
23234
23235         * m4/bison-i18n.m4: New file, from bison.
23236
23237 2006-08-18  Bruno Haible  <bruno@clisp.org>
23238
23239         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
23240         (ME_DUMMY): Treat "kernfs" as a dummy.
23241         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
23242
23243 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
23244
23245         Update from coreutils.
23246
23247         2006-08-15  Jim Meyering  <jim@meyering.net>
23248
23249         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
23250
23251         2006-01-17  Jim Meyering  <jim@meyering.net>
23252
23253         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
23254
23255         2006-01-11  Jim Meyering  <jim@meyering.net>
23256
23257         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
23258         Check for the lchmod function.
23259
23260 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
23261
23262         Update from coreutils.
23263
23264         * lib/__fpending.h: Add copyright notice.
23265         * lib/fprintftime.h: Likewise.
23266         * lib/savedir.c: Use (C) in copyright notice.
23267         * lib/savedir.h: Likewise.
23268
23269         2006-08-15  Jim Meyering  <jim@meyering.net>
23270
23271         * lib/at-func.c: New file, with the logic of all emulated at-functions.
23272         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
23273         in support of the EXPECTED_ERRNO macro.
23274         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
23275         definitions.  Instead, define the appropriate symbols and include
23276         "at-func.c".
23277         * lib/mkdirat.c (mkdirat): Likewise.
23278         * lib/fchmodat.c (fchmodat): Likewise.
23279         (ENOSYS): Remove definition.
23280         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
23281         it.  Don't include "unistd--.h" -- it wasn't ever used.
23282
23283         2006-01-17  Jim Meyering  <jim@meyering.net>
23284
23285         Rewrite fts.c not to change the current working directory,
23286         by using openat, fstatat, fdopendir, etc..
23287
23288         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
23289         (HAVE_OPENAT_SUPPORT): Define.
23290         [_LIBC] (fchdir): Don't undef or define; no longer used.
23291         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
23292         Now, this `function' always succeeds, and consumes its file descriptor
23293         parameter -- so callers must not close such FDs.  Update callers.
23294         (diropen_fd, opendirat, cwd_advance_fd): New functions.
23295         (diropen): Add parameter, SP.  Adjust all callers.
23296         Implement using diropen_fd, rather than open.
23297         (fts_open): Initialize new member, fts_cwd_fd.
23298         Remove fts_rft-setting code.
23299         (fts_close): Close fts_cwd_fd, if necessary.
23300         (__opendir2): Define in terms of opendir or opendirat,
23301         depending on whether the FST_NOCHDIR flag is set.
23302         (fts_build): Since fts_safe_changedir consumes its FD, and since
23303         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
23304         and close the dup'd file descriptor upon failure.
23305         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
23306         (fts_safe_changedir): Tweak semantics to reflect that this function
23307         now calls cwd_advance_fd and hence consumes its FD argument.
23308         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
23309         [struct FTS] (fts_rft): Remove now-unused member.
23310         [struct FTS] (fts_cycle.state): Improve comment.
23311
23312         * lib/openat.c (openat_needs_fchdir): New function.
23313         * lib/openat.h (openat_needs_fchdir): Declare it.
23314
23315 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
23316
23317         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
23318         Problem and fix reported by Pádraig Brady in
23319         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
23320
23321 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
23322
23323         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
23324
23325 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
23326
23327         * lib/memcoll.c (memcoll): Optimize for the common case where the
23328         arguments are bytewise equal.
23329
23330 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
23331
23332         * doc/regexprops-generic.texi: Add a copyright notice.
23333
23334 2006-08-15  Bruno Haible  <bruno@clisp.org>
23335
23336         * modules/tmpdir (License): Change to LGPL.
23337
23338 2006-08-15  Bruno Haible  <bruno@clisp.org>
23339
23340         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
23341         module.
23342
23343 2006-08-14  Simon Josefsson  <jas@extundo.com>
23344
23345         * config/srclist.txt: Add gnupload.
23346
23347 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23348
23349         Change copyright notice from LGPL 2 to GPL 2, since that's the
23350         standard form used in the gnulib repository.
23351         * tests/test-lock.c: Likewise.
23352         * tests/test-stdint.c: Likewise.
23353         * tests/test-tls.c: Likewise.
23354
23355         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
23356         prelude-manager.  User shorter URLs for GNU projects, without '?'.
23357         Add copyright notice.
23358
23359         * check-module: Add copyright notice.  Output a copyright
23360         notice if "--version" is specified.
23361         * modules/COPYING: New file.
23362         * tests/test-getaddrinfo.c: Add copyright notice.
23363         * tests/test-verify.c: Likewise.
23364
23365 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23366
23367         Change copyright notice from LGPL 2 to GPL 2, since that's the
23368         standard form used in the gnulib repository.
23369         * lib/lock.c: LGPL -> GPL.
23370         * lib/lock.h: Likewise.
23371         * lib/strnlen1.c: Likewise.
23372         * lib/strnlen1.h: Likewise.
23373         * lib/tls.c: Likewise.
23374         * lib/tls.h: Likewise.
23375         * lib/tmpdir.c: Likewise.
23376
23377         * lib/TODO: Remove; this belongs only in coreutils.
23378
23379 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23380
23381         Add copyright notices to long-enough files that lack them, since
23382         otherwise the files aren't clearly free.  Use the same notice that
23383         getdate.texi already uses.
23384         * doc/alloca-opt.texi: Add copyright notice.
23385         * doc/alloca.texi: Likewise.
23386         * doc/ctime.texi: Likewise.
23387         * doc/functions.texi: Likewise.
23388         * doc/gcd.texi: Likewise.
23389         * doc/gnulib-tool.texi: Likewise.
23390         * doc/inet_ntoa.texi: Likewise.
23391         * doc/visibility.texi: Likewise.
23392
23393         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
23394         * doc/quote.texi: Add copyright notice.
23395
23396         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
23397         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
23398         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
23399         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
23400         is now obsolete, and give a pointer to the Sun list.
23401         Add copyright notice.
23402
23403 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23404
23405         * config/srclistvars.sh: Add copyright notice.
23406
23407 2006-08-14  Eric Blake  <ebb9@byu.net>
23408
23409         Import the following change from libc:
23410
23411         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
23412
23413         Upstream bug 2997.
23414         * lib/misc/error.c: Add space between program name and message if file
23415         name is missing.
23416
23417 2006-08-12  Karl Berry  <karl@gnu.org>
23418
23419         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
23420         remove, these originate in gnulib now.
23421
23422 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23423
23424         * doc/Makefile (standards.info standards.html standards.dvi):
23425         Also depend on make-stds.texi.
23426
23427 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
23428
23429         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
23430         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
23431
23432         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
23433         in wchar_t.  Problem reported by Eric Blake.
23434
23435         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
23436         LEN is smaller than SIZE.  Suggested by Bruno Haible.
23437         Also, help the compiler to keep LEN in a register.
23438
23439 2006-08-11  Eric Blake  <ebb9@byu.net>
23440
23441         * users.txt: Sort.  Add tar.
23442
23443 2006-08-11  Bruno Haible  <bruno@clisp.org>
23444
23445         * users.txt: New file.
23446
23447 2006-08-11  Bruno Haible  <bruno@clisp.org>
23448
23449         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
23450         before <wchar.h>. Needed for OSF/1 and BSD/OS.
23451
23452 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
23453
23454         * modules/snprintf (Depends-on): Remove minmax.
23455         (Maintainer): Add self and Bruno.
23456
23457 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
23458
23459         * lib/.cppi-disable: Add snprintf.h, socket_.h.
23460         * lib/snprintf.c: Include <errno.h> and <limits.h>.
23461         (EOVERFLOW): Define if the system does not.
23462         Do not include "minmax.h"; it wasn't used.
23463         (snprintf): Don't assume size_t promotes to an unsigned type.
23464         Fix bug when generated string was too long for the buffer: the
23465         buffer's contents are supposed to be the initial prefix of the
23466         output.  Don't assume vasnprintf returns EOVERFLOW if the size
23467         exceeds INT_MAX; do the check ourselves.
23468
23469         Import the following changes from libc:
23470
23471         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
23472
23473         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
23474         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
23475         set wc to the byte which couldn't be converted.
23476         (re_string_reconstruct): Don't clear valid_raw_len before calling
23477         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
23478         tip_context using re_string_context_at.
23479
23480         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
23481
23482         * lib/posix/regex.h: g++ still cannot handled [restrict].
23483
23484         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
23485
23486         * lib/posix/regex.h: Remove special handling for VMS.
23487
23488 2006-08-10  Jim Meyering  <jim@meyering.net>
23489
23490         * modules/same-inode: New module.
23491         * modules/dev-ino: New module.
23492         * modules/cycle-check: Depend on these modules, rather than simply
23493         including their .h files.
23494         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
23495         required via m4/cycle-check.m4.
23496         * modules/same: Depend on new same-inode module, rather than
23497         including same-inode.h.
23498         * modules/chdir-safer: New file.
23499
23500         * modules/chown (Depends-on): Add stat-macros.
23501
23502 2006-08-10  Jim Meyering  <jim@meyering.net>
23503
23504         * m4/cycle-check.m4: New file.
23505         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
23506         * m4/dev-ino.m4, m4/same-inode.m4: New files.
23507
23508 2006-08-10  Eric Blake  <ebb9@byu.net>
23509
23510         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
23511         in from original proposal.
23512
23513 2006-08-10  Eric Blake  <ebb9@byu.net>
23514         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
23515
23516         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
23517         namespace.
23518
23519 2006-08-10  Bruno Haible  <bruno@clisp.org>
23520
23521         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
23522         as well.
23523
23524 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23525
23526         Sync from coreutils.
23527
23528         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
23529
23530         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
23531         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
23532
23533 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23534
23535         * modules/restrict: Remove; no longer needed now that we assume
23536         Autoconf 2.59 or later.
23537         * MODULES.html.sh: Remove 'restrict'.
23538         * modules/argp (Depends-on): Remove 'restrict'.
23539         * modules/base64 (Depends-on): Likewise.
23540         * modules/gc (Depends-on): Likewise.
23541         * modules/getaddrinfo (Depends-on): Likewise.
23542         * modules/glob (Depends-on): Likewise.
23543         * modules/inet_ntop (Depends-on): Likewise.
23544         * modules/inet_pton (Depends-on): Likewise.
23545         * modules/memxor (Depends-on): Likewise.
23546         * modules/regex (Depends-on): Likewise.
23547         * modules/strtok_r (Depends-on): Likewise.
23548         * modules/time_r (Depends-on): Likewise.
23549
23550 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23551
23552         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
23553         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
23554         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
23555         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
23556         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
23557         * m4/memxor.m4 (gl_MEMXOR): Likewise.
23558         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
23559         gl_C_RESTRICT replaced by AC_C_RESTRICT.
23560
23561         Merge from coreutils.
23562         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
23563         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
23564         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
23565         * m4/time_r.m4 (gl_TIME_R): Likewise.
23566
23567 2006-08-09  Karl Berry  <karl@gnu.org>
23568
23569         * config/srclist.txt: no more gettext-tools, per Bruno.
23570
23571 2006-08-08  Eric Blake  <ebb9@byu.net>
23572
23573         * modules/verror: New module.
23574         * MODULES.html.sh: Document it.
23575
23576 2006-08-08  Eric Blake  <ebb9@byu.net>
23577
23578         * lib/verror.h, lib/verror.c: New files.
23579
23580 2006-08-08  Eric Blake  <ebb9@byu.net>
23581
23582         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
23583         verror_at_line output complies with GNU Coding Standards even when
23584         file is NULL.
23585
23586 2006-08-07  Bruno Haible  <bruno@clisp.org>
23587
23588         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
23589         versions of AIX.
23590         Reported by Ralf Wildenhues.
23591
23592 2006-08-07  Bruno Haible  <bruno@clisp.org>
23593
23594         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
23595         in an AC_DEFUN. Needed so that the autoconf snippets can use
23596         AC_REQUIRE.
23597
23598 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23599
23600         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23601         Initialize pkgdata_DATA.
23602         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
23603         overriding it.
23604
23605 2006-08-06  Eric Blake  <ebb9@byu.net>
23606
23607         * lib/error.h: Fold in some upstream changes from glibc.
23608         * lib/error.c: Likewise.
23609
23610 2006-08-04  Bruno Haible  <bruno@clisp.org>
23611
23612         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23613         Make the mostlyclean-local rule depend on mostlyclean-generic.
23614         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
23615
23616 2006-07-31  Bruno Haible  <bruno@clisp.org>
23617
23618         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
23619         <stdlib.h>, <string.h>.
23620
23621 2006-07-30  Bruno Haible  <bruno@clisp.org>
23622
23623         * modules/readlink (License): Change to LGPL.
23624
23625 2006-07-30  Bruno Haible  <bruno@clisp.org>
23626
23627         * modules/javaversion (Makefile.am): Distribute javaversion.java and
23628         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
23629         set PKGDATADIR to point to it.
23630
23631 2006-07-30  Bruno Haible  <bruno@clisp.org>
23632
23633         * modules/csharpexec (configure.ac): Comment out macro invocation.
23634         * modules/javaexec (configure.ac): Likewise.
23635         * modules/javacomp-script (configure.ac): Likewise.
23636
23637         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
23638
23639 2006-07-30  Bruno Haible  <bruno@clisp.org>
23640
23641         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
23642         linked-list.
23643
23644 2006-07-30  Bruno Haible  <bruno@clisp.org>
23645
23646         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
23647
23648 2006-07-30  Bruno Haible  <bruno@clisp.org>
23649
23650         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23651         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
23652         get removed.
23653
23654 2006-07-29  Bruno Haible  <bruno@clisp.org>
23655
23656         Make it possible for gnulib-tool to work with locally modified or
23657         augmented gnulib repositories.
23658         * gnulib-tool (func_usage): Document --local-dir option.
23659         (local_gnulib_dir): New variable.
23660         Handle --local-dir option.
23661         (func_lookup_file): New function.
23662         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
23663         (func_get_description, func_get_filelist, func_get_description,
23664         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
23665         func_get_automake_snippet, func_get_include_directive,
23666         func_get_license, func_get_maintainer): Use func_lookup_file.
23667         (func_import, func_create_testdir): Use func_lookup_file.
23668
23669 2006-07-29  Bruno Haible  <bruno@clisp.org>
23670
23671         * modules/setenv (Depends-on): Add unistd.
23672
23673 2006-07-29  Bruno Haible  <bruno@clisp.org>
23674
23675         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
23676
23677 2006-07-29  Bruno Haible  <bruno@clisp.org>
23678
23679         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
23680
23681 2006-07-29  Bruno Haible  <bruno@clisp.org>
23682
23683         * gnulib-tool (import, update): If there is no Makefile.am, look at
23684         aclocal.m4, instead of bailing out.
23685
23686 2006-07-29  Bruno Haible  <bruno@clisp.org>
23687
23688         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
23689         Categorize the options by when they are useful.
23690
23691 2006-07-29  Bruno Haible  <bruno@clisp.org>
23692
23693         * gnulib-tool (func_usage): Document option --no-libtool.
23694         Handle option --no-libtool.
23695         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
23696         for changed semantics of $libtool variable.
23697         (func_import): Likewise. If libtool is not used, show this through
23698         an option --no-libtool.
23699         (func_create_testdir): Update.
23700
23701 2006-07-29  Bruno Haible  <bruno@clisp.org>
23702
23703         * gnulib-tool (func_import): Extend error message about missing
23704         --doc-base.
23705
23706 2006-07-29  Bruno Haible  <bruno@clisp.org>
23707
23708         * gnulib-tool (func_import): Don't create the $docbase directory if
23709         there is no file to store there.
23710
23711 2006-07-29  Bruno Haible  <bruno@clisp.org>
23712
23713         * gnulib-tool (autoconf_minversion): If a --dir option is given and
23714         relevant, look for configure.ac there, not in the current directory.
23715         Also use a simple search for AC_PREREQ, not "autoconf --trace".
23716
23717 2006-07-29  Bruno Haible  <bruno@clisp.org>
23718
23719         * gnulib-tool (SORT): New variable.
23720         (func_usage): Undocument --assume-autoconf option.
23721         Remove --assume-autoconf option handling.
23722         (autoconf_minversion): Determine from the contents of configure.ac.
23723         (func_import): Remove autoconf_minversion handling.
23724         Suggested by Eric Blake.
23725
23726 2006-07-29  Bruno Haible  <bruno@clisp.org>
23727
23728         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
23729
23730 2006-07-29  Bruno Haible  <bruno@clisp.org>
23731
23732         * config/srclist.txt (*setenv.[ch]): Remove rules.
23733
23734 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23735
23736         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
23737
23738 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23739
23740         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
23741         arpa/inet.h.
23742
23743 2006-07-28  Simon Josefsson  <jas@extundo.com>
23744
23745         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
23746         * modules/inet_pton (Depends-on): Likewise.
23747
23748 2006-07-28  Simon Josefsson  <jas@extundo.com>
23749
23750         * m4/netinet_in_h.m4: New file.
23751
23752 2006-07-28  Simon Josefsson  <jas@extundo.com>
23753
23754         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
23755         #include's.
23756
23757 2006-07-28  Simon Josefsson  <jas@extundo.com>
23758
23759         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
23760         #include's.
23761
23762 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
23763
23764         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
23765         setgid on directories only if they set these bits.
23766         * lib/modechange.h: Remove obsolete comment about masks.
23767
23768 2006-07-28  Eric Blake  <ebb9@byu.net>
23769
23770         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
23771         macro expansion.
23772
23773 2006-07-28  Bruno Haible  <bruno@clisp.org>
23774
23775         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
23776
23777 2006-07-28  Bruno Haible  <bruno@clisp.org>
23778
23779         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
23780
23781 2006-07-28  Bruno Haible  <bruno@clisp.org>
23782
23783         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
23784         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
23785         Define fallbacks.
23786         Avoids link error on FreeBSD 4.x.
23787         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
23788
23789         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
23790         encoding.
23791         * lib/mbswidth.c (iswcntrl): Likewise.
23792
23793 2006-07-27  Bruno Haible  <bruno@clisp.org>
23794
23795         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
23796         test.
23797
23798 2006-07-27  Bruno Haible  <bruno@clisp.org>
23799
23800         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
23801         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
23802         defined.
23803
23804 2006-07-26  Eric Blake  <ebb9@byu.net>
23805
23806         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
23807
23808 2006-07-26  Eric Blake  <ebb9@byu.net>
23809
23810         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
23811         like mingw that lack mkstemp.
23812         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
23813         avoid compilation warning on mingw.
23814
23815 2006-07-26  Bruno Haible  <bruno@clisp.org>
23816
23817         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
23818         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
23819         INT_FAST*_MIN, INTPTR_MIN.
23820
23821 2006-07-25  Bruno Haible  <bruno@clisp.org>
23822
23823         * modules/version-etc (Depends-on): Add stdarg.
23824
23825 2006-07-25  Bruno Haible  <bruno@clisp.org>
23826
23827         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
23828         complex commands.
23829
23830 2006-07-25  Bruno Haible  <bruno@clisp.org>
23831
23832         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
23833         defined in <stdarg.h> or config.h.
23834
23835 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
23836
23837         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
23838         (gl_STDIO_SAFER): Remove.
23839
23840 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
23841
23842         * MODULES.html.sh (File stream based Input/Output):
23843         Add fopen-safer, tmpfile-safer; remove stdio-safer.
23844         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
23845         * modules/fopen-safer, modules/tmpfile-safer: New files.
23846         * modules/stdio-safer: Remove.
23847
23848 2006-07-24  Bruno Haible  <bruno@clisp.org>
23849
23850         * modules/tmpdir: New file.
23851         * MODULES.html.sh (File system functions): Add it.
23852
23853 2006-07-24  Bruno Haible  <bruno@clisp.org>
23854
23855         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
23856         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
23857
23858 2006-07-24  Bruno Haible  <bruno@clisp.org>
23859
23860         * modules/clean-temp: New file.
23861
23862 2006-07-24  Bruno Haible  <bruno@clisp.org>
23863
23864         * m4/tmpdir.m4: New file, from GNU gettext.
23865
23866 2006-07-24  Bruno Haible  <bruno@clisp.org>
23867
23868         * lib/tmpdir.h: New file, from GNU gettext.
23869         * lib/tmpdir.c: New file, from GNU gettext.
23870
23871 2006-07-24  Bruno Haible  <bruno@clisp.org>
23872
23873         * lib/clean-temp.h: New file, from GNU gettext.
23874         * lib/clean-temp.c: New file, from GNU gettext.
23875
23876 2006-07-23  Eric Blake  <ebb9@byu.net>
23877
23878         * modules/stdio-safer (Files): Add tmpfile-safer.c.
23879         (Depends-on): Add binary-io.
23880
23881 2006-07-23  Eric Blake  <ebb9@byu.net>
23882
23883         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
23884
23885 2006-07-23  Eric Blake  <ebb9@byu.net>
23886
23887         * lib/tmpfile-safer.c: New file.
23888         * lib/stdio-safer.h (fopen_safer): Add prototype.
23889         * lib/stdio--.h (tmpfile): Make safer.
23890
23891 2006-07-23  Bruno Haible  <bruno@clisp.org>
23892
23893         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
23894         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
23895         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
23896         gl_linked_remove_at): Use it.
23897
23898 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23899         and Simon Josefsson <jas@extundo.com>
23900
23901         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
23902
23903         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
23904
23905 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
23906
23907         * modules/close-stream: New file.
23908         * modules/closeout (Description): Make it clear that it exits
23909         with a diagnostic on error.
23910         (Depends-on): Add close-stream.  Remove fpending, stdbool.
23911         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
23912
23913 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
23914
23915         * m4/close-stream.m4: New file.
23916
23917 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
23918
23919         * lib/close-stream.c, lib/close-stream.h: New files.
23920
23921 2006-07-22  Bruno Haible  <bruno@clisp.org>
23922
23923         Merge from GNU gettext 0.15.
23924
23925         2006-05-01  Bruno Haible  <bruno@clisp.org>
23926
23927                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
23928
23929         2006-07-22  Bruno Haible  <bruno@clisp.org>
23930
23931                 * modules/javaversion: New file.
23932                 * MODULES.html.sh (Java): Add javaversion.
23933
23934         2006-03-12  Bruno Haible  <bruno@clisp.org>
23935
23936                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
23937
23938         2005-12-04  Bruno Haible  <bruno@clisp.org>
23939
23940                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
23941                 (untested).
23942
23943         2006-06-21  Bruno Haible  <bruno@clisp.org>
23944
23945                 Avoid warnings from recent versions of mcs.
23946                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
23947                 -o, -L, -r any more. Use options documented since mcs-1.0
23948                 instead. Similarly for -g.
23949
23950         2005-12-04  Bruno Haible  <bruno@clisp.org>
23951
23952                 * build-aux/csharpcomp.sh.in: Suffix for resources is
23953                 .resources, not .resource.
23954
23955         2005-07-09  Bruno Haible  <bruno@clisp.org>
23956
23957                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
23958                 add a .dll suffix.
23959                 Reported by Mark Junker <mjscod@gmx.de>.
23960
23961         2006-07-22  Bruno Haible  <bruno@clisp.org>
23962
23963                 * modules/gettext: Upgrade to gettext-0.15.
23964                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
23965                 m4/visibility.m4.
23966                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
23967
23968 2006-07-22  Bruno Haible  <bruno@clisp.org>
23969
23970         Merge from GNU gettext 0.15.
23971
23972         2006-03-25  Bruno Haible  <bruno@clisp.org>
23973
23974                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
23975
23976         2006-07-21  Bruno Haible  <bruno@clisp.org>
23977
23978                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
23979                 "1.1".
23980
23981         2006-05-09  Bruno Haible  <bruno@clisp.org>
23982
23983                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
23984                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
23985                 for the conftestver execution.
23986
23987         2006-05-01  Bruno Haible  <bruno@clisp.org>
23988
23989                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
23990                 optional target-version argument. Verify that the compiler
23991                 groks source of the specified source-version, or add -source
23992                 option as necessary. Verify that the compiler produces
23993                 bytecode in the specified target-version, or add -target and
23994                 -source options as necessary. Make the result of the test
23995                 available as variable CONF_JAVAC. Also log error output in
23996                 config.log.
23997
23998         2006-03-11  Bruno Haible  <bruno@clisp.org>
23999
24000                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
24001
24002         2006-05-09  Bruno Haible  <bruno@clisp.org>
24003
24004                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
24005                 CLASSPATH_SEPARATOR to a semicolon.
24006
24007         2006-03-12  Bruno Haible  <bruno@clisp.org>
24008
24009                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
24010                 available as variable CONF_JAVA, for subsequent autoconf
24011                 tests. Also log error output in config.log.
24012
24013         2006-07-19  Bruno Haible  <bruno@clisp.org>
24014
24015                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
24016                 that getline works on glibc2 systems. Needed to avoid trouble
24017                 in relocatable.c.
24018                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
24019
24020         2005-12-04  Bruno Haible  <bruno@clisp.org>
24021
24022                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
24023                 launcher (untested).
24024
24025         2005-12-04  Bruno Haible  <bruno@clisp.org>
24026
24027                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
24028
24029         2006-07-22  Bruno Haible  <bruno@clisp.org>
24030
24031                 * gettext.m4: Update from GNU gettext-0.15.
24032                 * nls.m4: Likewise.
24033                 * po.m4: Likewise.
24034                 * inttypes-pri.m4: Likewise.
24035                 * inttypes-h.m4: Renamed from inttypes.m4.
24036                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
24037
24038 2006-07-22  Bruno Haible  <bruno@clisp.org>
24039
24040         Merge from GNU gettext 0.15.
24041
24042         2005-07-05  Bruno Haible  <bruno@clisp.org>
24043
24044                 * printf-args.c (printf_fetchargs): Work around broken
24045                 definition of wint_t on mingw.
24046
24047         2005-02-12  Bruno Haible  <bruno@clisp.org>
24048
24049                 * xallocsa.h: Add extern "C" for C++.
24050
24051         2006-05-17  Bruno Haible  <bruno@clisp.org>
24052
24053                 Cygwin portability.
24054                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
24055
24056         2006-04-30  Bruno Haible  <bruno@clisp.org>
24057
24058                 * progreloc.c: Include <mach-o/dyld.h> if available.
24059                 (find_executable): Use _NSGetExecutablePath when possible.
24060
24061         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
24062
24063                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
24064                 function.
24065
24066         2005-12-29  Bruno Haible  <bruno@clisp.org>
24067
24068                 * progreloc.c (set_program_name_and_installdir): Fix
24069                 compilation error.
24070
24071         2005-12-04  Bruno Haible  <bruno@clisp.org>
24072
24073                 Cygwin portability.
24074                 * progreloc.c: Include <windows.h> also on Cygwin.
24075                 (find_executable): Add support for Cygwin.
24076                 (set_program_name_and_installdir): Handle also platforms with
24077                 nonempty EXEEXT.
24078
24079         2006-07-11  Bruno Haible  <bruno@clisp.org>
24080
24081                 * javacomp.c: Fix a comment.
24082                 Reported by Jim Meyering.
24083
24084         2006-04-30  Bruno Haible  <bruno@clisp.org>
24085
24086                 * javacomp.h (compile_java_class): Add source_version,
24087                 target_version arguments.
24088                 * javacomp.c: Rewritten to choose only a compiler that
24089                 respects the specified source_version and target_version.
24090
24091         2006-06-27  Bruno Haible  <bruno@clisp.org>
24092
24093                 Assume correct S_ISDIR macro.
24094                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
24095
24096         2006-07-22  Bruno Haible  <bruno@clisp.org>
24097
24098                 * javaversion.h: New file, from GNU gettext.
24099                 * javaversion.c: New file, from GNU gettext.
24100                 * javaversion.java: New file, from GNU gettext.
24101                 * javaversion.class: New file, from GNU gettext.
24102
24103         2006-05-17  Bruno Haible  <bruno@clisp.org>
24104
24105                 Cygwin portability.
24106                 * javaexec.c (execute_java_class): Test for jview program
24107                 also on Cygwin.
24108
24109         2006-04-09  Bruno Haible  <bruno@clisp.org>
24110
24111                 * fatal-signal.c: Don't include string.h.
24112                 (at_fatal_signal): Use a copying loop instead of memcpy.
24113
24114         2005-12-04  Bruno Haible  <bruno@clisp.org>
24115
24116                 * csharpexec.c: Add support for 'clix' launcher (untested).
24117                 (execute_csharp_using_sscli): New function.
24118                 (execute_csharp_program): Call it.
24119
24120         2006-06-21  Bruno Haible  <bruno@clisp.org>
24121
24122                 Avoid warnings from recent versions of mcs.
24123                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
24124                 -o, -L, -r any more. Use options documented since mcs-1.0
24125                 instead. Similarly for -g.
24126
24127         2005-07-09  Bruno Haible  <bruno@clisp.org>
24128
24129                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
24130                 add a .dll suffix.
24131                 Reported by Mark Junker <mjscod@gmx.de>.
24132
24133         2006-06-17  Bruno Haible  <bruno@clisp.org>
24134
24135                 * config.charset: Update for NetBSD 3.0.
24136
24137         2006-05-17  Bruno Haible  <bruno@clisp.org>
24138
24139                 Cygwin portability.
24140                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
24141
24142         2006-05-16  Bruno Haible  <bruno@clisp.org>
24143
24144                 * localcharset.c [CYGWIN]: Include <windows.h>.
24145                 (get_charset_aliases): For Cygwin, return the same CPxxx
24146                 aliases list as under WIN32.
24147                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
24148                 the environment variables. Fall back to GetACP().
24149
24150         2006-04-05  Bruno Haible  <bruno@clisp.org>
24151
24152                 * config.charset: Update Juan Manuel Guerrero's address.
24153
24154         2005-02-12  Bruno Haible  <bruno@clisp.org>
24155
24156                 * allocsa.h: Add extern "C" for C++.
24157
24158         2005-02-10  Bruno Haible  <bruno@clisp.org>
24159
24160                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
24161                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
24162
24163         2006-07-22  Bruno Haible  <bruno@clisp.org>
24164
24165                 * gettext.h: Update to GNU gettext-0.15.
24166
24167 2006-07-22  Bruno Haible  <bruno@clisp.org>
24168
24169         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
24170         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
24171         lib-prefix.m4, longdouble.m4, ssize_t.m4.
24172
24173 2006-07-21  Eric Blake  <ebb9@byu.net>
24174
24175         * modules/stdlib-safer: New file.
24176         * MODULES.html.sh (File stream based Input/Output): Add
24177         stdlib-safer.
24178
24179 2006-07-21  Eric Blake  <ebb9@byu.net>
24180
24181         * lib/stdlib-safer.h: New file from coreutils, required by
24182         stdlib--.h.
24183
24184 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
24185
24186         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
24187
24188 2006-07-20  Bruno Haible  <bruno@clisp.org>
24189
24190         * gnulib-tool: Recognize new option --assume-autoconf.
24191         (autoconf_minversion): New variable.
24192         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
24193
24194 2006-07-20  Bruno Haible  <bruno@clisp.org>
24195
24196         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
24197
24198 2006-07-19  Derek R. Price  <derek@ximbiot.com>
24199
24200         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
24201         Reindent and repaginate.
24202
24203 2006-07-19  Derek Price  <derek@ximbiot.com>
24204
24205         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
24206         Correct grammar.
24207
24208 2006-07-17  Bruno Haible  <bruno@clisp.org>
24209
24210         * modules/list: New file.
24211         * modules/array-list: New file.
24212         * modules/carray-list, modules/carray-list-tests: New files.
24213         * modules/linked-list, modules/linked-list-tests: New files.
24214         * modules/avltree-list, modules/avltree-list-tests: New files.
24215         * modules/rbtree-list, modules/rbtree-list-tests: New files.
24216         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
24217         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
24218         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
24219         * modules/oset: New file.
24220         * modules/array-oset: New file.
24221         * modules/avltree-oset, modules/avltree-oset-tests: New files.
24222         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
24223         * tests/test-carray_list.c: New file.
24224         * tests/test-linked_list.c: New file.
24225         * tests/test-avltree_list.c: New file.
24226         * tests/test-rbtree_list.c: New file.
24227         * tests/test-linkedhash_list.c: New file.
24228         * tests/test-avltreehash_list.c: New file.
24229         * tests/test-rbtreehash_list.c: New file.
24230         * tests/test-avltree_oset.c: New file.
24231         * tests/test-rbtree_oset.c: New file.
24232         * MODULES.html.sh (Container data structures): New section.
24233
24234 2006-07-17  Bruno Haible  <bruno@clisp.org>
24235
24236         * m4/gl_list.m4: New file.
24237
24238 2006-07-17  Bruno Haible  <bruno@clisp.org>
24239
24240         * lib/gl_list.h: New file.
24241         * lib/gl_list.c: New file.
24242         * lib/gl_array_list.h: New file.
24243         * lib/gl_array_list.c: New file.
24244         * lib/gl_carray_list.h: New file.
24245         * lib/gl_carray_list.c: New file.
24246         * lib/gl_linked_list.h: New file.
24247         * lib/gl_linked_list.c: New file.
24248         * lib/gl_anylinked_list1.h: New file.
24249         * lib/gl_anylinked_list2.h: New file.
24250         * lib/gl_avltree_list.h: New file.
24251         * lib/gl_avltree_list.c: New file.
24252         * lib/gl_anyavltree_list1.h: New file.
24253         * lib/gl_anyavltree_list2.h: New file.
24254         * lib/gl_rbtree_list.h: New file.
24255         * lib/gl_rbtree_list.c: New file.
24256         * lib/gl_anyrbtree_list1.h: New file.
24257         * lib/gl_anyrbtree_list2.h: New file.
24258         * lib/gl_anytree_list1.h: New file.
24259         * lib/gl_anytree_list2.h: New file.
24260         * lib/gl_linkedhash_list.h: New file.
24261         * lib/gl_linkedhash_list.c: New file.
24262         * lib/gl_anyhash_list1.h: New file.
24263         * lib/gl_anyhash_list2.h: New file.
24264         * lib/gl_avltreehash_list.h: New file.
24265         * lib/gl_avltreehash_list.c: New file.
24266         * lib/gl_rbtreehash_list.h: New file.
24267         * lib/gl_rbtreehash_list.c: New file.
24268         * lib/gl_anytreehash_list1.h: New file.
24269         * lib/gl_anytreehash_list2.h: New file.
24270
24271         * lib/gl_oset.h: New file.
24272         * lib/gl_oset.c: New file.
24273         * lib/gl_array_oset.h: New file.
24274         * lib/gl_array_oset.c: New file.
24275         * lib/gl_avltree_oset.h: New file.
24276         * lib/gl_avltree_oset.c: New file.
24277         * lib/gl_rbtree_oset.h: New file.
24278         * lib/gl_rbtree_oset.c: New file.
24279         * lib/gl_anytree_oset.h: New file.
24280
24281 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
24282
24283         * m4/mkancesdirs.m4: New file.
24284         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
24285         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
24286         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
24287         it.
24288
24289 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
24290
24291         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
24292         * lib/mkancesdirs.h: New files.
24293         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
24294         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
24295         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
24296         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
24297         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
24298         callers changed.  Revamp internals significantly, by not
24299         attempting to create directories that are temporarily more
24300         permissive than the final results.  Do not attempt to use
24301         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
24302         This removes some race conditions, fixes some bugs, and simplifies
24303         things.  Use new dirchownmod function to do owner and mode changes.
24304         * lib/mkdir-p.h: Likewise.
24305         * lib/modechange.c (octal_to_mode): New function.
24306         (struct mode_change): New member mentioned.
24307         (make_node_op_equals): New arg mentioned.  All callers changed.
24308         (mode_compile): Keep track of which mode bits the user has explicitly
24309         mentioned.
24310         (mode_adjust): New arg DIR, so that we implement the X op correctly.
24311         New arg PMODE_BITS, to keep track of which mode bits the user
24312         mentioned; it treats S_ISUID and S_ISGID speciall.
24313         All callers changed.
24314         * lib/modechange.h: Likewise.
24315
24316 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
24317
24318         * MODULES.html.sh: Add mkancestors.
24319         * modules/mkancesdirs: New module.
24320         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
24321         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
24322         The chdir-safer and afs files are now orphans; I'll remove them
24323         unless someone speaks up.
24324         Add lib/dirchownmod.c, lib/dirchownmod.h.
24325         (Depends-on): Remove alloca, chown, save-cwd, dirname.
24326         Add lchown, mkancesdirs.
24327         (Maintainer): Add self.
24328
24329 2006-07-15  Karl Berry  <karl@gnu.org>
24330
24331         * gnulib-tool: help message wording/arrangement.
24332
24333 2006-07-14  Simon Josefsson  <jas@extundo.com>
24334
24335         * doc/gnulib.texi (Libtool and Windows): New section.
24336
24337 2006-07-12  Simon Josefsson  <jas@extundo.com>
24338
24339         * modules/gendocs (License): Fix license, approved by Karl.
24340
24341 2006-07-12  Eric Blake  <ebb9@byu.net>
24342
24343         * MODULES.html.sh: Add gendocs.
24344
24345 2006-07-11  Eric Blake  <ebb9@byu.net>
24346
24347         * modules/fdl: New module, to install doc/fdl.texi.
24348         * MODULES.html.sh: Add new section for documentation modules.
24349         * gnulib-tool: Avoid space-tab.
24350         (--doc-base): New option, to manage files from doc.
24351
24352 2006-07-11  Eric Blake  <ebb9@byu.net>
24353
24354         * m4/absolute-header.m4: Fix comments to match recent change.
24355
24356 2006-07-11  Eric Blake  <ebb9@byu.net>
24357
24358         * gnulib-tool: List --doc-base before --tests-base.
24359
24360 2006-07-11  Derek R. Price  <derek@ximbiot.com>
24361
24362         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
24363
24364 2006-07-11  Bruno Haible  <bruno@clisp.org>
24365
24366         * README: Mention where to put documentation.
24367
24368 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24369
24370         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
24371
24372 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
24373
24374         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
24375         to stdint.m4.
24376
24377 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
24378
24379         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
24380         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
24381         "no/such/file/stdint.h" when there is no such file, so that
24382         the resulting C code can be parsed by dodgy compilers.
24383         Problems reported by Bob Proulx.
24384
24385 2006-07-10  Derek R. Price  <derek@ximbiot.com>
24386
24387         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
24388         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
24389         macros into the GNU _D_EXACT_NAMLEN.
24390         * lib/savedir.c:  Likewise.
24391         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
24392
24393 2006-07-10  Derek R. Price  <derek@ximbiot.com>
24394         and Paul Eggert  <eggert@cs.ucla.edu>
24395
24396         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
24397         * m4/savedir.m4:
24398         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
24399         macros into the GNU _D_EXACT_NAMLEN.
24400
24401 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24402
24403         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
24404         around the absolute name, to work around a problem with the HP-UX
24405         11.23 native C compiler, reported by Bob Proulx.
24406
24407 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24408
24409         * doc/maintain.texi, make-stds.texi: Sync from
24410         <http://savannah.gnu.org/projects/gnustandards>.
24411
24412 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24413
24414         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
24415
24416 2006-07-09  Jim Meyering  <jim@meyering.net>
24417
24418         * m4/glob.m4: Remove a doubled word in a comment.
24419
24420 2006-07-09  Jim Meyering  <jim@meyering.net>
24421
24422         * lib/argp-pv.c: Remove a doubled word in a comment.
24423         * lib/check-version.c (check_version): Likewise.
24424         * lib/javacomp.c (compile_java_class): Likewise.
24425
24426 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
24427
24428         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
24429         for the benefit of people using Autoconf 2.60.  If you want to
24430         support older Autoconf versions you can copy m4/onceonly_2_57.m4
24431         (or m4/onceonly.m4, if pre-2.57) manually.
24432
24433 2006-07-08  Jim Meyering  <jim@meyering.net>
24434
24435         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
24436         comment.
24437         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
24438         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
24439         comment.
24440
24441 2006-07-08  Jim Meyering  <jim@meyering.net>
24442
24443         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
24444
24445 2006-07-07  Simon Josefsson  <jas@extundo.com>
24446
24447         * tests/test-crc.c: Change expected crc value, the test vector
24448         were probably computed using the old broken crc.c?
24449
24450 2006-07-06  Simon Josefsson  <jas@extundo.com>
24451
24452         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
24453         now the canonical place for the M4 file).
24454
24455         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
24456         from the sys_socket dependency now.
24457
24458         * modules/inet_pton (Files): Ditto.
24459
24460         * modules/inet_ntop (Files): Ditto.
24461
24462 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
24463
24464         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
24465         not gl_PREREQ_GETUSERSHELL.
24466
24467 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24468
24469         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
24470         with only one argument, for Autoconf 2.60.
24471         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
24472         expand to nothing, so add a shell command to avoid syntax error.
24473         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
24474
24475 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24476
24477         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
24478
24479 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
24480
24481         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
24482         no longer needed.  Check for isblank decl.
24483         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
24484         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
24485         of existence.
24486
24487 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
24488
24489         * lib/getloadavg.c: Use __VMS, not VMS.
24490         * lib/getopt.c: Likewise.
24491         * lib/getpagesize.h: Likewise.
24492         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
24493         and probably does not work.
24494
24495 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
24496
24497         * lib/.cppi-disable: Add wcwidth.
24498         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
24499         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
24500         (ISGRAPH): Remove.  All uses changed to isgraph.
24501         (FOLD) [!defined _LIBC]: Remove special case.
24502         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
24503         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
24504         HAVE_ISBLANK.
24505         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
24506         case.
24507
24508 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
24509
24510         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
24511         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
24512         brackets.  Other minor changes to suppress some compiler
24513         warnings.
24514
24515 2006-07-06  Derek R. Price  <derek@ximbiot.com>
24516         and Paul Eggert  <eggert@cs.ucla.edu>
24517
24518         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
24519         of invoking obsolescent AC_HEADER_DIRENT macro.
24520         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
24521         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
24522         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
24523         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
24524         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
24525         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
24526         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
24527         * m4/readdir.m4: Remove; no longer needed.
24528
24529 2006-07-06  Derek R. Price  <derek@ximbiot.com>
24530         and Paul Eggert  <eggert@cs.ucla.edu>
24531
24532         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
24533         Don't worry about this obsolete case any more.
24534         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
24535         directories.
24536         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
24537         worry about this obsolete case any more.
24538         * lib/fts.c: Likewise.
24539         * lib/getcwd.c: Likewise.
24540         * lib/glob.h: Likewise.
24541         * lib/savedir.c: Likewise.
24542
24543 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
24544
24545         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
24546         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
24547         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
24548         needed.
24549         All uses removed.
24550         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
24551         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
24552         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
24553         needed.
24554         * m4/getdate.m4 (gl_GETDATE): Likewise.
24555         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
24556         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
24557         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
24558         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
24559         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
24560         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24561         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
24562         needed.
24563
24564 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
24565
24566         * lib/memcasecmp.c: Include <limits.h>.
24567         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
24568         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
24569         Don't assume isdigit succeeds only on '0' through '9'.
24570
24571 2006-07-05  Eric Blake  <ebb9@byu.net>
24572
24573         * modules/getaddrinfo (Depends-on): Add snprintf.
24574
24575 2006-07-05  Eric Blake  <ebb9@byu.net>
24576
24577         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
24578         to avoid 'header present but could not be compiled' on cygwin.
24579
24580 2006-07-05  Eric Blake  <ebb9@byu.net>
24581
24582         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
24583         missing from netdb.h.
24584         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
24585
24586 2006-07-05  Derek R. Price  <derek@ximbiot.com>
24587
24588         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
24589         no longer needed.
24590         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
24591         * m4/getdate.m4 (gl_GETDATE): Likewise.
24592         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
24593         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
24594         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
24595         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
24596         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24597
24598 2006-07-05  Derek R. Price  <derek@ximbiot.com>
24599
24600         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
24601         All uses of is_space replaced by isspace.
24602         * lib/exit.h: Don't talk about STDC_HEADERS.
24603         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
24604         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
24605         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
24606         replaced by isprint etc.
24607         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
24608         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
24609         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
24610         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
24611         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
24612         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
24613
24614 2006-07-05  Bruno Haible  <bruno@clisp.org>
24615
24616         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
24617         the function exists, before testing against AIX.
24618         Reported by Martin Lambers <marlam@marlam.de>.
24619
24620 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
24621
24622         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
24623         From Mark D. Baushke.
24624
24625 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
24626
24627         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
24628         to the absolute name, not just one, to bypass Sun C 5.8's
24629         "warning: #include of /usr/include/... may be non-portable".
24630
24631 2006-07-04  Eric Blake  <ebb9@byu.net>
24632
24633         * modules/dirname-tests: New test module.
24634         * tests/test-dirname.c: New file, replacing dirname.c
24635         TEST_DIRNAME section that was recently deleted.
24636
24637 2006-07-04  Bruno Haible  <bruno@clisp.org>
24638
24639         Assume ANSI C header files and <ctype.h> functions.
24640         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
24641         (mbsnwidth): Use isprint, iscntrl instead.
24642
24643 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
24644
24645         Merge from coreutils.
24646         * MODULES.html.sh: Add xstrtold.
24647         * modules/xstrtold: New file.
24648         * modules/cycle-check (Files): Add lib/same-inode.h.
24649         * modules/dirname (Files): Add m4/double-slash-root.m4.
24650         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
24651         * modules/mkdir-p (Files): Add lib/same-inode.h.
24652         * modules/same (Files): Add lib/same-inode.h.
24653
24654 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
24655
24656         * m4/absolute-header.m4: Renamed from full-header-path.m4.
24657         This is to keep the terminology clean; POSIX talks about
24658         "absolute pathnames", not "full pathnames", but the GNU
24659         Coding Standards say to use "path" for something else;
24660         so use "absolute" to keep both sides happy.
24661         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
24662         Set gl_absolute_header, not gl_full_header_path.
24663         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
24664         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
24665         All uses changed.
24666
24667         Merge from coreutils.
24668
24669         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
24670
24671         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
24672         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
24673         want to require the building of c-strtod.o.
24674         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
24675         needs -lm directly.
24676         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
24677
24678         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
24679
24680         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
24681         --as-needed option if available.  Problem reported by Albert Chin in
24682         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
24683         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
24684         cc merely issues a bunch of annoying warnings for --as-needed
24685         (this problem was reported by Bob Proulx).  Also, try linking with
24686         -lm to detect a bug in binutils 2.16 (this problem was reported
24687         by Ralf Wildenhues).
24688
24689         2006-06-18  Jim Meyering  <jim@meyering.net>
24690
24691         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
24692         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
24693         macro.
24694         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
24695         also check for glibc-2.4's abort-inducing bug.
24696
24697         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
24698         Low-probability clean-up should be to use rmdir to get rid of
24699         the just-created directory, not unlink.
24700
24701         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
24702         configure fail, and request a bug report to inform us about it.
24703         Add a comment that, barring reports to the contrary, in 2007 we'll
24704         assume ftruncate is universally available.
24705
24706         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
24707
24708         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
24709
24710         2006-03-12  Jim Meyering  <jim@meyering.net>
24711
24712         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
24713         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
24714         * m4/same.m4 (gl_SAME): Likewise.
24715         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
24716
24717         2006-03-11  Eric Blake  <ebb9@byu.net>
24718
24719         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
24720         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
24721         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
24722         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
24723
24724 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
24725
24726         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
24727         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
24728         reported by Mark D. Baushke, one in
24729         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
24730
24731         Merge from coreutils.
24732
24733         * lib/.cppi-disable: Add stdint_.h.
24734         * lib/.cvsignore: Add stdint.h.
24735
24736         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
24737
24738         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
24739         both double and long double versions.
24740         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
24741         * lib/xstrtold.c: New file.
24742         * lib/xstrtod.h (xstrtold): New decl.
24743
24744         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
24745
24746         * lib/filemode.c (setst): Remove.
24747         (strmode): Rewrite to avoid setst.  This makes the code shorter,
24748         (arguably) clearer, and the generated code is a bit smaller on my
24749         Debian GNU/Linux stable x86 host.
24750
24751         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
24752
24753         * lib/filemode.c: Include "filemode.h" first, to test the interface.
24754         Assume that filemode.h includes sys/types.h and sys/stat.h.
24755         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
24756         (ftypelet): Reorder to put common cases first, for efficiency.
24757         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
24758         to do 'M'.
24759         (strmode): Renamed from mode_string, and now stores 12 bytes instead
24760         of 10, for compatibility with FreeBSD.  All callers changed.
24761         (filemodestring): Now stores 12 bytes instead of 10, and sets file
24762         types that can't be deduced solely from st_mode.  First arg is now a
24763         const pointer.
24764         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
24765         (strmode): Renamed from mode_string.
24766         (filemodestring): New decl.
24767         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
24768         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
24769         needed.
24770         (S_ISPORT, S_ISWHT): New macros, if not already defined.
24771
24772         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
24773
24774         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
24775         fsusage.h now does that.  Include fsusage.h first, to test interface.
24776         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
24777         at most one method (the old code could have generated decls that
24778         didn't conform to C89, not that this was ever exercised).
24779         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
24780
24781         2006-03-19  Jim Meyering  <jim@meyering.net>
24782
24783         Work even in a chroot where d_ino values for entries in "/"
24784         don't match the stat.st_ino values for the same names.
24785         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
24786         number, iterate through all entries again, using lstat instead.
24787         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
24788         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
24789
24790         * lib/getcwd.c (__getcwd): Clarify a comment.
24791         Use memcpy in place of a call to strcpy.
24792
24793         2006-03-12  Jim Meyering  <jim@meyering.net>
24794
24795         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
24796         matches that of the current directory (which we're about to chdir ".."
24797         out of), then save the dev-ino of the parent, instead.
24798
24799         * lib/same-inode.h (SAME_INODE): New file/macro.
24800         * lib/chdir-safer.c (SAME_INODE): Remove definition.
24801         Include "same-inode.h", instead.
24802         * lib/same.c: Likewise.
24803         * lib/cycle-check.h: Include "same-inode.h".
24804         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
24805         * lib/cycle-check.c (SAME_INODE): Remove definition.
24806         * lib/root-dev-ino.h: Include "same-inode.h".
24807
24808         2006-03-11  Eric Blake  <ebb9@byu.net>
24809
24810         * lib/same.c (same_name): s/base_name/last_component/
24811         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
24812         * lib/filenamecat.c (file_name_concat): Likewise.
24813
24814         2006-03-11  Eric Blake  <ebb9@byu.net>,
24815                     Paul Eggert  <eggert@cs.ucla.edu>
24816
24817         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
24818         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
24819         drive prefix.
24820         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
24821         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
24822         (last_component): New method.
24823         * lib/dirname.c (dir_len): Determine when drive letters need a
24824         subsequent slash.  Preserve // when it is special.
24825         (dir_name): Don't append dot when drive letter is absolute.
24826         [TEST_DIRNAME]: Move into a full-blown gnulib test.
24827         * lib/basename.c (base_name): New semantics - malloc the result.
24828         Preserve // when it is special.  Preserve relative files that look
24829         like drive letters.
24830         (base_len): Preserve // when it is special.
24831         (last_component): New method, similar to old base_name semantics.
24832         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
24833         base_name.  Strip redundant slashes from ///.
24834
24835 2006-07-03  Jim Meyering  <jim@meyering.net>
24836
24837         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
24838         macro is used before the first cycle_check call.
24839
24840 2006-07-03  Eric Blake  <ebb9@byu.net>
24841
24842         * modules/dirname (Depends-on): Add xstrndup.
24843
24844 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
24845
24846         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
24847         test cases, so that config.log is a bit easier to follow.
24848
24849 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
24850
24851         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
24852         both are 64 bits, since this seems to be the tradition, and this
24853         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
24854         we ever run into a host that prefers long long to long in this
24855         case, we'll need another configure-time test.  Problem reported by
24856         Jim Meyering.
24857
24858 2006-07-02  Eric Blake  <ebb9@byu.net>
24859
24860         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
24861
24862 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
24863
24864         * modules/inttypes (Depends-on): No longer depends on stdint.
24865         * modules/stdint (Description): Say more about assumptions.
24866         Say that the fast types might differ.  Say macros are used.
24867         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
24868         (Makefile.am): Revise list of substituted symbols to match
24869         new stdint.m4.
24870         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
24871         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
24872         * tests/test-stdint.c (verify_same_types)
24873         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
24874         the code conforms to C99/C89.
24875         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
24876         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
24877
24878 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
24879
24880         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
24881         but fix a bug, by requiring at least 64 bits.
24882         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
24883         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
24884         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
24885         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
24886
24887         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
24888         changes.  Make 2.59 a prerequisite.  Check and substitute for
24889         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
24890         inttypes.h.  Do not use special include files; just use the
24891         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
24892         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
24893         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
24894         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
24895         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
24896         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
24897         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
24898         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
24899         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
24900         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
24901         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
24902         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
24903         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
24904         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
24905         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
24906         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
24907         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
24908         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
24909         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
24910         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
24911         WINT_MAX.  Check for C99 conformance more strictly, by detecting
24912         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
24913         not check for things that C99 does not require, e.g., int8_t.  If
24914         a test isn't needed unless <stdint.h> isn't working, and is
24915         unlikely to be needed for any other reason, then don't do it
24916         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
24917         size_t, since we assume C89 freestanding at least.  Do not check
24918         for sig_atomic_t, wchar_t, or wint_t, since the code now does
24919         the right thing even if the types are not defined.  Instead use:
24920         (gl_STDINT_TYPE_PROPERTIES): New macro.
24921         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
24922         testing whether <sys/types.h> clashes, as Autoconf does this for
24923         us now.  All uses removed.
24924         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
24925         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
24926         (gl_CHECK_TYPE_SAME):
24927         Remove; no longer needed.
24928         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
24929         exists, since we'll return 0 anyway in that case.
24930         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
24931
24932 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
24933
24934         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
24935         possible collision with system files.
24936         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
24937         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
24938         WCHAR_MIN and WCHAR_MAX in this case.
24939         (<stddef.h>): Do not include; no longer needed.
24940         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
24941         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
24942         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
24943         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
24944         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
24945         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
24946         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
24947         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
24948         !defined(__c99))]: Include in this case too, since it's harmless
24949         now.
24950         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
24951         dangerous to do so.
24952         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
24953         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
24954         (_STDINT_MIN, _STDINT_MAX): New macros.
24955         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
24956         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
24957         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
24958         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
24959         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
24960         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
24961         macros, not typedefs; this simplifies things quite a bit.
24962         Use long int for all types narrower than int64_t.
24963         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
24964         Define in terms of long long int or int64_t or long int,
24965         not int64_t or int32_t.  This saves some compile-time testing.
24966         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
24967         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
24968         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
24969         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
24970         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
24971         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
24972         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
24973         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
24974         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
24975         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
24976         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
24977         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
24978         undef any previous version and define our own version, for
24979         simplicity and consistency with the new macros for types.
24980         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
24981         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
24982         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
24983         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
24984         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
24985         @WINT_T_SUFFIX@ to keep things simple here.
24986         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
24987         Simplify by assuming typical 8/16/32/64 host, since we're
24988         already doing that elsewhere anyway.
24989         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
24990         and assume long long int is 64 bits if available.  This
24991         speeds up 'configure'.
24992
24993 2006-07-01  Eric Blake  <ebb9@byu.net>
24994
24995         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
24996         Reported by Andreas Buening.
24997
24998 2006-07-01  Eric Blake  <ebb9@byu.net>
24999
25000         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
25001
25002 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
25003
25004         * lib/getaddrinfo.c: fixed typo
25005
25006 2006-06-29  Jim Meyering  <jim@meyering.net>
25007
25008         * modules/strftime (Maintainer): Add my name, since with the
25009         FPRINTFTIME changes strftime.c has forked from glibc.
25010
25011 2006-06-29  Eric Blake  <ebb9@byu.net>
25012
25013         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
25014
25015 2006-06-29  Eric Blake  <ebb9@byu.net>
25016
25017         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
25018
25019 2006-06-29  Eric Blake  <ebb9@byu.net>
25020
25021         * lib/stat_.h: New file.
25022
25023 2006-06-29  Eric Blake  <ebb9@byu.net>
25024
25025         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
25026         unused static function.
25027
25028 2006-06-29  Eric Blake  <ebb9@byu.net>
25029
25030         * doc/functions.texi (Function Portability): Document missing lstat
25031         on mingw.
25032
25033 2006-06-29  Eric Blake  <ebb9@byu.net>
25034
25035         * MODULES.html.sh: Add sys_stat.
25036         * modules/sys_stat: New module.
25037         * modules/mkstemp (Depends-on): Add sys_stat.
25038
25039 2006-06-29  Derek R. Price  <derek@ximbiot.com>
25040
25041         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
25042
25043 2006-06-29  Derek R. Price  <derek@ximbiot.com>
25044
25045         * m4/c-bs-a.m4: Removed.
25046
25047 2006-06-29  Derek R. Price  <derek@ximbiot.com>
25048
25049         * lib/strftime.c: Assume strftime() exists.
25050
25051 2006-06-29  Derek Price  <derek@ximbiot.com>
25052
25053         * modules/c-bs-a: Removed - \a is C89.
25054         * MODULES.html.sh: Remove c-bs-a.
25055
25056 2006-06-29  Bruno Haible  <bruno@clisp.org>
25057
25058         * modules/wcwidth (License): Change to LGPL.
25059
25060 2006-06-28  Simon Josefsson  <jas@extundo.com>
25061
25062         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
25063         on _WIN32.
25064
25065         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
25066         getnameinfo.
25067
25068 2006-06-28  Simon Josefsson  <jas@extundo.com>
25069
25070         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
25071
25072 2006-06-28  Simon Josefsson  <jas@extundo.com>
25073
25074         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
25075         functions there.  It will succeed on Windows XP, but on Windows
25076         2000 and (presumably) earlier, it will fail, and use the internal
25077         re-implementation.
25078         (use_win32_p): New function.
25079         (getaddrinfo): Use strtoul on servname, to support numeric ports.
25080         Support AI_NUMERICSERV to disable getservbyname.
25081         (getnameinfo): New function, only supports
25082         NI_NUMERICHOST|NI_NUMERICSERV for now.
25083
25084         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
25085         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
25086         getnameinfo.
25087
25088 2006-06-28  Eric Blake  <ebb9@byu.net>
25089
25090         * modules/wcwidth: New file.
25091         * modules/mbchar (Depends-on): Add wcwidth.
25092         * modules/mbswidth (Depends-on): Add wcwidth.
25093         * MODULES.html.sh: Add wcwidth.
25094
25095 2006-06-28  Eric Blake  <ebb9@byu.net>
25096
25097         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
25098         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
25099
25100 2006-06-28  Eric Blake  <ebb9@byu.net>
25101
25102         * lib/xvasprintf.h: Fix comments.
25103
25104 2006-06-28  Eric Blake  <ebb9@byu.net>
25105
25106         * lib/mbchar.h (wcwidth): Include wcwidth.h.
25107         * lib/mbswidth.c (wcwidth): Move from here...
25108         * lib/wcwidth.h: ...to this new file.
25109
25110 2006-06-28  Derek R. Price  <derek@ximbiot.com>
25111
25112         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
25113
25114         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
25115         it's obsolete.
25116         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
25117
25118 2006-06-28  Derek R. Price  <derek@ximbiot.com>
25119
25120         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
25121         Autoconf 2.60 says this stuff was obsolete.
25122
25123 2006-06-28  Bruno Haible  <bruno@clisp.org>
25124
25125         * modules/wcwidth (Files): Add m4/wchar_t.m4.
25126
25127 2006-06-28  Bruno Haible  <bruno@clisp.org>
25128
25129         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
25130         gt_TYPE_WCHAR_T.
25131
25132 2006-06-28  Bruno Haible  <bruno@clisp.org>
25133
25134         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
25135         declaration for wcwidth.
25136         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
25137
25138 2006-06-28  Bruno Haible  <bruno@clisp.org>
25139
25140         * lib/mkdtemp.c [MINGW]: Include <io.h>.
25141         (mkdir): Define using _mkdir.
25142
25143 2006-06-28  Bruno Haible  <bruno@clisp.org>
25144
25145         * lib/getaddrinfo.h: Fix POSIX URL.
25146         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
25147         _WIN32.
25148         (use_win32_p): Make static.
25149         (getaddrinfo): Reject service name if it is empty or does not consist
25150         solely of decimal digits, or if its value is > 65535.
25151         (getnameinfo): Remove useless casts.
25152
25153 2006-06-27  Simon Josefsson  <jas@extundo.com>
25154
25155         * modules/sys_select: New file, suggested by Bruno Haible, Paul
25156         Eggert and Martin Lambers.
25157
25158 2006-06-27  Simon Josefsson  <jas@extundo.com>
25159
25160         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
25161         Eggert and Martin Lambers.
25162
25163 2006-06-27  Bruno Haible  <bruno@clisp.org>
25164
25165         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
25166         result to 0, not to empty.
25167         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
25168
25169 2006-06-27  Bruno Haible  <bruno@clisp.org>
25170
25171         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
25172
25173 2006-06-26  Simon Josefsson  <jas@extundo.com>
25174
25175         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
25176         present.
25177
25178 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
25179
25180         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
25181         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
25182         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
25183
25184 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
25185
25186         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
25187
25188 2006-06-26  Bruno Haible  <bruno@clisp.org>
25189
25190         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
25191
25192 2006-06-26  Bruno Haible  <bruno@clisp.org>
25193
25194         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
25195
25196 2006-06-26  Bruno Haible  <bruno@clisp.org>
25197
25198         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
25199         SGI C compiler in pre-C99 mode.
25200         Suggested by Mark D. Baushke and Larry Jones.
25201
25202 2006-06-26  Bruno Haible  <bruno@clisp.org>
25203
25204         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
25205         WCHAR_MAX.
25206         Reported by Mark D. Baushke and Larry Jones.
25207
25208 2006-06-26  Bruno Haible  <bruno@clisp.org>
25209
25210         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
25211         in pre-C99 mode.
25212         Suggested by Mark D. Baushke and Larry Jones.
25213
25214 2006-06-23  Simon Josefsson  <jas@extundo.com>
25215             Bruno Haible  <bruno@clisp.org>
25216
25217         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
25218         Emit mostlyclean-local rule.
25219         (func_emit_tests_Makefile_am): Likewise.
25220         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
25221
25222 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
25223
25224         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
25225
25226 2006-06-23  Bruno Haible  <bruno@clisp.org>
25227
25228         * tests/test-stdint.c: Update to match ISO C 99 Technical
25229         Corrigendum 1.
25230
25231 2006-06-23  Bruno Haible  <bruno@clisp.org>
25232
25233         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
25234
25235 2006-06-23  Bruno Haible  <bruno@clisp.org>
25236
25237         * lib/stdint_.h: Treat IRIX like OpenBSD.
25238
25239 2006-06-23  Bruno Haible  <bruno@clisp.org>
25240
25241         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
25242         ISO C 99 Technical Corrigendum 1.
25243
25244 2006-06-22  Simon Josefsson  <jas@extundo.com>
25245
25246         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
25247         MinGW.
25248
25249 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25250
25251         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
25252         needed.  Some compiler complained about some of them.  Problem reported
25253         by Larry Jones in
25254         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
25255
25256 2006-06-21  Simon Josefsson  <jas@extundo.com>
25257
25258         * tests/test-getaddrinfo.c: New file.
25259
25260         * modules/getaddrinfo-tests: New file.
25261
25262         * MODULES.html.sh: Add inet_pton.
25263
25264         * modules/inet_pton: New file.
25265
25266 2006-06-21  Simon Josefsson  <jas@extundo.com>
25267
25268         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
25269         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
25270         of using the (limited) gnulib implementation on Windows XP.
25271
25272         * m4/inet_pton.m4: New file.
25273
25274 2006-06-21  Simon Josefsson  <jas@extundo.com>
25275
25276         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
25277         variable.
25278
25279         * lib/socket_.h: Don't define WINVER.
25280
25281         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
25282         slightly modified to work in gnulib.
25283
25284 2006-06-21  Simon Josefsson  <jas@extundo.com>
25285
25286         * doc/gnulib.texi (Windows sockets): Add.
25287
25288 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
25289
25290         * lib/read-file.c (fread_file): Start with buffer allocation of
25291         0 bytes rather than 1 byte; this simplifies the code.
25292         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
25293         code to free buffer and save/restore errno.
25294         (internal_read_file): Remove unused local.
25295
25296 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
25297
25298         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
25299         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
25300         Problem reported by Denis Excoffier in
25301         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
25302
25303 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25304
25305         * modules/sys_socket, modules/socklen: Include sys/types since
25306         FreeBSD 4.x's sys/socket.h needs it.
25307
25308 2006-06-19  Simon Josefsson  <jas@extundo.com>
25309
25310         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
25311
25312 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
25313
25314         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
25315
25316 2006-06-19  Bruno Haible  <bruno@clisp.org>
25317
25318         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
25319         and FULL_PATH_INTTYPES_H in angle brackets.
25320         Reported by Mark D. Baushke <mdb@gnu.org>.
25321
25322 2006-06-17  Eric Blake  <ebb9@byu.net>
25323
25324         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
25325         errno.
25326
25327 2006-06-17  Bruno Haible  <bruno@clisp.org>
25328
25329         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
25330         <sys/inttypes.h>.
25331
25332 2006-06-17  Bruno Haible  <bruno@clisp.org>
25333
25334         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
25335         whether errno is declared. Assume <errno.h> declares errno.
25336
25337 2006-06-17  Bruno Haible  <bruno@clisp.org>
25338
25339         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
25340
25341 2006-06-17  Bruno Haible  <bruno@clisp.org>
25342
25343         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
25344         problem on Solaris 2.5.1.
25345
25346 2006-06-16  Eric Blake  <ebb9@byu.net>
25347
25348         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
25349         * lib/unicodeio.c [!defined errno]: Likewise.
25350         * lib/strtol.c [!defined errno]: Likewise.
25351         * lib/strtod.c [!defined errno]: Likewise.
25352
25353 2006-06-15  Eric Blake  <ebb9@byu.net>
25354
25355         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
25356
25357 2006-06-15  Eric Blake  <ebb9@byu.net>
25358
25359         * config/srclist.txt (ssize_t.m4): Lose sync.
25360
25361 2006-06-15  Bruno Haible  <bruno@clisp.org>
25362
25363         * modules/stdint (Files): Include m4/full-header-path.m4,
25364         m4/size_max.m4, m4/wchar_t.m4.
25365         (Makefile.am): Many more substitutions.
25366         * modules/stdint-tests: New file.
25367         * tests/test-stdint.c: New file.
25368
25369 2006-06-15  Bruno Haible  <bruno@clisp.org>
25370
25371         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
25372         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
25373         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
25374         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
25375         gl_CHECK_TYPE_SAME): New macros.
25376
25377 2006-06-15  Bruno Haible  <bruno@clisp.org>
25378
25379         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
25380
25381 2006-06-15  Bruno Haible  <bruno@clisp.org>
25382
25383         * lib/stdint_.h: Rewritten to be fully auto-configured.
25384         Fixes bug on HP-UX/IA64.
25385
25386 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
25387
25388         * lib/getdate.y (__attribute__): Don't define if already defined.
25389         Problem reported by Larry Jones.
25390         * lib/utimens.c (__attribute__): Likewise.
25391
25392 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
25393
25394         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
25395         reported by Andreas Schwab.
25396
25397 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25398             Bruno Haible  <bruno@clisp.org>
25399
25400         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
25401         check for the declaration of strnlen and a run test that exposes the
25402         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
25403         rpl_strndup.
25404
25405 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25406             Bruno Haible  <bruno@clisp.org>
25407
25408         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
25409
25410 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25411
25412         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
25413         compile test, for Tru64 4.0D.
25414
25415 2006-05-28  Karl Berry  <karl@gnu.org>
25416
25417         * config/srclist.txt (printf-args.c): lose sync.
25418
25419 2006-05-26  Martin Lambers  <marlam@marlam.de>
25420
25421         * lib/getpass.c: Updates the test for the native W32 API, and adds
25422         missing includes, thus fixing compilation warnings.
25423
25424 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
25425
25426         * lib/exclude.c (exclude_fnmatch): New function.
25427         (excluded_file_name): Call exclude_fnmatch.
25428         * lib/exclude.h (excluded_file_name): New prototype
25429
25430 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
25431
25432         * lib/tempname.c (small_open, large_open): New macros.
25433         (__open, __open64) [!_LIBC]: Remove.
25434         (__gen_tempname): Use small_open and large_open instead of __open
25435         and __open64.  This fixes a portability bug on HP-UX 11.11i
25436         reported by Simon Wing-Tang in
25437         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
25438
25439 2006-05-24  Bruno Haible  <bruno@clisp.org>
25440
25441         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
25442         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
25443         Reported by Thorsten Maerz <torte@netztorte.de> via
25444         Aaron Stone <aaron@serendipity.cx>.
25445
25446 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
25447
25448         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
25449         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
25450         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
25451         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
25452         not really conditional on the cache.
25453         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
25454
25455 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
25456
25457         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
25458         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
25459         (my_usleep): Don't mishandle maximum value.
25460
25461 2006-05-19  Jim Meyering  <jim@meyering.net>
25462
25463         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
25464
25465 2006-05-17  Bruno Haible  <bruno@clisp.org>
25466
25467         Cygwin portability.
25468         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
25469
25470 2006-05-17  Bruno Haible  <bruno@clisp.org>
25471
25472         * lib/stdint_.h: Fix recognition of Cygwin.
25473
25474 2006-05-15  Bruno Haible  <bruno@clisp.org>
25475
25476         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
25477         on libtool patch by Ralf Wildenhues.
25478
25479 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
25480
25481         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
25482         test for C99 conformance; (bool) 0.5 is an integer constant
25483         expression, but (bool) -0.5 is not.  Problem reported by Fedor
25484         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
25485
25486 2006-05-11  Simon Josefsson  <jas@extundo.com>
25487
25488         * m4/xvasprintf.m4: Fix obvious typo.
25489
25490 2006-05-11  Jim Meyering  <jim@meyering.net>
25491
25492         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
25493         James Lemley.
25494
25495 2006-05-10  Simon Josefsson  <jas@extundo.com>
25496
25497         * lib/md4.c: Typo fix, update copyright years.
25498         (K1, K2): Don't use L because it turn computations into 64-bit on
25499         64-bit platforms.
25500
25501 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
25502
25503         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
25504         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
25505         unwanted sign propagation, e.g., on hosts with 64-bit int.
25506         There still are some problems with reeelly weird theoretical hosts
25507         (e.g., 33-bit int) but it's not worth worrying about now.
25508         * lib/sha1.c (rol): Likewise.
25509         (K1, K2, K3, K4): Remove unnecessary L suffix.
25510
25511 2006-05-10  Bruno Haible  <bruno@clisp.org>
25512
25513         * lib/des.c: Cast to avoid warnings.
25514
25515 2006-05-09  Bruno Haible  <bruno@clisp.org>
25516
25517         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
25518         (Depends-on): Depend also on xsize, stdarg.
25519         (configure.ac): Add gl_XVASPRINTF.
25520
25521 2006-05-09  Bruno Haible  <bruno@clisp.org>
25522
25523         * m4/xvasprintf.m4: New file.
25524
25525 2006-05-09  Bruno Haible  <bruno@clisp.org>
25526
25527         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
25528         (EOVERFLOW): Define fallback value.
25529         (xstrcat): New function.
25530         (xvasprintf): Recognize the special case of a string concatenation.
25531
25532 2006-05-08  Eric Blake  <ebb9@byu.net>
25533
25534         * gnulib-tool (func_version): Base copyright year on CVS date.
25535         (func_emit_copyright_notice): New function.
25536         (func_emit_lib_Makefile_am): Use it.
25537         (func_emit_tests_Makefile_am): Likewise.
25538         (func_import): Likewise.
25539
25540 2006-05-08  Bruno Haible  <bruno@clisp.org>
25541
25542         * modules/stdarg: New file.
25543         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
25544
25545 2006-05-08  Bruno Haible  <bruno@clisp.org>
25546
25547         * m4/stdarg.m4: New file, from GNU gettext.
25548
25549 2006-05-08  Bruno Haible  <bruno@clisp.org>
25550
25551         * config/srclist.txt (build-aux/config.rpath): different from latest
25552         release.
25553
25554 2006-05-08  Bruno Haible  <bruno@clisp.org>
25555
25556         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
25557
25558 2006-05-05  Jim Meyering  <jim@meyering.net>
25559
25560         * m4/warning.m4: New file, derived from bison's file by the same name.
25561
25562 2006-05-03  Bruno Haible  <bruno@clisp.org>
25563
25564         * lib/stdint_.h: Shorter URL.
25565         * lib/inttypes.h: Likewise.
25566
25567 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
25568
25569         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
25570
25571 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
25572
25573         * lib/verify.h: Document the internals better.  Most of this change
25574         was written by Bruno Haible.
25575
25576 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
25577
25578         * doc/verify.texi: New file, partly based on a proposal by
25579         Bruno Haible.
25580
25581 2006-05-02  Bruno Haible  <bruno@clisp.org>
25582
25583         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
25584         test from here...
25585         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
25586
25587 2006-04-29  Bruno Haible  <bruno@clisp.org>
25588
25589         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
25590         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
25591
25592 2006-04-29  Bruno Haible  <bruno@clisp.org>
25593
25594         * gnulib-tool: Make --update option actually work.
25595
25596 2006-04-29  Bruno Haible  <bruno@clisp.org>
25597
25598         * doc/gcd.texi: New file.
25599         * doc/gnulib.texi: Include it.
25600
25601 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
25602
25603         * lib/getdate.y (get_date): When adding relative date, start with the
25604         initial time, not with the result of the first mktime call.
25605
25606 2006-04-25  Bruno Haible  <bruno@clisp.org>
25607
25608         * gnulib-tool (func_import): Output the include directives in three
25609         blocks, sorted separately.
25610         Reported by Ben Pfaff <blp@cs.stanford.edu>.
25611
25612 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
25613
25614         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
25615         to define main with arguments, for C++.  Reported by Eric Blake.
25616         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
25617         Prefer 'int main ()' to 'int main (void)', for C++.
25618         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
25619         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
25620         for 'main', for C99 and C++.
25621
25622 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
25623
25624         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
25625         Don't assume that exit status -1 is valid.
25626         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
25627         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
25628         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
25629         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
25630         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
25631         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
25632         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
25633         functions can be used without declaring them, or that you can
25634         exit with status -1.
25635         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
25636
25637 2006-04-24  Karl Berry  <karl@gnu.org>
25638
25639         * config/srclist.txt (longdouble.m4): sync lost.
25640
25641 2006-04-24  Eric Blake  <ebb9@byu.net>
25642
25643         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
25644
25645 2006-04-24  Bruno Haible  <bruno@clisp.org>
25646
25647         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
25648         poll() implementation in AIX.
25649         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25650
25651 2006-04-24  Bruno Haible  <bruno@clisp.org>
25652
25653         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
25654         assigned exactly once.
25655
25656 2006-04-23  Claudio Fontana  <claudio@gnu.org>
25657             Bruno Haible  <bruno@clisp.org>
25658
25659         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
25660         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
25661         for AM_CPPFLAGS.
25662
25663 2006-04-23  Bruno Haible  <bruno@clisp.org>
25664
25665         * modules/copy-file: Depend on unistd.
25666         * modules/execute: Likewise.
25667         * modules/fatal-signal: Likewise.
25668         * modules/findprog: Likewise.
25669         * modules/mkdtemp : Likewise.
25670         * modules/pipe: Likewise.
25671         * modules/wait-process: Likewise.
25672
25673 2006-04-23  Bruno Haible  <bruno@clisp.org>
25674
25675         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
25676         condition was already detected.
25677         Reported by Ben Pfaff <blp@cs.stanford.edu>.
25678
25679 2006-04-23  Bruno Haible  <bruno@clisp.org>
25680
25681         * lib/copy-file.c: Include <unistd.h> unconditionally.
25682         * lib/execute.c: Likewise.
25683         * lib/fatal-signal.c: Likewise.
25684         * lib/findprog.c: Likewise.
25685         * lib/mkdtemp.c: Likewise.
25686         * lib/pipe.h: Likewise.
25687         * lib/pipe.c: Likewise.
25688         * lib/wait-process.h: Likewise.
25689
25690 2006-04-23  Bruno Haible  <bruno@clisp.org>
25691
25692         * gnulib-tool (func_usage): Fix --import description. Document
25693         --update.
25694         (func_import): Create temporary file in a temporary directory, if
25695         --dry-run is specified. Silence errors from 'grep' when there are no
25696         m4 files in $m4dir.
25697         (func_create_testdir): Silence errors from 'grep' when there are no
25698         m4 files in $m4dir.
25699         Reported by Karl Berry <karl@freefriends.org>.
25700
25701 2006-04-20  Bruno Haible  <bruno@clisp.org>
25702
25703         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
25704         one argument, so that the code will be portable to Autoconf 2.60.
25705         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
25706         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
25707         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
25708
25709 2006-04-19  Derek Price  <derek@ximbiot.com>
25710             Eric Blake  <ebb9@byu.net>
25711
25712         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
25713         rather than "/full/path.h".  Update comment to match.  Shorten &
25714         generalize m4_translit call via AS_TR_CPP.
25715
25716 2006-04-19  Derek Price  <derek@ximbiot.com>
25717             Eric Blake  <ebb9@byu.net>
25718
25719         * lib/inttypes.h: Correct grammar in comment.
25720
25721 2006-04-18  Derek Price  <derek@ximbiot.com>
25722             Paul Eggert  <eggert@cs.ucla.edu>
25723
25724         * modules/inttypes: New file.
25725         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
25726
25727 2006-04-18  Derek Price  <derek@ximbiot.com>
25728             Paul Eggert  <eggert@cs.ucla.edu>
25729
25730         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
25731         New files.
25732
25733 2006-04-18  Derek Price  <derek@ximbiot.com>
25734             Paul Eggert  <eggert@cs.ucla.edu>
25735
25736         * lib/inttypes.h: New file.
25737         * lib/strtoimax.c: Assume <inttypes.h>.
25738
25739 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
25740
25741         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
25742         isn't mounted.  Problem reported by Kir Kolyshkin.
25743
25744 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
25745
25746         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
25747         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
25748         Derek R. Price.
25749         * lib/regex.h (RE_DUP_MAX): Update comment to match current
25750         implementation.
25751
25752 2006-04-12  Eric Blake  <ebb9@byu.net>
25753
25754         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
25755         is now done automatically by the corresponding Autoconf macro.
25756
25757 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
25758
25759         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
25760         time_r.h.
25761
25762 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
25763
25764         Merge regex changes from libc, removing some of our
25765         POSIX-conformance changes that were rejected and redoing them in a
25766         less-intrusive way.
25767
25768         * lib/regcomp.c (re_compile_internal, init_dfa):
25769         Length arg is now size_t, not Idx.  All uses changed.
25770         (peek_token): Forward decl now says internal_function.
25771         (__re_error_msgid, __re_error_msgid_idx):
25772         Now static rather than extern with attribute_hidden.
25773         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
25774         For some reason libc prefers K&R style defns for external functions.
25775         (regerror) [!defined _LIBC]: Likewise.
25776         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
25777         (seek_collating_symbol_entry, lookup_collation_sequence_value):
25778         (build_range_exp, build_collating_symbol):
25779         Use K&R-style defn.
25780         (re_compile_fastmap): Use '\0' to memset, not 0.
25781         (utf8_sb_map): Make the calculations more obvious.
25782         (init_dfa, parse_bracket_exp, build_charclass_op):
25783         Call calloc and cast result, as glibc does.
25784         (init_word_char, fetch_token, peek_token, peek_token_bracket):
25785         (build_range_exp, build_collating_symbol):
25786         Now internal functions.
25787
25788         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
25789
25790         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
25791         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
25792         Don't depend on VMS; depend on __VMS instead, for POSIX
25793         namespace cleanness.
25794         (regoff_t): Define to ssize_t, not long int.
25795
25796         Remove the REG_ macros named below.  Instead, make the old names
25797         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
25798         __USE_GNU_REGEX.
25799         (REG_BACKSLASH_ESCAPE_IN_LISTS):
25800         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
25801         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
25802         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
25803         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
25804         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
25805         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
25806         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
25807         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
25808         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
25809         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
25810         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
25811         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
25812         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
25813         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
25814         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
25815         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
25816         (REG_NREGS):
25817         Remove.  All uses replaced by the old RE_* names.
25818         (RE_BACKSLASH_ESCAPE_IN_LISTS):
25819         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
25820         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
25821         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
25822         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
25823         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
25824         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
25825         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
25826         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
25827         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
25828         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
25829         Don't bother having these macros be independent of each others'
25830         values, since they no longer exist in the POSIX name space.
25831
25832         Rename the following member names back to their old names,
25833         unless !__USE_GNU_REGEX.  All uses changed back.
25834         (buffer): Renamed from re_buffer.
25835         (allocated): Renamed from re_allocated.
25836         (used): Renamed from re_used.
25837         (syntax): Renamed from re_syntax.
25838         (fastmap): Renamed from re_fastmap.
25839         (translate): Renamed from re_translate.
25840         (can_be_null): Renamed from re_can_be_null.
25841         (regs_allocated): Renamed from re_regs_allocated.
25842         (fastmap_accurate): Renamed from re_fastmap_accurate.
25843         (no_sub): Renamed from re_no_sub.
25844         (not_bol): Renamed from re_not_bol.
25845         (not_eol): Renamed from re_not_eol.
25846         (newline_anchor): Renamed from re_newline_anchor.
25847         (num_regs): Renamed from rm_num_regs.
25848         (start): Renamed from rm_start.
25849         (end): Renamed from rm_end.
25850
25851         (free_state): Move up a bit.
25852
25853         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
25854         #define to be empty.
25855         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
25856         when that is what is intended.
25857         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
25858         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
25859         (MAX): New macro.
25860         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
25861         All uses changed back to re_malloc, etc.  It's now the caller's
25862         responsibility to check for overflow; all callers changed.
25863         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
25864         (re_x2nrealloc): Remove.
25865         (free_state): Remove decl.
25866
25867         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
25868         (re_set_registers, re_exec):
25869         Use K&R-style defn.
25870
25871         2006-01-31  Roland McGrath  <roland@redhat.com>
25872
25873         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
25874         Reported by Mike Frysinger <vapier@gentoo.org>.
25875
25876         2006-01-15  Andreas Jaeger  <aj@suse.de>
25877
25878         [BZ #1950]
25879         * lib/regex_internal.c (re_string_reconstruct): Adjust for
25880         build_wcs_upper_buffer change.
25881         (build_wcs_upper_buffer): Change return type.
25882
25883         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
25884
25885         * lib/regex_internal.h: Include <stdint.h> if available.
25886
25887         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
25888
25889         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
25890
25891         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
25892
25893         * lib/regcomp.c: Adjust for changed secondary hash function.
25894
25895         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
25896
25897         * lib/regex.h: Pretty printing.
25898         Clean up namespace a bit.
25899
25900         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
25901
25902         * lib/regexec.c (update_cur_sifted_state, check_arrival,
25903         check_arrival_add_next_nodes): Avoid using uninitialized variable.
25904
25905         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
25906                     Ulrich Drepper  <drepper@redhat.com>
25907
25908         [BZ #1302]
25909         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
25910         changed.
25911         (bitset_word_t): Renamed from bitset_word.  All uses changed.
25912
25913         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
25914
25915         [BZ #281]
25916         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
25917         * lib/regcomp.c: Remove unnecessary uses of
25918         unsigned RE_TRANSLATE_TYPE.
25919         * lib/regex_internal.h: Likewise.
25920         * lib/regex_internal.c: Likewise.
25921         * lib/regexec.c: Likewise.
25922         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
25923
25924         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
25925
25926         * lib/regexec.c (find_recover_state): Remove unnecessary
25927         initialization.
25928         (transit_state_bkref): Make DFA a const pointer.
25929         (get_subexp): Likewise.
25930         (check_arrival): Likewise.
25931         (update_cur_sifted_state): Likewise.
25932         (re_search_internal): Likewise.
25933         (prune_impossible_nodes): Likewise.
25934         (acquire_init_state_context): Likewise.
25935         (proceed_next_node): Likewise.
25936         (set_regs): Likewise.
25937         (free_fail_stack_return): Likewise.
25938         (check_arrival_expand_ecl): Mark DFA parameter as const.
25939         (check_arrival_expand_ecl_sub): Likewise.
25940         (check_subexp_limits): Likewise.
25941         (sub_epsilon_src_nodes):  Likewise.
25942         (add_epsilon_src_nodes):  Likewise.
25943         (merge_state_array): Likewise.
25944         (update_regs): Likewise.
25945         (build_trtable): Likewise.
25946         (sift_states_backward): Mark MCTX parameter as const.
25947         (build_sifted_states): Likewise.
25948         (update_cur_sifted_state): Likewise.
25949         (sift_states_mkref): Likewise.
25950         (check_arrival_expand_ecl): Mark eclosure as const.
25951         (check_dst_limits_calc_pos_1): Likewise.
25952         * lib/regex_internal.h (re_match_context_t): Make dfa a const
25953         pointer.
25954
25955         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
25956
25957         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
25958         (transit_state_sb): Likewise.
25959         (transit_state_mb): Likewise.
25960         (sift_states_iter_mb): Likewise.
25961         (check_arrival_add_next_nodes): Likewise.
25962         (check_node_accept_bytes): Change first parameter to pointer-to-const.
25963         [_LIBC] (re_search_2_stub): Use mempcpy.
25964
25965         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
25966         mbrtowc for very simple UTF-8 case.
25967
25968         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
25969         a pointer-to-const.
25970         (re_acquire_state_context): Likewise.
25971         * lib/regex_internal.h: Adjust prototypes.
25972
25973         * lib/regex.c: Prevent using C++ compilers.
25974
25975         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
25976         (re_acquire_state_context): Likewise.
25977
25978 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
25979
25980         * modules/regex (Depends-on): Add ssize_t.
25981
25982 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
25983
25984         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
25985         translation table.
25986
25987 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
25988
25989         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
25990
25991 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
25992             Bruno Haible  <bruno@clisp.org>
25993
25994         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
25995         <sys/types.h> and <inttypes.h>.
25996
25997 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25998
25999         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
26000         `__error_t_defined', so argp.h will not typedef the former.
26001
26002 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
26003
26004         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
26005         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
26006         glibc names.  Even if glibc is changed to conform to POSIX, the
26007         traditional names will be available anyway, since regex depends on
26008         the extensions module.  Also, fix a longstanding typo in the
26009         implementation of Spencer ERE test #75 from grep 2.3.  Problems
26010         reported by Emanuele Giaquinta.  Also, change sense of cached
26011         variable, so that the message makes sense.
26012
26013 2006-03-24  Simon Josefsson  <jas@extundo.com>
26014
26015         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
26016         including some doc fixes.
26017         (base64_encode_alloc): Fix +1 bug on allocation failures.
26018
26019 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26020
26021         * lib/base64.c (base64_encode): Do not read past end of array with
26022         unsanitized input on systems with CHAR_BIT > 8.
26023
26024 2006-03-24  Eric Blake  <ebb9@byu.net>
26025
26026         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
26027
26028 2006-03-22  Karl Berry  <karl@gnu.org>
26029
26030         * config/srclist.txt (*setenv.[ch]): get from coreutils.
26031         * config/srclistvars.sh (COREUTILS): new var.
26032
26033 2006-03-17  Jim Meyering  <jim@meyering.net>
26034
26035         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
26036         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
26037
26038 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
26039
26040         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
26041         no longer needs it.  Instead, check that regoff_t is as least
26042         as wide as ptrdiff_t.
26043
26044         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
26045         so that our regex.h stays compatible with the installed regex.
26046         This is helpful for installers who configure --without-included-regex.
26047         Problem reported by Emanuele Giaquinta.
26048
26049 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
26050
26051         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
26052         Typedef to long int, not to off_, as POSIX will likely change
26053         in that direction.
26054
26055 2006-03-15  Eric Blake  <ebb9@byu.net>
26056
26057         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
26058
26059 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
26060
26061         * lib/argp-help.c (validate_uparams): Fix typo
26062         * lib/argp-parse.c (argp_default_options): Consistently begin help
26063         messages with a lowercase letter.
26064
26065 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
26066
26067         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
26068         overrun buffers and shouldn't be used (much as gets shouldn't be
26069         used).
26070         * lib/time_r.c (asctime_r, ctime_r): Likewise.
26071
26072 2006-03-08  Simon Josefsson  <jas@extundo.com>
26073
26074         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
26075         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26076
26077 2006-03-08  Simon Josefsson  <jas@extundo.com>
26078
26079         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
26080         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26081
26082 2006-03-08  Simon Josefsson  <jas@extundo.com>
26083
26084         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
26085         signal that configure disabled the device.
26086
26087 2006-03-08  Simon Josefsson  <jas@extundo.com>
26088
26089         * build-aux/maint.mk: Fix refresh-po, to handle no translated
26090         languages.
26091
26092 2006-03-07  Simon Josefsson  <jas@extundo.com>
26093
26094         * modules/getopt (Depends-on): Add unistd.
26095
26096         * modules/unistd: New file.
26097
26098 2006-03-07  Simon Josefsson  <jas@extundo.com>
26099
26100         * modules/gc-random: New file.
26101
26102 2006-03-07  Simon Josefsson  <jas@extundo.com>
26103
26104         * m4/unistd_h.m4: New file.
26105
26106 2006-03-07  Simon Josefsson  <jas@extundo.com>
26107
26108         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
26109         test to be side-effect free by storing the result in the cache
26110         variable gl_cv_lib_readline, and moving the assignment of
26111         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
26112         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26113
26114 2006-03-07  Simon Josefsson  <jas@extundo.com>
26115
26116         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
26117         error on missing devices (the functions will return an error).
26118
26119         * m4/gc.m4: Move random stuff to gc-random.m4
26120
26121 2006-03-07  Simon Josefsson  <jas@extundo.com>
26122
26123         * lib/unistd_.h: New file.
26124
26125 2006-03-07  Simon Josefsson  <jas@extundo.com>
26126
26127         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
26128
26129 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
26130
26131         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
26132         Problem reported by Juan Manuel Guerrero.
26133
26134 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
26135
26136         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
26137         the unistd module.
26138         * lib/getlogin_r.c: Likewise.
26139         * lib/getlogin_r.h: Likewise.
26140         * lib/glob.c: Likewise.
26141         * lib/pagealign_alloc.c: Likewise.
26142         * lib/unistd_.h: Remove; no longer needed.
26143
26144 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
26145
26146         * MODULES.html.sh (Support for systems lacking POSIX:2001):
26147         Add unistd.
26148         * modules/c-stack (Depends-on): Add unistd.
26149         * modules/getlogin_r: Likewise.
26150         * modules/glob: Likewise.
26151         * modules/pagealign_alloc: Likewise.
26152         * modules/unistd (Files): Remove lib/unistd_.h.
26153         (EXTRA_DIST): Remove.
26154         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
26155         need unistd_.h.
26156         (MOSTLYCLEANFILES): Remove unistd.h-t.
26157
26158 2006-03-03  Simon Josefsson  <jas@extundo.com>
26159
26160         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
26161
26162 2006-03-03  Simon Josefsson  <jas@extundo.com>
26163
26164         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
26165         libidn and bison.
26166
26167 2006-03-03  Simon Josefsson  <jas@extundo.com>
26168
26169         * build-aux/maint.mk: Add indent target.
26170
26171 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
26172
26173         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
26174         our replacement poll.h in any case, to avoid a differing
26175         declaration from a system header.  Seen on AIX.
26176
26177 2006-03-01  Simon Josefsson  <jas@extundo.com>
26178
26179         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
26180         <kasal@ucw.cz>.
26181
26182 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
26183
26184         * modules/gettime (Depends-on): Add extensions module.
26185         * modules/nanosleep (Depends-on): Likewise.
26186         * modules/settime (Depends-on): Likewise.
26187
26188 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
26189
26190         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
26191         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
26192         pedantically.
26193         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
26194         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
26195
26196         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
26197         not "==".  Reported by Ralf Wildenhues.
26198
26199 2006-03-01  Karl Berry  <karl@gnu.org>
26200
26201         * doc/Copyright/request-*: new files, synced from gnuorg.
26202
26203 2006-03-01  Karl Berry  <karl@gnu.org>
26204
26205         * config/srclist.txt (Copyright/*): new entries.
26206
26207 2006-02-28  Simon Josefsson  <jas@extundo.com>
26208
26209         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
26210
26211 2006-02-27  Simon Josefsson  <jas@extundo.com>
26212
26213         * lib/base64.h: Indent #define's.  From Jim Meyering
26214         <jim@meyering.net>.
26215
26216 2006-02-27  Jim Meyering  <jim@meyering.net>
26217
26218         Revert the change of 2006-02-24, so these files can continue
26219         to be sync'd from gettext.
26220         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
26221         of `config.h'.
26222
26223 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
26224
26225         * modules/intprops: New file.
26226         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
26227         Add intprops.
26228         * modules/getloadavg (Files): Remove lib/intprops.h.
26229         (Depends-on): Add intprops.
26230         * modules/human: Likewise.
26231         * modules/inttostr: Likewise.
26232         * modules/openat: Likewise.
26233         * modules/sig2str: Likewise.
26234         * modules/userspec: Likewise.
26235         * modules/utimecmp: Likewise.
26236         * modules/xnanosleep: Likewise.
26237         * modules/xstrtol: Likewise.
26238
26239 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
26240
26241         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
26242         * modules/lock-tests (TESTS): Use $(EXEEXT).
26243         * modules/tls-tests: Likewise.
26244         * modules/argp-tests: Likewise.
26245         (check_PROGRAMS): New var, replacing...
26246         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
26247
26248 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26249
26250         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
26251         `config.h'.
26252
26253 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
26254
26255         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
26256
26257 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26258
26259         Sync from coreutils.
26260         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
26261         gl_CHDIR_SAFER.
26262
26263 2006-02-22  Jim Meyering  <jim@meyering.net>
26264
26265         Sync from coreutils.
26266         * m4/chdir-safer.m4: New file.
26267
26268 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
26269
26270         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
26271         AT_FDCWD exceeds INT_MAX.
26272         * lib/openat.h (AT_FDCWD): Likewise.
26273
26274 2006-02-17  Eric Blake  <address@hidden>
26275
26276         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
26277
26278 2006-02-16  Simon Josefsson  <jas@extundo.com>
26279
26280         * modules/getaddrinfo (Depends-on): Add sys_socket.
26281
26282 2006-02-15  Simon Josefsson  <jas@extundo.com>
26283
26284         * build-aux/maint.mk: Add dsyntax-check rule.
26285
26286 2006-02-15  Eric Blake  <ebb9@byu.net>
26287
26288         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
26289         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
26290         'present but cannot compile' warnings on cygwin.
26291         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
26292         use ws2tcpip.h if sys/socket.h works.
26293         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
26294         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
26295
26296 2006-02-14  Simon Josefsson  <jas@extundo.com>
26297
26298         * modules/maintainer-makefile (Files): Rename.
26299
26300         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
26301         and (the local) Makefile.cfg to maint-cfg.mk.
26302
26303         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
26304         to the latter.
26305
26306         * modules/maintainer-makefile: New module.
26307
26308         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
26309         severaly stripped to make it possible to build it up from scratch
26310         with reliable tests.
26311
26312         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
26313         fixes to permit overriding the default actions when configure and
26314         makefile are not available.
26315
26316 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
26317
26318         Sync from coreutils.
26319         * modules/lstat (Depends-on): Don't depend on xalloc.
26320         (License): Change from GPL to LGPL, since this is now simply a
26321         replacement for a libc function.
26322
26323 2006-02-14  Jim Meyering  <jim@meyering.net>
26324
26325         Sync from coreutils.
26326
26327         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
26328         failure on deficient systems, and simplify gnulib lgpl dependencies.
26329         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
26330         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
26331
26332         * lib/xalloc-die.c: Remove unused definition of N_.
26333
26334 2006-02-14  Jim Meyering  <jim@meyering.net>
26335
26336         Sync from coreutils.
26337         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
26338         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
26339         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
26340         double-quote uses of that variable, to accommodate the rare case in
26341         which getmntent is available in none of the libraries checked.  This
26342         happens at least on FreeBSD 5.0.
26343
26344 2006-02-13  Simon Josefsson  <jas@extundo.com>
26345
26346         * gnulib-tool (Usage): Fix --import, from
26347         karl@freefriends.org (Karl Berry).
26348
26349 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
26350
26351         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
26352
26353 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
26354
26355         * lib/argp-namefrob.h: Restore changes accidentally lost during the
26356         "autoupdate" on 2005-12-12.
26357
26358 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
26359
26360         * modules/closeout (Depends-on): Remove atexit.
26361
26362 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
26363
26364         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
26365         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
26366
26367 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
26368
26369         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
26370         __EXTENSIONS__ if this causes compilation to fail.  Problem
26371         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
26372         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
26373
26374 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
26375
26376         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
26377         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
26378         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
26379         All uses changed.
26380
26381 2006-01-26  Simon Josefsson  <jas@extundo.com>
26382
26383         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
26384         prototype is visible on mingw32.
26385
26386         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
26387         for mingw32.
26388
26389         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
26390         mingw32).
26391
26392 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
26393
26394         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
26395         attempt to open for write; this always fails, at least on POSIX
26396         hosts.  This reinstates the 2006-01-09 change, which was
26397         inadvertently removed.
26398
26399 2006-01-26  Bruno Haible  <bruno@clisp.org>
26400
26401         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
26402         Reported by Paul Eggert.
26403
26404 2006-01-26  Bruno Haible  <bruno@clisp.org>
26405             Paul Eggert  <eggert@cs.ucla.edu>
26406
26407         * lib/stdbool_.h (_Bool)
26408         [(! (defined __cplusplus || defined __BEOS__)
26409           && !defined __GNUC__
26410           && !(defined __HP_cc || defined __xlc__
26411                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
26412                || defined __sgi))]:
26413         #define to signed char in these cases too; this simplifies
26414         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
26415         etc., separately) and makes it more conservative.
26416
26417 2006-01-25  Simon Josefsson  <jas@extundo.com>
26418
26419         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
26420         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
26421         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
26422
26423 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
26424
26425         * lib/argp-namefrob.h: Bugfix. Remove stray #
26426
26427 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
26428
26429         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
26430         so that we test the test.
26431         Check for yet another HP-UX cc bug involving *bool |= bool.
26432
26433 2006-01-25  Karl Berry  <karl@gnu.org>
26434
26435         * config/srclist.txt (vasnprintf.c): sync lost.
26436
26437 2006-01-25  Jim Meyering  <jim@meyering.net>
26438
26439         Sync from the stable (b5) branch of coreutils:
26440
26441         * lib/fts.c (fts_children): Don't let close() clobber errno from
26442         failed fchdir().
26443
26444         * lib/fts.c (fts_stat): When following a symlink-to-directory,
26445         don't necessarily interpret stat-fails+lstat-succeeds as indicating
26446         a dangling symlink.  That can also happen at least for ELOOP.
26447         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
26448         FYI, this bug predates the inclusion of fts.c in coreutils.
26449
26450         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
26451         in their own block, so pre-c99 compilers don't object.
26452
26453         Avoid the double-free (first in fts_read, second in fts_close) that
26454         would occur when an `active' directory is made inaccessible (e.g.,
26455         via chmod a-x) during a traversal.
26456         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
26457         before returning.  Reproduce this failure by
26458         mkdir -p a/b; cd a; chmod a-x . b
26459         Reported by Stavros Passas.
26460
26461 2006-01-25  Jim Meyering  <jim@meyering.net>
26462
26463         * lib/fileblocks.c: Remove more useless parentheses.
26464         * lib/readutmp.h: Likewise.
26465
26466 2006-01-25  Bruno Haible  <bruno@clisp.org>
26467
26468         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
26469         warnings.
26470         Reported by Paul Eggert.
26471
26472 2006-01-25  Bruno Haible  <bruno@clisp.org>
26473
26474         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
26475         rid of a trap command. For Solaris sh.
26476         Reported by Mark D. Baushke <mdb@gnu.org>.
26477
26478 2006-01-24  Simon Josefsson  <jas@extundo.com>
26479
26480         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
26481         Bruno.
26482
26483 2006-01-24  Karl Berry  <karl@gnu.org>
26484
26485         * config/srclist.txt (argp-namefrob.h): sync lost.
26486
26487 2006-01-24  Jim Meyering  <jim@meyering.net>
26488
26489         * modules/openat (Files): Add lib/intprops.h.
26490         From Mark D. Baushke.
26491
26492 2006-01-24  Jim Meyering  <jim@meyering.net>
26493
26494         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
26495         Reported by Mark D. Baushke.
26496
26497 2006-01-24  Jim Meyering  <jim@meyering.net>
26498
26499         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
26500
26501 2006-01-24  Bruno Haible  <bruno@clisp.org>
26502
26503         * modules/strnlen (Maintainer): Change from glibc to all.
26504
26505 2006-01-24  Bruno Haible  <bruno@clisp.org>
26506
26507         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
26508         Patch by Paul Eggert.
26509
26510 2006-01-24  Bruno Haible  <bruno@clisp.org>
26511
26512         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
26513         already has it.
26514         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
26515         2005-11-26.
26516
26517         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
26518         'signed char' to avoid problems with the built-in _Bool type.
26519         Reported by Paul Eggert on 2005-11-26.
26520
26521 2006-01-24  Bruno Haible  <bruno@clisp.org>
26522
26523         * gnulib-tool (func_import): Avoid constructing complicated sed
26524         expressions inside backquote.
26525         Report and solution by Mark D. Baushke <mdb@gnu.org>.
26526
26527 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
26528
26529         These changes imported from libc.
26530         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
26531         test and two separate function calls.
26532         * lib/strndup.c (__strndup): Add libc_hidden_def.
26533
26534 2006-01-23  Simon Josefsson  <jas@extundo.com>
26535
26536         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
26537         Remove the test_*_SOURCES variable: automake infers it by default.
26538         * modules/tls-tests: Likewise.
26539
26540 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
26541
26542         Work around porting bugs reported by Dieter in
26543         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
26544         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
26545         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
26546         Include "getopt.h" first, to check interface.
26547         (getenv): Declare only if defined HAVE_DECL_GETENV &&
26548         !HAVE_DECL_GETENV.
26549         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
26550         (__strndup): Revert to K&R-style function dfns, the glibc style.
26551         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
26552         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
26553         Include strnlen.h first, to get prototype properly.
26554         (strnlen): Renamed from __strnlen.
26555         Remove weak alias.
26556
26557 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
26558
26559         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
26560
26561 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
26562
26563         * config/srclist.txt: Adjust to reflect glibc reorganization.
26564         This affects only comments.
26565
26566 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
26567
26568          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
26569          Reported by Bruce Korb <bkorb@gnu.org>.
26570
26571 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
26572
26573         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
26574         to pacify gcc -Wswitch-default.
26575
26576 2006-01-22  Bruno Haible  <bruno@clisp.org>
26577
26578         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
26579         temporary buffer for sprintf, take into account the precision also
26580         for 'd', 'i', 'u', 'o', 'x', 'X'.
26581
26582 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
26583
26584         * modules/argp-tests: New module
26585         * tests/test-argp.c: New file
26586         * tests/test-argp-2.sh: New file
26587
26588 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
26589
26590         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
26591         (__argp_base_name): Removed
26592         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
26593         typo.
26594         (__argp_base_name): Provide macro definition or extern declaration
26595         depending on the configuration
26596
26597 2006-01-20  Simon Josefsson  <jas@extundo.com>
26598
26599         * modules/inet_ntop (Depends-on): Depend on sys_socket.
26600
26601 2006-01-20  Simon Josefsson  <jas@extundo.com>
26602
26603         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
26604
26605 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
26606
26607         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
26608         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
26609         Suggested by Bruno Haible.
26610
26611 2006-01-20  Karl Berry  <karl@gnu.org>
26612
26613         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
26614         until changes propagate, I guess.
26615
26616 2006-01-19  Simon Josefsson  <jas@extundo.com>
26617
26618         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
26619
26620 2006-01-19  Simon Josefsson  <jas@extundo.com>
26621
26622         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
26623
26624 2006-01-19  Simon Josefsson  <jas@extundo.com>
26625
26626         * gnulib-tool: Set check_PROGRAMS.
26627
26628         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
26629         modules/des-tests, modules/gc-arcfour-tests,
26630         modules/gc-arctwo-tests, modules/gc-des-tests,
26631         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
26632         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
26633         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
26634         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
26635         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
26636         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
26637         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
26638         test_*_SOURCES.
26639
26640 2006-01-18  Simon Josefsson  <jas@extundo.com>
26641
26642         * modules/socklen (Depends-on): Depend on sys_socket.
26643
26644 2006-01-18  Simon Josefsson  <jas@extundo.com>
26645
26646         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
26647         modules/des-tests, modules/gc-arcfour-tests,
26648         modules/gc-arctwo-tests, modules/gc-des-tests,
26649         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
26650         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
26651         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
26652         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
26653         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
26654         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
26655         $(EXEEXT) to automake TESTS variable, for mingw32.
26656
26657 2006-01-17  Simon Josefsson  <jas@extundo.com>
26658
26659         * modules/socklen (Include): Need sys/socket.h.
26660
26661 2006-01-17  Bruno Haible  <bruno@clisp.org>
26662
26663         * modules/ssize_t (Include): Add <sys/types.h>.
26664
26665 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
26666
26667         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
26668         it's not portable and it doesn't work with cross-compiles.
26669         Problem reported by Bruno Haible.  Fix missing-$ typo in
26670         'test "gl_cv_ignore_unused_libraries" ...' that prevented
26671         -zignore from being used with Sun's C compiler.
26672
26673 2006-01-12  Simon Josefsson  <jas@extundo.com>
26674
26675         * lib/base64.c: Fix warning, reported by Bruno Haible
26676         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
26677
26678 2006-01-12  Bruno Haible  <bruno@clisp.org>
26679
26680         * modules/ldd: New file.
26681         * build-aux/ldd.sh.in: New file.
26682         * MODULES.html.sh (Support for building libraries and executables): Add
26683         ldd.
26684
26685 2006-01-12  Bruno Haible  <bruno@clisp.org>
26686
26687         * m4/ldd.m4: New file.
26688
26689 2006-01-12  Bruno Haible  <bruno@clisp.org>
26690
26691         * gnulib-tool (func_import, func_create_testdir): Don't go into an
26692         endless loop while replacing $auxdir with build-aux.
26693
26694 2006-01-11  Simon Josefsson  <jas@extundo.com>
26695
26696         * lib/stdint_.h (SIZE_MAX): Add missing (.
26697
26698 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
26699
26700         Sync from coreutils.
26701         * lib/md5.c: Fix commentary typos.
26702         (alignof, UNALIGNED_P): No need for a GCC-specific version.
26703         * lib/md5.h (__attribute__): Remove; unused.
26704         * lib/sha1.c: Fix commentary to match md5 better.
26705         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
26706         so that we don't need to worry about alignment.  All uses changed.
26707         This merges the 2005-10-28 md5 change into sha1.
26708
26709 2006-01-11  Jim Meyering  <jim@meyering.net>
26710
26711         Sync from coreutils.
26712         * lib/md5.c (OP): Fix spacing.
26713
26714 2006-01-11  Bruno Haible  <bruno@clisp.org>
26715
26716         Ensure automatic ordering between gl_LOCK and gl_ARGP.
26717         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
26718         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
26719
26720 2006-01-11  Bruno Haible  <bruno@clisp.org>
26721
26722         Ensure automatic ordering between gl_LOCK and gl_ARGP.
26723         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
26724         the "early" section as well.
26725
26726 2006-01-11  Bruno Haible  <bruno@clisp.org>
26727
26728         Avoid "ar: no archive members specified" error on MacOS X.
26729         * gnulib-tool (func_modules_add_dummy): New function.
26730         (func_import, func_create_testdir): Invoke it.
26731
26732 2006-01-11  Bruno Haible  <bruno@clisp.org>
26733
26734         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
26735         with $auxdir in AC_CONFIG_FILES statements.
26736
26737 2006-01-11  Bruno Haible  <bruno@clisp.org>
26738
26739         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26740         Initialize also noinst_HEADERS to empty.
26741
26742 2006-01-11  Bruno Haible  <bruno@clisp.org>
26743
26744         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
26745         variables.
26746         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
26747         autoreconf.
26748
26749 2006-01-11  Bruno Haible  <bruno@clisp.org>
26750
26751         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
26752         overridable by the user.
26753         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26754
26755 2006-01-10  Simon Josefsson  <jas@extundo.com>
26756
26757         * modules/sys_socket: New file.
26758
26759 2006-01-10  Simon Josefsson  <jas@extundo.com>
26760
26761         * m4/sys_socket_h.m4: New file.
26762
26763 2006-01-10  Simon Josefsson  <jas@extundo.com>
26764
26765         * lib/socket_.h: New file.
26766
26767 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
26768
26769         * modules/readutmp (Maintainer): Add myself.
26770
26771 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
26772
26773         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
26774         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
26775         People who are still concerned with buggy memcmp implementations
26776         can invoke gl_FUNC_MEMCMP themselves.
26777
26778 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
26779
26780         * lib/regex_internal.h (BITSET_WORD_BITS):
26781         Work around a bug in 64-bit PGC (before version 6.1-2), where the
26782         preprocessor mishandles large unsigned values as if they were signed.
26783         Problem reported by Claudio Fontana in
26784         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
26785
26786 2006-01-10  Jim Meyering  <jim@meyering.net>
26787
26788         Avoid the double-free (first in fts_read, second in fts_close) that
26789         would occur when an `active' directory is made inaccessible (e.g.,
26790         via chmod a-x) during a traversal.
26791         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
26792         before returning.  Reproduce this failure by
26793         mkdir -p a/b; cd a; chmod a-x . b
26794         Reported by Stavros Passas.
26795
26796         Sync from coreutils.
26797         * lib/sha1.c: Tweak grammar in a comment.
26798
26799 2006-01-10  Jim Meyering  <jim@meyering.net>
26800
26801         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
26802         Patch by Joerg Sonnenberger.
26803
26804 2006-01-10  Bruno Haible  <bruno@clisp.org>
26805
26806         * modules/readutmp: Depend on module free.
26807         * modules/strtok_r: Depend on module restrict.
26808
26809 2006-01-10  Bruno Haible  <bruno@clisp.org>
26810
26811         * modules/gettext (configure.ac): Add an invocation of
26812         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
26813
26814 2006-01-10  Bruno Haible  <bruno@clisp.org>
26815
26816         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
26817         Reported by Werner Lemberg <wl@gnu.org>.
26818
26819 2006-01-10  Bruno Haible  <bruno@clisp.org>
26820
26821         * lib/localcharset.c: Update from GNU gettext.
26822
26823 2006-01-10  Bruno Haible  <bruno@clisp.org>
26824
26825         * lib/argp.h (__const): Remove macro. Use const instead.
26826         * lib/argp-fmtstream.h (__const): Likewise.
26827         * lib/glob_.h (__const): Remove macro.
26828         * lib/glob-libc.h: Use const instead of __const.
26829
26830 2006-01-10  Bruno Haible  <bruno@clisp.org>
26831
26832         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
26833         variable.
26834         Needed to avoid an automake error regarding the 'gettext' module.
26835
26836 2006-01-09  Simon Josefsson  <jas@extundo.com>
26837
26838         * modules/inet_ntop (Depends-on): Add restrict.
26839
26840 2006-01-09  Simon Josefsson  <jas@extundo.com>
26841
26842         * modules/gc-rijndael-tests (License): Put under LGPL.
26843
26844         * modules/gc-des-tests (License): Likewise.
26845
26846         * modules/gc-arcfour-tests (License): Likewise.
26847
26848         * modules/gc-arctwo-tests (License): Likewise.
26849
26850         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
26851
26852         * modules/gc-hmac-sha1-tests (Files): Likewise.
26853
26854         * modules/gc-hmac-md5-tests (License): Likewise.
26855
26856         * modules/gc-sha1-tests (License): Likewise.
26857
26858         * modules/gc-md5-tests (License): Likewise.
26859
26860         * modules/gc-md4-tests (License): Likewise.
26861
26862         * modules/gc-md2-tests (License): Likewise.
26863
26864         * modules/gc-tests (License): Likewise.
26865
26866         * modules/des-tests (License): Likewise.
26867
26868         * modules/md4-tests (License): Likewise.
26869
26870         * modules/md2-tests (License): Likewise.
26871
26872 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
26873
26874         Sync from coreutils:
26875
26876         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
26877         * modules/lib-ignore: New file.
26878         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
26879         chdir-safer.m4, lchmod.m4.
26880         * modules/openat: Add mkdirat.c, openat-priv.h.
26881
26882 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
26883
26884         Sync from coreutils.
26885         * m4/lib-ignore.m4: New file.
26886         * m4/lchmod.m4: New file.
26887
26888 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
26889
26890         Sync from coreutils.
26891         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
26892         for write access: POSIX says that must fail.
26893         * lib/fts.c (diropen): Likewise.
26894         * lib/save-cwd.c (save_cwd): Likewise.
26895         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
26896         well, for minor improvements on hosts that lack O_DIRECTORY.
26897         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
26898         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
26899         Fall back on chown if open failed with EACCES.
26900
26901         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
26902         Report an error at compile-time if only a 1-second nominal clock
26903         resolution is found.
26904
26905         * lib/lchmod.h: New file.
26906         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
26907         (make_dir_parents): Use lchown rather than chown, and
26908         lchmod rather than chmod.
26909
26910         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
26911         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
26912         "proc" reported by n0dalus.
26913
26914         * lib/mountlist.c: Include <limits.h>.
26915         (dev_from_mount_options)
26916         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
26917         New function.  It no longer assumes "dev=" has the System V meaning
26918         on Linux (since it doesn't).  It also parses "dev=" more carefully.
26919         (read_file_system_list)
26920         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
26921         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
26922         dev= in that case.
26923
26924         * lib/posixtm.h (PDS_PRE_2000): New macro.
26925         * lib/posixtm.c (year): Arg is now syntax_bits rather than
26926         allow_century.  All usages changed.  Reject dates outside the range
26927         1969-1999 if PDS_PRE_2000 is used.
26928
26929 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
26930
26931         Sync from coreutils.
26932         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
26933         (Time of day items): Mention the possibility of leap seconds.
26934         Problem reported by Dr. David Alan Gilbert.
26935
26936 2006-01-09  Jim Meyering  <jim@meyering.net>
26937
26938         Sync from coreutils.
26939
26940         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
26941
26942         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
26943
26944         * lib/modechange.c (mode_compile): Reject an invalid mode string
26945         that starts with an octal digit.  From Andreas Gruenbacher.
26946
26947         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
26948         and dup to open_safer and dup_safer, respectively.
26949         (openat_permissive): Fix typo in comment.
26950
26951         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
26952         "gettext.h"; either no longer needed or are guaranteed by openat.h.
26953         (_): Remove; no longer needed.
26954         (openat): Renamed from rpl_openat; no need for rpl_openat
26955         since openat.h renames openat for us.
26956         Replace most of the body with a call to openat_permissive,
26957         to avoid duplicate code.
26958         Port to (probably hypothetical) environments were mode_t is
26959         wider than int.
26960         (openat_permissive): Require mode arg, so that we can check
26961         types better.  Put it just after flags.  Change cwd failure
26962         indicator from pointer-to-bool to pointer-to-errno-value.
26963         All callers changed.
26964         Invoke openat_save_fail and/or openat_restore_fail if
26965         cwd_errno is null, so that openat can call us.
26966         (openat_permissive, fdopendir, fstatat, unlinkat):
26967         Simplify errno handling to avoid some duplicate code,
26968         as it's OK to set errno on success.
26969         * lib/openat.h: Revamp code so that function macros depend on
26970         __OPENAT_PREFIX only, not also on AT_FDCWD.
26971         (openat_ro): Remove.  Caller changed to use openat_permissive.
26972         (openat_permissive): Now a macro, if not a function.
26973         (openat_restore_fail, openat_save_fail): Now always functions,
26974         since mkdirat needs them even if __OPENAT_PREFIX is defined.
26975
26976         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
26977         and openat.c.
26978         * lib/mkdirat.c: Include openat-priv.h.
26979         Remove definitions of macros defined therein.
26980         * lib/openat.c: Likewise.
26981
26982         * lib/mkdirat.c (mkdirat): New file and function.
26983         * lib/openat.h (mkdirat): Declare.
26984
26985         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
26986
26987         * lib/openat.h (openat_permissive): Declare.
26988         (openat_ro): Define.
26989
26990         * lib/openat.c (EXPECTED_ERRNO): New macro.
26991         (openat_permissive): New function -- used in remove.c rewrite.
26992         (all functions): Set errno just before returning, only if there
26993         was an actual failure.
26994         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
26995
26996         Emulate openat-family functions using Linux's procfs, if possible.
26997         Idea and some code based on Ulrich Drepper's glibc changes.
26998
26999         * lib/openat.c: (BUILD_PROC_NAME): New macro.
27000         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
27001         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
27002         before falling back on save_cwd and restore_cwd.
27003         (fdopendir, fstatat, unlinkat): Likewise.
27004
27005         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
27006         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
27007
27008         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
27009         as second argument to va_arg.  Otherwise, some versions of gcc
27010         warn that `if this code is reached, the program will abort'.
27011
27012 2006-01-09  Jim Meyering  <jim@meyering.net>
27013
27014         Sync from coreutils.
27015         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
27016         Require openat-priv.h.
27017
27018 2006-01-09  Bruno Haible  <bruno@clisp.org>
27019
27020         * modules/strnlen (Include): Use strnlen.h.
27021
27022 2006-01-09  Bruno Haible  <bruno@clisp.org>
27023
27024         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
27025
27026 2006-01-09  Bruno Haible  <bruno@clisp.org>
27027
27028         * lib/sysexit_.h (EX_OK): New macro.
27029         Suggested by Martin Lambers <marlam@marlam.de>.
27030
27031 2006-01-09  Bruno Haible  <bruno@clisp.org>
27032
27033         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
27034         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
27035
27036 2006-01-09  Bruno Haible  <bruno@clisp.org>
27037
27038         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
27039         numbers.
27040
27041 2006-01-09  Bruno Haible  <bruno@clisp.org>
27042
27043         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
27044         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
27045         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
27046         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
27047
27048 2006-01-09  Bruno Haible  <bruno@clisp.org>
27049
27050         * build-aux/javacomp.sh.in: New file, moved from lib/.
27051         * modules/javacomp-script (Files): Update.
27052         (configure.ac): Add AC_CONFIG_FILES invocation.
27053         (EXTRA_DIST): Remove variable.
27054
27055         * build-aux/javaexec.sh.in: New file, moved from lib/.
27056         * modules/javaexec (Files): Update.
27057         (configure.ac): Add AC_CONFIG_FILES invocation.
27058         (EXTRA_DIST): Remove javaexec.sh.in.
27059
27060         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
27061         * modules/csharpcomp-script (Files): Update.
27062         (configure.ac): Add AC_CONFIG_FILES invocation.
27063         (EXTRA_DIST): Remove variable.
27064
27065         * build-aux/csharpexec.sh.in: New file, moved from lib/.
27066         * modules/csharpexec (Files): Update.
27067         (configure.ac): Add AC_CONFIG_FILES invocation.
27068         (EXTRA_DIST): Remove csharpexec.sh.in.
27069
27070 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
27071
27072         Sync from coreutils.
27073
27074         Add POSIX ACL support
27075         * lib/acl.h (copy_acl, set_acl): Add declarations.
27076         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
27077         systems other than Linux.
27078         (chmod_or_fchmod): New function: use fchmod when possible,
27079         and chmod otherwise.
27080         (file_has_acl): Add a POSIX ACL implementation, with a
27081         Linux-specific subcase.
27082         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
27083         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
27084         acls are unsupported.
27085         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
27086         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
27087         are unsupported.
27088
27089 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
27090
27091         Sync from coreutils.
27092         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
27093
27094 2006-01-07  Bruno Haible  <bruno@clisp.org>
27095
27096         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
27097         gl_EARLY.
27098
27099 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
27100
27101         * lib/strftime.c (tzname): Don't declare if it is already #defined.
27102         Problem reported for Mingw by Mark Junker.
27103
27104 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
27105
27106         * README: Gnulib normally doesn't generate a tarball.
27107
27108 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
27109
27110         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
27111         long int, not int, for nanosecond counts, so that people who are
27112         used to POSIX struct timespec won't be surprised.  Reported by Jim
27113         Meyering.
27114
27115 2005-12-28  Bruno Haible  <bruno@clisp.org>
27116
27117         * build-aux/config.rpath: Update from GNU gettext.
27118
27119 2005-12-16  Jim Meyering  <jim@meyering.net>
27120
27121         * modules/fprintftime: New module.
27122         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
27123
27124 2005-12-16  Jim Meyering  <jim@meyering.net>
27125
27126         * m4/fprintftime.m4: New file.
27127
27128 2005-12-16  Jim Meyering  <jim@meyering.net>
27129
27130         * lib/fprintftime.c, lib/fprintftime.h: New files.
27131
27132 2005-12-15  Simon Josefsson  <jas@extundo.com>
27133
27134         * modules/socklen (configure.ac): Fix M4 macro name, to align with
27135         new m4/socklen.m4.
27136
27137 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
27138
27139         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
27140         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
27141
27142 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
27143
27144         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
27145         * lib/argp-help.c (fill_in_uparams): Check if the constructed
27146         struct uparams is valid. Fall back to the default values if it is
27147         not.
27148
27149 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27150
27151         * modules/argp (Files): Add argp-pin.c
27152         (Depends-on): dirname
27153         (lib_SOURCES): Add argp-pin.c
27154
27155 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27156
27157         * m4/argp.m4:  Check if program_invocation_name and
27158         program_invocation_short_name are declared and define appropriate
27159         macros if they are not.
27160
27161 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27162
27163         * lib/argp-help.c (__argp_base_name): New function
27164         (__argp_short_program_name): Rewrite using __argp_base_name
27165         * lib/argp-namefrob.h: Define program_invocation_name and
27166         program_invocation_short_name if requested
27167         (__argp_base_name): Add prototype
27168         * lib/argp-parse.c (argp_def): Use gettext wrappers
27169         (argp_default_parser): Use __argp_base_name
27170         * lib/argp-pin.c: New file. Defines program_invocation_name and
27171         program_invocation_short_name on systems that lack them.
27172
27173 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
27174
27175         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
27176         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
27177         porting problem reported by Georg Schwarz in
27178         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
27179
27180 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
27181
27182         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
27183         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
27184         porting problem reported by Georg Schwarz in
27185         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
27186
27187 2005-12-05  Bruno Haible  <bruno@clisp.org>
27188
27189         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
27190         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
27191         Reported by Mark Junker <mjscod@gmx.de>.
27192
27193 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
27194
27195         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
27196         Use implementation from Albert Chin, with some
27197         comments/corrections by Stepan Kasal and myself.
27198
27199 2005-12-02  Bruno Haible  <bruno@clisp.org>
27200
27201         * gnulib-tool (func_import): Accept GPLed build tool modules when
27202         --lgpl is given.
27203         * modules/csharpcomp-script: New file.
27204         * modules/csharpcomp: Depend on it.
27205         * modules/javacomp-script: New file.
27206         * modules/javacomp: Depend on it.
27207         Suggested by Simon Josefsson.
27208
27209 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
27210
27211         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
27212         statement, to work around an HP-UX 10.20 compiler bug reported by
27213         Peter O'Gorman.
27214
27215 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
27216
27217         * modules/savedir (Depends-on): Add openat.
27218
27219 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
27220
27221         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
27222         (uintmax_t) [defined uintmax_t]: Do not declare.
27223         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
27224         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
27225         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
27226         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
27227         sake of portability to weird hosts that C allows (though we don't
27228         know of any practical examples).
27229
27230         * lib/savedir.h (fdsavedir): New decl.
27231         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
27232         contains most of the former guts of savedir.
27233         (savedir): Use savedirstream.
27234         Include "openat.h".
27235
27236 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
27237
27238         * modules/obstack (Files): Add m4/ulonglong.m4.
27239         Problem reported by Davide Angelocola.
27240
27241 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
27242
27243         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
27244         coreutils no longer futzes with rounding modes.
27245
27246 2005-11-14  Jim Meyering  <jim@meyering.net>
27247
27248         * lib/mkstemp-safer.c: Include <config.h>, required for possible
27249         replacement of mkstemp.
27250
27251 2005-11-10  Simon Josefsson  <jas@extundo.com>
27252
27253         * lib/readline.c: Remove EOL.
27254
27255 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
27256
27257         * modules/gethrxtime (Depends-on): Add gettime.
27258
27259 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
27260
27261         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
27262         or gettimeofday; no longer needed.
27263
27264 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
27265
27266         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
27267         time business.
27268         (gethrxtime) [! (HAVE_NANOUPTIME
27269         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
27270         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
27271         our own approximation.
27272
27273 2005-11-08  Eric Blake  <ebb9@byu.net>
27274
27275         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
27276
27277 2005-11-08  Eric Blake  <ebb9@byu.net>
27278
27279         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
27280
27281 2005-11-04  Bruno Haible  <bruno@clisp.org>
27282
27283         * gnulib-tool: Implement --update mode.
27284
27285 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
27286
27287         Fix porting problem reported by Theodoros V. Kalamatianos.
27288         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
27289         Don't assume that futimes failing means we must fail.
27290
27291 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
27292
27293         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
27294         variables to suggest the intended function of the PATH_MAX check.
27295
27296 2005-10-30  Kean Johnston  <jkj@sco.com>
27297
27298         Trivial changes to support SCO systems.
27299         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
27300         as PATH_MAX.
27301         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
27302         where __ptr is null when no I/O is pending.
27303
27304 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
27305
27306         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
27307         leave errno alone.  Problem reported by Dmitry V. Levin.
27308
27309 2005-10-28  Simon Josefsson  <jas@extundo.com>
27310
27311         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
27312         Test more.
27313
27314         * tests/test-gc-md2.c, tests/test-md2.c: New files.
27315
27316         * modules/md2, modules/md2-tests: New files.
27317
27318 2005-10-28  Simon Josefsson  <jas@extundo.com>
27319
27320         * m4/inet_ntop.m4: More tests.
27321
27322         * m4/gc-md2.m4, md2.m4: New file.
27323
27324 2005-10-28  Simon Josefsson  <jas@extundo.com>
27325
27326         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
27327         "restrict" keywords, as per POSIX.  Protect the function
27328         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
27329         Don't use K&R prototypes.  Check the sprintf return values.
27330         Re-define EAFNOSUPPORT if not present.  Indent.
27331
27332         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
27333         suggested by Bruno Haible <bruno@clisp.org>.
27334
27335         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
27336
27337         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
27338
27339         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
27340         libgcrypt).
27341
27342         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
27343
27344         * lib/md2.h, lib/md2.c: New files.
27345
27346 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
27347
27348         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
27349         errno alone.  Problem reported by Frederic Jolliton.
27350
27351 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
27352
27353         * modules/verify (License): Change from GPL to LGPL.  This is a
27354         tiny module and there are apparently near-equivalents that are
27355         under the BSD license.
27356
27357 2005-10-24  Simon Josefsson  <jas@extundo.com>
27358
27359         * modules/sha1: Relicense to LGPL.
27360
27361 2005-10-24  Simon Josefsson  <jas@extundo.com>
27362
27363         * lib/md4.h: Shrink buffer size, now that we changed the type.
27364
27365 2005-10-23  Simon Josefsson  <jas@extundo.com>
27366
27367         * gnulib-tool (func_import): Fix --tests-base.
27368
27369 2005-10-22  Simon Josefsson  <jas@extundo.com>
27370
27371         * modules/arcfour (Depends-on): Need stdint.
27372
27373 2005-10-22  Simon Josefsson  <jas@extundo.com>
27374
27375         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
27376         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
27377
27378 2005-10-22  Simon Josefsson  <jas@extundo.com>
27379
27380         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
27381         suggested by Bruno Haible <bruno@clisp.org>.
27382
27383 2005-10-22  Simon Josefsson  <jas@extundo.com>
27384
27385         * lib/crc.h: Include stddef.h, for size_t.
27386
27387 2005-10-22  Simon Josefsson  <jas@extundo.com>
27388
27389         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
27390         arcfour_context struct (simplify test vector testing in GNU
27391         Shishi).
27392
27393 2005-10-21  Simon Josefsson  <jas@extundo.com>
27394
27395         * modules/des, modules/des-tests: New files.
27396
27397         * modules/gc-des, modules/gc-des-tests: New files.
27398
27399         * tests/test-des.c, tests/test-gc-des.c: New file.
27400
27401 2005-10-21  Simon Josefsson  <jas@extundo.com>
27402
27403         * modules/arctwo, modules/arctwo-tests: New files.
27404
27405         * tests/test-arctwo.c: New file.
27406
27407         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
27408
27409         * tests/test-gc-arctwo.c: New file.
27410
27411 2005-10-21  Simon Josefsson  <jas@extundo.com>
27412
27413         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
27414         Bruno Haible <bruno@clisp.org>.
27415
27416         * m4/gc-des.m4: New file.
27417
27418 2005-10-21  Simon Josefsson  <jas@extundo.com>
27419
27420         * m4/arctwo.m4: New file.
27421
27422         * m4/gc-arctwo.m4: New file.
27423
27424 2005-10-21  Simon Josefsson  <jas@extundo.com>
27425
27426         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
27427         block.
27428
27429 2005-10-21  Simon Josefsson  <jas@extundo.com>
27430
27431         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
27432         <bruno@clisp.org>.
27433
27434         * lib/hmac-sha1.c (hmac_sha1): Likewise.
27435
27436         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
27437         Bruno Haible <bruno@clisp.org>.
27438
27439         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
27440         <bruno@clisp.org>.
27441
27442 2005-10-21  Simon Josefsson  <jas@extundo.com>
27443
27444         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
27445
27446 2005-10-21  Simon Josefsson  <jas@extundo.com>
27447
27448         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
27449
27450 2005-10-21  Simon Josefsson  <jas@extundo.com>
27451
27452         * lib/des.h, lib/des.c: New files.
27453
27454         * lib/gc-gnulib.c: Support DES.c
27455
27456 2005-10-21  Simon Josefsson  <jas@extundo.com>
27457
27458         * lib/arctwo.h, lib/arctwo.c: New files.
27459
27460         * lib/gc-gnulib.c: Support ARCTWO.
27461
27462 2005-10-21  Simon Josefsson  <jas@extundo.com>
27463
27464         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
27465         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27466
27467 2005-10-21  Simon Josefsson  <jas@extundo.com>
27468
27469         * gnulib-tool (func_import, func_create_testdir): Define automake
27470         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
27471         Makefile.am snippet),
27472         suggested by Bruno Haible <bruno@clisp.org>.
27473
27474         * modules/gc (Makefile.am): Use it.
27475
27476 2005-10-21  Bruno Haible  <bruno@clisp.org>
27477
27478         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
27479         patch.
27480
27481 2005-10-19  Simon Josefsson  <jas@extundo.com>
27482
27483         * tests/test-gc-rijndael.c: New file.
27484
27485         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
27486
27487 2005-10-19  Simon Josefsson  <jas@extundo.com>
27488
27489         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
27490         interface too.
27491
27492 2005-10-19  Simon Josefsson  <jas@extundo.com>
27493
27494         * tests/test-gc-arcfour.c: New file.
27495
27496         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
27497
27498 2005-10-19  Simon Josefsson  <jas@extundo.com>
27499
27500         * modules/gc-md4, modules/gc-md4-tests: New file.
27501
27502         * tests/test-gc-md4.c: New file.
27503
27504 2005-10-19  Simon Josefsson  <jas@extundo.com>
27505
27506         * m4/gc-md4.m4: New file.
27507
27508 2005-10-19  Simon Josefsson  <jas@extundo.com>
27509
27510         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
27511         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
27512         <kasal@ucw.cz>.
27513
27514 2005-10-19  Simon Josefsson  <jas@extundo.com>
27515
27516         * m4/gc-arcfour.m4: New file.
27517
27518         * m4/gc-rijndael.m4: New file.
27519
27520 2005-10-19  Simon Josefsson  <jas@extundo.com>
27521
27522         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
27523
27524 2005-10-19  Simon Josefsson  <jas@extundo.com>
27525
27526         * lib/gc-gnulib.c: Support ARCFOUR.
27527
27528 2005-10-19  Simon Josefsson  <jas@extundo.com>
27529
27530         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
27531         support.
27532
27533         * lib/gc.h: Add ECB enum type.
27534
27535         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
27536
27537 2005-10-18  Simon Josefsson  <jas@extundo.com>
27538
27539         * tests/test-md5.c: New file.
27540
27541         * modules/md5-tests: New file.
27542
27543 2005-10-18  Simon Josefsson  <jas@extundo.com>
27544
27545         * tests/test-md4.c: New file.
27546
27547         * modules/md4, modules/md4-tests: New files.
27548
27549 2005-10-18  Simon Josefsson  <jas@extundo.com>
27550
27551         * m4/md4.m4: New file.
27552
27553 2005-10-18  Simon Josefsson  <jas@extundo.com>
27554
27555         * lib/md4.h, lib/md4.c: New files, based on md5.?.
27556
27557 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
27558
27559         * gnulib-tool (func_create_testdir): Omit the second check whether
27560         BUILT_SOURCES in nonempty.
27561
27562 2005-10-17  Simon Josefsson  <jas@extundo.com>
27563
27564         * tests/test-rijndael.c: New file.
27565
27566 2005-10-17  Simon Josefsson  <jas@extundo.com>
27567
27568         * modules/sha1: Depend on stdint instead of md5.
27569
27570         * modules/md5: Depend on stdint, remove uint32_t.
27571
27572 2005-10-17  Simon Josefsson  <jas@extundo.com>
27573
27574         * modules/gc-sha1-tests: New file.
27575
27576         * tests/test-gc-sha1.c: New file.
27577
27578 2005-10-17  Simon Josefsson  <jas@extundo.com>
27579
27580         * m4/md5.m4: Remove call to uint32_t.m4.
27581
27582 2005-10-17  Simon Josefsson  <jas@extundo.com>
27583
27584         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
27585
27586         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
27587         md5.h.
27588
27589         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
27590
27591         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
27592
27593 2005-10-17  Simon Josefsson  <jas@extundo.com>
27594
27595         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
27596
27597 2005-10-17  Simon Josefsson  <jas@extundo.com>
27598
27599         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
27600
27601 2005-10-17  Simon Josefsson  <jas@extundo.com>
27602
27603         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
27604
27605         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
27606
27607 2005-10-17  Bruno Haible  <bruno@clisp.org>
27608
27609         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
27610         that it can also be used in a test.
27611
27612 2005-10-16  Bruno Haible  <bruno@clisp.org>
27613
27614         * gnulib-tool (func_emit_tests_Makefile_am): Also define
27615         TESTS_ENVIRONMENT, so that individual tests can augment it.
27616
27617         * gnulib-tool (func_create_testdir): Use an intermediate target for
27618         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
27619         macros, like $(ALLOCA_H), which cannot be passed through the command
27620         line.
27621
27622 2005-10-15  Simon Josefsson  <jas@extundo.com>
27623
27624         * modules/rijndael-tests: New file.
27625
27626         * modules/rijndael: New file.
27627
27628 2005-10-15  Simon Josefsson  <jas@extundo.com>
27629
27630         * m4/rijndael.m4: New file.
27631
27632 2005-10-15  Simon Josefsson  <jas@extundo.com>
27633
27634         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
27635
27636         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
27637
27638 2005-10-14  Simon Josefsson  <jas@extundo.com>
27639
27640         * tests/test-arcfour.c: New file.
27641
27642         * modules/arcfour, modules/arcfour-tests: New files.
27643
27644 2005-10-14  Simon Josefsson  <jas@extundo.com>
27645
27646         * m4/arcfour.m4: New file.
27647
27648 2005-10-14  Simon Josefsson  <jas@extundo.com>
27649
27650         * lib/arcfour.h, lib/arcfour.c: New files.
27651
27652 2005-10-14  Roland McGrath  <roland@redhat.com>
27653
27654         Import from libc.  [BZ #1331]
27655         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
27656         macro argument.
27657         Reported by Matej Vela <vela@debian.org>.
27658
27659 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
27660
27661         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
27662         include <wchar.h>; no longer needed.
27663
27664 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
27665
27666         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
27667
27668 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
27669         and  Ulrich Drepper  <drepper@redhat.com>
27670
27671         Import from libc.
27672         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
27673         instead of inline stream orientation test and two separate
27674         function calls.  Pay no attention to USE_IN_LIBIO.
27675
27676 2005-10-13  Simon Josefsson  <jas@extundo.com>
27677
27678         * modules/gc-hmac-md5-tests: New file.
27679
27680         * tests/test-gc-hmac-sha1.c: New file.
27681
27682         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
27683
27684         * modules/gc-hmac-md5-tests: New file.
27685
27686         * tests/test-gc-md5.c: New file.
27687
27688         * modules/gc-md5-tests: New file.
27689
27690 2005-10-13  Simon Josefsson  <jas@extundo.com>
27691
27692         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
27693         Move memory allocation outside of loop.
27694
27695 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
27696
27697         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
27698         intermediate directory is in a read-only file system.  Problem
27699         reported by Eric Blake.
27700
27701 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
27702
27703         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
27704
27705 2005-10-12  Simon Josefsson  <jas@extundo.com>
27706
27707         * tests/test-hmac-sha1.c: New file.
27708
27709         * modules/hmac-sha1-tests: New file.
27710
27711         * modules/hmac-sha1: New file.
27712
27713 2005-10-12  Simon Josefsson  <jas@extundo.com>
27714
27715         * modules/gc-sha1: New file.
27716
27717 2005-10-12  Simon Josefsson  <jas@extundo.com>
27718
27719         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
27720
27721         * tests/test-gc-pbkdf2-sha1.c: New file.
27722
27723 2005-10-12  Simon Josefsson  <jas@extundo.com>
27724
27725         * modules/gc-md5, modules/gc-hmac-md5: New files.
27726
27727         * modules/gc (Files): Remove md5, memxor and hmac files.
27728
27729 2005-10-12  Simon Josefsson  <jas@extundo.com>
27730
27731         * m4/gc-pbkdf2-sha1.m4: New file.
27732
27733         * m4/gc-hmac-sha1.m4: New file.
27734
27735         * m4/gc-sha1: New file.
27736
27737         * m4/hmac-sha1.m4: New file.
27738
27739 2005-10-12  Simon Josefsson  <jas@extundo.com>
27740
27741         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
27742
27743         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
27744
27745 2005-10-12  Simon Josefsson  <jas@extundo.com>
27746
27747         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
27748         suggested by Bruno Haible <bruno@clisp.org>.
27749
27750 2005-10-12  Simon Josefsson  <jas@extundo.com>
27751
27752         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
27753
27754 2005-10-12  Simon Josefsson  <jas@extundo.com>
27755
27756         * lib/gc-pbkdf2-sha1.c: New file.
27757
27758         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
27759
27760 2005-10-12  Simon Josefsson  <jas@extundo.com>
27761
27762         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
27763
27764         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
27765
27766 2005-10-12  Simon Josefsson  <jas@extundo.com>
27767
27768         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
27769         GC_USE_HMAC_MD5, respectively.
27770
27771         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
27772         (gc_md5): Fix typo.
27773
27774         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
27775
27776         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
27777
27778         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
27779
27780 2005-10-12  Bruno Haible  <bruno@clisp.org>
27781
27782         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
27783         Reported by Stepan Kasal <kasal@ucw.cz>.
27784
27785 2005-10-11  Simon Josefsson  <jas@extundo.com>
27786
27787         * tests/test-crc.c: New file.
27788
27789         * modules/crc, modules/crc-tests: New files.
27790
27791 2005-10-11  Simon Josefsson  <jas@extundo.com>
27792
27793         * m4/crc.m4: New file.
27794
27795 2005-10-11  Simon Josefsson  <jas@extundo.com>
27796
27797         * lib/gc.h: Add gc_hash and gc_hash_buffer.
27798
27799         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
27800
27801         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
27802
27803 2005-10-11  Simon Josefsson  <jas@extundo.com>
27804
27805         * lib/crc.h, lib/crc.c: New files.
27806
27807         * lib/gc.h (gc_hash_buffer): Add doc.
27808
27809 2005-10-11  Bruno Haible  <bruno@clisp.org>
27810
27811         * modules/c-strcasestr: New file.
27812         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
27813
27814 2005-10-11  Bruno Haible  <bruno@clisp.org>
27815
27816         * modules/c-strcase: New file.
27817         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
27818
27819 2005-10-11  Bruno Haible  <bruno@clisp.org>
27820
27821         * lib/strcasecmp.c: Include limits.h.
27822         (strcasecmp): Avoid integer overflow on exotic platforms.
27823         * lib/strncasecmp.c: Include limits.h.
27824         (strncasecmp): Avoid integer overflow on exotic platforms.
27825         Reported by Paul Eggert.
27826
27827 2005-10-11  Bruno Haible  <bruno@clisp.org>
27828
27829         * lib/c-strcasestr.h: New file, from GNU gettext.
27830         * lib/c-strcasestr.c: New file, from GNU gettext.
27831
27832 2005-10-11  Bruno Haible  <bruno@clisp.org>
27833
27834         * lib/c-strcase.h: New file, from GNU gettext.
27835         * lib/c-strcasecmp.c: New file, from GNU gettext.
27836         * lib/c-strncasecmp.c: New file, from GNU gettext.
27837
27838 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
27839
27840         * modules/mempcpy (License): GPL -> LGPL.
27841         * modules/strchrnul (License): Likewise.
27842         * modules/sysexits (License): Likewise.
27843
27844 2005-10-08  Simon Josefsson  <jas@extundo.com>
27845
27846         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
27847
27848 2005-10-07  Simon Josefsson  <jas@extundo.com>
27849
27850         * m4/memxor.m4: Remove gl_C_RESTRICT call.
27851
27852 2005-10-06  Simon Josefsson  <jas@extundo.com>
27853
27854         * tests/test-hmac-md5.c: New file.
27855
27856         * modules/hmac-md5-tests: New file.
27857
27858         * modules/hmac-md5: New file.
27859
27860 2005-10-06  Simon Josefsson  <jas@extundo.com>
27861
27862         * m4/hmac-md5.m4: New file.
27863
27864         * m4/memxor.m4: Require gl_C_RESTRICT.
27865
27866 2005-10-06  Simon Josefsson  <jas@extundo.com>
27867
27868         * lib/memxor.c (memxor): Avoid casts and warnings.
27869
27870 2005-10-06  Simon Josefsson  <jas@extundo.com>
27871
27872         * lib/hmac-md5.c: New file.
27873
27874         * lib/hmac.h: New file.
27875
27876 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
27877
27878         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
27879         promotes to int, not unsigned int, to catch the AIX 5.3
27880         compiler bug.
27881
27882 2005-10-05  Simon Josefsson  <jas@extundo.com>
27883
27884         * modules/memxor: New file.
27885
27886         * modules/iconv (Files): Move config.rpath to havelib, it is used
27887         there.
27888
27889         * modules/havelib (Files): Add config.rpath.
27890
27891 2005-10-05  Simon Josefsson  <jas@extundo.com>
27892
27893         * m4/memxor.m4: New file.
27894
27895 2005-10-05  Simon Josefsson  <jas@extundo.com>
27896
27897         * lib/memxor.c (memxor): Fix compiler error.
27898
27899         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
27900         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
27901
27902         * lib/memxor.h, lib/memxor.c: New files.
27903
27904         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
27905         we assume all systems have it, suggested by Jim Meyering
27906         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
27907         any systems lack sys/socket.h; mingw32 is known to lack it, but we
27908         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
27909         same reasons.
27910
27911 2005-10-05  Simon Josefsson  <jas@extundo.com>
27912
27913         * config/srclist.txt: Add glibc bug 1423 for md5.h.
27914
27915 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
27916
27917         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
27918         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
27919         needed, since the source code now assumes these .h files.
27920
27921 2005-10-05  Derek Price  <derek@ximbiot.com>
27922
27923         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
27924
27925 2005-10-05  Bruno Haible  <bruno@clisp.org>
27926
27927         * modules/stdint (License): Change to LGPL.
27928
27929 2005-10-04  Simon Josefsson  <jas@extundo.com>
27930
27931         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
27932         D. Baushke" <mdb@gnu.org>.
27933
27934 2005-10-04  Bruno Haible  <bruno@clisp.org>
27935
27936         * lib/verify.h (verify_true): Provide alternative definition for C++.
27937
27938 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
27939
27940         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
27941         (SSIZE_MAX): New macro, if not already defined.
27942         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
27943         than 2 GiB.
27944
27945 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
27946
27947         Sync from coreutils.
27948         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
27949         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
27950         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
27951         ULLONG_MAX doesn't work with 2.7.2.1.
27952
27953 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
27954
27955         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
27956         From Ben Pfaff.
27957
27958         * modules/exclude (Depends-on): Depend on verify.
27959         * modules/strtoimax (Depends-on): Likewise.
27960         * modules/utimecmp (Depends-on): Likewise.
27961
27962 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
27963
27964         * lib/exclude.c: Include verify.h.
27965         (verify): Remove.  All callers changed to use verify.h's version.
27966         * lib/strtoimax.c: Likewise.
27967         * lib/utimecmp.c: Likewis.e
27968
27969         Sync from coreutils.
27970         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
27971         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
27972         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
27973         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
27974         bother returning ENOSYS if settimeofday or stime fails; just let
27975         them return whatever errno they want to return.
27976         * lib/utimens.c: Include unistd.h, for dup2.
27977         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
27978         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
27979
27980 2005-10-02  Jim Meyering  <jim@meyering.net>
27981
27982         Sync from coreutils.
27983         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
27984         from glibc-2.2.5 that fails for read-only files.
27985
27986 2005-10-02  Jim Meyering  <jim@meyering.net>
27987
27988         Sync from coreutils.
27989         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
27990         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
27991         `#if HAVE_CONFIG_H'.
27992         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
27993         Remove AT_FDCWD test.
27994         Do not consume the fd unless successful.
27995         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
27996         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
27997         block, so that we don't even try to compile it if settimeofday is
27998         available.  This works around a compilation failure on OSF1 V5.1,
27999         due to stime requiring a `long int*' while tv_sec is `int'.
28000
28001 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
28002
28003         Sync from coreutils.
28004         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
28005         against `yes', rather than just testing for nonempty.
28006
28007 2005-10-01  Simon Josefsson  <jas@extundo.com>
28008
28009         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
28010         and Darwin.
28011
28012         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
28013         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
28014         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
28015         freeaddrinfo and gai_strerror are declared by the POSIX headers.
28016         Check if struct addrinfo is declared.
28017
28018 2005-10-01  Simon Josefsson  <jas@extundo.com>
28019
28020         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
28021         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
28022         AI_* and EAI_* definitions.  Protect function declarations.
28023
28024 2005-10-01  Jim Meyering  <jim@meyering.net>
28025
28026         Sync from coreutils.
28027
28028         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
28029         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
28030         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
28031         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
28032         in the inet and nsl libraries.  Required on Solaris 5.7.
28033
28034 2005-10-01  Jim Meyering  <jim@meyering.net>
28035
28036         Sync from coreutils.
28037         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
28038         in the inet and nsl libraries.  Required on Solaris 5.7.
28039
28040 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
28041
28042         * lib/getdelim.c (getdelim): Remove unused variables.
28043
28044 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
28045
28046         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
28047         so that the code works even with ancient cpp.  Portability problem
28048         with GCC 2.7.2.1 reported by Thomas M.Ott.
28049
28050 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
28051
28052         * modules/regex (Depends-on): Add strcase.
28053
28054         * modules/gethostname (Licence): Change from GPL to LGPL, since
28055         gethostname.c is a trivial implementation of a standard library
28056         function.
28057         * modules/poll (License): Change from GPL to LGPL, since it's
28058         derived from LGPL code.
28059
28060 2005-09-27  Jim Meyering  <jim@meyering.net>
28061
28062         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
28063         HAVE_CONFIG_H.
28064
28065         * lib/intprops.h (signed_type_or_expr__): Define.
28066         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
28067         for unsigned types.
28068
28069 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
28070
28071         * lib/verify.h (verify_expr): Remove, replacing with:
28072         (verify_true): New macro that returns true instead of void.
28073         (verify_type__): Remove.
28074         (verify): Use verify_true rather than verify_type__.
28075
28076 2005-09-26  Bruno Haible  <bruno@clisp.org>
28077
28078         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
28079         is necessary.
28080         (lib_SOURCES): Remove mbchar.c.
28081         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
28082         (Files): Add m4/mbrtowc.m4.
28083         * modules/mbiter: Likewise.
28084         * modules/mbuiter: Likewise.
28085
28086 2005-09-26  Bruno Haible  <bruno@clisp.org>
28087
28088         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
28089         compile mbchar.c if they are not both present.
28090         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
28091         * m4/mbiter.m4 (gl_MBITER): Likewise.
28092         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
28093         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
28094         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
28095
28096 2005-09-25  Jim Meyering  <jim@meyering.net>
28097
28098         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
28099         also uses socklen_t.
28100
28101 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
28102
28103         * lib/utimens.c (ENOSYS): Define if not already defined.
28104         (futimens): Support having a null PATH if the file descriptor
28105         is nonnegative.
28106
28107         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
28108         Remove.
28109         (__attribute): Define to empty unless GCC 3.1 or later.
28110         This works around a core dump on OpenBSD 3.4, which has GCC
28111         2.95.3, which dumps core when given __attribute__(()).  It also
28112         simplifies other tests, since we really don't want to bother with
28113         worrying about which ancient version of GCC supported what.
28114         Original problem reported by Yoann Vandoorselaere, with part of
28115         the fix suggested by Derek Price.
28116
28117 2005-09-24  Jim Meyering  <jim@meyering.net>
28118
28119         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
28120         so we can once again use a positive bitfield width of 1 -- now we
28121         don't have to explain why we were using a bitfield width of 2.
28122
28123 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
28124
28125         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
28126         and similarly for the other external symbols.  Problem reported
28127         by James Gallager.
28128
28129         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
28130         bug reported by Jim Meyering.
28131
28132         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
28133         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
28134         not needed, since socklen is a prerequisite module.
28135
28136 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
28137
28138         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
28139         Problem reported by Eric Blake.
28140         (getaddrinfo): Initialize se so that it's not garbage.
28141         Redo internal storage allocation so that it doesn't make unportable
28142         assumptions about alignment.
28143         Fix a memory leak.
28144
28145         * lib/utimens.c (futimens): Use futimesat if available.
28146         Prefer it to futimes since it doesn't have the futimes bug.
28147
28148         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
28149         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
28150         Instead, declare a function that returns a pointer to an array,
28151         and use verify_type__ to declare the size of the array.
28152         Problem and germ of a solution reported by Bruno Haible.
28153         (verify_type__): Use 2, not 1, for bitfield size, to avoid
28154         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
28155
28156 2005-09-23  Jim Meyering  <jim@meyering.net>
28157
28158         Sync from coreutils.
28159         Correct build failure (socklen_t not defined) on at least
28160         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
28161         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
28162
28163 2005-09-23  Jim Meyering  <jim@meyering.net>
28164
28165         * modules/getaddrinfo (Depends-on): Add socklen.
28166
28167 2005-09-23  Bruno Haible  <bruno@clisp.org>
28168
28169         * tests/test-verify.c: New file.
28170
28171 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
28172
28173         Sync from coreutils.
28174
28175         * modules/argmatch (Depends-on): Add verify.
28176         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
28177         unistd-safer.
28178         * modules/save-cwd (Depends-on): Likewise.
28179
28180         * modules/openat (Files): Add lib/openat-die.c.
28181         (Depends-on): Remove error, exitfail.
28182         Add dirname.
28183
28184         * modules/verify: New file.
28185         * MODULES.html.sh (Diagnostics <assert.h>): New section,
28186         with "verify" module.
28187
28188 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
28189
28190         Sync from coreutils.
28191
28192         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
28193         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
28194         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
28195         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
28196         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
28197         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
28198         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
28199         Don't bother checking for string.h, stdlib.h, unistd.h.
28200         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
28201         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
28202         module's job.
28203         * m4/jm-macros.m4 (gl_MACROS): Likewise.
28204         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
28205
28206         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
28207         (gl_GETDATE): Use it.
28208
28209         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
28210
28211 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
28212
28213         Sync from coreutils.
28214
28215         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
28216         stat-time.h.
28217         * lib/argmatch.h: Include verify.h
28218         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
28219         (ARGMATCH_ASSERT): Remove; unused.
28220         * lib/canonicalize.c: Assume STDC_HEADERS.
28221         * lib/exclude.c: Include "strcase.h".
28222         * lib/regex_internal.h [!defined _LIBC]: Likewise.
28223         * lib/getusershell.c: Include stdio--.h rather than stdio.h
28224         and stdio-safer.h.
28225         (getusershell): Call fopen, not fopen_safer.
28226         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
28227         Do not include unistd-safer.h.
28228         (save_cwd): Don't call fd_safer; no longer needed
28229         now that we include fcntl--.h.
28230
28231         * lib/getdate.y (relative_time): New type.
28232         (RELATIVE_TIME_0): New constant.
28233         (parser_control): Use relative_time instead of doing it ourselves.
28234         (%union): Add new relative_time rel member.
28235         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
28236         Now typeless.
28237         (relunit, relunit_snumber): Now of type rel.
28238         (zone, rel, relunit, get_date): Adjust to above changes.
28239
28240         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
28241         Do not include unistd-safer.h.
28242         (getloadavg): Don't call fd_safer; no longer needed
28243         now that we include fcntl--.h.
28244
28245         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
28246         (make_dir_parents): Treat ENOSYS like EEXIST.
28247
28248         Improve quality of diagnostics on restore_cwd failure.
28249         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
28250         (make_dir_parents): Last arg is now int * (for errno), not bool *.
28251         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
28252         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
28253         each time through the loop.  Do not diagnose restore_cwd failure;
28254         that is the caller's job (and perhaps the caller does not care).
28255
28256         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
28257         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
28258         If the file already exists but is not a directory, don't bother
28259         to try to make its parents.
28260         Close potential file descriptor leak if we can't chdir("/") (!).
28261         Don't always return true if chdir($PWD) fails; return true only
28262         if the requested action was done successfully (except for the
28263         chdir($PWD)).
28264         Don't log final directory unless we actually made it.
28265         Refactor to avoid duplicate code to fix up permissions.
28266         Don't attempt to fix up parent permissions if chdir($PWD) fails.
28267
28268         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
28269         to make it a bit faster and (I hope) clearer.
28270         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
28271         Fix bug in formats like %2N.
28272
28273         * lib/verify.h: New file.
28274
28275 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
28276
28277         Sync from coreutils.
28278         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
28279
28280 2005-09-22  Jim Meyering  <jim@meyering.net>
28281
28282         Sync from coreutils.
28283
28284         * m4/lstat.m4 (gl_FUNC_LSTAT):
28285         Use AC_LIBSOURCES to require lstat.c and lstat.h.
28286         Remove obsolete comment.
28287         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
28288         * m4/xstrtod.m4: Likewise.
28289
28290         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
28291
28292 2005-09-22  Jim Meyering  <jim@meyering.net>
28293
28294         Sync from coreutils.
28295
28296         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
28297
28298         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
28299         the .tm_year member, since otherwise gcc-4.0 would now warn about
28300         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
28301
28302         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
28303         order to avoid an unsuppressible warning from gcc on 64-bit systems.
28304
28305         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
28306         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
28307         when run in a time zone for which daylight savings time is in effect
28308         for the starting date.
28309
28310         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
28311         stop us from restricting permissions of just-created absolute-named
28312         directories.
28313         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
28314         to restore initial working directory.
28315         * lib/mkdir-p.c (make_dir_parents): New parameter:
28316         different_working_dir, to tell caller if/when we change the working
28317         directory and are unable to return to the initial one.
28318         * lib/mkdir-p.h (make_dir_parents): Update prototype.
28319         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
28320         `return false'.  This fixes a bug introduced on 2004-07-30.
28321
28322         * lib/openat.c (fdopendir): Be sure to close the supplied
28323         file descriptor before returning.  This makes our replacement
28324         implementation a little closer to Solaris's, where fdopendir
28325         ties the file descriptor to the returned DIR* pointer.
28326         * lib/openat.c (unlinkat): New function.
28327         * lib/openat.h (unlinkat): Add prototype.
28328         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
28329         (openat_restore_fail): Rename from openat_restore_die.
28330         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
28331
28332         Provide an alternative to exiting immediately upon save_cwd or
28333         restore_cwd failure.  Now, an application can arrange e.g.,
28334         to perform a longjump in that case.
28335         * lib/openat.c: Include dirname.h.
28336         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
28337         (rpl_openat, fdopendir, fstatat): Call openat_save_die
28338         and openat_restore_die rather than calling error directly.
28339         Don't include "error.h" or "exitfail.h"; they're no longer needed.
28340
28341         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
28342         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
28343         define.
28344
28345         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
28346         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
28347                             int utc, int nanoseconds);
28348         Background:
28349         date should not have to allocate a megabyte of virtual memory to
28350         handle a format argument like +%1048575T.  When implemented with
28351         strftime, it must allocate such a buffer, use strftime to fill it
28352         in, print it, then free it.
28353         With fprintftime, it simply prints everything and exits.
28354         With no need for memory allocation, that's one fewer way to fail.
28355         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
28356         optional field width, not before, so we accept %9:z, not %:9z.
28357         (my_strftime): Be sure to use L_('x') for literals.
28358
28359         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
28360         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
28361         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
28362         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
28363         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
28364         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
28365         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
28366         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
28367         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
28368         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
28369         * lib/xgethostname.c, lib/xreadlink.c:
28370         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
28371
28372         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
28373         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
28374         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
28375         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
28376         and don't include <sys/file.h>).
28377
28378 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
28379
28380         Sync from coreutils.
28381
28382         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
28383         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
28384         [!LDAV_DONE]: Avoid unused variable warning.
28385
28386 2005-09-21  Bruno Haible  <bruno@clisp.org>
28387
28388         * lib/unicodeio.h (unicode_to_mb): New declaration.
28389
28390 2005-09-20  Derek Price  <derek@ximbiot.com>
28391
28392         * lib/getaddrinfo.c: Don't include <netdb.h> included from
28393         getaddrinfo.h.
28394
28395 2005-09-20  Bruno Haible  <bruno@clisp.org>
28396
28397         * gnulib-tool: Remove trailing slashes from the values specified for
28398         --source-base, --m4-base, --tests-base, --aux-dir.
28399         Suggested by Simon Josefsson <jas@extundo.com>.
28400
28401 2005-09-20  Bruno Haible  <bruno@clisp.org>
28402
28403         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
28404         func_modules_to_filelist, func_import, func_create_testdir): Make all
28405         sorting results locale-independent, so that gnulib-cache.m4 doesn't
28406         change when gnulib-tool is invoked in a different locale.
28407
28408 2005-09-19  Simon Josefsson  <jas@extundo.com>
28409
28410         * m4/socklen.m4: Fix typo.
28411
28412 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28413
28414         Use a consistent style for including <config.h>.
28415         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
28416         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
28417         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
28418         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
28419         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
28420         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
28421         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
28422         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
28423         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
28424         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
28425         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
28426         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
28427         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
28428         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
28429         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
28430         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
28431         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
28432         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
28433         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
28434         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
28435         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
28436         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
28437         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
28438         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
28439         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
28440         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
28441         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
28442         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
28443         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
28444         lib/xstrtoumax.c, lib/yesno.c:
28445         Standardize inclusion of config.h.
28446         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
28447         lib/inttostr.h:  Removed inclusion of config.h from header files.
28448         * lib/inttostr.c:  Adjusted in-tree users.
28449         * lib/timespec.h: Remove superfluous warning to include config.h.
28450         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
28451         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
28452         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
28453         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
28454         config.h with HAVE_CONFIG_H.
28455
28456 2005-09-19  Jim Meyering  <jim@meyering.net>
28457
28458         * modules/pathmax (License): Change to LGPL.
28459
28460 2005-09-19  Derek Price  <derek@ximbiot.com>
28461
28462         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
28463
28464 2005-09-19  Bruno Haible  <bruno@clisp.org>
28465
28466         * gnulib-tool (import): Provide default for --tests-base.
28467
28468 2005-09-19  Bruno Haible  <bruno@clisp.org>
28469
28470         * doc/quote.texi: New file, extracted from gnulib.texi.
28471         * doc/ctime.texi: New file, extracted from gnulib.texi.
28472         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
28473         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
28474         * doc/gnulib.texi: Include them.
28475
28476 2005-09-18  Bruno Haible  <bruno@clisp.org>
28477
28478         Portability fix.
28479         * gnulib-tool (func_readlink): New function.
28480         (func_ln_if_changed): Use it.
28481
28482 2005-09-18  Bruno Haible  <bruno@clisp.org>
28483
28484         * gnulib-tool: Support --with-tests also with --import.
28485         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
28486         (func_import): Use variables $testsbase and $inctests. Emit a
28487         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
28488         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
28489         SUBDIRS += $testsdir.
28490         (func_create_testdir): Update.
28491
28492 2005-09-18  Bruno Haible  <bruno@clisp.org>
28493
28494         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
28495         instead of $dry_run.
28496         (func_cp_if_changed, func_mv_if_changed): Remove functions.
28497         (func_ln_if_changed): Don't handle dry-run here.
28498         (func_import): In dry-run mode, detect more precisely which actions
28499         would be performed, and don't use "...ing" verbs.
28500
28501 2005-09-18  Bruno Haible  <bruno@clisp.org>
28502
28503         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
28504         (func_import): Use join on two temporary files instead of three nested
28505         loops, in order to determine which files are new or old.
28506
28507 2005-09-18  Bruno Haible  <bruno@clisp.org>
28508
28509         * gnulib-tool (func_import): Comment out code that spits out the
28510         new files with --dry-run.
28511
28512 2005-09-18  Bruno Haible  <bruno@clisp.org>
28513
28514         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
28515
28516 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
28517
28518         * lib/stat-time.h: New file.
28519         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
28520         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
28521         in a different way.
28522         (timespec_cmp): New function.
28523         * lib/utimecmp.c: Include stat-time.h.
28524         (SYSCALL_RESOLUTION): Depend on whether various struct stat
28525         members exist, not on the obsolescent ST_MTIM_NSEC.
28526         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
28527
28528 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
28529
28530         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
28531
28532 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
28533
28534         * MODULES.html.sh (File system functions): Add stat-time.
28535         * modules/stat-time: New file.
28536         * modules/timespec (Files): Remove m4/st_mtim.m4; this
28537         is now done in a different way, by the stat-time module.
28538         * modules/utimecmp (Depends-on): Add stat-time.
28539
28540 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
28541
28542         * m4/st_mtim.m4: Remove.  Superseded by...
28543         * m4/stat-time.m4: New file.
28544         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
28545         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
28546
28547 2005-09-15  Derek Price  <derek@ximbiot.com>
28548
28549         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
28550
28551 2005-09-15  Derek Price  <derek@ximbiot.com>
28552
28553         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
28554         * lib/regex_internal.c: Ditto, using this...
28555         (__GNUC_PREREQ): ...new macro.
28556         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
28557         using...
28558         (__GNUC_PREREQ): ...this new macro.
28559
28560         * lib/strstr.h: Include string.h. Define strstr as a macro here.
28561
28562 2005-09-15  Derek Price  <derek@ximbiot.com>
28563             Paul Eggert  <eggert@cs.ucla.edu>
28564
28565         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
28566         changes, consolidating in...
28567         * lib/regex_internal.h: ...this file.
28568
28569 2005-09-13  Jim Meyering  <jim@meyering.net>
28570
28571         * lib/canon-host.c: Filter through gnu indent and reword comments
28572         slightly.
28573         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
28574
28575 2005-09-13  Derek Price  <derek@ximbiot.com>
28576
28577         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
28578         failure.
28579         Reported by Jim Meyering  <jim@meyering.net>.
28580
28581 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
28582
28583         * lib/base64.c: Typo.
28584         (base64_encode): Put b64str in initialized data section.
28585
28586 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
28587
28588         Merge glibc and coreutils changes into gnulib, plus a few
28589         extra fixes.
28590         * lib/md5.c: Use #error rather than a string.
28591         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
28592         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
28593         (__attribute__): Define to empty for non recent-GCC.
28594         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
28595         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
28596         Renamed from their non-__ counterparts, with new macros replacing
28597         them if not _LIBC.  Add __THROW attribute.
28598         (rol): Remove.
28599         (struct md5_ctx): Align buffer if using GCC.
28600         * lib/sha1.h (struct sha1_ctx): Likewise.
28601         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
28602         The old name was backwards.
28603         (NOTSWAP): Remove; not used.
28604         (rol): New macro, moved here from md5.h.
28605         (sha1_process_block): Remove a FIXME that doesn't make sense.
28606
28607 2005-09-12  Derek Price  <derek@ximbiot.com>
28608
28609         Return usable errors from canon-host.
28610         * lib/canon-host.h: New file.
28611         * lib/canon-host.c (canon_host): Wrap...
28612         (canon_host_r): ...this new function, which now relies exclusively on
28613         getaddrinfo.
28614         (ch_strerror): New function.
28615         (last_cherror): New global.
28616         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
28617         interface.
28618         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
28619         void *.
28620         (freeaddrinfo): Free ai->ai_canonname when set.
28621
28622 2005-09-12  Derek Price  <derek@ximbiot.com>
28623
28624         Make canon-host require getaddrinfo.
28625         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
28626         AC_LIBSOURCE canon-host.h.  Call...
28627         (gl_PREREQ_CANON_HOST): ...this new function, which requires
28628         gl_GETADDRINFO.
28629         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
28630
28631 2005-09-12  Derek Price  <derek@ximbiot.com>
28632
28633         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
28634         LGPL.
28635         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
28636
28637 2005-09-12  Derek Price  <derek@ximbiot.com>
28638
28639         * lib/gai_strerror.c: Include config.h when available.  Include
28640         getaddrinfo.h before other headers to test interface.
28641         Reported by Larry Jones <lawrence.jones@ugs.com>.
28642
28643 2005-09-12  Derek Price  <derek@ximbiot.com>
28644             Paul Eggert  <eggert@cs.ucla.edu>
28645
28646         * modules/glob (Files): Add glob-libc.h.
28647
28648 2005-09-12  Derek Price  <derek@ximbiot.com>
28649             Paul Eggert  <eggert@cs.ucla.edu>
28650
28651         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
28652         glob_.h, glob-libc.h.
28653         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
28654
28655 2005-09-12  Derek Price  <derek@ximbiot.com>
28656             Paul Eggert  <eggert@cs.ucla.edu>
28657
28658         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
28659         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
28660         protecting things that should be done only in gnulib contexts.
28661         * lib/glob_.h: New file, containing only the glob things needed for
28662         gnulib.
28663         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
28664         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
28665         (glob, globfree, glob_pattern_p): Now defined simply in terms of
28666         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
28667         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
28668         and to respect the namespace rules better.
28669
28670 2005-09-08  Simon Josefsson  <jas@extundo.com>
28671
28672         * modules/socklen: New file.
28673
28674 2005-09-08  Simon Josefsson  <jas@extundo.com>
28675
28676         * m4/socklen.m4: New file.
28677
28678 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28679
28680         * modules/utimens (Files): Add m4/utimbuf.m4, since
28681         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
28682         Reported by Sergey Poznyakoff.
28683
28684 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28685
28686         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
28687         definitions, since that's the preferred style in glibc.
28688         Fix a minor spacing issue, and update copyright notice to match
28689         glibc's.
28690
28691 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28692
28693         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
28694
28695 2005-09-06  Simon Josefsson  <jas@extundo.com>
28696
28697         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
28698         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
28699
28700 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
28701
28702         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
28703         warning.
28704
28705 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
28706
28707         * config/srclist.txt: Add glibc bug 1302.
28708
28709 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
28710
28711         Change bitset word type from unsigned int to unsigned long int,
28712         as this has better performance on typical 64-bit hosts.
28713         Port bitset code to hosts with unusual word sizes.
28714         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
28715         (build_collating_symbol):
28716         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
28717         argument is a bitset.  This is merely a style issue, but it makes
28718         it clearer that an entire array is expected.
28719         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
28720         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
28721         Port to the case where bitset_word is not the same as unsigned int.
28722         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
28723         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
28724         Likewise.
28725         * lib/regexec.c (check_dst_limits_calc_pos_1,
28726         check_subexp_matching_top):
28727         (build_trtable, group_nodes_into_DFAstates):
28728         Likewise.
28729         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
28730         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
28731         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
28732         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
28733         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
28734         * lib/regcomp.c (optimize_subexps, lower_subexp):
28735         Work even if bitset_word has holes in its bitwise representation.
28736         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
28737         * lib/regexec.c (check_dst_limits_calc_pos_1,
28738         check_subexp_matching_top):
28739         Likewise.
28740         * lib/regex_internal.c (re_string_reconstruct):
28741         Don't assume UCHAR_MAX == 255.
28742         * lib/regex_internal.h (bitset_set_all): Likewise.
28743         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
28744         All uses changed.
28745         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
28746         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
28747         All uses changed.
28748         (BITSET_WORD_MAX): New macro.
28749         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
28750         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
28751         (bitset_empty, bitset_copy):
28752         Prefer sizeof (bitset) to multiplying it out ourselves.
28753         (bitset_not_merge): Remove; unused.
28754         (bitset_contain): Return bool, not unsigned int with one bit on.
28755         All callers changed.
28756         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
28757         alignment than re_node_set; do this by defining a new internal
28758         type struct dests_alloc and using it to allocate memory.
28759
28760 2005-09-05  Bruno Haible  <bruno@clisp.org>
28761
28762         * gnulib-tool (func_import): Fix comparison in handling of symbolic
28763         links.
28764
28765 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
28766
28767         * modules/size_max (Makefile.am): Add size_max.h
28768
28769 2005-09-04  Derek Price  <derek@ximbiot.com>
28770
28771         * gnulib-tool (func_import): Fix reversed $symbolic logic.
28772
28773 2005-09-03  Simon Josefsson  <jas@extundo.com>
28774
28775         * gnulib-tool: Fix typo.
28776
28777 2005-09-03  Simon Josefsson  <jas@extundo.com>
28778
28779         * config/srclist.txt: Add glibc bug 1293.
28780
28781 2005-09-03  Derek Price  <derek@ximbiot.com>
28782
28783         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
28784         From Larry Jones <lawrence.jones@ugs.com>.
28785
28786 2005-09-02  Simon Josefsson  <jas@extundo.com>
28787
28788         * modules/socklen: New file.
28789
28790 2005-09-02  Simon Josefsson  <jas@extundo.com>
28791
28792         * modules/havelib: New module.
28793
28794         * modules/gettext, modules/iconv, modules/lock, modules/readline:
28795         Use havelib.
28796
28797 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
28798
28799         Check for arithmetic overflow when calculating sizes, to prevent
28800         some buffer-overflow issues.  These patches are conservative, in the
28801         sense that when I couldn't determine whether an overflow was possible,
28802         I inserted a run-time check.
28803         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
28804         macros.
28805         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
28806         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
28807         (re_xnrealloc, re_x2nrealloc): New inline functions.
28808         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
28809         parse_bracket_exp):
28810         (build_equiv_class, build_charclass): Check for arithmetic overflow
28811         in size expression calculations.
28812         * lib/regex_internal.c (re_string_realloc_buffers):
28813         (build_wcs_upper_buffer, re_node_set_add_intersect):
28814         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
28815         (re_dfa_add_node, register_state): Likewise.
28816         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
28817         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
28818         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
28819         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
28820
28821 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
28822
28823         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
28824         m4/ulonglong.m4.  Problem reported by Martin Lambers.
28825
28826 2005-09-02  Bruno Haible  <bruno@clisp.org>
28827
28828         Support for lib vs. lib64 distinction on biarch platforms.
28829         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
28830         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
28831         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
28832
28833 2005-09-02  Bruno Haible  <bruno@clisp.org>
28834
28835         * gnulib-tool (import): In the other first-use case, provide defaults
28836         as well.
28837
28838 2005-09-02  Bruno Haible  <bruno@clisp.org>
28839
28840         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
28841         patches not yet found in the latest gettext release.
28842
28843 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
28844
28845         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
28846         to avoid a collision with bits/local_lim.h in glibc.
28847         All uses changed.  Problem reported by Dmitry V. Levin in
28848         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
28849
28850         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
28851         bugs in int versus size_t comparisons.
28852         (re_string_context_at): Fix bug where the code assumed that
28853         Idx is signed.
28854
28855         Use bool where appropriate.
28856         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
28857         All callers changed.
28858         (calc_eclosure_iter): Likewise, for ROOT arg.
28859         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
28860         (build_charclass_op): Likewise, for NON_MATCH arg.
28861         * lib/regex_internal.c (re_string_allocate, re_string_construct):
28862         (re_string_construct_common): Likewise, for ICASE arg.
28863         * lib/regexec.c (re_search_2_stub, re_search_stub):
28864         Likewise, for RET_LEN arg.
28865         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
28866         (set_regs): Likewise, for FL_BACKTRACK arg.
28867         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
28868         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
28869         (calc_eclosure_iter, parse_bracket_exp):
28870         Use bool for internal variables that are booleans.
28871         * lib/regexec.c (re_search_internal, check_matching,
28872         proceed_next_node):
28873         (set_regs, build_sifted_states, sift_states_bkref):
28874         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
28875         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
28876         (find_collation_sequence_value):
28877         Likewise.
28878         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
28879         (re_node_set_compare):
28880         Return bool, not int. All callers changed.
28881         * lib/regexec.c (check_halt_node_context, check_dst_limits):
28882         (build_trtable, check_node_accept): Likewise.
28883         * lib/regex_internal.h: Include stdbool.h.
28884
28885         Fix bugs uncovered when converting to bool.
28886         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
28887         failure instead of charging ahead blindly.
28888         * lib/regex_internal.c (register_state): Likewise.
28889         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
28890         for freeing internal storage.
28891         (group_nodes_into_DFA_states): Use unsigned int, not int, for
28892         bitset pieces used as boolean, to avoid undefined behavior
28893         on hosts that do int overflow checking.
28894
28895 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
28896
28897         * config/srclist.txt: Add glibc bugs 1285-1287.
28898
28899 2005-09-01  Jim Meyering  <jim@meyering.net>
28900
28901         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
28902         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
28903         Require gl_STAT_MACROS, too.
28904
28905 2005-09-01  Bruno Haible  <bruno@clisp.org>
28906
28907         * gnulib-tool (import): In the first-use case, provide defaults.
28908
28909 2005-09-01  Bruno Haible  <bruno@clisp.org>
28910
28911         * gnulib-tool (func_import): Remove the .tmp files.
28912
28913 2005-09-01  Bruno Haible  <bruno@clisp.org>
28914
28915         * gnulib-tool (func_import): Fix handling of symbolic links.
28916
28917 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28918
28919         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
28920         old glibc regex code mishandles strings longer than 2**31 bytes.
28921         This patch fixes this when the regex code is used in gnulib
28922         (i.e., outside glibc).
28923
28924         This patch should not affect the use of the regex code inside
28925         glibc.  No doubt this problem also needs to be handled for glibc
28926         as well, but the result will be an incompatible change to the
28927         glibc ABI, and the old ABI will have to be supported too.  That
28928         can be the the subject for another patch.
28929
28930         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
28931         governing whether the rest of this patch is active.  By default,
28932         the macro is disabled and the patch has no effect.
28933         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
28934         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
28935         (struct re_pattern_buffer, re_search, re_search_2, re_match):
28936         (re_match_2, re_set_registers): Use the new types.
28937         * lib/regex_internal.h (Idx, re_hashval_t): New types.
28938         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
28939         New macros.
28940         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
28941         (re_string_context_at, bin_tree_t, re_dfastate_t):
28942         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
28943         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
28944         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
28945         (re_string_char_size_at, re_string_wchar_at):
28946         (re_string_elem_size_at):
28947         Use the new types and macros to port to 64-bit hosts.
28948         Use unsigned types for internal values, so that the code
28949         mostly works even for arrays larger than SSIZE_MAX.
28950         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
28951         (search_duplicated_node, calc_eclosure_iter, fetch_number):
28952         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
28953         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
28954         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
28955         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
28956         (calc_inveclosure, parse_dup_op, build_range_exp):
28957         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
28958         (fetch_number, create_token_tree, mark_opt_subexp):
28959         Likewise.
28960         * lib/regex_internal.c (re_string_construct_common,
28961         create_ci_newstate):
28962         (create_cd_newstate, re_string_allocate, re_string_construct):
28963         (re_string_realloc_buffers, build_wcs_upper_buffer):
28964         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
28965         (re_string_reconstruct, re_string_peek_byte_case):
28966         (re_string_fetch_byte_case, re_string_context_at):
28967         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
28968         (re_node_set_init_copy, re_node_set_add_intersect):
28969         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
28970         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
28971         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
28972         (re_acquire_state, re_acquire_state_context, register_state):
28973         Likewise.
28974         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
28975         search_cur_bkref_entry):
28976         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
28977         (re_search_internal, re_search_2_stub, re_search_stub)
28978         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
28979         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
28980         (update_cur_sifted_state, check_dst_limits):
28981         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
28982         (check_subexp_limits, sift_states_bkref, merge_state_array):
28983         (check_subexp_matching_top, get_subexp, get_subexp_sub):
28984         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
28985         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
28986         (expand_bkref_cache, check_node_accept_bytes):
28987         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
28988         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
28989         (acquire_init_state_context, check_halt_node_context):
28990         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
28991         (sift_states_backward, clean_state_log_if_needed):
28992         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
28993         (find_recover_state, transit_state_sb, transit_state_mb):
28994         (transit_state_bkref, build_trtable, match_ctx_clean):
28995         Likewise.
28996         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
28997         to work around an assumption that REG_MISSING is negative.
28998
28999         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
29000         (seek_collating_symbol_entry) [defined _LIBC]:
29001         (lookup_collation_sequence_value) [defined _LIBC]:
29002         (build_range_exp, build_collating_symbol) [defined _LIBC]:
29003         Use prototypes rather than old-style function definitions.
29004         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
29005         (transit_state_sb) [0]:
29006         (find_collation_sequence_value) [defined _LIBC]: Likewise.
29007
29008         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
29009         rm_eo.
29010
29011         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
29012         (optimize_subexps, lower_subexp):
29013         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
29014         since the signed shift might overflow.  Use 1u<<31 instead.
29015         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
29016         Likewise.
29017         * lib/regexec.c (check_dst_limits_calc_pos_1,
29018         check_subexp_matching_top): Likewise.
29019
29020         * lib/regcomp.c (optimize_subexps, lower_subexp):
29021         Use CHAR_BIT rather than 8, for clarity.
29022         * lib/regexec.c (check_dst_limits_calc_pos_1):
29023         (check_subexp_matching_top): Likewise.
29024         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
29025         have to worry about portability issues when shifting it left.
29026         Remove no-longer-needed test for table_size > 0.
29027         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
29028         in a word, as the resulting behavior is undefined.
29029         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
29030         in one case, a <= should have been an <, and in another case the
29031         whole test was missing.
29032         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
29033         the standard name CHAR_BIT.
29034         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
29035         this is not true on one's complement and signed-magnitude hosts.
29036
29037         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
29038         next_last_offset.
29039         (struct re_dfa_t): Remove unused member states_alloc.
29040         * lib/regcomp.c (init_dfa): Don't initialize unused members.
29041
29042 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
29043
29044         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
29045         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
29046         and large-file glibc and in 32-bit large-file Solaris.
29047
29048 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
29049
29050         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
29051         lengths fit in regoff_t; this isn't true if regoff_t is the same
29052         width as size_t.
29053         * lib/regex.c (re_search_internal): 5th arg is LAST_START
29054         (= START + RANGE) instead of RANGE.  This avoids overflow
29055         problems when regoff_t is the same width as size_t.
29056         All callers changed.
29057         (re_search_2_stub): Check for overflow when adding the
29058         sizes of the two strings.
29059         (re_search_stub): Check for overflow when adding START
29060         to RANGE; if it occurs, substitute the extreme value.
29061
29062 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
29063
29064         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
29065
29066 2005-08-31  Jim Meyering  <jim@meyering.net>
29067
29068         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
29069         a pointer-to-const.
29070         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
29071         (register_state): Likewise.
29072         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
29073         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
29074         (group_nodes_into_DFAstates): Likewise.
29075
29076 2005-08-31  Jim Meyering  <jim@meyering.net>
29077
29078         * check-module: Add a FIXME comment.
29079
29080 2005-08-31  Eric Blake  <ebb9@byu.net>
29081
29082         * modules/unistd-safer (Files): Add unistd--.h.
29083         * modules/stdio-safer (Files): Add stdio--.h.
29084
29085 2005-08-31  Derek Price  <derek@ximbiot.com>
29086
29087         * lib/getdelim.c (getdelim): Return EOF on EOF.
29088         Reported by Larry Jones <lawrence.jones@ugs.com>.
29089
29090 2005-08-31  Bruno Haible  <bruno@clisp.org>
29091
29092         Avoid unnecessary diffs in the generated lib/Makefile.am.
29093         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
29094         the generated files.
29095         (func_import): Don't set cmd.
29096
29097 2005-08-31  Bruno Haible  <bruno@clisp.org>
29098
29099         * lib/strstr.c: Include <stddef.h>, for NULL.
29100         * lib/strcasestr.c: Likewise.
29101         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
29102
29103 2005-08-31  Bruno Haible  <bruno@clisp.org>
29104
29105         * gnulib-tool: New option --macro-prefix.
29106         (func_import): Use macro_prefix.
29107         (import): Handle option --macro-prefix.
29108
29109 2005-08-31  Bruno Haible  <bruno@clisp.org>
29110
29111         * gnulib-tool (import): Rename most ac_* variables to cached_*.
29112         Also use new variables cached_lgpl, cached_libtool.
29113
29114 2005-08-31  Bruno Haible  <bruno@clisp.org>
29115
29116         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
29117         always instantiating them.
29118
29119 2005-08-31  Bruno Haible  <bruno@clisp.org>
29120
29121         * gnulib-tool (func_import): Read the previous cached settings
29122         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
29123         earlier added by gnulib but are now dropped. Warn when a gnulib file
29124         overwrites a non-gnulib file.
29125
29126 2005-08-31  Bruno Haible  <bruno@clisp.org>
29127
29128         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
29129         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
29130         projects that don't keep autogenerated files in CVS. Put into
29131         actioncmd only the specified modules, not the transitive closure.
29132
29133 2005-08-31  Bruno Haible  <bruno@clisp.org>
29134
29135         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
29136         Create directories that shall be filled.
29137         (import): Don't look for gl_* macros in configure.ac. Recurse across
29138         all directories containing a gnulib-cache.m4 files, if meaningful.
29139
29140 2005-08-31  Bruno Haible  <bruno@clisp.org>
29141
29142         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
29143         (import): Set seen_libtool when we see gl_LIBTOOL.
29144
29145 2005-08-31  Bruno Haible  <bruno@clisp.org>
29146
29147         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
29148         declaration macro definitions from generated gnulib.m4.
29149
29150 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
29151
29152         * lib/iconvme.h: Add prototype for iconv_alloc.
29153
29154 2005-08-29  Simon Josefsson  <jas@extundo.com>
29155
29156         * lib/iconvme.c: Fix errno.
29157
29158 2005-08-29  Bruno Haible  <bruno@clisp.org>
29159
29160         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
29161         that it works when the directory contains spaces.
29162
29163 2005-08-29  Bruno Haible  <bruno@clisp.org>
29164
29165         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
29166
29167 2005-08-29  Bruno Haible  <bruno@clisp.org>
29168
29169         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
29170         Emit more advice.
29171
29172 2005-08-29  Bruno Haible  <bruno@clisp.org>
29173         and Stepan Kasal  <kasal@ucw.cz>
29174
29175         * check-module: If more parameters are given, check each of them
29176         separately; add more exceptions, as noted by Jim Meyering.
29177         (check_module): New procedure.
29178         (%exempt_header): Now contains all exceptions.
29179
29180 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
29181
29182         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
29183
29184 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
29185
29186         * lib/iconvme.c: Split iconv_string into iconv_alloc.
29187
29188 2005-08-28  Bruno Haible  <bruno@clisp.org>
29189
29190         * m4/gnulib-tool.m4: New file.
29191
29192 2005-08-27  Jim Meyering  <jim@meyering.net>
29193
29194         * modules/unistd-safer (Files): Add pipe-safer.c.
29195         * modules/fcntl-safer (Files): Add creat-safer.c.
29196
29197 2005-08-27  Jim Meyering  <jim@meyering.net>
29198
29199         * m4/stdlib-safer.m4: New file.  From coreutils.
29200         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
29201         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
29202         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
29203         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
29204         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
29205
29206 2005-08-27  Jim Meyering  <jim@meyering.net>
29207
29208         * lib/fopen-safer.c: Merge minor changes from coreutils.
29209         * lib/dup-safer.c: Likewise.
29210         * lib/fd-safer.c: Likewise.
29211
29212         Merge from coreutils.
29213         * lib/stdio--.h: New file.
29214         * lib/stdlib--.h: New file.
29215         * lib/mkstemp-safer.c: New file.
29216
29217         GNU tar needs these.
29218         * lib/pipe-safer.c: New file.
29219         * lib/creat-safer.c: New file.
29220         * lib/fcntl--.h (creat): Define to creat_safer.
29221         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
29222         * lib/unistd--.h (pipe): Define to pipe_safer.
29223         * lib/unistd-safer.h: Declare pipe_safer.
29224
29225 2005-08-26  Simon Josefsson  <jas@extundo.com>
29226
29227         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
29228         Haible <bruno@clisp.org>.
29229
29230 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
29231
29232         * lib/regex_internal.h: Remove all references to
29233         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
29234         or better.
29235         (bitset_not, bitset_merge, bitset_not_merge):
29236         (bitset_mask, re_string_allocate, re_string_construct):
29237         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
29238         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
29239         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
29240         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
29241         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
29242         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
29243         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
29244         (re_acquire_state_context):
29245         Remove unnecessary forward decls.
29246         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
29247         Put __attribute at function definition,
29248         now that the function decl has been removed.
29249         * lib/regex_internal.c (re_string_peek_byte_case):
29250         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
29251         Likewise.
29252
29253 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
29254
29255         * m4/regex.m4: Add AC_PREREQ(2.50).
29256         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
29257
29258 2005-08-25  Simon Josefsson  <jas@extundo.com>
29259
29260         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
29261         __fsetlocking.
29262
29263 2005-08-25  Simon Josefsson  <jas@extundo.com>
29264
29265         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
29266         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
29267         GLIBC specific code.
29268
29269 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29270
29271         Make regex safe for g++.  This fixes one real bug (an "err"
29272         that should have been "*err").  g++ problem reported by
29273         Sam Steingold.
29274         * lib/regex_internal.h (re_calloc): New macro, consistent with
29275         re_malloc etc.  All callers of calloc changed to use re_calloc.
29276         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
29277         not int.  All callers changed.
29278         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
29279         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
29280         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
29281         (find_recover_state): Change "err" to "*err"; this fixes what
29282         appears to be a real bug.
29283         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
29284         versus int.
29285
29286 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29287
29288         * modules/regex (Depends-on): Add malloc, since the code
29289         assumes that !malloc(0) means failure.
29290
29291 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29292
29293         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
29294
29295         alloca modernization/simplification for regex.
29296         * lib/regex.c: Remove portability cruft for alloca.  This no longer
29297         needs to be at the start of the file, and can be moved into
29298         regex_internal.h and simplified.
29299         * lib/regex_internal.h: Include <alloca.h>.
29300         (__libc_use_alloca) [!defined _LIBC]: New macro.
29301         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
29302         now works outside glibc.
29303
29304 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29305
29306         * config/srclist.txt: Add glibc bugs 1241, 1245.
29307
29308 2005-08-25  Jim Meyering  <jim@meyering.net>
29309
29310         * lib/open-safer.c: Include <config.h>.
29311         Otherwise, we'd lose LARGEFILE support in any file using
29312         e.g. "fcntl--.h"
29313
29314 2005-08-25  Bruno Haible  <bruno@clisp.org>
29315
29316         * m4/minmax.m4: Require autoconf 2.52.
29317         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
29318         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
29319         alternatives of translit over the alphabet.
29320         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
29321
29322 2005-08-24  Simon Josefsson  <jas@extundo.com>
29323
29324         * tests/test-getpass.c: New file.
29325
29326 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29327
29328         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
29329         for GNU regex features.
29330
29331 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29332
29333         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
29334         * lib/regex.h (regerror): Likewise.
29335
29336         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
29337         requires this.  (The code never needed it.)
29338
29339         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
29340         All uses of recently-renamed identifiers changed to use the new,
29341         POSIX-compliant names.  The code will build and run just fine
29342         without these changes, but it's better to eat our own dog food
29343         and use the standard-conforming names.
29344
29345         * lib/regex.h: Fix a multitude of POSIX name space violations.
29346         These changes have an effect only for programs that define
29347         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
29348         do not change anything for programs compiled in the normal way.
29349         Also, there is no effect on the ABI.
29350
29351         (_REGEX_SOURCE): New macro.
29352         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
29353         defined and _GNU_SOURCE is not; this fixes a name space violation.
29354
29355         Rename the following macros to obey POSIX requirements.
29356         The old names are still visible as macros if _REGEX_SOURCE is defined.
29357         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
29358         RE_BACKSLASH_ESCAPE_IN_LISTS.
29359         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
29360         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
29361         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
29362         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
29363         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
29364         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
29365         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
29366         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
29367         (REG_INTERVALS): renamed from RE_INTERVALS.
29368         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
29369         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
29370         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
29371         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
29372         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
29373         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
29374         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
29375         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
29376         RE_UNMATCHED_RIGHT_PAREN_ORD.
29377         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
29378         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
29379         (REG_DEBUG): renamed from RE_DEBUG.
29380         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
29381         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
29382         unusual, since we can't clash with the POSIX REG_ICASE.
29383         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
29384         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
29385         (REG_NO_SUB): renamed from RE_NO_SUB.
29386         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
29387         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
29388         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
29389         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
29390         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
29391         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
29392         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
29393         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
29394         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
29395         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
29396         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
29397         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
29398         RE_SYNTAX_POSIX_MINIMAL_BASIC.
29399         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
29400         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
29401         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
29402         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
29403         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
29404         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
29405         (REG_FIXED): Renamed from REGS_FIXED.
29406         (REG_NREGS): Renamed from RE_NREGS.
29407
29408         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
29409         of other REG_* macros, since POSIX says the user is allowed to
29410         #undef these macros selectively.
29411
29412         (reg_errcode_t): Update comment stating what other tables need
29413         to be consistent.
29414
29415         Rename the following enum values to obey POSIX requirements.
29416         The old names are still visible as macros.
29417         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
29418         is not defined, since GNU is supposed to be a superset of POSIX as
29419         much as possible, and since we want reg_errcode_t to be a signed
29420         type for implementation consistency.
29421         (_REG_NOERROR): Renamed from REG_NOERROR.
29422         (_REG_NOMATCH): Renamed from REG_NOMATCH.
29423         (_REG_BADPAT): Renamed from REG_BADPAT.
29424         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
29425         (_REG_ECTYPE): Renamed from REG_ECTYPE.
29426         (_REG_EESCAPE): Renamed from REG_EESCAPE.
29427         (_REG_ESUBREG): Renamed from REG_ESUBREG.
29428         (_REG_EBRACK): Renamed from REG_EBRACK.
29429         (_REG_EPAREN): Renamed from REG_EPAREN.
29430         (_REG_EBRACE): Renamed from REG_EBRACE.
29431         (_REG_BADBR): Renamed from REG_BADBR.
29432         (_REG_ERANGE): Renamed from REG_ERANGE.
29433         (_REG_ESPACE): Renamed from REG_ESPACE.
29434         (_REG_BADRPT): Renamed from REG_BADRPT.
29435         (_REG_EEND): Renamed from REG_EEND.
29436         (_REG_ESIZE): Renamed from REG_ESIZE.
29437         (_REG_ERPAREN): Renamed from REG_ERPAREN.
29438         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
29439         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
29440         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
29441         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
29442
29443         (_REG_RE_NAME, _REG_RM_NAME): New macros.
29444         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
29445         changed.  But support the old name if the new one is not defined
29446         and if _REGEX_SOURCE.
29447
29448         Change the following member names in struct re_pattern_buffer.
29449         The old names are still supported if !_REGEX_SOURCE.
29450         The new names are always supported, regardless of _REGEX_SOURCE.
29451         (re_buffer): Renamed from buffer.
29452         (re_allocated): Renamed from allocated.
29453         (re_used): Renamed from used.
29454         (re_syntax): Renamed from syntax.
29455         (re_fastmap): Renamed from fastmap.
29456         (re_translate): Renamed from translate.
29457         (re_can_be_null): Renamed from can_be_null.
29458         (re_regs_allocated): Renamed from regs_allocated.
29459         (re_fastmap_accurate): Renamed from fastmap_accurate.
29460         (re_no_sub): Renamed from no_sub.
29461         (re_not_bol): Renamed from not_bol.
29462         (re_not_eol): Renamed from not_eol.
29463         (re_newline_anchor): Renamed from newline_anchor.
29464
29465         Change the following member names in struct re_registers.
29466         The old names are still supported if !_REGEX_SOURCE.
29467         The new names are always supported, regardless of _REGEX_SOURCE.
29468         (rm_num_regs): Renamed from num_regs.
29469         (rm_start): Renamed from start.
29470         (rm_end): Renamed from end.
29471
29472         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
29473         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
29474         Prepend __ to parameter names.
29475
29476         Undo yesterday's changes.
29477
29478 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29479
29480         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
29481         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
29482         lib/regex.c.
29483
29484 2005-08-24  Jim Meyering  <jim@meyering.net>
29485
29486         Sync from coreutils.
29487         * m4/fcntl-safer.m4: New file.
29488
29489         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
29490         and object files for this module.
29491
29492 2005-08-24  Jim Meyering  <jim@meyering.net>
29493
29494         Sync from coreutils.
29495         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
29496
29497 2005-08-24  Jim Meyering  <jim@meyering.net>
29498
29499         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
29500         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
29501
29502 2005-08-24  Jim Meyering  <jim@meyering.net>
29503
29504         * modules/fcntl-safer: New module.
29505         * modules/fts (Depends-on): Add fcntl-safer.
29506         * MODULES.html.sh (File descriptor based Input/Output):
29507         Add fcntl-safer.
29508
29509 2005-08-24  Bruno Haible  <bruno@clisp.org>
29510
29511         Support for unit test modules.
29512         * modules/README: Mention tests modules.
29513         * modules/TEMPLATE-TESTS: New file.
29514         * gnulib-tool: New options --extract-tests-module, --with-tests and
29515         --tests-base (unused for the moment).
29516         (testsbase, inctests): New variables.
29517         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
29518         (func_verify_module): Exclude TEMPLATE-TESTS.
29519         (func_verify_nontests_module, func_verify_tests_module): New functions.
29520         (func_get_dependencies): Add implicit dependency for tests modules.
29521         (func_get_tests_module): New function.
29522         (func_modules_transitive_closure): When --with-tests was specified,
29523         include the unit tests as well, unless explicitly avoided.
29524         (func_emit_lib_Makefile_am): Ignore the tests modules here.
29525         (func_emit_tests_Makefile_am): New function.
29526         (func_create_testdir): When --with-tests was specified, emit a
29527         tests/ directory.
29528         * MODULES.html.sh (Future developments): Update.
29529
29530 2005-08-24  Bruno Haible  <bruno@clisp.org>
29531
29532         * modules/tls-tests: New file.
29533         * tests/test-tls.c: New file, from GNU gettext.
29534
29535 2005-08-24  Bruno Haible  <bruno@clisp.org>
29536
29537         * modules/lock-tests: New file.
29538         * tests/test-lock.c: New file, from GNU gettext.
29539
29540 2005-08-24  Bruno Haible  <bruno@clisp.org>
29541
29542         * lib/lock.h: Add multiple inclusion guard.
29543         * lib/tls.h: Add multiple inclusion guard.
29544
29545 2005-08-24  Bruno Haible  <bruno@clisp.org>
29546
29547         * gnulib-tool: Add support for the --aux-dir option to
29548         --create-testdir, --create-megatestdir, --test, --megatest.
29549         (func_create_testdir, func_create_megatestdir): Optionally emit a
29550         AC_CONFIG_AUX_DIR directive.
29551         (create-testdir, create-megatestdir, test, megatest): Provide a
29552         default value for $auxdir.
29553
29554 2005-08-24  Bruno Haible  <bruno@clisp.org>
29555
29556         * gnulib-tool (import): Use compound statement instead of subshell
29557         where possible.
29558
29559 2005-08-24  Bruno Haible  <bruno@clisp.org>
29560
29561         * gnulib-tool (import): Change --aux-dir default to "build-aux".
29562
29563 2005-08-24  Bruno Haible  <bruno@clisp.org>
29564
29565         * gnulib-tool (func_version): Update.
29566
29567 2005-08-24  Bruno Haible  <bruno@clisp.org>
29568
29569         * gnulib-tool (func_import, func_create_testdir,
29570         func_create_megatestdir): Quote all autoconf macro arguments.
29571
29572 2005-08-24  Bruno Haible  <bruno@clisp.org>
29573
29574         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
29575         option --force, because --force causes the aclocal.m4 of each
29576         subdirectory to be newer than the corresponding config.h.in.
29577
29578 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
29579
29580         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
29581         All contents moved to gl_REGEX.
29582         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
29583         assume that it does.
29584
29585 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
29586
29587         * lib/regex.h (REG_NOSYS)
29588         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
29589         Define, since POSIX requires it as of 2001.
29590         (_REG_ENOSYS)
29591         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
29592         New private symbol, used to keep the enum signed in all cases.
29593         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
29594         Youngman in
29595         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
29596
29597         * lib/regex_internal.c (re_string_skip_chars, register_state):
29598         (calc_state_hash):
29599         Remove forward decls; no longer needed now that we use prototypes.
29600         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
29601         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
29602         (clean_state_log_if_needed): Likewise.
29603
29604 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
29605
29606         * config/srclist.txt: Add glibc bugs 1231-1233.
29607
29608 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29609
29610         Fix problems reported by Sam Steingold in
29611         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
29612         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
29613         assumed that reg_errcode_t is a signed type, which is not
29614         necessarily true if _XOPEN_SOURCE is not defined.
29615         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
29616         since some compilers warn about it otherwise.
29617
29618 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29619
29620         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
29621         (init_word_char, create_initial_state, duplicate_node_closure):
29622         (fetch_token, peek_token_bracket, build_range_exp):
29623         (build_collating_symbol): Remove forward decls; no longer needed
29624         now that we use prototypes.
29625
29626         * lib/regcomp.c:
29627         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
29628         (re_compile_fastmap_iter, regcomp, regerror, regfree):
29629         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
29630         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
29631         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
29632         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
29633         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
29634         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
29635         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
29636         (build_range_exp, build_collating_symbol, parse_bracket_exp):
29637         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
29638         (build_charclass, build_charclass_op, fetch_number, create_tree):
29639         (create_token_tree, mark_opt_subexp, duplicate_tree):
29640         Use prototypes rather than old-style definitions.
29641
29642         * lib/regex_internal.c:
29643         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
29644         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
29645         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
29646         (re_string_reconstruct, re_string_peek_byte_case):
29647         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
29648         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
29649         (re_node_set_init_copy, re_node_set_add_intersect):
29650         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
29651         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
29652         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
29653         (re_acquire_state, re_acquire_state_context, register_state):
29654         (create_ci_newstate, create_cd_newstate, free_state):
29655         Likewise.
29656         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
29657         re_search_2):
29658         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
29659         (re_search_internal, prune_impossible_nodes):
29660         (acquire_init_state_context, check_matching, static):
29661         (check_halt_node_context, check_halt_state_context, proceed_next_node):
29662         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
29663         (update_regs, sift_states_backward, build_sifted_states):
29664         (clean_state_log_if_needed, merge_state_array):
29665         (update_cur_sifted_state, add_epsilon_src_nodes):
29666         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
29667         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
29668         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
29669         (find_recover_state, check_subexp_matching_top, transit_state_mb):
29670         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
29671         (check_arrival, check_arrival_add_next_nodes):
29672         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
29673         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
29674         (check_node_accept_bytes, check_node_accept, extend_buffers):
29675         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
29676         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
29677         (sift_ctx_init):
29678         Likewise.
29679
29680         * lib/regex_internal.h:
29681         (re_string_allocate, re_string_construct, re_string_reconstruct):
29682         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
29683         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
29684         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
29685         (re_string_context_at, re_string_peek_byte_case):
29686         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
29687         is defined, since we now use prototypes always.
29688
29689         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
29690         C89 or better.  All uses removed.
29691
29692 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29693
29694         * config/srclist.txt: Add glibc bugs 1220-1227.
29695
29696 2005-08-20  Jim Meyering  <jim@meyering.net>
29697
29698         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
29699         of unused local, dfa.
29700
29701 2005-08-20  Bruno Haible  <bruno@clisp.org>
29702
29703         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
29704
29705 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29706
29707         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
29708         (re_node_set_insert_last, re_dfa_add_node):
29709         Rename local variables to avoid GCC shadowing warnings.
29710
29711 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29712
29713         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
29714         [defined lint]: Suppress bogus uninitialized-variable warnings.
29715
29716         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
29717         and let the caller return REG_ESPACE if out of space.  This
29718         removes an uninitialied-variable warning with GCC 4.0.1, and also
29719         avoids taking the address of a local variable.  All callers
29720         changed.
29721
29722 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29723
29724         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
29725         $LIBCSRC/posix/regexec.c.
29726         Add glibc bug 1217 for regcomp.c.
29727
29728 2005-08-19  Jim Meyering  <jim@meyering.net>
29729
29730         * lib/regexec.c (proceed_next_node): Redo local variables to
29731         avoid GCC shadowing warnings.
29732
29733 2005-08-18  Bruno Haible  <bruno@clisp.org>
29734
29735         * lib/strstr.c (strstr): Fix return value in multibyte case.
29736         * lib/strcasestr.c (strcasestr): Likewise.
29737
29738 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
29739
29740         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
29741
29742 2005-08-17  Jim Meyering  <jim@meyering.net>
29743
29744         Make the %s format (seconds since the epoch) work for a negative
29745         number and when used with a zero-padded field width, e.g. %015s.
29746
29747         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
29748         label so that it precedes the code to set `digits'.  Otherwise,
29749         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
29750         print `00-22'.  Now, it prints `-0022', as it should.
29751
29752 2005-08-17  Bruno Haible  <bruno@clisp.org>
29753
29754         * modules/strstr (Files): Add m4/mbrtowc.m4.
29755         (Depends-on): Add mbuiter.
29756
29757 2005-08-17  Bruno Haible  <bruno@clisp.org>
29758
29759         * modules/strcasestr: New file.
29760         * MODULES.html.sh (String handling, based on ANSI C 89): Add
29761         strcasestr.
29762
29763 2005-08-17  Bruno Haible  <bruno@clisp.org>
29764
29765         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
29766
29767 2005-08-17  Bruno Haible  <bruno@clisp.org>
29768
29769         * modules/mbuiter: New file.
29770         * MODULES.html.sh (Extended multibyte and wide character utilities):
29771         Add mbuiter.
29772
29773 2005-08-17  Bruno Haible  <bruno@clisp.org>
29774
29775         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
29776         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
29777
29778 2005-08-17  Bruno Haible  <bruno@clisp.org>
29779
29780         * m4/strcasestr.m4: New file.
29781
29782 2005-08-17  Bruno Haible  <bruno@clisp.org>
29783
29784         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
29785         * lib/strstr.c: Completely rewritten, with multibyte locale support.
29786
29787 2005-08-17  Bruno Haible  <bruno@clisp.org>
29788
29789         * lib/strcasestr.h: New file.
29790         * lib/strcasestr.c: New file.
29791
29792 2005-08-17  Bruno Haible  <bruno@clisp.org>
29793
29794         * lib/strcasecmp.c: Use mbuiter.h.
29795
29796 2005-08-17  Bruno Haible  <bruno@clisp.org>
29797
29798         * lib/mbuiter.h: New file.
29799
29800 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
29801
29802         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
29803         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
29804         and gl_GETOPT are both invoked via different paths (as happens
29805         with GNU tar CVS because it uses both argp and getopt), the former
29806         wins.
29807
29808 2005-08-16  Bruno Haible  <bruno@clisp.org>
29809
29810         * modules/tls: New file.
29811         * MODULES.html.sh (Multithreading): Add tls.
29812
29813 2005-08-16  Bruno Haible  <bruno@clisp.org>
29814
29815         * modules/strnlen1: New file.
29816         * MODULES.html.sh (String handling): Add strnlen1.
29817
29818 2005-08-16  Bruno Haible  <bruno@clisp.org>
29819
29820         * modules/strcase (Files): Add m4/mbrtowc.m4.
29821         (Depends-on): Add strnlen1, mbchar.
29822
29823 2005-08-16  Bruno Haible  <bruno@clisp.org>
29824
29825         * modules/mbiter: New file.
29826         * MODULES.html.sh (Extended multibyte and wide character utilities):
29827         Add mbiter.
29828
29829 2005-08-16  Bruno Haible  <bruno@clisp.org>
29830
29831         * modules/mbfile: New file.
29832         * MODULES.html.sh (Extended multibyte and wide character utilities):
29833         Add mbfile.
29834
29835 2005-08-16  Bruno Haible  <bruno@clisp.org>
29836
29837         * modules/mbchar: New file.
29838         * MODULES.html.sh (Extended multibyte and wide character utilities):
29839         New section.
29840
29841 2005-08-16  Bruno Haible  <bruno@clisp.org>
29842
29843         * m4/tls.m4: New file, from GNU gettext.
29844
29845 2005-08-16  Bruno Haible  <bruno@clisp.org>
29846
29847         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
29848         always.
29849         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
29850
29851 2005-08-16  Bruno Haible  <bruno@clisp.org>
29852
29853         * m4/mbiter.m4: New file.
29854
29855 2005-08-16  Bruno Haible  <bruno@clisp.org>
29856
29857         * m4/mbfile.m4: New file.
29858
29859 2005-08-16  Bruno Haible  <bruno@clisp.org>
29860
29861         * m4/mbchar.m4: New file.
29862
29863 2005-08-16  Bruno Haible  <bruno@clisp.org>
29864
29865         * lib/tls.h: New file, from GNU gettext.
29866         * lib/tls.c: New file, from GNU gettext.
29867
29868 2005-08-16  Bruno Haible  <bruno@clisp.org>
29869
29870         * lib/strnlen1.h: New file.
29871         * lib/strnlen1.c: New file.
29872
29873 2005-08-16  Bruno Haible  <bruno@clisp.org>
29874
29875         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
29876         (mbi_init): Update.
29877         (mbi_avail, mbi_advance): Let the iteration end before the terminating
29878         NUL byte, not after it.
29879
29880 2005-08-16  Bruno Haible  <bruno@clisp.org>
29881
29882         * lib/strcase.h (strcasecmp): Add note in comments.
29883         * lib/strncasecmp.c: Use code from strcasecmp.c.
29884         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
29885         (strcasecmp): Work correctly in multibyte locales.
29886
29887 2005-08-16  Bruno Haible  <bruno@clisp.org>
29888
29889         * lib/mbiter.h: New file.
29890
29891 2005-08-16  Bruno Haible  <bruno@clisp.org>
29892
29893         * lib/mbfile.h: New file.
29894
29895 2005-08-16  Bruno Haible  <bruno@clisp.org>
29896
29897         * lib/mbchar.h: New file.
29898         * lib/mbchar.c: New file.
29899
29900 2005-08-16  Bruno Haible  <bruno@clisp.org>
29901
29902         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
29903         the valid ones. Makes the comparison operations transitive:
29904         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
29905         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
29906
29907 2005-08-15  Simon Josefsson  <jas@extundo.com>
29908
29909         * modules/ssize_t (License): Change to 'unlimited'.
29910
29911         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
29912
29913 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
29914
29915         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
29916         Add comments for each pending glibc patch.
29917
29918 2005-08-15  Bruno Haible  <bruno@clisp.org>
29919
29920         * lib/regex.h (__restrict_arr): Don't define to __restrict if
29921         __cplusplus is defined.
29922
29923 2005-08-14  Jim Meyering  <jim@meyering.net>
29924
29925         Sync from coreutils.
29926
29927         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
29928         Use the hash-table-based cycle-detection code not just when
29929         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
29930         Reported by James Youngman in
29931         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
29932         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
29933         FTS_TIGHT_CYCLE_CHECK.
29934         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
29935         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
29936         once again.
29937         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
29938         * lib/fts.c (fd_safer): Remove decl.
29939         Include fcntl--.h rather than unistd-safer.h
29940         (fts_safe_changedir): Don't call fd_safer; no longer needed
29941         now that we include fcntl--.h.
29942
29943 2005-08-12  Simon Josefsson  <jas@extundo.com>
29944
29945         * modules/getndelim2: Use ssize_t module.
29946         * modules/getnline: Likewise.
29947         * modules/safe-read: Likewise.
29948         * modules/xreadlink: Likewise.
29949
29950         * modules/ssize_t: New file.
29951
29952 2005-08-12  Simon Josefsson  <jas@extundo.com>
29953
29954         * m4/readline.m4: Look for termcap, curses or ncurses if required.
29955
29956 2005-08-12  Simon Josefsson  <jas@extundo.com>
29957
29958         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
29959         ssize_t.
29960
29961 2005-08-12  Simon Josefsson  <jas@extundo.com>
29962
29963         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
29964         readline, getdelim and check_version.
29965         (Support for systems lacking ISO C 99: Sizes of integer types):
29966         Add size_max.
29967
29968 2005-08-12  Bruno Haible  <bruno@clisp.org>
29969
29970         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
29971
29972 2005-08-11  Simon Josefsson  <jas@extundo.com>
29973
29974         * modules/readline: New file.
29975
29976         * modules/strnlen (Files): Add strnlen.h.
29977
29978 2005-08-11  Simon Josefsson  <jas@extundo.com>
29979
29980         * m4/readline.m4: New file.
29981
29982 2005-08-11  Simon Josefsson  <jas@extundo.com>
29983
29984         * lib/readline.h, readline.c: New file.
29985
29986 2005-08-11  Simon Josefsson  <jas@extundo.com>
29987
29988         * doc/gnulib.texi (Initial import, Finishing touches): Mention
29989         gl_AVOID.
29990
29991 2005-08-11  Bruno Haible  <bruno@clisp.org>
29992
29993         * lib/strnlen.h (strnlen): Change parameter name to match comment.
29994
29995 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
29996
29997         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
29998
29999 2005-08-10  Simon Josefsson  <jas@extundo.com>
30000
30001         * tests/test-iconvme.c: New file.
30002
30003 2005-08-10  Simon Josefsson  <jas@extundo.com>
30004
30005         * m4/strnlen.m4: New file.
30006
30007         * m4/strndup.m4: Don't check for strnlen declaration, done in
30008         strnlen.m4.
30009
30010 2005-08-10  Simon Josefsson  <jas@extundo.com>
30011
30012         * lib/strndup.c: Use strnlen.h.
30013
30014         * lib/strnlen.h: New file.
30015
30016 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
30017
30018         * README: Typos.
30019
30020 2005-08-02  Simon Josefsson  <jas@extundo.com>
30021
30022         * modules/readline: New file.
30023
30024 2005-08-02  Simon Josefsson  <jas@extundo.com>
30025
30026         * modules/getdelim: New file.
30027
30028         * modules/getline: Rewrite, don't use getndelim2.
30029
30030 2005-08-02  Simon Josefsson  <jas@extundo.com>
30031
30032         * m4/getline.m4: Separate out getdelim stuff into separate module.
30033
30034         * m4/getdelim.m4: New file.
30035
30036 2005-08-02  Simon Josefsson  <jas@extundo.com>
30037
30038         * lib/getline.h, getline.c: Rewrite.
30039
30040         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
30041
30042 2005-07-31  Bruno Haible  <bruno@clisp.org>
30043
30044         * lib/lock.h (gl_lock_initializer): New macro.
30045         (gl_lock_define_initialized): Use it.
30046         (gl_rwlock_initializer): New macro.
30047         (gl_rwlock_define_initialized): Use it.
30048         (gl_recursive_lock_initializer): New macro.
30049         (gl_recursive_lock_define_initialized): Use it.
30050
30051 2005-07-30  Karl Berry  <karl@gnu.org>
30052
30053         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
30054         Report from Ben Pfaff, regarding getopt.
30055
30056 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
30057
30058         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
30059         normal way.
30060         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
30061         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
30062         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
30063         (gl_GETOPT): Use the new macros.  Most of the implementation
30064         is moved to the new macros.  This is for programs like Emacs
30065         that don't want all the functionality of gl_GETOPT.
30066
30067 2005-07-26  Bruno Haible  <bruno@clisp.org>
30068
30069         * m4/lock.m4: Update from GNU gettext.
30070
30071 2005-07-26  Bruno Haible  <bruno@clisp.org>
30072
30073         * lib/lock.h: Update from GNU gettext.
30074         * lib/lock.c: Update from GNU gettext.
30075
30076 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
30077
30078         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
30079         obsolescent AC_TRY_RUN.  Include the default includes files, for
30080         'exit'.
30081
30082 2005-07-24  Bruno Haible  <bruno@clisp.org>
30083
30084         * modules/visibility: New file.
30085         * MODULES.html.sh (Misc): Add visibility.
30086
30087 2005-07-24  Bruno Haible  <bruno@clisp.org>
30088
30089         * m4/visibility.m4: New file.
30090
30091 2005-07-24  Bruno Haible  <bruno@clisp.org>
30092
30093         * doc/visibility.texi: New file.
30094
30095 2005-07-22  Bruno Haible  <bruno@clisp.org>
30096
30097         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
30098         $(ALLOCA_H), redundant through BUILT_SOURCES.
30099         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
30100         redundant through BUILT_SOURCES.
30101         * modules/byteswap (Makefile.am): Remove explicit dependency on
30102         $(BYTESWAP_H), redundant through BUILT_SOURCES.
30103         * modules/fnmatch (Makefile.am): Remove explicit dependency on
30104         $(FNMATCH_H), redundant through BUILT_SOURCES.
30105         * modules/getopt (Makefile.am): Remove explicit dependency on
30106         $(GETOPT_H), redundant through BUILT_SOURCES.
30107         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
30108         redundant through BUILT_SOURCES.
30109         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
30110         redundant through BUILT_SOURCES.
30111         * modules/stdbool (Makefile.am): Remove explicit dependency on
30112         $(STDBOOL_H), redundant through BUILT_SOURCES.
30113         * modules/stdint (Makefile.am): Remove explicit dependency on
30114         $(STDINT_H), redundant through BUILT_SOURCES.
30115         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
30116         Remove explicit dependency on $(SYSEXITS_H).
30117         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
30118
30119 2005-07-18  Simon Josefsson  <jas@extundo.com>
30120
30121         * lib/check-version.c (check_version): Accept identical versions too.
30122
30123 2005-07-18  Bruno Haible  <bruno@clisp.org>
30124
30125         * modules/lock: New file.
30126         * MODULES.html.sh (Multithreading): New section.
30127
30128 2005-07-18  Bruno Haible  <bruno@clisp.org>
30129
30130         * m4/lock.m4: New file, from GNU gettext.
30131
30132 2005-07-18  Bruno Haible  <bruno@clisp.org>
30133
30134         * lib/lock.h: New file, from GNU gettext.
30135         * lib/lock.c: New file, from GNU gettext.
30136
30137 2005-07-18  Bruno Haible  <bruno@clisp.org>
30138
30139         * lib/lock.h (gl_once_t): New type.
30140         (gl_once_define, gl_once): New macros.
30141         * lib/lock.c (fresh_once): New variable.
30142         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
30143         functions.
30144
30145 2005-07-16  Simon Josefsson  <jas@extundo.com>
30146
30147         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
30148         workaround, suggested by Bruno.
30149
30150 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
30151
30152         * modules/xalloc (Depends-on): Add xalloc-die.
30153         * modules/xvasprintf (Depends-on): Add xalloc-die.
30154
30155 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
30156
30157         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
30158         with a minor change.
30159
30160 2005-07-15  Bruno Haible  <bruno@clisp.org>
30161
30162         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
30163         When using lib/poll.c, define poll as rpl_poll.
30164
30165 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
30166
30167         * modules/argp (Depends-on): Remove unlocked-io.
30168
30169 2005-07-14  Derek Price  <derek@ximbiot.com>
30170
30171         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
30172         for glob symlink bug.
30173
30174 2005-07-14  Bruno Haible  <bruno@clisp.org>
30175
30176         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
30177         Instead, test for *_unlocked function declarations directly.
30178
30179 2005-07-11  Simon Josefsson  <jas@extundo.com>
30180
30181         * modules/size_max: New file.
30182
30183         * modules/xsize: Depend on size_max module for size_max.m4.
30184
30185 2005-07-11  Simon Josefsson  <jas@extundo.com>
30186
30187         * lib/size_max.h: New file.
30188
30189 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
30190
30191         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
30192         copyright symbol and the year.
30193         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
30194         (version_etc_va): Use parameterized copyright notice.
30195         Reword to conform to the current GNU coding standards.
30196
30197 2005-07-11  Karl Berry  <karl@gnu.org>
30198
30199         * doc/gnulib.texi (Quoting): new node.
30200         (Initial import): more info, from Patrice.
30201
30202 2005-07-11  Bruno Haible  <bruno@clisp.org>
30203
30204         * gnulib-tool (func_usage): Document option --avoid.
30205         (Command line options): Handle --avoid.
30206         (func_acceptable): New function.
30207         (func_modules_transitive_closure): Use it.
30208
30209 2005-07-11  Bruno Haible  <bruno@clisp.org>
30210
30211         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
30212         Reported by Jim Meyering.
30213
30214 2005-07-10  Bruno Haible  <bruno@clisp.org>
30215
30216         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
30217         Needed when size_t is smaller than 'unsigned int'.
30218         Reported by Paul Eggert.
30219
30220 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30221
30222         * modules/argp (Depends-on): Add unlocked-io
30223
30224 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30225
30226         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
30227         block of defines.
30228
30229 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
30230
30231         * config/srclist.txt: Comment out regcomp.c, since we have a porting
30232         fix now.
30233
30234 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
30235         and Paul Eggert  <eggert@cs.ucla.edu>
30236
30237         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
30238         in wint_t, not wchar_t.  Remove now-unnecessary cast.
30239
30240 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
30241
30242         * modules/regex (Files): Add lib/regex_internal.c,
30243         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
30244         (Depends-on): Add extensions.
30245         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
30246
30247 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
30248
30249         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
30250         pathconf.
30251         * m4/same.m4 (gl_SAME): Likewise.
30252         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
30253
30254         * m4/regex.m4: Adjust to new libc regex implementation.
30255         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
30256         all the .c and .h parts of (the new) regex.
30257         Quote the m4 stuff better.
30258         Check for RE_ICASE bug of old gnulib.
30259         Check for REG_STARTEND of recent libc.
30260         Rename local variables from jm_* to gl_*.
30261         Quote operand of "test -f".
30262         Say "recent enough" version of libc, not "version 2".
30263         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
30264         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
30265         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
30266         Remove check for btowc, isascii.
30267         Require AM_LANGINFO_CODESET.
30268
30269 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
30270
30271         * lib/regex.c, regex.h: Sync from libc.
30272         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
30273         * lib/regexec.c:
30274         New files, synced from libc, except that regex_internal.h
30275         currently has a small porting fix.
30276
30277 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
30278
30279         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
30280         regex_internal.c, regexec.c.
30281         Add regex_internal.h too, but as a comment, since the libc version
30282         is currently broken in gnulib mode.
30283
30284 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
30285
30286         Support programs like Emacs that use gnulib but not gettext.
30287         * MODULES.html.sh (Internationalization functions): Add gettext-h.
30288         * modules/gettext-h: New file.
30289         * modules/gettext (Files): Remove lib/gettext.h.
30290         (Depends-on): Add gettext-h.
30291         (Makefile.am): Remove lib_SOURCES.
30292         * modules/argmatch, modules/c-stack, modules/closeout:
30293         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
30294         * modules/execute, modules/file-type, modules/getaddrinfo:
30295         * modules/getopt, modules/human, modules/javacomp:
30296         * modules/javaexec, modules/mkdir-p, modules/obstack:
30297         * modules/openat, modules/pagealign_alloc, modules/pipe:
30298         * modules/quotearg, modules/regex, modules/rpmatch:
30299         * modules/unicodeio, modules/userspec, modules/version-etc:
30300         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
30301         * modules/xsetenv:
30302         Depend on gettext-h, not gettext.
30303
30304 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
30305
30306         * gnulib-tool (func_import): Add support for 'public domain' license.
30307         * modules/alloca, modules/atexit, modules/memmove:
30308         Now public domain, not GPL.
30309         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
30310         * modules/realloc, modules/strerror, modules/strtod:
30311         Now LGPL, not GPL.
30312
30313 2005-07-05  Bruno Haible  <bruno@clisp.org>
30314
30315         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
30316         autoconf CVS. Needed for mingw.
30317
30318 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30319
30320         Remove the dependency of the strftime module on the tzset module.
30321         * modules/strftime (Depends-on): Remove dependency on tzset.
30322
30323 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30324
30325         Remove the dependency of the strftime module on the tzset module.
30326         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
30327         gl_FUNC_TZSET_CLOBBER.
30328
30329 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30330
30331         Remove the dependency of the strftime module on the tzset module.
30332         * lib/strftime.c (my_strftime)
30333         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
30334         Copy the input structure, to work around some of the bug with
30335         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
30336         Solaris releases, you should also use the tzset module, but we won't
30337         require it as a dependency any more since we don't want LGPLed code
30338         to depend on GPLed code.
30339
30340 2005-07-02  Jim Meyering  <jim@meyering.net>
30341
30342         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
30343         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
30344         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
30345         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
30346
30347 2005-07-02  Jim Meyering  <jim@meyering.net>
30348
30349         * lib/backupfile.c (backup_args): Change a `0' to NULL.
30350
30351 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
30352
30353         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
30354         declares only 'struct timespec;' (!).
30355
30356 2005-07-01  Jim Meyering  <jim@meyering.net>
30357
30358         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
30359         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
30360         * lib/save-cwd.c, tempname.c:
30361         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
30362         and don't include <sys/file.h>).
30363
30364 2005-06-29  Jim Meyering  <jim@meyering.net>
30365
30366         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
30367         type name.  Use the variable name instead.
30368         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
30369         Likewise.
30370
30371 2005-06-28  Simon Josefsson  <jas@extundo.com>
30372
30373         * modules/check-version (Files): Add check-version.m4.
30374
30375 2005-06-28  Simon Josefsson  <jas@extundo.com>
30376
30377         * m4/check-version.m4: New file, suggested by Jim Meyering
30378         <jim@meyering.net>.
30379
30380 2005-06-28  Simon Josefsson  <jas@extundo.com>
30381
30382         * lib/check-version.h, lib/check-version.c: New files.
30383
30384 2005-06-28  Simon Josefsson  <jas@extundo.com>
30385
30386         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
30387         collision with global variable.  Better indentation.  Don't
30388         increment buffer pointer beyond buffer end.  Based on comments
30389         from Paul Eggert <eggert@cs.ucla.edu>.
30390
30391         * lib/base64.h: Indent.
30392
30393 2005-06-28  Simon Josefsson  <jas@extundo.com>
30394
30395         * doc/gnulib.texi (Library version handling): New section.
30396
30397 2005-06-28  Jim Meyering  <jim@meyering.net>
30398
30399         * check-module (find_included_lib_files): Hard-code another
30400         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
30401         but modules/fts-lgpl (correctly) does not list those files.
30402
30403         * modules/canonicalize (Files): Add lib/pathmax.h.
30404
30405 2005-06-25  Simon Josefsson  <jas@extundo.com>
30406
30407         * modules/check-version: New file.
30408
30409 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
30410
30411         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
30412         initializer of struct addrinfo, as an indication that we don't
30413         care how many members the structure has.
30414
30415 2005-06-24  Derek Price  <derek@ximbiot.com>
30416         and Bruno Haible  <bruno@clisp.org>
30417
30418         Remove stat module & update lstat.
30419         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
30420         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30421         * m4/stat.m4: Remove this file.
30422
30423 2005-06-24  Derek Price  <derek@ximbiot.com>
30424         and Bruno Haible  <bruno@clisp.org>
30425
30426         Remove stat module & update lstat.
30427         * lib/stat.c: Remove this file...
30428         (slash_aware_lstat): ...moving this content and its support...
30429         * lib/lstat.c (rpl_lstat): ...into here.
30430         * lib/lstat.h: New file.
30431
30432 2005-06-24  Derek Price  <derek@ximbiot.com>
30433         and Bruno Haible  <bruno@clisp.org>
30434
30435         Remove stat module & update lstat.
30436         * config/srclist.txt (libc sources): Remove stat.
30437
30438 2005-06-24  Derek Price  <derek@ximbiot.com>
30439         and Bruno Haible  <bruno@clisp.org>
30440
30441         Remove stat module & update lstat.
30442         * MODULES.html.sh (stat): Remove.
30443         * MODULES.html: Regenerated.
30444         * modules/lstat (Description): Correct function name.
30445         (Files): Add "lstat.h".
30446         (Depends-on): Remove stat, add xalloc, stat-macros.
30447         * modules/stat: Remove this file.
30448         (Include): Add "lstat.h", remove <sys/stat.h>.
30449
30450 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
30451
30452         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
30453         (ranged_convert): Don't save conversion in a temporary struct.
30454         This causes a warning with GCC 4.0.0, and anyway in the typical
30455         case it's not worth the extra 100 bytes or so of code.
30456         (ranged_convert, __mktime_internal): When calling a function via a
30457         pointer P, use P () rather than (*P) (), as we now assume C89 or
30458         better.
30459
30460 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
30461
30462         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
30463         "who -r" failed to give output.  Problem reported by Tim Waugh.
30464
30465         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
30466         (xcalloc): Use it to avoid needless tests.
30467         Problem reported by Jim Meyering.
30468
30469 2005-06-20  Derek Price  <derek@ximbiot.com>
30470
30471         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
30472         unnecessary for Autoconfs > 2.59c.
30473
30474 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30475
30476         * lib/argp.h (__option_is_short): Check upper limit of
30477         __key. Isprint() requires its argument to have the value
30478         of an unsigned char or EOF.
30479
30480 2005-06-16  Jim Meyering  <jim@meyering.net>
30481
30482         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
30483         when either N or S is zero.
30484
30485 2005-06-16  Derek Price  <derek@ximbiot.com>
30486
30487         * m4/bison.m4: Declare YACC & YFLAGS precious.
30488
30489 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
30490
30491         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
30492         multibyte string or pattern, fall back on unibyte matching.
30493         Problem reported by James Youngman.
30494
30495 2005-06-08  Bruno Haible  <bruno@clisp.org>
30496
30497         * modules/csharpcomp: New file.
30498         * MODULES.html.sh (C#): Add csharpcomp.
30499
30500 2005-06-08  Bruno Haible  <bruno@clisp.org>
30501
30502         * m4/csharpcomp.m4: New file, from GNU gettext.
30503
30504 2005-06-08  Bruno Haible  <bruno@clisp.org>
30505
30506         * lib/csharpcomp.h: New file, from GNU gettext.
30507         * lib/csharpcomp.c: New file, from GNU gettext.
30508         * lib/csharpcomp.sh.in: New file, from GNU gettext.
30509
30510 2005-06-08  Bruno Haible  <bruno@clisp.org>
30511
30512         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
30513         warning on mingw.
30514
30515 2005-06-07  Derek Price  <derek@ximbiot.com>
30516
30517         Sync from CVS.
30518         * lib/glob_.h: Indent nested #ifdef.
30519
30520 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
30521
30522         Sync from coreutils.
30523         Use "file name" when talking about file names, instead of "filename"
30524         or "path", as per the GNU coding standards.
30525         * lib/mkdir-p.c: Renamed from makepath.c.
30526         (make_dir_parents): Renamed from make_path.  All callers changed.
30527         * lib/mkdir-p.h: Likewise.  All includers changed.
30528         * lib/filenamecat.c: Renamed from path-concat.c.
30529         (file_name_concat): Renamed from path_concat.  All callers changed.
30530         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
30531         * lib/filenamecat.h: Likewise.  All includers changed.
30532         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
30533         in comments or local variable names.
30534         * lib/basename.c: Likewise.
30535         * lib/canonicalize.c, canonicalize.h: Likewise.
30536         * lib/dirname.c, dirname.h: Likewise.
30537         * lib/euidaccess.c: Likewise.
30538         * lib/exclude.c: Likewise
30539         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
30540         * lib/fsusage.c, fsuage.h: Likewise.
30541         * lib/fts.c, fts_.h: Likewise.
30542         * lib/getcwd.c: Likewise.
30543         * lib/getloadavg.c: Likewise.
30544         * lib/mkstemp.c: Likewise.
30545         * lib/mountlist.c, mountlist.h: Likewise.
30546         * lib/openat.c, openat.h: Likewise.
30547         * lib/readlink-stub.c: Likewise.
30548         * lib/readutmp.c, readutmp.h: Likewise.
30549         * lib/rename.c: Likewise.
30550         * lib/rmdir.c: Likewise.
30551         * lib/same.c: Likewise.
30552         * lib/savedir.c: Likewise.
30553         * lib/stripslash.c: Likewise.
30554         * lib/tempname.c: Likewise.
30555         * lib/xreadlink.c: Likewise.
30556         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
30557         All uses changed.
30558         * lib/exclude.h: Likewise.
30559
30560         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
30561         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
30562         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
30563         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
30564         * lib/pathmax.h: Include <limits.h> unconditionally, since other
30565         files have been getting away with it for years (MORE/BSD 4.3
30566         is extinct now).
30567         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
30568         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
30569
30570         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
30571         Define to 256, not 255, as per modern POSIX.
30572
30573 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
30574
30575         Sync from coreutils.
30576         Use "file name" when talking about file names, instead of "filename"
30577         or "path", as per the GNU coding standards.
30578         * MODULES.html.sh: mkdir-p renamed from makepath.
30579         filenamecat renamed from path-concat.
30580         * modules/filenamecat: Renamed from modules/path-concat.
30581         (Files): filenamecat.h and filenamecat.c renamed from
30582         path-concat.h and path-concat.c.
30583         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
30584         (Include): filenamecat.h, not path-concat.h.
30585         * modules/mkdir-p: Renamed from modules/makepath.
30586         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
30587         makepath.c.
30588         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
30589         (Include): mkdir-p.h, not makepath.h.
30590
30591 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
30592
30593         Sync from coreutils.
30594         * m4/mkdir-p.m4: Renamed from makepath.m4.
30595         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
30596         Rename files from makepath.c to mkdir-p.c, and from
30597         makepath.h to mkdir-p.h.
30598         * m4/filenamecat.m4: Renamed from path-concat.m4.
30599         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
30600         Rename files from path-concat.c to filenamecat.c,
30601         and from path-concat.h to filenamecat.h.
30602         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
30603         "file name" in local variables or comments.
30604         * m4/rename.m4: Likewise.
30605
30606 2005-06-01  Bruno Haible  <bruno@clisp.org>
30607
30608         * modules/csharpexec: New file.
30609         * MODULES.html.sh (C#): New section.
30610
30611 2005-06-01  Bruno Haible  <bruno@clisp.org>
30612
30613         * m4/csharp.m4: New file, from GNU gettext.
30614         * m4/csharpexec.m4: New file, from GNU gettext.
30615
30616 2005-06-01  Bruno Haible  <bruno@clisp.org>
30617
30618         * lib/csharpexec.h: New file, from GNU gettext.
30619         * lib/csharpexec.c: New file, from GNU gettext.
30620         * lib/csharpexec.sh.in: New file, from GNU gettext.
30621
30622 2005-05-31  Derek Price  <derek@ximbiot.com>
30623             Paul Eggert  <eggert@cs.ucla.edu>
30624
30625         Sync from cvs.
30626         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
30627
30628 2005-05-31  Derek Price  <derek@ximbiot.com>
30629             Paul Eggert  <eggert@cs.ucla.edu>
30630
30631         Sync from cvs.
30632         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
30633
30634 2005-05-29  Derek Price  <derek@ximbiot.com>
30635
30636         * config/srclist.txt (glob_.h, glob.c): Add these files.
30637
30638 2005-05-29  Derek Price  <derek@ximbiot.com>
30639
30640         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
30641         * modules/glob: New file.
30642         * modules/getlogin_r: Add link to POSIX spec in description.
30643
30644 2005-05-29  Derek Price  <derek@ximbiot.com>
30645             Paul Eggert  <eggert@cs.ucla.edu>
30646
30647         * m4/glob.m4: New file.
30648
30649 2005-05-29  Derek Price  <derek@ximbiot.com>
30650             Paul Eggert  <eggert@cs.ucla.edu>
30651
30652         * lib/glob_.h, lib/glob.c: New files.
30653
30654 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
30655
30656         * modules/fts (Files): Remove m4/inttypes-pri.m4.
30657         * modules/fts-lgpl (Depends-on): Remove gettext.
30658
30659 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
30660
30661         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
30662         and don't require gt_INTTYPES_PRI.
30663
30664 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
30665
30666         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
30667
30668         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
30669         the configuration hassle isn't worth it.
30670         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
30671         (LONGEST_MODIFIER, PRIuMAX): Remove.
30672
30673 2005-05-27  Bruno Haible  <bruno@clisp.org>
30674
30675         * lib/getlogin_r.h: Remove second include of <stddef.h>.
30676
30677 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
30678
30679         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
30680         _POSIX_PTHREAD_SEMANTICS for Solaris.
30681
30682 2005-05-25  Derek Price  <derek@ximbiot.com>
30683
30684         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
30685
30686 2005-05-25  Derek Price  <derek@ximbiot.com>
30687             Paul Eggert  <eggert@cs.ucla.edu>
30688
30689         * modules/getlogin_r, m4/getlogin_r.m4: New files.
30690         * lib/getlogin_r.c, getlogin_r.h: New files.
30691
30692 2005-05-25  Bruno Haible  <bruno@clisp.org>
30693             Derek Price  <derek@ximbiot.com>
30694
30695         * lib/getlogin_r.h: Simplify API documentation.
30696
30697 2005-05-23  Derek Price  <derek@ximbiot.com>
30698
30699         * modules/minmax (Files): Add m4/minmax.m4.
30700         (configure.ac): Add gl_MINMAX.
30701
30702 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
30703
30704         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
30705         so that unistd-safer.h (GPL'ed code) need not be included.
30706
30707 2005-05-22  Bruno Haible  <bruno@clisp.org>
30708
30709         * m4/minmax.m4: New file.
30710         Based on a patch by Derek Price <derek@ximbiot.com>.
30711
30712 2005-05-22  Bruno Haible  <bruno@clisp.org>
30713
30714         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
30715         (INT64_MIN): Fix definition.
30716         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
30717
30718         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
30719         NEED_SIGNED_INT_TYPES.
30720
30721         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
30722         HAVE_SYSTEM_INTTYPES.
30723
30724 2005-05-22  Bruno Haible  <bruno@clisp.org>
30725
30726         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
30727         Also include <sys/param.h> if it defines MIN, MAX.
30728         Based on a patch by Derek Price <derek@ximbiot.com>.
30729
30730 2005-05-21  Jim Meyering  <jim@meyering.net>
30731
30732         * modules/fts (Files): Add m4/inttypes-pri.m4.
30733         (Depends-on): Add lstat and remove gettext.  Alphabetize.
30734
30735 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
30736
30737         New fts module.
30738         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
30739         (setup_dir, free_dir): New functions.
30740         (enter_dir, leave_dir): Define trivial
30741         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
30742         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
30743         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
30744         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
30745         Move to fts-cycle.c.
30746         (fts_open): Use setup_dir.
30747         (fts_close): Use free_dir.
30748         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
30749         This adds a label and some gotos, but the alternatives were messier.
30750         Check for memory allocation failure when entering a dir.
30751         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
30752         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
30753         (FTS): New member fts_cycle, that is a union that contains the
30754         old active_dir_ht and cycle_state.  All uses changed to mention
30755         fts_cycle.ht and fts_cycle.state.
30756         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
30757         fts.c, with the following changes:
30758         (setup_dir, free_dir): New functions.
30759         (enter_dir): Now returns bool.  Return true if successful, false
30760         if memory exhausted.  All callers changed.
30761         Do not bother partly cleaning up on
30762         memory allocation failure; that is free_dir's job.
30763         However, free ad if hash_insert fails, to avoid memory leak.
30764         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
30765         fts->fts_options to see which union member to use.
30766
30767 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
30768
30769         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
30770         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
30771
30772 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
30773
30774         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
30775
30776 2005-05-20  Jim Meyering  <jim@meyering.net>
30777
30778         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
30779         Now a macro, to pacify GCC.
30780
30781 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
30782
30783         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
30784         of -1.
30785
30786 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
30787
30788         * lib/chown.c (rpl_chown): Return -1 on failure.
30789
30790 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
30791
30792         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
30793         Don't check for stddef.h.
30794         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
30795         don't use its results.
30796         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
30797         since we include them unconditionally.  Don't require
30798         AM_STDBOOL_H, since stdbool is a prerequisite.
30799         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
30800         since we assume C89 or better.
30801         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
30802         as we don't use their results.
30803         Don't check for fchdir, memmove, memset, strrchr, as we use
30804         them unconditionally.
30805         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
30806         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
30807
30808 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
30809
30810         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
30811         Include <stddef.h> unconditionally, since we assume C89 now.
30812         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
30813         * lib/fts.c: Include fts_.h first, to check interface.
30814         Do not include intprops.h; no longer needed.
30815         Include cycle-check.h and hash.h, since fts_.h no longer does.
30816         Remove unnecessary casts of closedir to void.
30817         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
30818         decide whether to decrement nlinks.
30819         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
30820         (FTS): Use struct hash_table * instead of Hash_table, so that
30821         we no longer need to include hash.h here.
30822
30823 2005-05-18  Jim Meyering  <jim@meyering.net>
30824
30825         * modules/dirfd (License): Change to LGPL.  Most of the code
30826         is already in the public domain.
30827
30828 2005-05-18  Jim Meyering  <jim@meyering.net>
30829
30830         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
30831         Reported by Yoann Vandoorselaere.
30832
30833 2005-05-17  Jim Meyering  <jim@meyering.net>
30834
30835         * m4/fts.m4: New file, from coreutils.
30836
30837 2005-05-17  Jim Meyering  <jim@meyering.net>
30838
30839         * lib/fts.c, lib/fts_.h: New files, from coreutils.
30840
30841 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
30842
30843         Sync from coreutils.
30844         * m4/unlinkdir.m4: New file.
30845
30846 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
30847
30848         Sync from coreutils.
30849         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
30850         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
30851         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
30852         White space changes only.
30853         * lib/makepath.c (make_path): Port to hosts where leading "//" is
30854         special.
30855         * lib/yesno.c: Include getline.h, not ctype.h.
30856         (yesno): Don't remove leading white space; POSIX doesn't allow it.
30857         Use getline to remove arbitrary restriction on response length.
30858
30859 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
30860
30861         * config/srclist-update: Spell out "Street" in FSF postal
30862         mail address; this is the style the FSF seems to prefer.
30863
30864         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
30865         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
30866         this updates FSF postal mail address.
30867
30868         Sync from coreutils.
30869         * modules/unlinkdir: New file.
30870         * modules/yesno (Depends-on): Add getline.
30871         * MODULES.html.sh (File system functions): Add unlinkdir.
30872
30873 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
30874
30875         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
30876         lib/strsep.h:
30877         Change the initial comment to refer to GPL, not LGPL.
30878         gnulib-tool will change it to LGPL as needed.
30879
30880         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
30881         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
30882         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
30883         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
30884         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
30885         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
30886         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
30887         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
30888         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
30889         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
30890         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
30891         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
30892         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
30893         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
30894         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
30895         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
30896         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
30897         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
30898         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
30899         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
30900         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
30901         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
30902         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
30903         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
30904         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
30905         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
30906         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
30907         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
30908         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
30909         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
30910         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
30911         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
30912         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
30913         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
30914         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
30915         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
30916         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
30917         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
30918         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
30919         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
30920         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
30921         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
30922         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
30923         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
30924         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
30925         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
30926         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
30927         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
30928         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
30929         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
30930         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
30931         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
30932         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
30933         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
30934         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
30935         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
30936         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
30937         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
30938         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
30939         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
30940         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
30941         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
30942         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
30943         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
30944         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
30945         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
30946         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
30947         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
30948         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
30949         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
30950         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
30951         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
30952         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
30953         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
30954         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
30955         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
30956         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
30957         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
30958         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
30959         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
30960         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
30961         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
30962         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
30963         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
30964         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
30965         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
30966         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
30967         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
30968         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
30969         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
30970         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
30971         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
30972         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
30973         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
30974         lib/yesno.c, lib/yesno.h:
30975         Update FSF postal mail address.
30976
30977 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
30978
30979         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
30980         tests/test-memmem.c, tests/test-stpncpy.c:
30981         Update FSF postal mail address.
30982
30983 2005-05-13  Bruno Haible  <bruno@clisp.org>
30984
30985         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
30986         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
30987         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
30988         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
30989         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
30990         Add support for 64-bit integers in the MSVC compiler.
30991
30992 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30993
30994         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
30995
30996 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
30997
30998         * gnulib-tool (func_import): Sort and uniquify recommended includes.
30999
31000 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
31001
31002         * doc/getdate.texi (General date syntax): Don't say that date
31003         date --iso-8601=ns generates acceptable dates; it doesn't yet.
31004         Problem reported by Nic Ferrier.
31005
31006 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31007
31008         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
31009         specified in ai_socktype. Fix invalid ai_protocol
31010         check. ai_protocol is usually set to 0 or depending on
31011         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
31012         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
31013         ai_socktype / ai_protocol in the returned addrinfo structure.
31014
31015 2005-05-10  Simon Josefsson  <jas@extundo.com>
31016
31017         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
31018         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
31019
31020 2005-05-10  Karl Berry  <karl@gnu.org>
31021
31022         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
31023         (from http://www.gnu.org/licenses).
31024         * doc/COPYING.LIB: also rename to COPYING.LESSER.
31025         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
31026         fdl.texi suffices.
31027
31028 2005-05-10  Karl Berry  <karl@gnu.org>
31029
31030         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
31031         (COPYING.DOC): remove.
31032
31033         * config/srclist-update: new FSF address.
31034
31035 2005-05-10  Derek Price  <derek@ximbiot.com>
31036
31037         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
31038         possible.
31039
31040 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31041             Bruno Haible  <bruno@clisp.org>
31042
31043         * modules/inet_ntop: New file.
31044         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
31045         inet_ntop.
31046
31047 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31048             Bruno Haible  <bruno@clisp.org>
31049
31050         * m4/inet_ntop.m4: New file.
31051
31052 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31053             Bruno Haible  <bruno@clisp.org>
31054
31055         * lib/inet_ntop.h: New file.
31056         * lib/inet_ntop.c: New file, from glibc with modifications.
31057
31058 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
31059
31060         * modules/time_r (License): Change to LGPL.
31061         * modules/extensions (License): Change to LGPL.  Actually,
31062         the license is more permissive than that, but currently gnulib-tool
31063         doesn't know how to handle more-permissive licenses.
31064
31065         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
31066         Problem reported by Dave Love.
31067
31068 2005-05-08  Jim Meyering  <jim@meyering.net>
31069
31070         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
31071         blank.
31072
31073 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
31074
31075         * modules/argmatch (Depends-on): Add stdbool.
31076         * modules/backupfile (Depends-on): Likewise.
31077         * modules/chdir-long (Depends-on): Likewise.
31078         * modules/closeout (Depends-on): Likewise.
31079         * modules/cycle-check (Depends-on): Likewise.
31080         * modules/dirname (Depends-on): Likewise.
31081         * modules/fnmatch (Depends-on): Likewise.
31082         * modules/fsusage (Depends-on): Likewise.
31083         * modules/fwriteerror (Depends-on): Likewise.
31084         * modules/getcwd (Depends-on): Likewise.
31085         * modules/getloadavg (Depends-on): Likewise.
31086         * modules/hard-locale (Depends-on): Likewise.
31087         * modules/makepath (Depends-on): Likewise.
31088         * modules/mountlist (Depends-on): Likewise.
31089         * modules/nanosleep (Depends-on): Likewise.
31090         * modules/posixtm (Depends-on): Likewise.
31091         * modules/quotearg (Depends-on): Likewise.
31092         * modules/readtokens (Depends-on): Likewise.
31093         * modules/readtokens0 (Depends-on): Likewise.
31094         * modules/readutmp (Depends-on): Likewise.
31095         * modules/save-cwd (Depends-on): Likewise.
31096         * modules/strftime (Depends-on): Likewise.
31097         * modules/userspec (Depends-on): Likewise.
31098         * modules/utimecmp (Depends-on): Likewise.
31099         * modules/xgetcwd (Depends-on): Likewise.
31100         * modules/xnanosleep (Depends-on): Likewise.
31101         * modules/xstrtod (Depends-on): Likewise.
31102         * modules/yesno (Depends-on): Likewise.
31103
31104 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
31105
31106         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
31107         needless checks.
31108
31109 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
31110
31111         Merge from coreutils.  Among other things,
31112         add bulletproofing for cases where stdin, stdout, or stderr are closed.
31113         * lib/fd-safer.c: New file.
31114         * lib/fcntl-safer.h, open-safer.c: Remove.
31115         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
31116         * lib/dup-safer.c: Include unistd-safer.h first.
31117         Don't include errno.h.
31118         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
31119         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
31120         * lib/file-type.c: Rely on file-type.h change.
31121         * lib/getloadavg.c: Include unistd-safer.h.
31122         (getloadavg): Use safer open.
31123         * lib/getusershell.c: Include "stdio-safer.h".
31124         (getusershell): Use safer fopen.
31125         * lib/long-options.c (long_options): Use NULL rather than 0.
31126         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
31127         'free'.
31128         * lib/modechange.c: Likewise.
31129         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
31130         (MODE_DONE): New constant.
31131         (struct mode_change): Remove 'next' member.
31132         (make_node_op_equals): New function; like the old one of the
31133         same name, except it allocates an array.
31134         (mode_compile, mode_create_from_ref): Use it.
31135         (mode_compile): Allocate result as an array, not a linked list.
31136         Parse octal string ourself, so that we catch mistakes like "+0".
31137         (mode_adjust): Arg is an array, not a linked list.
31138         * lib/modechange.c: Include stat-macros.h, xalloc.h.
31139         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
31140         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
31141         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
31142         Remove.  This is now stat-macros.h's job.
31143         (talloc): Remove.  All callers replaced by xalloc, so that
31144         our invokers don't have to worry about reporting memory failures.
31145         (make_node_op_equals): Remove.
31146         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
31147         New constants.
31148         (struct mode_change): Moved here from modechange.h.
31149         (mode_append_entry): Remove.
31150         (mode_compile): Remove MASKED_OPS arg, since it encouraged
31151         apps to have incorrect behavior.  Use simpler algorithm for head
31152         and tail.  Don't futz with umask; that's now the job of mode_adjust.
31153         Detect more invalid usages rather than having somewhat-random behavior.
31154         Don't insert an "a=" action, as that leads to incorrect behavior.
31155         (mode_compile, mode_create_from_ref): Return NULL on error instead
31156         of an enum, since now there's only one way to have an error.  All
31157         callers changed.
31158         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
31159         at the correct time.  Simplify calculation of "+u" and its ilk.
31160         Don't mishandle "+X".
31161         (mode_free): Remove "register" and localize decls.
31162         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
31163         (struct mode_change): Move to modechange.c; callers don't
31164         need to see this stuff.
31165         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
31166         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
31167         (mode_change, mode_adjust): Reflect the new signatures noted above.
31168         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
31169         that might redefine system include files.
31170         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
31171         (my_usleep): Use NULL rather than (void *) 0.
31172         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
31173         Use siginterrupt to specify that system calls should be interrupted.
31174         (rpl_nanosleep): Move initialization of suspended closer to call of
31175         my_usleep.
31176         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
31177         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
31178         (desirable_utmp_entry): New function.
31179         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
31180         using x2nrealloc, to simplify logic.
31181         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
31182         size calculation.  Do not assume utmp file is a regular file.
31183         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
31184         (READ_UTMP_CHECK_PIDS): New constant.
31185         * lib/save-cwd.c: Include unistd-safer.h.
31186         (save_cwd): Use fd_safer.
31187         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
31188         [!_LIBC] Include "stat-macros.h" instead.
31189         * lib/unistd-safer.h (fd_safer): New decl.
31190
31191 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
31192
31193         * modules/getloadavg (Depends-on): Add unistd-safer.
31194         * modules/getusershell (Depends-on): Add stdio-safer.
31195         * modules/lstat (Depends-on): Remove xalloc.
31196         * modules/mkstemp (Depends-on): Add stat-macros.
31197         * modules/modechange (Depends-on): Remove xstrtol.
31198         Add stat-macros, xalloc.
31199         * modules/save-cwd (Depends-on): Add unistd-safer.
31200         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
31201         * modules/unistd-safer (Files): Add lib/fd-safer.c
31202         (Makefile.am): Remove lib_SOURCES.
31203
31204         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
31205         Remove fcntl-safer; unistd-safer supersedes it.
31206
31207 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
31208
31209         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
31210         AC_HEADER_STAT.
31211         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
31212         (gl_PREREQ_CHOWN): Remove.
31213         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
31214         it.  Don't require AC_HEADER_STAT.
31215         (gl_PREREQ_LSTAT): Remove.
31216         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
31217         Don't require AC_HEADER_STAT.
31218         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
31219         (gl_PREREQ_RMDIR): Remove.
31220         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
31221         mention stat-macros.h or AC_HEADER_STAT, since we'll make
31222         the stat-macros module a prerequisite.
31223         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
31224         * m4/filemode.m4 (gl_FILEMODE): Likewise.
31225         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
31226         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
31227         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
31228         variable names.
31229         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
31230         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
31231         variable prefixes.
31232         * m4/fcntl-safer.m4: Remove.
31233         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
31234         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
31235         Invoke gl_PREREQ_FD_SAFER.
31236         (gl_PREREQ_FD_SAFER): New macro.
31237         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
31238         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
31239         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
31240         Remove duplicate call to AC_LIBOBJ(readutmp).
31241         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
31242
31243         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
31244         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
31245
31246 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
31247
31248         * MODULES.html.sh (Misc): Add byteswap.
31249
31250 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
31251
31252         * modules/getcwd (Depends-on): Add extensions.
31253         * modules/openat (Depends-on): Likewise.
31254
31255 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
31256
31257         * modules/byteswap: New file.
31258
31259 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
31260
31261         * m4/byteswap.m4: New file.
31262
31263 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
31264
31265         * lib/byteswap_.h: New file.
31266
31267 2005-04-25  Karl Berry  <karl@gnu.org>
31268
31269         * m4/gettext.m4: Update from GNU gettext 0.14.4.
31270
31271 2005-04-25  Albert Chin  <china@thewrittenword.com>
31272
31273         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
31274         Toolkit C bug.
31275
31276 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
31277
31278         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
31279         (func_ln_if_changed) Remove forcibly for no error message
31280         in case file does not exist.
31281
31282 2005-04-19  Simon Josefsson  <jas@extundo.com>
31283
31284         * gnulib-tool (Options): Make --symlink mean --symbolic.
31285
31286 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
31287
31288         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
31289
31290 2005-04-16  Simon Josefsson  <jas@extundo.com>
31291
31292         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
31293
31294 2005-04-15  Simon Josefsson  <jas@extundo.com>
31295
31296         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
31297
31298 2005-04-15  Simon Josefsson  <jas@extundo.com>
31299
31300         * gnulib-tool: Rename --symlink to --symbolic.
31301
31302 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
31303
31304         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
31305         symbolic links to files instead of copying/moving.  Add --aux-dir,
31306         specifying directory relative --dir where auxiliary build tools
31307         are placed.
31308
31309 2005-04-14  Bruno Haible  <bruno@clisp.org>
31310
31311         * modules/allocsa (License): Change to LGPL.
31312         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
31313
31314 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
31315
31316         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
31317         that "UTC +1 second" continues to work.  Problem reported
31318         by Dmitry V. Levin.
31319         (relunit_snumber): New rule.
31320         (relunit): Use it.
31321
31322 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
31323
31324         * lib/getdate.y (universal_time_zone_table): New constant.
31325         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
31326         universal_time_zone_table.
31327         (lookup_zone): Prefer universal_time_zone_table to
31328         local_time_zone_table, so that "GMT" time stamps are allowed in
31329         London during the summer.  Problem reported by Ian Abbott.
31330
31331 2005-04-12  Jim Meyering  <jim@meyering.net>
31332
31333         * lib/human.c (humblock): Set *options even when returning due to
31334         xstrtoumax conversion failure.  Thanks to a used-uninitialized
31335         warning from gcc-4.
31336
31337 2005-04-09  Jim Meyering  <jim@meyering.net>
31338
31339         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
31340         -Wuninitialized: initialize tm0.tm_year.
31341
31342 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
31343
31344         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
31345         count, since there's no maximum.  All uses changed.
31346         Add member dsts_seen.
31347         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
31348         not being INT_MAX.
31349         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
31350         Use pc_rels_seen to decide whther a date is absolute.
31351
31352         * lib/getdate.y (number): Don't overwrite year.
31353         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
31354         check.
31355
31356 2005-04-02  Simon Josefsson  <jas@extundo.com>
31357
31358         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
31359         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
31360
31361 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
31362
31363         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
31364         where no absolute path name can be longer than PATH_MAX.
31365
31366 2005-03-27  Jim Meyering  <jim@meyering.net>
31367
31368         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
31369
31370 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
31371
31372         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
31373         "one's complement" -> "ones' complement" in comment, as per Knuth.
31374         "value of type" -> "type or expression" in comment.
31375         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
31376
31377 2005-03-26  Jim Meyering  <jim@meyering.net>
31378
31379         Comment nits.
31380         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
31381         Correct typos: s/or/of/.
31382
31383 2005-03-26  Jim Meyering  <jim@meyering.net>
31384
31385         * modules/check-include-files: Move to ../ and rename to...
31386         * check-module: ...this.
31387
31388 2005-03-25  Jim Meyering  <jim@meyering.net>
31389
31390         * modules/xvasprintf (Files): Add xalloc.h.
31391
31392 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
31393
31394         * modules/gettext (Files): config/config.rpath ->
31395         build-aux/config.rpath
31396         * modules/iconv (Files): Likewise.
31397         Problem reported by Oskar Liljeblad.
31398
31399 2005-03-23  Jim Meyering  <jim@meyering.net>
31400
31401         * modules/check-include-files: New script to check for
31402         missing dependencies, multiple includes, etc.
31403
31404         * modules/c-strtold (Depends-on): Add xalloc.
31405         * modules/c-strtod (Depends-on): Add xalloc.
31406         * modules/hash (Depends-on): Add xalloc.
31407         (Files): Remove lib/xalloc.h.
31408
31409         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
31410         * modules/userspec (Files): Add lib/inttostr.h.
31411
31412 2005-03-23  Jim Meyering  <jim@meyering.net>
31413
31414         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
31415
31416 2005-03-22  Jim Meyering  <jim@meyering.net>
31417
31418         * modules/stat-macros: New module.
31419         * modules/canonicalize, modules/euidaccess, modules/file-type,
31420         * modules/filemode, modules/lchown, modules/makepath,
31421         * modules/rmdir, modules/stat: Depend on new stat-macros module
31422         rather than listing lib/stat-macros.h manually.
31423         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
31424
31425 2005-03-22  Jim Meyering  <jim@meyering.net>
31426
31427         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
31428
31429 2005-03-22  Bruno Haible  <bruno@clisp.org>
31430
31431         * config/srclist.txt: Replace target directory 'config' with
31432         'build-aux'.
31433         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
31434         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
31435         ../build-aux/.
31436
31437 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
31438
31439         * modules/chdir-long (Depends-on): Add mempcpy.
31440
31441         * modules/acl, modules/backupfile, modules/c-strtod,
31442         modules/c-strtold, modules/canon-host, modules/canonicalize,
31443         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
31444         modules/exclude, modules/exitfail, modules/file-type,
31445         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
31446         modules/getdate, modules/getline, modules/getpagesize,
31447         modules/getpass, modules/getugroups, modules/group-member,
31448         modules/hard-locale, modules/hash, modules/human, modules/idcache,
31449         modules/inttostr, modules/long-options, modules/makepath,
31450         modules/md5, modules/memcasecmp, modules/memcoll,
31451         modules/modechange, modules/mountlist, modules/path-concat,
31452         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
31453         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
31454         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
31455         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
31456         modules/strftime, modules/strndup, modules/strverscmp,
31457         modules/timespec, modules/unlocked-io, modules/userspec,
31458         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
31459         modules/yesno:
31460         Remove lib_SOURCES line from Makefile.am section, as this is now
31461         done automatically by the corresponding Autoconf macro.
31462
31463 2005-03-21  Jim Meyering  <jim@meyering.net>
31464
31465         Changes imported from coreutils.
31466
31467         * lib/cycle-check.c: Don't include xalloc.h.
31468
31469         * lib/path-concat.c: Don't include assert.h.
31470         (path_concat): Remove assertion that would have triggered
31471         for ABASE starting with more than one slash.
31472         Reported by Andreas Schwab.
31473
31474         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
31475         properly when ABASE is an absolute file name.
31476         Correct the description of this function.
31477         Include <assert.h>.
31478         Add an assertion and a test driver.
31479         This fixes a bug introduced on 2004-07-02.
31480         Andreas Schwab reported the resulting failure of cp --parents:
31481         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
31482
31483 2005-03-21  Jim Meyering  <jim@meyering.net>
31484
31485         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
31486         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
31487
31488 2005-03-21  Jim Meyering  <jim@meyering.net>
31489         and  Paul Eggert  <eggert@cs.ucla.edu>
31490
31491         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
31492         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
31493         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
31494         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
31495         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
31496         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
31497         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
31498         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
31499         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
31500         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
31501         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
31502         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
31503         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
31504         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
31505         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
31506         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
31507         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
31508         for these modules.
31509
31510 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
31511
31512         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
31513         (which shouldn't happen), generate nothing instead of returning 0
31514         immediately, so that nstrftime (NULL, ...) doesn't return 0.
31515
31516 2005-03-16  Bruno Haible  <bruno@clisp.org>
31517
31518         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
31519         HAVE_LONGLONG_64BIT.
31520
31521 2005-03-16  Bruno Haible  <bruno@clisp.org>
31522
31523         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
31524         HAVE_LONGLONG_64BIT.
31525
31526 2005-03-16  Bruno Haible  <bruno@clisp.org>
31527
31528         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
31529         HAVE_LONGLONG_64BIT.
31530
31531 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
31532
31533         * lib/strftime.c (my_strftime): Prepend space to format so that we can
31534         reliably distinguish strftime failure from empty output on POSIX
31535         hosts.
31536
31537 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
31538
31539         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
31540         (iconv_string): Don't guess a size-zero buffer, as that might cause
31541         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
31542         result would be 'too large', where 'too large' is (heuristically)
31543         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
31544         overflow concerns.  This will prevent some unwanted malloc failures
31545         when the inputs are very large.
31546
31547 2005-03-15  Karl Berry  <karl@gnu.org>
31548
31549         * config/srclist.txt (config.rpath): from gettext.
31550         * config/config.rpath: update.
31551
31552 2005-03-15  Bruno Haible  <bruno@clisp.org>
31553
31554         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
31555         to 'negate'.
31556
31557         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
31558         variable.
31559
31560         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
31561         results.
31562
31563 2005-03-14  Simon Josefsson  <jas@extundo.com>
31564
31565         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
31566         <fx@gnu.org>.
31567
31568 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
31569
31570         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
31571         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
31572         intprops.h.
31573         * lib/strtol.c: Likewise.
31574
31575 2005-03-14  Jim Meyering  <jim@meyering.net>
31576
31577         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
31578         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
31579         to be nonzero so that we (and caller) can detect the difference
31580         between a valid zero-length expansion and an error return, even
31581         when the underlying strftime fails before writing anything into
31582         that location.
31583
31584 2005-03-14  Bruno Haible  <bruno@clisp.org>
31585
31586         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
31587         Update from GNU gettext 0.14.3.
31588
31589 2005-03-10  Jim Meyering  <jim@meyering.net>
31590
31591         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
31592
31593 2005-03-10  Jim Meyering  <jim@meyering.net>
31594
31595         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
31596         so that this module works on systems without fchdir.
31597
31598 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
31599
31600         Factor int-properties macros into a single file, except for
31601         glibc-related files.
31602         * lib/intprops.h: New file.
31603         * lib/getloadavg.c: Include it instead of limits.h.
31604         (INT_STRLEN_BOUND): Remove.
31605         * lib/human.c: Include intprops.h.
31606         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
31607         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
31608         302/1000.
31609         * lib/inttostr.h: Include intprops.h instead of limits.h.
31610         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
31611         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
31612         for consistency with intprops.h.
31613         (time_t_is_integer, twos_complement_arithmetic): Use them.
31614         * lib/sig2str.h: Include <signal.h>, intprops.h.
31615         (INT_STRLEN_BOUND): Remove.
31616         * lib/strftime.c (TYPE_SIGNED): Remove.
31617         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
31618         * lib/strtol.c: Adjust comments to match intprops.h.
31619         * lib/userspec.c: Include intprops.h.
31620         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
31621         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
31622         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
31623         instead of rolling our own expressions.
31624         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
31625
31626         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
31627         instead of int.
31628         (my_strftime): Do not mishandle years close to INT_MAX, by doing
31629         the right thing even if adding 1900 would overflow.  Similarly
31630         for tm_mon + 1 and tm_yday + 1.
31631         Make %Y always equivalent to %C%y, and similarly for %G and %g.
31632         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
31633         (DO_SIGNED_NUMBER): New macro.
31634         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
31635
31636 2005-03-07  Bruno Haible  <bruno@clisp.org>
31637
31638         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
31639
31640 2005-03-07  Bruno Haible  <bruno@clisp.org>
31641
31642         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
31643
31644 2005-03-04  Derek R. Price  <derek@ximbiot.com>
31645
31646         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
31647         (func_import): Only replace files via --import when they have actually
31648         changed.
31649
31650 2005-03-03  Derek R. Price  <derek@ximbiot.com>
31651
31652         * m4/mmap-anon.m4: New file.
31653         * m4/pagealign_alloc.m4: New file.
31654
31655 2005-03-03  Derek R. Price  <derek@ximbiot.com>
31656             Bruno Haible  <bruno@clisp.org>
31657
31658         * modules/pagealign_alloc: New file.
31659         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
31660
31661 2005-03-03  Derek R. Price  <derek@ximbiot.com>
31662             Bruno Haible  <bruno@clisp.org>
31663
31664         * lib/pagealign_alloc.h: New file.
31665         * lib/pagealign_alloc.c: New file.
31666
31667 2005-03-03  Bruno Haible  <bruno@clisp.org>
31668
31669         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
31670         Use an all-permissive copyright notice, recommended by RMS.
31671
31672 2005-03-02  Bruno Haible  <bruno@clisp.org>
31673
31674         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
31675         of AIX, the replacement has to be done only after <string.h> is
31676         included, therefore not in config.h. stpncpy.h does the replacement,
31677         and stpncpy.c uses it.
31678
31679 2005-03-02  Bruno Haible  <bruno@clisp.org>
31680
31681         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
31682         stpncpy.c uses it.
31683
31684 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
31685
31686         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
31687         The workaround isn't strictly needed for POSIX conformance, and
31688         it's too much of a pain to configure and maintain.  We'll ask
31689         people to fix their kernels instead.
31690         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
31691         (NANOSLEEP_BUG_WORKAROUND): Remove.
31692         (xnanosleep): Remove the workaround.
31693
31694 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
31695
31696         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
31697         Reported by Derek Price.
31698         (Include): Add "timespec.h".
31699
31700         * modules/xnanosleep (Depends-on): Remove gethrxtime.
31701
31702 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
31703
31704         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
31705         to detect nanosleep bug.
31706
31707 2005-03-01  Bruno Haible  <bruno@clisp.org>
31708
31709         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
31710
31711 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
31712
31713         * modules/gethrxtime: New file.
31714         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
31715         (Depends-on): Add gethrxtime.
31716         (configure.ac): Add gl_XNANOSLEEP.
31717         (Makefile.am): Remove lib_SOURCES line.
31718
31719 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
31720
31721         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
31722         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
31723
31724 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
31725
31726         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
31727         * lib/timespec.h (gettime): Return void, since it always
31728         succeeds now.  All uses changed.
31729         * lib/gettime.c (gettime) Likewise.
31730         [HAVE_NANOTIME]: Prefer nanotime.
31731         Assume gettimeofday succeeds, as POSIX requires.
31732         Assime time () succeeds, since other code already does.
31733         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
31734         (timespec_subtract): Remove.
31735         (NANOSLEEP_BUG_WORKAROUND): New constant.
31736         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
31737         things considerably.  Use it only on GNU/Linux hosts, since the
31738         workaround shouldn't be needed elsewhere.
31739
31740 2005-02-24  Bruno Haible  <bruno@clisp.org>
31741
31742         * modules/gettext (Files): Add m4/glibc2.m4.
31743
31744 2005-02-24  Bruno Haible  <bruno@clisp.org>
31745
31746         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
31747         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
31748         * m4/progtest.m4:
31749         Update from GNU gettext 0.14.2.
31750         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
31751
31752 2005-02-24  Bruno Haible  <bruno@clisp.org>
31753
31754         * lib/localcharset.c: Update from GNU gettext 0.14.2.
31755         * lib/config.charset: Update from GNU gettext 0.14.2.
31756
31757 2005-02-24  Bruno Haible  <bruno@clisp.org>
31758
31759         * lib/gettext.h: Update from GNU gettext 0.14.2.
31760
31761 2005-02-23  Simon Josefsson  <jas@extundo.com>
31762
31763         * m4/iconvme.m4: New file.
31764
31765 2005-02-23  Jim Meyering  <jim@meyering.net>
31766
31767         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
31768         change.
31769         Thanks to Bruno Haible for catching it.
31770
31771 2005-02-22  Simon Josefsson  <jas@extundo.com>
31772
31773         * modules/iconvme: New file.
31774
31775         * MODULES.html.sh: Add iconvme.
31776
31777 2005-02-22  Simon Josefsson  <jas@extundo.com>
31778
31779         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
31780
31781 2005-02-22  Simon Josefsson  <jas@extundo.com>
31782
31783         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
31784
31785 2005-02-22  Jim Meyering  <jim@meyering.net>
31786
31787         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
31788         s/ifndef/ifdef/.
31789
31790 2005-02-20  Neil Conway  <neilc@samurai.com>
31791
31792         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
31793         returned by OSX/Darwin if the specified buffer is not large
31794         enough for the hostname.
31795
31796 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31797
31798         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
31799         pass it to _help, otherwise the latter coredumps trying to
31800         dereference state.root_argp.
31801
31802 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
31803
31804         * modules/chdir-long (Depends-on): Add memrchr.
31805         * modules/memrchr (Files): Add lib/memrchr.h.
31806         (Include): "memrchr.h".
31807
31808 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
31809
31810         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
31811
31812 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
31813
31814         * lib/memrchr.h: New file.
31815         * lib/chdir-long.c: Include it.
31816         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
31817         Don't bother including stddef.h.
31818
31819 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
31820
31821         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
31822         inclusion.
31823         Include <sys/types.h>, for dev_t.
31824         (ME_DUMMY, ME_REMOTE): Move from here....
31825         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
31826         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
31827         Dmitry V. Levin.
31828         Include mountlist.h first, to test the interface.
31829
31830 2005-01-29  Bruno Haible  <bruno@clisp.org>
31831
31832         * lib/progname.c (program_name): Initialize.
31833         Needed when linking statically on MacOS X.
31834
31835 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
31836
31837         Sync from coreutils.
31838         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
31839         (Depends-on): Add c-strtod.
31840         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
31841
31842 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
31843
31844         Sync from coreutils.
31845         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
31846
31847         Remove files that are specific to coreutils.
31848         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
31849
31850 2005-01-28  Bruno Haible  <bruno@clisp.org>
31851
31852         * modules/javacomp: New file.
31853         * MODULES.html.sh (Java): Add javacomp.
31854
31855 2005-01-28  Bruno Haible  <bruno@clisp.org>
31856
31857         * m4/javacomp.m4: New file, from GNU gettext.
31858
31859 2005-01-28  Bruno Haible  <bruno@clisp.org>
31860
31861         * lib/javacomp.sh.in: New file, from GNU gettext.
31862         * lib/javacomp.h: New file, from GNU gettext.
31863         * lib/javacomp.c: New file, from GNU gettext.
31864
31865 2005-01-26  Simon Josefsson  <jas@extundo.com>
31866
31867         * lib/gai_strerror.c: Use GPL in header.
31868
31869 2005-01-26  Bruno Haible  <bruno@clisp.org>
31870
31871         * modules/javaexec: New file.
31872         * MODULES.html.sh (Java): Add javaexec.
31873
31874 2005-01-26  Bruno Haible  <bruno@clisp.org>
31875
31876         * m4/javaexec.m4: New file, from GNU gettext.
31877
31878 2005-01-26  Bruno Haible  <bruno@clisp.org>
31879
31880         * lib/javaexec.sh.in: New file, from GNU gettext.
31881         * lib/javaexec.h: New file, from GNU gettext.
31882         * lib/javaexec.c: New file, from GNU gettext.
31883
31884 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31885
31886         * modules/lchown (Depends-on): Remove lchown.h
31887
31888 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31889
31890         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
31891         must be defined if the header file was not found, in order
31892         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
31893
31894 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31895
31896         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
31897         initializers for struct pentry_state.
31898         (__argp_error): Check return value of __asprintf
31899         (__argp_failure): Translate error message
31900
31901         * lib/argp-parse.c: Removed braces around the expansion of N_()
31902
31903 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
31904
31905         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
31906         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
31907         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
31908         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
31909         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
31910         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
31911         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
31912         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
31913         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
31914         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
31915         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
31916         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
31917         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
31918         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
31919         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
31920         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
31921         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
31922         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
31923         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
31924         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
31925         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
31926         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
31927         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
31928         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
31929         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
31930         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
31931         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
31932         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
31933         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
31934         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
31935         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
31936         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
31937         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
31938         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
31939         xstrtol.m4, xstrtoumax.m4, yesno.m4:
31940         Use an all-permissive copyright notice, recommended by RMS.
31941
31942 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
31943
31944         * modules/chdir-long (Depends-on): Remove mempcpy.
31945
31946 2005-01-21  Jim Meyering  <jim@meyering.net>
31947
31948         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
31949         same value as for Solaris 9.
31950
31951         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
31952         component length.  This included changing the parameter to be
31953         of type `char *' rather than `char const *'.
31954         * lib/chdir-long.h (chdir_long): Update prototype.
31955
31956         * lib/openat.c (fdopendir, fstatat): New functions.
31957         * lib/openat.h: Include headers required for use of DIR and struct
31958         stat.
31959         [AT_SYMLINK_NOFOLLOW]: Define.
31960         (fdopendir, fstatat): Add prototypes.
31961
31962 2005-01-21  Bruno Haible  <bruno@clisp.org>
31963
31964         * modules/classpath: New file.
31965         * MODULES.html.sh (Java): Add classpath.
31966
31967 2005-01-21  Bruno Haible  <bruno@clisp.org>
31968
31969         * lib/classpath.h: New file, from GNU gettext.
31970         * lib/classpath.c: New file, from GNU gettext.
31971
31972 2005-01-20  Simon Josefsson  <jas@extundo.com>
31973
31974         * modules/version-etc-fsf: New file.
31975
31976 2005-01-20  Simon Josefsson  <jas@extundo.com>
31977
31978         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
31979         * lib/version-etc.c: Remove version_etc_copyright.
31980         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
31981         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
31982
31983 2005-01-20  Simon Josefsson  <jas@extundo.com>
31984
31985         * lib/base64.h (isbase64): Add.
31986
31987         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
31988         using a unsigned prototype, don't inline.
31989         (base64_decode): Use it.
31990
31991 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
31992
31993         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
31994         it.
31995
31996 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
31997
31998         * lib/save-cwd.c (save_cwd): Remove code to support the case
31999         where fchdir is missing or flaky.
32000
32001 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
32002
32003         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
32004
32005 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
32006
32007         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
32008         AC_LIBSOURCES now does this.
32009         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
32010         with new ullong_max module.
32011
32012 2005-01-19  Bruno Haible  <bruno@clisp.org>
32013
32014         * modules/sh-quote: New file.
32015         * MODULES.html.sh (Executing programs): Add sh-quote.
32016
32017 2005-01-19  Bruno Haible  <bruno@clisp.org>
32018
32019         * lib/sh-quote.h: New file, from GNU gettext.
32020         * lib/sh-quote.c: New file, from GNU gettext.
32021
32022 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
32023
32024         Merge from coreutils.
32025         * m4/ullong_max.m4: New file.
32026         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
32027         (gl_MACROS): Assume localeconv exists.
32028
32029 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
32030
32031         Merge changes from coreutils, as described below in several
32032         changelogs dated today.
32033
32034         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
32035         (O_DIRECTORY): Remove; not needed here, since "." must be
32036         a directory.  All uses removed.
32037         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
32038         universal on Suns, and we also need to test for IRIX.
32039         Revamp code to use 'if' rather than '#if'.
32040         Avoid unnecessary comparison of cwd->desc to 0.
32041
32042         * lib/utimens.c (futimens): Robustify the previous patch, by checking
32043         for known valid error numbers rather than observed invalid ones.
32044
32045 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
32046
32047         * modules/ullong_max: New file.
32048
32049         * modules/chdir-long, modules/openat: New files.
32050         * modules/save-cwd (Depends-on): Depend on chdir-long.
32051         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
32052
32053 2005-01-18  Jim Meyering  <jim@meyering.net>
32054
32055         Merge from coreutils.
32056         * m4/chdir-long.m4, m4/openat.m4: New files.
32057         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
32058         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
32059         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
32060         is sane and DOES follow symlinks.  Besides, testing 20 different
32061         systems found no broken chown implementations.
32062         Prompted by a change in rsync's copy of this macro.
32063         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
32064
32065         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
32066
32067         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
32068         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
32069         NULL-means-set-to-current-time semantics.
32070         Remove temporary file immediately, rather than waiting
32071         for configure's at-exit trap code to do it.
32072
32073 2005-01-18  Jim Meyering  <jim@meyering.net>
32074
32075         * lib/version-etc.c (version_etc_copyright): Update copyright date.
32076
32077         * lib/utimens.c (futimens): Account for the fact that futimes
32078         can also fail with errno == ENOSYS or errno == ENOENT.
32079         Patch from Dmitry V. Levin.
32080
32081         Change the name of the robust chdir function from chdir to chdir_long.
32082         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
32083         (restore_cwd): Use chdir_long, not chdir.
32084         * lib/chdir-long.c: Renamed from chdir.c.
32085         * lib/chdir-long.h: Renamed from chdir.h.
32086         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
32087         Hurd.
32088
32089 2005-01-18  Bruno Haible  <bruno@clisp.org>
32090
32091         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
32092         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
32093         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
32094         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
32095         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
32096         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
32097         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
32098         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
32099         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
32100         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
32101         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
32102         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
32103         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
32104         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
32105         Use an all-permissive copyright notice, recommended by RMS.
32106
32107 2005-01-18  Bob Proulx  <bob@proulx.com>
32108
32109         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
32110         simplify offsetof() macro construct to avoid compile failure with
32111         native HP-UX 11.0 ANSI C compiler.
32112
32113 2005-01-17  Bruno Haible  <bruno@clisp.org>
32114
32115         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
32116         redundant because stpncpy.m4 takes care of it.
32117
32118 2005-01-17  Bruno Haible  <bruno@clisp.org>
32119
32120         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
32121
32122 2005-01-17  Bruno Haible  <bruno@clisp.org>
32123
32124         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
32125         used.
32126
32127 2005-01-17  Bruno Haible  <bruno@clisp.org>
32128
32129         * lib/fwriteerror.h (fwriteerror): Change specification to include
32130         fclose.
32131         * lib/fwriteerror.c: Include <stdbool.h>.
32132         (fwriteerror): At the end, close the file stream. Record whether
32133         stdout was already closed.
32134
32135 2005-01-17  Bruno Haible  <bruno@clisp.org>
32136
32137         * lib/execute.c (environ): Declare if needed.
32138         * lib/pipe.c (environ): Likewise.
32139         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
32140
32141 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32142
32143         * modules/argp: Depend on vsnprintf
32144
32145 2005-01-10  Jim Meyering  <jim@meyering.net>
32146
32147         * modules/closeout (Depends-on): Add atexit.
32148
32149 2005-01-06  Bruno Haible  <bruno@clisp.org>
32150
32151         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
32152
32153 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
32154
32155         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
32156         definitions to be after all include files, to avoid collisions.
32157         Problem reported by Bob Proulx.
32158
32159 2005-01-04  Jim Meyering  <jim@meyering.net>
32160
32161         Changes imported from coreutils.
32162         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
32163         as the mkstemp template, use a temporary directory and an
32164         8.3-friendly template to avoid trouble on systems like DJGPP.
32165         Reported by Juan M. Guerrero via Stepan Kasal.
32166         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
32167         close. Remove the temporary directory right away, rather than waiting
32168         for configure's at-exit trap code to do it.
32169         Suggestion from Stepan Kasal.
32170
32171 2005-01-01  Simon Josefsson  <jas@extundo.com>
32172
32173         * gnulib-tool: Print #include directives when --import'ing.
32174
32175 2004-12-28  Simon Josefsson  <jas@extundo.com>
32176
32177         * tests/test-base64.c: Include required header files.  Remove
32178         unused variables.
32179
32180 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
32181
32182         * modules/error (Depends-on): Remove gettext.
32183
32184 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
32185
32186         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
32187         not needed.  This removes a dependency on the gettext module.
32188         [defined _LIBC]: Do not include <libintl.h>; not needed.
32189
32190 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
32191
32192         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
32193         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
32194
32195 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
32196
32197         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
32198         HAVE_DECL_STRTOLD.
32199
32200 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
32201
32202         * modules/getdate (Depends-on): Remove alloca-opt.
32203
32204 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
32205
32206         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
32207
32208 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
32209
32210         * lib/argp-parse.c: Include <stddef.h>.
32211         (alignof, alignto): New macros.
32212         (parser_init): Don't assume that void * is aligned sufficiently
32213         for struct option.
32214
32215         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
32216         need to extend the stack.
32217         (YYINITDEPTH): New macro, so that the initial stack isn't overly
32218         large.
32219
32220 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32221
32222         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
32223
32224 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
32225
32226         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
32227         (2004-10-24) change.  Apparently this was a false alarm.
32228
32229         * modules/getdate: Depend on alloca-opt, not alloca.
32230
32231 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
32232
32233         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
32234         Remove now-obsolete comment about AIX.
32235         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
32236         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
32237         (YYMAXDEPTH): New macro.
32238
32239 2004-12-18  Simon Josefsson  <jas@extundo.com>
32240
32241         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
32242
32243 2004-12-18  Bruno Haible  <bruno@clisp.org>
32244
32245         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
32246
32247 2004-12-18  Bruno Haible  <bruno@clisp.org>
32248
32249         * lib/fatal-signal.c (fatal_signals): Make non-const.
32250         (init_fatal_signals): New function.
32251         (uninstall_handlers, install_handlers): Ignore signals that were set to
32252         SIG_IGN.
32253         (at_fatal_signal): Call init_fatal_signals.
32254         (init_fatal_signal_set): Likewise. Ignore signals that were set to
32255         SIG_IGN.
32256         Reported by Paul Eggert.
32257
32258 2004-12-18  Bruno Haible  <bruno@clisp.org>
32259
32260         * doc/alloca.texi: New file.
32261         * doc/alloca-opt.texi: New file.
32262
32263 2004-12-17  Jim Meyering  <jim@meyering.net>
32264
32265         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
32266         Otherwise, install-sh could exit with improper exit status when
32267         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
32268
32269 2004-12-16  Simon Josefsson  <jas@extundo.com>
32270
32271         * tests/test-base64.c: Add license.
32272
32273 2004-12-15  Stepan Kasal  <address@hidden>
32274
32275         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
32276
32277 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
32278
32279         * modules/getcwd (Files): Add m4/d-ino.m4.
32280         Suggested by Mark D. Baushke.
32281
32282 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
32283
32284         * lib/getdate.y (textint): New member "negative".
32285         (time_zone_hhmm): New function.
32286         Expect 14 shift-reduce conflicts, not 13.
32287         (o_colon_minutes): New rule.
32288         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
32289         (yylex): Set the "negative" member of signed numbers.
32290
32291 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
32292
32293         * doc/getdate.texi (Time of day items, Time zone items):
32294         Describe new formats +00:00, UTC+00:00.
32295
32296 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
32297
32298         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
32299         spurious "-l"s.  Problem reported by Stepan Kasal.
32300
32301 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
32302
32303         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
32304         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
32305
32306 2004-12-04  Simon Josefsson  <jas@extundo.com>
32307
32308         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
32309         Vandoorselaere <yoann@prelude-ids.org>.
32310
32311 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
32312
32313         Changes imported from coreutils.
32314         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
32315         exist.
32316         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
32317
32318 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
32319
32320         Changes imported from coreutils.
32321         * lib/hard-locale.c: Assume <locale.h> exists.
32322         Include "strdup.h".
32323         (GLIBC_VERSION): New macro.
32324         (hard_locale): Assume setlocale exists.
32325         Rewrite to avoid #ifdef.
32326         Use strdup rather than malloc + strcpy.
32327         * lib/human.c: Assume <locale.h> exists.
32328         (human_readable): Assume localeconv exists.
32329
32330 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
32331
32332         * modules/hard-locale (Depends-on): Add strdup.
32333
32334 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
32335
32336         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
32337         convert T2, not T.  (Imported from libc.)
32338
32339 2004-11-30  Simon Josefsson  <jas@extundo.com>
32340
32341         * modules/restrict (License): Change to LGPL.
32342
32343 2004-11-30  Simon Josefsson  <jas@extundo.com>
32344
32345         * m4/restrict.m4: Add copyright and copying conditions.
32346
32347 2004-11-30  Simon Josefsson  <jas@extundo.com>
32348
32349         * m4/base64.m4: New file.
32350
32351 2004-11-30  Simon Josefsson  <jas@extundo.com>
32352
32353         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
32354         base64.
32355
32356         * tests/test-base64.c: New file.
32357
32358         * modules/base64: New file.
32359
32360 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
32361
32362         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
32363         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
32364
32365         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
32366
32367 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
32368
32369         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
32370         (__getcwd.c): Don't restore errno; glibc doesn't.
32371         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
32372         first, falling back to our code only if its results look suspicious.
32373         Ensure that the resulting buffer is only as large as necessary.
32374
32375         * lib/readutmp.c: Include readutmp.h first.
32376         Include <errno.h>, since readutmp.h no longer does that.
32377         * lib/readutmp.h: Don't include <errno.h>,
32378         <sys/param.h>, <time.h>; not needed to establish interface.
32379         (errno): Remove decl.
32380         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
32381         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
32382         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
32383
32384 2004-11-28  Simon Josefsson  <jas@extundo.com>
32385
32386         * lib/base64.h, base64.c: New file.
32387
32388 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
32389
32390         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
32391
32392 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
32393
32394         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
32395         (Depends-on): Remove pathmax, same.  Add mempcpy.
32396         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
32397         (Makefile.am): Append getcwd.h to lib_SOURCES.
32398         (Include): Add getcwd.h.
32399         (Maintainer): Change from Jim Meyering to "all, glibc",
32400         since getdate now uses intended-for-glibc code.
32401         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
32402         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
32403
32404 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
32405
32406         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
32407         HP's ANSI C compiler.
32408         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
32409         Declaring int functions causes warnings on some modern systems and
32410         shouldn't be needed to compile on ancient ones.
32411         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
32412         defined.
32413
32414         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
32415         with the following changes.
32416         (__set_errno): Parenthesize properly.
32417         Include <stdbool.h>.
32418         (MIN, MAX, MATCHING_INO): New macros.
32419         (__getcwd): Define with prototype, not K&R form.
32420         Use heuristics to allocate default buffer on stack if possible.
32421         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
32422         behavior, and to avoid the PATH_MAX limit when computing
32423         ../../../../...
32424         Use MATCHING_INO to compare inode number to file.
32425         Check for arithmetic overflow in size calculations.
32426         Fix bug in reallocation of dot array that caused getcwd to fail
32427         on directories nested deeper than 75.
32428         Be more careful about saving errno on error.
32429         Do not use realloc; use only free+malloc, as this is a bit
32430         more flexible and avoids a needless copy operation.
32431         Do not inspect st_dev and st_ino for symbolic links; POSIX
32432         doesn't specify the latter.
32433         Check for closedir errors.
32434         Avoid needless casts.
32435         Use "#ifdef weak_alias" around weak_alias, to be like other
32436         glibc code.
32437         The following changes to getcwd.c have effect only when used in
32438         gnulib; they have no effect inside glibc proper.
32439         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
32440         as alloca isn't used.
32441         (alloca, __alloca): Likewise.
32442         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
32443         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
32444         unconditionally, as gnulib assumes C89 or better.
32445         Do not include <sys/param.h>.
32446         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
32447         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
32448         better.
32449         (NULL) [!defined NULL]: Remove; we assume C89 or better.
32450         Include <dirent.h> in a way that is compatible with modern Autoconf.
32451         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
32452         New macros, if not already defined.
32453         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
32454         Use "_LIBC", not "defined _LIBC", for consistency.
32455         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
32456         a mempcpy module.
32457         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
32458         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
32459         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
32460         credit only to Jim Meyering and adjust the copyright dates.
32461         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
32462         <stdlib.h>, <unistd.h>, "pathmax.h".
32463         Instead, include "xgetcwd.h" (first) and "getcwd.h".
32464         (INITIAL_BUFFER_SIZE): Remove.
32465         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
32466
32467 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
32468
32469         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
32470         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
32471         Use the _ONCE methods, for efficiency.
32472         Check for fcntl.h.  In test program, include <errno.h>
32473         and <fcntl.h> if available.  Remove old K&R cruft from
32474         test program.  Check for common errors in GNU/Linux,
32475         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
32476         don't do AC_LIBOBJ, as that's getcwd.m4's job.
32477         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
32478         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
32479         name accordingly.
32480         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
32481         accommodate new getcwd.c.
32482         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
32483         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
32484         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
32485         that's all we need now.
32486
32487 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32488
32489         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
32490         argp-parse.c depends on getopt internals, that means we should
32491         always use our getopt, to be on the safe side.
32492         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
32493         order not to spoil the result of an eventual previous invocation
32494         of gl_GETOPT_SUBSTITUTE.
32495
32496 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32497
32498         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
32499         redefinition warnings. To avoid them, include the defines
32500         in `#if !defined __need_getopt ... #endif'. The only place
32501         where __getopt_argv_const is used is in definitions
32502         of getopt_long and getopt_long_only below, which are as well
32503         protected by `#ifndef __need_getopt'.
32504         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
32505         __need_getopt after including <stdio.h> and <unistd.h> These
32506         headers might have defined it.
32507
32508 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
32509
32510         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
32511
32512 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
32513
32514         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
32515         (futimens): New function, which uses futimes if available.
32516         (futimens, utimens): Support timespec==NULL, with same semantics
32517         as utime and utimens.
32518         * lib/utimens.h (futimens): New decl.
32519
32520 2004-11-23  Jim Meyering  <jim@meyering.net>
32521
32522         * lib/getopt_.h: Remove trailing blanks.
32523
32524 2004-11-23  Jim Meyering  <jim@meyering.net>
32525
32526         * lib/__fpending.c: Add comment.
32527
32528 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
32529
32530         * modules/canonicalize (Depends-on): Add xreadlink.
32531         Problem reported by James Youngman.
32532
32533 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
32534
32535         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
32536         New macros.
32537         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
32538         optopt): Use them instead of invoking ## directly; otherwise, the
32539         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
32540
32541 2004-11-19  Bruno Haible  <bruno@clisp.org>
32542
32543         * lib/strtok_r.c: Move comments from here...
32544         * lib/strtok_r.h: ... to here.
32545
32546 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
32547
32548         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
32549         implementations that mishandle size_t overflow.
32550
32551 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
32552
32553         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
32554         might fail.  Problem reported by Yoann Vandoorselaere.
32555         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
32556         implementations that mishandle size_t overflow.
32557
32558 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
32559
32560         * modules/canon-host (Depends-on): Add strdup.
32561
32562 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
32563
32564         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
32565
32566 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
32567
32568         * lib/canon-host.c: Include "strdup.h".
32569         (canon_host): Use getaddrinfo if available, so that IPv6 works.
32570         Use strdup instead of malloc/strcpy to duplicate strings.
32571
32572         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
32573         (human_space_before_unit): New constant.
32574         * lib/human.c (human_readable): Support it.
32575
32576         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
32577         (xgetcwd): Set errno correctly when failing.
32578         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
32579         the failure is actually due to a PATH_MAX problem.
32580
32581         Further getopt changes to make it more likely that glibc will
32582         buy the changes back.
32583         * lib/getopt.c (POSIXLY_CORRECT): New constant.
32584         (getopt): Use it, so to preserve glibc semantic
32585         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
32586         when compiling for libc.
32587         * lib/getopt_.h (__getopt_argv_const): Bring it back.
32588         (getopt_long, getopt_long_only): Use it.
32589
32590         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
32591         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
32592         (getopt): Argv is now char * const *, as per standard.
32593         (_getopt_internal_r, _getopt_internal): Argv is now char **,
32594         not char *__getopt_argv_const *.
32595         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
32596         _getopt_long_only_r): Likewise.
32597         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
32598         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
32599         _getopt_long_r, _getopt_long_only_r): Likewise.
32600         * lib/getopt_.h (__getopt_argv_const): Remove.
32601         (getopt): Argv is now char * const *, as per standard.
32602
32603         * lib/getdate.y (tORDINAL): New token.
32604         (day, relunit): Allow it for relative times.
32605         (relative_time_table): Use tORDINAL for ordinals.
32606
32607 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
32608
32609         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
32610         Document that "second" isn't allowed as an ordinal number.
32611
32612 2004-11-16  Jim Meyering  <jim@meyering.net>
32613
32614         * modules/closeout (Depends-on): Add fpending.
32615
32616 2004-11-15  Jim Meyering  <jim@meyering.net>
32617
32618         * lib/closeout.c: Include "__fpending.h" once again.
32619         Include <stdbool.h>.
32620         (close_stdout): Don't fail just because stdout was closed initially,
32621         since some programs don't write to stdout in the normal course of
32622         operation (other than --version and --help), and we don't want this
32623         function to make e.g. `touch file >&-' fail.
32624         But do fail if it was closed and someone has tried to write to it.
32625         E.g., `printf foo >&-' must fail.
32626
32627 2004-11-13  Jim Meyering  <jim@meyering.net>
32628
32629         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
32630
32631 2004-11-12  Simon Josefsson  <jas@extundo.com>
32632
32633         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
32634         small doc fix is still pending.
32635
32636 2004-11-11  Simon Josefsson  <jas@extundo.com>
32637
32638         * modules/strtok_r: New file.
32639
32640         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
32641         strtok_r.
32642
32643 2004-11-11  Simon Josefsson  <jas@extundo.com>
32644
32645         * m4/strtok_r.m4: New file.
32646
32647         * m4/getopt.m4: Replace opterr.
32648
32649 2004-11-11  Simon Josefsson  <jas@extundo.com>
32650
32651         * lib/strtok_r.h, strtok_r.c: New file.
32652
32653 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
32654
32655         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
32656         of replacing opterr, getopt, etc.  This should handle the
32657         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
32658
32659 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
32660
32661         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
32662         we can stop lying to compilers about the constness of argv when we
32663         are compiled outside glibc.
32664         (getopt, getopt_long, getopt_long_only): Use it.
32665         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
32666         _getopt_internal, getopt): Likewise.
32667         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
32668         _getopt_long_only_r): Likewise.
32669         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
32670         _getopt_long_r, _getopt_long_only_r): Likewise.
32671
32672         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
32673         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
32674         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
32675         the other external symbols.
32676         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
32677         declaration, since the above renaming now works around collisions.
32678
32679 2004-11-11  Jim Meyering  <jim@meyering.net>
32680
32681         * lib/linebreak.c: Remove trailing blanks.
32682         * lib/alloca_.h: Likewise.
32683         * lib/acosl.c: Likewise.
32684         * lib/euidaccess.c: Likewise.
32685         * lib/allocsa.h: Likewise.
32686
32687 2004-11-10  Simon Josefsson  <jas@extundo.com>
32688
32689         * m4/getaddrinfo.m4: New file.
32690
32691 2004-11-10  Simon Josefsson  <jas@extundo.com>
32692
32693         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
32694
32695 2004-11-10  Simon Josefsson  <jas@extundo.com>
32696
32697         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
32698         getaddrinfo.
32699
32700         * modules/getaddrinfo: New file.
32701
32702 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
32703
32704         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
32705
32706 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
32707
32708         * lib/mktime.c (SHR): New macro, which is a portable
32709         substitute for >> that should work even on Crays.
32710         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
32711         Problem reported by Mark D. Baushke in
32712         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
32713         * lib/getdate.y (SHR): Likewise.
32714         (tm_diff): Use it.
32715         * lib/strftime.c (SHR): Likewise.
32716         (tm_diff): Use it.
32717         * lib/quotearg.c (struct quoting_options): Use unsigned int for
32718         quote_these_too, so that right shifts are well defined.  All uses
32719         changed.
32720
32721 2004-11-10  Jim Meyering  <jim@meyering.net>
32722
32723         Ensure that no close failure goes unreported.
32724         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
32725         return early when it seems there's nothing to flush.
32726         Don't include __fpending.h.
32727
32728 2004-11-10  Jim Meyering  <jim@meyering.net>
32729
32730         * modules/closeout (Depends-on): Remove fpending.
32731
32732 2004-11-10  Jim Meyering  <jim@meyering.net>
32733
32734         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
32735
32736 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
32737
32738         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
32739         gl_FUNC_STRFTIME.
32740         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
32741         and AC_REQUIRE when possible, to avoid duplicate checks.
32742         Check for <wchar.h>.
32743
32744 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
32745
32746         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
32747
32748 2004-11-09  Bruno Haible  <bruno@clisp.org>
32749
32750         * m4/sockpfaf.m4: New file.
32751
32752 2004-11-05  Bruno Haible  <bruno@clisp.org>
32753
32754         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
32755         Reported by Mark D. Baushke <mdb@cvshome.org>.
32756
32757 2004-11-04  Bruno Haible  <bruno@clisp.org>
32758
32759         2004-09-11  Bruno Haible  <bruno@clisp.org>
32760                 * allocsa.valgrind: New file.
32761         2004-02-06  Bruno Haible  <bruno@clisp.org>
32762                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
32763                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
32764                 Reported by Christopher Seip <chris.seip@hp.com>.
32765
32766 2004-11-04  Bruno Haible  <bruno@clisp.org>
32767
32768         * modules/allocsa (Files): Add lib/allocsa.valgrind.
32769         (Makefile.am): Distribute it.
32770
32771 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
32772
32773         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
32774         with errno == ERANGE if the buffer is too small.
32775         Problem reported by Mark D. Baushke.
32776
32777 2004-11-03  Albert Chin  <china@thewrittenword.com>
32778             Paul Eggert  <eggert@cs.ucla.edu>
32779
32780         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
32781         equivalent, substitute $ac_type for equivalent type rather than
32782         blindly using uint32_t *always* which won't work if uint32_t is not
32783         available.  Define _UINT32_T to work around typedef of uint32_t if
32784         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
32785         2.5.1.
32786
32787 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
32788
32789         * m4/jm-macros.m4: Sync from coreutils.
32790         (gl_MACROS): Check for mbrlen, for pathchk.
32791         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
32792
32793 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
32794
32795         * lib/xreadlink.c (MAXSIZE): New macro.
32796         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
32797         size does not exceed MAXSIZE.  Avoid cast.
32798         As suggested by Mark D. Baushke in
32799         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
32800         if readlink fails with buffer size just under MAXSIZE, try again
32801         with MAXSIZE.
32802
32803 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
32804
32805         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
32806
32807 2004-11-02  Derek R. Price  <derek@ximbiot.com>
32808         and  Paul Eggert  <eggert@cs.ucla.edu>
32809
32810         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
32811         (get_date): Overparenthesize to avoid GCC warning.
32812
32813 2004-11-02  Bruno Haible  <bruno@clisp.org>
32814
32815         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
32816         returns void.
32817
32818 2004-11-02  Bruno Haible  <bruno@clisp.org>
32819
32820         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
32821         function returns void.
32822
32823 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
32824
32825         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
32826         fflush_unlocked, flockfile, funlockfile, funlockfile,
32827         fputs_unlocked, putc_unlocked.
32828
32829 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
32830
32831         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
32832         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
32833         already declared.
32834
32835 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
32836
32837         * modules/getdate (Files): Add doc/getdate.texi.
32838         (Depends-on): Add setenv, xalloc.
32839
32840 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
32841
32842         * lib/getdate.y: Add support for TZ="foo" within a date string.
32843         Fix some bugs near time_t boundaries.  Reject dates with
32844         out-of-range components, e.g., "Sept 31".
32845         Include <stdlib.h>, "setenv.h", "xalloc.h".
32846         (ISDIGIT_LOCALE): Remove; unused.
32847         Note that the TZ and time functions used here are not reentrant.
32848         (mktime_ok, get_tz): New functions.
32849         (TZBUFSIZE): New constant.
32850         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
32851         This requires that we sometimes generate our own TZ="XXX..." setting.
32852
32853 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
32854
32855         * doc/getdate.texi: New file, from coreutils with modifications for
32856         the new TZ parsing.
32857
32858 2004-10-27  Derek R. Price  <derek@ximbiot.com>
32859
32860         * lib/mktime.c (not_equal_tm): Remove redundant check.
32861
32862 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
32863
32864         * modules/regex (lib_SOURCES): Add regex.c.
32865         Reported by James Youngman in
32866         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
32867
32868 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
32869
32870         * lib/getdate.y: Use Bison 1.875 features, and some minor
32871         code cleanups.  This change does not affect semantics.
32872         Don't include <stdlib.h>; no longer needed.
32873         Don't include unlocked-io.h; only the "#if TEST" code uses
32874         stdio, and performance isn't crucial there.
32875         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
32876         Bison 1.875 features as described below.
32877         All uses of "PC." replaced by "pc->".
32878         (YYSTYPE): Add a forward declaration.
32879         (yylex, yyerror): Use full prototypes in forward decls.
32880         Use "%pure-parser" rather than obsolescent "%pure_parser".
32881         Use %parse-param and %lex-param instead of obsolescent
32882         YYPARSE_PARAM and YYLEX_PARAM.
32883         (meridian_table, month_and_day_table, time_units_table,
32884         relative_time_table, time_zone_table, military_table,
32885         lookup_zone, lookup_word, get_date):
32886         Use NULL instead of 0 where appropriate.
32887         (to_hour): Avoid abort (), to avoid a dependency on
32888         stdlib.h.
32889         (yyerror, yylex): Now accepts parser_control * arg.
32890         (main) [TEST]: Use '\0' rather than 0 for char.
32891
32892 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
32893
32894         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
32895
32896 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
32897
32898         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
32899         It's now the caller's responsibility to handle the case where
32900         !HAVE_GETPAGESIZE && !defined getpagesize.
32901
32902         * lib/mktime.c (leapyear): Arg is long int, not int.
32903
32904 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
32905
32906         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
32907
32908 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
32909
32910         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
32911         missing.  Problem reported by James Youngman.
32912
32913 2004-10-16  Simon Josefsson  <jas@extundo.com>
32914
32915         * gnulib-tool: Fix comments.  Fix parse problem.
32916         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
32917
32918 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
32919
32920         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
32921         implementation of getopt_long.  Problem reported by Alexander Taler in:
32922         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
32923
32924 2004-10-15  Bruno Haible  <bruno@clisp.org>
32925
32926         * gnulib-tool: Untabify. Initialize supplied_libname.
32927         (func_usage): More homogenous output.
32928         (func_modules_transitive_closure, func_modules_to_filelist,
32929         func_emit_lib_Makefile_am): New functions.
32930         (func_import): New function, extracted from big case statement. Use
32931         func_get_license, func_modules_transitive_closure,
32932         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
32933         opt_lgpl. Don't use test -a, as it's not portable.
32934         (func_create_testdir): Use func_modules_transitive_closure,
32935         func_modules_to_filelist, func_emit_lib_Makefile_am.
32936
32937 2004-10-15  Bruno Haible  <bruno@clisp.org>
32938
32939         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
32940
32941 2004-10-15  Bruno Haible  <bruno@clisp.org>
32942
32943         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
32944         the portions belonging to each module.
32945         Suggested by Derek Robert Price <derek@ximbiot.com>.
32946
32947 2004-10-12  Simon Josefsson  <jas@extundo.com>
32948
32949         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
32950         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
32951         to real functions.
32952
32953 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
32954
32955         * modules/vsnprintf: New file.
32956
32957 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
32958
32959         * m4/vsnprintf.m4: New file.
32960
32961 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
32962
32963         * lib/vsnprintf.h: New file.
32964         * lib/vsnprintf.c: New file.
32965
32966 2004-10-11  Bruno Haible  <bruno@clisp.org>
32967
32968         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
32969         vsnprintf.
32970
32971 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
32972
32973         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
32974
32975 2004-10-07  Bruno Haible  <bruno@clisp.org>
32976
32977         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
32978         fits into the provided buffer.
32979
32980 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
32981
32982         * lib/diacrit.c, diacrit.h: Add GPL notice.
32983
32984         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
32985         notice.
32986         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
32987         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
32988         This avoids a potential constant-folding bug.
32989
32990 2004-10-05  Bruno Haible  <bruno@clisp.org>
32991
32992         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
32993         for the declaration of strsep.
32994
32995 2004-10-05  Bruno Haible  <bruno@clisp.org>
32996
32997         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
32998
32999 2004-10-04  Simon Josefsson  <jas@extundo.com>
33000
33001         * modules/memmem: New file.
33002         * tests/test-memmem.c: New file.
33003         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
33004
33005 2004-10-04  Simon Josefsson  <jas@extundo.com>
33006
33007         * m4/memmem.m4: New file.
33008
33009 2004-10-04  Simon Josefsson  <jas@extundo.com>
33010
33011         * lib/memmem.h: New file.
33012         * lib/memmem.c: New file, taken from glibc.
33013
33014 2004-10-04  Simon Josefsson  <jas@extundo.com>
33015
33016         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
33017         '#ifdef USE_UNLOCKED_IO'.
33018
33019 2004-10-04  Simon Josefsson  <jas@extundo.com>
33020
33021         * config/srclist.txt: Add memmem from glibc.
33022
33023 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
33024
33025         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
33026
33027         * modules/argmatch, modules/argp, modules/closeout, modules/error,
33028         modules/exclude, modules/getdate, modules/getline,
33029         modules/getndelim2, modules/getpass, modules/getpass-gnu,
33030         modules/getusershell, modules/linebuffer, modules/md5,
33031         modules/mountlist, modules/posixtm, modules/readtokens,
33032         modules/readutmp, modules/regex, modules/sha1,
33033         modules/version-etc, modules/yesno:
33034         Remove dependency on unlocked-io.
33035
33036 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
33037
33038         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
33039
33040         * m4/unlocked-io.m4: Add copyright notice.
33041         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
33042
33043 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
33044
33045         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
33046         * lib/xmalloc.c (xmemdup): Likewise.
33047         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
33048         XFREE): Remove these long-obsolescent macros.
33049         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
33050         * lib/xstrdup.c: Remove.
33051
33052         * lib/regex.c (re_comp): Cast gettext return value to char *,
33053         Problem reported by Martin Neitzel via Mark D. Baushke.
33054
33055 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
33056
33057         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
33058         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
33059         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
33060         regex.c, sha1.c, version-etc.c, yesno.c:
33061         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
33062         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
33063         the includer's responsibility.
33064
33065         Sync from coreutils.
33066
33067         * lib/modechange.c (mode_compile): Don't decrement a pointer that
33068         points to the start of a string, as the C Standard says the
33069         resulting behavior is undefined.
33070
33071         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
33072         simple -> simple_backups, numbered_existing ->
33073         numbered_existing_backups, numbered -> numbered_backups
33074         to avoid shadowing problems.  All uses changed.
33075         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
33076         * lib/backupfile.c (check_extension, numbered_backup):
33077         Rename locals to avoid shadowing 'basename'.
33078         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
33079         once.
33080
33081         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
33082         * lib/.cvsignore: Add getopt.h.
33083
33084 2004-10-04  Bruno Haible  <bruno@clisp.org>
33085
33086         * modules/README: New file.
33087         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
33088         not a module.
33089
33090 2004-10-02  Jim Meyering  <jim@meyering.net>
33091
33092         * lib/dirfd.h, getpagesize.h: Add copyright notice.
33093
33094 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
33095
33096         * modules/strsep: New file.
33097
33098 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
33099
33100         * m4/strsep.m4: New file.
33101
33102 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
33103
33104         * lib/strsep.h: New file.
33105         * lib/strsep.c: New file.
33106
33107 2004-10-01  Simon Josefsson  <jas@extundo.com>
33108
33109         * lib/snprintf.c (snprintf): Handle size==0.
33110
33111 2004-10-01  Simon Josefsson  <jas@extundo.com>
33112             Bruno Haible  <bruno@clisp.org>
33113
33114         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
33115         (snprintf): Declare 'args'.
33116
33117 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
33118
33119         * lib/snprintf.c: Remove comments as to why each header is needed.
33120
33121 2004-10-01  Bruno Haible  <bruno@clisp.org>
33122
33123         * MODULES.html.sh: Add strsep.
33124
33125 2004-09-30  Simon Josefsson  <jas@extundo.com>
33126
33127         * modules/snprintf: New file.
33128
33129 2004-09-30  Simon Josefsson  <jas@extundo.com>
33130
33131         * m4/snprintf.m4: New file.
33132
33133 2004-09-30  Simon Josefsson  <jas@extundo.com>
33134
33135         * lib/snprintf.h, lib/snprintf.c: New files.
33136
33137 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33138
33139         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
33140         (hol_entry_help): Never translate an empty string.
33141         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
33142         * lib/argp.h (OPTION_NO_TRANS): New option.
33143
33144 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
33145
33146         * modules/argp (Maintainer): Replace Simon Josefsson
33147         by Sergey Poznyakoff.
33148
33149 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
33150
33151         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
33152         changes merged back into glibc.
33153
33154 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
33155
33156         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
33157
33158 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
33159
33160         * lib/xvasprintf.c: Include xalloc.h.
33161         (xvasprintf): Use xalloc_die, not xmalloc_die.
33162
33163 2004-09-29  Bruno Haible  <bruno@clisp.org>
33164
33165         * modules/alloca-opt: New file, derived from modules/alloca.
33166         * modules/allocsa: Depend on alloca-opt instead of alloca.
33167         * modules/setenv: Likewise.
33168         * modules/vasnprintf: Likewise.
33169         * MODULES.html.sh: Add alloca-opt.
33170
33171 2004-09-28  Simon Josefsson  <jas@extundo.com>
33172
33173         * gnulib-tool: New parameter --lgpl, to asseert that modules are
33174         LGPL, and to replace license template from GPL to LGPL.
33175
33176 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
33177
33178         * modules/dummy: Change license to LGPL.
33179
33180 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
33181
33182         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
33183
33184 2004-09-24  Simon Josefsson  <jas@extundo.com>
33185
33186         * modules/minmax (License): Change from GPL to LGPL.
33187
33188 2004-09-23  Simon Josefsson  <jas@extundo.com>
33189
33190         * gnulib-tool (--import): Typo.
33191
33192 2004-09-23  Simon Josefsson  <jas@extundo.com>
33193
33194         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
33195
33196 2004-09-22  Bruno Haible  <bruno@clisp.org>
33197
33198         * modules/*: Add 'License' field.
33199         * gnulib-tool: Accept --extract-license option.
33200         (func_get_license): New function.
33201
33202 2004-09-21  Bruno Haible  <bruno@clisp.org>
33203
33204         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
33205         Reported by Simon Josefsson.
33206
33207 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
33208
33209         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
33210         gl_AC_TYPE_LONG_LONG.
33211
33212 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
33213
33214         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
33215
33216 2004-09-18  Simon Josefsson  <jas@extundo.com>
33217         and  Paul Eggert  <eggert@cs.ucla.edu>
33218
33219         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
33220         calls with autoreconf.  Define GL_LIB.
33221
33222 2004-09-14  Karl Berry  <karl@gnu.org>
33223
33224         * config/srclist.txt: unsync setenv.c, sigh.
33225
33226 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
33227
33228         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
33229         Problem reported by Bruno Haible in:
33230         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
33231
33232 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
33233
33234         * config/srclist.txt: Comment out argp-pvh.c.
33235
33236 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
33237
33238         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
33239         in case some system header has #define'd it.  Problem reported by
33240         Soeren D. Schulze in
33241         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
33242
33243 2004-09-09  Karl Berry  <karl@gnu.org>
33244
33245         * regex.[ch]: delete from the root.  These were supposed to be
33246                 synced with emacs cvs, but this has not happened for about
33247                 a year, and anyway nothing else uses emacs regex.[ch].
33248                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
33249                 lib/regex[.ch] is untouched.
33250
33251 2004-09-09  Bruno Haible  <bruno@clisp.org>
33252
33253         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
33254
33255 2004-09-09  Bruno Haible  <bruno@clisp.org>
33256
33257         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
33258         modifications.
33259         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
33260
33261 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
33262
33263         * modules/xvasprintf: New file.
33264         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
33265
33266 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
33267
33268         * lib/xvasprintf.h: New file.
33269         * lib/xvasprintf.c: New file.
33270         * lib/xasprintf.c: New file.
33271
33272 2004-09-08  Bruno Haible  <bruno@clisp.org>
33273
33274         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
33275
33276 2004-09-08  Bruno Haible  <bruno@clisp.org>
33277
33278         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
33279         length is > INT_MAX.
33280         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
33281         more.
33282
33283 2004-09-08  Bruno Haible  <bruno@clisp.org>
33284
33285         * lib/stdint_.h: New file, taken from GNU clisp.
33286
33287 2004-09-08  Bruno Haible  <bruno@clisp.org>
33288             Oskar Liljeblad  <oskar@osk.mine.nu>
33289
33290         * modules/stdint: New file.
33291         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
33292
33293 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33294
33295         Import from coreutils.
33296         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
33297         strings on unbounded length.  alloca's performance benefits aren't
33298         that important here.
33299         (V_STRDUP): Remove.
33300         (parse_with_separator): New function, with most of the internals
33301         of the old parse_user_spec.  Allow user to omit both user and group,
33302         for compatibility with FreeBSD.
33303         Clone only the user name, not the entire spec.
33304         Do not set *uid, *gid unless entirely successful.
33305         Avoid memory leak in some failing cases.
33306         Fix regression for USER.GROUP reported by Dmitry V. Levin in
33307         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
33308         (parse_user_spec): Rewrite to use parse_with_separator.
33309
33310 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33311
33312         * modules/userspec: Don't depend on alloca.
33313
33314 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33315
33316         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
33317
33318 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
33319
33320         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
33321         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
33322         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
33323
33324 2004-08-16  Simon Josefsson  <jas@extundo.com>
33325
33326         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
33327         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
33328         Add --dry-run for --import.
33329         Let user provided command line parameters override configure.ac
33330         settings.
33331
33332 2004-08-12  Simon Josefsson  <jas@extundo.com>
33333
33334         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
33335         as discussed with Paul Eggert in threads rooted at
33336         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
33337         and
33338         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
33339         Before, the test was empty, and relied on ELIDE_CODE in source
33340         code.)
33341         (gl_PREREQ_GETOPT): New macro.
33342         (gl_GETOPT): Use them.
33343
33344 2004-08-12  Simon Josefsson  <jas@extundo.com>
33345
33346         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
33347         * lib/getopt_.h: Renamed from getopt.h.
33348
33349 2004-08-12  Simon Josefsson  <jas@extundo.com>
33350
33351         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
33352         Change default library name from libfoo to libgnu.
33353         Now, if you have a configure.ac that says:
33354                 gl_SOURCE_BASE(gl)
33355                 gl_M4_BASE(gl/m4)
33356                 gl_MODULES(error getopt etcetera)
33357                 gl_INIT
33358         you can import all you need by running:
33359                 ../gnulib/gnulib-tool --import
33360
33361         * modules/getopt (Files): Rename getopt.h to getopt_.h.
33362         (Makefile.am): Rewrite, use logic from argz.
33363         (Include): Use <getopt.h> instead of "getopt.h".
33364
33365 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
33366
33367         * modules/argp (Files): Add m4/unlocked-io.m4.
33368         (Depends-on): Add extensions.
33369
33370 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
33371
33372         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
33373         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
33374         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
33375         Check for program_invocation_name, program_invocation_short_name,
33376         flockfile, funlockfile, features.h, _getopt_long_only_r.
33377
33378 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
33379
33380         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
33381         its complicated substitute.
33382         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
33383         and program_invocation_name.
33384         (__argp_basename) [!_LIBC]: Remove; the only use was
33385         replaced by its body.
33386         (__argp_short_program_name): Change condition from
33387         !defined __argp_short_program_name to
33388         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
33389         to match argp-namefrob.h.
33390         (__argp_failure): Don't assume strerror_r returns char *.
33391         * lib/argp-parse.c (N_): Define unconditionally.
33392         (argp_default_options): Fill out initializers with 0 to avoid
33393         gcc warnings.
33394
33395 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
33396
33397         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
33398         getopt1.c.
33399
33400 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
33401
33402         Merge from coreutils.
33403
33404         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
33405
33406         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
33407         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
33408
33409 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
33410
33411         Merge from coreutils.
33412
33413         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
33414         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
33415         for Reliant Unix 5.43.
33416
33417         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
33418         (union fooround): Use uintmax_t, not long int.
33419         The rest is a merge from libc:
33420         [defined _LIBC]: Include <shlib-compat.h>.
33421         (_obstack) [defined _LIBC]: Remove after 2.3.4.
33422
33423         * lib/settime.c (settime): Recode to avoid warning with
33424         Sun Forte C 6U2.
33425
33426         * lib/strverscmp.c: Convert to UTF-8.
33427
33428 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
33429
33430         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
33431         m4/uintmax_t.m4.
33432
33433 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
33434
33435         * modules/xalloc-die: New file.
33436         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
33437
33438         * modules/md5 (Files): Add m4/uint32_t.m4.
33439         * modules/sha1: Renamed from modules/sha.
33440         (Files):
33441         Rename lib/sha.h to lib/sha1.h.
33442         Rename lib/sha.c to lib/sha1.c.
33443         Rename m4/sha.m4 to m4/sha1.m4.
33444         (lib_SOURCES): Likewise.
33445         (configure.ac): Rename gl_SHA to gl_SHA1.
33446         (Include): sha.h -> sha1.h.
33447
33448 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
33449
33450         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
33451         * m4/sha1.m4: Renamed from sha.m4.
33452         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
33453
33454 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
33455
33456         * lib/obstack.h (obstack_empty_p):
33457         Don't assume that chunk->contents is suitably aligned.
33458         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
33459         Likewise. Problem reported by Benno in
33460         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
33461
33462         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
33463         readable.  This could be improved further but it'd take some work.
33464
33465 2004-08-08  Simon Josefsson  <jas@extundo.com>
33466
33467         * modules/xgethostname (Depends-on): Remove exit and error (not
33468         used).
33469
33470         * modules/getpass-gnu: Add getpass.h.
33471         (Depends-on): Add stdbool.
33472         * modules/getpass: Add getpass.h.
33473
33474 2004-08-08  Simon Josefsson  <jas@extundo.com>
33475
33476         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
33477         Check getpass declaration.
33478
33479 2004-08-08  Simon Josefsson  <jas@extundo.com>
33480
33481         * lib/xgethostname.c: Don't include error.h (not used).
33482
33483         * lib/getpass.h: Add.
33484         * lib/getpass.c: Include getpass.h first.
33485
33486 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
33487
33488         * lib/xalloc-die.c: New file.
33489         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
33490         All uses removed.
33491         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
33492         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
33493         xalloc-die.c.
33494         (_, N_, xalloc_die): Move to xalloc-die.c.
33495         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
33496         so that we needn't mess with xalloc_msg_memory_exhausted.
33497
33498         * lib/sha1.h: Renamed from sha.h.
33499         (SHA1_H): Renamed from _SHA_H.
33500         (sha1_ctx): Renamed from sha_ctx.
33501         (sha1_init_ctx): Renamed from sha_init_ctx.
33502         (sha1_process_block): Renamed from sha_process_block.
33503         (sha1_process_bytes): Renamed from sha_process_bytes.
33504         (sha1_finish_ctx): Renamed from sha_finish_ctx.
33505         (sha1_read_ctx): Renamed from sha_read_ctx.
33506         (sha1_stream): Renamed from sha_stream.
33507         (sha1_buffer): Renamed from sha_buffer.
33508         * lib/sha1.c: Likewise; renamed from sha.c.
33509         Do not include <sys/types.h>.
33510         Include <stddef.h> rather than <stdlib.h>.
33511
33512 2004-08-08  Bruno Haible  <bruno@clisp.org>
33513
33514         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
33515         FILESYSTEM_PREFIX_LEN.
33516         * lib/progreloc.c: Likewise.
33517         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
33518
33519 2004-08-06  Simon Josefsson  <jas@extundo.com>
33520
33521         * modules/progname (Depends-on): Don't depend on stdbool.
33522
33523 2004-08-06  Simon Josefsson  <jas@extundo.com>
33524
33525         * modules/getsubopt: New file.
33526         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
33527         getsubopt.
33528
33529 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
33530
33531         More merge from coreutils.
33532
33533         * m4/utimens.m4, m4/utimecmp.m4: New files.
33534         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
33535         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
33536         prereq.m4, sha.m4: Import changes from coreutils.
33537
33538 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
33539
33540         More merge from coreutils.
33541         * modules/raise, modules/readtokens0, modules/utimens:
33542         * modules/utimecmp, module/xnanosleep: New files.
33543         * modules/strftime: Add lib/strftime.h.
33544         Change include from <time.h> to "strftime.h".
33545         * modules/yesno: Add lib/yesno.h.
33546         * modules/backupfile: Remove lib/addext.c.
33547         * modules/euidaccess: Add stat-macros.h.
33548         * modules/canonicalize, modules/euidaccess,
33549         modules/filemode, modules/lchown, modules/makepath,
33550         modules/rmdir, modules/stat: Likewise.
33551
33552 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
33553
33554         Merge from tar.
33555         * lib/argp-help.c (make_hol, hol_append): Don't assume that
33556         SIZE_MAX is a valid preprocessor constant.
33557         (__argp_basename): Change from "#ifndef _LIBC"
33558         to "#ifndef __argp_short_program_name", so that
33559         we don't compile these functions for tar.
33560
33561         More merges from coreutils.
33562         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
33563         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
33564         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
33565         * lib/addext.c: Remove; no longer needed.
33566         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
33567         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
33568         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
33569         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
33570         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
33571         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
33572         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
33573         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
33574         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
33575         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
33576         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
33577         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
33578         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
33579         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
33580         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
33581         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
33582         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
33583         Import changes from coreutils.
33584
33585 2004-08-05  Simon Josefsson  <jas@extundo.com>
33586
33587         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
33588
33589 2004-08-05  Simon Josefsson  <jas@extundo.com>
33590
33591         * m4/getsubopt.m4: New file.
33592
33593 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
33594
33595         Merge from coreutils.
33596
33597         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
33598         * m4/getcwd-path-max.m4: New files.
33599
33600         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
33601         FILESYSTEM_PREFIX_LEN ->
33602         FILE_SYSTEM_PREFIX_LEN.
33603         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
33604         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
33605         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
33606         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
33607
33608         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
33609         prerequisite modules now handle the DOS stuff.
33610         Don't check for unistd.h.
33611
33612 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
33613
33614         Merge from coreutils.
33615
33616         * lib/.gdb-history: Remove; this doesn't belong here.
33617
33618         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
33619         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
33620         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
33621         * lib/getcwd.c: New files.
33622
33623         * lib/dirname.h: Include <stdbool.h>.
33624         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
33625         for consistency with POSIX terminology.  All uses changed.
33626         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
33627         (strip_trailing_slashes): Use bool for booleans.
33628         * lib/stripslash.c (strip_trailing_slashes): Likewise.
33629
33630         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
33631         sometimes returns a positive errno value even when it succeeds.
33632         (print_errno_message) [!LIBC]: Fall back on strerror if
33633         __strerror_r fails.
33634
33635         * lib/path-concat.c (mempcpy): Don't define if a system header defines
33636         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
33637         (longest_relative_suffix): New function.
33638         (path_concat): Use it.  Assume first argument is not NULL.
33639         Port to DOS.  Omit redundant separators.
33640         Report an error instead of returning NULL.
33641         Use mempcpy instead of memcpy.
33642         (xpath_concat): Remove: not declared or used.
33643
33644         * lib/same.h: Include <stdbool.h>
33645         (same_name): Return bool, not int.
33646         * lib/same.c (same_name): Likewise.
33647         (errno): Don't declare; we assume C89 or better now.
33648
33649         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
33650         if not already defined.
33651
33652         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
33653         * lib/dup-safer.c (errno): Likewise.
33654
33655 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
33656
33657         Merge from coreutils.
33658         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
33659         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
33660         * modules/path-concat: Don't depend on strdup.
33661
33662 2004-08-03  Simon Josefsson  <jas@extundo.com>
33663
33664         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
33665         * lib/progname.h: Don't include stdbool.h.
33666
33667 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
33668
33669         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
33670         * MODULES.html.sh (func_all_modules): Remove fatal.
33671
33672 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
33673
33674         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
33675
33676 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
33677
33678         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
33679         working.
33680
33681 2004-08-02  Simon Josefsson  <jas@extundo.com>
33682
33683         * lib/getsubopt.h: New file, with comments from Bruno Haible.
33684         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
33685         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
33686
33687 2004-08-01  Simon Josefsson  <jas@extundo.com>
33688
33689         * lib/xgetdomainname.c: Include stdlib.h, for free().
33690
33691 2004-07-19  Bruno Haible  <bruno@clisp.org>
33692
33693         * MODULES.html.sh (func_all_modules): Add dummy.
33694
33695 2004-07-16  Simon Josefsson  <jas@extundo.com>
33696
33697         * modules/dummy: New file.
33698
33699 2004-07-16  Simon Josefsson  <jas@extundo.com>
33700
33701         * lib/dummy.c: New file.
33702
33703 2004-07-16  Bruno Haible  <bruno@clisp.org>
33704
33705         * lib/backupfile.h: Add extern "C" for C++.
33706         * lib/closeout.h: Likewise.
33707         * lib/copy-file.h: Likewise.
33708         * lib/findprog.h: Likewise.
33709         * lib/full-write.h: Likewise.
33710         * lib/pathname.h: Likewise.
33711         * lib/progname.h: Likewise.
33712         * lib/stpcpy.h: Likewise.
33713         * lib/stpncpy.h: Likewise.
33714         * lib/strcase.h: Likewise.
33715         * lib/strstr.h: Likewise.
33716         * lib/xalloc.h: Likewise.
33717
33718         * lib/mbswidth.h: Add extern "C" for C++.
33719         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
33720
33721 2004-07-13  Robert Millan  <robertmh@gnu.org>
33722
33723         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
33724
33725 2004-07-09  Simon Josefsson  <jas@extundo.com>
33726
33727         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
33728         failed without this.)
33729
33730 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
33731
33732         * modules/chown (Files): Add lib/fchown-stub.c, since
33733         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
33734
33735 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
33736
33737         * lib/fchown-stub.c: New file.
33738
33739 2004-06-24  Jim Meyering  <jim@meyering.net>
33740
33741         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
33742
33743 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33744
33745         * modules/argz: Omit "#include".
33746
33747         * MODULES.html.sh (func_all_modules): Add calloc, to match
33748         2004-06-01 addition of calloc module.
33749
33750 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33751
33752         * m4/argz.m4: New file, which is autoupdated from libtool.
33753
33754 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33755
33756         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
33757         libtool.
33758
33759 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
33760
33761         * config/srclist-update: Don't insist on "USA." before the
33762         close-comment, as libtool omits the period and puts the */ on a
33763         separate line.
33764         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
33765         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
33766
33767 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
33768
33769         * modules/argz: New file.
33770         * MODULES.html.sh (func_all_modules): Add argz.
33771
33772 2004-06-12  Jim Meyering  <jim@meyering.net>
33773         and  Paul Eggert  <eggert@cs.ucla.edu>
33774
33775         * modules/hash (Files): Add lib/xalloc.h.
33776         * modules/pipe (Depends-on): Add wait-process.
33777         * modules/stat (Depends-on): Add xalloc.
33778         * modules/userspec (Files): Add lib/userspec.h.
33779         * modules/xstrto
33780
33781         Upgrade from gettext-0.13.
33782         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
33783         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
33784         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
33785
33786 2004-06-10  Jim Meyering  <jim@meyering.net>
33787
33788         * lib/calloc.c: New file.
33789
33790 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
33791
33792         * lib/getdate.y (yylex): Allow space between sign and number.
33793         Problem reported by Dan Jacobson.
33794
33795 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
33796
33797         Merge from coreutils CVS.
33798
33799         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
33800         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
33801         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
33802         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
33803         xstrtol.m4: Fix copyright date and/or serial number.
33804
33805         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
33806         See if we need an fchown replacement.
33807         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
33808         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
33809         and use the replacement function if we detect either defect.
33810
33811         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
33812         gl_UTIMECMP.
33813
33814 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
33815         and  Jim Meyering  <jim@meyering.net>
33816
33817         Merge from coreutils CVS.
33818
33819         * lib/stat-macros.h: New file, with contents from file-type.h
33820         and coreutils' system.h.
33821         * lib/file-type.c: Include "stat-macros.h".
33822         * lib/file-type.h (file_type): Move all macro definitions to new file,
33823         stat-macros.h.
33824
33825         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
33826         Wrap old code with this conditional.
33827         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
33828         function that does not dereference symlinks.
33829         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
33830
33831         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
33832         dependency problems.
33833         (xreadlink): Accept new arg SIZE, for efficiency.
33834         All decls and uses changed.
33835         * lib/xreadlink.h: Include <stddef.h>, for size_t.
33836
33837         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
33838         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
33839
33840         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
33841         sysexits.h.
33842
33843 2004-06-01  Jim Meyering  <jim@meyering.net>
33844
33845         * m4/calloc.m4: New file.
33846
33847 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
33848
33849         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
33850         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
33851         Also, fix a typo in a diagnostic.
33852
33853 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
33854
33855         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
33856         or AC_FUNC_REALLOC.
33857
33858 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
33859
33860         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
33861         macros to be defined.
33862         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
33863         the allocator returns NULL because the requested size is zero.
33864
33865 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
33866
33867         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
33868         var.  Add comment explaining why libc still defines it.  This
33869         merges the following patch from glibc:
33870         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
33871
33872 2004-05-20  Andreas Schwab  <schwab@suse.de>
33873
33874         * m4/free.m4: Replace free if it not known to work, not the other
33875         way round.
33876
33877 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
33878
33879         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
33880         present in glibc since revision 1.1 of this file.
33881         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
33882         obstack_alignment_mask, obstack_alloc, obstack_base,
33883         obstack_blank, obstack_blank_fast, obstack_chunk_size,
33884         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
33885         obstack_grow0, obstack_init, obstack_int_grow,
33886         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
33887         obstack_next_free, obstack_object_size, obstack_ptr_grow,
33888         obstack_ptr_grow_fast, obstack_room): Remove declarations of
33889         nonexistent functions.
33890
33891 2004-05-18  Karl Berry  <karl@gnu.org>
33892
33893         * config/srclist.txt: break link for vasnprintf.c.
33894
33895 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
33896
33897         Port obstack to the AS/400, where pointers are 16 bytes wide and
33898         you cannot cast an integer to a valid pointer.  This patch is
33899         currently waiting to be integrated into glibc; see
33900         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
33901
33902         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
33903         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
33904         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
33905         (struct obstack): temp member is now a union of a pointer and
33906         an integer, instead of an integer.  All integer uses changed.
33907         This does not affect the physical layout of struct obstack,
33908         except on hosts (like the AS/400) where the size or alignment of
33909         void * is greater than that of ptrdiff_t.
33910         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
33911         __STDC__)]: Store temporary in pointer member of union, not
33912         integer member.
33913         * lib/obstack.c: Include <stddef.h>, for offsetof.
33914         (struct fooalign): Remove; it doesn't need a name.
33915         (union fooround): Change double to long double, and add void *.
33916         (DEFAULT_ALIGNMENT): Use offsetof to compute.
33917         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
33918         not a macro.  Hence the values are always int; so remove all
33919         casts-to-int in uses.
33920
33921 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
33922
33923         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
33924         we can get this patch merged into glibc.
33925
33926 2004-05-17  Derek R. Price  <derek@ximbiot.com>
33927             Paul Eggert  <eggert@cs.ucla.edu>
33928
33929         * m4/argp: Depend on alloca.
33930
33931 2004-05-17  Derek R. Price  <derek@ximbiot.com>
33932             Paul Eggert  <eggert@cs.ucla.edu>
33933
33934         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
33935         freecoding.
33936
33937 2004-05-17  Bruno Haible  <bruno@clisp.org>
33938
33939         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
33940         precision that consists of a '.' followed by an empty digit string.
33941         Patch by Tor Lillqvist <tml@iki.fi>.
33942
33943 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
33944
33945         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
33946         for backward compatibility with older code.  We need our own
33947         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
33948         it under some other name, and our alloca.h will define it.
33949
33950 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
33951             Derek Price  <derek@ximbiot.com>
33952
33953         * lib/alloca.c: Include <alloca.h>, to get our interface.
33954         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
33955         include <alloca.h> first.  Use C89 prototype for alloca; this
33956         requires including <stddef.h> for size_t.  Use extern "C" if C++.
33957         Use #elif for simplicity, since we can assume C89 now.
33958         Don't try to source the system alloca.h since it will not be found
33959         and to prevent recursively including its replacement.
33960         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
33961         * lib/regex.c: Likewise.
33962
33963 2004-05-16  Derek Price  <derek@ximbiot.com>
33964             Paul Eggert  <eggert@cs.ucla.edu>
33965
33966         getline cleanup.  This changes the getndelim2 API: both order of
33967         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
33968         no delimiter).
33969
33970         * lib/getline.c: Don't include stddef.h or stdio.h, since our
33971         interface does that.
33972         (getline): Always use getdelim, so that we don't have two
33973         copies of this code.
33974         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
33975         if available.
33976         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
33977         (GETNDELIM2_MAXIMUM): New macro.
33978         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
33979         instead of the old practice of delim2==0.  All callers changed.
33980         Return -1 on overflow, instead of returning junk.
33981         Do not set *linesize unless allocation succeeds.
33982         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
33983         that we include sys/types.h.
33984         * lib/getnline.h: Likewise.
33985         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
33986         (getndelim2): Reorder arguments.
33987         * lib/getnline.c (getnline, getndelim):
33988         Don't discard the NMAX argument.
33989         (getnline): Invoke getndelim, to avoid code duplication.
33990         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
33991         of (size_t) -1 by callers of the getnline family.
33992
33993 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
33994
33995         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
33996         Check for gettimeofday.
33997         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
33998         Check for settimeofday, stime.
33999
34000 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
34001
34002         * lib/nanosleep.c (suspended): Change its type from int to
34003         sig_atomic_t volatile.
34004         (first_call): Make it private to rpl_nanosleep, and have it
34005         be zero initially as that's a bit faster.
34006         (my_usleep): Round up fractional times instead of truncating them,
34007         as this is the usual meaning for 'sleep'.
34008
34009         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
34010         doesn't work.
34011         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
34012         (ENOSYS): Define if not defined.
34013         (settime): Fall back on stime if it exists and settimeofday fails.
34014         But don't bother with fallbacks if a method fails with errno == EPERM.
34015
34016 2004-05-11  Jim Meyering  <jim@meyering.net>
34017
34018         Prior to this change, the save_cwd caller required read access to the
34019         current directory on most systems (ones with the fchdir function).
34020
34021         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
34022         fails, try write-only, and finally, resort to using xgetcwd.
34023
34024 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
34025
34026         * lib/obstack.c, obstack.h: Import changes from libc.
34027
34028 2004-04-28  Bruno Haible  <bruno@clisp.org>
34029
34030         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
34031         also implicitly appends .exe to executables.
34032         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
34033         accepts Windows pathnames.
34034         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
34035         Treat Cygwin like Windows, since it now accepts Windows pathnames.
34036         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
34037         Treat Cygwin like Windows, since it now accepts Windows pathnames.
34038         Reported by Derek Robert Price <derek@ximbiot.com>.
34039
34040 2004-04-21  Karl Berry  <karl@gnu.org>
34041
34042         * config/srclist.txt (localcharset.c): break sync.
34043
34044 2004-04-20  Paul Eggert  <eggert@twinsun.com>
34045
34046         * m4/host-os.m4: Add a copyright notice.
34047
34048 2004-04-20  Jim Meyering  <jim@meyering.net>
34049
34050         Change UTILS_ to gl_ in AC_DEFINE'd names.
34051         Change utils_- and jm_-prefixed variables, too.
34052         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
34053         UTILS_FUNC_MKDIR_TRAILING_SLASH.
34054         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
34055
34056         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
34057         Don't emit trailing blanks.
34058         Also rename jm_-prefixed variables to have gl_ prefix.
34059
34060         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
34061         Also rename jm_-prefixed variables to have gl_ prefix.
34062
34063         * m4/jm-macros.m4: Reflect the renamings.
34064         * m4/prereq.m4: Likewise.
34065
34066 2004-04-20  Jim Meyering  <jim@meyering.net>
34067
34068         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
34069         memory.
34070
34071 2004-04-20  Jim Meyering  <jim@meyering.net>
34072             Bruno Haible  <bruno@clisp.org>
34073
34074         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
34075         memory when realloc fails.
34076
34077 2004-04-19  Jim Meyering  <jim@meyering.net>
34078
34079         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
34080         now that readutmp.c may call `free (0)'.
34081
34082 2004-04-19  Bruno Haible  <bruno@clisp.org>
34083
34084         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
34085         * m4/inttypes_h.m4: Likewise.
34086         * m4/stdint_h.m4: Likewise.
34087         * m4/intmax_t.m4: Likewise.
34088         * m4/uintmax_t.m4: Likewise.
34089
34090 2004-04-18  Jim Meyering  <jim@meyering.net>
34091
34092         * m4/prereq.m4: Don't forbid jm_ prefix.
34093
34094         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
34095         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
34096         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
34097         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
34098         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
34099         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
34100         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
34101         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
34102         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
34103         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
34104         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
34105         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
34106         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
34107         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
34108         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
34109         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
34110         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
34111         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
34112         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
34113
34114 2004-04-18  Jim Meyering  <jim@meyering.net>
34115
34116         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
34117         failure, don't leak memory and do call END_UTMP_ENT.
34118
34119 2004-04-16  Jim Meyering  <jim@meyering.net>
34120
34121         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
34122         coreutils' stat program.
34123         (gl_PREREQ): Don't require jm_PREREQ_STAT.
34124
34125 2004-04-11  Paul Eggert  <eggert@twinsun.com>
34126
34127         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
34128         C89.
34129         (CHAR_BIT): Remove, since we assume C89.
34130         Include <stdint.h> if available, as per current Autoconf CVS advice.
34131
34132 2004-03-31  Jim Meyering  <jim@meyering.net>
34133
34134         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
34135         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
34136         * m4/xalloc.m4: Likewise.
34137
34138 2004-03-30  Paul Eggert  <eggert@twinsun.com>
34139
34140         Merge from coreutils.
34141
34142         * m4/inttostr.m4: New file.
34143         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
34144         Require AM_STDBOOL_H and gl_TIMESPEC instead.
34145         Require gl_CLOCK_TIME.
34146         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
34147
34148 2004-03-30  Paul Eggert  <eggert@twinsun.com>
34149
34150         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
34151         not bool, to be more consistent with Unix conventions.
34152         Suggested by Bruno Haible.
34153
34154         Merge from coreutils.
34155
34156         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
34157         * lib/umaxtostr.c: New files.
34158
34159         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
34160         the usual <time.h> dance.
34161         (get_date): Change signature to support fractional time stamps.
34162         All callers changed.
34163         * lib/getdate.y: Include "getdate.h" first, as we can now
34164         assume C89 and don't need to worry about 'const'.
34165         Similarly, include "unlocked-io.h" near start, not in middle.
34166         Include <limits.h>.
34167         (textint.value): Use long int rather than int.
34168         (textint.digits): Use size_t rather than int.
34169         (BILLION, LOG10_BILLION): New constants.
34170         (parser_control): New member rel_ns.  Members day_ordinal,
34171         time_zone, month, day, hour, minutes, rel_year, rel_month,
34172         rel_day, rel_hour, rel_minutes, rel_seconds
34173         are now long int, not int.  Member seconds is now struct timespec,
34174         not int.  New member timespec_seen.  Members dates_seen, days_seen,
34175         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
34176         not int.
34177         (%union.intval): Now long int, not int.
34178         New member timespec.
34179         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
34180         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
34181         (spec): Now is a timespec or an item list.
34182         (timespec, items): New nonterminals.
34183         (time, rel, relunit, number, get_date):
34184         Add support for fractional seconds.
34185         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
34186         (gmtime, localtime, mktime): Remove decls; not needed with C89.
34187         (to_hour): First arg is now long int, not int.
34188         (to_year): Returns long int, not int.
34189         Don't treat year -70 like 70.
34190         (tm_diff): Returns long int, not int.
34191         (lookup_word): Use bool instead of int when appropriate.
34192         (yylex): Use size_t for count, not int.
34193         Detect overflow when parsing large integer constants.
34194         Add support for fractions.
34195         (get_date): Make pointers 'const' if possible.
34196         Use more-portable code to detect integer overflow.
34197         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
34198         Don't use ctime; it's not reliable if the year has >4 digits.
34199
34200         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
34201         This is for compatibility with BSD.
34202
34203         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
34204         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
34205         From coreutils' system.h.
34206
34207         * lib/userspec.c: Don't include "posixver.h".
34208         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
34209         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
34210         compatible extension.  Simplify code by removing a boolean int
34211         that was always nonzero if a string was nonnull.
34212
34213 2004-03-30  Jim Meyering  <jim@meyering.net>
34214
34215         Merge from coreutils.
34216
34217         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
34218         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
34219         on some systems one must include <grp.h> before it.
34220         Reported by Christian Krackowizer.
34221
34222 2004-03-30  Jim Meyering  <jim@meyering.net>
34223
34224         Merge from coreutils.
34225
34226         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
34227
34228         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
34229         an empty input stream.
34230
34231         * lib/readtokens.c: Include <stdbool.h>.
34232         (readtoken): Use `size_t' rather than int/long.
34233         All callers adjusted.
34234         Use `bool' rather than `int' where appropriate.
34235         Use memset rather than an explicit loop.
34236         Use x2nrealloc rather than xrealloc.
34237         Allow the use of `\0' as a delimiter.
34238         (readtokens): Likewise.
34239         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
34240
34241 2004-03-30  Jim Meyering  <jim@meyering.net>
34242
34243         * m4/realloc.m4: Remove file, since now it does no more than
34244         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
34245         the `configure.ac' section of module/realloc.
34246         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
34247
34248 2004-03-30  Bruno Haible  <bruno@clisp.org>
34249
34250         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
34251         nonnull.
34252
34253 2004-03-29  Paul Eggert  <eggert@twinsun.com>
34254
34255         Merge changes to getloadavg.c from coreutils and Emacs.
34256
34257         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
34258         Define to an expression, not to the empty string.
34259         Include cloexec.h and xalloc.h.
34260         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
34261         Use set_cloexec_flag rather than rolling our own.
34262         * lib/cloexec.c, lib/cloexec.h: New files.
34263
34264 2004-03-29  Paul Eggert  <eggert@twinsun.com>
34265
34266         * m4/cloexec.m4: New file.
34267
34268 2004-03-18  Paul Eggert  <eggert@twinsun.com>
34269
34270         * lib/getopt.h: Sync with libc CVS.
34271
34272 2004-03-18  Paul Eggert  <eggert@twinsun.com>
34273             Bruno Haible  <bruno@clisp.org>
34274
34275         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
34276         mbswidth.
34277
34278 2004-03-18  Paul Eggert  <eggert@twinsun.com>
34279             Bruno Haible  <bruno@clisp.org>
34280
34281         * lib/mbswidth.h: Include <wchar.h> only if
34282         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
34283         <wchar.h>.
34284         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
34285
34286 2004-03-09  Paul Eggert  <eggert@twinsun.com>
34287
34288         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
34289         Sync with libc CVS.
34290         * lib/getopt_int.h: New file, also synced from libc.
34291
34292 2004-03-09  Paul Eggert  <eggert@twinsun.com>
34293
34294         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
34295         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
34296         Bring back getopt.c, getopt.h, getopt1.c.
34297
34298 2004-03-07  Paul Eggert  <eggert@twinsun.com>
34299
34300         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
34301         All uses changed.  Check for sa_sigaction member; this fixes
34302         a bug first reported by Jason Andrade in
34303         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
34304
34305 2004-03-07  Paul Eggert  <eggert@twinsun.com>
34306
34307         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
34308         '#if' expressions.  Unlike the code it replaces, it does not
34309         depend on (defined _SC_PAGESIZE).  However, it does depend on
34310         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
34311         first reported by Jason Andrade in
34312         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
34313
34314 2004-02-25  Simon Josefsson  <jas@extundo.com>
34315
34316         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
34317
34318 2004-02-25  Simon Josefsson  <jas@extundo.com>
34319
34320         * lib/strdup.h: New file.
34321         * lib/strdup.c: Include it.
34322         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
34323         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
34324
34325 2004-02-23  Karl Berry  <karl@gnu.org>
34326
34327         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
34328         (from fencepost.gnu.org:/gd/gnuorg).
34329
34330 2004-02-23  Karl Berry  <karl@gnu.org>
34331
34332         * config/srclistvars.sh (GNUORG) [karl]: redefine.
34333         * config/srclist.txt: add maintain/standards documents.
34334
34335 2004-02-18  Bruno Haible  <bruno@clisp.org>
34336
34337         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
34338         Reported by Derek Robert Price <derek@ximbiot.com>.
34339
34340 2004-02-16  Karl Berry  <karl@gnu.org>
34341
34342         * config/mkinstalldirs, install-sh: update from automake.
34343
34344 2004-02-06  Karl Berry  <karl@gnu.org>
34345
34346         * m4/po.m4: update from gettext 0.14.1.
34347
34348 2004-02-06  Karl Berry  <karl@gnu.org>
34349
34350         * lib/config.charset: update from gettext 0.14.1.
34351
34352 2004-02-05  Paul Eggert  <eggert@twinsun.com>
34353
34354         Add comments and code, prompted by suggestions from Bruno Haible
34355         for sh-quote.
34356         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
34357         describing the enum quoting_style values.
34358         * lib/quotearg.c (quotearg_alloc): New function.
34359         (quotearg_buffer_restyled): Treat lone { and } as special.
34360         Treat = as special.  Work around bug with older shells
34361         that "see" a '\' that is really the 2nd byte of a multibyte char.
34362         Quote empty string with shell_quoting_style.
34363
34364 2004-02-03  Bruno Haible  <bruno@clisp.org>
34365
34366         * m4/pipe.m4: New file, from GNU gettext.
34367
34368 2004-02-03  Bruno Haible  <bruno@clisp.org>
34369
34370         * lib/pipe.h: New file, from GNU gettext.
34371         * lib/pipe.c: New file, from GNU gettext.
34372
34373 2004-01-27  Bruno Haible  <bruno@clisp.org>
34374
34375         * m4/execute.m4: New file, from GNU gettext.
34376
34377 2004-01-27  Bruno Haible  <bruno@clisp.org>
34378
34379         * lib/execute.h: New file, from GNU gettext.
34380         * lib/execute.c: New file, from GNU gettext.
34381         * lib/w32spawn.h: New file, from GNU gettext.
34382
34383 2004-01-24  Paul Eggert  <eggert@twinsun.com>
34384
34385         Merge from diffutils.
34386
34387         * lib/file-type.c (file_type): Add typed memory objects.
34388         * lib/file-type.h (S_TYPEISTMO): New macro.
34389
34390         * lib/c-stack.h (c_stack_action): Remove argv argument.
34391         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
34392         (die): Don't calculate message unless segv_action returns.
34393         (get_stack_location, min_address_from_argv, max_address_from_argv,
34394         volatile stack_base, volatile_stack_size): Remove.
34395         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
34396         that every segmentation violation is a stack overflow.  (Ouch!)
34397         See Debian bug 136249 (still outstanding) for more info about why
34398         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
34399
34400 2004-01-24  Paul Eggert  <eggert@twinsun.com>
34401
34402         Exit-status fix from coreutils.
34403
34404         Use exit_failure consistently in place of EXIT_FAILURE,
34405         so that program exit statuses are consistent on failure.
34406
34407         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
34408         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
34409         * lib/argmatch.h: Comment fix to match the above.
34410         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
34411         Now a macro referring to exit_failure, instead of a separate
34412         variable.  Include "exitfail.h" to get it.
34413         * lib/xstrtol.h: Include "exitfail.h".
34414         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
34415
34416         * lib/long-options.c (parse_long_options): Use prototype
34417         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
34418         for clarity.
34419
34420 2004-01-21  Jim Meyering  <jim@meyering.net>
34421
34422         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
34423         so as not to conflict with a different-sized __mktime_internal
34424         function in GNU libc.
34425         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
34426         Problem building statically-linked `ls' reported by Michael Brunnbauer.
34427
34428 2004-01-20  Karl Berry  <karl@gnu.org>
34429
34430         * config/config.guess: update from config.
34431
34432         * config/srclistvars.sh: GNUWWWLICENSES for karl.
34433
34434 2004-01-20  Bruno Haible  <bruno@clisp.org>
34435
34436         Safer stack allocation.
34437         * lib/setenv.c: Include allocsa.h.
34438         (alloca): Remove fallback definition.
34439         (freea): Remove macro.
34440         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
34441         instead of freea.
34442
34443 2004-01-20  Bruno Haible  <bruno@clisp.org>
34444
34445         * m4/eealloc.m4: New file, from GNU gettext.
34446
34447 2004-01-20  Bruno Haible  <bruno@clisp.org>
34448
34449         * m4/allocsa.m4: New file, from GNU gettext.
34450
34451 2004-01-20  Bruno Haible  <bruno@clisp.org>
34452
34453         * lib/xallocsa.h: New file, from GNU gettext.
34454         * lib/xallocsa.c: New file, from GNU gettext.
34455
34456 2004-01-20  Bruno Haible  <bruno@clisp.org>
34457
34458         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
34459
34460 2004-01-20  Bruno Haible  <bruno@clisp.org>
34461
34462         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
34463         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
34464         specially.
34465
34466 2004-01-20  Bruno Haible  <bruno@clisp.org>
34467
34468         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
34469         patch.
34470
34471 2004-01-20  Bruno Haible  <bruno@clisp.org>
34472
34473         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
34474
34475 2004-01-20  Bruno Haible  <bruno@clisp.org>
34476
34477         * lib/eealloc.h: New file.
34478
34479 2004-01-20  Bruno Haible  <bruno@clisp.org>
34480
34481         * lib/binary-io.h: Avoid warnings on Cygwin.
34482
34483 2004-01-20  Bruno Haible  <bruno@clisp.org>
34484
34485         * lib/allocsa.h: New file, from GNU gettext.
34486         * lib/allocsa.c: New file, from GNU gettext.
34487
34488 2004-01-18  Karl Berry  <karl@gnu.org>
34489
34490         * doc/gpl.texi, doc/lgpl.texi: new files.
34491
34492 2004-01-18  Karl Berry  <karl@gnu.org>
34493
34494         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
34495         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
34496
34497 2004-01-15  Paul Eggert  <eggert@twinsun.com>
34498
34499         Merge from coreutils.
34500
34501         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
34502         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
34503         (gl_DEFAULT_POSIX2_VERSION): Move
34504         the documentation from 'configure' into 'config.hin',
34505         so that 'configure --help' isn't burdened by it and
34506         we don't have to worry about its formatting there.
34507         Reword the documentation so that it's more succinct
34508         and can be run together into a single paragraph.
34509         * m4/same.m4 (gl_SAME): Check for pathconf.
34510
34511 2004-01-15  Paul Eggert  <eggert@twinsun.com>
34512
34513         Merge from coreutils.
34514
34515         * lib/posixver.c: Include posixver.h.
34516
34517         * lib/same.c: Include <stdbool.h>, <limits.h>.
34518         (_POSIX_NAME_MAX): Define if not defined.
34519         (MIN): New macro.
34520         (same_name): If file names are silently truncated, report
34521         that the file names are the same if they are the same after
34522         the silent truncation.
34523
34524         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
34525         conversion function.
34526         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
34527         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
34528         longer needed.
34529
34530 2004-01-15  Jim Meyering  <jim@meyering.net>
34531
34532         Merge from coreutils.
34533
34534         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
34535         if no library is required.
34536         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
34537         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
34538         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
34539         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
34540         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
34541         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
34542         value, $ac_cv_search_crypt, if it's "none required".
34543         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
34544         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
34545         not gl_FUNC_GETLOADAVG.
34546         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
34547         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
34548
34549 2004-01-15  Jim Meyering  <jim@meyering.net>
34550
34551         Merge from coreutils.
34552
34553         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
34554         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
34555         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
34556
34557         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
34558         optional configure-time default.
34559
34560         * lib/version-etc.c (version_etc_copyright): Update copyright date.
34561
34562         * lib/xreadlink.c (xreadlink): Correct outdated comment.
34563
34564 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
34565
34566         Merge from coreutils.
34567
34568         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
34569         value, $ac_cv_search_nanosleep, if it's "none required".
34570
34571 2004-01-14  Paul Eggert  <eggert@twinsun.com>
34572
34573         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
34574         with like-named macro in fnmatch.c.
34575         (EXT): Use an internal constant instead.
34576
34577         Merge fnmatch patches from glibc.
34578         * lib/fnmatch.c (mbsinit): Remove define.
34579         Add libc_hidden_ver (__fnmatch, fnmatch).
34580         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
34581         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
34582
34583 2004-01-14  Karl Berry  <karl@gnu.org>
34584
34585         * config/install-sh: update from automake.
34586
34587 2004-01-13  Karl Berry  <karl@gnu.org>
34588
34589         * config/install-sh: update from automake.
34590
34591 2004-01-09  Karl Berry  <karl@gnu.org>
34592
34593         * config/install-sh: update from automake.
34594
34595 2004-01-05  Karl Berry  <karl@gnu.org>
34596
34597         * config/config.{sub,guess}: update from config.
34598
34599 2003-12-31  Karl Berry  <karl@gnu.org>
34600
34601         * config/depcomp: update from automake.
34602
34603 2003-12-14  Karl Berry  <karl@gnu.org>
34604
34605         * lib/config.charset: update from gettext-runtime.
34606
34607 2003-12-03  Paul Eggert  <eggert@twinsun.com>
34608
34609         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
34610         Bug reported by Alfred M. Szmidt.
34611
34612 2003-12-03  Bruno Haible  <bruno@clisp.org>
34613
34614         * m4/gettext.m4: Upgrade from gettext-0.13.
34615         * m4/po.m4: Upgrade from gettext-0.13.
34616         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
34617         * m4/intmax.m4: New file, from gettext-0.13.
34618         * m4/printf-posix.m4: New file, from gettext-0.13.
34619
34620 2003-11-29  Karl Berry  <karl@gnu.org>
34621
34622         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
34623
34624 2003-11-25  Paul Eggert  <eggert@twinsun.com>
34625             Bruno Haible  <bruno@clisp.org>
34626
34627         * lib/printf-parse.h: Don't include sys/types.h.
34628         (ARG_NONE): New macro.
34629         (char_directive): Change type of *arg_index fields to size_t.
34630         * lib/printf-parse.c: Don't include sys/types.h.
34631         (SSIZE_MAX): Remove macro.
34632         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
34633         Remove unnecessary overflow check.
34634         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
34635         fields.
34636
34637 2003-11-25  Bruno Haible  <bruno@clisp.org>
34638
34639         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
34640
34641 2003-11-25  Bruno Haible  <bruno@clisp.org>
34642
34643         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
34644         gt_TYPE_SSIZE_T.
34645
34646 2003-11-24  Paul Eggert  <eggert@twinsun.com>
34647
34648         * modules/alloca: Remove dependency on xalloc.
34649
34650 2003-11-24  Paul Eggert  <eggert@twinsun.com>
34651
34652         * lib/alloca.c: Remove dependency on xalloc module.
34653         (xalloc_die): Remove.
34654         (memory_full) [!defined emacs]: New macro.
34655         [!defined emacs]: Don't include xalloc.h.
34656         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
34657         address arithmetic overflows.  Change datatypes a bit to avoid
34658         unnecessary casts.
34659
34660 2003-11-22  Jim Meyering  <jim@meyering.net>
34661
34662         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
34663         s/size/size_t/.
34664
34665 2003-11-21  Karl Berry  <karl@gnu.org>
34666
34667         * config/config.{sub,guess}: update from config.
34668
34669 2003-11-18  Karl Berry  <karl@gnu.org>
34670
34671         * config/config.{sub,guess}: update from config.
34672
34673         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
34674
34675 2003-11-17  Paul Eggert  <eggert@twinsun.com>
34676
34677         * README: Mention that S+T cannot overflow if S is the size of
34678         an existing object and T is sufficiently small.
34679
34680 2003-11-17  Jim Meyering  <jim@meyering.net>
34681
34682         On systems without utime and without a utimes function capable of
34683         dealing with a NULL struct utimbuf* argument, this utime replacement
34684         could -- in unusual circumstances -- leak a file descriptor.
34685         * lib/utime.c: Include <unistd.h> and <errno.h>.
34686         (utime_null): Be sure to close `fd' and to preserve errno.
34687         Reported by Geoff Collyer via Arnold Robbins.
34688
34689 2003-11-17  Bruno Haible  <bruno@clisp.org>
34690
34691         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
34692         (Depends-on): Add xsize.
34693
34694 2003-11-17  Bruno Haible  <bruno@clisp.org>
34695
34696         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
34697
34698 2003-11-17  Bruno Haible  <bruno@clisp.org>
34699
34700         * lib/vasnprintf.c (alloca): Remove fallback definition.
34701         (freea): Remove definition.
34702         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
34703         Reported by Paul Eggert.
34704
34705 2003-11-16  Paul Eggert  <eggert@twinsun.com>
34706             Bruno Haible  <bruno@clisp.org>
34707
34708         Protect against address arithmetic overflow.
34709         * lib/printf-args.h: Include stddef.h.
34710         (arguments): Change type of field 'count' to size_t.
34711         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
34712         'unsigned int' where appropriate.
34713         * lib/printf-parse.h: Include sys/types.h.
34714         (char_directive): Change type of *arg_index fields to ssize_t.
34715         (char_directives): Change type of fields 'count', max_*_length to
34716         size_t.
34717         * lib/printf-parse.c: Include sys/types.h and xsize.h.
34718         (SSIZE_MAX): Define fallback value.
34719         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
34720         instead of 'int' where appropriate. Check a_allocated, d_allocated
34721         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
34722         * lib/vasnprintf.c: Include xsize.h.
34723         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
34724         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
34725         overflow. Avoid wraparound when converting a width or precision from
34726         decimal to binary.
34727
34728 2003-11-16  Bruno Haible  <bruno@clisp.org>
34729
34730         Update from GNU gettext.
34731         * lib/printf-parse.c: Generalize to it can be compiled for wide
34732         strings.
34733         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
34734         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
34735         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
34736         SNPRINTF): New macros.
34737         Don't include <alloca.h> if the file is used inside libintl.
34738         (local_wcslen): New function, for Solaris 2.5.1.
34739         (VASNPRINTF): Use it instead of wcslen.
34740
34741 2003-11-16  Bruno Haible  <bruno@clisp.org>
34742
34743         * lib/xsize.h (xmax): New function.
34744         (xsum, xsum3, xsum4): Declare as "pure" functions.
34745
34746 2003-11-12  Paul Eggert  <eggert@twinsun.com>
34747
34748         * modules/xalloc (Files): Undo latest change, since xalloc.h
34749         no longer needs SIZE_MAX or PTRDIFF_MAX.
34750
34751 2003-11-12  Paul Eggert  <eggert@twinsun.com>
34752
34753         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
34754         gl_PTRDIFF_MAX.
34755
34756 2003-11-12  Paul Eggert  <eggert@twinsun.com>
34757
34758         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
34759         "return", to pacify some unknown compiler.  Problem reported
34760         by Joerg Schilling.
34761
34762 2003-11-12  Paul Eggert  <eggert@twinsun.com>
34763
34764         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
34765         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
34766         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
34767         heuristic is just as accurate as far as we know, and it removes a
34768         dependency on size_max.m4 and ptrdiff_max.m4.
34769
34770 2003-11-11  Bruno Haible  <bruno@clisp.org>
34771
34772         * modules/xsize (Files): Add m4/size_max.m4.
34773         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
34774
34775 2003-11-11  Bruno Haible  <bruno@clisp.org>
34776
34777         * m4/size_max.m4: New file.
34778         * m4/ptrdiff_max.m4: New file.
34779         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
34780         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
34781         (gl_XALLOC): Invoke it.
34782
34783 2003-11-11  Bruno Haible  <bruno@clisp.org>
34784
34785         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
34786         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
34787         defined.
34788
34789 2003-11-10  Paul Eggert  <eggert@twinsun.com>
34790
34791         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
34792         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
34793         rejected some allocations of exactly SIZE_MAX - 2 bytes.
34794         From Bruno Haible.
34795         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
34796         not (size_t) -1, since it's defined here.
34797
34798 2003-11-09  Karl Berry  <karl@gnu.org>
34799
34800         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
34801
34802 2003-11-06  Paul Eggert  <eggert@twinsun.com>
34803
34804         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
34805         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
34806         Reject sizes of exactly SIZE_MAX bytes.
34807         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
34808         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
34809
34810 2003-11-05  Bruno Haible  <bruno@clisp.org>
34811
34812         * lib/xsize.h: Include limits.h, to avoid a possible collision with
34813         SIZE_MAX defined in <limits.h> on Solaris.
34814
34815 2003-11-04  Jim Meyering  <jim@meyering.net>
34816
34817         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
34818         variable names, rather than @VAR@.
34819         * modules/poll: Likewise.
34820
34821 2003-11-04  Bruno Haible  <bruno@clisp.org>
34822
34823         * modules/xsize: New file.
34824         * modules/linebreak: Depend on xsize.
34825         * MODULES.html.sh (func_all_modules): Add xsize.
34826
34827 2003-11-04  Bruno Haible  <bruno@clisp.org>
34828
34829         * m4/xsize.m4: New file.
34830
34831 2003-11-04  Bruno Haible  <bruno@clisp.org>
34832
34833         * lib/xsize.h: New file.
34834         * lib/linebreak.c: Include xsize.h.
34835         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
34836         argument for overflow.
34837         Suggested by Paul Eggert.
34838
34839 2003-11-03  Karl Berry  <karl@gnu.org>
34840
34841         * config/config.{guess,sub}: update from config.
34842
34843 2003-11-03  Jim Meyering  <jim@meyering.net>
34844
34845         * modules/userspec (lib_SOURCES): Add userspec.h.
34846         (Include): Add "userspec.h".
34847         Improve description.
34848
34849 2003-11-03  Jim Meyering  <jim@meyering.net>
34850
34851         * lib/userspec.c: Include "userspec.h".
34852         * lib/userspec.h: New file.
34853
34854 2003-11-03  Bruno Haible  <bruno@clisp.org>
34855
34856         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
34857
34858 2003-11-03  Bruno Haible  <bruno@clisp.org>
34859
34860         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
34861         available, to avoid (extremely rare) race condition.
34862         Suggested by Paul Eggert.
34863
34864 2003-11-02  Karl Berry  <karl@gnu.org>
34865
34866         * config/srclist.txt (vasprintf.c): sync broken, sigh.
34867
34868 2003-10-31  Paul Eggert  <eggert@twinsun.com>
34869
34870         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
34871         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
34872         (read_filesystem_list): Set and use me_type_malloced.
34873         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
34874         whatever the type happens to be), for brevity and consistency.
34875         Check for size calculation overflow on Alphas running OSF/1.
34876
34877 2003-10-31  Jim Meyering  <jim@meyering.net>
34878
34879         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
34880
34881         * lib/linebuffer.c: Include <string.h> for declaration of memset.
34882
34883 2003-10-30  Paul Eggert  <eggert@twinsun.com>
34884             Bruno Haible  <bruno@clisp.org>
34885
34886         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
34887         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
34888
34889 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
34890
34891         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
34892         netbsd*-gnu*.  Suggested by Robert Millan.
34893
34894 2003-10-29  Paul Eggert  <eggert@twinsun.com>
34895
34896         * modules/group-member: Depend on stdbool.
34897
34898 2003-10-29  Paul Eggert  <eggert@twinsun.com>
34899
34900         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
34901
34902 2003-10-29  Paul Eggert  <eggert@twinsun.com>
34903
34904         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
34905         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
34906         after the 'gnu' in these cases.  This fixes some bugs in the
34907         previous change, and is based on suggestions by Robert Millan.
34908
34909 2003-10-29  Paul Eggert  <eggert@twinsun.com>
34910
34911         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
34912         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
34913         no longer needed.
34914         * lib/quotearg.c (quotearg_n_options): Use it.
34915         * lib/group-member.c: Include <stdbool.h>.
34916         (free_group_info): Arg is now const *; don't free arg.
34917         (get_group_info): Now returns bool and accepts struct group_info *,
34918         rather than returning a malloc'ed struct group_info *.
34919         All uses changed.  Check for overflow in internal size calculation.
34920
34921         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
34922         rather than xmalloc/xrealloc.
34923         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
34924         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
34925         conformance bug: the old code used a pointer after freeing the
34926         storage that it addressed.
34927         * lib/hash.c (hash_initialize): Simplify the code by using
34928         xalloc_oversized rather than doing it by hand.
34929         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
34930         the buffer preserved.  Use free and xmalloc instead.
34931         * lib/quotearg.c (quotearg_n_options): Likewise.
34932         Use a simpler test for size overflow.  Don't use xalloc_oversized
34933         because unsigned int might be wider than size_t (!); this suggests
34934         that we should switch from unsigned int to size_t for slot numbers.
34935
34936 2003-10-28  Paul Eggert  <eggert@twinsun.com>
34937
34938         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
34939         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
34940         NetBSD kernels.  Requested by Richard Stallman.
34941
34942 2003-10-27  Paul Eggert  <eggert@twinsun.com>
34943
34944         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
34945         to allocate the returned structure.  Do not allocate a subarray,
34946         as x2nrealloc will do that.
34947         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
34948         instead of xnrealloc.
34949         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
34950
34951 2003-10-27  Bruno Haible  <bruno@clisp.org>
34952
34953         * lib/stdbool_.h: Better support for BeOS.
34954
34955 2003-10-26  Paul Eggert  <eggert@twinsun.com>
34956
34957         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
34958         now uses inline.
34959
34960 2003-10-26  Paul Eggert  <eggert@twinsun.com>
34961
34962         * lib/xalloc.h (xalloc_oversized): New static inline function, for
34963         callers that want to do their own size-overflow checking.  Include
34964         <stdbool.h>, since xalloc_oversized returns bool.
34965         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
34966         to use xalloc_oversized.
34967
34968         Add two functions x2realloc, x2nrealloc, for programs that grow
34969         arrays dynamically by doubling their sizes.
34970         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
34971         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
34972         New functions.
34973
34974         Port to C99 semantics for 'inline' of external functions.
34975         Bug reported by Bruno Haible.
34976         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
34977         with the old contents of xnmalloc.
34978         (xnmalloc, xmalloc): Use it.
34979         (xnrealloc_inline): New static inline function,
34980         with the old contents of xnrealloc.
34981         (xnrealloc, xrealloc): Use it.
34982
34983         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
34984         that.
34985
34986 2003-10-26  Karl Berry  <karl@gnu.org>
34987
34988         * config/srclist.txt (COPYING.DOC): no longer available from
34989         /gd/gnuorg; don't know where the ultimate source is.
34990
34991 2003-10-25  Paul Eggert  <eggert@twinsun.com>
34992
34993         Fix several address-calculation bugs in the hash modules,
34994         plus some minor code cleanup.
34995
34996         * lib/hash.h: Include <stdbool.h>, for bool.
34997         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
34998         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
34999         hash_get_n_entries, hash_get_max_bucket_length,
35000         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
35001         hash_rehash): Use size_t rather than unsigned.
35002         * lib/hash.c (struct hash_table, hash_get_n_buckets,
35003         hash_get_n_buckets_used, hash_get_n_entries,
35004         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
35005         hash_get_entries, hash_do_for_each, hash_string, is_prime,
35006         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
35007         Likewise.
35008         (SIZE_MAX): Define if not defined.
35009         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
35010         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
35011         hash_print):
35012         Use const * when possible.
35013         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
35014         (check_tuning): Fix bug: if tuning parameters were very close to
35015         0 or 1, rounding errors could have caused subscript violations.
35016         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
35017         (hash_initialize): Add 'fail:' label
35018         to free table and return NULL, and use it to simplify code.
35019         Use calloc rather than clearing the storage ourself.
35020         (hash_initialize, hash_rehash): Check for arithmetic overflow in
35021         buffer size calculations.
35022         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
35023         Include <stddef.h>, for size_t.
35024         * lib/hash-pjw.c (hash_pjw): Likewise.
35025         Switch to method described by Bruno Haible.
35026         Include <limits.h>, for CHAR_BIT.
35027         (SIZE_BITS): New macro.
35028
35029 2003-10-23  Paul Eggert  <eggert@twinsun.com>
35030
35031         * m4/getline.m4 (AM_FUNC_GETLINE):
35032         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
35033         hosts.  Problem reported by Derek Robert Price in
35034         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
35035         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
35036         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
35037
35038 2003-10-21  Paul Eggert  <eggert@twinsun.com>
35039
35040         * lib/getndelim2.c (getndelim2): When size calculation overflows,
35041         ceiling the allocation at NMAX bytes rather than silently
35042         discarding input bytes before NMAX is reached.  This makes
35043         a difference only if NMAX exceeds SIZE_MAX / 2.
35044
35045         * lib/obstack.c: Merge from glibc.
35046         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
35047         Add libc_hidden_def (_obstack_newchunk).
35048         (_obstack_free) [! defined _LIBC]: Remove.
35049         [defined _LIBC]: Make a strong alias from obstack_free, rather than
35050         a clone of the function body.
35051         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
35052         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
35053
35054         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
35055         glibc.
35056         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
35057         arg to memcpy.
35058
35059         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
35060         (obstack_ptr_grow_fast, obstack_int_grow_fast):
35061         Don't use lvalue casts, as GCC plans to remove support for them
35062         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
35063         was also present in the non-GCC version, indicating that this
35064         code had always been buggy and had never been widely used.
35065         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
35066         Use the fast variant of each macro, rather than copying the
35067         definiens of the fast variant; that way, we'll be more likely to
35068         catch future bugs in the fast variants.
35069
35070 2003-10-20  Bruno Haible  <bruno@clisp.org>
35071
35072         * modules/wait-process: New file.
35073         * MODULES.html.sh (func_all_modules): Add wait-process.
35074
35075 2003-10-20  Bruno Haible  <bruno@clisp.org>
35076
35077         * m4/wait-process.m4: New file.
35078
35079 2003-10-20  Bruno Haible  <bruno@clisp.org>
35080
35081         * lib/wait-process.h: New file, from GNU gettext.
35082         * lib/wait-process.c: New file, from GNU gettext.
35083
35084 2003-10-19  Jim Meyering  <jim@meyering.net>
35085
35086         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
35087         HPUX 10.20.
35088
35089 2003-10-18  Karl Berry  <karl@gnu.org>
35090
35091         * config/config.guess: update from config.
35092
35093 2003-10-16  Paul Eggert  <eggert@twinsun.com>
35094
35095         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
35096         (getgroups): First arg is int, not size_t.
35097         Don't let 'free' mangle errno.
35098
35099 2003-10-16  Paul Eggert  <eggert@twinsun.com>
35100
35101         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
35102
35103 2003-10-16  Karl Berry  <karl@gnu.org>
35104
35105         * config/config.{guess,sub}: update from config.
35106
35107 2003-10-16  Jim Meyering  <jim@meyering.net>
35108
35109         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
35110         memcpy.
35111
35112 2003-10-15  Paul Eggert  <eggert@twinsun.com>
35113
35114         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
35115         (SIZE_MAX): Remove.
35116         (new_exclude, add_exclude_file): Initial size no longer needs to
35117         be a power of 2.
35118         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
35119         our own address arithmetic overflow checking.
35120
35121         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
35122         (fnmatch): Do not alloca more than 2000 wide characters;
35123         instead, use malloc for large buffers.
35124         Check for address arithmetic overflow, and return -1
35125         with errno set to ENOMEM in that case.
35126         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
35127         (NEW_PATTERN): Do not alloca more than 8000 bytes;
35128         instead, return -1.  Check for address arithmetic overflow.
35129
35130 2003-10-14  Paul Eggert  <eggert@twinsun.com>
35131
35132         Handle invalid suffixes and overflow independently, so that
35133         callers can treat them independently as needed.  Fix some bugs in
35134         suffix handling, e.g., "100k@" was not diagnosed as an invalid
35135         suffix for a human-readable blocksize.  The major caller-visible
35136         change is the addition of a new
35137         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
35138         that both overflow and suffix chars were found.
35139
35140         * lib/human.c (humblock): Don't check separately for invalid suffix
35141         char; that is xstrtoumax's job (now that its bug is fixed).
35142         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
35143         INTMAX_MAX]: New macros.
35144         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
35145         TYPE_MAXIMUM): New macros.
35146         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
35147         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
35148         if overflow occurs, as it's what __strtol does and it's more useful
35149         in practice.
35150         (__xstrtol): If __strtol reports some error other than ERANGE,
35151         reflect it to the caller as LONGINT_INVALID.  If it reports
35152         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
35153         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
35154         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
35155         value.
35156         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
35157         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
35158         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
35159         [defined UINTMAX_MAX]: New macros.
35160
35161 2003-10-14  Bruno Haible  <bruno@clisp.org>
35162
35163         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
35164
35165 2003-10-14  Bruno Haible  <bruno@clisp.org>
35166
35167         * m4/sig_atomic_t: New file, from GNU gettext.
35168         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
35169
35170 2003-10-14  Bruno Haible  <bruno@clisp.org>
35171
35172         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
35173         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
35174         Also use volatile where needed.
35175
35176 2003-10-12  Paul Eggert  <eggert@twinsun.com>
35177
35178         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
35179         Change maintainer from Bruno Haible to 'all'.
35180
35181 2003-10-12  Paul Eggert  <eggert@twinsun.com>
35182
35183         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
35184
35185 2003-10-12  Paul Eggert  <eggert@twinsun.com>
35186
35187         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
35188         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
35189         and define in terms of the other primitives.
35190         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
35191         (SIZE_MAX): Define if not already defined.
35192         (array_size_overflow): New function.
35193         (xalloc_die): Abort instead of exiting if 'error' returns.
35194         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
35195         (xmalloc, xrealloc): Use them.
35196         (xcalloc): Check for address arithmetic overflow.
35197         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
35198         a bit faster than strcpy.
35199
35200 2003-10-10  Simon Josefsson  <jas@extundo.com>
35201
35202         * modules/argp (Depends-on): Add restrict and strcase.
35203
35204 2003-10-10  Simon Josefsson  <jas@extundo.com>
35205
35206         * m4/argp.m4: Add AC_C_INLINE.
35207
35208 2003-10-08  Paul Eggert  <eggert@twinsun.com>
35209
35210         Merge getpass from libc, plus a few fixes.
35211
35212         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
35213         Include <stdbool.h>.
35214         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
35215         __fsetlocking to empty.
35216         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
35217         do include <bits/libc-lock.h>.
35218         Do not include <fcntl.h>; not needed.
35219         [_LIBC]: Include <wchar.h>.
35220         (NOTCANCEL_MODE): New macro.
35221         (flockfile, funlockfile) [_LIBC]: New macros.
35222         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
35223         [!_LIBC]: New macros.
35224         (call_fclose): New function.
35225         (getpass): Use it.  Save tty stream separately; this simplifies the
35226         code and makes it more reliable if stdin happens to equal stdout.
35227         Invoke __fsetlocking on tty.
35228         Handle thread cancellation if needed.
35229         Namespace cleanup (use __tcgetattr, __getline).
35230         Use bool for Booleans.
35231         [USE_IN_LIBIO]: Handle wide streams.
35232         [!_LIBC]: Unconditionally do the fseek, since we don't know what
35233         stream might go where.
35234
35235         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
35236         doesn't have to include <stdio.h> before us.
35237         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
35238         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
35239         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
35240         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
35241         if not declared, so that we can use getpass.c code from libc without
35242         rewriting it.
35243         (flockfile, ftrylockfile, funlockfile): New macros.
35244
35245 2003-10-08  Paul Eggert  <eggert@twinsun.com>
35246
35247         * modules/getpass: Depend on stdbool.
35248
35249 2003-10-08  Paul Eggert  <eggert@twinsun.com>
35250
35251         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
35252
35253 2003-10-07  Karl Berry  <karl@gnu.org>
35254
35255         * config/config.{guess,sub}: update from config.
35256
35257 2003-10-06  Jim Meyering  <jim@meyering.net>
35258             Bruno Haible  <bruno@clisp.org>
35259
35260         This lets translators provide better translations for the
35261         "Written by ..." part of --version output.
35262         * lib/version-etc.h: Include stdarg.h.
35263         (version_etc_copyright): Declare as readonly.
35264         (version_etc): Make this function variadic with a NULL-terminated list
35265         of author name strings.
35266         (version_etc_va): New declaration.
35267         * lib/version-etc.c: Include stdarg.h, stdlib.h.
35268         (version_etc_copyright): Declare as readonly.
35269         (version_etc_va): New function. Provide a different translatable string
35270         for each possible number of authors < 10. Abbreviate when there are 10
35271         authors or more.
35272         (version_etc): Make this function variadic. Call version_etc_va.
35273         Suggestion from Gary V. Vaughan.
35274
35275         * lib/long-options.h (parse_long_options): Change prototype: the
35276         authors string is moved to the end and becomes variadic.
35277         * lib/long-options.c: Include stdarg.h.
35278         (parse_long_options): Make this function variadic, too.
35279         Call version_etc_va, not version_etc.
35280
35281 2003-10-06  Bruno Haible  <bruno@clisp.org>
35282
35283         * modules/version-etc-2: Remove file.
35284         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
35285
35286 2003-10-06  Bruno Haible  <bruno@clisp.org>
35287
35288         * modules/fatal-signal: New file.
35289         * MODULES.html.sh (func_all_modules): Add fatal-signal.
35290
35291 2003-10-06  Bruno Haible  <bruno@clisp.org>
35292
35293         * m4/fatal-signal.m4: New file.
35294         * m4/signalblocking.m4: New file, from GNU gettext.
35295
35296 2003-10-06  Bruno Haible  <bruno@clisp.org>
35297
35298         * lib/version-etc-2.h: Remove file.
35299         * lib/version-etc-2.c: Remove file.
35300
35301 2003-10-06  Bruno Haible  <bruno@clisp.org>
35302
35303         * lib/fatal-signal.h: New file, from GNU gettext.
35304         * lib/fatal-signal.c: New file, from GNU gettext.
35305
35306 2003-10-05  Paul Eggert  <eggert@twinsun.com>
35307
35308         * README: Rework advice for preventing empty .o files.
35309         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
35310         not <sys/types.h>.
35311
35312 2003-10-04  Karl Berry  <karl@gnu.org>
35313
35314         * lib/argp*: update from libc.
35315
35316 2003-10-04  Karl Berry  <karl@gnu.org>
35317
35318         * config/config.{guess,sub}: update from config.
35319
35320 2003-10-02  Bruno Haible  <bruno@clisp.org>
35321
35322         * modules/lchown (Include): Add lchown.h.
35323         * modules/time_r (Include): Use "..." syntax.
35324         * modules/xgetdomainname (Include): Add xgetdomainname.h.
35325
35326 2003-10-01  Simon Josefsson  <jas@extundo.com>
35327
35328         * MODULES.html.sh (func_all_modules): Move gethostname from section
35329         'based on' to section 'lacking' POSIX:2001.
35330
35331 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
35332
35333         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
35334         to output mode on the same stream.
35335
35336 2003-09-29  Paul Eggert  <eggert@twinsun.com>
35337
35338         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
35339         Fix arg typo in previous patch.
35340
35341 2003-09-28  Jim Meyering  <jim@meyering.net>
35342
35343         * lib/error.c: Correct cpp indentation.
35344
35345 2003-09-27  Paul Eggert  <eggert@twinsun.com>
35346
35347         * modules/free: New file.
35348
35349 2003-09-27  Paul Eggert  <eggert@twinsun.com>
35350
35351         * m4/free.m4: New file.
35352
35353 2003-09-27  Paul Eggert  <eggert@twinsun.com>
35354
35355         * lib/minmax.h (MIN, MAX)
35356         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
35357         Omit the special code that used __typeof__, since we worry that
35358         it could be more trouble than it's worth.  See:
35359         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
35360         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
35361
35362         * lib/free.c: New file.
35363
35364 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
35365
35366         Trivial fixes to Makefile.am parts of module listings.
35367         * modules/strstr: Append strstr.h to lib_SOURCES.
35368         * modules/strcase: Likewise, for strcase.h.
35369
35370 2003-09-27  Karl Berry  <karl@gnu.org>
35371
35372         * config/mkinstalldirs: update from automake.
35373
35374 2003-09-26  Paul Eggert  <eggert@twinsun.com>
35375
35376         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
35377         (error_tail): Do not loop, reallocating temporary buffer, since
35378         the output cannot contain more wide characters than the input
35379         contains bytes, the size must be big enough already.  This avoids
35380         one potential size overflow calculation.  Check for size overflow
35381         when calculating temporary buffer size.  Free temporary buffer
35382         when done, if it was allocated with malloc; this plugs a memory
35383         leak.  Remove casts from void * to pointers, that are no longer
35384         needed now that we're assuming C89 or better.
35385
35386         Merge error changes from glibc.
35387
35388         * lib/error.c, error.h: Update copyright notice header to match glibc.
35389         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
35390         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
35391         Disable cancellation while printing error.
35392         * lib/error.h: Prepend __ to parameter names.
35393
35394 2003-09-26  Jim Meyering  <jim@meyering.net>
35395
35396         * lib/error.c (error_tail): Move some declarations
35397         into inner scope where the local variables are used.
35398
35399 2003-09-26  Bruno Haible  <bruno@clisp.org>
35400
35401         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
35402         stpncpy().
35403         Don't define stpncpy through config.h; it's now done through stpncpy.h.
35404
35405 2003-09-26  Bruno Haible  <bruno@clisp.org>
35406
35407         * lib/stpncpy.h (gnu_stpncpy): New declaration.
35408         (stpncpy): Define as alias for gnu_stpncpy.
35409         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
35410
35411 2003-09-25  Simon Josefsson  <jas@extundo.com>
35412
35413         * lib/xgetdomainname.h: New file.
35414         * lib/xgetdomainname.c: New file.
35415
35416 2003-09-25  Simon Josefsson  <jas@extundo.com>
35417             Bruno Haible  <bruno@clisp.org>
35418
35419         * modules/getdomainname: New file.
35420         * modules/xgetdomainname: New file.
35421         * MODULES.html.sh (func_all_modules): Add getdomainname,
35422         xgetdomainname.
35423
35424 2003-09-25  Simon Josefsson  <jas@extundo.com>
35425             Bruno Haible  <bruno@clisp.org>
35426
35427         * m4/getdomainname.m4: New file.
35428
35429 2003-09-25  Simon Josefsson  <jas@extundo.com>
35430             Bruno Haible  <bruno@clisp.org>
35431
35432         * lib/getdomainname.h: New file.
35433         * lib/getdomainname.c: New file.
35434
35435 2003-09-25  Karl Berry  <karl@gnu.org>
35436
35437         * lib/argp-fmtstream.c, argp-help.c: update from libc.
35438
35439 2003-09-25  Karl Berry  <karl@gnu.org>
35440
35441         * config/install-sh: update from automake.
35442
35443 2003-09-25  Bruno Haible  <bruno@clisp.org>
35444
35445         * modules/version-etc-2: New file, from modules/version-etc with
35446         modifications.
35447         * MODULES.html.sh (func_all_modules): Add version-etc-2.
35448
35449 2003-09-25  Bruno Haible  <bruno@clisp.org>
35450
35451         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
35452         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
35453
35454 2003-09-24  Simon Josefsson  <jas@extundo.com>
35455
35456         * modules/xgethostname: Add xgethostname.h.
35457
35458 2003-09-24  Paul Eggert  <eggert@twinsun.com>
35459
35460         * lib/linebuffer.c (freebuffer): Don't free the argument, just
35461         the buffer associated with the argument.  Bug reported by
35462         Simon Josefsson.
35463
35464 2003-09-24  Paul Eggert  <eggert@twinsun.com>
35465
35466         * README: Document assumptions that 'int' is at least 32 bits
35467         wide, that integer arithmetic is 2's complement without overflow,
35468         that there are no holes in integer values, that adding sizes of
35469         two nonoverlapping objects can't overflow, and that all-bits-zero
35470         yields scalar zero.  Fix spelling and capitalization typos.
35471
35472 2003-09-19  Karl Berry  <karl@gnu.org>
35473
35474         * lib/argp.h: update from libc.
35475
35476 2003-09-17  Paul Eggert  <eggert@twinsun.com>
35477
35478         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
35479         to avoid spurious warnings like "AC_RUN_IFELSE was called before
35480         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
35481
35482 2003-09-17  Paul Eggert  <eggert@twinsun.com>
35483
35484         * gnulib-tool: Use "test -h", not "test -L", for portability
35485         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
35486         (tags_regexp): Remove, since \| doesn't conform to POSIX.
35487         (sed_extract_prog): Issue s commands one-by-one, rather than
35488         using \| in one s command.
35489
35490 2003-09-16  Paul Eggert  <eggert@twinsun.com>
35491
35492         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
35493         input error, instead of returning NULL the next time we are called
35494         (and therefore losing track of errno).
35495
35496 2003-09-16  Bruno Haible  <bruno@clisp.org>
35497
35498         * gnulib-tool (func_create_testdir): Warn about duplicated
35499         dependencies.
35500
35501 2003-09-15  Paul Eggert  <eggert@twinsun.com>
35502
35503         * modules/argmatch, modules/fatal, modules/obstack,
35504         modules/xalloc, modules/xgethostname: Sort dependencies by
35505         importance, not alphabetically.
35506
35507 2003-09-15  Paul Eggert  <eggert@twinsun.com>
35508
35509         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
35510         fails, so that the caller gets the proper errno.
35511
35512         * lib/readutmp.c (read_utmp): Likewise.
35513         Check for fstat error.  Close stream and free storage
35514         when failing.
35515
35516 2003-09-14  Karl Berry  <karl@gnu.org>
35517
35518         * config/srclist.txt (strdup.c): disable for c89 changes.
35519
35520 2003-09-14  Jim Meyering  <jim@meyering.net>
35521
35522         * lib/getloadavg.c: Correct cpp indentation.
35523         * lib/strdup.c: Likewise.
35524         * lib/vasnprintf.c: Likewise.
35525
35526 2003-09-14  Bruno Haible  <bruno@clisp.org>
35527
35528         * modules/fwriteerror: New file.
35529         * MODULES.html.sh (func_all_modules): Add fwriteerror.
35530
35531 2003-09-14  Bruno Haible  <bruno@clisp.org>
35532
35533         * lib/fwriteerror.h: New file.
35534         * lib/fwriteerror.c: New file.
35535
35536 2003-09-12  Paul Eggert  <eggert@twinsun.com>
35537
35538         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
35539         modules/xgethostname, modules/xalloc: Depend on exit.
35540
35541 2003-09-12  Paul Eggert  <eggert@twinsun.com>
35542
35543         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
35544
35545         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
35546         and AC_MINIX, too, so that their extensions are available.
35547
35548         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
35549         This macro has been superseded by gl_BACKUPFILE.
35550
35551         More patches to assume C89 or better.
35552
35553         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
35554
35555         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
35556         unconditionally.
35557         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
35558         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
35559         Include <string.h>, <stdlib.h> unconditionally.
35560         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
35561         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
35562         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
35563         headers or for string.h.
35564         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
35565         or strtoul.
35566
35567         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
35568         headers.
35569         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
35570         * m4/userspec.m4 (gl_USERSPEC): Likewise.
35571         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
35572         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
35573         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
35574         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
35575         memcpy, memset.
35576         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
35577         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
35578         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
35579         strtol.
35580         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
35581         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
35582         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
35583         strtoul.
35584
35585 2003-09-12  Paul Eggert  <eggert@twinsun.com>
35586
35587         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
35588         * lib/obstack.c [!defined _LIBC]: Likewise.
35589         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
35590         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
35591         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
35592
35593         More changes to assume C89 or better.
35594
35595         * lib/error.c (error_tail): Assume vprintf.
35596
35597         * lib/argmatch.c (getenv): Remove decl.
35598         * lib/progreloc.c (get_full_program_name): Define via prototype.
35599         * lib/setenv.c (clearenv): Likewise.
35600         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
35601         needed.
35602         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
35603         (malloc, memcpy): Remove decls.
35604         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
35605         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
35606         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
35607         (memcpy): Remove macro.
35608         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
35609         (__P): Remove.  All uses removed.
35610         (PTR): Remove.  All uses changed to void *.
35611         (CHAR_BIT, NULL): Remove.
35612         (spaces, zeros, memset_space, memset_zero)
35613         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
35614         Remove.
35615         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
35616         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
35617         Define with prototype.
35618         Remove now-unnecessary prototype decl.
35619         (extra_args_spec): Assume ANSI C.  All uses changed.
35620         (extra_args_spec_iso): Remove.
35621         (my_strftime, emacs_strftimeu): Define via prototype.
35622         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
35623         unconditionally.
35624         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
35625         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
35626         (strtoul, strtol): Remove decls.
35627         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
35628         LONG_MAX): Remove.
35629         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
35630         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
35631         (LOCALE_PARAM_PROTO): New macro.
35632         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
35633         (INTERNAL (strtol), strtol): Define with a prototype.
35634         (PARAMS): Remove.  All uses removed.
35635         * lib/tempname.c: Include <string.h> unconditionally.
35636         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
35637         * lib/xgethostname.c (main): Define with a prototype.
35638         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
35639         Include <stdlib.h> unconditionally.
35640         (calloc, malloc, realloc, free): Remove decls.
35641         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
35642         Include <stdlib.h> unconditionally.  Sort include file names.
35643         (strtod): Remove.
35644         (xstrtod): Define with a prototype.
35645         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
35646         (strtol, strtoul): Remove decls.
35647
35648 2003-09-11  Paul Eggert  <eggert@twinsun.com>
35649
35650         More patches to assume C89 or better.
35651         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
35652         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
35653         string.h, memchr, STDC_HEADERS.
35654
35655 2003-09-11  Paul Eggert  <eggert@twinsun.com>
35656
35657         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
35658         Include <stdlib.h>, <string.h> unconditionally.
35659         Remove now-unnecessary cast to char *.
35660         * lib/strnlen.c: Include <string.h> unconditionally.
35661         * lib/yesno.c (yesno): Define with a prototype.
35662
35663 2003-09-11  Bruno Haible  <bruno@clisp.org>
35664
35665         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
35666
35667 2003-09-10  Jim Meyering  <jim@meyering.net>
35668
35669         * lib/error.c: Correct indentation of cpp directives.
35670
35671 2003-09-10  Bruno Haible  <bruno@clisp.org>
35672
35673         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
35674         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
35675         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
35676         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
35677         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
35678         <stdlib.h> and <string.h> checks.
35679         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
35680         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
35681
35682 2003-09-10  Bruno Haible  <bruno@clisp.org>
35683
35684         * lib/strcspn.c: Include <string.h> unconditionally.
35685         * lib/strpbrk.c: Include <string.h> unconditionally.
35686         * lib/strstr.c: Include <string.h> unconditionally.
35687         * lib/unicodeio.c: Include <string.h> unconditionally.
35688         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
35689         * lib/unsetenv.c: Likewise.
35690         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
35691         * lib/yesno.c: Include <stdlib.h> unconditionally.
35692         (rpmatch): Add prototype.
35693
35694 2003-09-09  Paul Eggert  <eggert@twinsun.com>
35695
35696         More patches to assume C89 or better.
35697         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
35698         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
35699         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
35700         or for string.h.
35701         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
35702         stdlib.h.
35703         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
35704         C headers.
35705         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
35706         string.h.
35707         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
35708         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
35709         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
35710         or for string.h.
35711         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
35712         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
35713         C headers.
35714         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
35715         memcpy.
35716         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
35717         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
35718         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
35719         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
35720         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
35721         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
35722         string.h, free.
35723         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
35724         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
35725         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
35726         C headers, or for string.h.
35727         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
35728         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
35729         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
35730         headers, memory.h, stdlib.h, string.h, strings.h.
35731         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
35732         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
35733         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
35734         strchr.
35735         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
35736         headers, memory.h, string.h.
35737         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
35738         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
35739         free.
35740         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
35741         headers.
35742         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
35743         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
35744         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
35745         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
35746         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
35747
35748 2003-09-09  Paul Eggert  <eggert@twinsun.com>
35749
35750         More K&R removal.
35751
35752         * lib/acosl.c (main): Use a prototype.
35753         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
35754         tanl.c: Likewise.
35755
35756         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
35757
35758         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
35759         (getopt, etopt_long, getopt_long_only, _getopt_internal)
35760         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
35761         with a prototype.
35762         * lib/getopt.c (const): Remove macro.
35763         Include <string.h> unconditionally.
35764         (my_index): Remove; all uses changed to strchr.
35765         (strlen): Remove decl.
35766         (exchange): Remove forward decl; no longer needed.
35767         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
35768         Define with prototype.
35769         * lib/getopt1.c (const): Remove macro.
35770         (getopt_long, getopt_long_only, main): Define with prototype.
35771
35772         * lib/getugroups.c: Include <string.h> unconditionally.
35773
35774         * lib/getusershell.c: Include <stdlib.h> unconditionally.
35775         (getusershell, setusershell, endusershell, readname, main):
35776         Define with prototypes.
35777
35778         * lib/group-member.c: Include group-member.h first.
35779         Include <stdlib.h> unconditionally.
35780
35781         * lib/hard-locale.c: Include hard-locale.h first.
35782         Include <stdlib.h>, <string.h> unconditionally.
35783
35784         * lib/hash.c (free, malloc): Remove decls.
35785         Include <stdlib.h> unconditionally.
35786
35787         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
35788         (getenv): Do not declare.
35789
35790         * lib/idcache.c: Include <string.h> unconditionally.
35791
35792         * lib/long-options.c: Include long-options.h first, to test interface.
35793         Include <stdlib.h> unconditionally.
35794
35795         * lib/makepath.c: Include makepath.h first, to test interface.
35796         Include <stdlib.h> and <string.h> unconditionally.
35797
35798         * lib/linebuffer.c: Include <stdlib.h>.
35799         (free): Remove decl.
35800
35801         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
35802         stddef.h. rpl_malloc returns void *, not char *.
35803         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
35804         prototype.
35805
35806         * lib/md5.h: Include <limits.h> unconditionally.
35807         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
35808         (__P): Remove; all uses removed.
35809         * lib/md5.c: Include "md5.h" first.
35810         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
35811         md5_buffer, md5_process_bytes, md5_process_block):
35812         Define with prototypes.
35813         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
35814         * lib/sha.c: Include "sha.h" first.
35815         Include <stdlib.h>, <string.h> unconditionally.
35816
35817         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
35818         * lib/memcmp.c (__ptr_t): Likewise.
35819         * lib/memrchr.c (__ptr_t): Likewise.
35820         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
35821         Include <string.h> unconditionally.
35822         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
35823         * lib/memchr.c: Include <stdlib.h> unconditionally.
35824         * lib/memchr.c (LONG_MAX): Remove.
35825         * lib/memrchr.c (LONG_MAX): Likewise.
35826         * lib/memchr.c (__memchr): Define via a prototype.
35827         * lib/memrchr.c (__memrchr): Likewise.
35828         * lib/memcmp.c (__P): Remove, and remove all uses.
35829         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
35830         Remove forward decls; no longer needed.
35831         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
35832         Use types required by C89 in prototype.
35833
35834         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
35835         * lib/savedir.c: Likewise.
35836         * lib/mkdir.c (free): Remove decl.
35837         * lib/rmdir.c (rmdir): Define with a prototype.
35838         * lib/savedir.c: Include savedir.h first, to test interface.
35839
35840         * lib/mktime.c (STDC_HEADERS): Remove.
35841         Include <stdlib.h>, <string.h> unconditionally.
35842
35843         * lib/modechange.c: Include <stdlib.h> unconditionally.
35844         (malloc): Remove decl.
35845
35846         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
35847         (free): Remove decl.
35848
35849         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
35850         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
35851         (This type really should be intptr_t, but that's a C99ism.)
35852         (_obstack_memcpy): Remove: all uses changed to memcpy.
35853         Include <string.h> unconditionally.
35854         (struct obstack): Assume __STDC__ for types of members
35855         chunkfun, freefun, extra_arg.
35856         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
35857         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
35858         obstack_begin, obstack_specify_allocation,
35859         obstack_specify_allocation_with_arg, obstack_chunkfun,
35860         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
35861         Remove unprototyped decls and the macros that use them.
35862         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
35863         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
35864         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
35865         (defined __STDC__ && __STDC__)]:
35866         Remove nonprototyped code.
35867         Include <stdlib.h> unconditionally.
35868         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
35869         _obstack_allocated_p, _obstack_free, obstack_free,
35870         _obstack_memory_used, print_and_abort):
35871         Define using prototypes.
35872         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
35873         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
35874         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
35875         obstack_next_free, obstack_object_size, obstack_room) [0]:
35876         Remove unused, unprototyped code.
35877
35878         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
35879
35880         * lib/physmem.c (physmem_total, physmem_available, main): Define
35881         with prototypes.
35882
35883         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
35884         (main): Define with a prototype.
35885
35886         * lib/posixver.c (getenv): Remove decl.
35887
35888         * lib/putenv.c (malloc): Returns void *, not char *.
35889         Include <string.h> unconditionally.
35890         (strchr, memcpy, NULL): Do not define.
35891
35892         * lib/readtokens.c: Include readtokens.h first, to test interface.
35893         Include <stdlib.h>, <string.h> unconditionally.
35894         (init_tokenbuffer): Define with a prototype.
35895
35896         * lib/regex.c (PARAMS): Remove.  All uses removed.
35897         All uses of _RE_ARGS removed, too.
35898         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
35899         unconditionally.
35900         (bzero): Assume memset exists.
35901         (memcmp, memcpy, NULL): Remove.
35902         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
35903         char, or assignments to local vars of type signed char.
35904         (init_syntax_once, PREFIX(extract_number_and_incr),
35905         PREFIX(print_partial_compiled_pattern),
35906         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
35907         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
35908         PREFIX(regex_grow_registers), PREFIX(regex_compile),
35909         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
35910         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
35911         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
35912         wcs_compile_range, byte_compile_range, truncate_wchar,
35913         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
35914         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
35915         count_mbs_length, wcs_re_match_2_internal,
35916         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
35917         PREFIX(alt_match_null_string_p),
35918         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
35919         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
35920         regfree, PREFIX(extract_number)): Define with prototype.  Remove
35921         now-unnecessary declaration, if any.
35922         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
35923         regcomp, regexec):
35924         Remove now-unnecessary casts among pointer types.
35925         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
35926
35927         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
35928         (free): Remove decl.
35929
35930         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
35931
35932         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
35933         (free): Remove decl.
35934
35935         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
35936         * lib/xgetcwd.c: Likewise.
35937
35938         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
35939         (free): Remove decl.
35940
35941         * lib/strchrnul.c (strchrnul): Define with a prototype.
35942         Fix bug: c_in was not converted to char before searching.
35943
35944         The following changes are not K&R related:
35945
35946         * lib/group-member.h: Include <sys/types.h>, so that this file is
35947         self-contained.
35948         * lib/makepath.h: Likewise.
35949
35950         * lib/getusershell.c (readname, default_index, line_size, readname):
35951         Use size_t, not int, for sizes.
35952         (readname): If the size overflows, report an error instead of
35953         looping forever.
35954
35955 2003-09-09  Paul Eggert  <eggert@twinsun.com>
35956
35957         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
35958         libc.
35959
35960 2003-09-09  Paul Eggert  <eggert@twinsun.com>
35961
35962         * README: New section: portability guidelines.
35963
35964 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
35965
35966         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
35967         C89 spec.
35968
35969 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
35970
35971         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
35972
35973 2003-09-08  Paul Eggert  <eggert@twinsun.com>
35974
35975         Assume C89 or better; remove K&R cruft.
35976         A few of these changes were first proposed by Derek Robert Price
35977         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
35978
35979         * lib/addext.c: Include <string.h> unconditionally.
35980         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
35981         Don't declare getenv or malloc.
35982
35983         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
35984         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
35985         (NULL): Remove.
35986         (find_stack_direction, alloca): Use prototypes.
35987
35988         * lib/atexit.c (atexit): Define using a prototype.
35989
35990         * lib/basename.c, dirname.c, stripslash.c:
35991         Include <string.h> unconditionally.
35992
35993         * lib/bcopy.c: Include <stddef.h>.
35994         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
35995
35996         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
35997
35998         * lib/error.h (error, error_at_line, error_print_progname)
35999         [! (defined (__STDC__) && __STDC__)]: Remove decls.
36000         * lib/error.c: Include error.h first, to check interface.
36001         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
36002         (VA_START): Remove; all uses changeed to va_start.
36003         (exit, strerror): Remove decls.
36004         (error_print_progname): Prototype uncondionally.
36005         Don't include <errno.h>; no longer needed.
36006         (private_strerror): Remove.
36007         (error_tail): Always define.
36008         (error, error_at_line): Assume C89 or better; always use prototypes.
36009         * lib/fatal.c: Include "fatal.h" first, to test interface.
36010         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
36011         (VA_START): Remove; all uses changed to va_start.
36012         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
36013         this case.
36014         (exit): Remove decl.
36015         (fatal): Prototype unconditionally.  Assume va_start works.
36016         Abort at end, to pacify gcc.
36017
36018         * lib/euidaccess.c (main): Define with a prototype.
36019
36020         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
36021
36022         * lib/exitfail.c: Include <stdlib.h> unconditionally.
36023
36024         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
36025         prototypes.
36026         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
36027         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
36028         (getenv): Remove decl.
36029         (fnmatch): Define using a prototype.
36030         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
36031         (FCT): Define using a prototype.
36032
36033         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
36034
36035         * lib/gethostname.c: Include <stddef.h>.
36036         (gethostname): Define with prototype.  Length is size_t, not int.
36037
36038 2003-09-08  Paul Eggert  <eggert@twinsun.com>
36039
36040         Assume C89 or better; remove K&R cruft.
36041         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
36042         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
36043         string.h, getenv, malloc.
36044         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
36045         headers.
36046         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
36047         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
36048         do not check for strerror.
36049         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
36050         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
36051         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
36052         do not check for doprnt or vprintf.
36053         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
36054         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
36055
36056 2003-09-08  Paul Eggert  <eggert@twinsun.com>
36057
36058         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
36059         getversion.c should have been removed then, but was accidentally
36060         preserved.
36061
36062         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
36063         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
36064
36065 2003-09-08  Karl Berry  <karl@gnu.org>
36066
36067         * config/config.sub, config.guess, srclistvars.sh: update from savannah
36068                 config, forget about prep.
36069
36070         * config/depcomp, missing: update from automake.
36071
36072 2003-09-07  Paul Eggert  <eggert@twinsun.com>
36073
36074         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
36075         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
36076
36077 2003-09-07  Paul Eggert  <eggert@twinsun.com>
36078
36079         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
36080         copy_tm_result.  Bug reported by Simon Josefsson in
36081         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
36082
36083 2003-09-06  Paul Eggert  <eggert@twinsun.com>
36084
36085         * m4/time_r.m4: New file.
36086         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
36087         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
36088         is. Check for timegm declaration.
36089         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
36090         Do not check for gmtime_r.
36091         Replace mktime if __mktime_internal does not exist and if mktime
36092         hasn't been replaced already.
36093
36094 2003-09-06  Paul Eggert  <eggert@twinsun.com>
36095
36096         * lib/time_r.c, lib/time_r.h: New files.
36097
36098         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
36099         __localtime_r.
36100         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
36101         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
36102
36103         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
36104         __gmtime_r.
36105         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
36106         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
36107         Include <time_r.h>.
36108
36109         * lib/timegm.c: Switch to glibc implementation, with the following
36110         changes:
36111         [defined HAVE_CONFIG_H]: Include <config.h>.
36112         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
36113         (__mktime_internal) [!defined _LIBC]: New decl.
36114         (__gmtime_r) [!defined _LIBC]: New macro and function.
36115         (timegm): Use a prototype, since gnulib assumes C89.
36116         Do not bother declaring tmp to be const, as it's not really usefu.
36117         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
36118         (timegm): Declare only if HAVE_DECL_TIMEGM.
36119
36120 2003-09-06  Paul Eggert  <eggert@twinsun.com>
36121
36122         * MODULES.html.sh (func_all_modules): Add time_r.
36123         * modules/time_r: New file.
36124         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
36125         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
36126
36127 2003-09-03  Paul Eggert  <eggert@twinsun.com>
36128
36129         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
36130         Bug reported by Lute Kamstra in
36131         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
36132
36133         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
36134         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
36135         course with correspondingly smaller numbers for tomorrow and
36136         yesterday.  From Tadayoshi Funaba.  Originally installed into
36137         sh-utils on 1999-08-07, but the patch got lost (I guess during the
36138         coreutils merge?).
36139
36140 2003-08-31  Simon Josefsson  <jas@extundo.com>
36141
36142         * modules/timegm: New file.
36143         * MODULES.html.sh (func_all_modules): Add timegm.
36144
36145 2003-08-31  Simon Josefsson  <jas@extundo.com>
36146
36147         * m4/timegm.m4: New file.
36148
36149 2003-08-31  Simon Josefsson  <jas@extundo.com>
36150
36151         * lib/timegm.h: New file.
36152         * lib/timegm.c: New file.  Based on
36153         wget-1.8.2/src/http.c:mktime_from_utc.
36154
36155 2003-08-31  Karl Berry  <karl@gnu.org>
36156
36157         * lib/argp.h: update from libc.
36158
36159 2003-08-28  Bruno Haible  <bruno@clisp.org>
36160
36161         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
36162         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
36163         followed by '#define fnmatch fnmatch_posix' gives an error.
36164
36165 2003-08-28  Bruno Haible  <bruno@clisp.org>
36166
36167         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
36168         warning on QNX, which defines O_BINARY to 000000.
36169
36170 2003-08-27  Jim Meyering  <jim@meyering.net>
36171
36172         * m4/mkstemp.m4: Require that the system mkstemp be able to create
36173         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
36174         would fail after 32.  Reported by Danny Levinson.  Details here:
36175         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
36176
36177 2003-08-24  Bruno Haible  <bruno@clisp.org>
36178
36179         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
36180         MSVC7 <stdio.h> is included later.
36181
36182 2003-08-22  Simon Josefsson  <jas@extundo.com>
36183
36184         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
36185
36186 2003-08-20  Karl Berry  <karl@gnu.org>
36187
36188         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
36189
36190 2003-08-20  Bruno Haible  <bruno@clisp.org>
36191
36192         * modules/progname: New file.
36193         * MODULES.html.sh (func_all_modules): Add progname.
36194
36195 2003-08-20  Bruno Haible  <bruno@clisp.org>
36196
36197         * lib/progname.h: New file, from GNU gettext.
36198         * lib/progname.c: New file, from GNU gettext.
36199         * lib/progreloc.c: New file, from GNU gettext.
36200
36201 2003-08-19  Jim Meyering  <jim@meyering.net>
36202
36203         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
36204         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
36205
36206 2003-08-19  Bruno Haible  <bruno@clisp.org>
36207
36208         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
36209         more.
36210
36211 2003-08-19  Bruno Haible  <bruno@clisp.org>
36212
36213         * lib/xstrdup.c: Assume <string.h> exists.
36214
36215 2003-08-18  Paul Eggert  <eggert@twinsun.com>
36216
36217         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
36218         in makefile rules.
36219
36220 2003-08-18  Jim Meyering  <jim@meyering.net>
36221
36222         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
36223         * m4/lib-ld.m4: Likewise.
36224
36225 2003-08-18  Jim Meyering  <jim@meyering.net>
36226
36227         * lib/setenv.h: Indent nested cpp directive.
36228         * lib/vasnprintf.c: Remove trailing blanks.
36229
36230 2003-08-17  Simon Josefsson  <jas@extundo.com>
36231
36232         * modules/xstrndup: New file.
36233         * MODULES.html.sh (func_all_modules): Add xstrndup.
36234
36235 2003-08-17  Simon Josefsson  <jas@extundo.com>
36236
36237         * modules/argp: Fix autoconf macro name. Add more dependencies.
36238
36239 2003-08-17  Simon Josefsson  <jas@extundo.com>
36240
36241         * m4/xstrndup.m4: New file.
36242
36243 2003-08-17  Simon Josefsson  <jas@extundo.com>
36244
36245         * m4/argp.m4: New file.
36246
36247 2003-08-17  Simon Josefsson  <jas@extundo.com>
36248             Bruno Haible  <bruno@clisp.org>
36249
36250         * lib/xstrndup.h: New file.
36251         * lib/xstrndup.c: New file.
36252
36253 2003-08-17  Bruno Haible  <bruno@clisp.org>
36254
36255         * modules/strndup (Files, Include): Add lib/strndup.h.
36256
36257 2003-08-17  Bruno Haible  <bruno@clisp.org>
36258
36259         * modules/euidaccess (Files): Add lib/euidaccess.h.
36260
36261 2003-08-17  Bruno Haible  <bruno@clisp.org>
36262
36263         * lib/strndup.h: New file.
36264
36265 2003-08-17  Bruno Haible  <bruno@clisp.org>
36266
36267         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
36268         like AC_GNU_SOURCE.
36269         * modules/extensions (configure.ac): Comment out the invocation of
36270         gl_USE_SYSTEM_EXTENSIONS.
36271
36272 2003-08-16  Paul Eggert  <eggert@twinsun.com>
36273
36274         Merges from coreutils, etc.
36275         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
36276         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
36277         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
36278         fixing a typo.
36279         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
36280         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
36281
36282 2003-08-16  Paul Eggert  <eggert@twinsun.com>
36283
36284         Document merge from coreutils.
36285         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
36286         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
36287         * modules/utime: Add m4/utimes-null.m4.
36288
36289 2003-08-16  Paul Eggert  <eggert@twinsun.com>
36290
36291         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
36292         space, undoing this 2003-08-12 change:
36293         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
36294
36295 2003-08-16  Paul Eggert  <eggert@twinsun.com>
36296
36297         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
36298         strtoul.c from libc, undoing this 2003-08-12 change:
36299         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
36300
36301 2003-08-16  Jim Meyering  <jim@meyering.net>
36302
36303         Merges from coreutils.
36304         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
36305         prefix.  Adjust cache variables similarly.  Create 500 rather than
36306         just 300 files, to exercise bug on Darwin6.5, too.
36307         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
36308         $missing_dir.
36309         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
36310         AM_SYS_POSIX_TERMIOS.
36311         Reported by mkc@mathdogs.com.
36312         Also change use of $am_cv_sys_posix_termios
36313         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
36314         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
36315         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
36316         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
36317         in /proc/mounts until it finds one with matching device number.  This
36318         is unnecessary when the FILE argument *is* a mount point.  No stat call
36319         is necessary in that case.  So, disable the statvfs-testing code on
36320         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
36321         as RedHat bug# 84846.
36322         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
36323         to 1MB, so as not to render systems with no stack size limit (e.g.,
36324         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
36325         Include <unistd.h>.  On some systems,
36326         it is required for the definition of _SC_PAGESIZE.
36327
36328 2003-08-16  Jim Meyering  <jim@meyering.net>
36329
36330         Merge from coreutils.
36331         * lib/xstrtoimax.c: #else #if -> #elif.
36332         * lib/xstrtoumax.c: Likewise.
36333
36334 2003-08-16  Jim Meyering  <jim@meyering.net>
36335
36336         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
36337         * m4/utimes.m4: Removed.
36338         * m4/utimes-null.m4: Renamed from utimes.m4.
36339
36340         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
36341         to 1MB, so as not to render systems with no stack size limit (e.g.,
36342         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
36343         Include <unistd.h>.  On some systems,
36344         it is required for the definition of _SC_PAGESIZE.
36345
36346 2003-08-16  Jim Meyering  <jim@meyering.net>
36347         and Paul Eggert  <eggert@cs.ucla.edu>
36348
36349         Merges from coreutils, etc.
36350
36351         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
36352         using the latest version from cvs.  This avoids problems with #line
36353         directives using a vendor (Sun) compiler.
36354         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
36355         Don't set GETGROUPS_LIB here; now it's
36356         done via getgroups.m4's wrapper function.
36357         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
36358         rather than just in sh-util/configure.in, so that the
36359         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
36360         same.
36361         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
36362         AC_FUNC_GETLOADAVG where to find getloadavg.c.
36363         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
36364         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
36365         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
36366         Remove code that is now done by the newly-required macros.
36367         Append $(EXEEXT) to DF_PROG.
36368         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
36369         Do not invoke or require the following here,
36370         since prereq.m4 or some gnulib .m4 now does this for us:
36371         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
36372         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
36373         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
36374         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
36375         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
36376         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
36377         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
36378         AC_FUNC_OBSTACK.
36379         Do not replace the following functions, as this is now the job
36380         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
36381         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
36382         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
36383         atexit getpass, strdup, getpagesize.
36384         Replace 'raise'.
36385         Do not check for the following functions, as this is now the job
36386         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
36387         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
36388         setregid.
36389         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
36390         Check for sys/sysctl.h.
36391         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
36392         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
36393         of checking for ssize_t ourselves.
36394
36395         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
36396         Require every macro that gnulib/modules/* suggests for us.
36397         (jm_PREREQ_ADDEXT): New macro.
36398         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
36399         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
36400
36401         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
36402         (gl_PHYSMEM): Use it.
36403         Also check for `table' function.
36404         Check for new headers and functions.
36405         Add check for sys/sysmp.h.
36406         With suggestions from Kaveh Ghazi.
36407         Ignore headers that are present but cannot be compiled.  This
36408         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
36409         C 5.4.
36410
36411 2003-08-15  Paul Eggert  <eggert@twinsun.com>
36412
36413         Document merge from coreutils.
36414         * modules/userspec: Depend on posixver.
36415         * modules/strftime: Depend on tzset.
36416
36417 2003-08-15  Paul Eggert  <eggert@twinsun.com>
36418
36419         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
36420         rather than tab, after '#' in shell-script copyright notices.
36421         Suggested by Bruno Haible.
36422
36423 2003-08-15  Paul Eggert  <eggert@twinsun.com>
36424
36425         * config/srclist-update: Use three spaces, rather than tab, after '#'
36426         in shell-script copyright notices.  Suggested by Bruno Haible.
36427         Remove unnecessary parenthesization in regular expression.
36428
36429 2003-08-15  Jim Meyering  <jim@meyering.net>
36430
36431         Merge from coreutils.
36432         * lib/xgethostname.c: Include <stdlib.h>.
36433         (xghostname): Don't exit for anything other than memory-related
36434         failure; just return NULL.
36435         * lib/userspec.c: Include "posixver.h".
36436         (parse_user_spec): Accept `.' as a separator only
36437         in pre-POSIX-200112 mode.
36438         * lib/strtoimax.c: Use #elif rather than #else #if.
36439         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
36440         Remove function, now that we can rely on a working tzset function.
36441         [!_LIBC]: Ensure that the required autoconf test has been run.
36442         [!defined _NL_CURRENT && HAVE_STRFTIME]:
36443         Use underlying_strftime for %r.
36444         * lib/sha.c: Merge in some clean-up and optimization changes from
36445         glibc.
36446         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
36447         Ensure that it is a multiple of 64.
36448         Rearrange loop exit tests so as to avoid performing an
36449         additional fread after encountering an error or EOF.
36450         * lib/realloc.c: Update copyright date.
36451
36452 2003-08-15  Jim Meyering  <jim@meyering.net>
36453         and Paul Eggert  <eggert@twinsun.com>
36454
36455         Merge from coreutils.
36456         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
36457         member but strut utmpx does not.  Needed for AIX 4.3.3.
36458         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
36459
36460 2003-08-15  Jim Meyering  <jim@meyering.net>
36461         and Paul Eggert  <eggert@cs.ucla.edu>
36462
36463         Merges from coreutils, etc.
36464         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
36465         Require gl_FUNC_TZSET_CLOBBER.
36466         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
36467         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
36468         members.
36469
36470 2003-08-14  Paul Eggert  <eggert@twinsun.com>
36471
36472         Help the merge from coreutils.
36473         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
36474         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
36475         * m4/tzset.m4: Use it too.
36476
36477 2003-08-14  Paul Eggert  <eggert@twinsun.com>
36478
36479         * modules/tzset: New file.
36480
36481 2003-08-14  Jim Meyering  <jim@meyering.net>
36482
36483         Merges from coreutils.
36484         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
36485         variable names, rather than @FNMATCH_H@.
36486         * modules/alloca: Likewise for $(ALLOCA_H).
36487
36488         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
36489         the three copies of the literal target, `fnmatch.h'.
36490         * modules/alloca (alloca.h): Likewise.
36491
36492 2003-08-14  Jim Meyering  <jim@meyering.net>
36493
36494         Merge from coreutils.
36495         * m4/tzset.m4: New file.
36496         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
36497         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
36498         otherwise, AIX 5.1 systems would end up using the latter.
36499         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
36500         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
36501         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
36502         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
36503
36504 2003-08-14  Jim Meyering  <jim@meyering.net>
36505
36506         Merge from coreutils.
36507         * lib/obstack.h: Whitespace changes.
36508         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
36509         and xcalloc return values.
36510         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
36511         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
36512         hang on OSF/1 5.1 for DIR on both local and remote file systems.
36513         Reported by (and fix confirmed by) Nelson H. F. Beebe.
36514         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
36515         error from mntctl.
36516         Use mntctl's return value to drive the entry-processing loop, since
36517         we can't rely on the value of the vmt_length member in the last
36518         entry.  On some systems doing so could result in exhausting
36519         virtual memory.  Based in part on a patch from Mike Jetzer.
36520
36521 2003-08-14  Jim Meyering  <jim@meyering.net>
36522         and Paul Eggert  <eggert@twinsun.com>
36523
36524         Merges from coreutils, plus other fixes.
36525         * lib/physmem.c: Merge in portability changes from gcc/libiberty
36526         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
36527         for credits and details.  Thanks to Kaveh Ghazi for helping
36528         to keep these files in sync.
36529         (ARRAY_SIZE): Define it.
36530         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
36531         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
36532         (memcasecmp): Don't assume size_t fits in unsigned int.
36533         Remove casts and duplicate code.
36534         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
36535         (memcpy): Remove definition.
36536         Merge in some clean-up and optimization changes from glibc.
36537         [BLOCKSIZE]: Move definition to top of file.
36538         Ensure that it is a multiple of 64.
36539         Rearrange loop exit tests so as to avoid performing an
36540         additional fread after encountering an error or EOF.
36541         * lib/md5.h (md5_uintptr): Define.
36542         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
36543         return to the initial working directory.  Preserve errno
36544         for caller.
36545         * lib/idcache.c: Include "xalloc.h".
36546         (xmalloc, xrealloc): Remove decls.
36547         (getuser): Remove casts no longer required in C89.
36548         * lib/human.c: Include stdio.h, for sprintf.
36549         * lib/group-member.c: Include "xalloc.h".
36550         (xmalloc, xrealloc): Remove decls.
36551         (get_group_info): Remove casts no longer required in C89.
36552         * lib/getusershell.c (readname): Remove casts no longer required in
36553         C89.
36554         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
36555         * lib/getline.c: Whitespace fix, from coreutils.
36556
36557 2003-08-13  Paul Eggert  <eggert@twinsun.com>
36558
36559         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
36560         Check for isascii.
36561
36562         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
36563         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
36564         Undo previous (whitespace-only) change.
36565
36566 2003-08-13  Paul Eggert  <eggert@twinsun.com>
36567
36568         * lib/exclude.c: Include <ctype.h>
36569         (IN_CTYPE_DOMAIN): New macro.
36570         (is_space): New fn.
36571         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
36572         and empty lines.
36573
36574         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
36575         Undo previous (whitespace-only) change.
36576
36577 2003-08-13  Paul Eggert  <eggert@twinsun.com>
36578
36579         * config/srclist-update: Change update back to the old behavior,
36580         leaving whitespace alone.  Use one 'sed' command rather than a
36581         pipeline.
36582         (fixlicense): Now a variable, not a function.
36583         (remove_trailing_blanks): Remove.
36584         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
36585         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
36586         Undo previous (whitespace-only) change.
36587
36588 2003-08-12  Paul Eggert  <eggert@twinsun.com>
36589
36590         Merge from coreutils.
36591         * modules/euidaccess: Add lib_SOURCES, include for new
36592         file euidaccess.h
36593
36594 2003-08-12  Paul Eggert  <eggert@twinsun.com>
36595
36596         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
36597         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
36598         Normalize leading white space and remove trailing white space.
36599
36600         Merge from coreutils
36601         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
36602
36603         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
36604         0.12.1.  These files are now being upgraded automatically by
36605         ../config/srclist-update.
36606
36607 2003-08-12  Paul Eggert  <eggert@twinsun.com>
36608
36609         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
36610         Normalize leading white space and remove trailing white space.
36611         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
36612         notice, as per ../config/srclist-update.
36613
36614         Merge from coreutils.
36615         * lib/euidaccess.h: New file.
36616         * lib/euidaccess.c: Include it.
36617         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
36618         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
36619         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
36620
36621 2003-08-12  Paul Eggert  <eggert@twinsun.com>
36622
36623         * config/srclist-update: Add copyright notice.
36624         (remove_id_lines, remove_trailing_blanks): New constants.
36625         (fixfile): Use them to normalize spacing a bit in copied files.
36626         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
36627         Normalize leading white space and remove trailing white space.
36628
36629         * config/texinfo.tex: Sync with texinfo.
36630
36631         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
36632         strtoul.c from libc, to merge coreutils whitespace changes.
36633
36634         * config/srclist.txt: Get the following m4 files from gettext:
36635         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
36636         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
36637         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
36638         wint_t.m4.
36639
36640 2003-08-12  Karl Berry  <karl@gnu.org>
36641
36642         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
36643         been made.
36644
36645 2003-08-11  Paul Eggert  <eggert@twinsun.com>
36646
36647         * modules/gnu-source, m4/gnu-source.m4:
36648         Remove; we're assuming Autoconf 2.54 or later now.
36649         Suggested by Bruno Haible.
36650         * MODULES.html.sh (func_all_modules): Remove gnu-source.
36651
36652 2003-08-11  Bruno Haible  <bruno@clisp.org>
36653
36654         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
36655
36656 2003-08-11  Bruno Haible  <bruno@clisp.org>
36657
36658         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
36659         (vasnprintf): Use it instead of wcslen.
36660
36661 2003-08-11  Bruno Haible  <bruno@clisp.org>
36662
36663         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
36664         value to ensure that _Bool promotes to int. Use #define for _Bool when
36665         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
36666
36667 2003-08-10  Karl Berry  <karl@gnu.org>
36668
36669         * lib/regex.h: update from libc (whitespace fix).
36670
36671 2003-08-09  Paul Eggert  <eggert@twinsun.com>
36672
36673         Merge some files from coreutils.  These changes were
36674         originally made by Jim Meyering.
36675         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
36676         many older Unixes require this.
36677         * lib/alloca.c (alloca): Remove cast to argument of free;
36678         no longer needed in C89.
36679         * lib/alloca_.h, regex.h: Fix white space to match
36680         what GNU indent does.
36681
36682 2003-08-09  Paul Eggert  <eggert@twinsun.com>
36683
36684         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
36685         apparently Emacs's Unicode mode got confused before my 2003-08-05
36686         checkin.
36687
36688 2003-08-08  Paul Eggert  <eggert@twinsun.com>
36689
36690         * m4/extensions.m4: New file.
36691         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
36692         Require gl_USE_SYSTEM_EXTENSIONS.
36693         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
36694         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
36695
36696 2003-08-08  Paul Eggert  <eggert@twinsun.com>
36697
36698         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
36699         * modules/extensions, modules/gnu-source: New files.
36700         * modules/timespec, modules/unlocked-io: Depend on extensions.
36701
36702 2003-08-07  Paul Eggert  <eggert@twinsun.com>
36703
36704         * modules/restrict: New file.
36705         * MODULES.html.sh (func_all_modules): Add restrict.
36706         * modules/regex: Depend on restrict.
36707
36708 2003-08-07  Paul Eggert  <eggert@twinsun.com>
36709
36710         * m4/restrict.m4: New file.
36711         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
36712
36713 2003-08-07  Bruno Haible  <bruno@clisp.org>
36714
36715         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
36716         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
36717
36718 2003-08-07  Bruno Haible  <bruno@clisp.org>
36719
36720         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
36721         makes the module 'getndelim2' compatible with the module 'getline'.
36722
36723 2003-08-05  Paul Eggert  <eggert@twinsun.com>
36724
36725         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
36726         byte with "\201" to avoid glitches when editing that source file
36727         with multi-gnome-terminal.
36728
36729 2003-08-05  Paul Eggert  <eggert@twinsun.com>
36730
36731         * lib/bumpalloc.h: Remove.
36732
36733 2003-08-05  Paul Eggert  <eggert@twinsun.com>
36734
36735         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
36736         * modules/bumpalloc: Remove.
36737
36738 2003-08-04  Paul Eggert  <eggert@twinsun.com>
36739
36740         * lib/getloadavg.c: Change copyright notice and spacing to conform to
36741         GNU coding style.
36742
36743         Merge from coreutils.
36744         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
36745         1. From glibc.
36746         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
36747         from Karl Berry, implemented by Jim Meyering.
36748         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
36749         from Dmitry V. Levin.
36750         Remove anachronistic cast of xrealloc.
36751         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
36752         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
36753         type. Otherwise, it wouldn't compile with at least /bin/cc on
36754         ymp-cray-unicos9.0.2.X.
36755         Combine two mostly-identical uses of alloca into one.
36756         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
36757
36758 2003-08-04  Dave Love  <d.love@dl.ac.uk>
36759
36760         [From Emacs.]
36761
36762         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
36763         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
36764         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
36765         obsolete NLIST_NAME_UNION.
36766         [__GNU__]: Undef BSD and FSCALE.
36767         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
36768
36769 2003-08-03  Paul Eggert  <eggert@twinsun.com>
36770
36771         * lib/stdbool_.h (_Bool): Make it signed char, instead of
36772         an enum type, so that it's guaranteed to promote to int.  See:
36773         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
36774
36775 2003-08-03  Karl Berry  <karl@gnu.org>
36776
36777         * config/depcomp: update from automake.
36778
36779 2003-07-31  Paul Eggert  <eggert@twinsun.com>
36780
36781         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
36782         (strerror): Don't assume that a printable int fits in 14 bytes.
36783
36784 2003-07-31  Bruno Haible  <bruno@clisp.org>
36785
36786         * modules/getpass-gnu: New file.
36787         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
36788
36789 2003-07-31  Bruno Haible  <bruno@clisp.org>
36790
36791         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
36792
36793 2003-07-24  Karl Berry  <karl@gnu.org>
36794
36795         * config/missing: update from automake.
36796
36797 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
36798             Bruno Haible  <bruno@clisp.org>
36799
36800         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
36801         * lib/getline.c (getline, getdelim): Likewise.
36802         Remove _GNU_SOURCE define; now it's defined in config.h through
36803         m4/getline.m4.
36804
36805 2003-07-23  Karl Berry  <karl@gnu.org>
36806
36807         * config/config.sub: update from prep.
36808
36809 2003-07-22  Paul Eggert  <eggert@twinsun.com>
36810
36811         * modules/xalloc (Depends-on): Add exitfail.
36812         * modules/xmemcoll: Likewise.
36813
36814 2003-07-22  Paul Eggert  <eggert@twinsun.com>
36815
36816         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
36817         over-parenthesization in macros.
36818
36819         Sync with coreutils.
36820
36821         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
36822         required by C99.
36823
36824         Use `exit_failure' for xalloc and xmemcoll instead of their own
36825         private exit-failure variables.
36826         * lib/xalloc.h (xalloc_exit_failure): Remove.
36827         * lib/xmalloc.c: Likewise.  Include exitfail.h.
36828         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
36829         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
36830         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
36831         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
36832
36833 2003-07-20  Jim Meyering  <jim@meyering.net>
36834
36835         * modules/closeout (Depends-on): Add exitfail.
36836         Suggestion from Bruno Haible.
36837
36838 2003-07-19  Karl Berry  <karl@gnu.org>
36839
36840         * config/config.sub: update from prep.
36841
36842 2003-07-18  Paul Eggert  <eggert@twinsun.com>
36843
36844         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
36845         Remove.
36846         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
36847         to test that it can stand by itself.  Include "exitfail.h".
36848         Clients should set exit_failure instead.
36849         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
36850
36851 2003-07-18  Bruno Haible  <bruno@clisp.org>
36852
36853         * modules/getndelim2: New file.
36854         * modules/getline: Share files with module getndelim2.
36855         * modules/getnline: Depend on getndelim2 instead of sharing files with
36856         it. Add getnline.c to lib_SOURCES.
36857         * MODULES.html.sh (func_all_modules): Add getndelim2.
36858
36859 2003-07-18  Bruno Haible  <bruno@clisp.org>
36860
36861         * m4/getndelim2.m4: New file.
36862         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
36863         invoke gl_PREREQ_GETNDELIM2.
36864         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
36865         gl_PREREQ_GETNDELIM2.
36866         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
36867         gl_GETNDELIM2.
36868
36869 2003-07-18  Bruno Haible  <bruno@clisp.org>
36870
36871         * lib/getndelim2.h: New file.
36872         * lib/getndelim2.c: Make into a module of its own. Include config.h,
36873         getndelim2.h.
36874         (getndelim2): Make non-static. Change return type to ssize_t.
36875         * lib/getline.h: Change argument names.
36876         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
36877         * lib/getnline.c: Include getndelim2.h.
36878
36879 2003-07-18  Andreas Schwab  <schwab@suse.de>
36880
36881         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
36882
36883 2003-07-17  Karl Berry  <karl@gnu.org>
36884
36885         * config/config.sub: update from prep.
36886
36887 2003-07-17  Bruno Haible  <bruno@clisp.org>
36888
36889         * modules/getnline: New file.
36890         * modules/getline: Add lib/getndelim2.c to source file list.
36891         * MODULES.html.sh (func_all_modules): Add getnline.
36892
36893 2003-07-17  Bruno Haible  <bruno@clisp.org>
36894
36895         * m4/getnline.m4: New file.
36896
36897 2003-07-17  Bruno Haible  <bruno@clisp.org>
36898
36899         * m4/Makefile.am.in: Remove file.
36900         * m4/Makefile.am: Remove file.
36901         * m4/Makefile.in: Remove file.
36902
36903 2003-07-17  Bruno Haible  <bruno@clisp.org>
36904
36905         * lib/getnline.h: New file.
36906         * lib/getnline.c: New file.
36907         * lib/getndelim2.c: New file, extracted from getline.c.
36908         (getndelim2): Renamed from getdelim2, with added nmax argument.
36909         * lib/getline.c: Include getndelim2.c.
36910         (getdelim2): Moved out to getndelim2.c.
36911         (getline, getdelim): Update.
36912
36913 2003-07-17  Bruno Haible  <bruno@clisp.org>
36914
36915         * lib/Makefile.am: Remove file.
36916         * lib/Makefile.in: Remove file.
36917
36918 2003-07-17  Bruno Haible  <bruno@clisp.org>
36919
36920         * configure.in: Remove file.
36921         * Makefile.in: Remove file.
36922
36923 2003-07-17  Bruno Haible  <bruno@clisp.org>
36924
36925         * MODULES.html.sh: Put the </BODY> right before </HTML>.
36926
36927 2003-07-16  Karl Berry  <karl@gnu.org>
36928
36929         * config/srclist-update: was running fixlicense twice, which caused
36930                 texinfo.tex to be nullified for some reason.  Simplify,
36931                 $gplsrc is no longer needed as far as I can see?
36932
36933 2003-07-16  Jim Meyering  <jim@meyering.net>
36934
36935         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
36936
36937 2003-07-15  Paul Eggert  <eggert@twinsun.com>
36938
36939         * config/srclist.txt: Get the following files from gettext-runtime/intl
36940         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
36941         ref-del.sin.  From Bruno Haible.
36942         * config/srclist-update (fixfile): Change grep pattern again, since the
36943         previous fix didn't work (there was another trailing $).  Use
36944         '[$]' to escape the $s.
36945
36946 2003-07-15  Karl Berry  <karl@gnu.org>
36947
36948         * lib/vasnprintf.c: update from gettext.
36949
36950 2003-07-15  Karl Berry  <karl@gnu.org>
36951
36952         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
36953         gets expanded when surrounded by '$'.
36954
36955 2003-07-15  Jim Meyering  <jim@meyering.net>
36956
36957         * modules/save-cwd: Don't depend on error.  From Derek Price.
36958
36959 2003-07-15  Jim Meyering  <jim@meyering.net>
36960
36961         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
36962
36963 2003-07-14  Simon Josefsson  <jas@extundo.com>
36964
36965         * modules/mempcpy: New file.
36966         * MODULES.html.sh (func_all_modules): Add mempcpy.
36967
36968 2003-07-14  Simon Josefsson  <jas@extundo.com>
36969
36970         * m4/mempcpy.m4: New file.
36971
36972 2003-07-14  Simon Josefsson  <jas@extundo.com>
36973
36974         * lib/mempcpy.h: New file.
36975         * lib/mempcpy.c: New file.
36976
36977 2003-07-14  Paul Eggert  <eggert@twinsun.com>
36978
36979         * modules/getdate, modules/posixtm: Depend on mktime.
36980
36981 2003-07-14  Paul Eggert  <eggert@twinsun.com>
36982
36983         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
36984         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
36985         unicodeio.c, unicodeio.h, unlocked-io.h:
36986         Switch from LGPL to GPL.
36987
36988 2003-07-14  Paul Eggert  <eggert@twinsun.com>
36989
36990         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
36991         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
36992         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
36993         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
36994         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
36995         updated automatically by ../config/srclist-update.  This changes
36996         their license from LPGL to GPL.
36997
36998 2003-07-14  Paul Eggert  <eggert@twinsun.com>
36999
37000         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
37001         assumed to refer to the root of the most recent stable gettext version.
37002         * config/srclistvars.sh: Add defaults for eggert.
37003         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
37004         Match "This program" as well as "The program".  This is needed
37005         for gettext.
37006
37007 2003-07-14  Jim Meyering  <jim@meyering.net>
37008
37009         Don't emit diagnostics.  Let callers do that.
37010         * lib/save-cwd.c: Don't include "error.h".
37011         (save_cwd): Don't call error.  Ensure that errno is valid
37012         when returning nonzero.
37013
37014         * lib/save-cwd.h (restore_cwd): Update prototype.
37015         * lib/save-cwd.c (restore_cwd): Remove two parameters.
37016         Simplify.  Don't call error upon failure.  Let callers do that.
37017         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
37018         when auditing is enabled.  But don't bother updating the #if.
37019
37020 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
37021
37022         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
37023         it breaks C++ compilation.
37024         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
37025
37026 2003-07-10  Simon Josefsson  <jas@extundo.com>
37027
37028         * modules/strchrnul (Makefile.am): Add strchrnul.h.
37029
37030 2003-07-10  Jim Meyering  <jim@meyering.net>
37031
37032         * m4/clock_time.m4: Remove trailing blank.
37033         * m4/intmax_t.m4: Likewise.
37034
37035 2003-07-10  Jim Meyering  <jim@meyering.net>
37036
37037         * lib/vasnprintf.c: Remove trailing blanks.
37038         Make cpp indentation consistent.
37039
37040 2003-07-09  Paul Eggert  <eggert@twinsun.com>
37041
37042         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
37043         posixver.c, strftime.c, strnlen.c, strverscmp.c:
37044         Switch from LGPL to GPL.
37045
37046 2003-07-09  Paul Eggert  <eggert@twinsun.com>
37047
37048         * config/srclist.txt: Sort sublists.  Add
37049         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
37050         that differ from gnulib for one reason or another; we'd like this list
37051         to be smaller but for now let's document what we have.
37052
37053 2003-07-08  Paul Eggert  <eggert@twinsun.com>
37054
37055         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
37056         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
37057         and sweeter "eval x=$x".
37058         * config/srclist.txt: Get lib/argp* from glibc.
37059
37060 2003-07-07  Paul Eggert  <eggert@twinsun.com>
37061
37062         * lib/mktime.c: Fix some boundary cases and remove need for floating
37063         point.
37064
37065         Issue a compile-time diagnostic if time_t is floating point, or if
37066         two's complement arithmetic is not in effect, or if arithmetic
37067         right shift does not propagate the sign.  These assumptions were
37068         all in the original code but they weren't checked.
37069
37070         (TIME_T_MIDPOINT, verify): New macros.
37071         (__isleap): Remove; it has integer overflow problems.
37072         (leapyear): New function, without those problems.
37073         (ydhms_tm_diff): Remove; splitting into two parts.
37074         (ydhms_diff): New function, containing the arithmetic part of
37075         the old ydhms_tm_diff function.  Issue a compile-time
37076         diagnostic if we are not using C99 integer division.
37077         Avoid casts when possible.
37078         (guess_time_tm): New function, containing the checking part of
37079         the old ydhms_tm_diff function.  Return the new value, rather than
37080         the difference between it and the old.  Accept a new argument T
37081         so that *T specifies the old value.  Check for overflow in the result.
37082
37083         (__mktime_internal): Use a time_t offset, not a long int offset.
37084         This undoes the 2003-06-04 change, which is no longer needed now
37085         that we have better overflow checking.
37086         (localtime_offset): Likewise.
37087
37088         (__mktime_internal): Avoid harmful overflow on hosts where time_t
37089         and long are 64-bit but int is only 32-bit.
37090         (ydhms_diff): Use long int to store year1 and yday1.
37091         Issue a compile-time diagnostic if long int is not wide enough.
37092
37093         (__mktime_internal): Use long int to store adjusted year and yday.
37094         Use plain C rather than preprocessor commands, if that doesn't
37095         affect efficiency.
37096         Check for overflow (and try to repair) after each probe
37097         rather than checking only at the very end.  This avoids some bugs
37098         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
37099         does not equal GMT offset at maximum time).
37100         Use integer to check for overflow rather than floating point; this
37101         is more portable to non-IEEE hosts, and is a tad faster.
37102         When we detect that we are oscillating between two values,
37103         don't check whether tm_isdst has the requested value, since
37104         we already know the answer.  When tm_isdst has the wrong value,
37105         use a different heuristic to find the right one, based on the
37106         extreme values actually observed in practice in tz2003a,
37107         rather than the (overly optimistic) "previous 3 calendar quarters".
37108
37109         (not_equal_tm, print_tm, check_result): Use "const T" rather than
37110         "T const" to accommodate glibc style.
37111         (check_result): Use less-confusing report format.  "long" -> "long int.
37112         (main): Likewise.
37113         Don't loop if the iteration overflows time_t.
37114         Allow a negative step in the iteration.
37115
37116 2003-07-06  Karl Berry  <karl@gnu.org>
37117
37118         * config/depcomp: update from automake.
37119         * config/config.sub: update from prep.
37120
37121 2003-07-03  Karl Berry  <karl@gnu.org>
37122
37123         * config/config.guess: update from prep.
37124
37125 2003-07-01  Paul Eggert  <eggert@twinsun.com>
37126
37127         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
37128         xreadlink.c now includes it unconditionally.
37129
37130 2003-07-01  Paul Eggert  <eggert@twinsun.com>
37131
37132         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
37133         having it depend on HAVE_SYS_TYPES_H.
37134
37135 2003-07-01  Bruno Haible  <bruno@clisp.org>
37136
37137         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
37138         <sys/types.h> should be sufficient.
37139         Reported by Paul Eggert.
37140
37141 2003-06-26  Karl Berry  <karl@gnu.org>
37142
37143         * config/depcomp: update from automake.
37144
37145 2003-06-26  Bruno Haible  <bruno@clisp.org>
37146
37147         * modules/human: Depend on module stdbool.
37148
37149 2003-06-25  Bruno Haible  <bruno@clisp.org>
37150
37151         * modules/readlink: New file.
37152         * modules/xreadlink: Depend on it.
37153         * MODULES.html.sh (func_all_modules): Add readlink.
37154
37155 2003-06-25  Bruno Haible  <bruno@clisp.org>
37156
37157         * m4/readlink.m4: New file.
37158
37159 2003-06-25  Bruno Haible  <bruno@clisp.org>
37160
37161         * lib/readlink.c: New file.
37162
37163 2003-06-22  Karl Berry  <karl@gnu.org>
37164
37165         * config/srclist.txt: update mkinstalldirs from automake.
37166         * config/mkinstalldirs: update.
37167
37168 2003-06-22  Bruno Haible  <bruno@clisp.org>
37169
37170         Portability to mingw32.
37171         * m4/ssize_t.m4: New file, from GNU gettext.
37172         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
37173         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
37174
37175 2003-06-22  Bruno Haible  <bruno@clisp.org>
37176
37177         * modules/safe-read: Add m4/ssize_t.m4.
37178         * modules/xreadlink: Add m4/ssize_t.m4.
37179
37180 2003-06-20  Bruno Haible  <bruno@clisp.org>
37181
37182         Assume C89, so PARAMS isn't needed.
37183         * lib/unicodeio.h (PARAMS): Remove.
37184         * lib/unicodeio.c: Don't use PARAMS.
37185
37186 2003-06-18  Karl Berry  <karl@gnu.org>
37187
37188         * config/config.{guess,sub}: update from prep.
37189
37190 2003-06-18  Jim Meyering  <jim@meyering.net>
37191
37192         Merge changes from coreutils.
37193         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
37194         Remove explicit declarations of xmalloc and realloc.
37195         Include xalloc.h.
37196         (read_utmp): Remove anachronistic cast of xmalloc.
37197
37198 2003-06-17  Paul Eggert  <eggert@twinsun.com>
37199
37200         Assume C89, so PARAMS isn't needed.
37201         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
37202         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
37203         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
37204         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
37205         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
37206         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
37207         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
37208         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
37209         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
37210         lib/xstrtod.h, lib/xstrtol.h: Likewise.
37211         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
37212         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
37213         no longer needed. Anyway, config.h should always be included before any
37214         other file.
37215
37216 2003-06-11  Simon Josefsson  <jas@extundo.com>
37217
37218         * modules/sysexits: New file.
37219         * MODULES.html.sh (func_all_modules): Add sysexits.
37220
37221 2003-06-11  Simon Josefsson  <jas@extundo.com>
37222
37223         * lib/sysexit_.h: New file.
37224
37225 2003-06-11  Derek Price  <derek@ximbiot.com>
37226
37227         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
37228         necessary.
37229
37230 2003-06-11  Bruno Haible  <bruno@clisp.org>
37231
37232         * m4/sysexits.m4: New file.
37233
37234 2003-06-10  Simon Josefsson  <jas@extundo.com>
37235
37236         * lib/argp.h: New file, from glibc.
37237         * lib/argp-ba.c: New file, from glibc.
37238         * lib/argp-eexst.c: New file, from glibc.
37239         * lib/argp-fmtstream.c: New file, from glibc.
37240         * lib/argp-fmtstream.h: New file, from glibc.
37241         * lib/argp-fs-xinl.c: New file, from glibc.
37242         * lib/argp-help.c: New file, from glibc.
37243         * lib/argp-namefrob.h: New file, from glibc.
37244         * lib/argp-parse.c: New file, from glibc.
37245         * lib/argp-pv.c: New file, from glibc.
37246         * lib/argp-pvh.c: New file, from glibc.
37247         * lib/argp-xinl.c: New file, from glibc.
37248
37249 2003-06-10  Simon Josefsson  <jas@extundo.com>
37250
37251         * modules/strchrnul: New file.
37252
37253 2003-06-10  Simon Josefsson  <jas@extundo.com>
37254
37255         * modules/argp: New file.
37256
37257 2003-06-10  Simon Josefsson  <jas@extundo.com>
37258
37259         * m4/strchrnul.m4: New file.
37260
37261 2003-06-10  Simon Josefsson  <jas@extundo.com>
37262
37263         * lib/strchrnul.h: New file.
37264         * lib/strchrnul.c: New file.
37265
37266 2003-06-10  Bruno Haible  <bruno@clisp.org>
37267
37268         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
37269
37270 2003-06-07  Karl Berry  <karl@gnu.org>
37271
37272         * config/config.{guess,sub}: update from prep.
37273
37274 2003-06-07  Jim Meyering  <jim@meyering.net>
37275
37276         * modules/strtod: Use $(...) notation, not @...@ for
37277         AC_REPLACE'd variables.
37278         * modules/localcharset: Likewise.
37279
37280 2003-06-07  Jim Meyering  <jim@meyering.net>
37281
37282         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
37283         in place of my name in the copyright comment.
37284         Remove definition and uses of __P.
37285
37286         From coreutils.
37287         * lib/stat.c: Don't declare xmalloc explicitly.
37288         Instead, include "xalloc.h".
37289         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
37290         xrealloc, and xcalloc return values.
37291         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
37292         Improve comment.
37293         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
37294
37295 2003-06-07  Bruno Haible  <bruno@clisp.org>
37296
37297         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
37298         avoid AC_CONFIG_LINKS.
37299         * modules/fnmatch (Makefile.am): Use explicit creation rule for
37300         fnmatch.h, to avoid AC_CONFIG_LINKS.
37301         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
37302
37303 2003-06-07  Bruno Haible  <bruno@clisp.org>
37304
37305         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
37306         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
37307         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
37308         directory.
37309         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
37310         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
37311         directory.
37312
37313 2003-06-06  Jim Meyering  <jim@meyering.net>
37314
37315         Merge from coreutils.
37316         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
37317         Consolidate declarations and initializations of *_base* locals.
37318
37319         Merge from coreutils.
37320         This avoids a core dump on systems without GNU putenv,
37321         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
37322         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
37323         (unsetenv): New static function, from GNU libc.
37324         (rpl_putenv): Use it.
37325
37326         * lib/modechange.c: Remove trailing blanks.
37327
37328         Merge from coreutils.
37329         * lib/fsusage.c: Remove declaration of statfs.
37330         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
37331
37332         * lib/posixtm.c: Include <stdbool.h> unconditionally.
37333
37334 2003-06-06  Jim Meyering  <jim@meyering.net>
37335
37336         * lib/stdbool_.h: Renamed from stdbool.h.in.
37337
37338 2003-06-06  Jim Meyering  <jim@meyering.net>
37339             Bruno Haible  <bruno@clisp.org>
37340
37341         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
37342         Adjust Makefile.am snippet not to redirect directly to target.
37343         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
37344
37345 2003-06-05  Paul Eggert  <eggert@twinsun.com>
37346
37347         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
37348         mismatch, look in future quarters as well as past.  This fixes a
37349         bug when processing fall-backwards gaps immediately after a long
37350         period of daylight-saving time.
37351
37352         * lib/mktime.c: Assume freestanding C89 or better.
37353         (HAVE_LIMITS_H): Remove.  Assume it's 1.
37354         (__P): Remove; not used.
37355         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
37356         (mktime, not_equal_tm, print_tm, check_result,
37357         main): Use prototypes.  Use const * where appropriate.
37358         (main): Fix typo in testing code that uncovered by above changes.
37359         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
37360
37361 2003-06-04  Paul Eggert  <eggert@twinsun.com>
37362
37363         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
37364         locale.h, localeconv.  This merges changes from coreutils.
37365
37366         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
37367         It can be removed after the next Autoconf is released.
37368         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
37369         needed.
37370
37371 2003-06-04  Paul Eggert  <eggert@twinsun.com>
37372
37373         * lib/mktime.c: Fix Debian bug 177940
37374         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
37375         (localtime_offset): Now long int, not time_t, because we want it
37376         to be guaranteed to be signed.  All uses changed.
37377         (__mktime_internal): If overflow would occur when adding offset,
37378         don't add it.
37379
37380         Merge 'human' changes from coreutils.  Rewrite to support
37381         locale-specific notations like thousands separators.
37382         * lib/human.c: Simplify authorship notice.
37383         Include human.h immediately after config.h.
37384         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
37385         <limits.h>: Do not include, since human.h does.
37386         (SIZE_MAX, UINTMAX_MAX): New macros.
37387         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
37388         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
37389         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
37390         (power_letter): Renamed from suffixes.
37391         (generate_suffix_backwards): Remove.
37392         (adjust_value): Now takes int style (because of human.h changes)
37393         and long double value (for greater precision on some platforms).
37394         (group_number): New function.
37395         (human_readable): Use it.  Use integer options, not enum.
37396         Put the options before the sizes in the arg list.
37397         Support all the new options.
37398         The old human_readable function has been removed;
37399         use inttostr.h instead.
37400         (human_readable, default_block_size, humblock):
37401         Use uintmax_t, not int, for block sizes.
37402         (human_readable_inexact, block_size_types): Remove.
37403         (block_size_opts): New constant.
37404         (human_options): Renamed from human_block_size, with new signature
37405         that allows block sizes up to UINTMAX_MAX.  All callers changed.
37406         * lib/human.h: Add copyright and authorship notice.
37407         Include <limits.h> and <stdbool.h> unconditionally.
37408         (PARAMS): Remove.  All uses removed.
37409         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
37410         (enum human_inexact_style): Remove tag; now a nameless enum.
37411         (human_floor, human_ceiling, human_round_to_even): Now have
37412         values 2, 0, 1 rather than -1, 1, 0.
37413         (human_group_digits, human_suppress_point_zero, human_autoscale,
37414         human_base_1024, human_SI, human_B): New constants.
37415         (human_readable_inexact, human_block_size): Remove.
37416         (human_readable): Size args are now uintmax_t, not int.
37417         (human_options): New decl.
37418
37419         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
37420         unnecessary now that we assume C89 or better.  This change
37421         imported from coreutils.
37422
37423         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
37424         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
37425         in the 2003-05-30 sync from glibc.
37426
37427         .h files should stand alone, but we shouldn't include <sys/types.h>
37428         if we can get away with just <stddef.h>.
37429
37430         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
37431         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
37432         rather than <sys/types.h>, as we merely need size_t.
37433         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
37434         to get size_t.
37435         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
37436         Include <stdio.h>, to get FILE.
37437         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
37438         memcasecmp.h has included <stddef.h> and all we need is size_t.
37439         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
37440         our interface, instead of including <sys/types.h>
37441
37442 2003-06-04  Paul Eggert  <eggert@twinsun.com>
37443
37444         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
37445         now, as glibc mktime is buggy on non-glibc systems.
37446
37447 2003-06-03  Karl Berry  <karl@gnu.org>
37448
37449         * config/config.sub: update from prep.
37450
37451 2003-06-02  Paul Eggert  <eggert@twinsun.com>
37452
37453         [from coreutils]
37454         Fix some minor time-related bugs with POSIX time arguments.
37455         Some valid time stamps were being rejected (notably -1, and
37456         time stamps before 1900 on 64-bit hosts).  And some invalid
37457         time stamps were being accepted, e.g. September 31.
37458
37459         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
37460         that we can return (time_t) -1 successfully.
37461         * lib/posixtm.c: Likewise.
37462         [HAVE_STDBOOL_H]: Include <stdbool.h>.
37463         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
37464         (t): Remove static var.
37465         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
37466         of static var.  All uses changed.
37467         (year): Do not reject years before 1900; they can occur with
37468         64-bit time_t.
37469         (posix_time_parse): Do not check for out-of-range components;
37470         that is now the caller's responsibility, since our checks were
37471         only approximations.
37472         (posixtime): Use mktime to check for out-of-range components,
37473         since it knows them exactly.
37474         If mktime returns (time_t) -1, check whether an error actually occurred
37475         by invoking localtime on -1.
37476         (main) [TEST_POSIXTIME]: Check for input data errors, and report
37477         posixtime failures better.
37478         Improve the test data (in comments only).
37479
37480 2003-06-02  Karl Berry  <karl@gnu.org>
37481
37482         * config/mkinstalldirs (version): new variable.
37483         (--version): new option.
37484         (usage): improve message.
37485
37486 2003-05-30  Karl Berry  <karl@gnu.org>
37487
37488         * lib/mktime.c: update from libc.
37489
37490 2003-05-30  Bruno Haible  <bruno@clisp.org>
37491
37492         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
37493         * config/config.rpath: Upgrade to gettext-0.12.1.
37494
37495 2003-05-30  Bruno Haible  <bruno@clisp.org>
37496
37497         * m4/gettext.m4: Upgrade to gettext-0.12.1.
37498         * m4/nls.m4: New file, from gettext-0.12.1.
37499         * m4/po.m4: New file, from gettext-0.12.1.
37500         * m4/progtest.m4: Upgrade to gettext-0.12.1.
37501
37502 2003-05-30  Bruno Haible  <bruno@clisp.org>
37503
37504         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
37505         * lib/localcharset.h: Likewise.
37506         * lib/localcharset.c: Likewise.
37507
37508 2003-05-29  Karl Berry  <karl@gnu.org>
37509
37510         * config/config.rpath: update from gettext.
37511
37512 2003-05-28  Paul Eggert  <eggert@twinsun.com>
37513
37514         Assume the headers required for C89 freestanding compilers.
37515         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
37516         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
37517         * m4/human.m4 (gl_HUMAN): Likewise.
37518         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
37519         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
37520         * m4/userspec.m4 (gl_USERSPEC): Likewise.
37521         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
37522         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
37523         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
37524
37525 2003-05-28  Paul Eggert  <eggert@twinsun.com>
37526
37527         Assume the headers required for C89 freestanding compilers.
37528         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
37529         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
37530         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
37531         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
37532         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
37533         define, since <limits.h> is guaranteed to do that.
37534         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
37535         * lib/exclude.c: Include <stdbool.h> unconditionally.
37536         * lib/tempname.c: Include <stddef.h> unconditionally.
37537         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
37538         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
37539         <stddef.h> does that.
37540         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
37541         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
37542         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
37543         needed.
37544         * lib/xstrtol.c: Likewise.
37545         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
37546         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
37547
37548         * lib/addext.c (addext): Use assignment rather than cast, to avoid
37549         warnings on some platforms.
37550
37551         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
37552         arbitrarily.
37553
37554 2003-05-26  Jim Meyering  <jim@meyering.net>
37555
37556         Merge in a change from coreutils:
37557         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
37558         that is guaranteed to be `no'.  Use `no_such_member' to indicate
37559         that condition, rather than `-1' which is slightly misleading.
37560         Change the name of the cache variable to have the gl_ prefix.
37561         Prompted by a patch from Richard Dawe for DJGPP.
37562
37563 2003-05-24  Karl Berry  <karl@gnu.org>
37564
37565         * config/config.guess: update from prep.
37566
37567 2003-05-22  Karl Berry  <karl@gnu.org>
37568
37569         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
37570
37571 2003-05-20  Karl Berry  <karl@gnu.org>
37572
37573         * config/config.guess: update from prep.
37574
37575 2003-05-18  Karl Berry  <karl@gnu.org>
37576
37577         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
37578         might actually be set by the user.
37579
37580         * config/depcomp, install-sh, mdate-sh: update from automake.
37581
37582 2003-05-17  Bruno Haible  <bruno@clisp.org>
37583
37584         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
37585         invalid expansion for AC_EGREP_CPP.
37586         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
37587         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
37588         Suggested by Akim Demaille <akim@epita.fr> in
37589         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
37590
37591 2003-05-12  Jim Meyering  <jim@meyering.net>
37592
37593         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
37594         the space-padded-by-default conversion specifiers, %e, %k, %l.
37595
37596 2003-05-12  Bruno Haible  <bruno@clisp.org>
37597
37598         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
37599         the string is longer than 4 KB.
37600
37601 2003-05-11  Karl Berry  <karl@gnu.org>
37602
37603         * config/config.{guess,sub}: update from prep.
37604
37605 2003-05-09  Bruno Haible  <bruno@clisp.org>
37606
37607         * modules/error: Add m4/strerror_r.m4 to file list.
37608
37609 2003-05-03  Bruno Haible  <bruno@clisp.org>
37610
37611         Upgrade to Unicode-4.0.
37612         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
37613         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
37614         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
37615         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
37616         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
37617         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
37618         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
37619         Change width of U+E0100..U+E01EF from 1 to 0.
37620
37621 2003-04-25  Jim Meyering  <jim@meyering.net>
37622
37623         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
37624         of type size_t, not int.
37625
37626 2003-04-25  Bruno Haible  <bruno@clisp.org>
37627
37628         * lib/copy-file.c: Include <stddef.h>, for size_t.
37629
37630 2003-04-21  Paul Eggert  <eggert@twinsun.com>
37631
37632         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
37633         code which expansion is under static control.  Patch imported from
37634         Akim Demaille's patch to Bison; see
37635         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
37636
37637 2003-04-14  Bruno Haible  <bruno@clisp.org>
37638
37639         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
37640
37641 2003-04-11  Jim Meyering  <jim@meyering.net>
37642
37643         Merge changes from Coreutils.
37644
37645         2003-03-22  Jim Meyering  <jim@meyering.net>
37646
37647         * lib/strftime.c (widen): Cast alloca return value to proper type.
37648
37649         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
37650
37651         From GNU libc.
37652         * lib/strftime.c (my_strftime): Handle very large width
37653         specifications for numeric values correctly.  Improve checks for
37654         overflow.
37655
37656         2003-01-19  Jim Meyering  <jim@meyering.net>
37657
37658         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
37659         definitions.
37660         (nl_get_alt_digit) [! defined my_strftime]: Define.
37661         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
37662         _nl_get_alt_digit and _nl_get_walt_digit.
37663
37664         * lib/strftime.c (my_strftime): Merge in locale-related changes from
37665         libc. These changes have no effect outside of _LIBC.
37666
37667 2003-04-10  Bruno Haible  <bruno@clisp.org>
37668
37669         * modules/findprog: New file.
37670         * MODULES.html.sh (func_all_modules): Add it.
37671
37672 2003-04-10  Bruno Haible  <bruno@clisp.org>
37673
37674         * m4/findprog.m4: New file.
37675         * m4/eaccess.m4: New file.
37676
37677 2003-04-10  Bruno Haible  <bruno@clisp.org>
37678
37679         * lib/findprog.h: New file, from GNU gettext.
37680         * lib/findprog.c: New file, from GNU gettext.
37681
37682 2003-04-05  Jim Meyering  <jim@meyering.net>
37683
37684         Merge changes from Coreutils.
37685
37686         * lib/exclude.h (PARAMS): Remove definition and uses.
37687         * lib/exclude.c: Remove uses of `PARAMS'.
37688
37689         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
37690         Add test-cases for DOS filenames. Declare program_name.
37691         (main): Set up program_name.  Patch by Rich Dawe.
37692
37693         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
37694         error from mntctl.
37695         Use mntctl's return value to drive the entry-processing loop, since
37696         we can't rely on the value of the vmt_length member in the last
37697         entry.  On some systems doing so could result in exhausting
37698         virtual memory.  Based in part on a patch from Mike Jetzer.
37699
37700 2003-04-04  Bruno Haible  <bruno@clisp.org>
37701
37702         * modules/linebreak: New file.
37703         * MODULES.html.sh (func_all_modules): Add it.
37704
37705 2003-04-04  Bruno Haible  <bruno@clisp.org>
37706
37707         * m4/linebreak.m4: New file.
37708
37709 2003-04-04  Bruno Haible  <bruno@clisp.org>
37710
37711         * lib/linebreak.h: New file, from GNU gettext.
37712         * lib/linebreak.c: New file, from GNU gettext with slight
37713         modifications.
37714         * lib/lbrkprop.h: New file, from GNU gettext.
37715
37716 2003-04-03  Bruno Haible  <bruno@clisp.org>
37717
37718         * modules/utf8-ucs4: New file.
37719         * modules/utf16-ucs4: New file.
37720         * modules/ucs4-utf8: New file.
37721         * modules/ucs4-utf16: New file.
37722         * MODULES.html.sh (func_all_modules): Add them.
37723
37724 2003-04-03  Bruno Haible  <bruno@clisp.org>
37725
37726         * m4/utf-ucs4.m4: New file.
37727         * m4/ucs4-utf.m4: New file.
37728
37729 2003-04-03  Bruno Haible  <bruno@clisp.org>
37730
37731         * lib/utf8-ucs4.h: New file, from GNU gettext.
37732         * lib/utf16-ucs4.h: New file, from GNU gettext.
37733         * lib/ucs4-utf8.h: New file, from GNU gettext.
37734         * lib/ucs4-utf16.h: New file, from GNU gettext.
37735
37736 2003-04-02  Bruno Haible  <bruno@clisp.org>
37737
37738         * modules/binary-io: New file.
37739         * MODULES.html.sh (func_all_modules): Add it.
37740
37741 2003-04-02  Bruno Haible  <bruno@clisp.org>
37742
37743         * lib/binary-io.h: New file, from GNU gettext.
37744
37745 2003-04-01  Bruno Haible  <bruno@clisp.org>
37746
37747         * modules/pathname: New file.
37748         * MODULES.html.sh (func_all_modules): Add it.
37749
37750 2003-04-01  Bruno Haible  <bruno@clisp.org>
37751
37752         * lib/pathname.h: New file, from GNU gettext.
37753         * lib/concatpath.c: New file, from GNU gettext.
37754
37755 2003-03-30  Bruno Haible  <bruno@clisp.org>
37756
37757         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
37758
37759 2003-03-30  Bruno Haible  <bruno@clisp.org>
37760
37761         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
37762         function chown() doesn't exist.
37763
37764 2003-03-28  Bruno Haible  <bruno@clisp.org>
37765
37766         * modules/copy-file: New file.
37767         * MODULES.html.sh (func_all_modules): Add it.
37768
37769 2003-03-28  Bruno Haible  <bruno@clisp.org>
37770
37771         * m4/copy-file.m4: New file.
37772
37773 2003-03-28  Bruno Haible  <bruno@clisp.org>
37774
37775         * lib/copy-file.h: New file, from GNU gettext.
37776         * lib/copy-file.c: New file, from GNU gettext.
37777
37778 2003-03-18  Jim Meyering  <jim@meyering.net>
37779
37780         * lib/quote.c (quote_n): Fix typo in comment.
37781
37782 2003-03-18  Bruno Haible  <bruno@clisp.org>
37783
37784         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
37785         checking.
37786         * m4/onceonly_2_57.m4: Likewise.
37787
37788 2003-03-17  Bruno Haible  <bruno@clisp.org>
37789
37790         * m4/onceonly.m4: Require autoconf 2.54 or newer.
37791         (m4_quote): Remove macro.
37792         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
37793
37794 2003-03-14  Jim Meyering  <jim@meyering.net>
37795
37796         Merge changes from Coreutils.
37797         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
37798         to be const, in order to avoid warnings.
37799         (obstack_room): Likewise.
37800         (obstack_empty_p): Likewise.
37801
37802 2003-03-14  Bruno Haible  <bruno@clisp.org>
37803
37804         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
37805         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
37806
37807 2003-03-13  Paul Eggert  <eggert@twinsun.com>
37808
37809         Merge changes from Bison.
37810         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
37811         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
37812         when compiling Bison 1.875's `bitset bset = obstack_alloc
37813         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
37814         * lib/hash.c: Include <stdbool.h> unconditionally.
37815
37816 2003-03-13  Paul Eggert  <eggert@twinsun.com>
37817
37818         * m4/onceonly.m4 (m4_quote): New macro.
37819         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
37820         Quote AC_FOREACH variable-expansions properly.
37821
37822 2003-03-13  Paul Eggert  <eggert@twinsun.com>
37823
37824         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
37825
37826 2003-03-09  Paul Eggert  <eggert@twinsun.com>
37827
37828         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
37829         Reported by Bruce Becker; see:
37830         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
37831
37832 2003-03-03  Paul Eggert  <eggert@twinsun.com>
37833             Bruno Haible  <bruno@clisp.org>
37834
37835         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
37836         Reported by John Hughes, see
37837         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
37838
37839 2003-02-20  Bruno Haible  <bruno@clisp.org>
37840
37841         * MODULES.html.sh (func_all_modules): Add poll.
37842
37843 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
37844
37845         * modules/poll: New file.
37846
37847 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
37848
37849         * lib/poll_.h: New file.
37850         * lib/poll.c: New file.
37851
37852 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
37853
37854         * m4/poll.m4: New file.
37855
37856 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
37857
37858         * modules/mathl: New file.
37859
37860 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
37861
37862         * lib/mathl.h: New file.
37863         * lib/acosl.c: New file.
37864         * lib/asinl.c: New file.
37865         * lib/atanl.c: New file.
37866         * lib/ceill.c: New file.
37867         * lib/cosl.c: New file.
37868         * lib/expl.c: New file.
37869         * lib/floorl.c: New file.
37870         * lib/frexpl.c: New file.
37871         * lib/ldexpl.c: New file.
37872         * lib/logl.c: New file.
37873         * lib/sincosl.c: New file.
37874         * lib/sinl.c: New file.
37875         * lib/sqrtl.c: New file.
37876         * lib/tanl.c: New file.
37877         * lib/trigl.c: New file.
37878         * lib/trigl.h: New file.
37879
37880 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
37881
37882         * m4/mathl.m4: New file.
37883
37884 2003-02-18  Bruno Haible  <bruno@clisp.org>
37885
37886         * MODULES.html.sh (func_all_modules): Add mathl.
37887
37888 2003-02-17  Bruno Haible  <bruno@clisp.org>
37889
37890         * modules/mkdtemp: New module.
37891         * MODULES.html.sh (func_all_modules): Add it.
37892
37893 2003-02-17  Bruno Haible  <bruno@clisp.org>
37894
37895         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
37896
37897 2003-02-17  Bruno Haible  <bruno@clisp.org>
37898
37899         * lib/mkdtemp.h: New file, from GNU gettext.
37900         * lib/mkdtemp.c: New file, from GNU gettext.
37901
37902 2003-02-02  Jim Meyering  <jim@meyering.net>
37903
37904         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
37905         e.g. glibc-2.2.93.
37906
37907 2003-01-31  Bruno Haible  <bruno@clisp.org>
37908
37909         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
37910         'rpl_rename'.
37911         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
37912         'rpl_strnlen'.
37913         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
37914         'rpl_strtod'.
37915         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
37916         'rpl_utime'.
37917
37918 2003-01-31  Bruno Haible  <bruno@clisp.org>
37919
37920         * lib/rename.c: #undef rename before defining rpl_rename.
37921         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
37922
37923 2003-01-30  Bruno Haible  <bruno@clisp.org>
37924
37925         * modules/vasnprintf, modules/vasprintf: New modules.
37926         * MODULES.html.sh (func_all_modules): Add them.
37927
37928 2003-01-30  Bruno Haible  <bruno@clisp.org>
37929
37930         * m4/signed.m4: New file, from GNU gettext.
37931         * m4/longdouble.m4: New file, from GNU gettext.
37932         * m4/wchar_t.m4: New file, from GNU gettext.
37933         * m4/wint_t.m4: New file, from GNU gettext.
37934         * m4/vasnprintf.m4: New file.
37935         * m4/vasprintf.m4: New file.
37936
37937 2003-01-30  Bruno Haible  <bruno@clisp.org>
37938
37939         * lib/printf-args.h: New file, from GNU gettext.
37940         * lib/printf-args.c: New file, from GNU gettext.
37941         * lib/printf-parse.h: New file, from GNU gettext.
37942         * lib/printf-parse.c: New file, from GNU gettext.
37943         * lib/vasnprintf.h: New file, from GNU gettext.
37944         * lib/vasnprintf.c: New file, from GNU gettext.
37945         * lib/asnprintf.c: New file, from GNU gettext.
37946         * lib/vasprintf.h: New file, from GNU gettext with modifications.
37947         * lib/vasprintf.c: New file, from GNU gettext.
37948         * lib/asprintf.c: New file, from GNU gettext.
37949
37950 2003-01-29  Bruno Haible  <bruno@clisp.org>
37951
37952         * modules/stpncpy: New module.
37953         * MODULES.html.sh (func_all_modules): Add it.
37954
37955 2003-01-29  Bruno Haible  <bruno@clisp.org>
37956
37957         * m4/stpncpy.m4: New file.
37958
37959 2003-01-29  Bruno Haible  <bruno@clisp.org>
37960
37961         * lib/stpncpy.h: New file, from GNU gettext with modifications.
37962         * lib/stpncpy.c: New file, from GNU gettext with modifications.
37963
37964 2003-01-28  Bruno Haible  <bruno@clisp.org>
37965
37966         * modules/c-ctype: New module.
37967         * MODULES.html.sh (func_all_modules): Add it.
37968
37969 2003-01-28  Bruno Haible  <bruno@clisp.org>
37970
37971         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
37972         Paul Eggert.
37973         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
37974         Paul Eggert.
37975
37976 2003-01-27  Bruno Haible  <bruno@clisp.org>
37977
37978         * modules/xsetenv: New module.
37979         * MODULES.html.sh (func_all_modules): Add it.
37980
37981 2003-01-27  Bruno Haible  <bruno@clisp.org>
37982
37983         * lib/xsetenv.h: New file, from GNU gettext.
37984         * lib/xsetenv.c: New file, from GNU gettext.
37985
37986 2003-01-23  Jim Meyering  <jim@meyering.net>
37987
37988         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
37989         from working on systems without dirfd (at least Irix and OSF1/Tru64).
37990
37991 2003-01-23  Bruno Haible  <bruno@clisp.org>
37992
37993         * modules/minmax: New module.
37994         * MODULES.html.sh (func_all_modules): Add it.
37995
37996 2003-01-23  Bruno Haible  <bruno@clisp.org>
37997
37998         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
37999         Eggert.
38000
38001 2003-01-22  Bruno Haible  <bruno@clisp.org>
38002
38003         * modules/exit: New module.
38004         * MODULES.html.sh (func_all_modules): Add it.
38005
38006 2003-01-22  Bruno Haible  <bruno@clisp.org>
38007
38008         * lib/exit.h: New file, from GNU gettext.
38009
38010 2003-01-19  Bruno Haible  <bruno@clisp.org>
38011
38012         * gnulib-tool: Recognize option --extract-maintainer.
38013         (func_get_maintainer): New function.
38014         * modules/*: Add Maintainer entry.
38015
38016 2003-01-16  Jim Meyering  <jim@meyering.net>
38017
38018         * m4/regex.m4: The `regex' struct is both input and output.
38019         Initialize it before each use.  Patch by Tim Waugh.
38020
38021 2003-01-16  Bruno Haible  <bruno@clisp.org>
38022
38023         * MODULES.html.sh: Add a table of contents. Add the module name as
38024         leftmost column. Add hyperlinks.
38025
38026 2003-01-15  Bruno Haible  <bruno@clisp.org>
38027
38028         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
38029
38030 2003-01-15  Bruno Haible  <bruno@clisp.org>
38031
38032         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
38033         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
38034         suffix.
38035
38036 2003-01-15  Bruno Haible  <bruno@clisp.org>
38037
38038         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
38039
38040 2003-01-15  Bruno Haible  <bruno@clisp.org>
38041
38042         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
38043         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
38044
38045 2003-01-14  Jim Meyering  <jim@meyering.net>
38046
38047         * lib/same.c (same_name): Tweak a comment.
38048
38049 2003-01-14  Bruno Haible  <bruno@clisp.org>
38050
38051         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
38052         when a string comparison is sufficient.
38053
38054 2003-01-14  Bruno Haible  <bruno@clisp.org>
38055
38056         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
38057         'unsigned int'.
38058
38059 2003-01-14  Bruno Haible  <bruno@clisp.org>
38060
38061         * lib/hash-pjw.c: Add comment about low quality of this function.
38062
38063 2003-01-13  Bruno Haible  <bruno@clisp.org>
38064
38065         * modules/stpcpy: Distribute lib/stpcpy.h.
38066         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
38067
38068 2003-01-13  Bruno Haible  <bruno@clisp.org>
38069
38070         * modules/*: Add a description.
38071         * modules/strpbrk: Fix Makefile.am snippet.
38072         * modules/strtoimax: Fix dependencies.
38073         * modules/strtoumax: Likewise.
38074
38075 2003-01-13  Bruno Haible  <bruno@clisp.org>
38076
38077         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
38078         * modules/alloca (Makefile.am): All object files depend on alloca.h.
38079         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
38080
38081 2003-01-13  Bruno Haible  <bruno@clisp.org>
38082
38083         * gnulib-tool (func_create_testdir): Store config/* files in the main
38084         directory.
38085         * config.rpath: Move to ...
38086         * config/config.rpath: ... here.
38087         * modules/gettext: Contains config/config.rpath, not config.rpath.
38088         * modules/iconv: Likewise.
38089
38090 2003-01-12  Paul Eggert  <eggert@twinsun.com>
38091
38092         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
38093         to avoid collisions with libcurses and libreadline.
38094
38095         * m4/getstr.m4: Remove.
38096         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
38097
38098 2003-01-12  Paul Eggert  <eggert@twinsun.com>
38099
38100         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
38101         to avoid collisions with libcurses and libreadline.
38102
38103         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
38104         * lib/getstr.h, getstr.c: Remove.
38105         * lib/getline.c: Include "getline.h", to check interface.
38106         Move body of old getstr.c here: this defines MIN_CHUNK and
38107         declares getdelim2, which is renamed from getstr.
38108         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
38109
38110         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
38111         All uses changed.
38112         * lib/linebuffer.h: Likewise.
38113         (readline): Remove backward-compatibility macro.
38114
38115 2003-01-12  Paul Eggert  <eggert@twinsun.com>
38116
38117         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
38118         to avoid collisions with libcurses and libreadline.
38119         * getstr: Remove.
38120         * MODULES.html.sh: Remove getstr.
38121         * modules/getline: Depend on unlocked-io, not getstr.
38122
38123 2003-01-12  Jim Meyering  <jim@meyering.net>
38124
38125         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
38126
38127 2003-01-10  Bruno Haible  <bruno@clisp.org>
38128
38129         * modules/alloca: Change Makefile.am requirements. Simplify Include
38130         requirements. Add lib/alloca_.h to file list.
38131
38132 2003-01-10  Bruno Haible  <bruno@clisp.org>
38133
38134         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
38135
38136 2003-01-10  Bruno Haible  <bruno@clisp.org>
38137
38138         * lib/alloca_.h: New file.
38139         * lib/getdate.y: Unconditionally include alloca.h.
38140         * lib/makepath.c: Likewise.
38141         * lib/setenv.c: Likewise.
38142         * lib/userspec.c: Likewise.
38143
38144 2003-01-09  Karl Berry  <karl@gnu.org>
38145
38146         * MODULES.html.sh: include `dirname $0` in PATH, to find
38147         gnulib-tool.
38148
38149 2003-01-09  Bruno Haible  <bruno@clisp.org>
38150
38151         * modules/stdbool: Change configure.ac, Makefile.am requirements.
38152         Simplify Include requirements. Add lib/stdbool.h.in to file list.
38153
38154 2003-01-09  Bruno Haible  <bruno@clisp.org>
38155
38156         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
38157
38158 2003-01-09  Bruno Haible  <bruno@clisp.org>
38159
38160         * lib/stdbool.h.in: New file.
38161
38162 2003-01-09  Bruno Haible  <bruno@clisp.org>
38163
38164         * gnulib-tool (func_all_modules): Ignore files ending in ~.
38165         * MODULES.html.sh: Likewise.
38166
38167 2003-01-08  Jim Meyering  <jim@meyering.net>
38168
38169         * lib/full-write.c: Undefine and define-away `const' after inclusion
38170         of errno.h, not before.  Suggestion from Bruno Haible.
38171
38172 2003-01-08  Bruno Haible  <bruno@clisp.org>
38173
38174         * modules/full-read: Depend on full-write.
38175
38176 2003-01-08  Bruno Haible  <bruno@clisp.org>
38177
38178         * lib/safe-read.c: Include specification header first, to ensure its
38179         selfcontainedness.
38180         * lib/full-write.c: Likewise.
38181
38182 2003-01-07  Jim Meyering  <jim@meyering.net>
38183
38184         * lib/full-write.c: Rework so that it may serve to define full_read,
38185         too.
38186         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
38187
38188 2003-01-07  Bruno Haible  <bruno@clisp.org>
38189
38190         * lib/strtoimax.c: Include <stdint.h> as an alternative to
38191         <inttypes.h>.
38192         * lib/xstrtol.h: Likewise.
38193         * lib/xstrtoimax.c: Likewise.
38194         * lib/xstrtoumax.c: Likewise.
38195         * lib/human.h: Likewise.
38196
38197         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
38198         on systems that have <inttypes.h> but not <stdint.h>.
38199
38200 2003-01-07  Bruno Haible  <bruno@clisp.org>
38201
38202         * MODULES.html.sh: Add copyright notice.
38203         (missed_files): Omit CVS directory entries.
38204         (func_module): Make it work with sed-3.02.
38205         * MODULES.txt: Remove file.
38206
38207 2003-01-06  Jim Meyering  <jim@meyering.net>
38208
38209         * lib/version-etc.c: Update year in translatable copyright string.
38210
38211 2003-01-03  Karl Berry  <karl@gnu.org>
38212
38213         * config/config.{guess,sub}: update from prep.
38214
38215 2003-01-02  Karl Berry  <karl@gnu.org>
38216
38217         * doc/COPYING.DOC: belatedly updated to 1.2.
38218
38219 2003-01-01  Karl Berry  <karl@gnu.org>
38220
38221         * gnulib-tool (func_verify_module): report module name $module in
38222         error message, not $1.
38223         * gnulib-tool (create-testdir): don't complain if destdir couldn't
38224         be created, only if it doesn't exist.
38225         * gnulib-tool (last_checkin_date): don't expand the $Date here.
38226
38227 2002-12-31  Paul Eggert  <eggert@twinsun.com>
38228
38229         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
38230
38231 2002-12-31  Paul Eggert  <eggert@twinsun.com>
38232
38233         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
38234         memcmp if strcoll doesn't work.
38235
38236 2002-12-31  Bruno Haible  <bruno@clisp.org>
38237
38238         * lib/utime.c (utime_null): No need to call ftruncate if the file was
38239         nonempty.
38240
38241 2002-12-31  Bruno Haible  <bruno@clisp.org>
38242
38243         * lib/memcoll.c (STRCOLL): New macro.
38244         (memcoll): Use it.
38245
38246 2002-12-31  Bruno Haible  <bruno@clisp.org>
38247
38248         * lib/localcharset.h: New file.
38249         * lib/localcharset.c: Include it.
38250         * lib/unicodeio.c: Likewise.
38251
38252 2002-12-31  Bruno Haible  <bruno@clisp.org>
38253
38254         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
38255         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
38256
38257 2002-12-31  Bruno Haible  <bruno@clisp.org>
38258
38259         * lib/getline.h: Include <stddef.h>, for size_t.
38260
38261         * lib/unicodeio.h: Include <stddef.h>, for size_t.
38262         * lib/unicodeio.c: Don't include <stddef.h>.
38263
38264 2002-12-31  Bruno Haible  <bruno@clisp.org>
38265
38266         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
38267         HAVE_TM_ZONE.
38268
38269 2002-12-24  Karl Berry  <karl@gnu.org>
38270
38271         * config/config.guess: update from prep.
38272
38273 2002-12-24  Bruno Haible  <bruno@clisp.org>
38274
38275         General infrasructure.
38276         * m4/README: Rewritten.
38277         * m4/onceonly.m4: New file.
38278         * m4/onceonly_2_57.m4: New file.
38279
38280         Module atexit.
38281         * m4/atexit.m4: New file.
38282
38283         Module strtod.
38284         * m4/strtod.m4: New file.
38285
38286         Module strtol.
38287         * m4/strtol.m4: New file.
38288
38289         Module strtoul.
38290         * m4/strtoul.m4: New file.
38291
38292         Module memchr.
38293         * m4/memchr.m4: New file.
38294
38295         Module memcmp.
38296         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
38297         (jm_FUNC_MEMCMP): Invoke it.
38298
38299         Module memcpy.
38300         * m4/memcpy.m4: New file.
38301
38302         Module memmove.
38303         * m4/memmove.m4: New file.
38304
38305         Module memset.
38306         * m4/memset.m4: New file.
38307
38308         Module strcspn.
38309         * m4/strcspn.m4: New file.
38310
38311         Module strpbrk.
38312         * m4/strpbrk.m4: New file.
38313
38314         Module strstr.
38315         * m4/strstr.m4: New file.
38316
38317         Module strerror.
38318         * m4/strerror.m4: New file.
38319
38320         Module mktime.
38321         * m4/mktime.m4: Renamed from jm-mktime.m4.
38322         (gl_PREREQ_MKTIME): New macro.
38323         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
38324
38325         Module malloc.
38326         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
38327         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
38328         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
38329
38330         Module realloc.
38331         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
38332         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
38333         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
38334
38335         Module strftime.
38336         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
38337         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
38338         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
38339         gl_TM_GMTOFF.
38340         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
38341
38342         Module xalloc.
38343         * m4/xalloc.m4: New file.
38344
38345         Module alloca.
38346         * m4/alloca.m4: New file.
38347
38348         Module putenv.
38349         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
38350         (jm_FUNC_PUTENV): Invoke it.
38351
38352         Module setenv.
38353         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
38354         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
38355         when invoked twice.
38356         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
38357         gt_FUNC_SETENV.
38358
38359         Module memrchr.
38360         * m4/memrchr.m4: New file.
38361
38362         Module stpcpy.
38363         * m4/stpcpy.m4: New file.
38364
38365         Module strcase.
38366         * m4/strcase.m4: New file.
38367
38368         Module strdup.
38369         * m4/strdup.m4: New file.
38370
38371         Module strnlen.
38372         * m4/strnlen.m4: New file.
38373
38374         Module strndup.
38375         * m4/strndup.m4: New file.
38376
38377         Module xstrtod.
38378         * m4/xstrtod.m4: New file.
38379
38380         Module xstrtol.
38381         * m4/xstrtol.m4: New file.
38382
38383         Module getdate.
38384         * m4/getdate.m4: New file.
38385
38386         Module unlocked-io.
38387         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
38388         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
38389         * m4/jm-glibc-io.m4n: Remove file.
38390
38391         Module long-options.
38392         * m4/long-options.m4: New file.
38393
38394         Module md5.
38395         * m4/md5.m4: New file.
38396
38397         Module sha.
38398         * m4/sha.m4: New file.
38399
38400         Module getstr.
38401         * m4/getstr.m4: New file.
38402
38403         Module getline.
38404         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
38405         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
38406         <sys/types.h>, for size_t. Use the function name gnu_getline, not
38407         simply getline. Infoke gl_PREREQ_GETLINE.
38408
38409         Module obstack.
38410         * m4/obstack.m4: New file.
38411
38412         Module hash.
38413         * m4/hash.m4: New file.
38414
38415         Module readtokens.
38416         * m4/readtokens.m4: New file.
38417
38418         Module strverscmp.
38419         * m4/strverscmp.m4: New file.
38420
38421         Module stdbool.
38422         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
38423         OSF/1.
38424
38425         Module strtoll.
38426         * m4/strtoll.m4: New file.
38427
38428         Module strtoull.
38429         * m4/strtoull.m4: New file.
38430
38431         Module strtoimax.
38432         * m4/strtoimax.m4: New file.
38433
38434         Module strtoumax.
38435         * m4/strtoumax.m4: New file.
38436
38437         Module xstrtoimax.
38438         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
38439         jm_AC_PREREQ_XSTRTOIMAX.
38440         Moved the strtol prerequisites to strtol.m4.
38441         Moved the strtoll prerequisites to strtoll.m4.
38442         Moved the strtoimax prerequisites to strtoimax.m4.
38443
38444         Module xstrtoumax.
38445         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
38446         jm_AC_PREREQ_XSTRTOUMAX.
38447         Moved the strtoul prerequisites to strtoul.m4.
38448         Moved the strtoull prerequisites to strtoull.m4.
38449         Moved the strtoumax prerequisites to strtoumax.m4.
38450
38451         Module chown.
38452         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
38453         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
38454
38455         Module dup2.
38456         * m4/dup2.m4: New file.
38457
38458         Module ftruncate.
38459         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
38460         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
38461
38462         Module getgroups.
38463         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
38464         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
38465
38466         Module gettimeofday.
38467         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
38468         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
38469         gl_PREREQ_GETTIMEOFDAY.
38470
38471         Module mkdir.
38472         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
38473         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
38474
38475         Module mkstemp.
38476         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
38477         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
38478         jm_AC_TYPE_UINTMAX_T.
38479         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
38480
38481         Module stat.
38482         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
38483         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
38484
38485         Module lstat.
38486         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
38487         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
38488
38489         Module timespec.
38490         * m4/timespec.m4 (gl_TIMESPEC): New macro.
38491         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
38492         * m4/st_mtim.m4: Indentation.
38493
38494         Module nanosleep.
38495         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
38496         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
38497         gl_PREREQ_NANOSLEEP.
38498
38499         Module regex.
38500         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
38501         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
38502         (gl_REGEX): New macro.
38503
38504         Module rename.
38505         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
38506         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
38507
38508         Module rmdir.
38509         * m4/rmdir.m4: New file.
38510
38511         Module utime.
38512         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
38513         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
38514         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
38515
38516         Module dirname.
38517         * m4/dirname.m4: New file.
38518
38519         Module getopt.
38520         * m4/getopt.m4: New file.
38521
38522         Module unistd-safer.
38523         * m4/unistd-safer.m4: New file.
38524
38525         Module fnmatch.
38526         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
38527         declaration.
38528         (gl_PREREQ_FNMATCH_EXTRA): New macro.
38529         (gl_FUNC_FNMATCH_POSIX): New macro.
38530         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
38531         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
38532         simply fnmatch.
38533
38534         Module exclude.
38535         * m4/exclude.m4: New file.
38536
38537         Module human.
38538         * m4/human.m4: New file.
38539
38540         Module acl.
38541         * m4/acl.m4: Nop.
38542
38543         Module backupfile.
38544         * m4/backupfile.m4: New file.
38545         * m4/d-ino.m4: Indentation.
38546
38547         Module fsusage.
38548         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
38549         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
38550         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
38551
38552         Module dirfd.
38553         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
38554         requirements.
38555
38556         Module euidaccess.
38557         * m4/euidaccess.m4: New file.
38558
38559         Module file-type.
38560         * m4/file-type.m4: New file.
38561
38562         Module fileblocks.
38563         * m4/fileblocks.m4: New file.
38564
38565         Module filemode.
38566         * m4/filemode.m4: New file.
38567
38568         Module isdir.
38569         * m4/isdir.m4: New file.
38570
38571         Module lchown.
38572         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
38573         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
38574
38575         Module makepath.
38576         * m4/makepath.m4: New file.
38577
38578         Module modechange.
38579         * m4/modechange.m4: New file.
38580
38581         Module mountlist.
38582         * m4/mountlist.m4: New file.
38583         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
38584         Indentation.
38585
38586         Module path-concat.
38587         * m4/path-concat.m4: New file.
38588
38589         Module pathmax.
38590         * m4/pathmax.m4: New file.
38591
38592         Module same.
38593         * m4/same.m4: New file.
38594
38595         Module save-cwd.
38596         * m4/save-cwd.m4: New file.
38597
38598         Module savedir.
38599         * m4/savedir.m4: New file.
38600
38601         Module xgetcwd.
38602         * m4/xgetcwd.m4: New file.
38603         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
38604
38605         Module xreadlink.
38606         * m4/xreadlink.m4: New file.
38607
38608         Module safe-read.
38609         * m4/safe-read.m4: New file.
38610
38611         Module safe-write.
38612         * m4/safe-write.m4: New file.
38613
38614         Module closeout.
38615         * m4/closeout.m4: New file.
38616
38617         Module stdio-safer.
38618         * m4/stdio-safer.m4: New file.
38619
38620         Module getpass.
38621         * m4/getpass.m4: New file.
38622
38623         Module getugroups.
38624         * m4/getugroups.m4: New file.
38625
38626         Module group-member.
38627         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
38628         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
38629
38630         Module idcache.
38631         * m4/idcache.m4: New file.
38632
38633         Module userspec.
38634         * m4/userspec.m4: New file.
38635
38636         Module gettime.
38637         * m4/clock_time.m4: New file.
38638         * m4/gettime.m4: New file.
38639
38640         Module settime.
38641         * m4/settime.m4: New file.
38642
38643         Module posixtm.
38644         * m4/posixtm.m4: New file.
38645
38646         Module gethostname.
38647         * m4/gethostname.m4: New file.
38648
38649         Module canon-host.
38650         * m4/canon-host.m4: New file.
38651
38652         Module gettext.
38653         * m4/codeset.m4: New file, from gettext-0.11.5.
38654         * m4/gettext.m4: New file, from gettext-0.11.5.
38655         * m4/glibc21.m4: New file, from gettext-0.11.5.
38656         * m4/iconv.m4: New file, from gettext-0.11.5.
38657         * m4/intdiv0.m4: New file, from gettext-0.11.5.
38658         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
38659         * m4/inttypes.m4: New file, from gettext-0.11.5.
38660         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
38661         * m4/isc-posix.m4: New file, from gettext-0.11.5.
38662         * m4/lcmessage.m4: New file, from gettext-0.11.5.
38663         * m4/lib-ld.m4: New file, from gettext-0.11.5.
38664         * m4/lib-link.m4: New file, from gettext-0.11.5.
38665         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
38666         * m4/progtest.m4: New file, from gettext-0.11.5.
38667         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
38668         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
38669         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
38670
38671         Module localcharset.
38672         * m4/localcharset.m4: New file.
38673
38674         Module hard-locale.
38675         * m4/hard-locale.m4: New file.
38676
38677         Module mbswidth.
38678         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
38679         onceonly macros.
38680         * m4/mbrtowc.m4: Add comment.
38681
38682         Module memcasecmp.
38683         * m4/memcasecmp.m4: New file.
38684
38685         Module memcoll.
38686         * m4/memcoll.m4: New file.
38687
38688         Module unicodeio.
38689         * m4/unicodeio.m4: New file.
38690
38691         Module rpmatch.
38692         * m4/rpmatch.m4: New file.
38693
38694         Module yesno.
38695         * m4/yesno.m4: New file.
38696
38697         Module exitfail.
38698         * m4/exitfail.m4: New file.
38699
38700         Module c-stack.
38701         * m4/c-stack.m4 (gl_C_STACK): New macro.
38702         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
38703
38704         Module error.
38705         * m4/error.m4 (gl_ERROR): New macro.
38706         (jm_PREREQ_ERROR): Use onceonly macros.
38707
38708         Module fatal.
38709         * m4/fatal.m4: New file.
38710
38711         Module getloadavg.
38712         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
38713         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
38714
38715         Module getpagesize.
38716         * m4/getpagesize.m4: New file.
38717
38718         Module getusershell.
38719         * m4/getusershell.m4: New file.
38720
38721         Module physmem.
38722         * m4/physmem.m4: New file.
38723
38724         Module posixver.
38725         * m4/posixver.m4: New file.
38726
38727         Module quotearg.
38728         * m4/quotearg.m4: New file.
38729
38730         Module quote.
38731         * m4/quote.m4: New file.
38732
38733         Module readutmp.
38734         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
38735
38736         Module sig2str.
38737         * m4/sig2str.m4: New file.
38738
38739         Other.
38740         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
38741         ulonglong.m4.
38742         * m4/intmax_t.m4: New file.
38743         * m4/d-type.m4: Indentation.
38744         * m4/jm-macros.m4: Update.
38745         * m4/prereq.m4 (jm_PREREQ): Update.
38746         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
38747         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
38748         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
38749         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
38750         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
38751         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
38752         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
38753         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
38754         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
38755         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
38756         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
38757         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
38758         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
38759         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
38760         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
38761         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
38762         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
38763         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
38764         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
38765
38766 2002-12-24  Bruno Haible  <bruno@clisp.org>
38767
38768         * MODULES.txt: Update according to m4/ changes.
38769
38770         Module gettext.
38771         * config.rpath: New file, from gettext-0.11.5.
38772
38773         * modules/*: New module descriptions.
38774         * gnulib-tool: New file.
38775         * MODULES.html.sh: New file.
38776
38777 2002-12-21  Karl Berry  <karl@gnu.org>
38778
38779         * doc/fdl.texi: update to version 1.2.
38780
38781 2002-12-19  Karl Berry  <karl@gnu.org>
38782
38783         * config/config.guess: update from prep.
38784
38785 2002-12-18  Bruno Haible  <bruno@clisp.org>
38786
38787         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
38788         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
38789
38790 2002-12-17  Bruno Haible  <bruno@clisp.org>
38791
38792         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
38793         stdlib.h, string.h.
38794
38795 2002-12-17  Bruno Haible  <bruno@clisp.org>
38796
38797         * lib/canon-host.c (strdup): Remove unused declaration.
38798
38799         * lib/fsusage.c: Include full_read.h.
38800         (get_fs_usage): Use full_read instead of safe_read.
38801
38802         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
38803
38804 2002-12-12  Karl Berry  <karl@gnu.org>
38805
38806         * config/config.guess: update from prep.
38807
38808 2002-12-11  Bruno Haible  <bruno@clisp.org>
38809
38810         * m4/setenv.m4: New file, from gettext-0.11.5.
38811
38812 2002-12-11  Bruno Haible  <bruno@clisp.org>
38813
38814         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
38815         not unsetenv().
38816         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
38817         modifications:
38818
38819         2002-12-11  Bruno Haible  <bruno@clisp.org>
38820
38821                 * setenv.c (alloca): Fall back to malloc.
38822                 (freea): New macro.
38823                 (setenv): Use freea() to free memory allocated with alloca().
38824
38825         2002-11-13  Bruno Haible  <bruno@clisp.org>
38826
38827                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
38828                 function declarations.
38829                 * unsetenv.c (unsetenv): Likewise.
38830
38831         2002-03-04  Bruno Haible  <bruno@clisp.org>
38832
38833                 Portability to AIX 4.3.3.
38834                 * unsetenv.c: New file, extracted from setenv.c.
38835                 * setenv.c: Move the unsetenv() function to unsetenv.c.
38836
38837         2001-12-20  Bruno Haible  <bruno@clisp.org>
38838
38839                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
38840                 use malloc instead. For SunOS 4.
38841
38842         2001-12-11  Bruno Haible  <bruno@clisp.org>
38843
38844                 * setenv.c: Declare alloca.
38845                 (compar_fn_t): New typedef.
38846                 (KNOWN_VALUE, STORE_VALUE): Use it.
38847
38848         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
38849         setenv.h.
38850
38851 2002-12-10  Paul Eggert  <eggert@twinsun.com>
38852
38853         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
38854         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
38855         Choose values that are less likely to collide with system fnmatch
38856         options.
38857         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
38858         defined (e.g., a pure POSIX system).
38859         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
38860         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
38861
38862 2002-12-06  Paul Eggert  <eggert@twinsun.com>
38863
38864         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
38865         a pain in practice to deal with generated m4 files.  This change
38866         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
38867
38868         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
38869         and jm-glibc-io.m4, as they are no longer a special case.
38870         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
38871         kludge and the auto-generation stuff.  Check only whether the
38872         functions are declared, not whether they exist, since older hosts
38873         that don't declare the functions can't use the optimization anyway.
38874
38875 2002-12-06  Jim Meyering  <jim@meyering.net>
38876
38877         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
38878
38879         Merge in changes from libc's misc/error.c, in preparation
38880         for the merge of gnulib's changes back into libc.
38881
38882         * lib/error.c (_): Define only if not already defined.
38883         Move definition to follow all #include directives.
38884         Include unlocked-io.h only if !_LIBC.
38885         [_LIBC]: Include <libio/libioP.h>.
38886         [USE_IN_LIBIO]: Include <libio/iolibio.h>
38887         (fflush): Tweak definition to use INTUSE.
38888         (putc): Define.
38889
38890 2002-12-05  Paul Eggert  <eggert@twinsun.com>
38891
38892         * lib/alloca.c [defined emacs]: Include "lisp.h".
38893         (xalloc_die) [defined emacs]: New macro.
38894         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
38895         [! defined emacs]: Include <xalloc.h>.
38896         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
38897         (pointer): Typedef to POINTER_TYPE *.
38898         (malloc): Remove decl; we now always use xmalloc.
38899         (alloca): Use old-style definition, since Emacs needs this.
38900         Check for arithmetic overflow when computing combined size.
38901
38902 2002-12-04  Paul Eggert  <eggert@twinsun.com>
38903
38904         Do not generate unlocked-io.h automatically, since it's easier to
38905         maintain it by hand.
38906
38907         * lib/unlocked-io.h: New file, from GNU diffutils,
38908         but with proper copyright notice and attribution.
38909         * lib/gen-uio: Remove.
38910         * lib/Makefile.am: Add copyright notice.
38911         (libfetish_a_SOURCES): Add unlocked-io.h.
38912         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
38913         (DISTCLEANFILES, io_functions): Remove macros.
38914         (EXTRA_DIST): Remove gen_uio.
38915         (unlocked-io.h): Remove rule.
38916
38917 2002-12-04  Jim Meyering  <jim@meyering.net>
38918
38919         Reflect the fact that stat.c and lstat.c are no longer generated.
38920         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
38921         (DISTCLEANFILES): Likewise.
38922         (EXTRA_DIST): Likewise.
38923         (all_local): Don't depend on stat.c or lstat.c.
38924         (stat.c, lstat.c): Remove rules.
38925         (EXTRA_DIST): Remove xstat.in.
38926
38927         * lib/xstat.in: Remove file.  Contents moved into stat.c.
38928         * lib/stat.c: New file.  Contents mostly from xstat.in.
38929         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
38930         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
38931
38932         * lib/safe-read.c: Rework so that it may serve to define safe_write,
38933         too.
38934         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
38935
38936 2002-12-03  Jim Meyering  <jim@meyering.net>
38937
38938         * lib/safe-read.c, safe-write.c: Change variable names and comments,
38939         but not semantics, to minimize the differences between these two files.
38940         (safe_read): Change comment to mention SAFE_READ_ERROR.
38941
38942         * lib/safe-read.c (IS_EINTR): Define.
38943         (safe_read): Use IS_EINTR in place of in-function cpp directives.
38944
38945 2002-12-02  Jim Meyering  <jim@meyering.net>
38946
38947         * lib/safe-read.c (EINTR): Define.
38948         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
38949         (INT_MAX): Provide fallback.
38950         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
38951
38952         * lib/safe-read.h (SAFE_READ_ERROR): Define.
38953
38954 2002-12-02  Bruno Haible  <bruno@clisp.org>
38955
38956         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
38957         Define, taken from safe-read.c.
38958         (INT_MAX): Provide fallback.
38959         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
38960         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
38961
38962         * lib/safe-read.c (EINTR): Remove definition.
38963         (safe_read): Don't use EINTR if it is absent.
38964
38965 2002-12-01  Jim Meyering  <jim@meyering.net>
38966
38967         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
38968         zero.
38969         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
38970
38971 2002-11-27  Paul Eggert  <eggert@twinsun.com>
38972
38973         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
38974         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
38975         with `if (! (value < limit)) abort ();', for readability.
38976
38977 2002-11-26  Karl Berry  <karl@gnu.org>
38978
38979         * lib/strdup.c: copy from libc again, with jim's ok.
38980         * lib/.cppi-disable: re-add strdup.c
38981
38982 2002-11-25  Karl Berry  <karl@gnu.org>
38983
38984         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
38985         instead of "strtol.c".
38986
38987 2002-11-25  Karl Berry  <karl@gnu.org>
38988
38989         * config/install-sh: update from automake for variable quoting, $0 in
38990         error msgs, etc.
38991
38992         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
38993         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
38994         entry.
38995
38996 2002-11-25  Jim Meyering  <jim@meyering.net>
38997
38998         * lib/mktime.c: Sync from libc, now that it has the latest fix.
38999
39000 2002-11-24  Karl Berry  <karl@gnu.org>
39001
39002         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
39003         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
39004
39005 2002-11-24  Jim Meyering  <jim@meyering.net>
39006
39007         Update from coreutils:
39008
39009         * lib/mktime.c: Merge in changes from libc.
39010
39011         Avoid a link-time failure on some Linux systems.
39012         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
39013         (otherwise).
39014         (__mon_yday): Declare with the STATIC attribute.
39015         (__mktime_internal): Likewise.
39016         Based on a report from Greg Schafer.
39017
39018 2002-11-23  Jim Meyering  <jim@meyering.net>
39019
39020         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
39021         Use `unsigned', not `int', as type of index.
39022
39023         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
39024
39025         * lib/fsusage.c: Remove unneeded parentheses around operands of
39026         `defined'.
39027
39028 2002-11-22  Paul Eggert  <eggert@twinsun.com>
39029
39030         * lib/quotearg.h: Allow multiple inclusion by surrounding with
39031         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
39032         so that we can be included first.
39033         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
39034         * lib/quotearg.c: Include quotearg.h immediately after config.h.
39035         No need to include stddef.h or sys/types.h any more.
39036         Surround local include files with "", not "<>".
39037         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
39038         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
39039         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
39040         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
39041         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
39042         (ISPRINT): Remove; no longer needed now that we assume C89.
39043
39044         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
39045         Preserve errno.
39046
39047         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
39048         quotearg_char): Use SIZE_MAX rather than
39049         (size_t) -1 when we are talking about "infinity".
39050
39051         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
39052
39053 2002-11-22  Paul Eggert  <eggert@twinsun.com>
39054
39055         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
39056         hint that one should use `if (! x) abort ();' rather than `assert
39057         (x);', and anyway it's one less thing to worry about configuring.
39058         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
39059         hash_rehash, hash_insert): Use abort rather than assert.
39060
39061 2002-11-22  Bruno Haible  <bruno@clisp.org>
39062
39063         * lib/safe-read.h: Assume C89. Add comments.
39064         (safe_read): Change return type to size_t.
39065         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
39066         byte counts > SSIZE_MAX correctly.
39067         * lib/safe-write.h: New file.
39068         * lib/safe-write.c: New file.
39069         * lib/full-read.h: New file.
39070         * lib/full-read.c: New file.
39071         * lib/full-write.h: Assume C89. Add comments.
39072         * lib/full-write.c: Include safe-write.h.
39073         (full_write): Rewritten to use safe_write.
39074         Suggested by Jim Meyering and Paul Eggert.
39075
39076 2002-11-21  Jim Meyering  <jim@meyering.net>
39077
39078         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
39079
39080         Merge in changes from the coreutils.
39081
39082         2002-09-25  Paul Eggert  <eggert@twinsun.com>
39083         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
39084         <stdint.h>.
39085         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
39086         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
39087         int.  Work more efficiently if X is the same width as uintmax_t.
39088         Do not compare X to -1, to avoid bogus compiler warning.
39089         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
39090         Don't assume that f_frsize and f_bsize are the same type.
39091
39092         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
39093         warning on FreeBSD.
39094
39095         * lib/makepath.c (make_path): Restore umask *before* creating the final
39096         component.
39097         (make_path): Minor reformatting.
39098
39099         * lib/xmalloc.c: Adjust to work with new autoconf macros,
39100         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
39101         HAVE_MALLOC/HAVE_REALLOC.
39102
39103         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
39104         dummy ones.  At least on GNU/Linux systems, `auto' means something
39105         else.
39106         From Michael Stone.
39107
39108 2002-11-21  Bruno Haible  <bruno@clisp.org>
39109
39110         Remove case insensitive option matching.
39111         * lib/argmatch.h (argcasematch): Remove declaration.
39112         (ARGCASEMATCH): Remove macro.
39113         (__xargmatch_internal): Remove case_sensitive argument.
39114         (XARGMATCH): Update.
39115         (XARGCASEMATCH): Remove macro.
39116         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
39117         case_sensitive argument.
39118         (argcasematch): Remove function.
39119         (__xargmatch_internal): Remove case_sensitive argument.
39120         (main): Use XARGMATCH instead of XARGCASEMATCH.
39121
39122         * lib/xmalloc.c: Change compile-time error message. Add comment about
39123         required autoconf version.
39124
39125 2002-11-20  Paul Eggert  <eggert@twinsun.com>
39126
39127         Merge argmatch cleanups from Bison.  Assume C89.
39128
39129         * lib/argmatch.c: Include config.h here, not in argmatch.h.
39130         Include stdlib.h, for EXIT_FAILURE.
39131         Always include <string.h>, since we assume C89.
39132         (EXIT_FAILURE): Remove pre-C89 bug workaround.
39133         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
39134         Include <stddef.h> instead, since it's all we need for size_t.
39135         (PARAMS): Remove.  All uses removed.
39136         (ARRAY_CARDINALITY): Do not bother to #undef.
39137         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
39138         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
39139         Remove unnecessary parentheses.
39140         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
39141         Insert necessary parentheses.
39142         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
39143         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
39144
39145 2002-11-19  Bruno Haible  <bruno@clisp.org>
39146
39147         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
39148         * lib/mbswidth.h: Include <stddef.h>, for size_t.
39149
39150         * lib/mbswidth.h (PARAMS): Remove macro.
39151         (mbswidth, mbsnwidth): Use ANSI C function declarations.
39152         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
39153
39154         * lib/gcd.h (PARAMS): Remove macro.
39155         (gcd): Use ANSI C function declarations.
39156         * lib/gcd.c (gcd): Likewise.
39157
39158 2002-11-15  Bruno Haible  <bruno@clisp.org>
39159
39160         * lib/strcspn.c: Include <stddef.h>.
39161         (strcspn): Use ANSI C function declaration. Change return type to
39162         size_t. Use NULL.
39163         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
39164         (strpbrk): Use NULL.
39165         * lib/strpbrk.h (PARAMS): Remove macro.
39166         (strpbrk): Use ANSI C function declaration.
39167         * lib/strstr.c: Don't include <sys/types.h>.
39168         * lib/strstr.h (PARAMS): Remove macro.
39169         (strstr): Use ANSI C function declarations.
39170
39171 2002-11-14  Karl Berry  <karl@gnu.org>
39172
39173         * config/mkinstalldirs: `do' on separate line, instead of
39174         `for var; do'.
39175
39176 2002-11-06  Bruno Haible  <bruno@clisp.org>
39177
39178         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
39179         * lib/gcd.c (gcd): Likewise.
39180
39181 2002-11-05  Bruno Haible  <bruno@clisp.org>
39182
39183         * lib/gcd.h: New file, from gettext-0.11.5.
39184         * lib/gcd.c: New file, from gettext-0.11.5.
39185
39186 2002-11-05  Bruno Haible  <bruno@clisp.org>
39187
39188         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
39189         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
39190         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
39191         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
39192
39193         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
39194         <libintl.h>.
39195         * lib/makepath.c: Include gettext.h instead of <locale.h> and
39196         <libintl.h>.
39197
39198         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
39199         * lib/human.c: Include gettext.h instead of <libintl.h>.
39200         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
39201         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
39202         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
39203         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
39204         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
39205         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
39206         (textdomain): Remove definition.
39207         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
39208
39209         * lib/long-options.c: Remove include of <libintl.h> and definition of
39210         _.
39211         * lib/same.c: Remove include of <libintl.h> and definition of _.
39212
39213 2002-11-04  Owen Taylor  <otaylor@redhat.com>
39214
39215         * lib/config.charset: A few additions for Solaris.
39216
39217 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
39218
39219         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
39220         * lib/localcharset.c (locale_charset): Declare as extern "C".
39221
39222 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
39223
39224         * lib/config.charset: msdos in uk_UA uses CP1125.
39225
39226 2002-11-04  Bruno Haible  <bruno@clisp.org>
39227
39228         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
39229         * lib/strcase.h: New file, from GNU gettext-0.11.5.
39230         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
39231         * lib/strstr.h: New file, from GNU gettext-0.11.5.
39232         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
39233
39234 2002-11-04  Bruno Haible  <bruno@clisp.org>
39235
39236         * lib/localcharset.c (locale_charset): Don't return an empty string.
39237
39238 2002-11-04  Bruno Haible  <bruno@clisp.org>
39239
39240         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
39241         aliases.
39242
39243 2002-11-04  Bruno Haible  <bruno@clisp.org>
39244
39245         * lib/config.charset: Update for newest glibc. Add canonical names
39246         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
39247
39248 2002-11-04  Bruno Haible  <bruno@clisp.org>
39249
39250         * lib/config.charset: Add support for NetBSD.
39251
39252 2002-11-04  Bruno Haible  <bruno@clisp.org>
39253
39254         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
39255
39256 2002-11-01  Bruno Haible  <bruno@clisp.org>
39257
39258         * configure.in: Add AC_CONFIG_AUX_DIR call.
39259         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
39260         test/Makefile.
39261         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
39262
39263 2002-09-28  Karl Berry  <karl@gnu.org>
39264
39265         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
39266         installed automake until the next release, since changes have been
39267         made.
39268
39269 2002-09-25  Karl Berry  <karl@gnu.org>
39270
39271         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
39272         * lib/getopt*: copy from libc/posix.
39273         * lib/gettext.h: copy from gettext.
39274         * lib/.cppi-disable: add strdup.c, gettext.h.
39275
39276 2002-09-25  Karl Berry  <karl@gnu.org>
39277
39278         * config/srclist.txt: enable gettext.h check.
39279         * config/config.{guess,sub}: update from prep.
39280         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
39281                 from automake 1.6.3.
39282         See srclist*.
39283
39284 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
39285
39286         * regex.c (PATFETCH): Remove the translating fetch.
39287         (PATFETCH_RAW): Rename to PATFETCH.
39288         (set_image_of_range): New fun.
39289         (SET_RANGE_TABLE_WORK_AREA): Use it.
39290         (regex_compile): Don't translate the pattern chars so eagerly.
39291         Only do it when inserting an `exactn' bytecode or when handling
39292         a char-range.
39293         (mutually_exclusive_p): Avoid empty statement.
39294
39295 2002-07-06  Jim Meyering  <meyering@lucent.com>
39296
39297         * m4/README: Don't mention Makefile.am.in.
39298         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
39299
39300 2002-07-01  Jim Meyering  <meyering@lucent.com>
39301
39302         * lib/c-stack.c: Include sys/time.h.
39303         From Volker Borchert.
39304
39305 2002-06-26  Paul Eggert  <eggert@twinsun.com>
39306
39307         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
39308
39309 2002-06-26  Paul Eggert  <eggert@twinsun.com>
39310
39311         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
39312         New macro.  Use it uniformly instead of
39313         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
39314         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
39315         reported by Vin Shelton.
39316
39317 2002-06-22  Paul Eggert  <eggert@twinsun.com>
39318
39319         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
39320         Do not assume SA_SIGINFO behavior.
39321         Bug reported by Jim Meyering on NetBSD 1.5.2.
39322
39323 2002-06-22  Jim Meyering  <meyering@lucent.com>
39324
39325         * m4/c-stack.m4: New file, from diffutils-2.8.2.
39326         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
39327
39328         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
39329         now that configure.ac uses AC_GNU_SOURCE.
39330         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
39331         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
39332
39333         Update to latest tools.  Suggestions from Paul Eggert.
39334         * m4/stdbool.m4: New file, from diffutils-2.8.2.
39335         * m4/gnu-source.m4: Update from diffutils-2.8.2.
39336         * m4/fnmatch.m4: Likewise.
39337         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
39338         to AC_HEADER_STDBOOL
39339
39340 2002-06-22  Jim Meyering  <meyering@lucent.com>
39341
39342         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
39343         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
39344
39345 2002-06-22  Jim Meyering  <meyering@lucent.com>
39346
39347         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
39348
39349         * lib/exitfail.c, exitfail.h: Likewise.
39350         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
39351
39352         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
39353         of fnmatch.h.
39354         (EXTRA_DIST): Add fnmatch_loop.c.
39355         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
39356
39357         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
39358         * lib/fnmatch.c: Update from diffutils-2.8.2.
39359         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
39360         * lib/fnmatch.h: Remove file.
39361
39362 2002-06-21  Jim Meyering  <meyering@lucent.com>
39363
39364         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
39365         * m4/mbrtowc.m4: Likewise.
39366
39367         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
39368         * m4/mbswidth.m4: Reflect name change:
39369         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
39370         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
39371
39372         * m4/lib-link.m4: Update from gettext-0.11.2.
39373         * m4/gettext.m4: Likewise.
39374
39375         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
39376         From Alfred M. Szmidt.
39377
39378 2002-06-18  Paul Eggert  <eggert@twinsun.com>
39379
39380         * lib/file-type.h: Report an error if neither S_ISREG nor
39381         S_IFREG is defined, instead of using a test specific to glibc
39382         2.2.  This should be safe, since POSIX requires S_ISREG and
39383         Unix Version 7 had S_IFREG.  We don't need to check for
39384         <sys/types.h> since we don't use any symbols that it defines.
39385
39386 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
39387
39388         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
39389         $@-t, so that each temporary file name is unique and valid in the first
39390         8 characters, for operation under DOS.
39391
39392 2002-06-15  Paul Eggert  <eggert@twinsun.com>
39393
39394         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
39395
39396 2002-06-15  Jim Meyering  <meyering@lucent.com>
39397
39398         Work even with DJGPP 2.03, which lacks support for symlinks.
39399         From Richard Dawe.
39400         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
39401         is defined.
39402         * lib/lchown.c (S_ISLNK): Likewise.
39403
39404 2002-06-15  Jim Meyering  <meyering@lucent.com>
39405
39406         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
39407         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
39408         have been included before this file.
39409
39410 2002-06-14  Jim Meyering  <meyering@lucent.com>
39411
39412         * lib/file-type.h: Use the version from diffutils-2.8.2.
39413         * lib/file-type.c: Likewise.
39414
39415 2002-06-07  Jim Meyering  <meyering@lucent.com>
39416
39417         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
39418         They're needed at least for NetBSD 1.5.2.
39419         ($statxfs_includes): Include those same headers.
39420         ($statxfs_includes): Include sys/vfs.h if available.
39421         ($statxfs_includes): Likewise for sys/statvfs.h.
39422         Check for the following members in both structs statfs and statvfs:
39423         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
39424
39425 2002-06-01  Jim Meyering  <meyering@lucent.com>
39426
39427         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
39428         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
39429
39430 2002-05-28  Jim Meyering  <meyering@lucent.com>
39431
39432         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
39433         Reported by Volker Borchert.
39434
39435 2002-05-27  Jim Meyering  <meyering@lucent.com>
39436
39437         Fix a problem seen only on nonconforming systems whereby ls.c's
39438         use of localtime, and then of gettimeofday would cause trouble:
39439         the localtime call used to initialize rpl_gettimeofday's save
39440         mechanism would clobber ls's current local time information so
39441         that in any long listing the first file would always be listed
39442         with date 1970-01-01.  Analysis by Volker Borchert.
39443
39444         * lib/gettimeofday.c (localtime): Undefine.
39445         (rpl_localtime): New function.
39446
39447 2002-05-27  Jim Meyering  <meyering@lucent.com>
39448
39449         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
39450         localtime.
39451
39452         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
39453         use the replacement function; it wouldn't resolve at link time.
39454         Reported by Volker Borchert.
39455
39456 2002-05-22  Jim Meyering  <meyering@lucent.com>
39457
39458         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
39459         file-type.h.
39460         * lib/file-type.h: New file.
39461         * lib/file-type.c (file_type): New file/function.  Extracted from
39462         diffutils.
39463
39464 2002-04-30  Jim Meyering  <meyering@lucent.com>
39465
39466         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
39467
39468 2002-04-29  Paul Eggert  <eggert@twinsun.com>
39469
39470         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
39471
39472 2002-04-29  Paul Eggert  <eggert@twinsun.com>
39473
39474         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
39475         Do not check for alloca.h (no longer used) or stdbool.h (was never
39476         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
39477
39478 2002-04-29  Paul Eggert  <eggert@twinsun.com>
39479
39480         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
39481
39482 2002-04-29  Jim Meyering  <meyering@lucent.com>
39483
39484         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
39485         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
39486         Use AC_FUNC_STRNLEN here instead.
39487
39488         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
39489         With autoconf-2.53a, it's part of AC_PROG_CC.
39490
39491 2002-04-28  Paul Eggert  <eggert@twinsun.com>
39492
39493         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
39494         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
39495
39496 2002-04-28  Paul Eggert  <eggert@twinsun.com>
39497
39498         * lib/sig2str.h, lib/sig2str.c: New files.
39499         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
39500
39501 2002-04-28  Paul Eggert  <eggert@twinsun.com>
39502
39503         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
39504         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
39505         of 127, since 64 is the largest conceivable number for ancient
39506         nonstandard hosts.
39507         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
39508
39509 2002-04-28  Jim Meyering  <meyering@lucent.com>
39510
39511         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
39512
39513 2002-04-24  Jim Meyering  <meyering@lucent.com>
39514
39515         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
39516         (jm_PREREQ): Use it.
39517
39518         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
39519         mach/mach.h fcntl.h.
39520         Check for this function: setlocale.
39521
39522 2002-04-24  Jim Meyering  <meyering@lucent.com>
39523
39524         * lib/gettext.h: New file, from Gettext.
39525         * lib/Makefile.am (INCLUDES): Remove -I../intl.
39526         (libfetish_a_SOURCES): Add gettext.h.
39527
39528 2002-04-16  Jim Meyering  <meyering@lucent.com>
39529
39530         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
39531         ut_pid, ut_id, ut_exit.
39532
39533 2002-04-16  Jim Meyering  <meyering@lucent.com>
39534
39535         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
39536         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
39537         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
39538
39539 2002-04-12  Jim Meyering  <meyering@lucent.com>
39540
39541         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
39542         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
39543         existence of the getmntinfo function.  Needed for Darwin 5.3.
39544
39545         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
39546         This is necessary at least on Darwin 5.3.
39547
39548         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
39549         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
39550         strnlen.o in the library, and that makes some versions of ranlib
39551         object.
39552
39553 2002-04-12  Jim Meyering  <meyering@lucent.com>
39554
39555         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
39556
39557 2002-04-09  Jim Meyering  <meyering@lucent.com>
39558
39559         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
39560         to be more precise.  Rather than saying we're checking whether the
39561         function `works', say what we're testing.
39562         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
39563         Reported by Bruno Haible.
39564
39565 2002-03-10  Jim Meyering  <meyering@lucent.com>
39566
39567         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
39568         Suggestion from Santiago Vila.
39569
39570 2002-03-08  Jim Meyering  <meyering@lucent.com>
39571
39572         * lib/rename.c: Mention that this wrapper is needed also on
39573         mips-dec-ultrix4.4 systems.
39574
39575 2002-03-02  Jim Meyering  <meyering@lucent.com>
39576
39577         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
39578         not HAVE_CLOCK_SETTIME.
39579
39580 2002-02-27  Paul Eggert  <eggert@twinsun.com>
39581
39582         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
39583         Check for clock_settime.
39584
39585 2002-02-27  Paul Eggert  <eggert@twinsun.com>
39586
39587         * lib/nanosleep.h: Rename to....
39588         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
39589
39590         * lib/gettime.c: New file.
39591         * lib/settime.c: New file.
39592         * lib/stime.c: Remove.
39593
39594         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
39595         timespec.h.  Remove nanosleep.h.
39596
39597 2002-02-25  Paul Eggert  <eggert@twinsun.com>
39598
39599         * m4/acl.m4: New file.
39600         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
39601         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
39602
39603 2002-02-25  Paul Eggert  <eggert@twinsun.com>
39604
39605         * lib/acl.c, lib/acl.h: New files.
39606         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
39607
39608 2002-02-24  Jim Meyering  <meyering@lucent.com>
39609
39610         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
39611         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
39612         cause trouble.  Reported by Nelson Beebe.
39613
39614 2002-02-23  Paul Eggert  <eggert@twinsun.com>
39615
39616         * lib/path-concat.c (xpath_concat): Reorder code to pacify
39617         compilers that don't know that xalloc_die never returns.
39618
39619 2002-02-20  Jim Meyering  <meyering@lucent.com>
39620
39621         * lib/getdate.c: Regenerate using bison-1.33.
39622
39623 2002-02-17  Jim Meyering  <meyering@lucent.com>
39624
39625         * config/config.guess (main): Don't use `head -1'; it's no longer
39626         portable. Use `sed 1q' instead.
39627
39628 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
39629
39630         * m4/codeset.m4: Upgrade to gettext-0.11.
39631         * m4/gettext.m4: Upgrade to gettext-0.11.
39632         * m4/glibc21.m4: Upgrade to gettext-0.11.
39633         * m4/iconv.m4: Upgrade to gettext-0.11.
39634         * m4/isc-posix.m4: Upgrade to gettext-0.11.
39635         * m4/lcmessage.m4: Upgrade to gettext-0.11.
39636         * m4/lib-ld.m4: New file, from gettext-0.11.
39637         * m4/lib-link.m4: New file, from gettext-0.11.
39638         * m4/lib-prefix.m4: New file, from gettext-0.11.
39639         * m4/progtest.m4: Upgrade to gettext-0.11.
39640
39641 2002-02-15  Paul Eggert  <eggert@twinsun.com>
39642
39643         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
39644         (jm_PREREQ): Use it.
39645
39646 2002-02-15  Paul Eggert  <eggert@twinsun.com>
39647
39648         * lib/posixver.c, lib/posixver.h: New files.
39649         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
39650
39651 2002-02-02  Paul Eggert  <eggert@twinsun.com>
39652             Bruno Haible  <bruno@clisp.org>
39653
39654         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
39655         (fwrite_success_callback): New declaration.
39656         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
39657         print_unicode_char. Call failure callback instead of error.
39658         (fwrite_success_callback): New function.
39659         (exit_failure_callback): New function.
39660         (fallback_failure_callback): New function.
39661         (print_unicode_char): Call unicode_to_mb.
39662
39663 2002-01-26  Jim Meyering  <meyering@lucent.com>
39664
39665         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
39666         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
39667
39668 2002-01-26  Jim Meyering  <meyering@lucent.com>
39669
39670         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
39671
39672 2002-01-22  Paul Eggert  <eggert@twinsun.com>
39673
39674         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
39675
39676 2002-01-22  Jim Meyering  <meyering@lucent.com>
39677
39678         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
39679         Otherwise, some versions of automake would omit the rule that makes
39680         Makefile from Makefile.in.
39681
39682 2002-01-21  Paul Eggert  <eggert@twinsun.com>
39683
39684         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
39685         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
39686         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
39687         (memcoll): Set errno to zero if there is no error.
39688
39689         * lib/quotearg.c (quotearg_buffer_restyled):
39690         Fix bug with quoting buffers containing NUL when backslashing escapes.
39691         This bug was exposed by the other changes in this patch.
39692         (quotearg_n_options): New arg ARGSIZE.
39693         All callers changed.
39694         (quoting_options_from_style): New function.
39695         (quotearg_n_style): Use it.
39696         (quotearg_n_style_mem): New function.
39697
39698         * lib/quotearg.h (quotearg_n_style_mem): New function.
39699
39700 2002-01-19  Jim Meyering  <meyering@lucent.com>
39701
39702         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
39703         Remove useless quotes: DF_PROG="df".
39704         * m4/strnlen.m4: New file.
39705
39706 2002-01-16  Paul Eggert  <eggert@twinsun.com>
39707
39708         * lib/backupfile.c (ISDIGIT): Comment fix.
39709         * lib/getdate.y (ISDIGIT): Likewise.
39710         * lib/posixtm.c (ISDIGIT, year): Likewise.
39711         * lib/strverscmp.c (ISDIGIT): Likewise.
39712         * lib/userspec.c (ISDIGIT): Likewise.
39713
39714 2002-01-16  Jim Meyering  <meyering@lucent.com>
39715
39716         * lib/getdate.y: Add three semicolons, each just before a closing
39717         brace. Bison (as of version 1.31) no longer papers over that mistake.
39718
39719 2002-01-05  Jim Meyering  <meyering@lucent.com>
39720
39721         * lib/version-etc.c (version_etc_copyright): Update copyright year.
39722
39723 2001-12-19  Paul Eggert  <eggert@twinsun.com>
39724
39725         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
39726         not silently exit merely because the output buffer happens to
39727         have nothing pending.
39728
39729 2001-12-18  Paul Eggert  <eggert@twinsun.com>
39730
39731         See the big note in ../ChangeLog.
39732         * lib/human.c (suffixes): Prefer K to k for 1024.
39733         (generate_suffix_backwards): New function.
39734         (human_readable_inexact): Use it.
39735         * lib/xstrtol.c (__xstrtol): If there is no number but there
39736         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
39737         Accept 'K' as well as 'k'.
39738
39739 2001-12-15  Jim Meyering  <meyering@lucent.com>
39740
39741         * lib/regex.h (__restrict_arr): Update from libc.
39742
39743         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
39744         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
39745         (STREQ): Define.
39746
39747 2001-12-14  Jim Meyering  <meyering@lucent.com>
39748
39749         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
39750         Suggestion from Bruno Haible.
39751
39752 2001-12-10  Jim Meyering  <meyering@lucent.com>
39753
39754         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
39755         xrealloc, Instead, include "xalloc.h".
39756         (initbuffer): Don't cast xmalloc return value to char*.
39757         (readline): Reword comment.
39758         Don't cast xrealloc return value to char*
39759         Return NULL, not 0.
39760
39761 2001-12-09  Jim Meyering  <meyering@lucent.com>
39762
39763         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
39764         about `signed and unsigned type in conditional expression'.
39765         * lib/posixtm.c (posix_time_parse): Likewise.
39766
39767         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
39768
39769         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
39770         to avoid a pedantic warning.
39771
39772         * lib/getstr.c: Don't include assert.h.
39773         (getstr): Remove warning-evoking assertions.
39774         Return -1 if offset parameter is out of bounds.
39775         Change the type of a local from int to size_t.
39776
39777         * lib/strftime.c (my_strftime_localtime_r): Include this function
39778         definition in the `#if ! HAVE_TM_GMTOFF' block.
39779
39780         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
39781         Include xalloc.h instead.
39782
39783 2001-12-02  Jim Meyering  <meyering@lucent.com>
39784
39785         * lib/tempname.c: Don't declare getenv, thus reverting the change of
39786         2001-11-18.  It's no longer necessary, now that stdlib.h is always
39787         included.
39788
39789         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
39790         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
39791
39792 2001-11-30  Akim Demaille  <akim@epita.fr>
39793
39794         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
39795         before being defined.
39796
39797 2001-11-27  Paul Eggert  <eggert@twinsun.com>
39798
39799         * lib/quotearg.h (quotearg_n, quotearg_n_style):
39800         First arg is int, not unsigned.
39801         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
39802         (SIZE_MAX, UINT_MAX): New macros.
39803         (quotearg_n_options): Abort if N is negative.
39804         Avoid overflow check on hosts where size_t is 64 bits and int
39805         is 32 bits, as overflow is impossible there.
39806         Fix off-by-one typo that caused unnecessary reallocation.
39807
39808 2001-11-27  Jim Meyering  <meyering@lucent.com>
39809
39810         * lib/tempname.c: Merge with version from libc.
39811         * lib/regex.c: Likewise.
39812
39813         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
39814         systems for which STDC_HEADERS is 0, it was not included, resulting in
39815         a warning about an integer-to-pointer conversion problem with getenv.
39816         Reported by Volker Borchert.
39817
39818 2001-11-26  Jim Meyering  <meyering@lucent.com>
39819
39820         * lib/gtod.h: Remove file.
39821         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
39822         * lib/gettimeofday.c: Don't include gtod.h.
39823         (GTOD_init): Remove function.
39824         (rpl_gettimeofday): Do its job here instead, rather than aborting.
39825         Suggestion from Volker Borchert.
39826
39827 2001-11-23  Jim Meyering  <meyering@lucent.com>
39828
39829         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
39830         it.
39831         * lib/hash.c (struct hash_table): Define it here instead.
39832
39833 2001-11-22  Jim Meyering  <meyering@lucent.com>
39834
39835         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
39836
39837 2001-11-20  Jim Meyering  <meyering@lucent.com>
39838
39839         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
39840         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
39841
39842 2001-11-19  Jim Meyering  <meyering@lucent.com>
39843
39844         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
39845         directory.  Use "conftestXXXXXX" as the template.
39846         Suggestion from Paul Eggert.
39847
39848         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
39849         immediately, so the test doesn't mistakenly hit the max-open-files
39850         limit.
39851
39852 2001-11-18  Paul Eggert  <eggert@twinsun.com>
39853
39854         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
39855         (TEMPORARIES): New macro.
39856         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
39857         removes an artificial limitation (e.g. HP-UX 10.20, where
39858         TMP_MAX is 17576).
39859
39860 2001-11-18  Jim Meyering  <meyering@lucent.com>
39861
39862         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
39863
39864 2001-11-18  Jim Meyering  <meyering@lucent.com>
39865
39866         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
39867         on SunOS 4.
39868
39869         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
39870         files will be created before anything else.
39871
39872 2001-11-17  Paul Eggert  <eggert@twinsun.com>
39873
39874         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
39875         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
39876
39877 2001-11-17  Jim Meyering  <meyering@lucent.com>
39878
39879         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
39880         Prompted by a report from Bob Proulx.
39881
39882         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
39883         Instead, require UTILS_FUNC_MKSTEMP.
39884
39885 2001-11-17  Jim Meyering  <meyering@lucent.com>
39886
39887         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
39888         Now, that's done as part of AC_FUNC_STRTOD.
39889
39890 2001-11-17  Jim Meyering  <meyering@lucent.com>
39891
39892         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
39893         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
39894         rather than group writable.  Patch by Juan F. Codagnone.
39895
39896         * lib/readtokens.c: Remove explicit declarations of xmalloc and
39897         xrealloc, Instead, include "xalloc.h".
39898
39899         * lib/mountlist.c: Include unlocked-io.h after all system headers.
39900         Remove explicit declarations of xmalloc, xrealloc,
39901         and xstrdup.  Instead, include "xalloc.h".
39902
39903         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
39904         unlocked-io.h.
39905         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
39906         Likewise.
39907         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
39908
39909         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
39910         Reported by Padraig Brady.
39911
39912         * lib/mkstemp.c: #undef mkstemp.
39913         Include config.h.
39914         (rpl_mkstemp): Rename from mkstemp.
39915         Protoize.
39916
39917 2001-11-16  Jim Meyering  <meyering@lucent.com>
39918
39919         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
39920         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
39921         determine the amount of total physical memory, use pstat_getstatic.
39922         HPUX-11 doesn't define _SC_PHYS_PAGES.
39923         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
39924         If sysconf couldn't be used to determine the amount of available
39925         physical memory, use both pstat_getstatic and pstat_getdynamic.
39926         Based on a patch from Bob Proulx.
39927
39928 2001-11-10  Jim Meyering  <meyering@lucent.com>
39929
39930         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
39931         (jm_PREREQ): Use it.
39932
39933 2001-11-09  Jim Meyering  <meyering@lucent.com>
39934
39935         * m4/jm-macros.m4: Require autoconf-2.52f.
39936         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
39937         Use these AC_-prefixed names, not the AM_-prefixed ones.
39938
39939         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
39940
39941 2001-11-05  Jim Meyering  <meyering@lucent.com>
39942
39943         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
39944
39945 2001-11-04  Jim Meyering  <meyering@lucent.com>
39946
39947         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
39948         $DEFS.
39949
39950 2001-11-03  Jim Meyering  <meyering@lucent.com>
39951
39952         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
39953         of AC_DEFUN.
39954
39955         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
39956         know the name of the variable in the macro definition.
39957
39958 2001-11-03  Jim Meyering  <meyering@lucent.com>
39959
39960         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
39961         in argmatch_to_argument call.
39962
39963         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
39964         argument.
39965
39966         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
39967         e.g., a fault due to an attempt to free a NULL pointer.
39968
39969 2001-11-01  Jim Meyering  <meyering@lucent.com>
39970
39971         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
39972         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
39973
39974 2001-11-01  Jim Meyering  <meyering@lucent.com>
39975
39976         * lib/dirfd.c, lib/dirfd.h: New files.
39977         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
39978
39979         * lib/hash.c (hash_print) [TESTING]: Clean up.
39980
39981 2001-10-22  Paul Eggert  <eggert@twinsun.com>
39982
39983         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
39984         to avoid a warning if -Wall.
39985
39986 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
39987
39988         * README: New file
39989         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
39990         (per RMS's instructions, this is now the canonical source)
39991         * lgpl/, gpl/: New directories.
39992
39993 2001-10-21  Paul Eggert  <eggert@twinsun.com>
39994
39995         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
39996
39997 2001-10-21  Jim Meyering  <meyering@lucent.com>
39998
39999         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
40000         this code would end up calling gettext even in packages built
40001         with --disable-nls.
40002         * lib/getopt.c (_): Likewise.
40003         * lib/regex.c (_): Likewise.
40004
40005 2001-10-20  Paul Eggert  <eggert@twinsun.com>
40006
40007         * m4/error.m4 (jm_PREREQ_ERROR):
40008         Do not invoke AC_CHECK_FUNCS with strerror_r, as
40009         AC_FUNC_STRERROR_R does that.
40010         Check for strerror declaration.
40011
40012         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
40013         are supposed to have them these days.
40014         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
40015         Merge changes from latest Autoconf CVS.
40016         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
40017         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
40018         POSIX decided to standardize on the int flavor of strerror_r.
40019
40020 2001-10-20  Paul Eggert  <eggert@twinsun.com>
40021
40022         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
40023         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
40024         Use strerror_r that is only a macro, even if it is not a function.
40025         (strerror): Check for HAVE_DECL_STRERROR before declaring.
40026         (private_strerror): Use prototypes, not old-style function definition.
40027         (print_errno_message): New function.
40028         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
40029         char*-flavored one.
40030         (error_tail, error, error_at_line): Use it.
40031
40032 2001-10-11  Jim Meyering  <meyering@lucent.com>
40033
40034         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
40035         and quote_n (1, ... to avoid clobbering a buffer.
40036
40037 2001-10-05  Jim Meyering  <meyering@lucent.com>
40038
40039         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
40040         hash-pjw.h.
40041         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
40042         * lib/hash-pjw.h: New file.
40043
40044 2001-09-30  Jim Meyering  <meyering@lucent.com>
40045
40046         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
40047         `struct fsstat' has the `f_fstypename' member.
40048         Use that to define FS_TYPE, which is now used to make
40049         the getfsstat link test tighter.
40050
40051 2001-09-30  Jim Meyering  <meyering@lucent.com>
40052
40053         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
40054         Include <sys/ucred.h>, for Apple Darwin.
40055         Include sys/mount.h and sys/fs_types.h only if available.
40056         (FS_TYPE): Define.
40057         (read_filesystem_list): Use FS_TYPE.
40058
40059 2001-09-29  Paul Eggert  <eggert@twinsun.com>
40060
40061         * lib/exclude.c (excluded_filename): 0 -> false, since it's
40062         a boolean context.
40063
40064 2001-09-29  Jim Meyering  <meyering@lucent.com>
40065
40066         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
40067         [one-argument getmntent function]): Include stdio.h before mntent.h.
40068         SunOS 4.1.x needs it for the declaration of `FILE'.
40069         Patch by Volker Borchert.
40070
40071         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
40072         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
40073         sys/fs_types.h, and make the link-test for getfsstat guard #include
40074         directives with appropriate #if HAVE_*_H tests so that we can
40075         detect getfsstat on Apple Darwin1.3.7 systems.
40076         Reported by Nelson Beebe.
40077         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
40078
40079 2001-09-28  Paul Eggert  <eggert@twinsun.com>
40080
40081         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
40082         #defines strtoimax.  Also treat the other strto* functions
40083         like strtoimax.
40084
40085         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
40086         Check for strtoul and strtoumax,
40087         as those declarations are made even in the signed case.
40088         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
40089         Likewise, for strtol and strtoimax.
40090
40091 2001-09-28  Paul Eggert  <eggert@twinsun.com>
40092
40093         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
40094         #defines strtoimax.  Also treat the other strto* functions
40095         like strtoimax.
40096
40097         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
40098         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
40099         (strtoimax, strtoumax): Do not declare if already defined as a macro.
40100
40101 2001-09-26  Jim Meyering  <meyering@lucent.com>
40102
40103         Most macros in unlocked-io.h had the wrong number of arguments.
40104         * lib/gen-uio: New script.
40105         (USE_UNLOCKED_IO): Define to 1 if not already defined.
40106         * lib/unlocked-io.hin: Remove file.
40107         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
40108         rather than trying to embed it here.
40109         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
40110         Reported by Padraig Brady.
40111
40112 2001-09-25  Volker Borchert  <bt@teknon.de>
40113
40114         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
40115         `result'.
40116
40117 2001-09-24  Jim Meyering  <meyering@lucent.com>
40118
40119         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
40120
40121 2001-09-23  Jim Meyering  <meyering@lucent.com>
40122
40123         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
40124         instead of the mere test for existence of mntent.h.  The latter
40125         would get a false-positive on AIX 3.4 systems.
40126         In the outer getmntent if-block, don't die if neither of the getmntent
40127         tests succeeds.  Instead, just fall through and continue with the
40128         remaining tests.
40129
40130 2001-09-23  Jim Meyering  <meyering@lucent.com>
40131
40132         * lib/mountlist.c: Remove useless parentheses in #if directives.
40133         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
40134         the deprecated MOUNTED symbol is no longer defined in mntent.h.
40135
40136 2001-09-22  Jim Meyering  <meyering@lucent.com>
40137
40138         * m4/gettext.m4: New file.  From gettext.
40139         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
40140         * m4/progtest.m4: Likewise
40141         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
40142         * m4/glibc21.m4: Likewise.
40143
40144         * m4/libintl.m4: Remove.  No longer used.
40145
40146 2001-09-22  Jim Meyering  <meyering@lucent.com>
40147
40148         * lib/localcharset.c: Update from latest gettext.
40149         * lib/config.charset: Likewise.
40150
40151 2001-09-20  Jim Meyering  <meyering@lucent.com>
40152
40153         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
40154         strtoimax.
40155         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
40156         strtoumax.
40157
40158 2001-09-20  Jim Meyering  <meyering@lucent.com>
40159
40160         * lib/xstrtol.c (strtoimax): Guard declaration with
40161         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
40162         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
40163         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
40164         (strtoumax): Likewise, for completeness (it wasn't necessary).
40165
40166 2001-09-17  Paul Eggert  <eggert@twinsun.com>
40167
40168         * lib/strtoimax.c (HAVE_LONG_LONG):
40169         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
40170         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
40171         to work around bug in IBM C compiler.
40172
40173 2001-09-17  Jim Meyering  <meyering@lucent.com>
40174
40175         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
40176         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
40177         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
40178         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
40179         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
40180         whenever the right hand side need not be expanded by the shell.
40181
40182 2001-09-16  Paul Eggert  <eggert@twinsun.com>
40183
40184         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
40185         library.  It's not correct, as some older glibcs are buggy.
40186         fnmatch wasn't fixed until glibc 2.2.
40187
40188         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
40189         special shell magic here.
40190
40191 2001-09-16  Jim Meyering  <meyering@lucent.com>
40192
40193         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
40194         * m4/jm-macros.m4: Require it.
40195
40196 2001-09-16  Jim Meyering  <meyering@lucent.com>
40197
40198         * lib/mkdir.c: New file.
40199
40200 2001-09-15  Jim Meyering  <meyering@lucent.com>
40201
40202         * m4/jm-macros.m4: Check for help2man.
40203
40204 2001-09-11  Jim Meyering  <meyering@lucent.com>
40205
40206         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
40207         The body, by Paul Eggert, was moved here from configure.in.
40208         * m4/jm-macros.m4: Require UTILS_HOST_OS.
40209
40210 2001-09-04  Paul Eggert  <eggert@twinsun.com>
40211
40212         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
40213         (jm_PREREQ): Use it.
40214
40215 2001-09-04  Paul Eggert  <eggert@twinsun.com>
40216
40217         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
40218         Use ssize_t, not int, to store result of readlink.
40219         Check for ssize_t overflow as well as size_t overflow,
40220         as POSIX says the result of readlink is implementation-defined
40221         when ssize_t overflows.
40222         Remove unnecessary cast to char*.
40223         Use free+malloc instead of realloc, as the storage doesn't need
40224         to be preserved and it's clearer and can be more efficient that way.
40225         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
40226         * lib/xreadlink.h (xreadlink): Update prototype.
40227
40228 2001-09-04  Paul Eggert  <eggert@twinsun.com>
40229
40230         * lib/xgetcwd.c: Revert some of the previous change; intead,
40231         fix the HAVE_GETCWD_NULL code to behave more like the
40232         !HAVE_GETCWD_NULL code used to.
40233
40234         Include "xalloc.h".
40235         (xgetcwd): Do not return NULL when memory is exhausted; instead,
40236         invoke xalloc_die.
40237
40238 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40239
40240         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
40241         sys/param.h, as pathmax.h includes them.
40242
40243 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40244
40245         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
40246         (jm_PREREQ_XGETCWD): New macro.
40247
40248         * m4/getcwd.m4: New file.
40249
40250 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40251
40252         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
40253         like the HAVE_GETCWD_NULL code.
40254         Include pathmax.h if not HAVE_GETCWD.
40255         Do not include xalloc.h.
40256         (INITIAL_BUFFER_SIZE): New symbol.
40257         Do not use xmalloc / xrealloc, since the caller is responsible for
40258         handling errors.  Preserve errno around `free' during failure.
40259         Do not overrun buffer when using getwd.
40260
40261 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40262
40263         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
40264         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
40265         getcwd (NULL, 0).
40266
40267 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40268
40269         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
40270         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
40271         spotted by Jim Meyering.
40272
40273 2001-09-03  Jim Meyering  <meyering@lucent.com>
40274
40275         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
40276         failure.
40277
40278 2001-09-02  Jim Meyering  <meyering@lucent.com>
40279
40280         * lib/error.c: Update from GNU libc.
40281
40282 2001-09-01  Jim Meyering  <meyering@lucent.com>
40283
40284         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
40285         Used by df.
40286
40287 2001-09-01  Jim Meyering  <meyering@lucent.com>
40288
40289         * lib/xreadlink.c: New file.
40290         * lib/xreadlink.h: New file.
40291         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
40292         xreadlink.h.
40293
40294         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
40295         doesn't conflict with sparc Solaris 7's definition in
40296         /usr/include/sys/int_types.h.
40297
40298         * lib/exclude.c: Use `""', not `<>' to #include non-system header
40299         files.
40300         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
40301         and strncasecmp as r-values.  Unixware didn't have declarations.
40302
40303 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40304
40305         * lib/xstrtol.h: Add copyright notice.
40306         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
40307         LONGINT_INVALID_SUFFIX_CHAR.
40308
40309 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40310
40311         * lib/xstrtol.c (strtoimax): New decl.
40312
40313 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40314
40315         * lib/xgetcwd.c: Don't include pathmax.h.
40316         Include stdlib.h and unistd.h if available.
40317         Include xalloc.h.
40318         (xmalloc, xstrdup, free): Remove decls.
40319         (xgetcwd): Don't assume sizes fit in unsigned.
40320         Check for overflow when computing sizes.
40321         Simplify reallocation code.
40322
40323 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40324
40325         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
40326         a directory's st_size can have an arbitrary value, so the old
40327         usage could waste an arbitrary amount of memory.  All uses
40328         changed.
40329         * lib/savedir.h: Update prototype.
40330
40331 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40332
40333         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
40334
40335         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
40336         old strtoimax.c.
40337
40338         Also, make the following further changes to make this file's
40339         configuration more similar to that of strtol.c:
40340         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
40341         (strtoumax, uintmax_t, strtoull, strtol): Remove.
40342         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
40343         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
40344         changed to signed values.
40345
40346         And make the following changes as well:
40347         Fix copyright notice, as 1999 was missing.
40348         (verify): New macro.
40349         (strtoimax): Check sizes at compile-time, not run-time.
40350         Prefer strtol to strtoll if both work.
40351         (main): Remove; it was not that useful and was a pain to maintain.
40352
40353         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
40354
40355 2001-08-31  Jim Meyering  <meyering@lucent.com>
40356
40357         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
40358         Use an initial, malloc'd, buffer of length 128 rather than
40359         a statically allocated one of length 1024.
40360
40361 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40362
40363         Simplify code, partly by assuming autoconf 2.52 semantics.
40364
40365         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
40366
40367         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
40368         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
40369         All uses removed.
40370         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
40371         Move AC_REQUIRE to next-to-top level, to avoid confusion.
40372         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
40373         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
40374         jm_AC_HEADER_INTTYPES_H.
40375         * m4/jm-macros.m4 (jm_MACROS): Likewise.
40376
40377         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
40378
40379         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
40380         Quote first arg of AC_DEFUN.
40381         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
40382         since they are needed to parse the include file even if we need
40383         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
40384         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
40385         but with opposite signedness.
40386
40387 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40388
40389         Merge 'exclude' changes from tar 1.13.22.
40390         This fixes one or two unlikely storage allocation overflow bugs,
40391         but doesn't change user-visible behavior otherwise.
40392
40393 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40394
40395         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
40396         (jm_PREREQ_EXCLUDE): New macro.
40397
40398 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40399
40400         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
40401         tm to be declared.
40402
40403 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40404
40405         * lib/hash.c: Remove '2001' from copyright notice.
40406
40407 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40408
40409         * lib/full-write.h: New file.
40410         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
40411         * lib/full-write.c: Correct credits, as cccp.c no longer
40412         exists and anyway it was so heavily changed from the old cccp
40413         code as to be unrecognizable.  Include full-write.h.
40414         (full_write) Return size_t, with short writes meaning failure.
40415         All callers changed.  This fixes a bug with large buffers
40416         on 64-bit hosts.
40417         * lib/utime.c: Include full-write.h.
40418
40419 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40420
40421         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
40422         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
40423         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
40424         Include if available.
40425         (<xalloc.h>): Include
40426         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
40427         (verify): New macro.  Use it to verify that EXCLUDE macros do not
40428         collide with FNM macros.
40429         (struct patopts): New struct.
40430         (struct exclude): Use it, as exclude patterns now come with options.
40431         (new_exclude): Support above changes.
40432         (new_exclude, add_exclude_file):
40433         Initial size must now be a power of two to simplify overflow checking.
40434         (free_exclude, fnmatch_no_wildcards): New function.
40435         (excluded_filename): No longer requires options arg, as the options
40436         are determined by add_exclude.  Now returns bool, not int.
40437         (excluded_filename, add_exclude):
40438         Add support for the fancy new exclusion options.
40439         (add_exclude, add_exclude_file): Now takes int options arg.
40440         Check for arithmetic overflow when computing sizes.
40441         (add_exclude_file): xrealloc might modify errno, so don't
40442         realloc until after errno might be used.
40443
40444         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
40445         New macros.
40446         (free_exclude): New decl.
40447         (add_exclude, add_exclude_file): Now takes int options arg.
40448         (excluded_filename): No longer requires options arg, as the options
40449         are determined by add_exclude.  Now returns bool, not int.
40450
40451 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40452
40453         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
40454
40455 2001-08-27  Jim Meyering  <meyering@lucent.com>
40456
40457         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
40458
40459         * lib/version-etc.c (N_): Remove definition.
40460         Revert most of last change.
40461         Instead, simply don't mark the `Copyright...' string for translation.
40462         Based on advice from Paul Eggert.
40463
40464         * lib/strtoxmax.c: Tweak comment.
40465
40466 2001-08-26  Jim Meyering  <meyering@lucent.com>
40467
40468         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
40469
40470         * m4/xstrtoimax.m4: New file.
40471         * m4/xstrtoumax.m4: Add comments explaining why we
40472         AC_REPLACE_FUNCS(strtol).
40473
40474 2001-08-26  Jim Meyering  <meyering@lucent.com>
40475
40476         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
40477         of copyright with `%s' so translators don't get an untranslated
40478         message in 2002.
40479         (COPYRIGHT_YEAR): Define.
40480         (version_etc): Use fprintf rather than fputs.
40481         Suggestion from Ulrich Drepper.
40482
40483         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
40484
40485         * lib/strtoll.c: New file, from GNU libc.
40486         * lib/xstrtoimax.c: New file.
40487
40488         * lib/xstrtol.h: Add xstrtoimax.
40489         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
40490         * lib/strtoimax.c: New file.  Likewise, but first define
40491         STRTOUXMAX_SIGNED.
40492
40493         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
40494         ...
40495         * lib/strtoxmax.c: ... then renamed to this.
40496
40497 2001-08-18  Paul Eggert  <eggert@twinsun.com>
40498
40499         * m4/inttypes.m4: Add AC_PREREQ(2.13).
40500         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
40501         (jm_AC_TYPE_INTMAX_T): New macro.
40502         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
40503
40504         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
40505
40506         * m4/longlong.m4: Renamed from ulonglong.m4.
40507         * m4/inttypes.m4: Renamed from inttypes_h.m4.
40508         * m4/uintmax_t.m4: Removed.
40509
40510 2001-08-13  Paul Eggert  <eggert@twinsun.com>
40511
40512         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
40513         Port to Solaris 8, where 'sed' requires a space after the 'r'
40514         command, and where sh dislikes "$/".  Clean up the spacing a bit.
40515         Redirect output to $tmp just once.
40516
40517 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
40518
40519         * lib/addext.c (<errno.h>): Include.
40520         (errno): Declare if not defined.
40521         (addext): Work correctly when pathconf returns -1 and leaves
40522         errno alone because there is no limit.  Also, work even if
40523         pathconf returns a value greater than SIZE_MAX.
40524
40525 2001-08-12  Jim Meyering  <meyering@lucent.com>
40526
40527         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
40528         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
40529         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
40530         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
40531         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
40532         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
40533         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
40534         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
40535         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
40536         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
40537         utime.m4, utimes.m4, xstrtoumax.m4:
40538         Quote the first argument in each use of AC_DEFUN.
40539
40540 2001-08-12  Jim Meyering  <meyering@lucent.com>
40541
40542         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
40543         Simply `return getcwd (NULL, 0);'.
40544         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
40545         Use 1300 as initial value for length, not PATH_MAX.
40546
40547         * lib/pathmax.h: Clean up cpp syntax.
40548
40549 2001-08-12  Jim Meyering  <meyering@lucent.com>
40550
40551         * lib/gettimeofday.c: New file.
40552         * lib/gtod.h: New file.
40553         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
40554
40555 2001-08-05  Jim Meyering  <meyering@lucent.com>
40556
40557         * m4/jm-macros.m4: Require autoconf-2.52.
40558
40559 2001-08-04  Jim Meyering  <meyering@lucent.com>
40560
40561         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
40562         stmt, to get in sync with glibc.
40563
40564 2001-08-03  Paul Eggert  <eggert@twinsun.com>
40565
40566         The following changes are from gettext 0.10.39 as maintained by
40567         Bruno Haible.
40568
40569         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
40570         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
40571         with inverted sense.  All uses changed.
40572
40573         * lib/mbswidth.c: Don't include <limits.h>.
40574         Include <stdlib.h> and <string.h> unconditionally.
40575         (iswcntrl, mbsinit, ISCNTRL): New macros.
40576         (mbsnwidth): Use K&R style function declarations.
40577         Don't bother checking for MB_LEN_MAX == 1, since the compiler
40578         can optimize it when MB_CUR_MAX == 1.
40579         The width of control characters is zero, not 1.
40580
40581 2001-08-03  Paul Eggert  <eggert@twinsun.com>
40582
40583         The following changes are from gettext 0.10.39 as maintained by
40584         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
40585
40586         * m4/codeset.m4: Upgrade to serial AM1.
40587         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
40588         all uses changed.  Quote first arg of AC_DEFUN.
40589         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
40590
40591         * m4/iconv.m4: Upgrade to serial AM2.
40592         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
40593         Add --with-libconv-prefix.
40594         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
40595         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
40596         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
40597         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
40598         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
40599
40600         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
40601         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
40602         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
40603         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
40604         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
40605         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
40606         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
40607         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
40608         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
40609
40610         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
40611         string.h any more.
40612
40613         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
40614         not the default value.
40615
40616         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
40617         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
40618         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
40619         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
40620         Also check for iswcntrl, used for wcwidth fallback.
40621         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
40622         to Autoconf 2.13.
40623
40624 2001-08-03  Jim Meyering  <meyering@lucent.com>
40625
40626         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
40627         as it was in the original.  Reported by Paul Eggert.
40628
40629 2001-07-16  Jim Meyering  <meyering@lucent.com>
40630
40631         * m4/gettimeofday.m4: New file.
40632         Prompted by a report from Bernhard Baehr.
40633
40634 2001-07-15  Jim Meyering  <meyering@lucent.com>
40635
40636         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
40637         stuff. Now it's in ../Makefile.cfg.
40638
40639 2001-07-15  Jim Meyering  <meyering@lucent.com>
40640
40641         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
40642         (BUILT_SOURCES): Add unlocked-io.h.
40643         (io_functions): Define.
40644         (unlocked-io.h): New rule.
40645         (DISTCLEANFILES): Add unlocked-io.h.
40646         (all-local): Depend on unlocked-io.h, to ensure it is created.
40647
40648         * lib/unlocked-io.hin: New file
40649
40650         * lib/regex.c: Update from glibc.
40651
40652 2001-07-05  Jim Meyering  <meyering@lucent.com>
40653
40654         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
40655         recommendation.
40656         (libfetish_a_SOURCES): Put all .h files here instead.
40657         Remove a thus-exposed (better checks in automake) duplicate and
40658         two unnecessary .h files.
40659
40660 2001-07-04  Jim Meyering  <meyering@lucent.com>
40661
40662         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
40663         that generates jm-glibc-io.m4 so that it doesn't trigger any make
40664         distcheck failure.
40665
40666 2001-07-02  Jim Meyering  <meyering@lucent.com>
40667
40668         The following changes were prompted by suggestions from Bruno Haible.
40669
40670         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
40671         is now generated.
40672         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
40673         definition of EXTRA_DIST.
40674         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
40675         ensure that the generated file is created/updated whenever the list
40676         of $(unlocked_functions) is changed.
40677         (jm-glibc-io.m4): New rule.
40678         (unlocked-io.h): New rule -- currently unused.
40679
40680 2001-06-24  Jim Meyering  <meyering@lucent.com>
40681
40682         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
40683         unmatched right bracket, rather than kludging it with an extra,
40684         falsely-matching quote in a comment.  Patch by Akim Demaille.
40685
40686 2001-06-11  Jim Meyering  <meyering@lucent.com>
40687
40688         * lib/regex.c: Update from GNU libc.
40689
40690 2001-05-27  Jim Meyering  <meyering@lucent.com>
40691
40692         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
40693         Check for ut_type in struct utmp.
40694
40695 2001-05-27  Jim Meyering  <meyering@lucent.com>
40696
40697         * lib/readutmp.h (UT_TYPE): Define.
40698
40699 2001-05-24  Jim Meyering  <meyering@lucent.com>
40700
40701         * lib/argmatch.c: Include "quote.h".
40702         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
40703         quote function.  Reported by Göran Uddeborg.
40704
40705 2001-05-22  Jim Meyering  <meyering@lucent.com>
40706
40707         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
40708         now that we use the package-supplied version unconditionally.
40709         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
40710
40711 2001-05-21  Jim Meyering  <meyering@lucent.com>
40712
40713         * m4/regex.m4: Change a couple backticks to single quotes to avoid
40714         shell syntax errors.
40715
40716 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
40717
40718         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
40719
40720 2001-05-20  Paul Eggert  <eggert@twinsun.com>
40721
40722         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
40723         Don't bother to check library strftime, since
40724         we'll be using our own my_strftime function anyway.
40725         Define my_strftime instead of strftime.
40726
40727 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
40728
40729         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
40730         which is not yet declared.
40731
40732 2001-05-15  Jim Meyering  <meyering@lucent.com>
40733
40734         * m4/regex.m4: Use proper quoting so brackets appear in the test
40735         program.
40736         Reported by, and with help from, Bruno Haible.
40737
40738 2001-05-13  Jim Meyering  <meyering@lucent.com>
40739
40740         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
40741         undefined.
40742
40743 2001-05-11  Paul Eggert  <eggert@twinsun.com>
40744
40745         dirname code cleanup.  base_name now behaves more compatibly
40746         with POSIX basename when given file names that have trailing
40747         slashes, and similarly for dir_name.  Add new primitives
40748         base_len and dir_len.  Put the directory-name-related decls
40749         into dirname.h.
40750
40751         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
40752         * lib/backupfile.c (base_name): Likewise.
40753         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
40754         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
40755         * lib/makepath.c (strip_trailing_slashes): Likewise.
40756         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
40757         ISSLASH): Likewise.
40758         * lib/rename.c (strip_trailing_slashes): Likewise.
40759         * lib/same.c (base_name): Likewise.
40760         * lib/stripslash.c (ISSLASH): Likewise.
40761
40762         * lib/addext.c: Include <dirname.h> after size_t is defined.
40763         * lib/backupfile.c: Likewise.
40764
40765         * lib/addext.c (addext): Use base_len to trim redundant
40766         trailing slashes instead of doing it ourselves.
40767         But do not trim the last slash if it is not redundant.
40768
40769         * lib/backupfile.c (find_backup_file_name,
40770         max_backup_version): Use base_len instead of rolling it ourselves.
40771         Handle the case of "" and (on DOS) "C:" correctly.
40772
40773         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
40774         needed. Include <string.h>, <dirname.h>.
40775         (base_name): Allow file names ending in slashes, other than names
40776         that are all slashes.  In this case, return the basename followed
40777         by the slashes.  This is more general, and can be used in places
40778         where the original base_name purposely had an assertion failure.
40779         (base_len): New function.
40780
40781         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
40782         Do not include <assert.h>; no longer needed.
40783         Include xalloc.h.
40784         (memrchr): Remove decl.
40785         (dir_name_r): Remove.
40786         (dir_len): Renamed from dirlen.  All callers changed.
40787         Rewrite in terms of base_name, for simplicity and consistency.
40788         (dir_name): Never return NULL.  All callers changed.
40789         Do not include <stdlib.h> in test program; no longer needed.
40790         return 0; is fine for test program.
40791
40792         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
40793         New macros.
40794         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
40795
40796         * lib/path-concat.c (path_concat): Use base_len to compute
40797         base length, not strlen; this means we cannot rely on memcpy
40798         to null-terminate.
40799
40800         * lib/same.c (STREQ): Remove.
40801         (same_name): Handle the case where the basename ends in trailing '/'.
40802
40803         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
40804         a slash was stripped.  Do not strip the last slash after a
40805         file system prefix.
40806
40807 2001-05-11  Paul Eggert  <eggert@twinsun.com>
40808
40809         * lib/Makefile.am (libfetish_a_SOURCES):
40810         Add strftime.c, since we now compile it on all hosts.
40811
40812         * lib/strftime.c (my_strftime):
40813         Define to nstrftime if emacs, but only if my_strftime is not defined.
40814         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
40815         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
40816         Add one more extra argument: a nanoseconds value.
40817         All uses changed.
40818         (ns): New macro.
40819         (my_strftime function): Add %N format.
40820         (emacs_strftimeu): Renamed from emacs_strftime,
40821         with extra ut argument.
40822
40823 2001-05-09  Paul Eggert  <eggert@twinsun.com>
40824
40825         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
40826
40827 2001-04-21  Jim Meyering  <meyering@lucent.com>
40828
40829         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
40830         doesn't interfere.
40831
40832 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
40833
40834         * m4/ftruncate.m4: Check for chsize.
40835         Link with ftruncate.o unconditionally if ftruncate is missing.
40836         This was required when cross-compiling to i586-mingw32msvc.
40837
40838 2001-04-08  Jim Meyering  <meyering@lucent.com>
40839
40840         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
40841         recomputed; that's necessary when the offset spans a DST transition.
40842         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
40843
40844 2001-04-02  Jim Meyering  <meyering@lucent.com>
40845
40846         * lib/regex.h, regex.c: Update from GNU libc.
40847
40848 2001-03-24  Jim Meyering  <meyering@lucent.com>
40849
40850         * m4/jm-macros.m4: Require autoconf-2.49d.
40851
40852 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
40853
40854         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
40855
40856 2001-03-19  Paul Eggert  <eggert@twinsun.com>
40857
40858         * lib/version-etc.c (version_etc_copyright): Update to 2001.
40859
40860 2001-03-17  Jim Meyering  <meyering@lucent.com>
40861
40862         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
40863         now that the version in autoconf is equivalent.
40864         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
40865
40866         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
40867         Suggestion from Akim Demaille.
40868
40869         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
40870         (jm_PREREQ_TEMPNAME): New function.
40871
40872 2001-03-16  Paul Eggert  <eggert@twinsun.com>
40873
40874         * lib/tempname.c (uint64_t): Define to uintmax_t if
40875         not defined, and if UINT64_MAX is not defined.
40876         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
40877         Reported by John David Anglin.
40878
40879 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
40880
40881         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
40882         resolve alias if codeset is empty.
40883         * lib/config.charset (BeOS): Use wildcard syntax.
40884
40885 2001-03-13  Jim Meyering  <meyering@lucent.com>
40886
40887         * lib/path-concat.c (path_concat)
40888         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
40889         concatenating e.g., `C:' and `foo'.
40890         From Bruno Haible.
40891
40892 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
40893
40894         * lib/localcharset.c (locale_charset): Don't use
40895         setlocale(LC_CTYPE,NULL). Don't return NULL.
40896         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
40897
40898 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
40899
40900         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
40901         support for DOS/DJGPP.
40902
40903 2001-03-01  Paul Eggert  <eggert@twinsun.com>
40904
40905         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
40906         lacks mkstemp.  Compile our own tempname.c if we compile our own
40907         mkstemp.c, as mkstemp relies on tempname.
40908
40909 2001-03-01  Jim Meyering  <meyering@lucent.com>
40910
40911         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
40912         AH_VERBATIM really does output its argument verbatim.
40913
40914 2001-02-28  Paul Eggert  <eggert@twinsun.com>
40915
40916         * lib/Makefile.am (libfetish_a_SOURCES):
40917         Add dup-safer.c, fopen-safer.c.
40918         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
40919
40920         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
40921         * lib/unistd-safer.h: New files.
40922
40923 2001-02-25  Paul Eggert  <eggert@twinsun.com>
40924
40925         The mkstemp replacement is taken from glibc 2.2.2, with some
40926         portability fixes for use outside glibc, as follows:
40927
40928         * lib/tempname.c (struct_stat64): New macro.
40929         (direxists, __gen_tempname): Use it.
40930         This avoids a portability problem with Solaris 8.
40931
40932         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
40933         (<stddef.h>, <stdint.h>, <string.h>):
40934         Include only if STDC_HEADERS || _LIBC.
40935         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
40936         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
40937         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
40938         (__set_errno): Define this macro if <errno.h> doesn't.
40939         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
40940         Define these macros if <stdio.h> doesn't.
40941         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
40942         Define these macros if <sys/stat.h>
40943         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
40944         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
40945         __xstat64): Define if not _LIBC.
40946         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
40947         (__gen_tempname): Invoke gettimeofday only if
40948         HAVE_GETTIMEOFDAY || _LIBC;
40949         otherwise, fall back on plain "time".
40950         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
40951
40952         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
40953
40954         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
40955
40956 2001-02-18  Paul Eggert  <eggert@twinsun.com>
40957
40958         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
40959
40960 2001-02-17  Paul Eggert  <eggert@twinsun.com>
40961
40962         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
40963         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
40964         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
40965         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
40966
40967 2001-02-17  Paul Eggert  <eggert@twinsun.com>
40968
40969         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
40970         Remove workaround macros for hosts that have mbrtowc but not
40971         mbstate_t, as we now insist on proper declarations for both
40972         before using mbrtowc.
40973
40974 2001-02-17  Jim Meyering  <meyering@lucent.com>
40975
40976         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
40977         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
40978         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
40979         UnixWare 7.1.1.
40980
40981         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
40982         rather than AC_CACHE_VAL.
40983
40984 2001-02-17  Jim Meyering  <meyering@lucent.com>
40985
40986         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
40987         around included file name.
40988
40989         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
40990
40991         * lib/strftime.c: Update from GNU libc (the only changes were to
40992         comments).
40993
40994 2001-02-17  Jim Meyering  <meyering@lucent.com>
40995
40996         * lib/regex.c: Update from libc.
40997
40998 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
40999
41000         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
41001         clash.
41002
41003 2001-02-16  Paul Eggert  <eggert@twinsun.com>
41004
41005         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
41006         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
41007         Reported by Mark Hounschell via Paul Eggert.
41008
41009 2001-02-07  Jim Meyering  <meyering@lucent.com>
41010
41011         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
41012
41013 2001-02-05  Jim Meyering  <meyering@lucent.com>
41014
41015         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
41016         it includes the patch required for `large file' support with at least
41017         HP-UX's 10.20 /bin/cc.
41018
41019 2001-02-03  Jim Meyering  <meyering@lucent.com>
41020
41021         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
41022         AS_IF, now that it works once again (mysteriously).
41023         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
41024
41025 2001-01-30  Jim Meyering  <meyering@lucent.com>
41026
41027         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
41028         * m4/chown.m4: Rename conftestchown to conftest.chown.
41029         * m4/rename.m4: s/conftestdir/conftest.d1/ and
41030         s/conftestdir2/conftest.d2/.
41031         * m4/utimes.m4: s/conftestdata/conftest.data/
41032         Inspired by Pavel Roskin's change in autoconf.
41033
41034 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
41035
41036         * lib/config.charset: Update for FreeBSD 4.2.
41037
41038 2001-01-27  Jim Meyering  <meyering@lucent.com>
41039
41040         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
41041         a use of AS_IF.
41042         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
41043
41044 2001-01-26  Jim Meyering  <meyering@lucent.com>
41045
41046         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
41047         quotearg.c includes it.
41048
41049 2001-01-26  Jim Meyering  <meyering@lucent.com>
41050
41051         * lib/quotearg.c: Include stddef.h.
41052         * lib/quote.c: Include stddef.h.
41053         Reported by Axel Kittenberger.
41054
41055         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
41056         line in double quotes so that it evokes a better diagnostic.
41057         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
41058         Reported by Axel Kittenberger.
41059
41060 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
41061
41062         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
41063         as if it was a `charset'.
41064
41065 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
41066
41067         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
41068         has const.
41069
41070 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
41071
41072         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
41073         to avoid a warning.  Add back 'const' to inptr.
41074
41075 2001-01-20  Jim Meyering  <meyering@lucent.com>
41076
41077         Be sure that headers are checked before used in code compiled
41078         for the type checks.
41079         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
41080         In place of that, invoke jm_CHECK_ALL_TYPES.
41081         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
41082         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
41083         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
41084         The check for ssize_t was mistakenly run before the test for unistd.h.
41085
41086         The configure-time check for stdbool.h was missing.
41087         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
41088         (jm_PREREQ_HASH): New function.
41089
41090 2001-01-17  Jim Meyering  <meyering@lucent.com>
41091
41092         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
41093         for autoconf-2.49c.
41094         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
41095
41096 2001-01-16  Jim Meyering  <meyering@lucent.com>
41097
41098         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
41099         From Bruno Haible.
41100
41101 2001-01-14  Jim Meyering  <meyering@lucent.com>
41102
41103         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
41104         foo and bar.  Create conftestdir/ in the script, not in the C code.
41105         Remove directories in the script, not in the C code.
41106         Remove conftestdir{,2} before trying to create the directory.
41107         Make the entire configure script fail if the mkdir fails.
41108
41109 2001-01-14  Jim Meyering  <meyering@lucent.com>
41110
41111         * lib/rename.c: New file.  From Volker Borchert.
41112         Include stdlib.h, string.h or strings.h, and xalloc.h.
41113         Use strip_trailing_slashes rather than open-coding it.
41114
41115 2001-01-03  Paul Eggert  <eggert@twinsun.com>
41116
41117         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
41118
41119 2001-01-03  Jim Meyering  <meyering@lucent.com>
41120
41121         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
41122         of local `inptr' to avoid warning with some system declarations of
41123         iconv.
41124
41125 2001-01-02  Volker Borchert  <bt@teknon.de>
41126
41127         * m4/rename.m4: New file.
41128         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
41129
41130 2001-01-01  Jim Meyering  <meyering@lucent.com>
41131
41132         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
41133         even on systems with utmpx.h.  It's necessary for the declaration of
41134         utmp's ut_user member.  Reported by Andreas Jaeger.
41135
41136         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
41137         available. They are required for the declarations of getgrgid and
41138         getpwuid resp.
41139         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
41140         Reported by Andreas Jaeger.
41141
41142 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
41143
41144         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
41145         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
41146         so `make install' also works in VPATH builds.
41147
41148 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
41149
41150         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
41151         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
41152         can be used in subdirectories.
41153
41154 2000-12-29  Paul Eggert  <eggert@twinsun.com>
41155
41156         * lib/modechange.c: Do not assume that mode_t uses the
41157         traditional octal encoding.  E.g. "chmod 1 FOO" should set
41158         the other-execute bit of FOO even if S_IXOTH != 1.
41159
41160         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
41161         WOTH, XOTH, ALLM): New macros.
41162         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
41163          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
41164         Use them.
41165         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
41166         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
41167         (mode_compile):
41168         No need to use uintmax_t; unsigned long is long enough.
41169         Don't bother to get suffix since we don't use it.
41170
41171 2000-12-26  Jim Meyering  <meyering@lucent.com>
41172
41173         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
41174         better with autoheader.
41175
41176 2000-12-24  Jim Meyering  <meyering@lucent.com>
41177
41178         * lib/hash.c (is_prime): Return explicit boolean values.
41179         (hash_get_first): Return NULL to appease Irix5.6's 89.
41180         Reported by Nelson Beebe.
41181
41182 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
41183
41184         * lib/localcharset.c (locale_charset): Add support for Win32.
41185
41186 2000-12-18  Paul Eggert  <eggert@twinsun.com>
41187
41188         * lib/physmem.h, lib/physmem.c: New files.
41189
41190         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
41191         (noinst_HEADERS): Add physmem.h.
41192
41193         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
41194         't' for compatibility with Solaris 8 sort.
41195
41196 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
41197
41198         * lib/config.charset: Add support for BeOS.
41199
41200 2000-12-17  Jim Meyering  <meyering@lucent.com>
41201
41202         * m4/dos.m4 (jm_AC_DOS): New file and macro.
41203         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
41204
41205 2000-12-16  Jim Meyering  <meyering@lucent.com>
41206
41207         This bug had a serious impact on chown: `chown N:M FILE' (for integer
41208         N and M) would have treated it like `chown N:N FILE'.
41209
41210         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
41211
41212 2000-12-16  Jim Meyering  <meyering@lucent.com>
41213
41214         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
41215         SHELLS_FILE to a file name that's useful on djgpp systems.
41216         Include stdlib.h.
41217         (ADDITIONAL_DEFAULT_SHELLS): Define.
41218         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
41219         Based mostly on a patch from Prashant TR.
41220
41221 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
41222
41223         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
41224         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
41225         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
41226
41227 2000-12-08  Andreas Schwab  <schwab@suse.de>
41228
41229         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
41230         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
41231
41232 2000-12-07  Jim Meyering  <meyering@lucent.com>
41233
41234         * lib/stripslash.c (ISSLASH): Define.
41235         (strip_trailing_slashes): Use ISSLASH rather than comparing against
41236         `/'.
41237         From Prashant TR.
41238
41239         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
41240         (dir_name_r): Declare this function as static.
41241         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
41242         manifest itself on a name containing a mix of slashes and
41243         backslashes.
41244         Make this function work with names starting with a DOS-style
41245         drive letter and colon prefix.
41246         (dir_name): Append `.' if necessary.
41247         Based mostly on patches from Prashant TR and Eli Zaretskii.
41248
41249         * lib/dirname.h (dir_name_r): Remove prototype.
41250
41251 2000-12-06  Paul Eggert  <eggert@twinsun.com>
41252
41253         * m4/off_t-format.m4: Remove this file.
41254         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
41255
41256 2000-12-06  Jim Meyering  <meyering@lucent.com>
41257
41258         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
41259         replacement strtoull, we may well need the replacement strtoul, too.
41260         Check for declarations of strtoul and strtoull.
41261         Check for strtol.  Mainly as a cue to cause automake to include
41262         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
41263         Check for limits.h -- strtol.c needs it.
41264
41265 2000-12-05  Jim Meyering  <meyering@lucent.com>
41266
41267         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
41268
41269 2000-12-04  Jim Meyering  <meyering@lucent.com>
41270
41271         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
41272         Also include memory.h, stdlib.h, unistd.h if appropriate.
41273         Reported by Andreas Jaeger (conflicting declaration of malloc).
41274
41275 2000-12-02  Jim Meyering  <meyering@lucent.com>
41276
41277         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
41278         * m4/jm-macros.m4 (jm_MACROS): require it.
41279
41280 2000-12-02  Jim Meyering  <meyering@lucent.com>
41281
41282         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
41283
41284 2000-12-01  Paul Eggert  <eggert@twinsun.com>
41285
41286         * lib/memrchr.c: Include <config.h> before any system include file.
41287
41288 2000-11-30  Jim Meyering  <meyering@lucent.com>
41289
41290         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
41291
41292 2000-11-30  Jim Meyering  <meyering@lucent.com>
41293
41294         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
41295
41296 2000-11-29  Paul Eggert  <eggert@twinsun.com>
41297
41298         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
41299
41300 2000-11-26  Jim Meyering  <meyering@lucent.com>
41301
41302         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
41303
41304 2000-11-22  Paul Eggert  <eggert@twinsun.com>
41305
41306         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
41307         size of (size_t) -1; it's not portable.
41308
41309 2000-11-17  Jim Meyering  <meyering@lucent.com>
41310
41311         * lib/strstr.c: Update from GNU libc.
41312
41313 2000-11-17  Akim Demaille  <akim@epita.fr>
41314
41315         * lib/obstack.h: Formatting changes.
41316         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
41317         prevent type checking.
41318         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
41319         cast the value to (void *): assigning a `foo *' to a `void *'
41320         variable is valid.
41321         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
41322
41323 2000-11-16  Jim Meyering  <meyering@lucent.com>
41324
41325         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
41326
41327 2000-11-11  Jim Meyering  <meyering@lucent.com>
41328
41329         * lib/error.c: Add a couple #includes, merging from GNU libc version.
41330
41331 2000-11-10  Jim Meyering  <meyering@lucent.com>
41332
41333         * lib/obstack.h: Update from GNU libc.
41334         * lib/obstack.c: Likewise.
41335
41336 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
41337
41338         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
41339
41340 2000-11-06  Paul Eggert  <eggert@twinsun.com>
41341
41342         * lib/getusershell.c (setusershell): Use rewind rather than
41343         fseek/fseeko, to avoid configuration hassles with fseeko.
41344         Don't bother opening SHELLS_FILE if shellstream is NULL;
41345         it's not necessary.
41346
41347 2000-11-05  Jim Meyering  <meyering@lucent.com>
41348
41349         * lib/makepath.h (make_dir): Declare.
41350         * lib/makepath.c (make_dir): Remove `static' attribute.
41351         Tweak a comment.
41352
41353 2000-11-04  Jim Meyering  <meyering@lucent.com>
41354
41355         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
41356
41357 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
41358
41359         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
41360         last one in a bucket, advance to the next bucket.
41361
41362 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
41363
41364         * lib/fnmatch.c: Do not comment out all the code if we are using
41365         the GNU C library, because in some cases we are replacing buggy
41366         code in the GNU C library itself.
41367
41368 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
41369
41370         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
41371         (regex_compile): Catch bogus \(\1\).
41372
41373 2000-10-30  Paul Eggert  <eggert@twinsun.com>
41374
41375         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
41376         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
41377         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
41378
41379 2000-10-30  Paul Eggert  <eggert@twinsun.com>
41380
41381         * lib/error.h, getline.h, modechange.h:
41382         Remove "2000" from Copyright line, as the file hasn't been
41383         changed this year other than in the copyright notice.
41384
41385         * lib/xalloc.h: Add "2000" to Copyright line, as this file
41386         was changed this year.
41387
41388 2000-10-29  Jim Meyering  <meyering@lucent.com>
41389
41390         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
41391         renaming.
41392         * m4/ls-mntd-fs.m4: Likewise
41393
41394 2000-10-29  Jim Meyering  <meyering@lucent.com>
41395
41396         * lib/xstat.in: Fix grammar in comment.
41397
41398 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
41399
41400         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
41401         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
41402         doesn't define __restrict_arr.
41403
41404 2000-10-28  Jim Meyering  <meyering@lucent.com>
41405
41406         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
41407         (jm_PREREQ_MEMCHR): New function.
41408
41409 2000-10-28  Jim Meyering  <meyering@lucent.com>
41410
41411         * lib/memchr.c: Update from libc.
41412         Adjust for portability:
41413         [HAVE_STDLIB_H]: Include stdlib.h.
41414         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
41415         Undef __memchr, too.
41416         [!weak_alias]: Define __memchr to memchr.
41417
41418         * lib/regex.c: Update from libc.
41419         * lib/regex.h: Likewise.
41420         * lib/getopt1.c: Likewise.
41421         * lib/memcmp.c: Likewise.
41422
41423         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
41424         Avoid using fseek, when possible -- it's broken by design.
41425         Patch by Ulrich Drepper.
41426
41427 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
41428
41429         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
41430         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
41431         Giving in to popular pressure to shut up the compiler with casts.
41432
41433 2000-10-26  Jim Meyering  <meyering@lucent.com>
41434
41435         * lib/strftime.c: Update from libc.
41436
41437 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
41438
41439         * regex.c: More `unsigned char' -> `re_char' changes.
41440         Also change several `int' into `re_wchar_t'.
41441         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
41442         (PUSH_FAILURE_POINTER): Don't cast any more.
41443         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
41444         We want GCC to complain, since this piece of code makes
41445         re_match non-reentrant, which *should* be fixed.
41446         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
41447         (EXTEND_BUFFER): Use RETALLOC.
41448         (SET_LIST_BIT): Don't cast.
41449         (re_wchar_t): New type.
41450         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
41451         that those two functions will always properly return.
41452         (IMMEDIATE_QUIT_CHECK): Cast to void.
41453         (analyse_first): Use recursion rather than an explicit stack.
41454         (re_compile_fastmap): Can't fail anymore.
41455         (re_search_2): Don't check re_compile_fastmap for failure.
41456         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
41457         Now also sets the new value (passed in a new argument).
41458         (re_match_2_internal): Use it.
41459         Also, use a new var `reg' of type size_t when looping through regs
41460         rather than reuse the inappropriate `mcnt'.
41461
41462 2000-10-25  Jim Meyering  <meyering@lucent.com>
41463
41464         * lib/obstack.c: Update from libc.
41465
41466 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
41467
41468         * regex.c (regex_compile): Change the way of handling a range from
41469         a char less than 256 to a char not less than 256.
41470
41471 2000-10-24  Andrew Innes  <andrewi@gnu.org>
41472
41473         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
41474         NT-Emacs only.
41475         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
41476         so that re_search functions only quit when callers expect them to.
41477
41478 2000-10-23  Jim Meyering  <meyering@lucent.com>
41479
41480         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
41481         wrong.  That set_locale call must not have any side effects.
41482         From Paul Eggert.
41483
41484 2000-10-22  Jim Meyering  <meyering@lucent.com>
41485
41486         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
41487         [CYCLIC]: Remove now-unused definition.
41488
41489         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
41490         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
41491         Suggestion from Ulrich Drepper.
41492
41493 2000-10-21  Jim Meyering  <meyering@lucent.com>
41494
41495         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
41496         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
41497         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
41498
41499 2000-10-21  Jim Meyering  <meyering@lucent.com>
41500
41501         * lib/dirname.c (memrchr): Declare if necessary.
41502         (dir_name): Remove the restriction that there be no
41503         trailing slashes.  Now, this code skips past them, effectively
41504         ignoring them.
41505         [TEST_DIRNAME] (main): New unit tests.
41506
41507         * lib/memrchr.c: New file from GNU libc.
41508         Undef __memrchr, too.
41509         [!weak_alias]: Define __memrchr to memrchr.
41510         Guard weak_alias use with `#ifdef weak_alias'.
41511
41512 2000-10-21  Jim Meyering  <meyering@lucent.com>
41513
41514         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
41515         (dir_name): Use dir_name_r.
41516         * lib/dirname.h (dir_name_r): Declare it.
41517
41518 2000-10-17  Jim Meyering  <meyering@lucent.com>
41519
41520         * lib/quote.h (PARAMS): Define and use.
41521         Reported by Akim Demaille.
41522
41523         * lib/getopt.c: Update from libc.
41524
41525 2000-10-16  Jim Meyering  <meyering@lucent.com>
41526
41527         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
41528         setlocale.
41529         From Jan Fedak.
41530
41531 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
41532
41533         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
41534
41535 2000-09-25  Jim Meyering  <meyering@lucent.com>
41536
41537         * lib/md5.h (rol): Define (from GnuPG).
41538
41539         * lib/sha.c: Give credit (GnuPG) where due.
41540         (M): Use rol rather than open-coding it.
41541         Add a FIXME comment.
41542
41543 2000-09-21  Jim Meyering  <meyering@lucent.com>
41544
41545         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
41546         Reported by Michael Stone.
41547
41548 2000-09-20  Jim Meyering  <meyering@lucent.com>
41549
41550         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
41551         (noinst_HEADERS): Add sha.h.
41552         Based on code from Scott G. Miller and from GnuPG.
41553
41554 2000-09-18  Jim Meyering  <meyering@lucent.com>
41555
41556         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
41557         LIBS. Otherwise, everyone ends up linking with -lelf for some
41558         configurations.
41559         Reported by Mike Stone.
41560
41561 2000-09-15  Jim Meyering  <meyering@lucent.com>
41562
41563         * lib/regex.c: Update from libc.
41564
41565 2000-09-10  Jim Meyering  <meyering@lucent.com>
41566
41567         * lib/getopt.c (_getopt_internal): Update from glibc.
41568
41569 2000-09-09  Jim Meyering  <meyering@lucent.com>
41570
41571         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
41572         think it should be used as a general replacement for isascii.
41573         * lib/fnmatch.c: Likewise.
41574         * lib/mbswidth.c: Likewise
41575         * lib/regex.c: Likewise.
41576
41577         Don't use atoi.
41578         * lib/userspec.c: Include sys/param.h and limits.h.
41579         Include xstrtol.h.
41580         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
41581         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
41582         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
41583         UID, GID.  Check range.
41584
41585 2000-09-06  Jim Meyering  <meyering@lucent.com>
41586
41587         * lib/getopt.c (_getopt_internal): Update from glibc.
41588
41589 2000-08-30  Jim Meyering  <meyering@lucent.com>
41590
41591         * lib/strftime.c: Merge in changes from GNU libc.
41592
41593 2000-08-26  Jim Meyering  <meyering@lucent.com>
41594
41595         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
41596         * m4/fpending.m4: New file.
41597
41598 2000-08-26  Jim Meyering  <meyering@lucent.com>
41599
41600         * lib/closeout.c: Include "__fpending.h".
41601         (close_stdout_status): Return right away if there's nothing to flush.
41602
41603         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
41604         * lib/__fpending.c: New file.
41605         * lib/__fpending.h: New file.
41606
41607 2000-08-20  Jim Meyering  <meyering@lucent.com>
41608
41609         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
41610         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
41611         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
41612
41613 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
41614
41615         Improve fileutils installation on systems where running
41616         programs (like install) can't be unlinked.
41617         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
41618         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
41619
41620 2000-08-07  Paul Eggert  <eggert@twinsun.com>
41621
41622         Standardize on "memory exhausted" instead of "Memory exhausted"
41623         or "virtual memory exhausted".
41624         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
41625         "virtual memory exhausted".
41626         * lib/same.c (same_name): Invoke xalloc_die instead of printing
41627         our own message.
41628         * lib/userspec.c (parse_user_spec): Likewise.
41629         * lib/bumpalloc.h: comment fix
41630         * lib/same.c, userspec.c: Include xalloc.h.
41631
41632         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
41633         not char *const and pointing to a constant array.
41634         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
41635         (xrealloc): Comment fix.
41636
41637         * lib/userspec.c (parse_user_spec):
41638         Don't translate a message until just before returning,
41639         to avoid unnecessary translation.
41640
41641 2000-08-07  Jim Meyering  <meyering@lucent.com>
41642
41643         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
41644         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
41645         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
41646         getgroups.c, gethostname.c, getopt.h, group-member.c,
41647         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
41648         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
41649         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
41650         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
41651         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
41652         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
41653         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
41654         yesno.c: Back out Copyright date changes for each file with no change
41655         this year.  This eases coordination with other programs using the same
41656         source code modules.  From Paul Eggert.
41657
41658 2000-08-06  Paul Eggert  <eggert@twinsun.com>
41659
41660         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
41661         not char, for compatibility with glibc 2.1.3 strftime.c.
41662
41663 2000-08-03  Greg McGary  <greg@mcgary.org>
41664
41665         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
41666         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
41667         (EXTEND_BUFFER): Use them.
41668
41669 2000-08-01  Jim Meyering  <meyering@lucent.com>
41670
41671         * lib/dirname.c (ISSLASH): Define.
41672         (BACKSLASH_IS_PATH_SEPARATOR): Define.
41673         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
41674         both `\' and `/' may be use as path separators.
41675         Based on a patch from Prashant TR.
41676
41677 2000-07-31  Paul Eggert  <eggert@twinsun.com>
41678
41679         * lib/quotearg.c (quotearg_n_options): Don't make the initial
41680         slot vector a constant, since it might get modified.
41681
41682 2000-07-31  Jim Meyering  <meyering@lucent.com>
41683
41684         * lib/xmalloc.c: Use `virtual memory exhausted', not
41685         `Memory exhausted'.
41686         * lib/obstack.c (print_and_abort): Likewise.
41687
41688 2000-07-30  Paul Eggert  <eggert@twinsun.com>
41689
41690         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
41691         buffer, so that the caller can always quote one small
41692         component of a "memory exhausted" message in slot 0.
41693         From a suggestion by Jim Meyering.
41694
41695 2000-07-30  Jim Meyering  <meyering@lucent.com>
41696
41697         * lib/makepath.c (make_path): Quote the other instance, too.
41698
41699         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
41700         (STATIC_BUF_SIZE): Define.
41701         (quotearg_n_options): Use only statically allocated storage when
41702         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
41703         than STATIC_BUF_SIZE.
41704
41705 2000-07-29  Jim Meyering  <meyering@lucent.com>
41706
41707         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
41708         * lib/dirname.c (dir_name): Likewise.
41709
41710         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
41711         `/'.
41712
41713         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
41714         (dir_name): Assert that there are no trailing slashes.
41715
41716 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
41717
41718         * lib/mbswidth.h (mbswidth): Add a flags argument.
41719         (mbswidth): New declaration.
41720         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
41721         * lib/mbswidth.c (mbswidth): Add a flags argument.
41722         (mbsnwidth): New function.
41723
41724 2000-07-24  Jim Meyering  <meyering@lucent.com>
41725
41726         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
41727
41728 2000-07-23  Paul Eggert  <eggert@twinsun.com>
41729
41730         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
41731
41732 2000-07-23  Paul Eggert  <eggert@twinsun.com>
41733
41734         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
41735         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
41736         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
41737         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
41738         invoke multibyte primitives.
41739
41740 2000-07-23  Paul Eggert  <eggert@twinsun.com>
41741
41742         * lib/quotearg.c:
41743         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
41744         so that mbstate_t is always defined.
41745
41746         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
41747         be 1 in at least one GCC installation, and this configuration
41748         error is likely to be common.  Ignoring MB_LEN_MAX hurts
41749         performance on hosts that have mbrtowc but have only unibyte
41750         locales, but I assume these hosts are rare.
41751
41752 2000-07-23  Paul Eggert  <eggert@twinsun.com>
41753
41754         * lib/mbswidth.c (_XOPEN_SOURCE):
41755         Don't define; this causes problems on Solaris 7.
41756         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
41757
41758 2000-07-23  Jim Meyering  <meyering@lucent.com>
41759
41760         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
41761         too: getgrgid, getpwuid, getuid.
41762
41763 2000-07-23  Jim Meyering  <meyering@lucent.com>
41764
41765         * lib/basename.c (base_name): Add an assertion.
41766
41767 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
41768
41769         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
41770         shadow its mbsinit function.
41771
41772 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
41773
41774         * lib/mbswidth.h: New file.
41775         * lib/mbswidth.c: New file.
41776         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
41777         (noinst_HEADERS): Add mbswidth.h.
41778
41779 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
41780
41781         * lib/config.charset: Add support for FreeBSD. Improve support for
41782         HP-UX and IRIX 6.
41783
41784 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
41785
41786         * m4/mbswidth.m4: New file.
41787         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
41788
41789 2000-07-15  Jim Meyering  <meyering@lucent.com>
41790
41791         * lib/makepath.c: Include quote.h.
41792         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
41793         corresponding argument in a `quote (...)' call.
41794         Give better diagnostics.
41795
41796         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
41797         (noinst_HEADERS): Add quote.h.
41798
41799         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
41800         from tar's src/misc.c.
41801         * lib/quote.h: New file.  Prototypes for same.
41802
41803 2000-07-14  Paul Eggert  <eggert@twinsun.com>
41804
41805         From a suggestion by Bruno Haible.
41806         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
41807         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
41808         to decide whether to define the BeOS workaround macro;
41809         this adjusts to the change to AC_MBSTATE_T.
41810
41811 2000-07-14  Jim Meyering  <meyering@lucent.com>
41812
41813         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
41814         jm_AC_TYPE_UINTMAX_T.
41815
41816 2000-07-13  Paul Eggert  <eggert@twinsun.com>
41817
41818         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
41819
41820         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
41821         quotearg_buffer_restyled): Add support for
41822         clocale_quoting_style.  Undo previous change to
41823         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
41824         and "{RIGHT QUOTATION MARK}" msgids.
41825
41826 2000-07-10  Paul Eggert  <eggert@twinsun.com>
41827
41828         From a suggestion by Bruno Haible.
41829         * m4/mbstate_t.m4 (AC_MBSTATE_T):
41830         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
41831         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
41832         and mbstate_t, to a single-part test that simply defines mbstate_t.
41833         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
41834         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
41835
41836 2000-07-10  Jim Meyering  <meyering@lucent.com>
41837
41838         * m4/strerror_r.m4: Mirror the correction made in autoconf.
41839
41840         * m4/gnu-source.m4: Output to confdefs.h directly.
41841         Suggestion from Akim Demaille.
41842
41843 2000-07-09  Paul Eggert  <eggert@twinsun.com>
41844
41845         The old behavior of quoting `like this' doesn't look good with
41846         newer, ISO-style fonts.  See:
41847         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
41848
41849         Instead, quote "like this" by default.  Let the translator
41850         tailor the locale-specific quoting behavior by providing
41851         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
41852
41853         * lib/quotearg.c (N_): New macro.
41854         (gettext_default): New function.
41855         (quotearg_buffer_restyled): Use
41856         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
41857         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
41858
41859 2000-07-09  Jim Meyering  <meyering@lucent.com>
41860
41861         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
41862         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
41863
41864         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
41865         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
41866
41867 2000-07-09  Jim Meyering  <meyering@lucent.com>
41868
41869         * lib/Most files: Update copyright dates to include 2000.
41870
41871 2000-07-08  Jim Meyering  <meyering@lucent.com>
41872
41873         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
41874         if not defined.
41875         (xgethostname): Remove now-unnecessary #ifdef.
41876         Move declaration of `err' into loop where it's used.
41877
41878 2000-07-05  Paul Eggert  <eggert@twinsun.com>
41879         and Bruno Haible  <haible@clisp.cons.org>
41880
41881         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
41882         only if the test for an object-type mbstate_t fails.  This
41883         prevents us from mistakenly reporting that mbstate_t is a
41884         system object type after we "#define mbstate_t int" to work
41885         around its lack.
41886
41887 2000-07-05  Paul Eggert  <eggert@twinsun.com>
41888         and Bruno Haible  <haible@clisp.cons.org>
41889
41890         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
41891
41892 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
41893
41894         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
41895         to strerror_r.
41896         Include <ctype.h> for use of isalpha.
41897
41898 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
41899
41900         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
41901         by allocating a larger buffer. Test the gethostname return value for
41902         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
41903         returns an error and ENAMETOOLONG isn't defined.
41904
41905 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
41906
41907         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
41908         dimension.
41909
41910 2000-07-04  Jim Meyering  <meyering@lucent.com>
41911
41912         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
41913         of the deprecated AC_CHECKING.
41914
41915 2000-07-04  Jim Meyering  <meyering@lucent.com>
41916
41917         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
41918         Reported by Bruno Haible.
41919
41920 2000-07-04  Jim Meyering  <meyering@lucent.com>
41921
41922         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
41923         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
41924         lacks mbrtowc.
41925
41926 2000-07-03  Paul Eggert  <eggert@twinsun.com>
41927
41928         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
41929         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
41930
41931 2000-07-03  Paul Eggert  <eggert@twinsun.com>
41932         and Bruno Haible  <haible@clisp.cons.org>
41933
41934         * lib/quotearg.c (mbrtowc):
41935         Assign to *pwc, and return 1 only if result is nonzero.
41936         (iswprint): Use ISPRINT when substituting our own mbrtowc.
41937
41938 2000-07-03  Jim Meyering  <meyering@lucent.com>
41939
41940         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
41941
41942 2000-07-03  Jim Meyering  <meyering@lucent.com>
41943
41944         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
41945         This is necessary to get a definition of e.g., UTMP_FILE on
41946         HP-UX 10.20.
41947         From Bob Proulx.
41948
41949 2000-07-02  Jim Meyering  <meyering@lucent.com>
41950
41951         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
41952
41953         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
41954         AC_LIBOBJ(function_name).
41955         * m4/chown.m4: Likewise.
41956         * m4/fnmatch.m4: Likewise.
41957         * m4/ftruncate.m4: Likewise.
41958         * m4/getgroups.m4: Likewise.
41959         * m4/getline.m4: Likewise.
41960         * m4/group-member.m4: Likewise.
41961         * m4/jm-macros.m4: Likewise.
41962         * m4/lstat.m4: Likewise.
41963         * m4/malloc.m4: Likewise.
41964         * m4/memcmp.m4: Likewise.
41965         * m4/nanosleep.m4: Likewise.
41966         * m4/putenv.m4: Likewise.
41967         * m4/realloc.m4: Likewise.
41968         * m4/regex.m4: Likewise.
41969         * m4/stat.m4: Likewise.
41970         * m4/strftime.m4: Likewise.
41971
41972 2000-07-02  Jim Meyering  <meyering@lucent.com>
41973
41974         * lib/quotearg.c (mbstate_t): Don't define here.
41975
41976 2000-07-02  Jim Meyering  <meyering@lucent.com>
41977
41978         * lib/nanosleep.c (SIGCONT): Define if not already defined.
41979
41980 2000-07-01  Jim Meyering  <meyering@lucent.com>
41981
41982         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
41983
41984 2000-07-01  Jim Meyering  <meyering@lucent.com>
41985
41986         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
41987         problem.
41988
41989 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
41990
41991         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
41992         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
41993
41994 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
41995
41996         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
41997         per change in ../m4/ls-mntd-fs.m4.
41998         (read_filesystem_list): Ignore symbolic links.
41999
42000 2000-06-29  Jim Meyering  <meyering@lucent.com>
42001
42002         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
42003         for declaration of strcmp.
42004
42005         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
42006
42007         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
42008         Avoid warning by casting result to `char *' to remove `const'.
42009
42010 2000-06-28  Jim Meyering  <meyering@lucent.com>
42011
42012         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
42013         included by quotearg.c, for which we perform this test.  From
42014         Bruno Haible.
42015
42016 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
42017
42018         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
42019         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
42020         <utmpx.h> exists, put readutmp.o into LIBOBJS.
42021
42022 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
42023
42024         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
42025
42026 2000-06-26  Paul Eggert  <eggert@twinsun.com>
42027
42028         savedir now sets errno on failure and invokes xmalloc to get memory.
42029         Fix a couple of other minor bugs while we're at it.
42030
42031         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
42032         (NAMLEN): Remove macro.
42033         (malloc, realloc): Remove decls.
42034         (stpcpy): Likewise.
42035         ("xalloc.h"): Include.
42036         (NAME_SIZE_DEFAULT): New macro.
42037         (savedir): Use xmalloc / xrealloc to allocate memory.
42038         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
42039         Skip "" directory entries.
42040         Use strlen to calculate directory entry length, since the old method
42041         is rarely used these days and isn't worth supporting.
42042         Don't use a pointer after freeing it.
42043         Check for integer overflow when calculating allocation size.
42044         Use memcpy to copy entries, instead of stpcpy.
42045         Set errno properly when returning NULL.
42046         Check for readdir error.
42047
42048 2000-06-26  Jim Meyering  <meyering@lucent.com>
42049
42050         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
42051
42052 2000-06-25  Jim Meyering  <meyering@lucent.com>
42053
42054         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
42055         Linux header bug when _XOPEN_SOURCE is defined to 500.
42056
42057 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
42058
42059         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
42060         deficiency.
42061
42062 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
42063
42064         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
42065         Include xalloc.h.
42066         Don't include <stdlib.h>.  Don't declare malloc, realloc.
42067
42068 2000-06-24  Jim Meyering  <meyering@lucent.com>
42069
42070         * m4/strerror_r.m4: Revive this file -- to try out an experimental
42071         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
42072         for which strerror does return char*, but which lacks a conveniently
42073         accessible declaration of the function.  If the compile-test says
42074         strerror_r doesn't work, then resort to a `run'-test that works on
42075         BeOS and segfaults on DEC Unix.
42076
42077 2000-06-24  Jim Meyering  <meyering@lucent.com>
42078
42079         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
42080
42081 2000-06-23  Paul Eggert  <eggert@twinsun.com>
42082
42083         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
42084         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
42085
42086 2000-06-23  Paul Eggert  <eggert@twinsun.com>
42087
42088         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
42089         (mbrtowc, mbstate_t): Define substitutes if
42090         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
42091         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
42092         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
42093
42094 2000-06-23  Jim Meyering  <meyering@lucent.com>
42095
42096         * m4/afs.m4: Add missing AC_MSG_RESULT.
42097         Reported by Bruno Haible.
42098
42099         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
42100         Suggestion from Bruno Haible.
42101
42102 2000-06-23  Jim Meyering  <meyering@lucent.com>
42103
42104         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
42105
42106 2000-06-21  Jim Meyering  <meyering@lucent.com>
42107
42108         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
42109
42110 2000-06-21  Jim Meyering  <meyering@lucent.com>
42111
42112         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
42113         (noinst_HEADERS): Add getstr.h.
42114
42115         * lib/getline.c (getstr): Move into a separate file.
42116         * lib/getstr.c (getstr): New file, extracted from getline.c, with
42117         the following changes: new parameter, delim2; both delim[12]
42118         parameters have type `int', not `char'.  The latter would lose
42119         with 8-bit delimiters.
42120         * lib/getstr.h: New file.
42121
42122 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
42123
42124         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
42125         than 1024, return a memory chunk of least possible size, instead
42126         of size PATH_MAX + 2. In the loop, increment the size proportionally.
42127         Use free/xmalloc instead of xrealloc to avoid copying for very long
42128         paths.
42129
42130 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
42131
42132         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
42133         the empty string.
42134
42135 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
42136
42137         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
42138         address, not strdup.  Include <stdlib.h> and don't declare free().
42139
42140 2000-06-19  Jim Meyering  <meyering@lucent.com>
42141
42142         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
42143
42144 2000-06-18  Jim Meyering  <meyering@lucent.com>
42145
42146         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
42147
42148         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
42149         `checking whether...' message to be consistent with that of the
42150         lstat test.
42151
42152 2000-06-18  Jim Meyering  <meyering@lucent.com>
42153
42154         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
42155         Besides, these days every porting target provides a mkdir function.
42156
42157         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
42158         needed. (this snippet comes from src/system.h).
42159
42160 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
42161
42162         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
42163
42164 2000-06-15  Paul Eggert  <eggert@twinsun.com>
42165
42166         * lib/human.c (adjust_value): New function.
42167         (human_readable_inexact): Apply rounding style even when
42168         printing approximate values.
42169
42170 2000-06-14  Paul Eggert  <eggert@twinsun.com>
42171
42172         * lib/human.c (human_readable_inexact): Allow an input block
42173         size that is not a multiple of the output block size, and vice versa.
42174         Reported by Piergiorgio Sartor.
42175
42176 2000-06-14  Paul Eggert  <eggert@twinsun.com>
42177
42178         * lib/getdate.y (get_date): Apply relative times after time
42179         zone indicator, not before.  Reported by Todd A. Jacobs.
42180
42181 2000-06-13  Jim Meyering  <meyering@lucent.com>
42182
42183         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
42184
42185         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
42186
42187 2000-06-12  Paul Eggert  <eggert@twinsun.com>
42188
42189         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
42190
42191 2000-06-12  Jim Meyering  <meyering@lucent.com>
42192
42193         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
42194         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
42195         optional argument.
42196         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
42197         the optional argument, `lib'.
42198
42199 2000-06-08  Jim Meyering  <meyering@lucent.com>
42200
42201         * m4/largefile.m4: Remove file (now that it's part of autoconf).
42202
42203 2000-06-04  Paul Eggert  <eggert@twinsun.com>
42204
42205         Rewrite largefile configuration so that we don't need to run
42206         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
42207         AC_CANONICAL_HOST in configure.in -- jmm]
42208
42209         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
42210         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
42211         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
42212         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
42213         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
42214         All uses changed.
42215         Instead of inspecting the output of getconf, try to compile the
42216         test program without and with the macro definition.
42217         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
42218         for getconf.  Instead, check for the needed flags by compiling
42219         test programs.
42220
42221 2000-06-04  Paul Eggert  <eggert@twinsun.com>
42222
42223         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
42224
42225 2000-06-04  Jim Meyering  <meyering@lucent.com>
42226
42227         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
42228         SunOS 4.1.4 for which gid_t is an unsigned type.
42229
42230 2000-06-03  Jim Meyering  <meyering@lucent.com>
42231
42232         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
42233         now that autoconf requires that.
42234
42235         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
42236         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
42237         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
42238
42239 2000-06-03  Jim Meyering  <meyering@lucent.com>
42240
42241         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
42242
42243 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
42244
42245         * m4/glibc21.m4: New file.
42246         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
42247
42248 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
42249
42250         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
42251         newer, don't install charset.alias.
42252         * lib/config.charset: Change the Linux/glibc rules so they become empty
42253         on glibc-2.1 or newer.
42254
42255 2000-06-02  Jim Meyering  <meyering@lucent.com>
42256
42257         * lib/mountlist.c: Back out last change.  Instead, do this...
42258         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
42259         me_dummy member using the same `ignore'-testing code.
42260         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
42261         fs_type strings.
42262         From Mark D. Roth.
42263
42264 2000-05-29  Jim Meyering  <meyering@lucent.com>
42265
42266         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
42267         mounts with the `ignore' attribute.  Based on a patch from
42268         Mark D. Roth.
42269
42270 2000-05-28  Jim Meyering  <meyering@lucent.com>
42271
42272         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
42273         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
42274         * m4/stat.m4: Likewise.
42275         * m4/lstat.m4: Likewise.
42276         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
42277
42278         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
42279         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
42280
42281 2000-05-26  Jim Meyering  <meyering@lucent.com>
42282
42283         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
42284
42285 2000-05-24  Jim Meyering  <meyering@lucent.com>
42286
42287         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
42288         autoconf requires that.
42289         * m4/lib-check.m4: Likewise.
42290         * m4/jm-macros.m4: Likewise.
42291         * m4/strftime.m4: Likewise.
42292
42293         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
42294         AC_CHECK_DECLS, now that autoconf requires that.
42295
42296 2000-05-22  Jim Meyering  <meyering@lucent.com>
42297
42298         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
42299         * m4/lstat.m4: Likewise.
42300
42301 2000-05-22  Jim Meyering  <meyering@lucent.com>
42302
42303         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
42304
42305 2000-05-20  Jim Meyering  <meyering@lucent.com>
42306
42307         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
42308         (jm_PREREQ): Use it.
42309
42310 2000-05-18  Jim Meyering  <meyering@lucent.com>
42311
42312         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
42313         back, too, since it may have been modified by allocate_entry.
42314         (hash_delete): Rewrite to use neither the assignment operator
42315         nor the comma operator in an if-expression.
42316
42317 2000-05-15  Paul Eggert  <eggert@twinsun.com>
42318
42319         * lib/closeout.c:
42320         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
42321         Remove; no longer needed.
42322         "quotearg.h": Add include.
42323         (file_name): Do not bother to explicitly initialize to NULL; it's less
42324         efficient on some hosts.
42325         (close_stdout_status): Remove test as to whether stdout was already
42326         closed; it breaks for the case "echo x | sort >&-".
42327         Quote file name colons.
42328         Do not assume that _("write error") lacks format strings.
42329
42330 2000-05-15  Jim Meyering  <meyering@lucent.com>
42331
42332         * lib/version-etc.c (version_etc_copyright): Update the copyright
42333         string used in all --version output.
42334
42335 2000-05-14  Jim Meyering  <meyering@lucent.com>
42336
42337         * lib/closeout.c (close_stdout_set_file_name): New function.
42338         (close_stdout_status): Use new file-scoped global.
42339         Return right away if fstat says the stdout file descriptor is invalid.
42340         * lib/closeout.h (close_stdout_set_file_name): Declare.
42341
42342 2000-05-10  Jim Meyering  <meyering@lucent.com>
42343
42344         * lib/closeout.c [default_exit_status]: New file-scoped variable.
42345         (close_stdout_set_status): New function.
42346         * lib/closeout.h (close_stdout_set_status): Declare.
42347
42348 2000-05-09  Jim Meyering  <meyering@lucent.com>
42349
42350         * m4/gettext.m4: Rename this...
42351         * m4/libintl.m4: ...to this.
42352
42353 2000-05-08  Jim Meyering  <meyering@lucent.com>
42354
42355         * lib/long-options.c: Don't include closeout.h.
42356         (parse_long_options): Don't call close_stdout for --version.
42357
42358 2000-05-06  Paul Eggert  <eggert@twinsun.com>
42359
42360         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
42361         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
42362         2.1.3 bug.  This avoids a clash when files like regex.c define
42363         _GNU_SOURCE.
42364
42365 2000-05-06  Jim Meyering  <meyering@lucent.com>
42366
42367         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
42368         (AC_REPLACE_FUNCS): Add strnlen.
42369
42370         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
42371         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
42372
42373         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
42374         AC_SEARCH_LIBS call for nanosleep.
42375         (LIB_NANOSLEEP): Set and AC_SUBST.
42376
42377 2000-05-06  Jim Meyering  <meyering@lucent.com>
42378
42379         * lib/strnlen.c: Undefine __strnlen and strnlen.
42380         [!weak_alias]: Define __strnlen to strnlen.
42381
42382         * lib/atexit.c: New file, from libiberty.
42383
42384 2000-05-06  Jim Meyering  <meyering@lucent.com>
42385
42386         * lib/closeout.c (close_stdout_status): Also check for errors on the
42387         stderr stream.
42388
42389 2000-05-05  Jim Meyering  <meyering@lucent.com>
42390
42391         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
42392         AC_SEARCH_LIBS call for clock_gettime.
42393         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
42394
42395         * m4/search-libs.m4: Update from autoconf.
42396
42397         su doesn't work on Solaris 2.6.
42398         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
42399         <shadow.h>.  Reported by Dragos Harabor.
42400
42401 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
42402
42403         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
42404         memcpy instead of xmalloc, xrealloc, path_concat.
42405         (locale_charset): Treat empty environment variables as absent.
42406         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
42407
42408 2000-05-04  Jim Meyering  <meyering@lucent.com>
42409
42410         * lib/getopt.c: Update from glibc.
42411         * lib/obstack.c: Likewise.
42412         * lib/obstack.h: Likewise.
42413         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
42414         file
42415
42416         * lib/regex.h: Likewise.
42417         * lib/strndup.c: Likewise.
42418         * lib/strnlen.c: New file, from glibc.
42419
42420 2000-05-03  Jim Meyering  <meyering@lucent.com>
42421
42422         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
42423
42424 2000-05-02  Paul Eggert  <eggert@twinsun.com>
42425
42426         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
42427         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
42428         compile-time test, rather than inspecting host and OS, to
42429         decide whether to define _LARGEFILE_SOURCE.
42430
42431 2000-05-01  Jim Meyering  <meyering@lucent.com>
42432
42433         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
42434
42435         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
42436         Based on a patch from Bruno Haible.
42437
42438 2000-05-01  Jim Meyering  <meyering@lucent.com>
42439
42440         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
42441
42442 2000-04-29  Jim Meyering  <meyering@lucent.com>
42443
42444         * lib/path-concat.c: Declare strdup only if it's not defined.
42445         * lib/canon-host.c: Likewise.
42446
42447 2000-04-28  Jim Meyering  <meyering@lucent.com>
42448
42449         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
42450         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
42451         is included first, then limits.h is included by locale.h by libintl.h.
42452         From John David Anglin.
42453
42454 2000-04-25  Jim Meyering  <meyering@lucent.com>
42455
42456         * lib/makepath.c (S_IRWXUGO): Define.
42457         (make_path): Always perform explicit chmod if MODE specifies any
42458         of the `special' permission bits.  Prompted by a bug report against
42459         install from Mate Wierdl and Joost van Baal.
42460
42461 2000-04-18  Jim Meyering  <meyering@lucent.com>
42462
42463         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
42464         (jm_PREREQ): Use it.
42465
42466 2000-04-18  Jim Meyering  <meyering@lucent.com>
42467
42468         * lib/README: New file.
42469
42470         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
42471         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
42472
42473 2000-04-17  Jim Meyering  <meyering@lucent.com>
42474
42475         Get it right :-)
42476         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
42477         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
42478         Suggestion from Akim Demaille.
42479
42480 2000-04-17  Jim Meyering  <meyering@lucent.com>
42481
42482         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
42483         the definition of it to rpl_strftime also defined-away the system's
42484         declaration.
42485
42486 2000-04-15  Jim Meyering  <meyering@lucent.com>
42487
42488         Use `C' to denote so-called `contiguous' files, the same way
42489         that tar does.
42490         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
42491         (ftypelet): Use S_ISCTG.
42492         From Michael Deutschmann.
42493
42494 2000-04-14  Jim Meyering  <meyering@lucent.com>
42495
42496         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
42497         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
42498         clobbered.
42499
42500 2000-04-14  Jim Meyering  <meyering@lucent.com>
42501
42502         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
42503
42504 2000-04-13  Jim Meyering  <meyering@lucent.com>
42505
42506         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
42507         AH_VERBATIM to insert required #ifndef into config.h.in.
42508         Suggestion from Akim Demaille.
42509
42510 2000-04-12  Jim Meyering  <meyering@lucent.com>
42511
42512         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
42513         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
42514         Christian Krackowizer.
42515
42516         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
42517         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
42518         (AC_SYS_LARGEFILE): Require.
42519         (AM_C_PROTOTYPES): Require.
42520
42521 2000-04-08  Jim Meyering  <meyering@lucent.com>
42522
42523         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
42524         names don't conflict.  Reported by Eli Zaretskii.
42525
42526 2000-04-07  Jim Meyering  <meyering@lucent.com>
42527
42528         * lib/putenv.c: Move inclusion of errno.h so it follows that of
42529         sys/types.h, to work around system header problems on AIX 3.2.5.
42530         From Bruno Haible.
42531
42532 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
42533
42534         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
42535         bug.  Deal with the different error behavior of Irix iconv.
42536
42537 2000-04-05  Paul Eggert  <eggert@twinsun.com>
42538
42539         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
42540         IRIX if the installer said otherwise.
42541
42542 2000-04-05  Jim Meyering  <meyering@lucent.com>
42543
42544         Portability tweaks required for ultrix4.3.
42545         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
42546         (jm_CHECK_DECLS): Add getutent to the list of functions.
42547         (_jm_DECL_HEADERS): Add utmpx.h.
42548         From John David Anglin.
42549
42550         * m4/strftime.m4: Back out the 2000-04-02 change.
42551         Instead of that change, simply undefine putenv in the test program.
42552
42553 2000-04-05  Jim Meyering  <meyering@lucent.com>
42554
42555         Portability tweaks required for ultrix4.3.
42556         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
42557         getutent.
42558         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
42559         * lib/canon-host.c: Declare strdup.
42560         * lib/path-concat.c: Likewise.
42561         From John David Anglin.
42562
42563 2000-04-04  Jim Meyering  <meyering@lucent.com>
42564
42565         Be more DOS 8.3-friendly.
42566         * lib/ref-add.sin: Renamed from ref-add.sed.in.
42567         * lib/ref-del.sin: Renamed from ref-del.sed.in.
42568         * lib/Makefile.am: Reflect renaming.
42569         Reported by Eli Zaretskii.
42570
42571         Use a temporary file name that won't clash with `charset.alias'
42572         in the DOS 8.3 name space.
42573         * lib/Makefile.am (charset_tmp): Define.
42574         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
42575         (uninstall-local): Likewise.
42576         Reported by Eli Zaretskii.
42577
42578 2000-04-03  Jim Meyering  <meyering@lucent.com>
42579
42580         * m4/gettext.m4: Fix typo in comment.
42581
42582         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
42583         textutils/configure.in).  Suggestion from Paul Eggert.
42584         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
42585
42586 2000-04-02  Paul Eggert  <eggert@twinsun.com>
42587
42588         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
42589         variable in the shell rather than using putenv, which isn't
42590         portable.  This avoids the configure-time inter-test dependency
42591         on the potentially-renamed putenv function.
42592
42593 2000-03-30  Paul Eggert  <eggert@twinsun.com>
42594
42595         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
42596         before checking struct stat.st_blksize, so that
42597         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
42598
42599 2000-03-29  Paul Eggert  <eggert@twinsun.com>
42600
42601         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
42602         since strftime.c uses HAVE_STRFTIME to decide whether to use
42603         the underlying strftime.
42604
42605 2000-03-29  Paul Eggert  <eggert@twinsun.com>
42606
42607         * lib/time/strftime.c (my_strftime): Make sure we call the system
42608         strftime, not ourselves, when invoking the underlying strftime.
42609
42610 2000-03-24  Jim Meyering  <meyering@lucent.com>
42611
42612         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
42613         (charset_alias): Define.
42614         (install-exec-local): Factor out common code.
42615         (uninstall-local): Split lines longer than 80.
42616         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
42617         (SUFFIXES): Define.
42618         (.sed.in.sed): New rule.  Don't redirect directly to $@.
42619         (CLEANFILES): Add ref-add.sed and ref-del.sed.
42620
42621 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
42622
42623         * lib/config.charset: Output a line containing "Packages using this
42624         file".
42625         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
42626         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
42627         ref-del.sed): New rules.
42628
42629 2000-03-17  Jim Meyering  <meyering@lucent.com>
42630
42631         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
42632         Otherwise, include <strings.h>
42633
42634 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
42635
42636         * lib/unicodeio.c (utf8_wctomb): New function.
42637         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
42638         format instead of in UCS-4 with platform dependent endianness.
42639
42640 2000-03-10  Jim Meyering  <meyering@lucent.com>
42641
42642         * m4/lib-check.m4: Look for getspnam in -lgen, too.
42643         From Marco Franzen.
42644
42645 2000-03-07  Paul Eggert  <eggert@twinsun.com>
42646
42647         * lib/savedir.c (savedir): Work even if directory size is
42648         negative; this can happen with some screwy NFS configurations.
42649
42650 2000-03-06  Jim Meyering  <meyering@lucent.com>
42651
42652         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
42653         if it's NULL (because we ran out of memory).  From Bruno Haible.
42654
42655 2000-03-05  Jim Meyering  <meyering@lucent.com>
42656
42657         * lib/localcharset.c ("path-concat.h"): Include.
42658         (get_charset_aliases): Use path_concat instead of ANSI string
42659         concatenation.
42660
42661         * lib/unicodeio.h (PARAMS): Define.
42662         Use it to guard prototype.
42663
42664 2000-03-04  Jim Meyering  <meyering@lucent.com>
42665
42666         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
42667         for lib/localcharset.c.
42668
42669 2000-03-04  Jim Meyering  <meyering@lucent.com>
42670
42671         * lib/Makefile.am (install-exec-local): Create $(libdir) before
42672         installing into it.
42673         (uninstall-local): Uncomment this rule so `make distcheck' works
42674         once again.
42675
42676         * lib/unicodeio.c (<errno.h>): Include it.
42677         (errno): Declare if not defined.
42678
42679         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
42680
42681         * lib/config.charset: New version, incorporating remarks from a linux
42682         i18n mailing list.  From Bruno Haible.
42683
42684 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
42685
42686         * m4/codeset.m4: New file.
42687         * m4/iconv.m4: New file.
42688         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
42689
42690 2000-03-03  Jim Meyering  <meyering@lucent.com>
42691
42692         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
42693
42694 2000-03-02  Jim Meyering  <meyering@lucent.com>
42695
42696         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
42697         the messages come out on separate lines.
42698
42699         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
42700         rather than jm_CHECK_DECLARATIONS.
42701         * m4/decl.m4: Remove now-unused file.
42702
42703         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
42704         geteuid.
42705
42706 2000-03-02  Jim Meyering  <meyering@lucent.com>
42707
42708         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
42709
42710 2000-03-01  Jim Meyering  <meyering@lucent.com>
42711
42712         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
42713         * lib/unicodeio.c: Likewise.
42714
42715 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
42716
42717         * lib/config.charset: New file.
42718         * lib/localcharset.c: New file.
42719         * lib/unicodeio.h, lib/unicodeio.c: New files.
42720         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
42721         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
42722         (noinst_HEADERS): Add unicodeio.h.
42723         (all-local, install-exec-local, charset.alias): New targets.
42724
42725 2000-02-28  Paul Eggert  <eggert@twinsun.com>
42726
42727         * lib/quotearg.c (ALERT_CHAR): New macro.
42728         (quotearg_buffer_restyled): Use it.
42729
42730 2000-02-27  Jim Meyering  <meyering@lucent.com>
42731
42732         * m4/check-decl.m4: Add getenv to the list.
42733
42734 2000-02-27  Jim Meyering  <meyering@lucent.com>
42735
42736         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
42737         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
42738
42739         * lib/backupfile.c: Guard inclusion of stdlib.h with
42740         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
42741         Declare malloc if needed.
42742
42743         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
42744         `#ifndef HAVE_DECL..'
42745         now that autoconf always defines the HAVE_DECL_ symbols.
42746         * lib/human.c: Likewise.
42747         * lib/same.c: Likewise.
42748         * lib/strtoumax.c: Likewise.
42749
42750         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
42751         declaration check was not run.
42752         * lib/hash.c: Likewise.
42753         * lib/human.c: Likewise.
42754         * lib/same.c: Likewise.
42755         * lib/strtoumax.c: Likewise.
42756
42757         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
42758         `.', then first look up the entire `.'-containing string as a login
42759         name.
42760
42761 2000-02-23  Jim Meyering  <meyering@lucent.com>
42762
42763         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
42764         in place of my hack.
42765
42766 2000-02-18  Paul Eggert  <eggert@twinsun.com>
42767
42768         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
42769         (textint): New typedef.
42770         (parser_control): Member year changed from int to textint.
42771         All uses changed.
42772         (YYSTYPE): Removed; replaced by %union with int and textint members.
42773         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
42774         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
42775         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
42776         (tSNUMBER, tUNUMBER): Now of type <textintval>.
42777         (date, number, to_year): Use width of number in digits, not its value,
42778         to determine whether it's a 2-digit year, or a 2-digit time.
42779         (yylex): Store number of digits of numeric tokens.
42780         Reported by John Kendall.
42781
42782         (parser_control): Changed from struct parser_control to typedef (for
42783         consistency).  All uses changed.
42784
42785         (tID): Removed; not used.
42786         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
42787
42788 2000-02-14  Paul Eggert  <eggert@twinsun.com>
42789
42790         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
42791         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
42792
42793 2000-02-12  Jim Meyering  <meyering@lucent.com>
42794
42795         * lib/userspec.c (ISDIGIT): Define it.
42796         (isdigit): Remove definition.
42797         (is_number): Use ISDIGIT, not isdigit.
42798         <libintl.h>: Include.
42799         (_ and N_): Define.
42800         (parse_user_spec): Mark translatable strings.
42801
42802 2000-02-10  Jim Meyering  <meyering@lucent.com>
42803
42804         With these changes, nanosleep.[ch] are finally enough like the other
42805         lib/* replacement files to compile on a few more losing systems.
42806
42807         * lib/nanosleep.h: Don't include config.h.
42808         Remove prototype from declaration of nanosleep.
42809         (PARAMS): Remove now-unneeded definition.
42810         * lib/nanosleep.c: #undef nanosleep.
42811         (rpl_nanosleep): Rename from nanosleep.
42812
42813 2000-02-10  Jim Meyering  <meyering@lucent.com>
42814
42815         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
42816         gnu_nanosleep to rpl_nanosleep.
42817
42818 2000-02-09  Jim Meyering  <meyering@lucent.com>
42819
42820         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
42821         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
42822
42823 2000-02-08  Akim Demaille  <akim@epita.fr>
42824
42825         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
42826         `[' and `]' and remove uses of `changequote'.
42827         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
42828         (AC_SYS_LARGEFILE): Likewise.
42829         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
42830         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
42831         of changequote.
42832         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
42833         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
42834         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
42835         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
42836
42837 2000-02-05  Jim Meyering  <meyering@lucent.com>
42838
42839         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
42840         Remove explicit use of AC_HEADER_TIME.  It is required by
42841         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
42842         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
42843         in autoconf whereby the expansion of the latter ended up preceding
42844         the expansion of its prerequisite, AC_HEADER_TIME.
42845         Reported by Volker Borchert.
42846
42847 2000-02-03  Jim Meyering  <meyering@lucent.com>
42848
42849         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
42850
42851 2000-02-03  Jim Meyering  <meyering@lucent.com>
42852
42853         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
42854         rather than with `#if HAVE_UTMPNAME'.
42855
42856 2000-02-02  Jim Meyering  <meyering@lucent.com>
42857
42858         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
42859         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
42860         Reported by Eli Zaretskii.
42861
42862 2000-02-01  Jim Meyering  <meyering@lucent.com>
42863
42864         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
42865
42866 2000-01-31  Jim Meyering  <meyering@lucent.com>
42867
42868         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
42869         functions.  Add the time.h and sys/time.h headers along with the
42870         AC_REQUIRE'ment of AC_HEADER_TIME.
42871
42872 2000-01-31  Jim Meyering  <meyering@lucent.com>
42873
42874         * lib/nanosleep.h (nanosleep): Guard declaration with
42875         `#if ! HAVE_DECL_NANOSLEEP'.
42876         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
42877         the declaration in that vendor's sys/timers.h.
42878         Reported by Christian Krackowizer.
42879
42880         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
42881         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
42882         (ISPRINT): Likewise.
42883         Reported by Tom Tromey.
42884
42885 2000-01-30  Jim Meyering  <meyering@lucent.com>
42886
42887         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
42888
42889         * m4/prereq.m4 (utmp_includes): Define.
42890         Check for ut_user and ut_name members in both struct utmpx
42891         and struct utmp.
42892
42893 2000-01-30  Jim Meyering  <meyering@lucent.com>
42894
42895         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
42896         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
42897         header files where only utmpx.ut_user is declared.
42898
42899         * lib/readutmp.h (UT_USER): Define.
42900
42901 2000-01-29  Jim Meyering  <meyering@lucent.com>
42902
42903         * m4/lib-check.m4: New file containing library-related checks from
42904         fileutils and sh-utils (textutils had none).
42905
42906 2000-01-28  Jim Meyering  <meyering@lucent.com>
42907
42908         * m4/perl.m4: Change format of warning message to look more like that
42909         from the missing script.  Suggestion from François Pinard.
42910
42911 2000-01-25  Jim Meyering  <meyering@lucent.com>
42912
42913         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
42914         well as time.h in the compile check.
42915         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
42916         Fix typo in cross-compiling case: s/yes/no/.
42917
42918 2000-01-23  Jim Meyering  <meyering@lucent.com>
42919
42920         * m4/jm-macros.m4: Move df-related tests here from
42921         fileutils/configure.in
42922
42923         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
42924         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
42925
42926         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
42927         s/space/ac_fsusage_space/.
42928         (jm_FILE_SYSTEM_USAGE): Take two parameters.
42929
42930         * m4/ftruncate.m4: New file (derived from part of
42931         fileutils/configure.in).
42932         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
42933         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
42934
42935         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
42936         AC_SUBST these here, rather than just in sh-util/configure.in, so
42937         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
42938         all the same.
42939         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
42940         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
42941         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
42942         (AC_SUBST(POW_LIBM)): Likewise.
42943         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
42944
42945 2000-01-23  Jim Meyering  <meyering@lucent.com>
42946
42947         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
42948         obstack.c.
42949
42950 2000-01-22  Jim Meyering  <meyering@lucent.com>
42951
42952         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
42953
42954         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
42955
42956         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
42957         configure.in
42958         (AC_CHECK_HEADERS): Likewise for sh-utils.
42959         (AC_CHECK_HEADERS): Likewise for textutils.
42960         Merge the three lists of headers.
42961
42962         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
42963         from fileutils' configure.in.
42964
42965         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
42966         code. Moved tests into their own function (_jm_DECL_HEADERS) in
42967         check-decl.m4.
42968
42969         * m4/check-decl.m4: Use #if rather than #ifdef.
42970         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
42971         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
42972         (_jm_DECL_HEADERS): Define new function.
42973         (jm_CHECK_DECLARATIONS): Require it.
42974
42975 2000-01-22  Jim Meyering  <meyering@lucent.com>
42976
42977         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
42978         [! HAVE_DECL_STRTOULL]: Declare strtoull.
42979         Required for some AIX systems.  Reported by Christian Krackowizer.
42980         [TESTING] (main): New function.
42981
42982         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
42983         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
42984         letters.
42985
42986         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
42987         iswprint.
42988
42989         * lib/strverscmp.c (ISDIGIT): Define.
42990         (strverscmp): Use ISDIGIT, not isdigit.
42991
42992 2000-01-19  Jim Meyering  <meyering@lucent.com>
42993
42994         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
42995         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
42996         defines `struct timespec' in <sys/time.h>
42997
42998         * m4/c-bs-a.m4: Remove uses of changequote altogether.
42999         Thanks to Akim for explaining.
43000
43001 2000-01-17  Paul Eggert  <eggert@twinsun.com>
43002
43003         * lib/nanosleep.c (nanosleep):
43004         Don't use SA_INTERRUPT to decide whether to call sigaction, as
43005         POSIX.1 doesn't require SA_INTERRUPT and some systems
43006         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
43007         it's been part of POSIX.1 since day 1 (in 1988).
43008
43009 2000-01-17  Jim Meyering  <meyering@lucent.com>
43010
43011         * lib/interlock: Remove unused file.  Reported by François Pinard.
43012
43013 2000-01-16  Paul Eggert  <eggert@twinsun.com>
43014
43015         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
43016         alert, backslash, formfeed, and vertical tab unnecessarily in
43017         shell quoting style.
43018
43019 2000-01-16  Jim Meyering  <meyering@lucent.com>
43020
43021         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
43022         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
43023         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
43024         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
43025
43026 2000-01-16  Jim Meyering  <meyering@lucent.com>
43027
43028         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
43029         because the latter didn't work.
43030
43031 2000-01-15  Jim Meyering  <meyering@lucent.com>
43032
43033         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
43034         (AC_REPLACE_FUNCS): Add memcpy and memset.
43035         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
43036         Add strpbrk.
43037         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
43038
43039 2000-01-12  Jim Meyering  <meyering@lucent.com>
43040
43041         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
43042         (jm_PREREQ): Use it.
43043         (jm_PREREQ_READUTMP): New macro.
43044         (jm_PREREQ): Use it.
43045
43046 2000-01-11  Paul Eggert  <eggert@twinsun.com>
43047
43048         Quote multibyte characters correctly.
43049         * m4/c-bs-a.m4: New file.
43050         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
43051         (jm_PREREQ): Use it.
43052
43053 2000-01-11  Paul Eggert  <eggert@twinsun.com>
43054
43055         * m4/uintmax_t.m4: Port to autoconf 2.13.
43056
43057 2000-01-08  Jim Meyering  <meyering@ascend.com>
43058
43059         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
43060         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
43061
43062 2000-01-04  Jim Meyering  <meyering@ascend.com>
43063
43064         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
43065         jm_STRUCT_DIRENT_D_TYPE.
43066         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
43067         jm_STRUCT_DIRENT_D_INO.
43068         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
43069         jm_STRUCT_UTIMBUF.
43070         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
43071         renamings.
43072         * m4/utime.m4: Likewise.
43073
43074         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
43075         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
43076
43077 2000-01-03  Paul Eggert  <eggert@twinsun.com>
43078
43079         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
43080         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
43081
43082 2000-01-02  Jim Meyering  <meyering@ascend.com>
43083
43084         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
43085         remember if this is necessary.
43086
43087 1999-12-26  Jim Meyering  <meyering@ascend.com>
43088
43089         * m4/jm-macros.m4: Use it here.
43090         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
43091
43092 1999-12-23  Jim Meyering  <meyering@ascend.com>
43093
43094         * m4/jm-macros.m4: Check for clock_gettime (moved from
43095         fileutils/configure.in)
43096         Check for gettimeofday.
43097
43098 1999-12-20  Jim Meyering  <meyering@ascend.com>
43099
43100         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
43101         autoconf-2.14a-1999-12-20.
43102
43103 1999-12-19  Jim Meyering  <meyering@ascend.com>
43104
43105         * m4/lstat-slash.m4: New file.
43106         * m4/jm-macros.m4: Use the new macro:
43107         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
43108
43109 1999-12-07  Jim Meyering  <meyering@ascend.com>
43110
43111         * m4/perl.m4: Require that File::Compare be available, too.
43112         Too many systems seem to lack it.
43113
43114         * m4/strftime.m4: Add checks for most of the cpp macros tested in
43115         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
43116
43117 1999-11-18  Paul Eggert  <eggert@twinsun.com>
43118
43119         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
43120         problem with the QNX 4.25 shell, which doesn't propagate exit
43121         status of failed commands inside shell assignments.
43122
43123 1999-11-17  Jim Meyering  <meyering@ascend.com>
43124
43125         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
43126
43127 1999-11-07  Jim Meyering  <meyering@ascend.com>
43128
43129         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
43130
43131 1999-11-06  Jim Meyering  <meyering@ascend.com>
43132
43133         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
43134         * m4/jm-macros.m4 (jm_MACROS): Use it here.
43135
43136 1999-11-05  Jim Meyering  <meyering@ascend.com>
43137
43138         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
43139         configure.in of textutils, fileutils, and sh-utils into this one
43140         (shared between those packages) file.
43141         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
43142         AC_STRUCT_ST_BLKSIZE.
43143
43144 1999-11-03  Jim Meyering  <meyering@ascend.com>
43145
43146         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
43147         of AC_CHECK_TYPE checks includes unistd.h.
43148         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
43149         Suggestion from Akim Demaille.
43150
43151 1999-10-30  Jim Meyering  <meyering@ascend.com>
43152
43153         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
43154         m4-quoted string.
43155         * m4/ls-mntd-fs.m4: Likewise.
43156         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
43157         * m4/jm-winsz1.m4: Likewise.
43158
43159         * m4/const.m4: Remove file, since the fix made it into the experimental
43160         version of autoconf.
43161         * m4/mktime.m4: Likewise.
43162
43163         * m4/check-type.m4: Remove file, now that the latest version of
43164         AC_CHECK_TYPE takes a third arg to specify additional #includes.
43165
43166         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
43167         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
43168         AC_CHECK_TYPE.
43169
43170 1999-10-04  Jim Meyering  <meyering@ascend.com>
43171
43172         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
43173
43174 1999-09-22  Paul Eggert  <eggert@twinsun.com>
43175
43176         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
43177         2.95.1 bug with HP-UX 10.20.
43178
43179 1999-09-17  Jim Meyering  <meyering@ascend.com>
43180
43181         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
43182         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
43183         due to missing strdup (against sh-utils-2.0).
43184
43185 1999-08-29  Jim Meyering  <meyering@ascend.com>
43186
43187         * m4/jm-macros.m4: Require jm_BISON.
43188         * m4/bison.m4: New file.
43189
43190 1999-08-17  Paul Eggert  <eggert@twinsun.com>
43191
43192         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
43193         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
43194
43195 1999-08-05  Jim Meyering  <meyering@ascend.com>
43196
43197         * m4/getline.m4: Rename test file from conftestdata to conftest.data
43198         to avoid conflicts with `conftest' on 8+3 filesystems.
43199         Suggestion from Eli Zaretskii.
43200
43201 1999-08-04  Jim Meyering  <meyering@ascend.com>
43202
43203         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
43204         fileutils and sh-utils (textutils's getline test was inadequate).
43205         (AM_FUNC_GETLINE): Run this test.
43206         (AC_CHECK_FUNCS): Check for getdelim.
43207         Reported by Bob Proulx.
43208
43209 1999-08-02  Jim Meyering  <meyering@ascend.com>
43210
43211         * m4/jm-macros.m4: Add a comment.
43212
43213 1999-08-01  Paul Eggert  <eggert@twinsun.com>
43214
43215         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
43216         <inttypes.h> defines strtoumax as a macro (and not as a
43217         function).
43218
43219 1999-08-01  Paul Eggert  <eggert@twinsun.com>
43220
43221         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
43222         that we can shift, multiply and divide unsigned long long
43223         values; Ultrix cc can't do it.
43224
43225 1999-08-01  Paul Eggert  <eggert@twinsun.com>
43226
43227         * m4/mktime.m4: New file, which is a preview of what should appear
43228         in the next public autoconf release.
43229
43230 1999-08-01  Paul Eggert  <eggert@twinsun.com>
43231
43232         * m4/lfs.m4: Remove this file.
43233         * m4/largefile.m4: New file.  It contains the old contents of
43234         lfs.m4, except that all names with prefix AC_LFS have been
43235         changed to use the prefix AC_SYS_LARGEFILE instead, to be
43236         compatible with future autoconf versions.  Also, some minor m4
43237         quoting problems have been fixed.
43238
43239 1999-08-01  Paul Eggert  <eggert@twinsun.com>
43240
43241         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
43242         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
43243         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
43244         and simplify the shell code.
43245
43246 1999-08-01  Jim Meyering  <meyering@ascend.com>
43247
43248         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
43249         m4.
43250
43251 1999-07-20  Jim Meyering  <meyering@ascend.com>
43252
43253         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
43254
43255 1999-07-15  Jim Meyering  <meyering@ascend.com>
43256
43257         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
43258
43259 1999-05-22  Jim Meyering  <meyering@ascend.com>
43260
43261         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
43262
43263 1999-05-20  Jim Meyering  <meyering@ascend.com>
43264
43265         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
43266         Add a colon after each `then' in case $4 is empty.
43267
43268 1999-05-16  Jim Meyering  <meyering@ascend.com>
43269
43270         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
43271
43272 1999-05-10  Jim Meyering  <meyering@ascend.com>
43273
43274         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
43275
43276         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
43277         AC_FUNC_MKTIME.
43278
43279 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
43280
43281         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
43282
43283 1999-05-04  Paul Eggert  <eggert@twinsun.com>
43284
43285         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
43286         not CPPFLAGS, so that linking works correctly in IRIX.
43287
43288 1999-04-30  Paul Eggert  <eggert@twinsun.com>
43289
43290         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
43291
43292 1999-04-20  Paul Eggert  <eggert@twinsun.com>
43293
43294         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
43295         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
43296         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
43297         jm_AC_TYPE_UNSIGNED_LONG_LONG.
43298         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
43299
43300         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
43301
43302 1999-04-20  Jim Meyering  <meyering@ascend.com>
43303
43304         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
43305         AC_REPLACE xstroull if necessary.  From Paul Eggert.
43306         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
43307
43308 1999-04-18  Jim Meyering  <meyering@ascend.com>
43309
43310         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
43311         * m4/jm-macros.m4: Use it.
43312
43313 1999-04-06  Jim Meyering  <meyering@ascend.com>
43314
43315         * m4/strftime.m4: Remove test for %f.
43316
43317 1999-03-29  Jim Meyering  <meyering@ascend.com>
43318
43319         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
43320         superset of the AC_TYPE_* checks in the textutils, fileutils,
43321         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
43322         AC_TYPE_PID_T.
43323
43324 1999-03-28  Jim Meyering  <meyering@ascend.com>
43325
43326         * m4/jm-macros.m4: Define GNU_PACKAGE here.
43327         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
43328         replaced e.g., in the *.sh files of the sh-utils.
43329
43330 1999-03-20  Jim Meyering  <meyering@ascend.com>
43331
43332         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
43333         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
43334         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
43335
43336 1999-03-19  Jim Meyering  <meyering@ascend.com>
43337
43338         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
43339
43340 1999-03-12  Jim Meyering  <meyering@ascend.com>
43341
43342         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
43343
43344 1999-03-07  Jim Meyering  <meyering@ascend.com>
43345
43346         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
43347         declared.
43348
43349 1999-02-17  Jim Meyering  <meyering@ascend.com>
43350
43351         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
43352         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
43353
43354 1999-02-07  Jim Meyering  <meyering@ascend.com>
43355
43356         * m4/group-member.m4: New file -- extracted from sh-utils'
43357         configure.in.
43358
43359         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
43360         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
43361
43362 1999-02-06  Jim Meyering  <meyering@ascend.com>
43363
43364         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
43365         * m4/fnmatch.m4: Likewise.
43366         * m4/getgroups.m4: Likewise.
43367         * m4/lstat.m4: Likewise.
43368         * m4/malloc.m4: Likewise.
43369         * m4/putenv.m4: Likewise.
43370         * m4/realloc.m4: Likewise.
43371         * m4/regex.m4: Likewise.
43372         * m4/stat.m4: Likewise.
43373         * m4/strftime.m4: Likewise.
43374         Suggestion from Alain Magloire.
43375
43376         * m4/chown.m4: Use `.$ac_objext', not `.o'.
43377         * m4/fnmatch.m4: Likewise.
43378         * m4/getgroups.m4: Likewise.
43379         * m4/getline.m4: Likewise.
43380         * m4/lstat.m4: Likewise.
43381         * m4/malloc.m4: Likewise.
43382         * m4/memcmp.m4: Likewise.
43383         * m4/putenv.m4: Likewise.
43384         * m4/realloc.m4: Likewise.
43385         * m4/regex.m4: Likewise.
43386         * m4/stat.m4: Likewise.
43387         * m4/strftime.m4: Likewise.
43388         Suggestion from Alain Magloire.
43389
43390         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
43391         an argument.
43392
43393         * m4/regex.m4: Add a run-time Test for proper operation of
43394         re_compile_pattern.
43395
43396 1999-01-31  Jim Meyering  <meyering@ascend.com>
43397
43398         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
43399
43400 1999-01-30  Jim Meyering  <meyering@ascend.com>
43401
43402         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
43403
43404         * m4/jm-mktime.m4: Make this a wrapper around the official
43405         AM_FUNC_MKTIME rather than my private copy, now that the official one
43406         is up to date.
43407         * m4/mktime.m4: Remove file.
43408
43409         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
43410         * m4/uptime.m4: Likewise.
43411         * m4/uintmax_t.m4: Likewise.
43412
43413 1999-01-28  Jim Meyering  <meyering@ascend.com>
43414
43415         * m4/jm-macros.m4: Use jm_AFS.
43416         * m4/afs.m4: New file (from fileutils' configure.in).
43417
43418         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
43419         * m4/chown.m4: Likewise.
43420         * m4/d-ino.m4: Likewise.
43421         * m4/d-type.m4: Likewise.
43422         * m4/fnmatch.m4: Likewise.
43423         * m4/getgroups.m4: Likewise.
43424         * m4/gettext.m4: Likewise.
43425         * m4/jm-mktime.m4: Likewise.
43426         * m4/jm-winsz2.m4: Likewise.
43427         * m4/lcmessage.m4: Likewise.
43428         * m4/ls-mntd-fs.m4: Likewise.
43429         * m4/malloc.m4: Likewise.
43430         * m4/memcmp.m4: Likewise.
43431         * m4/putenv.m4: Likewise.
43432         * m4/realloc.m4: Likewise.
43433         * m4/st_mtim.m4: Likewise.
43434         * m4/strftime.m4: Likewise.
43435
43436 1999-01-16  Jim Meyering  <meyering@ascend.com>
43437
43438         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
43439         (ARGMATCH_DIE_DECL): Define.
43440
43441 1999-01-12  Jim Meyering  <meyering@ascend.com>
43442
43443         * m4/Makefile.am.in: Rewrite to avoid using fmt.
43444         Reported by Lars Hecking.
43445
43446 1999-01-10  Jim Meyering  <meyering@ascend.com>
43447
43448         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
43449         gross kludge.
43450         * m4/inttypes_h.m4: Likewise.
43451         * m4/lstat.m4: Likewise.
43452         * m4/malloc.m4: Likewise.
43453         * m4/readdir.m4: Likewise.
43454         * m4/realloc.m4: Likewise.
43455         * m4/st_dm_mode.m4: Likewise.
43456         * m4/stat.m4: Likewise.
43457         * m4/utimbuf.m4: Likewise.
43458         * m4/utimes.m4: Likewise.
43459
43460         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
43461         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
43462         comments in config.h.in are meaningful.
43463
43464         * m4/jm-macros.m4: Require autoconf-2.13 here.
43465
43466         * m4/regex.m4: By default, don't use the included regex.c on systems
43467         with glibc 2.  Suggestion from Uli Drepper.
43468
43469 1999-01-02  Jim Meyering  <meyering@ascend.com>
43470
43471         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
43472
43473 1998-12-18  Jim Meyering  <meyering@ascend.com>
43474
43475         * m4/Makefile.am.in (Makefile.am): Simplify rule.
43476         Based on a suggestion from Lars Hecking.
43477
43478 1998-11-16  Paul Eggert  <eggert@twinsun.com>
43479
43480         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
43481
43482 1998-11-16  Jim Meyering  <meyering@ascend.com>
43483
43484         * m4/lfs.m4: Double-quote the `uname...` expression.
43485
43486 1998-11-14  Jim Meyering  <meyering@ascend.com>
43487
43488         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
43489         * m4/stat.m4: Likewise.
43490
43491 1998-11-03  Jim Meyering  <meyering@ascend.com>
43492
43493         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
43494         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
43495
43496 1998-10-18  Jim Meyering  <meyering@ascend.com>
43497
43498         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
43499
43500 1998-10-17  Jim Meyering  <meyering@ascend.com>
43501
43502         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
43503         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
43504         calls for those previously hard-coded headers.  Instead, take a new
43505         parameter.
43506         (jm_CHECK_DECLARATIONS): Reflect interface change.
43507         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
43508         (jm_CHECK_DECL_LOCALTIME_R): New macro.
43509
43510         * m4/mktime.m4: Test for spring-forward gap before long-running test.
43511
43512 1998-10-14  Jim Meyering  <meyering@ascend.com>
43513
43514         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
43515         instead of "TZ=America/Vancouver".  From Paul Eggert.
43516
43517 1998-10-11  Jim Meyering  <meyering@ascend.com>
43518
43519         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
43520         This adds a test for a recently added compatibility fix for mktime.c.
43521         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
43522
43523 1998-09-27  Jim Meyering  <meyering@ascend.com>
43524
43525         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
43526
43527         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
43528         ../configure.in, including a change from Gordon Matzigkeit to allow
43529         cross-compiling for the Hurd.
43530
43531         * m4/glibc.m4: New file/macro to test for the GNU C Library
43532         versions 1 and 2.  From Gordon Matzigkeit.
43533         Indent.
43534
43535 1998-09-21  Jim Meyering  <meyering@ascend.com>
43536
43537         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
43538
43539 1998-08-18  Paul Eggert  <eggert@twinsun.com>
43540
43541         Port nanosecond-resolution times to UnixWare 2.1.2 and
43542         pedantic Solaris 2.6.
43543
43544         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
43545         AC_STRUCT_ST_MTIM.
43546         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
43547         Generate name of ns member, instead of just 1 or undef.
43548         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
43549
43550 1998-08-15  Jim Meyering  <meyering@ascend.com>
43551
43552         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
43553         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
43554         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
43555         instead of jm_TYPE_SSIZE_T.
43556
43557 1998-08-12  Jim Meyering  <meyering@ascend.com>
43558
43559         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
43560
43561 1998-08-02  Jim Meyering  <meyering@ascend.com>
43562
43563         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
43564         in acconfig.h manually.
43565
43566 1998-07-31  Paul Eggert  <eggert@twinsun.com>
43567
43568         * m4/st_mtim.m4: New file.
43569
43570 1998-07-28  Jim Meyering  <meyering@ascend.com>
43571
43572         * m4/utimes.m4: Undef stat.
43573
43574 1998-07-25  Jim Meyering  <meyering@ascend.com>
43575
43576         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
43577         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
43578
43579 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
43580
43581         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
43582         uid and gid actually remain unchanged.
43583
43584 1998-07-07  Jim Meyering  <meyering@ascend.com>
43585
43586         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
43587
43588 1998-07-04  Jim Meyering  <meyering@ascend.com>
43589
43590         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
43591         to prove that this macro can be used in packages without regex.c.
43592
43593 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
43594
43595         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
43596         is to be used.
43597
43598 1998-07-03  Jim Meyering  <meyering@ascend.com>
43599
43600         * m4/gettext.m4: Add -lintl if it's found to be necessary.
43601
43602         * m4/gettext.m4: New file -- from gettext-0.10.35.
43603         * m4/lcmessage.m4: Likewise.
43604         * m4/progtest.m4: Likewise.
43605
43606         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
43607         * m4/jm-macros.m4: Require the new macro.
43608
43609 1998-06-29  Jim Meyering  <meyering@ascend.com>
43610
43611         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
43612         for the definition of NGROUPS (used in a system header included
43613         by sys/mount.h).
43614
43615 1998-06-28  Jim Meyering  <meyering@ascend.com>
43616
43617         * m4/ls-mntd-fs.m4: New file.
43618         * m4/fstypename.m4: New file.
43619
43620         * m4/jm-macros.m4: Require the new macro.
43621         * m4/jm-glibc-io.m4: New file.
43622
43623 1998-05-19  Jim Meyering  <meyering@ascend.com>
43624
43625         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
43626         * m4/lchown.m4: New file.
43627
43628         * m4/Makefile.am.in: New file.
43629         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
43630
43631 1998-05-14  Jim Meyering  <meyering@ascend.com>
43632
43633         * m4/Makefile.am (EXTRA_DIST): Add them.
43634         * m4/jm-macros.m4: New file.
43635         * m4/utimbuf.m4: New file.
43636
43637 1998-05-12  Jim Meyering  <meyering@ascend.com>
43638
43639         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
43640
43641 1998-05-11  Jim Meyering  <meyering@ascend.com>
43642
43643         * m4/isc-posix.m4: New file.
43644
43645 1998-05-10  Jim Meyering  <meyering@ascend.com>
43646
43647         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
43648
43649 1998-05-09  Jim Meyering  <meyering@ascend.com>
43650
43651         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
43652         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
43653         with automake.
43654
43655         * m4/ssize_t.m4: New file.
43656         * m4/mktime.m4: Remove file -- the new automake has this now.
43657
43658 1998-04-26  Jim Meyering  <meyering@ascend.com>
43659
43660         * m4/assert.m4: New file.
43661         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
43662
43663 1998-04-05  Jim Meyering  <meyering@ascend.com>
43664
43665         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
43666         (jm_PREREQ): Use it here.
43667
43668 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
43669
43670         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
43671         in acconfig.h.
43672
43673 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
43674
43675         * m4/prereq.m4: New file.
43676         * m4/error.m4: New file.
43677         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
43678
43679 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
43680
43681         * m4/getline.m4: Don't set am_cv_func_working_getline before the
43682         cache-check for the same variable -- that defeated the purpose of
43683         the test; the test program was never run.  This was a problem only
43684         on systems with losing getline functions -- HP-UX 10.20 is one.
43685         Reported by Bjorn Helgaas.
43686
43687 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
43688
43689         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
43690
43691 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
43692
43693         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
43694
43695         * m4/const.m4: New file.  Use an initializer in this declaration
43696         typedef int charset[2]; const charset x;
43697         Reported by Bob Glickstein.
43698
43699 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
43700
43701         * m4/chown.m4: Fix reversed types on -1 args to chown.
43702         From Kaveh Ghazi.
43703
43704 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
43705
43706         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
43707         Add lseek and memchr.
43708
43709         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
43710         T.E.Dickey <dickey@clark.net> said that some older preprocessors
43711         have a 20-character limit on names.
43712
43713 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
43714
43715         * m4/inttypes_h.m4: New file.
43716         * m4/uintmax_t.m4: New file.
43717         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
43718
43719
43720         -----
43721
43722         Local Variables:
43723         coding: utf-8
43724         End:
43725
43726         Copyright (C) 1997-2008 Free Software Foundation, Inc.
43727
43728         Copying and distribution of this file, with or without
43729         modification, are permitted provided the copyright notice
43730         and this notice are preserved.