1f5d6bd047a864ecde4ff1fb1f4c20aba58bdf7c
[gnulib.git] / ChangeLog
1 2008-10-09  Jim Meyering  <meyering@redhat.com>
2
3         GNUmakefile: use the more name-space-friendly "_version"
4         * top/GNUmakefile (_dummy): Update.
5         (_version): Rename from "version".
6
7 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
8             Bruno Haible  <bruno@clisp.org>
9
10         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
11         rpl_close.
12         (_gl_register_fd): New function, extracted from rpl_open.
13         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
14         (rpl_open, rpl_opendir): Use _gl_register_fd.
15
16 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
17
18         Fix organization of 'open' replacement.
19         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
20         (gl_FUNC_OPEN): Use it.
21         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
22
23 2008-10-08  Bruno Haible  <bruno@clisp.org>
24
25         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
26
27 2008-10-08  Simon Josefsson  <simon@josefsson.org>
28
29         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
30         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
31         listen).
32
33 2008-10-08  Eric Blake  <ebb9@byu.net>
34
35         GNUmakefile: add 'make version' target
36         * top/GNUmakefile (_curr-ver): Split version update rules...
37         (version): ...into a target.
38
39 2008-10-07  Bruno Haible  <bruno@clisp.org>
40
41         Use a more portable replacement expression for -0.0L.
42         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
43         instead of -0.0L. Fix m4 quotation.
44
45         * tests/test-signbit.c: Include <float.h>.
46         (minus_zero): New variable.
47         (test_signbitl): Use minus_zero instead of -zero.
48         * modules/signbit-tests (Depends-on): Add float.
49
50         * tests/test-ceill.c: Include <float.h>.
51         (zero): Remove variable.
52         (minus_zero): New variable.
53         (main): Use minus_zero instead of -zero.
54         * modules/ceill-tests (Depends-on): Add float.
55
56         * tests/test-floorl.c: Include <float.h>.
57         (zero): Remove variable.
58         (minus_zero): New variable.
59         (main): Use minus_zero instead of -zero.
60         * modules/floorl-tests (Depends-on): Add float.
61
62         * tests/test-roundl.c: Include <float.h>.
63         (zero): Remove variable.
64         (minus_zero): New variable.
65         (main): Use minus_zero instead of -zero.
66         * modules/roundl-tests (Depends-on): Add float.
67
68         * tests/test-truncl.c: Include <float.h>.
69         (zero): Remove variable.
70         (minus_zero): New variable.
71         (main): Use minus_zero instead of -zero.
72         * modules/truncl-tests (Depends-on): Add float.
73
74         * tests/test-frexpl.c (zero): Remove variable.
75         (minus_zero): New variable.
76         (main): Use minus_zero instead of -zero.
77         * modules/frexpl-tests (Depends-on): Add float.
78
79         * tests/test-isnan.c (zerol): Remove variable.
80         (minus_zerol): New variable.
81         (test_long_double): Use minus_zerol instead of -zerol.
82         * modules/isnan-tests (Depends-on): Add float.
83
84         * tests/test-isnanl.h (zero): Remove variable.
85         (minus_zero): New variable.
86         (main): Use minus_zero instead of -zero.
87         * modules/isnanl-nolibm-tests (Depends-on): Add float.
88         * modules/isnanl-tests (Depends-on): Add float.
89
90         * tests/test-ldexpl.c (zero): Remove variable.
91         (minus_zero): New variable.
92         (main): Use minus_zero instead of -zero.
93         * modules/ldexpl-tests (Depends-on): Add float.
94
95         * tests/test-snprintf-posix.h (zerol): Remove variable.
96         (minus_zerol): New variable.
97         (test_function): Use minus_zerol instead of -zerol.
98         * modules/snprintf-posix-tests (Depends-on): Add float.
99         * modules/vsnprintf-posix-tests (Depends-on): Add float.
100
101         * tests/test-sprintf-posix.h (zerol): Remove variable.
102         (minus_zerol): New variable.
103         (test_function): Use minus_zerol instead of -zerol.
104         * modules/sprintf-posix-tests (Depends-on): Add float.
105         * modules/vsprintf-posix-tests (Depends-on): Add float.
106
107         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
108         (minus_zerol): New variable.
109         (test_function): Use minus_zerol instead of -zerol.
110         * modules/vasnprintf-posix-tests (Depends-on): Add float.
111
112         * tests/test-vasprintf-posix.c (zerol): Remove variable.
113         (minus_zerol): New variable.
114         (test_function): Use minus_zerol instead of -zerol.
115         * modules/vasprintf-posix-tests (Depends-on): Add float.
116
117 2008-10-07  Simon Josefsson  <simon@josefsson.org>
118
119         * MODULES.html.sh (Support for building documentation): Mention
120         pmccabe2html.  Sort entries.
121
122         Add pmccabe2html module, from gnupdf.
123         * build-aux/pmccabe.css: New file.
124         * build-aux/pmccabe2html: New file.
125         * m4/pmccabe2html.m4: New file.
126         * modules/pmccabe2html: New file.
127
128 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
129
130         flock: new module
131         * MODULES.html.sh: Add to list of modules.
132         * lib/flock.c: flock implementation for Windows and Unix systems
133         which have fcntl.
134         * doc/glibc-functions/flock.texi: Update documentation.
135         * lib/sys_file.in.h: <sys/file.h> header file.
136         * m4/flock.m4: M4 macros.
137         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
138         * modules/flock: flock module.
139         * modules/flock-tests: flock tests module.
140         * modules/sys_file: sys/file.h module.
141         * tests/test-flock.c: test suite for flock.
142
143 2008-10-06  Jim Meyering  <meyering@redhat.com>
144
145         bootstrap: check for LT_INIT more portably still ;-)
146         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
147         Spotted by Bruno Haible.
148
149 2008-10-06  Eric Blake  <ebb9@byu.net>
150
151         test-signbit: avoid tripping Irix cc bug on -0.0L
152         * tests/test-signbit.c (minus_zerol): Delete, and replace with
153         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
154         entire testsuite consistent and avoids an Irix 6.2 bug.
155
156 2008-10-05  Bruno Haible  <bruno@clisp.org>
157             Jim Meyering  <jim@meyering.net>
158
159         Add an option for ignoring EPIPE during close_stdout.
160         * lib/closeout.h: Include <stdbool.h>.
161         (close_stdout_set_ignore_EPIPE): New declaration.
162         * lib/closeout.c: Include <stdbool.h>.
163         (ignore_EPIPE): New variable.
164         (close_stdout_set_ignore_EPIPE): New function.
165         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
166         * lib/close-stream.c (close_stream): Mention the possible EPIPE
167         failure.
168         * modules/closeout (Depends-on): Add stdbool.
169
170 2008-10-05  Bruno Haible  <bruno@clisp.org>
171
172         * modules/accept: New file.
173         * modules/bind: New file.
174         * modules/connect: New file.
175         * modules/getpeername: New file.
176         * modules/getsockname: New file.
177         * modules/getsockopt: New file.
178         * modules/listen: New file.
179         * modules/recv: New file.
180         * modules/recvfrom: New file.
181         * modules/send: New file.
182         * modules/sendto: New file.
183         * modules/setsockopt: New file.
184         * modules/socket: New file.
185         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
186         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
187         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
188         the particular module is requested. Add a link warning when the
189         particular module is not requested.
190         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
191         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
192         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
193         the particular module is requested.
194         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
195         gl_SYS_SOCKET_H_DEFAULTS): New macros.
196         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
197         * modules/sys_socket (Depends-on): Add link-warning.
198         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
199         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
200         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
201         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
202         GL_LINK_WARNING.
203         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
204         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
205         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
206         * doc/posix-functions/getpeername.texi: Mention the new module
207         'getpeername'.
208         * doc/posix-functions/getsockname.texi: Mention the new module
209         'getsockname'.
210         * doc/posix-functions/getsockopt.texi: Mention the new module
211         'getsockopt'.
212         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
213         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
214         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
215         * doc/posix-functions/send.texi: Mention the new module 'send'.
216         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
217         * doc/posix-functions/setsockopt.texi: Mention the new module
218         'setsockopt'.
219         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
220         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
221         listen, connect, accept.
222         * modules/select-tests (Depends-on): Likewise.
223
224 2008-10-05  Bruno Haible  <bruno@clisp.org>
225
226         * lib/winsock.c (strerror): Remove unused #undef.
227         (rpl_close): Remove unused local variable.
228
229         * modules/sys_socket (Depends-on); Add errno.
230
231 2008-10-05  Bruno Haible  <bruno@clisp.org>
232
233         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
234         (select): Add a link warning when the 'select' module is not used.
235         * modules/sys_select (Depends-on): Add link-warning.
236         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
237         Suggested by Paolo Bonzini.
238
239 2008-10-05  Jim Meyering  <meyering@redhat.com>
240
241         bootstrap: check for LT_INIT more portably
242         * build-aux/bootstrap: Avoid using grep -E, since it's not
243         portable enough.  Suggestion from Bruno Haible.
244
245 2008-10-05  Bruno Haible  <bruno@clisp.org>
246
247         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
248         as being fixed by gnulib.
249
250 2008-10-05  Bruno Haible  <bruno@clisp.org>
251
252         * modules/select-tests: New file, mostly copied from
253         modules/sys_select-tests.
254         * tests/test-select.c: New file, mostly copied from
255         tests/test-sys_select.c.
256         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
257         * modules/sys_select-tests (Depends-on): Remove all dependencies.
258         (Makefile.am): Remove test_sys_select_LDADD.
259
260         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
261         to an undefined symbol, for an error message.
262         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
263         (gl_SYS_SELECT_H_DEFAULTS): New macro.
264         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
265         winsock-select.c here.
266         * modules/sys_select (Files): Remove lib/winsock-select.c.
267         (Depends-on): Remove alloca.
268         (Makefile.am): Substitute GNULIB_SELECT.
269         * modules/select: New file.
270         * doc/posix-functions/select.texi: Update.
271
272 2008-10-05  Bruno Haible  <bruno@clisp.org>
273
274         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
275         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
276         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
277         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
278         getdtablesize.
279         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
280         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
281
282 2008-10-05  Bruno Haible  <bruno@clisp.org>
283
284         * modules/getdtablesize-tests: New file.
285         * tests/test-getdtablesize.c: New file.
286
287         New module 'getdtablesize'.
288         * lib/unistd.in.h (getdtablesize): New declaration.
289         * lib/getdtablesize.c: New file.
290         * m4/getdtablesize.m4: New file.
291         * modules/getdtablesize: New file.
292         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
293         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
294         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
295         HAVE_GETDTABLESIZE.
296         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
297
298 2008-10-05  Bruno Haible  <bruno@clisp.org>
299
300         * modules/sched (Makefile.am): Fix typo.
301         Reported by Simon Josefsson.
302
303 2008-10-05  Jim Meyering  <meyering@redhat.com>
304
305         bootstrap: check for LT_INIT, too
306         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
307         are deprecated.  Suggestion from Ralf Wildenhues.
308
309 2008-10-05  Bruno Haible  <bruno@clisp.org>
310
311         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
312         overriding them by ours.
313         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
314
315 2008-10-05  Jim Meyering  <meyering@redhat.com>
316
317         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
318         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
319         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
320
321 2008-10-04  Bruno Haible  <bruno@clisp.org>
322
323         * modules/dup2 (License): Change to LGPLv2+.
324         * modules/sleep (License): Likewise.
325         * modules/perror (License): Likewise.
326         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
327         Blake.
328         * modules/signal (License): Likewise.
329         * modules/sigprocmask (License): Likewise.
330         * modules/raise (License): Change to LGPLv2+, with approval by Jim
331         Meyering.
332
333 2008-10-04  Bruno Haible  <bruno@clisp.org>
334
335         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
336         Reported by Rainer Tammer <tammer@tammer.net>.
337
338 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
339             Bruno Haible  <bruno@clisp.org>
340
341         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
342         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
343         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
344
345 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
346
347         filevercmp: new module
348         * lib/filevercmp.h: New function filevercmp comparing version strings.
349         * lib/filevercmp.c: Implementation of filevercmp function.
350         * modules/filevercmp: Module metadata.
351         * tests/test-filevercmp.c: Unit test for new module.
352         * modules/filevercmp-tests: Unit test metadata.
353         * MODULES.html.sh: Add filevercmp module.
354
355 2008-10-03  Bruno Haible  <bruno@clisp.org>
356
357         * lib/c-ctype.h: Add comment.
358         Reported by Jim Meyering.
359
360 2008-10-02  Bruno Haible  <bruno@clisp.org>
361
362         * modules/posix_spawn-internal (Depends-on): Add 'open'.
363
364 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
365
366         * build-aux/bootstrap: Allow renaming bootstrap, and change the
367         name of bootstrap.conf accordingly.
368
369 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
370
371         * build-aux/bootstrap: Install git-merge-changelog configuration
372         items into .gitconfig if needed.
373
374 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
375
376         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
377         git repository, and initialize/update it accordingly.
378
379 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
380
381         * modules/fsync-tests: New file.
382         * tests/test-fsync.c: New file.
383
384         New module 'fsync'.
385         * lib/fsync.c: New file.
386         * m4/fsync.m4: New file.
387         * modules/fsync: New file.
388         * lib/unistd.in.h (fsync): New declaration.
389         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
390         GNULIB_FSYNC and HAVE_FSYNC.
391         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
392         * MODULES.html.sh (posix_functions): Add fsync.
393         * doc/posix-functions/fsync.texi: Mention the new module.
394
395 2008-10-02  Jim Meyering  <meyering@redhat.com>
396
397         fts.c: sync with similar code from coreutils' remove.c
398         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
399         Guard also with "#if defined __linux__", since for now at least,
400         this code is Linux-kernel-specific.
401
402 2008-10-02  Jim Meyering  <meyering@redhat.com>
403
404         fts: bug fixes
405         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
406         Include <sys/vfs.h>, not <sys/statfs.h>.
407
408         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
409         Include <sys/vfs.h>, not <sys/statfs.h>.
410
411 2008-10-01  Bruno Haible  <bruno@clisp.org>
412
413         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
414         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
415         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
416         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
417         * doc/posix-functions/posix_spawnp.texi: Likewise.
418         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
419         whether posix_spawn actually works.
420         * m4/pipe.m4 (gl_PIPE): Likewise.
421         * modules/execute (Files): Add m4/posix_spawn.m4.
422         * modules/pipe (Files): Add m4/posix_spawn.m4.
423         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
424
425 2008-10-01  Jim Meyering  <meyering@redhat.com>
426
427         remove trailing spaces
428         * NEWS: Likewise.
429         * lib/poll.c (poll): Likewise.
430         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
431         * lib/winsock.c (rpl_close): Likewise.
432         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
433         * modules/yield: Likewise.
434         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
435         * tests/test-sys_select.c (connect_to_socket): Likewise.
436
437         fts.c: adjust a new interface to be more generally useful
438         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
439         (fts_build): Adjust caller.
440
441 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
442
443         * modules/cond-tests: New file.
444         * tests/test-cond.c: New file.
445
446 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
447             Bruno Haible  <bruno@clisp.org>
448
449         * modules/cond (Dependencies): Add errno, time.
450         * lib/glthread/cond.h: Include <time.h>.
451         (gl_cond_define, gl_cond_define_initialized): Use the same definition
452         across platforms.
453
454 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
455             Bruno Haible  <bruno@clisp.org>
456
457         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
458
459 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
460             Bruno Haible  <bruno@clisp.org>
461
462         * modules/tls-tests (Depends-on): Add thread, yield.
463         (configure.ac): Remove all checks.
464         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
465         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
466         gl_thread_self): Remove definitions. Include glthread/thread.h and
467         glthread/yield.h instead.
468         (test_tls): Pass an additional NULL argument to gl_thread_join.
469
470 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
471             Bruno Haible  <bruno@clisp.org>
472
473         * modules/lock-tests (Depends-on): Add thread, yield.
474         (configure.ac): Remove all checks.
475         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
476         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
477         gl_thread_self): Remove definitions. Include glthread/thread.h and
478         glthread/yield.h instead.
479         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
480         additional NULL argument to gl_thread_join.
481
482 2008-09-30  Bruno Haible  <bruno@clisp.org>
483
484         Fix the Win32 implementation of the 'thread' module.
485         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
486         pointer type.
487         (gl_thread_self): Invoke gl_thread_self_func.
488         (gl_thread_self_func): New declaration.
489         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
490         (do_init_self_key, init_self_key): New functions.
491         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
492         Remove some fields.
493         (running_threads, running_lock): Remove variables.
494         (get_current_thread_handle): New function.
495         (gl_thread_self_func, wrapper_func, glthread_create_func,
496         glthread_join_func, gl_thread_exit_func): Largely rewritten and
497         simplified.
498
499 2008-09-30  Bruno Haible  <bruno@clisp.org>
500
501         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
502         files.
503
504 2008-09-30  Jim Meyering  <meyering@redhat.com>
505
506         fts.m4: correct the test for statfs.f_type
507         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
508         when checking for statfs.f_type.
509
510 2008-09-15  Simon Josefsson  <simon@josefsson.org>
511
512         tests: avoid some compiler warnings
513         * tests/test-memchr.c (main): Pass NULL indirectly.
514         * tests/test-getdate.c (main): Remove unused variable 'ret'.
515
516 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
517
518         getdate.y: disallow countable dayshifts like "4 yesterday ago"
519         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
520         exactly specified dayshifts.
521         (dayshift): New rule.
522         (rel): Add dayshift.
523         (relative_time_table) [tomorrow, yesterday, today, now]:
524         Use tDAY_SHIFT in place of tDAY_UNIT.
525         * tests/test-getdate.c: Add tests for now-disallowed countable
526         dayshifts, e.g., "4 yesterday ago".
527
528 2008-09-29  Bruno Haible  <bruno@clisp.org>
529
530         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
531         * tests/test-posix_spawn1.in.sh: Renamed from
532         tests/test-posix_spawn.in.sh.
533         * tests/test-posix_spawn2.c: New file.
534         * tests/test-posix_spawn2.in.sh: New file.
535         * modules/posix_spawnp-tests (Files): Update.
536         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
537
538 2008-09-29  Bruno Haible  <bruno@clisp.org>
539
540         Propagate effects of putenv/setenv/unsetenv to child processes.
541         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
542         * lib/pipe.c (create_pipe): Likewise.
543
544 2008-09-29  Bruno Haible  <bruno@clisp.org>
545
546         Enable use of shell scripts as executables in mingw.
547         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
548         run the program as a shell script.
549         * lib/pipe.c (create_pipe): Likewise.
550         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
551         resulting array.
552
553 2008-09-29  Eric Blake  <ebb9@byu.net>
554
555         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
556
557 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
558
559         * doc/posix-functions/accept.texi: Update mingw problems.
560         * doc/posix-functions/bind.texi: Update mingw problems.
561         * doc/posix-functions/close.texi: Update mingw problems.
562         * doc/posix-functions/connect.texi: Update mingw problems.
563         * doc/posix-functions/getpeername.texi: Update mingw problems.
564         * doc/posix-functions/getsockname.texi: Update mingw problems.
565         * doc/posix-functions/getsockopt.texi: Update mingw problems.
566         * doc/posix-functions/ioctl.texi: Update mingw problems.
567         * doc/posix-functions/listen.texi: Update mingw problems.
568         * doc/posix-functions/recv.texi: Update mingw problems.
569         * doc/posix-functions/recvfrom.texi: Update mingw problems.
570         * doc/posix-functions/select.texi: Update mingw problems.
571         * doc/posix-functions/send.texi: Update mingw problems.
572         * doc/posix-functions/sendto.texi: Update mingw problems.
573         * doc/posix-functions/setsockopt.texi: Update mingw problems.
574         * doc/posix-functions/socket.texi: Update mingw problems.
575
576 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
577             Bruno Haible  <bruno@clisp.org>
578
579         * lib/sys_select.in.h: Include sys/time.h.
580         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
581         * modules/sys_select: Depend on sys_time.
582         * tests/test-sys_select.c: Test that sys/select.h defines struct
583         timeval fully.
584
585 2008-09-29  Bruno Haible  <bruno@clisp.org>
586
587         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
588         * lib/sys_select.in.h: Likewise.
589
590 2008-09-29  Bruno Haible  <bruno@clisp.org>
591
592         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
593
594 2008-09-29  Bruno Haible  <bruno@clisp.org>
595
596         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
597         Set LIBSOCKET instead of augmenting LIBS.
598         * modules/sockets (Link): New section.
599         * modules/sockets-tests (test_sockets_LDADD): New variable.
600         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
601         * modules/poll-tests (test_poll_LDADD): New variable.
602         * NEWS: Document the change.
603
604 2008-09-29  Bruno Haible  <bruno@clisp.org>
605
606         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
607         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
608         ARPA_INET_H directly.
609         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
610
611 2008-09-28  Bruno Haible  <bruno@clisp.org>
612
613         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
614         from gl_HEADER_SYS_SOCKET.
615         (gl_HEADER_SYS_SOCKET): Invoke it.
616         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
617
618 2008-09-28  Bruno Haible  <bruno@clisp.org>
619
620         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
621         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
622         Needed on OSF/1 4.0.
623
624 2008-09-28  Bruno Haible  <bruno@clisp.org>
625
626         Override open more carefully.
627         * lib/open.c (orig_open): New function.
628         (rpl_open): Use orig_open instead of open.
629         * lib/fcntl.in.h: Add special invocation convention.
630         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
631         (gl_FUNC_OPEN): Invoke it.
632
633         Override freopen more carefully.
634         * lib/freopen.c (orig_freopen): New function.
635         (rpl_freopen): Use orig_freopen instead of freopen.
636         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
637         (gl_FUNC_FREOPEN): Invoke it.
638
639         Override fopen more carefully.
640         * lib/fopen.c (orig_fopen): New function.
641         (rpl_fopen): Use orig_fopen instead of fopen.
642         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
643         (gl_FUNC_FOPEN): Invoke it.
644         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
645
646 2008-09-28  Bruno Haible  <bruno@clisp.org>
647
648         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
649         SIGPIPE.
650
651 2008-09-28  Bruno Haible  <bruno@clisp.org>
652
653         * tests/test-sigaction.c (handler, main): Disable the check whether
654         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
655         glibc systems with LinuxThreads.
656
657 2008-09-28  Bruno Haible  <bruno@clisp.org>
658
659         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
660
661         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
662         with AIX xlc.
663         * lib/fcntl.in.h (open): Likewise.
664         Reported by Rainer Tammer <tammer@tammer.net>.
665
666 2008-09-28  Bruno Haible  <bruno@clisp.org>
667
668         * modules/posix_spawnp-tests: New file.
669         * tests/test-posix_spawn.c: New file.
670         * tests/test-posix_spawn.in.sh: New file.
671
672         New module 'posix_spawnp'.
673         * modules/posix_spawnp: New file.
674         * lib/spawnp.c: New file, from GNU libc with modifications.
675         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
676
677         New module 'posix_spawn'.
678         * modules/posix_spawn: New file.
679         * lib/spawn.c: New file, from GNU libc with modifications.
680         * doc/posix-functions/posix_spawn.texi: Mention the new module.
681
682         New module 'posix_spawnattr_destroy'.
683         * modules/posix_spawnattr_destroy: New file.
684         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
685         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
686         module.
687
688         New module 'posix_spawnattr_setsigmask'.
689         * modules/posix_spawnattr_setsigmask: New file.
690         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
691         modifications.
692         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
693         new module.
694
695         New module 'posix_spawnattr_getsigmask'.
696         * modules/posix_spawnattr_getsigmask: New file.
697         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
698         modifications.
699         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
700         new module.
701
702         New module 'posix_spawnattr_setsigdefault'.
703         * modules/posix_spawnattr_setsigdefault: New file.
704         * lib/spawnattr_setdefault.c: New file, from GNU libc with
705         modifications.
706         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
707         new module.
708
709         New module 'posix_spawnattr_getsigdefault'.
710         * modules/posix_spawnattr_getsigdefault: New file.
711         * lib/spawnattr_getdefault.c: New file, from GNU libc with
712         modifications.
713         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
714         new module.
715
716         New module 'posix_spawnattr_setschedpolicy'.
717         * modules/posix_spawnattr_setschedpolicy: New file.
718         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
719         modifications.
720         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
721         new module.
722
723         New module 'posix_spawnattr_getschedpolicy'.
724         * modules/posix_spawnattr_getschedpolicy: New file.
725         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
726         modifications.
727         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
728         new module.
729
730         New module 'posix_spawnattr_setschedparam'.
731         * modules/posix_spawnattr_setschedparam: New file.
732         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
733         modifications.
734         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
735         new module.
736
737         New module 'posix_spawnattr_getschedparam'.
738         * modules/posix_spawnattr_getschedparam: New file.
739         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
740         modifications.
741         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
742         new module.
743
744         New module 'posix_spawnattr_setpgroup'.
745         * modules/posix_spawnattr_setpgroup: New file.
746         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
747         modifications.
748         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
749         module.
750
751         New module 'posix_spawnattr_getpgroup'.
752         * modules/posix_spawnattr_getpgroup: New file.
753         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
754         modifications.
755         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
756         module.
757
758         New module 'posix_spawnattr_setflags'.
759         * modules/posix_spawnattr_setflags: New file.
760         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
761         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
762         module.
763
764         New module 'posix_spawnattr_getflags'.
765         * modules/posix_spawnattr_getflags: New file.
766         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
767         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
768         module.
769
770         New module 'posix_spawnattr_init'.
771         * modules/posix_spawnattr_init: New file.
772         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
773         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
774         module.
775
776         New module 'posix_spawn_file_actions_destroy'.
777         * modules/posix_spawn_file_actions_destroy: New file.
778         * lib/spawn_faction_destroy.c: New file, from GNU libc with
779         modifications.
780         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
781         the new module.
782
783         New module 'posix_spawn_file_actions_addopen'.
784         * modules/posix_spawn_file_actions_addopen: New file.
785         * lib/spawn_faction_addopen.c: New file, from GNU libc with
786         modifications.
787         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
788         the new module.
789
790         New module 'posix_spawn_file_actions_adddup2'.
791         * modules/posix_spawn_file_actions_adddup2: New file.
792         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
793         modifications.
794         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
795         the new module.
796
797         New module 'posix_spawn_file_actions_addclose'.
798         * modules/posix_spawn_file_actions_addclose: New file.
799         * lib/spawn_faction_addclose.c: New file, from GNU libc with
800         modifications.
801         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
802         the new module.
803
804         New module 'posix_spawn_file_actions_init'.
805         * modules/posix_spawn_file_actions_init: New file.
806         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
807         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
808         new module.
809
810         New module 'posix_spawn-internal'.
811         * modules/posix_spawn-internal: New file.
812         * lib/spawn_int.h: New file, from GNU libc with modifications.
813         * lib/spawni.c: New file, from GNU libc with modifications.
814         * m4/posix_spawn.m4: New file.
815
816         New module 'spawn'.
817         * modules/spawn: New file.
818         * lib/spawn.in.h: New file, from GNU libc with modifications.
819         * m4/spawn_h.m4: New file.
820         * doc/posix-headers/spawn.texi: Mention the new module.
821
822 2008-09-28  Bruno Haible  <bruno@clisp.org>
823
824         * modules/sched-tests: New file.
825         * tests/test-sched.c: New file.
826
827         New module 'sched'.
828         * modules/sched: New file.
829         * lib/sched.in.h: New file.
830         * m4/sched_h.m4: New file.
831         * doc/posix-headers/sched.texi: Mention the new module.
832
833 2008-09-27  Eric Blake  <ebb9@byu.net>
834
835         Fix previous patch, and tweak references to $0.
836         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
837         (func_version, func_gnulib_dir): Don't call this program
838         gnulib-tool.
839         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
840         with using $0 in function.
841         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
842         (func_fatal_error): Reuse the name the user invoked us with.
843
844 2008-09-27  Bruno Haible  <bruno@clisp.org>
845
846         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
847         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
848         (gl_ICONV_H): Not here.
849         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
850         instead of assigning ICONV_H directly.
851
852         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
853         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
854         WCHAR_H directly.
855
856 2008-09-27  Bruno Haible  <bruno@clisp.org>
857
858         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
859         * modules/arpa_inet (Depends-on): Add link-warning.
860         (Makefile.am): Insert the definition of GL_LINK-WARNING.
861         * modules/unistd (Makefile.am): Likewise.
862
863 2008-09-26  Bruno Haible  <bruno@clisp.org>
864
865         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
866         variables.
867         (func_version): Essentially copied from gnulib-tool.
868         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
869         func_readlink): Copied from gnulib-tool.
870
871 2008-09-26  Bruno Haible  <bruno@clisp.org>
872
873         * gnulib-tool (func_version): Change directory to $gnulib_dir before
874         invoking git-version-gen.
875
876 2008-09-26  Bruno Haible  <bruno@clisp.org>
877
878         * posix-modules: Update to directory names changed on 2008-01-19.
879         Remove commas in output before splitting into words. No more need to
880         avoid 'ftruncate' since 2007-02-19.
881
882 2008-09-26  Bruno Haible  <bruno@clisp.org>
883
884         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
885
886 2008-09-26  Bruno Haible  <bruno@clisp.org>
887
888         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
889         * modules/fwriteerror (Depends-on): Add errno.
890
891 2008-09-26  Bruno Haible  <bruno@clisp.org>
892
893         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
894         * tests/test-vc-list-files-cvs.sh: Likewise.
895
896 2008-09-26  Bruno Haible  <bruno@clisp.org>
897
898         * doc/posix-headers/sys_resource.texi: Reorder items.
899
900 2008-09-26  Jim Meyering  <meyering@redhat.com>
901
902         fts: tweak inode comparison function
903         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
904         inode numbers, as documented.
905
906         fts: sort dirent entries on inode number before traversing
907         This avoids a quadratic, seek-related performance penalty when
908         operating on a directory containing many entries (measurable at 10k;
909         3.5 hours at 2 million entries with a cold cache) on certain types
910         of file systems, including ext3 and ext4, but not tmpfs.
911         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
912         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
913         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
914         (fs_handles_readdir_ordered_dirents_efficiently): New function.
915         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
916         (fts_build): Set the stat.st_ino member from D_INO.
917         If it is likely to be useful, sort dirent entries on inode number.
918
919         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
920         and the struct statfs.f_type member.
921         * modules/fts (Depends-on): Add d-ino.
922
923 2008-09-26  Bruno Haible  <bruno@clisp.org>
924
925         * modules/sigpipe-die (Depends-on): Add sigpipe.
926
927         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
928         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
929         and GNULIB_STDIO_H_SIGPIPE are set.
930         * lib/stdio-write.c: New file.
931         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
932         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
933         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
934         REPLACE_STDIO_WRITE_FUNCS.
935         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
936         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
937         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
938         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
939         * modules/stdio (Files): Add lib/stdio-write.c.
940         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
941         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
942         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
943         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
944         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
945         REPLACE_FPRINTF_POSIX.
946         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
947         REPLACE_PRINTF_POSIX.
948         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
949         REPLACE_VFPRINTF_POSIX.
950         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
951         REPLACE_VPRINTF_POSIX.
952         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
953         SIGPIPE issue.
954         * doc/posix-functions/fputc.texi: Likewise.
955         * doc/posix-functions/fputs.texi: Likewise.
956         * doc/posix-functions/fwrite.texi: Likewise.
957         * doc/posix-functions/printf.texi: Likewise.
958         * doc/posix-functions/putc.texi: Likewise.
959         * doc/posix-functions/putchar.texi: Likewise.
960         * doc/posix-functions/puts.texi: Likewise.
961         * doc/posix-functions/vfprintf.texi: Likewise.
962         * doc/posix-functions/vprintf.texi: Likewise.
963
964         * modules/safe-write (Depends-on): Add write.
965
966         * modules/sigpipe-tests: New file.
967         * tests/test-sigpipe.c: New file.
968         * tests/test-sigpipe.sh: New file.
969
970         * modules/write: New file.
971         * lib/unistd.in.h: Include <sys/types.h>.
972         (write): New declaration.
973         * lib/write.c: New file.
974         * m4/write.m4: New file.
975         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
976         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
977         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
978         GNULIB_WRITE, REPLACE_WRITE.
979         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
980         and the SIGPIPE issue.
981
982         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
983         (raise): New declaration.
984         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
985         (ext_signal): New function.
986         (rpl_raise): New function.
987         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
988         GNULIB_SIGNAL_H_SIGPIPE.
989         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
990         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
991
992         * modules/sigpipe: New file.
993         * m4/sigpipe.m4: New file.
994
995 2008-09-25  Derek Price  <derek@ximbiot.com>
996             Bruno Haible  <bruno@clisp.org>
997
998         * gnulib-tool (func_import): Report all license incompatibilities, not
999         just the first one.
1000
1001 2008-09-25  Bruno Haible  <bruno@clisp.org>
1002
1003         * gnulib-tool (func_import): When computing the edits, consider not
1004         only the Makefile.ams that exist but also those that will be generated.
1005
1006 2008-09-25  Simon Josefsson  <simon@josefsson.org>
1007
1008         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
1009         fixes gnulib-tool --test warning about duplicate dependency.
1010
1011 2008-09-25  Bruno Haible  <bruno@clisp.org>
1012
1013         * gnulib-tool: Don't ask the user to perform edits in the generated
1014         Makefile.ams.
1015         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
1016         apply to the Makefile.am being generated.
1017         (func_emit_tests_Makefile_am): Execute edits that apply to the
1018         Makefile.am being generated.
1019         (func_import): Setup list of Makefile.am edits before emitting the
1020         Makefile.ams, not at the end.
1021         (func_create_testdir): Update.
1022         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
1023
1024 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1025
1026         * gnulib-tool (func_import): Store the --tests-base option in the
1027         comment in gnulib-cache.m4.
1028
1029 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
1030
1031         * NEWS: Document increased portability that sys_select now provides.
1032
1033         * lib/sys_select.in.h: Install select wrapper.
1034         * lib/sys_socket.in.h: Use more descriptive name when there is no
1035         select wrapper.
1036         * lib/winsock-select.c: New.
1037         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
1038         Require gl_HEADER_SYS_SOCKET.
1039         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
1040         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
1041         * tests/test-sys_select.c: Add functional tests.
1042
1043 2008-09-24  Eric Blake  <ebb9@byu.net>
1044
1045         open, fopen: close fd leak in last patch
1046         * lib/open.c (rpl_open): Close fd before returning error.
1047         * lib/fopen.c (rpl_fopen): Close fd before returning error.
1048         * doc/posix-functions/open.texi (open): Document that Irix also
1049         has the bug.
1050         * doc/posix-functions/fopen.texi (fopen): Likewise.
1051         Reported by Paolo Bonzini.
1052
1053 2008-09-24  Bruno Haible  <bruno@clisp.org>
1054
1055         Ensure that a filename ending in a slash cannot be used to access a
1056         non-directory.
1057         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
1058         to check whether it's really a directory.
1059         * lib/fopen.c: Include fcntl.h, unistd.h.
1060         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
1061         and fdopen().
1062         * modules/fopen (Depends-on): Add unistd.
1063         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
1064         * tests/test-fopen.c (main): Likewise.
1065         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
1066         * doc/posix-functions/fopen.texi: Likewise.
1067         Reported by Eric Blake.
1068
1069 2008-09-23  Eric Blake  <ebb9@byu.net>
1070
1071         c-stack: avoid compiler optimizations when provoking overflow
1072         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
1073         recursion harder to optimize, to ensure a stack overflow occurs.
1074         * tests/test-c-stack.c (recurse): Likewise.
1075         Borrowed from libsigsegv.
1076
1077         c-stack: work around Irix sigaltstack bug
1078         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
1079         whether sigaltstack uses wrong end of stack_t (copied in part from
1080         libsigsegv).
1081         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
1082         Irix bug, without requiring an over-allocation.
1083         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
1084         bug.
1085
1086         fopen: document mingw bug on directories
1087         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
1088         not allowing a stream visiting a directory, even though reading
1089         from such a stream is not portable.
1090
1091 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
1092
1093         * lib/poll.c: Rewrite.
1094         * modules/poll: Depend on alloca.
1095
1096 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
1097
1098         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
1099         instead define prototypes for a full set of wrappers.  Ensure
1100         that Cygwin does not use the compatibility code, which is only
1101         for MinGW.
1102         * lib/winsock.c: New.
1103         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
1104         * modules/sys_socket: Add lib/winsock.c.
1105
1106         * modules/poll-tests: Add errno and perror.
1107         * tests/test-poll.c: Use ioctl, not ioctlsocket.
1108
1109 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
1110
1111         * tests/test-poll.c: Downgrade minimum needed Winsock version.
1112
1113 2008-09-23  Bruno Haible  <bruno@clisp.org>
1114
1115         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
1116         * doc/glibc-functions/*: Likewise.
1117
1118 2008-09-23  Simon Josefsson  <simon@josefsson.org>
1119
1120         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
1121         success.
1122
1123 2008-09-22  Eric Blake  <ebb9@byu.net>
1124             Bruno Haible  <bruno@clisp.org>
1125
1126         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
1127         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
1128         supply %A but mishandle pseudo-NaN.
1129         Reported by Simon Josefsson.
1130
1131 2008-09-21  Bruno Haible  <bruno@clisp.org>
1132
1133         * tests/test-lock.c (main): Tweak skip message.
1134         * tests/test-tls.c (main): Likewise.
1135
1136 2008-09-21  Bruno Haible  <bruno@clisp.org>
1137
1138         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
1139         whether 'struct sigaction' has sa_sigaction here...
1140         (gl_PREREQ_SIG_HANDLER_H): ... not here.
1141         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
1142
1143 2008-09-21  Bruno Haible  <bruno@clisp.org>
1144
1145         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
1146         section.
1147         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
1148         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
1149         the new section.
1150         (Support for obsolete systems lacking POSIX:2001): New section.
1151         (String handling <string.h>): Move strdup to the new section.
1152         Suggested by Simon Josefsson and Paolo Bonzini.
1153
1154 2008-09-21  Bruno Haible  <bruno@clisp.org>
1155
1156         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
1157         exponents in %e and %g results on 'long double'. Needed for mingw's
1158         improved *printf functions.
1159         * tests/test-vasprintf-posix.c (test_function): Likewise.
1160         * tests/test-snprintf-posix.h (test_function): Likewise.
1161         * tests/test-sprintf-posix.h (test_function): Likewise.
1162         Reported by Eric Blake.
1163
1164 2008-09-21  Bruno Haible  <bruno@clisp.org>
1165
1166         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
1167         * tests/test-sprintf-posix.h (test_function): Likewise.
1168
1169 2008-09-21  Bruno Haible  <bruno@clisp.org>
1170
1171         * modules/getpass (Depends-on): Add strdup-posix.
1172
1173         New module 'strdup-posix'.
1174         * modules/strdup-posix: New file.
1175         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
1176         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
1177         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1178         REPLACE_STRDUP.
1179         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
1180         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
1181         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1182         strdup-posix.
1183
1184         * modules/strdup (Depends-on): Remove malloc-posix.
1185
1186 2008-09-20  Bruno Haible  <bruno@clisp.org>
1187
1188         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
1189         Wildenhues.
1190
1191 2008-09-20  Bruno Haible  <bruno@clisp.org>
1192
1193         Ensure that wint_t gets defined on IRIX 5.3.
1194         * lib/wchar.in.h (wint_t): Define if not defined by the system.
1195         * lib/wctype.in.h (wint_t): Likewise.
1196         (__wctype_wint_t): Remove type.
1197         (isw*): Use wint_t instead of __wctype_wint_t.
1198         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
1199         * modules/wchar (Files): Add m4/wint_t.m4.
1200         (Makefile.am): Substitute HAVE_WINT_T.
1201         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
1202         * tests/test-wctype.c: Check that wint_t is defined.
1203         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
1204         * doc/posix-headers/wctype.texi: Likewise.
1205         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
1206
1207 2008-09-18  Bruno Haible  <bruno@clisp.org>
1208
1209         * gnulib-tool (func_exit): Update comment.
1210
1211 2008-09-18  Simon Josefsson  <simon@josefsson.org>
1212
1213         * modules/getaddrinfo (Depends-on): Remove strdup, this module
1214         assumes strdup exists and does not depend on strdup to return
1215         ENOMEM on out of memory conditions.
1216
1217 2008-09-18  Bruno Haible  <bruno@clisp.org>
1218
1219         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
1220         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
1221         digits for the exponent.
1222
1223 2008-09-18  Jim Meyering  <meyering@redhat.com>
1224             Bruno Haible  <bruno@clisp.org>
1225
1226         * lib/vasnprintf.c (decimal_point_char): Define also if
1227         NEED_PRINTF_INFINITE_LONG_DOUBLE.
1228
1229 2008-09-16  Bruno Haible  <bruno@clisp.org>
1230         and Eric Blake  <ebb9@byu.net>
1231
1232         vasnprintf: support Irix 5.3
1233         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
1234         that mishandle long double infinity.
1235         Reported by Tom G. Christensen.
1236
1237 2008-09-16  Bruno Haible  <bruno@clisp.org>
1238
1239         * doc/glibc-functions/scandir.texi: Mention the function is missing on
1240         Solaris 9.
1241         * doc/glibc-functions/alphasort.texi: Likewise.
1242         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
1243
1244 2008-09-16  Jim Meyering  <meyering@redhat.com>
1245
1246         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
1247         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
1248         a umask modification leak out of a subshell.  Otherwise, the
1249         opensolaris /bin/sh would be accepted and thus cause unwarranted
1250         failures in the coreutils test suite.
1251
1252 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
1253
1254         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
1255         to succeed.
1256
1257 2008-09-16  Jim Meyering  <meyering@redhat.com>
1258
1259         avoid spurious test failure when library is built without ACL support
1260         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
1261         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
1262         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
1263         * tests/test-copy-acl.sh: Likewise.
1264
1265 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1266
1267         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
1268         based on character occurrence counts.
1269
1270 2008-09-15  Eric Blake  <ebb9@byu.net>
1271
1272         tests: avoid some compiler warnings
1273         * tests/test-memchr.c (main): Pass NULL indirectly.
1274         * tests/test-closein.c (main): Avoid unused variable.
1275
1276 2008-09-15  Bruno Haible  <bruno@clisp.org>
1277
1278         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
1279         are missing on OpenBSD 4.0 individually.
1280         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
1281
1282 2008-09-15  Bruno Haible  <bruno@clisp.org>
1283
1284         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
1285         * doc/posix-functions/strerror.texi: Mention also Cygwin.
1286         * doc/posix-functions/perror.texi: Likewise.
1287         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
1288         is missing.
1289         Reported by Eric Blake.
1290
1291         * lib/errno.in.h: Use replacement values >= 2000.
1292         Reported by Eric Blake.
1293
1294 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1295
1296         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
1297         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
1298         limit.
1299         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
1300         compareseq was aborted.
1301
1302 2008-09-14  Bruno Haible  <bruno@clisp.org>
1303
1304         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
1305         yvec_edit_count.
1306         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
1307         (fstrcmp_bounded): Simplify result computation accordingly.
1308
1309 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1310
1311         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
1312         (fstrcmp): Define in terms of fstrcmp_bounded.
1313         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
1314         lower_bound argument.
1315         Return quickly if the result is certainly < lower_bound.
1316         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
1317
1318 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1319
1320         * lib/diffseq.h (EARLY_ABORT): New macro.
1321         (compareseq): Change return type to bool. Return true when EARLY_ABORT
1322         evaluates to true.
1323
1324 2008-09-14  Bruno Haible  <bruno@clisp.org>
1325
1326         * modules/perror-tests: New file.
1327         * tests/test-perror.sh: New file.
1328         * tests/test-perror.c: New file.
1329
1330         New module 'perror'.
1331         * lib/stdio.in.h (perror): New declaration.
1332         * lib/perror.c: New file.
1333         * m4/perror.m4: New file.
1334         * modules/perror: New file.
1335         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
1336         * doc/posix-functions/perror.texi: Mention the perror module.
1337         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
1338         REPLACE_PERROR.
1339         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
1340         REPLACE_PERROR.
1341
1342 2008-09-14  Bruno Haible  <bruno@clisp.org>
1343
1344         * modules/stdio (Makefile.am): Reorder to match the order in
1345         lib/stdio.in.h.
1346         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
1347
1348 2008-09-13  Bruno Haible  <bruno@clisp.org>
1349
1350         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
1351
1352 2008-09-13  Bruno Haible  <bruno@clisp.org>
1353
1354         Extend strerror to cover the added errno values.
1355         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
1356         (rpl_strerror): Provide error messages for the added errno values and
1357         for the WSA* values.
1358         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
1359         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
1360         strerror.
1361         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
1362         * modules/strerror (Depends-on): Add errno.
1363         * doc/posix-functions/strerror.texi: Document the change.
1364         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
1365         and EOVERFLOW.
1366
1367 2008-09-13  Bruno Haible  <bruno@clisp.org>
1368
1369         * modules/EOVERFLOW: Remove file.
1370         * m4/eoverflow.m4: Remove file.
1371         * modules/EOVERFLOW-tests: Remove file.
1372         * tests/test-EOVERFLOW.c: Remove file.
1373         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
1374         * modules/ftell (Depends-on): Likewise.
1375         * modules/getdelim (Depends-on): Likewise.
1376         * modules/getugroups (Depends-on): Likewise.
1377         * modules/poll (Depends-on): Likewise.
1378         * modules/snprintf (Depends-on): Likewise.
1379         * modules/sprintf-posix (Depends-on): Likewise.
1380         * modules/vasnprintf (Depends-on): Likewise.
1381         * modules/vasprintf (Depends-on): Likewise.
1382         * modules/vfprintf-posix (Depends-on): Likewise.
1383         * modules/vsnprintf (Depends-on): Likewise.
1384         * modules/vsprintf-posix (Depends-on): Likewise.
1385         * modules/xvasprintf (Depends-on): Likewise.
1386         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
1387         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
1388         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
1389         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
1390         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
1391         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
1392         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
1393         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
1394         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
1395         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
1396         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
1397         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
1398         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
1399         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
1400         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
1401         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
1402         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
1403         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
1404         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
1405         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
1406         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
1407         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
1408         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
1409         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
1410         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
1411         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
1412         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
1413         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
1414         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
1415         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
1416         * MODULES.html.sh: Remove EOVERFLOW.
1417         * NEWS: Mention the change.
1418
1419 2008-09-13  Bruno Haible  <bruno@clisp.org>
1420
1421         * modules/errno-tests: New file.
1422         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
1423
1424         * lib/errno.in.h: New file.
1425         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
1426         * modules/errno: New file.
1427         * doc/posix-headers/errno.texi: Update documentation.
1428         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
1429
1430 2008-09-13  Bruno Haible  <bruno@clisp.org>
1431
1432         * tests/test-poll.c: Use #if for native Windows, rather than testing
1433         __MSVCRT__.
1434
1435 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1436             Bruno Haible  <bruno@clisp.org>
1437
1438         * lib/glob.c: Don't include <pwd.h> on native Windows.
1439         (WINDOWS32): New macro.
1440         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
1441
1442 2008-09-13  Bruno Haible  <bruno@clisp.org>
1443
1444         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
1445         (ETIMEDOUT): Remove macro.
1446         (glthread_cond_timedwait_multithreaded): New declaration.
1447         (glthread_cond_timedwait): Use it.
1448         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
1449         (glthread_cond_timedwait_multithreaded): New function.
1450
1451 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
1452
1453         * modules/poll-tests: Do not check for io.h.
1454         * tests/test-poll.c: Check for __MSVCRT__ instead.
1455
1456 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
1457
1458         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
1459         * modules/poll-tests: Add inet_pton, stdbool, sockets.
1460         * tests/test-poll.c: Use them.  Use _pipe on Windows.
1461
1462 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
1463
1464         * modules/poll-tests: New.
1465         * tests/test-poll.c: New.
1466
1467 2008-09-12  Eric Blake  <ebb9@byu.net>
1468
1469         frexp: test for NetBSD failure on -0.0
1470         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
1471         not all, bugs from NetBSD 3.0 have been fixed.
1472         * doc/posix-functions/frexp.texi (frexp): Document bug.
1473         Reported by Thomas Klausner.
1474
1475         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
1476         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
1477         literal -0.0.
1478         Reported by Jonathan C. Patschke <jp@centtech.com>.
1479
1480 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1481
1482         * lib/glthread/cond.h: Use dummy implementation also if
1483         USE_WIN32_THREADS.
1484
1485 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1486
1487         * modules/fnmatch-posix (License): Change to LGPLv2+.
1488         * modules/fnmatch-gnu (License): Likewise.
1489
1490 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1491
1492         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
1493
1494 2008-09-11  Jim Meyering  <meyering@redhat.com>
1495
1496         * users.txt: Add gtk-vnc.
1497
1498 2008-09-08  Simon Josefsson  <simon@josefsson.org>
1499
1500         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
1501         rotate amounts.
1502
1503         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
1504         required for 16-bit and 8-bit rotates.
1505         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
1506         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
1507         UINT8_MAX instead of hard-coded constants.
1508         Suggested by Paul Eggert.
1509
1510 2008-09-07  Bruno Haible  <bruno@clisp.org>
1511
1512         * tests/test-striconveh.c (main): Check behaviour when converting from
1513         UTF-7.
1514
1515         Make striconveh work better with stateful encodings.
1516         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
1517         that iconv does not increment the inptr when returning -1/EINVAL.
1518
1519 2008-09-07  Bruno Haible  <bruno@clisp.org>
1520
1521         * build-aux/config.rpath: Update according to libtool-2.2.6.
1522         * build-aux/config.libpath: Likewise.
1523
1524 2008-09-06  Bruno Haible  <bruno@clisp.org>
1525
1526         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
1527         * lib/freadptr.c (freadptr): Likewise.
1528         * lib/freadseek.c (freadptrinc): Likewise.
1529         Reported by Simon Josefsson.
1530
1531 2008-09-06  Bruno Haible  <bruno@clisp.org>
1532
1533         * modules/freadptr (License): Change to LGPLv2+.
1534         * modules/freadseek (License): Likewise.
1535         Suggested by Eric Blake.
1536
1537         * modules/memchr2 (License): Change to LGPLv2+.
1538         Approved by Eric Blake.
1539
1540 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1541             Bruno Haible  <bruno@clisp.org>
1542
1543         Make gnulib-tool work with native 'sed' on AIX.
1544         * gnulib-tool (sed_noop): New variable.
1545         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
1546         func_add_or_update, func_create_testdir): Use it to initialize sed
1547         script variables.
1548         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1549
1550 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
1551             Bruno Haible  <bruno@clisp.org>
1552
1553         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
1554         also works after #include directives.
1555
1556 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
1557
1558         getdate.y: reject an out-of-range timezone value
1559         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
1560         the range [-24...+24].  When specified with only one or two digits,
1561         * tests/test-getdate.c: Tests for the fix.
1562         * doc/getdate.texi: Document this change.
1563
1564 2008-09-03  Bruno Haible  <bruno@clisp.org>
1565
1566         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
1567
1568 2008-09-02  Simon Josefsson  <simon@josefsson.org>
1569
1570         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
1571         <bruce.korb@gmail.com> with ideas from Ben Pfaff
1572         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
1573         Blake <ebb9@byu.net>.
1574
1575         * tests/test-bitrotate.c: Add more test vectors.
1576
1577 2008-09-02  Eric Blake  <ebb9@byu.net>
1578
1579         vasnprintf-posix: handle large precision via %.*d
1580         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
1581         when handling it ourselves.
1582         * tests/test-vasnprintf-posix.c (test_function): Add test.
1583         * tests/test-snprintf-posix.h (test_function): Likewise.
1584         * tests/test-sprintf-posix.h (test_function): Likewise.
1585         * tests/test-vasprintf-posix.c (test_function): Likewise.
1586         Reported by Alain Guibert.
1587
1588 2008-09-01  Eric Blake  <ebb9@byu.net>
1589
1590         c-stack: make configure-time check more robust
1591         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
1592         successful sigaction call.
1593         Reported by Tom G. Christensen.
1594
1595 2008-09-01  Bruno Haible  <bruno@clisp.org>
1596
1597         New module 'findprog-lgpl'.
1598         * modules/findprog-lgpl: New file.
1599         * lib/findprog-lgpl.c: New file.
1600         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
1601         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
1602         to decide whether to use strdup or xstrdup, concatenated_filename or
1603         xconcatenated_filename.
1604
1605 2008-09-01  Bruno Haible  <bruno@clisp.org>
1606
1607         Split module 'concat-filename' into 'concat-filename' (LGPL) and
1608         'xconcat-filename' (GPL).
1609         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
1610         (License): Change to LGPLv2+.
1611         * modules/xconcat-filename: New file.
1612         * lib/concat-filename.h (concatenated_filename): Change specification.
1613         (xconcatenated_filename): New declaration.
1614         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
1615         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
1616         memory situations.
1617         * lib/xconcat-filename.c: New file.
1618         * NEWS: Mention the change.
1619         * lib/findprog.c: Include concat-filename.h, not filename.h.
1620         (find_in_path): Use xconcatenated_filename instead of
1621         concatenated_filename.
1622         * lib/javacomp.c: Include concat-filename.h, not filename.h.
1623         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
1624         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
1625         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
1626         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
1627         instead of concatenated_filename.
1628         * lib/javaexec.c: Include concat-filename.h, not filename.h.
1629         (execute_java_class): Use xconcatenated_filename instead of
1630         concatenated_filename.
1631         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
1632         * modules/javacomp (Depends-on): Likewise.
1633         * modules/javaexec (Depends-on): Likewise.
1634
1635 2008-09-01  Bruno Haible  <bruno@clisp.org>
1636
1637         Split module 'filename' into 'filename' and 'concat-filename'.
1638         * modules/filename: Keep only lib/filename.h.
1639         (License): Change to LGPLv2+.
1640         * modules/concat-filename: New file, extracted from modules/filename.
1641         * lib/filename.h (concatenated_filename): Remove declaration.
1642         * lib/concat-filename.h: New file, extracted from lib/filename.h.
1643         * lib/concat-filename.c: Include concat-filename.h.
1644         * NEWS: Mention the change.
1645
1646 2008-09-01  Simon Josefsson  <simon@josefsson.org>
1647
1648         * lib/bitrotate.h (rotl8, rotr8): Add.
1649
1650         * modules/bitrotate (configure.ac): Need
1651         AC_REQUIRE([AC_C_INLINE]).
1652         (Description): Mention stdint.h.  Reported by Bruno Haible
1653         <bruno@clisp.org>.
1654
1655         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
1656         Paolo Bonzini <bonzini@gnu.org>.
1657
1658 2008-08-31  Bruno Haible  <bruno@clisp.org>
1659
1660         Assume Solaris specific bi-arch conventions on Solaris systems.
1661         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
1662         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
1663         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
1664         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
1665         like acl_libdirstem.
1666         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
1667         acl_libdirstem.
1668         * NEWS: Mention the change.
1669         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
1670
1671 2008-08-31  Jim Meyering  <meyering@redhat.com>
1672
1673         * lib/strftime.h: Add comments describing the two added arguments.
1674
1675         remove duplicate #include directives
1676         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
1677         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
1678
1679 2008-08-31  Bruno Haible  <bruno@clisp.org>
1680
1681         New module 'sigpipe-die'.
1682         * modules/sigpipe-die: New file.
1683         * lib/sigpipe-die.h: New file.
1684         * lib/sigpipe-die.c: New file.
1685         * MODULES.html.sh (Signal handling): Add sigpipe-die.
1686
1687 2008-08-31  Bruno Haible  <bruno@clisp.org>
1688
1689         Don't override previously installed signal handlers.
1690         * lib/fatal-signal.c (saved_sigactions): New variable.
1691         (uninstall_handlers): Reset the signal to the saved handler, not
1692         to SIG_DFL (except when ignored).
1693         (install_handlers): Save the previous handlers.
1694
1695 2008-08-30  Bruno Haible  <bruno@clisp.org>
1696
1697         * gnulib-tool (func_reset_sigpipe): New function.
1698         (func_get_automake_snippet, func_modules_transitive_closure,
1699         func_import): Invoke it before a join command that reads from stdin,
1700         to avoid "echo: write error: Broken pipe" error messages on stderr.
1701         Reported by Sam Steingold <sds@gnu.org>.
1702
1703 2008-08-30  Bruno Haible  <bruno@clisp.org>
1704
1705         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
1706         Code copied from m4/open.m4.
1707         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
1708         access and the filename ends in a slash. Code copied from lib/open.c.
1709         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
1710         * tests/test-fopen.c (main): Check against bug with trailing slash.
1711
1712 2008-08-29  Bruno Haible  <bruno@clisp.org>
1713
1714         Avoid some "gcc -pedantic" warnings.
1715         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
1716         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
1717         * lib/dirent.in.h: Likewise.
1718         * lib/fcntl.in.h: Likewise.
1719         * lib/float.in.h: Likewise.
1720         * lib/iconv.in.h: Likewise.
1721         * lib/inttypes.in.h: Likewise.
1722         * lib/locale.in.h: Likewise.
1723         * lib/math.in.h: Likewise.
1724         * lib/netinet_in.in.h: Likewise.
1725         * lib/search.in.h: Likewise.
1726         * lib/signal.in.h: Likewise.
1727         * lib/stdarg.in.h: Likewise.
1728         * lib/stdint.in.h: Likewise.
1729         * lib/stdio.in.h: Likewise.
1730         * lib/stdlib.in.h: Likewise.
1731         * lib/string.in.h: Likewise.
1732         * lib/strings.in.h: Likewise.
1733         * lib/sys_select.in.h: Likewise.
1734         * lib/sys_socket.in.h: Likewise.
1735         * lib/sys_stat.in.h: Likewise.
1736         * lib/sys_time.in.h: Likewise.
1737         * lib/sysexits.in.h: Likewise.
1738         * lib/time.in.h: Likewise.
1739         * lib/unistd.in.h: Likewise.
1740         * lib/wchar.in.h: Likewise.
1741         * lib/wctype.in.h: Likewise.
1742         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
1743         * modules/fchdir (Makefile.am): Likewise.
1744         * modules/fcntl (Makefile.am): Likewise.
1745         * modules/float (Makefile.am): Likewise.
1746         * modules/iconv_open (Makefile.am): Likewise.
1747         * modules/inttypes (Makefile.am): Likewise.
1748         * modules/locale (Makefile.am): Likewise.
1749         * modules/math (Makefile.am): Likewise.
1750         * modules/netinet_in (Makefile.am): Likewise.
1751         * modules/search (Makefile.am): Likewise.
1752         * modules/signal (Makefile.am): Likewise.
1753         * modules/stdarg (Makefile.am): Likewise.
1754         * modules/stdint (Makefile.am): Likewise.
1755         * modules/stdio (Makefile.am): Likewise.
1756         * modules/stdlib (Makefile.am): Likewise.
1757         * modules/string (Makefile.am): Likewise.
1758         * modules/strings (Makefile.am): Likewise.
1759         * modules/sys_select (Makefile.am): Likewise.
1760         * modules/sys_socket (Makefile.am): Likewise.
1761         * modules/sys_stat (Makefile.am): Likewise.
1762         * modules/sys_time (Makefile.am): Likewise.
1763         * modules/sysexits (Makefile.am): Likewise.
1764         * modules/time (Makefile.am): Likewise.
1765         * modules/unistd (Makefile.am): Likewise.
1766         * modules/wchar (Makefile.am): Likewise.
1767         * modules/wctype (Makefile.am): Likewise.
1768         Reported by Reuben Thomas <rrt@sc3d.org>.
1769
1770 2008-08-29  Bruno Haible  <bruno@clisp.org>
1771
1772         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
1773         any more.
1774
1775 2008-08-29  Simon Josefsson  <simon@josefsson.org>
1776
1777         * MODULES.html.sh (Misc): Add bitrotate.
1778
1779         * modules/bitrotate: New file.
1780
1781         * lib/bitrotate.h: New file.
1782
1783         * modules/bitrotate-tests: New file.
1784
1785         * tests/test-bitrotate.c: New file.
1786
1787         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
1788         on the bitrotate module.
1789
1790         * lib/arctwo.c: Use new bitrotate module.
1791
1792 2008-08-29  Jim Meyering  <meyering@redhat.com>
1793
1794         bootstrap: merge changes from coreutils
1795         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
1796         of copied files.  Remove a kludge, now that this is fixed.
1797         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
1798         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
1799         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
1800
1801 2008-08-29  Bruno Haible  <bruno@clisp.org>
1802
1803         * MODULES.html.sh: Remove --cvs-urls option.
1804
1805 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
1806
1807         maint.mk: adjust to file name change
1808         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
1809
1810 2008-08-28  Jim Meyering  <meyering@redhat.com>
1811
1812         * modules/getndelim2 (License): Relicense to LGPLv2+.
1813         Approved by Richard Stallman for the version of 1995, and by
1814         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
1815
1816 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
1817
1818         * lib/getdelim.c (flockfile, funlockfile): Make all of them
1819         dummy if one is not available.  Do not touch them if
1820         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
1821         (getc_maybe_unlocked): New.
1822         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
1823
1824 2008-08-26  Eric Blake  <ebb9@byu.net>
1825
1826         doc/INSTALL: resync from autoconf
1827         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
1828         (INSTALL_PRELUDE): Delete; this is done more efficiently by
1829         moving...
1830         * install.texi [!autoconf]: ...here.  Resync from autoconf.
1831         * INSTALL: Regenerate.
1832         * INSTALL.ISO: New file.
1833         * INSTALL.UTF-8: Likewise.
1834
1835 2008-08-26  Jim Meyering  <meyering@redhat.com>
1836
1837         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
1838         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
1839         these definitions conditional, so that they may be overridden, too.
1840
1841 2008-08-26  Bruno Haible  <bruno@clisp.org>
1842
1843         Generate INSTALL file variants with prettier quotes.
1844         * doc/Makefile (INSTALL_PRELUDE): New macro.
1845         (INSTALL): Use it.
1846         (INSTALL.ISO, INSTALL.UTF-8): New rules.
1847
1848 2008-08-26  Bruno Haible  <bruno@clisp.org>
1849
1850         Run makeinfo in an English locale.
1851         * doc/Makefile (MAKEINFO): New variable.
1852
1853 2008-08-26  Bruno Haible  <bruno@clisp.org>
1854
1855         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
1856         Suggested by Eric Blake.
1857
1858 2008-08-25  Bruno Haible  <bruno@clisp.org>
1859
1860         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
1861
1862 2008-08-25  Eric Blake  <ebb9@byu.net>
1863
1864         c-stack: test that stack overflow can be caught
1865         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
1866         that platform allows handling stack overflow; at least OS/2 EMX
1867         has sigaltstack, but crashes before transferring control to
1868         handler on stack overflow.
1869         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
1870         check for HAVE_STACK_OVERFLOW_HANDLING.
1871         Reported by Elbert Pol.
1872
1873 2008-08-25  Bruno Haible  <bruno@clisp.org>
1874
1875         * doc/posix-functions/strftime.texi: Fix description of strftime
1876         module.
1877
1878 2008-08-24  Bruno Haible  <bruno@clisp.org>
1879
1880         * tests/uniwidth/test-uc_width2.c: New file.
1881         * tests/uniwidth/test-uc_width2.sh: New file.
1882         * modules/uniwidth/width-tests (Files): Add the new files.
1883         (TESTS): Add uniwidth/test-uc_width2.sh.
1884         (TESTS_ENVIRONMENT): New variable.
1885         (check_PROGRAMS): Add test-uc_width2.
1886         (test_uc_width2_SOURCES): New variable.
1887
1888         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
1889         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
1890         not 0x00AB.
1891         Reported by Alexander V. Lukyanov <lav@netis.ru>.
1892
1893 2008-08-22  Eric Blake  <ebb9@byu.net>
1894
1895         test-lock, test-tls: mention why a test is skipped
1896         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
1897         skipped.
1898         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
1899
1900         count-one-bits: relax license
1901         * modules/count-one-bits (License): Relicense to LGPLv2+.
1902         Suggested by Ludovic Courtès, approved by Ben Pfaff.
1903
1904 2008-08-22  Andreas Schwab  <schwab@suse.de>
1905
1906         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
1907         Remove spurious space in assignment.
1908
1909 2008-08-21  Simon Josefsson  <simon@josefsson.org>
1910
1911         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
1912         Paul Eggert <eggert@CS.UCLA.EDU>.
1913
1914 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
1915
1916         * modules/gettext: Add m4/threadlib.m4.
1917
1918 2008-08-19  Eric Blake  <ebb9@byu.net>
1919
1920         test-c-stack: fix compilation failure on FreeBSD 5.0
1921         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
1922         headers before <sys/resource.h>.
1923         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
1924         the bug.
1925         Reported by Nelson H. F. Beebe.
1926
1927         strverscmp: migrate from "strverscmp.h" to <string.h>
1928         * modules/string (Makefile.am): Add new hooks.
1929         * modules/strverscmp (Files): Remove strverscmp.h.
1930         (Depends-on): Add string.
1931         (configure.ac): Add indicator.
1932         (Include): Mention new header.
1933         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
1934         defaults.
1935         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
1936         results.
1937         * lib/strverscmp.h: Delete.
1938         * lib/string.in.h (strverscmp): Provide declaration, when needed.
1939         * tests/test-strverscmp.c (includes): Adjust client.
1940         * lib/check-version.c (includes): Likewise.
1941         * NEWS: Document the change.
1942
1943         strverscmp: add unit test
1944         * modules/strverscmp-tests: New file.
1945         * tests/test-strverscmp.c: Likewise.
1946
1947 2008-08-19  Simon Josefsson  <simon@josefsson.org>
1948
1949         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
1950         regarding Windows crypto stuff, from Mono.
1951
1952 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
1953
1954         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
1955         if present, for intel RND.  Return error on failures.
1956
1957 2008-08-18  Ben Pfaff  <blp@gnu.org>
1958
1959         gitlog-to-changelog: give better diagnostic for failed pipe-open
1960         * build-aux/gitlog-to-changelog: Improve error message: suggest
1961         that the version of Git may be too old.
1962
1963 2008-08-18  Simon Josefsson  <simon@josefsson.org>
1964
1965         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
1966         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
1967
1968 2008-08-18  Bruno Haible  <bruno@clisp.org>
1969
1970         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
1971         pthread_in_use().
1972
1973 2008-08-18  Bruno Haible  <bruno@clisp.org>
1974
1975         * lib/glthread/threadlib.c: Include <pthread.h>.
1976
1977 2008-08-18  Bruno Haible  <bruno@clisp.org>
1978
1979         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
1980         glthread_recursive_lock_* macros.
1981         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
1982         Fix syntax error.
1983
1984 2008-08-18  Bruno Haible  <bruno@clisp.org>
1985
1986         * lib/glthread/thread.c: Avoid forcing a context switch right after
1987         thread creation.
1988
1989 2008-08-17  Bruno Haible  <bruno@clisp.org>
1990
1991         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
1992         * lib/glthread/thread.h: Provide Win32 specific implementation.
1993         * modules/thread (Files): Add lib/glthread/thread.c.
1994         (Depends-on): Add lock.
1995         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
1996
1997 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1998
1999         New module 'yield'.
2000         * modules/yield: New file.
2001         * lib/glthread/yield.h: New file.
2002         * m4/yield.m4: New file.
2003         * MODULES.html.sh (Multithreading): Add yield.
2004
2005 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2006
2007         New module 'thread'.
2008         * modules/thread: New file.
2009         * lib/glthread/thread.h: New file.
2010         * m4/thread.m4: New file.
2011         * MODULES.html.sh (Multithreading): Add thread.
2012
2013 2008-08-17  Bruno Haible  <bruno@clisp.org>
2014
2015         * lib/glthread/lock.h: Include <stdlib.h> always.
2016         * lib/glthread/tls.h: Likewise.
2017         * lib/glthread/cond.h: Likewise.
2018
2019 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2020
2021         New module 'cond'.
2022         * modules/cond: New file.
2023         * lib/glthread/cond.h: New file.
2024         * lib/glthread/cond.c: New file.
2025         * m4/cond.m4: New file.
2026         * MODULES.html.sh (Multithreading): Add cond.
2027
2028 2008-08-16  Eric Blake  <ebb9@byu.net>
2029
2030         c-stack: fix regression on Irix 5.3 from 2008-06-21
2031         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
2032         sa_sigaction...
2033         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
2034         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
2035         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
2036         * modules/signal (Makefile.am): Use the value.
2037         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
2038         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
2039         * doc/posix-headers/signal.texi (signal.h): Document this
2040         portability issue.
2041         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
2042         Reported by Tom G. Christensen.
2043
2044 2008-08-17  Bruno Haible  <bruno@clisp.org>
2045
2046         New module 'threadlib'.
2047         * modules/threadlib: New file.
2048         * lib/glthread/threadlib.c: New file, extracted from
2049         lib/glthread/lock.c.
2050         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
2051         functions.
2052         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
2053         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
2054         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
2055         macros.
2056         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
2057         (gl_DISABLE_THREADS): Remove macro.
2058         * modules/lock (Files): Remove build-aux/config.rpath.
2059         (Depends-on): Remove havelib. Add threadlib.
2060         (configure.ac-early): Remove section.
2061         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
2062         * modules/tls (Depends-on): Remove lock. Add threadlib.
2063         (Link): New section, copied from threadlib.
2064         * MODULES.html.sh (Multithreading): Add threadlib.
2065
2066 2008-08-14  Bruno Haible  <bruno@clisp.org>
2067
2068         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
2069         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
2070         glthread_rwlock_unlock, glthread_rwlock_destroy,
2071         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
2072         glthread_recursive_lock_destroy): Define as macros always.
2073         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
2074         glthread_lock_lock.
2075         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
2076         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
2077         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
2078         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
2079         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
2080         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
2081         (glthread_recursive_lock_lock_func): Renamed from
2082         glthread_recursive_lock_lock.
2083         (glthread_recursive_lock_unlock_func): Renamed from
2084         glthread_recursive_lock_unlock.
2085         (glthread_recursive_lock_destroy_func): Renamed from
2086         glthread_recursive_lock_destroy.
2087
2088 2008-08-14  Bruno Haible  <bruno@clisp.org>
2089
2090         * lib/glthread/lock.h: Renamed from lib/lock.h.
2091         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
2092         * lib/glthread/tls.h: Renamed from lib/tls.h.
2093         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
2094         * lib/fstrcmp.c: Update includes.
2095         * lib/strsignal.c: Update includes.
2096         * modules/lock (Files, Makefile.am): Update.
2097         (Include): Change to "glthread/lock.h".
2098         * modules/tls (Files, Makefile.am): Update.
2099         (Include): Change to "glthread/tls.h".
2100         * tests/test-lock.c: Update includes.
2101         * tests/test-tls.c: Update includes.
2102         * NEWS: Mention the renamed header files.
2103
2104 2008-08-11  Jim Meyering  <meyering@redhat.com>
2105
2106         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
2107
2108 2008-08-11  Eric Blake  <ebb9@byu.net>
2109
2110         test-c-stack: avoid C99-ism
2111         * tests/test-c-stack.c (main): Fix whitespace, move declaration
2112         before statement.
2113         Reported by Alain Guibert.
2114
2115 2008-08-10  Jim Meyering  <meyering@redhat.com>
2116
2117         ensure that return value of uinttostr et al are not ignored
2118         * lib/inttostr.h (__GNUC_PREREQ): Define.
2119         (__attribute_warn_unused_result__): Define.
2120         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
2121
2122 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
2123
2124         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
2125         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
2126
2127 2008-08-07  Jim Meyering  <meyering@redhat.com>
2128
2129         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
2130
2131         * modules/mkstemp (License): Relicense under LGPLv2+.
2132         * modules/tempname (License): Likewise.
2133
2134 2008-08-06  Bruno Haible  <bruno@clisp.org>
2135
2136         * lib/poll.c (poll): Further micro-optimization.
2137
2138 2008-08-06  Jim Meyering  <meyering@redhat.com>
2139
2140         inet_pton.c: use locale-independent tolower
2141         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
2142         (inet_pton6): Use c_tolower rather than tolower.
2143         * modules/inet_pton (Depends-on): Add c-ctype.
2144
2145 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
2146
2147         * lib/poll.c (poll): Avoid division when timeout is 0, cache
2148         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
2149
2150 2008-08-06  Jim Meyering  <meyering@redhat.com>
2151
2152         * modules/inet_pton (License): Relicense under LGPLv2+.
2153
2154 2008-08-03  Bruno Haible  <bruno@clisp.org>
2155
2156         Additional non-aborting API for lock and tls.
2157         * lib/lock.h: Include <errno.h>.
2158         (glthread_lock_init): New macro/function.
2159         (gl_lock_init): Define as wrapper around glthread_lock_init.
2160         (glthread_lock_lock): New macro/function.
2161         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
2162         (glthread_lock_unlock): New macro/function.
2163         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
2164         (glthread_lock_destroy): New macro/function.
2165         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
2166         (glthread_rwlock_init): New macro/function.
2167         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
2168         (glthread_rwlock_rdlock): New macro/function.
2169         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
2170         (glthread_rwlock_wrlock): New macro/function.
2171         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
2172         (glthread_rwlock_unlock): New macro/function.
2173         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
2174         (glthread_rwlock_destroy): New macro/function.
2175         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
2176         (glthread_recursive_lock_init): New macro/function.
2177         (gl_recursive_lock_init): Define as wrapper around
2178         glthread_recursive_lock_init.
2179         (glthread_recursive_lock_lock): New macro/function.
2180         (gl_recursive_lock_lock): Define as wrapper around
2181         glthread_recursive_lock_lock.
2182         (glthread_recursive_lock_unlock): New macro/function.
2183         (gl_recursive_lock_unlock): Define as wrapper around
2184         glthread_recursive_lock_unlock.
2185         (glthread_recursive_lock_destroy): New macro/function.
2186         (gl_recursive_lock_destroy): Define as wrapper around
2187         glthread_recursive_lock_destroy.
2188         (glthread_once): New macro/function.
2189         (gl_once): Define as wrapper around glthread_once.
2190         Update function declarations.
2191         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
2192         glthread_rwlock_init. Return error code.
2193         (glthread_rwlock_rdlock_multithreaded): Renamed from
2194         glthread_rwlock_rdlock. Return error code.
2195         (glthread_rwlock_wrlock_multithreaded): Renamed from
2196         glthread_rwlock_wrlock. Return error code.
2197         (glthread_rwlock_unlock_multithreaded): Renamed from
2198         glthread_rwlock_unlock. Return error code.
2199         (glthread_rwlock_destroy_multithreaded): Renamed from
2200         glthread_rwlock_destroy. Return error code.
2201         (glthread_recursive_lock_init_multithreaded): Renamed from
2202         glthread_recursive_lock_init. Return error code.
2203         (glthread_recursive_lock_lock_multithreaded): Renamed from
2204         glthread_recursive_lock_lock. Return error code.
2205         (glthread_recursive_lock_unlock_multithreaded): Renamed from
2206         glthread_recursive_lock_unlock. Return error code.
2207         (glthread_recursive_lock_destroy_multithreaded): Renamed from
2208         glthread_recursive_lock_destroy. Return error code.
2209         (glthread_once_call): Make static.
2210         (glthread_once_multithreaded): Renamed from glthread_once.
2211         * lib/tls.h: Include <errno.h>.
2212         (glthread_tls_key_init): New macro/function.
2213         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
2214         (glthread_tls_set): New macro/function.
2215         (gl_tls_set): Define as wrapper around glthread_tls_set.
2216         (glthread_tls_key_destroy): New macro/function.
2217         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
2218         Update function declarations.
2219         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
2220         glthread_tls_get.
2221         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
2222
2223 2008-08-04  Eric Blake  <ebb9@byu.net>
2224
2225         gnumakefile: use space, not TAB, outside of targets
2226         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
2227
2228 2008-08-02  Jim Meyering  <meyering@redhat.com>
2229
2230         getdate.y: avoid locale-dependent date parsing failure
2231         In Turkish locales, getdate would fail to recognize keywords
2232         containing a lowercase "i".  The solution is not to rely on
2233         locale-sensitive case-conversion.
2234         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
2235         (lookup_word): Use c_toupper in place of toupper.
2236         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
2237         Reported by Vefa Bicakci <bicave@superonline.com> in
2238         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
2239         * modules/getdate (Depends-on): Add c-ctype.
2240
2241 2008-08-02  Bruno Haible  <bruno@clisp.org>
2242
2243         * gnulib-tool (func_import): When updating or creating a .gitignore
2244         file, prepend each added line with a slash, and ignore leading slashes
2245         from the existing lines.
2246         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
2247
2248 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2249
2250         Portability fix for GNU make 3.79.1.
2251         * top/GNUmakefile: Avoid 'else COND', which older GNU make
2252         versions do not understand.
2253
2254 2008-08-01  Bruno Haible  <bruno@clisp.org>
2255
2256         Work around bug of HP-UX 10.20 cc with -0.0 literal.
2257         * tests/test-isnanf.h (zero): New variable.
2258         (main): Avoid literal -0.0f.
2259         * tests/test-isnand.h (zero): New variable.
2260         (main): Avoid literal -0.0.
2261         * tests/test-isnanl.h (zero): New variable.
2262         (main): Avoid literal -0.0L.
2263         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
2264         (test_float, test_double, test_long_double): Avoid literals -0.0f,
2265         -0.0, -0.0L.
2266         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
2267         (test_signbitd): Avoid literal -0.0.
2268         (test_signbitl): Avoid literal -0.0L.
2269         * tests/test-ceilf1.c (zero): New variable.
2270         (main): Avoid literal -0.0f.
2271         * tests/test-ceill.c (zero): New variable.
2272         (main): Avoid literal -0.0L.
2273         * tests/test-floorf1.c (zero): New variable.
2274         (main): Avoid literal -0.0f.
2275         * tests/test-floorl.c (zero): New variable.
2276         (main): Avoid literal -0.0L.
2277         * tests/test-roundf1.c (zero): New variable.
2278         (main): Avoid literal -0.0f.
2279         * tests/test-round1.c (zero): New variable.
2280         (main): Avoid literal -0.0.
2281         * tests/test-roundl.c (zero): New variable.
2282         (main): Avoid literal -0.0L.
2283         * tests/test-truncf1.c (zero): New variable.
2284         (main): Avoid literal -0.0f.
2285         * tests/test-trunc1.c (zero): New variable.
2286         (main): Avoid literal -0.0.
2287         * tests/test-truncl.c (zero): New variable.
2288         (main): Avoid literal -0.0L.
2289         * tests/test-frexp.c (zero): New variable.
2290         (main): Avoid literal -0.0.
2291         * tests/test-frexpl.c (zero): New variable.
2292         (main): Avoid literal -0.0L.
2293         * tests/test-ldexpl.c (zero): New variable.
2294         (main): Avoid literal -0.0L.
2295         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
2296         (zerod, zerol): New variables.
2297         (test_function): Avoid literals -0.0, -0.0L.
2298         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
2299         (zerod, zerol): New variables.
2300         (test_function): Avoid literals -0.0, -0.0L.
2301         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
2302         (zerod, zerol): New variables.
2303         (test_function): Avoid literals -0.0, -0.0L.
2304         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
2305         (zerod, zerol): New variables.
2306         (test_function): Avoid literals -0.0, -0.0L.
2307         * tests/test-strtod.c (zero): New variable.
2308         (main): Avoid literal -0.0.
2309         Reported by Jonathan C. Patschke <jp@centtech.com>.
2310
2311 2008-07-31  Jim Meyering  <meyering@redhat.com>
2312
2313         sha256.h: correct definition of SHA224_DIGEST_SIZE
2314         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
2315         Reported by Paulie Pena IV <paulie4@gmail.com>.
2316         Define as 224 / 8, rather than as a literal.
2317         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
2318         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
2319         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
2320
2321 2008-07-31  Bruno Haible  <bruno@clisp.org>
2322
2323         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
2324         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
2325         Reported by Jonathan Patschke <jp@centtech.com>.
2326
2327 2008-07-31  Bruno Haible  <bruno@clisp.org>
2328
2329         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
2330         Reported by Paolo Bonzini <bonzini@gnu.org>.
2331
2332 2008-07-30  Eric Blake  <ebb9@byu.net>
2333
2334         test-strtod: allow compilation without -lm
2335         * tests/test-strtod.c (main): Avoid link dependence on fabs.
2336         Reported by Dennis Clarke <blastwave@gmail.com>.
2337
2338 2008-07-28  Jim Meyering  <meyering@redhat.com>
2339
2340         bootstrap: work also when there are no .po files in po/
2341         * build-aux/bootstrap (update_po_files): Complete the change
2342         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
2343
2344 2008-07-27  Jim Meyering  <meyering@redhat.com>
2345
2346         * users.txt: Add zile.
2347
2348 2008-07-26  Ben Pfaff  <blp@gnu.org>
2349
2350         Add missing dependencies on new m4/exponent[fdl].m4 files.
2351         * modules/isnanf-nolibm: Add m4/exponentf.m4.
2352         * modules/isnand-nolibm: Add m4/exponentd.m4.
2353         * modules/isnanl-nolibm: Add m4/exponentl.m4.
2354         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
2355         m4/isnan[fdl].m4, because the macros actually used moved.
2356         Reported by Jim Meyering.
2357
2358 2008-07-14  Ben Pfaff  <blp@gnu.org>
2359
2360         Add isinf module.
2361         * lib/isinf.c: New file.
2362         * lib/math.in.h: Define isinf macro if we have decided to replace
2363         it.
2364         * m4/isinf.m4: New file.
2365         * m4/math_h.m4: Initialize and substitute variables for isinf
2366         module.
2367         * modules/isinf: New file.
2368         * modules/isinf-tests: New file.
2369         * modules/math: Add substitutions for new module.
2370         * tests/test-isinf.c: New file.
2371         * doc/posix-functions/isinf.texi: Mention new module.
2372         * MODULES.html.sh: Mention new module.
2373
2374 2008-07-14  Ben Pfaff  <blp@gnu.org>
2375
2376         Factor out some macros for use by additional modules.
2377         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
2378         exponentf.m4.
2379         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
2380         exponentd.m4.
2381         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
2382         file exponentl.m4.
2383         * m4/exponentf.m4: New file.
2384         * m4/exponentd.m4: New file.
2385         * m4/exponentl.m4: New file.
2386         * modules/isnanf: Use new file m4/exponentf.m4.
2387         * modules/isnand: Use new file m4/exponentd.m4.
2388         * modules/isnanl: Use new file m4/exponentl.m4.
2389
2390 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
2391
2392         mktime.c: normalize tp->tm_isdst value to -1/0/1.
2393         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
2394         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
2395         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
2396
2397         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
2398         readlink on platforms without PATH_MAX.
2399
2400 2008-07-21  Eric Blake  <ebb9@byu.net>
2401
2402         Warn, not fail, on stale version.
2403         * top/GNUmakefile (_curr-ver): Tone down previous patch.
2404
2405         Don't allow installation with stale devel version number.
2406         * top/GNUmakefile (_is-install-target): New macro.
2407         (_curr-ver): Forbid installation with stale version number.
2408
2409 2008-07-20  Bruno Haible  <bruno@clisp.org>
2410
2411         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
2412         TESTS_ENVIRONMENT.
2413         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
2414
2415 2008-07-20  Bruno Haible  <bruno@clisp.org>
2416
2417         * lib/c-stack.h (c_stack_action): Add documentation.
2418         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
2419
2420 2008-07-20  Bruno Haible  <bruno@clisp.org>
2421
2422         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
2423         * modules/readlink (License): Likewise.
2424
2425 2008-07-17  Eric Blake  <ebb9@byu.net>
2426
2427         * modules/c-stack (Link): Fix typo.
2428
2429         Make c-stack use libsigsegv, when available.
2430         * modules/c-stack (Depends-on): Add libsigsegv.
2431         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
2432         needed.
2433         * lib/c-stack.c (SIGSTKSZ): Define fallback.
2434         (segv_handler, overflow_handler, c_stack_action)
2435         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
2436         implementation when libsigsegv is available, but only when using
2437         the library is necessary.
2438         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
2439         comment, explaining why XSI check fails on Linux.
2440         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
2441         * tests/test-c-stack2.sh: Tweak skip message.
2442         * NEWS: Document new link-time requirements.
2443
2444 2008-07-16  Eric Blake  <ebb9@byu.net>
2445
2446         c-stack: Expose false positives when not using libsigsegv.
2447         * modules/c-stack-tests (Files): Expand test.
2448         * tests/test-c-stack.c (main): Add means to conditionally trigger
2449         non-overflow SIGSEGV.
2450         * tests/test-c-stack2.sh: New file.
2451
2452 2008-07-14  Bruno Haible  <bruno@clisp.org>
2453
2454         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
2455         Reported by Eric Blake.
2456
2457 2008-07-14  Sam Steingold  <sds@gnu.org>
2458             Bruno Haible  <bruno@clisp.org>
2459
2460         New module libsigsegv.
2461         * modules/libsigsegv: New file.
2462         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
2463         modifications.
2464         * MODULES.html.sh (Signal handling): New section.
2465
2466 2008-07-14  Bruno Haible  <bruno@clisp.org>
2467
2468         * modules/unictype/ctype-* (Description): Add the word "function".
2469         Improves the resulting doc in MODULES.html.
2470
2471 2008-07-12  Ben Pfaff  <blp@gnu.org>
2472
2473         Add longlong module.
2474         * modules/longlong: New file.
2475
2476 2008-07-12  Bruno Haible  <bruno@clisp.org>
2477
2478         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
2479         to empty.
2480
2481 2008-07-10  Ben Pfaff  <blp@gnu.org>
2482
2483         Add isnan module.
2484         * doc/posix-functions/isnan.texi: Mention new module.
2485         * lib/math.in.h: Define isnan macro if we have decided to replace
2486         it.
2487         * m4/isnan.m4: New file.
2488         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
2489         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
2490         also.
2491         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
2492         redundancy.
2493         * m4/math_h.m4: Initialize and substitute variables for isnan
2494         module.
2495         * modules/isnan: New file.
2496         * modules/isnan-tests: New file.
2497         * modules/math: Add substitutions for new module.
2498         * tests/test-isnan.c: New file.
2499         * MODULES.html.sh: Mention new module.
2500
2501 2008-07-10  Ben Pfaff  <blp@gnu.org>
2502
2503         Add isnanf module.
2504         * lib/isnanf.m4: New file.
2505         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
2506         (gl_HAVE_ISNANF_IN_LIBM): New macro.
2507         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
2508         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
2509         * modules/isnanf: New file.
2510         * modules/isnanf-tests: New file.
2511         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
2512         files.
2513         * tests/test-isnanf-nolibm.c: factored most of its contents into
2514         new file tests/test-isnanf.h.
2515         * tests/test-isnanf.h: New file.
2516         * tests/test-isnanf.c: New file.
2517         * MODULES.html.sh: Mention new module.
2518         * doc/glibc-functions/isnanf.texi: Mention new module.
2519
2520 2008-07-10  Ben Pfaff  <blp@gnu.org>
2521
2522         Add isnand module.
2523         * lib/isnand.h: New file.
2524         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
2525         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
2526         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
2527         functionality also.
2528         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
2529         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
2530         (gl_HAVE_ISNAND_IN_LIBM): New macro.
2531         * modules/isnand: New file.
2532         * modules/isnand-tests: New file.
2533         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
2534         files.
2535         * tests/test-isnand-nolibm.c: factored most of its contents into
2536         new file tests/test-isnand.h.
2537         * tests/test-isnand.h: New file.
2538         * tests/test-isnand.c: New file.
2539         * MODULES.html.sh: Mention new module.
2540
2541 2008-07-10  Ben Pfaff  <blp@gnu.org>
2542
2543         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
2544         * lib/isnand.h: Rename lib/isnand-nolibm.h.
2545         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
2546         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
2547         * modules/isnanf-nolibm: Update references to renamed files.
2548         * modules/isnand-nolibm: Likewise.
2549         * modules/isnanf-nolibm-tests: Likewise.
2550         * modules/isnand-nolibm-tests: Likewise.
2551         * lib/frexp.c: Likewise.
2552         * lib/isfinite.c: Likewise.
2553         * lib/signbitd.c: Likewise.
2554         * lib/signbitf.c: Likewise.
2555         * lib/vasnprintf.c: Likewise.
2556         * tests/test-ceilf1.c: Likewise.
2557         * tests/test-ceilf2.c: Likewise.
2558         * tests/test-floorf1.c: Likewise.
2559         * tests/test-floorf2.c: Likewise.
2560         * tests/test-frexp.c: Likewise.
2561         * tests/test-round1.c: Likewise.
2562         * tests/test-round2.c: Likewise.
2563         * tests/test-roundf1.c: Likewise.
2564         * tests/test-strtod.c: Likewise.
2565         * tests/test-trunc1.c: Likewise.
2566         * tests/test-trunc2.c: Likewise.
2567         * tests/test-truncf1.c: Likewise.
2568         * tests/test-truncf2.c: Likewise.
2569         * NEWS: Mention the renamed header files.
2570
2571 2008-07-11  Jim Meyering  <meyering@redhat.com>
2572
2573         vc-list-files: make the last-resort awk code more portable
2574         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
2575         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
2576         does not support it.
2577
2578 2008-07-10  Eric Blake  <ebb9@byu.net>
2579
2580         Work with tar's bootstrap.
2581         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
2582         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
2583         an m4 comment.
2584
2585 2008-07-09  Jim Meyering  <meyering@redhat.com>
2586
2587         posix-shell.m4: fix typo that made this test malfunction
2588         * m4/posix-shell.m4: Remove capitalization in variable name.
2589
2590 2008-07-08  Bruno Haible  <bruno@clisp.org>
2591
2592         * m4/onceonly.m4: Update comments.
2593         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2594
2595 2008-07-04  Jim Meyering  <meyering@redhat.com>
2596
2597         * users.txt: Add vc-dwim.
2598         (bison, coreutils): Use the gitweb URL.
2599
2600 2008-07-03  Jim Meyering  <meyering@redhat.com>
2601
2602         * users.txt: Add libffcall.  From Sam Steingold.
2603
2604 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
2605
2606         getdate.y: do not ignore TZ with relative day, month or year offset
2607         * lib/getdate.y (get_date): Move the tz-handling block to follow the
2608         relative-date-handling, since otherwise, the latter would clobber the
2609         sole output (an updated Start value) of the tz-handling block.
2610         * tests/test-getdate.c: Tests for the fix
2611
2612 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2613
2614         Recognize 'foo_LIBRARIES += libgnu.a'.
2615         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
2616         makefile snippet has already specified an installation location,
2617         also using '+='.
2618
2619 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
2620
2621         getdate.y: factor out common actions
2622         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
2623         Use them in place of open-coded actions.
2624
2625 2008-07-01  Simon Josefsson  <simon@josefsson.org>
2626
2627         Add self-test for getdate module.
2628         * modules/getdate-tests: New file.
2629         * tests/test-getdate.c: New file.
2630
2631 2008-06-29  Bruno Haible  <bruno@clisp.org>
2632
2633         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
2634         .gitignore.
2635         Reported by Sylvain Beucler <beuc@beuc.net>.
2636
2637 2008-06-29  Bruno Haible  <bruno@clisp.org>
2638
2639         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
2640         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
2641
2642 2008-06-29  Bruno Haible  <bruno@clisp.org>
2643
2644         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
2645         EXTRA_DIST.
2646         Reported by Sylvain Beucler <beuc@beuc.net>.
2647
2648 2008-06-26  Jim Meyering  <meyering@redhat.com>
2649
2650         make several modules depend on the "open" module
2651         This provides slightly increased consistency when opening-for-write
2652         the name of a non-directory spelled with a trailing slash.
2653         * modules/chdir-safer: Likewise.
2654         * modules/chown: Likewise.
2655         * modules/clean-temp: Likewise.
2656         * modules/copy-file: Likewise.
2657         * modules/fchdir: Likewise.
2658         * modules/fcntl-safer: Likewise.
2659         * modules/pipe: Likewise.
2660         * modules/utime: Likewise.
2661         Prompted by Eric Blake and Bruno Haible.
2662
2663 2008-06-24  Andreas Schwab  <schwab@suse.de>
2664
2665         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
2666         literals can be used as initializers for global variables.
2667
2668 2008-06-23  Eric Blake  <ebb9@byu.net>
2669
2670         Make gnulib-cache.m4 easier to diff.
2671         * gnulib-tool (func_import): Allow newlines when reading cached
2672         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
2673
2674 2008-06-23  Bruno Haible  <bruno@clisp.org>
2675
2676         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
2677         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
2678         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
2679         m4/signalblocking.m4.
2680         (gl_PREREQ_SIGACTION): Don't invoke it.
2681         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
2682         gl_PREREQ_SIG_HANDLER_H.
2683         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
2684         Don't check for sigaction here.
2685
2686 2008-06-23  Bruno Haible  <bruno@clisp.org>
2687
2688         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
2689         (install_handlers): Don't set the SA_RESETHAND flag.
2690
2691 2008-06-23  Bruno Haible  <bruno@clisp.org>
2692
2693         * m4/sigaction.m4: Comment fixes.
2694         * lib/signal.in.h: Likewise.
2695
2696 2008-06-23  Eric Blake  <ebb9@byu.net>
2697
2698         Fix typo.
2699         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
2700
2701         Avoid SA_ namespace.
2702         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
2703         Reported by Ralf Wildenhues.
2704
2705         Avoid test failure due to SA_RESTORER.
2706         * tests/test-sigaction.c (SA_MASK): New macro.
2707         (main): Avoid failing due to extension flags being set.
2708         Reported by Jim Meyering.
2709
2710         Revert use of sig-handler.h in sigprocmask.c.
2711         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
2712         it requires the existence of struct sigaction.
2713         * lib/sigprocmask.c (handler_t): Restore typedef.
2714         (rpl_signal, old_handlers): Use local type.
2715
2716 2008-06-22  Bruno Haible  <bruno@clisp.org>
2717
2718         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
2719         conditionally.
2720         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2721
2722 2008-06-22  Bruno Haible  <bruno@clisp.org>
2723
2724         * doc/posix-functions/siginterrupt.texi: Move note.
2725
2726         * lib/signal.in.h (SA_RESTART): New macro.
2727         * lib/sigaction.c: Update comment.
2728
2729         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
2730
2731         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
2732         (gl_PREREQ_SIGPROCMASK): Invoke it.
2733         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
2734
2735         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
2736
2737         * lib/sigprocmask.c: Update a comment.
2738
2739 2008-06-21  Eric Blake  <ebb9@byu.net>
2740
2741         Use sigaction module rather than signal().
2742         * modules/c-stack (Depends-on): Add sigaction.
2743         * modules/fatal-signal (Depends-on): Likewise.
2744         * modules/nanosleep (Depends-on): Likewise.
2745         * modules/sigprocmask (Files): Add sig-handler.h.
2746         * modules/sigaction (Files): Likewise.
2747         * lib/sig-handler.h (get_handler): New file, suggested by Paul
2748         Eggert.
2749         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
2750         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
2751         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
2752         (init_fatal_signals): Likewise.
2753         * lib/nanosleep.c (rpl_nanosleep): Likewise.
2754         (siginterrupt): Delete fallback.
2755         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
2756         instead.
2757         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
2758         siginterrupt.
2759
2760         New module sigaction, for mingw.
2761         * modules/sigaction: New module...
2762         * modules/sigaction-tests: ...and its test.
2763         * m4/sigaction.m4: New file.
2764         * lib/sigaction.c: Likewise.
2765         * tests/test-sigaction.c: Likewise.
2766         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
2767         * modules/signal (Makefile.am): Likewise.
2768         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
2769         needed.
2770         * doc/posix-headers/signal.texi (signal.h): Mention provided
2771         types.
2772         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
2773         that sigaction is preferable.
2774         * doc/posix-functions/sigaction.texi (sigaction): Mention new
2775         module.
2776         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2777         sigaction.
2778
2779         Improve robustness of sigprocmask by overriding signal.
2780         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
2781         is in use.
2782         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
2783         (SIGKILL, SIGSTOP): Provide fallbacks.
2784         (rpl_signal): Implement.
2785         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
2786         signal can be called inside handlers.
2787
2788         Fix nanosleep module on mingw.
2789         * modules/nanosleep (Depends-on): Add sys_select.
2790         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
2791
2792         Fix licensing of sigprocmask.
2793         * modules/raise (License): Relicense as LGPL.
2794
2795 2008-06-21  Bruno Haible  <bruno@clisp.org>
2796
2797         * lib/propername.c (proper_name_utf8): Don't use the transliterated
2798         result if it contains question marks.
2799         Reported by Michael Geng <linux@michaelgeng.de>.
2800
2801 2008-06-19  Bruno Haible  <bruno@clisp.org>
2802
2803         Fix CVS-ism.
2804         * doc/gnulib.texi: Include updated-stamp.texi.
2805         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
2806         (updated-stamp.texi): New rule.
2807         (gnulib.info): Depend on it.
2808         * doc/.gitignore: Add updated-stamp.texi.
2809         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
2810
2811 2008-06-19  Bruno Haible  <bruno@clisp.org>
2812
2813         * doc/Makefile (gnulib.info): Update and simplify dependencies.
2814         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
2815
2816 2008-06-19  Eric Blake  <ebb9@byu.net>
2817
2818         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
2819         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
2820         Reported by Stepan Kasal.
2821
2822 2008-06-18  Bruno Haible  <bruno@clisp.org>
2823
2824         * lib/fatal-signal.c (init_fatal_signals): Add comment.
2825         Reported by Eric Blake.
2826
2827 2008-06-18  Eric Blake  <ebb9@byu.net>
2828
2829         Work around cygwin 1.5.25 strsignal bug.
2830         * tests/test-strsignal.c: Allow for const char *.
2831         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
2832
2833 2008-06-18  Simon Josefsson  <simon@josefsson.org>
2834
2835         * users.txt: Update URL to article and add author/date
2836         information.
2837
2838 2008-06-17  Bruno Haible  <bruno@clisp.org>
2839
2840         New macro gl_DISABLE_THREADS.
2841         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
2842         if the user did not pass --enable-threads or --disable-threads option.
2843         (gl_DISABLE_THREADS): New macro.
2844         Reported by Eric Blake <ebb9@byu.net>.
2845
2846 2008-06-17  Bruno Haible  <bruno@clisp.org>
2847
2848         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
2849         when the macro ignores it.
2850         Based on a patch by Eric Blake <ebb9@byu.net>.
2851
2852 2008-06-17  Bruno Haible  <bruno@clisp.org>
2853
2854         * modules/tls (License): Change to LGPLv2+.
2855         Reported by Eric Blake.
2856
2857 2008-06-17  Eric Blake  <ebb9@byu.net>
2858
2859         Simplify c-stack prerequisites.
2860         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
2861         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
2862         no longer requires <ucontext.h> to exist.  Optimize setrlimit
2863         check.
2864         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
2865         <sys/resource.h>.
2866
2867         Move c-stack test into testsuite.
2868         * modules/c-stack-tests: New file.
2869         * lib/c-stack.c [DEBUG]: Move test program...
2870         * tests/test-c-stack.c: ...into this new file.  Skip rather than
2871         fail test if sigaltstack is lacking.
2872         * tests/test-c-stack.sh: New driver file.
2873
2874 2008-06-16  Eric Blake  <ebb9@byu.net>
2875
2876         Use raise module consistently.
2877         * modules/fatal-signal (Depends-on): Add raise.
2878         * modules/sigprocmask (Depends-on): Likewise.
2879         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
2880         * lib/sigprocmask.c (sigprocmask): Likewise.
2881         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
2882         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
2883
2884         Fix compliance bug in sigpending.
2885         * lib/sigprocmask.c (sigpending): Return pending array via
2886         parameter, not return value.
2887
2888 2008-06-14  Eric Blake  <ebb9@byu.net>
2889
2890         Improve obstack-printf test code.
2891         * tests/test-obstack-printf.c (test_function): Fix comment, and
2892         simplify usage of obstack_* in macros.  Add a test for coverage.
2893         Reported by Bruno Haible.
2894
2895 2008-06-14  Bruno Haible  <bruno@clisp.org>
2896
2897         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
2898         array size as a constant, not as a const variable.
2899         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
2900         AC_USE_SYSTEM_EXTENSIONS.
2901         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
2902         Test whether the obstack_printf function actually exists.
2903         * modules/obstack-printf (Depends-on): Add extensions.
2904         (Include): Remove obstack.h.
2905         * modules/obstack-printf-posix (Depends-on): Add extensions.
2906         (Include): Remove obstack.h.
2907
2908 2008-06-13  Eric Blake  <ebb9@byu.net>
2909
2910         Add obstack-printf and obstack-printf-posix modules.
2911         * modules/obstack-printf: New file.
2912         * modules/obstack-printf-posix: Likewise.
2913         * MODULES.html.sh (Misc): Mention them.
2914         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
2915         Likewise.
2916         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
2917         Likewise.
2918         * modules/stdio (Makefile.am): Accomodate new modules.
2919         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2920         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
2921         Declare.
2922         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
2923         functions.
2924         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
2925         (gl_REPLACE_OBSTACK_PRINTF): New macros
2926         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
2927         * tests/test-obstack-printf.c: New file.
2928         * modules/obstack-printf-tests: Likewise.
2929         * modules/obstack-printf-posix-tests: Likewise.
2930
2931 2008-06-11  Bruno Haible  <bruno@clisp.org>
2932
2933         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
2934         * lib/open.c: Include errno.h.
2935         (open): Fail when attempting to write to a file that has a trailing
2936         slash.
2937         * tests/test-open.c (main): Test against trailing slash bug.
2938         * doc/posix-functions/open.texi: Mention the trailing slash bug.
2939
2940 2008-06-10  Bruno Haible  <bruno@clisp.org>
2941
2942         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
2943         for $? to work inside the trap command, with various /bin/sh-s.
2944         * tests/test-vc-list-files-cvs.sh: Likewise.
2945
2946 2008-06-10  Bruno Haible  <bruno@clisp.org>
2947
2948         * lib/acl-internal.h: Don't include gettext.h here.
2949         * lib/set-mode-acl.c: Include gettext.h here.
2950         * lib/copy-acl.c: Likewise.
2951
2952 2008-06-10  Bruno Haible  <bruno@clisp.org>
2953
2954         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
2955         * lib/wait-process.c (wait_subprocess): Likewise.
2956         * lib/execute.h (execute): Add termsigp argument.
2957         * lib/execute.c (execute): Likewise.
2958         * lib/csharpcomp.c (compile_csharp_using_pnet,
2959         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
2960         * lib/csharpexec.c (execute_csharp_using_pnet,
2961         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
2962         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
2963         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
2964         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
2965         is_jikes_present): Update.
2966         * lib/javaexec.c (execute_java_class): Update.
2967         * lib/javaversion.c (execute_and_read_line): Update.
2968         * NEWS: Document the changes.
2969         Reported by Eric Blake.
2970
2971 2008-06-10  Eric Blake  <ebb9@byu.net>
2972
2973         Add missing include.
2974         * tests/test-strstr.c (includes): Add <signal.h>.
2975         * tests/test-strcasestr.c (includes): Likewise.
2976         * tests/test-memmem.c (includes): Likewise.
2977
2978 2008-06-10  Bruno Haible  <bruno@clisp.org>
2979
2980         * lib/wait-process.c (wait_subprocess): Add an assertion.
2981
2982 2008-06-10  Bruno Haible  <bruno@clisp.org>
2983
2984         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
2985
2986 2008-06-10  Bruno Haible  <bruno@clisp.org>
2987
2988         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
2989         using alarm().
2990         * tests/test-strcasestr.c (main): Likewise.
2991         * tests/test-strstr.c (main): Likewise.
2992
2993 2008-06-09  Bruno Haible  <bruno@clisp.org>
2994
2995         Work around the Solaris 10 ACE ACLs ABI change.
2996         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
2997         declare if ACL_NO_TRIVIAL is present.
2998         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
2999         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
3000         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
3001         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
3002         define if ACL_NO_TRIVIAL is present.
3003         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
3004         and use the current ABI.
3005         (file_has_acl): Use same #if condition as elsewhere.
3006         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
3007         in use, and use the current ABI.
3008         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
3009         Reported by Jim Meyering.
3010
3011 2008-06-09  Eric Blake  <ebb9@byu.net>
3012
3013         Work around environments that (stupidly) ignore SIGALRM.
3014         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
3015         before using alarm().
3016         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3017         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
3018         Reported by Ian Beckwith <ianb@erislabs.net>.
3019
3020         Produce autobuild blurb earlier in log.
3021         * modules/autobuild (configure.ac-early): Move AB_INIT here.
3022
3023 2008-06-09  Jim Meyering  <meyering@redhat.com>
3024         and OndÅ™ej Vašík  <ovasik@redhat.com>
3025
3026         utimens.c: correct kernel bug work-around
3027         OndÅ™ej Vašík found that the invalid return value of 280 indicates
3028         failure, not success, and the kernel bug we're trying to work
3029         around affects not just the utimensat call, but also the fallback
3030         futimens call.
3031         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
3032         not success.
3033         [HAVE_FUTIMENS]: Use the same work-around, here.
3034
3035 2008-06-09  Jim Meyering  <meyering@redhat.com>
3036
3037         add more guards around definition of ACE_-related code
3038         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
3039         ALLOW and ACE_OWNER are also defined.
3040
3041 2008-06-08  Bruno Haible  <bruno@clisp.org>
3042
3043         * lib/acl-internal.h: Add me as co-author.
3044         * lib/file-has-acl.c: Likewise.
3045         * lib/set-mode-acl.c: Likewise.
3046         * lib/copy-acl.c: Likewise.
3047
3048 2008-06-08  Bruno Haible  <bruno@clisp.org>
3049
3050         Add support for AIX ACLs.
3051         * lib/acl-internal.h (acl_nontrivial): New declaration.
3052         * lib/file-has-acl.c (acl_nontrivial): New function.
3053         (file_has_acl): Add implementation using AIX 4 ACL API.
3054         * lib/set-mode-acl.c (qset_acl): Likewise.
3055         * lib/copy-acl.c (qcopy_acl): Likewise.
3056
3057 2008-06-08  Bruno Haible  <bruno@clisp.org>
3058
3059         Add support for HP-UX ACLs.
3060         * lib/acl-internal.h (acl_nontrivial): New declaration.
3061         * lib/file-has-acl.c (acl_nontrivial): New function.
3062         (file_has_acl): Add implementation using HP-UX 11 ACL API.
3063         * lib/set-mode-acl.c (qset_acl): Likewise.
3064         * lib/copy-acl.c (qcopy_acl): Likewise.
3065
3066 2008-06-08  Bruno Haible  <bruno@clisp.org>
3067
3068         Add support for Cygwin ACLs.
3069         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
3070         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
3071         the chmod_or_fchmod call.
3072         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
3073
3074 2008-06-08  Bruno Haible  <bruno@clisp.org>
3075
3076         Fix bug with setuid modes in Solaris 10+ code.
3077         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
3078         succeeded, when the mode contains some special bits.
3079
3080 2008-06-08  Bruno Haible  <bruno@clisp.org>
3081
3082         Add support for Solaris 7..10 ACLs.
3083         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
3084         declarations.
3085         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
3086         functions.
3087         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
3088         * lib/set-mode-acl.c (qset_acl): Likewise.
3089         * lib/copy-acl.c (qcopy_acl): Likewise.
3090
3091 2008-06-08  Bruno Haible  <bruno@clisp.org>
3092
3093         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
3094         declaration.
3095         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
3096         (acl_access_nontrivial): Remove MacOS X case.
3097         (file_has_acl): Use acl_extended_nontrivial.
3098         * lib/copy-acl.c (qcopy_acl): Likewise.
3099
3100 2008-06-08  Bruno Haible  <bruno@clisp.org>
3101
3102         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
3103
3104 2008-06-08  Jim Meyering  <meyering@redhat.com>
3105
3106         * modules/acl (Maintainer): Add Bruno Haible.
3107
3108 2008-06-07  Bruno Haible  <bruno@clisp.org>
3109
3110         Improve support for Tru64 ACLs.
3111         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
3112         ACL on OSF/1.
3113
3114 2008-06-07  Bruno Haible  <bruno@clisp.org>
3115
3116         Add support for MacOS X ACLs.
3117         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
3118         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
3119         * lib/set-mode-acl.c (qset_acl): Likewise.
3120         * lib/copy-acl.c (qcopy_acl): Likewise.
3121
3122 2008-06-07  Bruno Haible  <bruno@clisp.org>
3123
3124         Fix memory leak introduced on 2008-05-22.
3125         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
3126         use.
3127
3128 2008-06-07  Bruno Haible  <bruno@clisp.org>
3129
3130         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
3131         to construct an empty ACL.
3132
3133 2008-06-07  Bruno Haible  <bruno@clisp.org>
3134
3135         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
3136         precisely.
3137         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
3138
3139 2008-06-07  Bruno Haible  <bruno@clisp.org>
3140
3141         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
3142         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
3143
3144 2008-06-07  Bruno Haible  <bruno@clisp.org>
3145
3146         * doc/posix-functions/_setjmp.texi: Explain the use of this function
3147         regardless of POSIX.
3148         * doc/posix-functions/_longjmp.texi: Likewise.
3149         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
3150         SystemV platform in this case.
3151
3152 2008-06-06  Eric Blake  <ebb9@byu.net>
3153
3154         Document abort() bugs.
3155         * doc/posix-functions/abort.texi (abort): Mention anomalies.
3156
3157         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
3158         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
3159         sigsetjmp.
3160         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
3161         siglongjmp, but only as a macro.
3162         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
3163         is obsolete.
3164         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
3165
3166         Tweak documentation to cover cygwin argz bugs.
3167         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
3168         argz bug fix; no code change needed since no cygwin releases
3169         occurred between the last fix and the bug being tested.
3170         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
3171         module and recently fixed cygwin bugs.
3172         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
3173         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
3174         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
3175         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
3176         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
3177         Likewise.
3178         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
3179         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
3180         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
3181         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
3182         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
3183         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
3184         Likewise.
3185
3186         Avoid gcc warning on cygwin.
3187         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
3188         !ACL_NO_TRIVIAL]: Avoid unused variable.
3189
3190 2008-06-05  Eric Blake  <ebb9@byu.net>
3191
3192         Be tolerant of UNKNOWN version in gnulib-tool test dir.
3193         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
3194         git-version-gen fails to come up with a version.
3195         Reported by Simon Josefsson.
3196
3197 2008-06-05  Jim Meyering  <meyering@redhat.com>
3198             Paul Eggert  <eggert@cs.ucla.edu>
3199
3200         utimens.c: work around a probable Linux kernel bug
3201         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
3202         appears to be a kernel bug that causes utimensat to return 280
3203         instead of 0, indicating success.
3204
3205 2008-06-04  Bruno Haible  <bruno@clisp.org>
3206
3207         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
3208         2008-06-01 commit.
3209
3210 2008-06-04  Bruno Haible  <bruno@clisp.org>
3211
3212         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
3213         * lib/file-has-acl.c (acl_access_nontrivial): New function.
3214         (file_has_acl): Use it. Save errno afterwards.
3215         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
3216
3217 2008-06-03  Bruno Haible  <bruno@clisp.org>
3218
3219         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
3220         draft code. Simplify #ifs.
3221         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
3222         Put Solaris code after POSIX-draft code. Fix comments regarding
3223         Solaris 10, HP-UX. Mention Cygwin.
3224         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
3225
3226 2008-06-03  Eric Blake  <ebb9@byu.net>
3227
3228         Provide fallback for older kernels.
3229         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
3230         Provide runtime fallback if kernel lacks support.
3231         Reported by Mike Frysinger.
3232
3233 2008-06-02  Bruno Haible  <bruno@clisp.org>
3234
3235         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
3236         it exists.
3237
3238 2008-06-02  Bruno Haible  <bruno@clisp.org>
3239
3240         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
3241         * lib/copy-acl.c (qcopy_acl): Update comment.
3242
3243 2008-06-02  Bruno Haible  <bruno@clisp.org>
3244
3245         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
3246         like ACL APIs.
3247
3248 2008-06-02  Bruno Haible  <bruno@clisp.org>
3249
3250         * tests/test-file-has-acl.sh: Use different code for Cygwin.
3251         * tests/test-set-mode-acl.sh: Likewise.
3252         * tests/test-copy-acl.sh: Likewise.
3253         * tests/test-copy-file.sh: Likewise.
3254
3255 2008-06-02  Bruno Haible  <bruno@clisp.org>
3256
3257         * tests/test-file-has-acl.sh: Remove unused code.
3258
3259 2008-06-01  Bruno Haible  <bruno@clisp.org>
3260
3261         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
3262         (copy_acl): Just a wrapper around qcopy_acl that emits the error
3263         messages.
3264         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
3265
3266 2008-06-01  Bruno Haible  <bruno@clisp.org>
3267
3268         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
3269         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
3270         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
3271         APIs.
3272         * modules/acl-tests (configure.ac): Remove tests now contained in
3273         m4/acl.m4.
3274
3275 2008-06-02  Jim Meyering  <meyering@redhat.com>
3276
3277         announce-gen: use a better key-server host name
3278         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
3279         it may be more consistently reliable.  Suggested by Werner Koch
3280         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
3281
3282 2008-06-01  Bruno Haible  <bruno@clisp.org>
3283
3284         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
3285         Reported by Voroskoi Andras <voroskoi@gmail.com>.
3286
3287 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
3288
3289         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
3290
3291 2008-06-01  Bruno Haible  <bruno@clisp.org>
3292
3293         New ACL tests.
3294         * tests/test-file-has-acl.sh: New file.
3295         * tests/test-file-has-acl.c: New file.
3296         * tests/test-set-mode-acl.sh: New file.
3297         * tests/test-set-mode-acl.c: New file.
3298         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
3299         * tests/test-copy-acl.c: New file.
3300         * modules/acl-tests: New file, based on modules/copy-file-tests.
3301         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
3302         (Depends-on): Add acl-tests.
3303         (configure.ac): Remove checks.
3304         (Makefile.am): Don't create test-sameacls program here any more.
3305
3306 2008-06-01  Bruno Haible  <bruno@clisp.org>
3307
3308         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
3309         * tests/test-sameacls.c: Include progname.h.
3310         (main): Invoke set_program_name. Portability fixes for MacOS X,
3311         Solaris, HP-UX.
3312
3313 2008-06-01  Bruno Haible  <bruno@clisp.org>
3314
3315         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
3316         function.
3317         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
3318
3319 2008-06-01  Bruno Haible  <bruno@clisp.org>
3320
3321         * modules/rpmatch (Depends-on): Add strdup.
3322
3323 2008-06-01  Bruno Haible  <bruno@clisp.org>
3324
3325         * lib/pipe.c: Include unistd-safer.h.
3326         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
3327         * modules/pipe (Depends-on): Add unistd-safer.
3328
3329 2008-05-30  Simon Josefsson  <simon@josefsson.org>
3330
3331         * modules/autobuild (configure.ac): Call AB_INIT.
3332
3333 2008-05-30  Simon Josefsson  <simon@josefsson.org>
3334
3335         * tests/test-getaddrinfo.c: Don't print debug messages by default.
3336         Suggested by Bruno Haible <bruno@clisp.org>.
3337
3338 2008-05-30  Simon Josefsson  <simon@josefsson.org>
3339
3340         * tests/test-base64.c: Cast size_t to unsigned long when invoking
3341         printf.  Use %lu instead of %d.  Reported by Bruno Haible
3342         <bruno@clisp.org>.
3343
3344 2008-05-29  Eric Blake  <ebb9@byu.net>
3345
3346         Prefer new POSIX 200x interfaces over futimesat.
3347         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
3348         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
3349         when available.
3350         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
3351
3352 2008-05-28  Bruno Haible  <bruno@clisp.org>
3353
3354         * modules/stpcpy (License): Change to LGPLv2+.
3355         Requested by David Lutterkort <dlutter@redhat.com>.
3356
3357 2008-05-27  Bruno Haible  <bruno@clisp.org>
3358
3359         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
3360         current mingw.
3361         Reported by Jose E. Marchesi <jemarch@gnu.org>.
3362
3363 2008-05-27  Bruno Haible  <bruno@clisp.org>
3364
3365         * modules/iconv_open (Link): New section, from module 'iconv'.
3366         * modules/striconv (Link): Likewise.
3367         * modules/striconveh (Link): Likewise.
3368         * modules/xstriconv (Link): Likewise.
3369         * modules/unicodeio (Link): Likewise.
3370         * modules/propername (Link): Likewise.
3371         Reported by Jim Meyering.
3372
3373 2008-05-26  Jim Meyering  <meyering@redhat.com>
3374
3375         sha256: do not artificially restrict buffer length to be < 2^32
3376         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
3377         uint32_t to size_t.
3378         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
3379         to match.
3380
3381         avoid unaligned access errors, e.g., on sparc
3382         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
3383         direct access through a possibly-unaligned uint64* pointer.
3384         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
3385         direct access through a possibly-unaligned uint32* pointer.
3386         Prompted by this patch from Tom "spot" Callaway:
3387         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
3388
3389         sha512.c: fix typo in comment
3390         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
3391
3392 2008-05-25  Bruno Haible  <bruno@clisp.org>
3393
3394         * lib/set-mode-acl.c: Renamed from lib/acl.c.
3395         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
3396         (Makefile.am): Update lib_SOURCES.
3397
3398 2008-05-25  Bruno Haible  <bruno@clisp.org>
3399
3400         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
3401
3402 2008-05-25  Jim Meyering  <meyering@redhat.com>
3403
3404         useless-if-before-free: freed expr may have white-space differences
3405         * build-aux/useless-if-before-free: Recognize cases in which the
3406         freed expression differs from the tested one in embedded white
3407         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
3408         $1 was used, so we can't make any regexp shy.  Improved tests now
3409         detect this.
3410
3411         useless-if-before-free: accept white space in the expression.
3412         * build-aux/useless-if-before-free: For now, any white space
3413         in the expression must be identical in the free argument.
3414
3415         useless-if-before-free: efficiency tweak
3416         * build-aux/useless-if-before-free: Make the expression-matching
3417         regexp "shy".
3418         Make the *outer* regexp shy, not the expr-matching one.
3419
3420         update code-in-comment to accept cast of free arg
3421         * build-aux/useless-if-before-free: Update regexp.
3422
3423 2008-05-25  Bruno Haible  <bruno@clisp.org>
3424
3425         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
3426         * modules/copy-file-tests (Files, Makefile.am): Update.
3427         * tests/test-copy-file.c (func_test_copy): Update.
3428
3429 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
3430
3431         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
3432
3433 2008-05-23  Bruno Haible  <bruno@clisp.org>
3434
3435         Improve support for ACLs on OSF/1.
3436         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
3437         Remove fallback for unknown flavors of ACLs.
3438
3439 2008-05-22  Bruno Haible  <bruno@clisp.org>
3440
3441         Add support for ACLs on OSF/1.
3442         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
3443         replacements.
3444         (acl_free_text): New macro fallback.
3445         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
3446         acl_free.
3447         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
3448         acl_free_text function. Require AC_C_INLINE.
3449
3450 2008-05-22  Bruno Haible  <bruno@clisp.org>
3451
3452         Make copy_acl work on MacOS X 10.5.
3453         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
3454         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
3455         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
3456         If MODE_INSIDE_ACL, don't assume that every system has the same text
3457         representation for ACLs as FreeBSD.
3458         * lib/copy-acl.c (copy_acl): Add support for platforms with
3459         !MODE_INSIDE_ACL.
3460         * lib/file-has-acl.c (file_has_acl): Likewise.
3461         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
3462         FreeBSD, MacOS X, or IRIX, respectively.
3463
3464 2008-05-22  Bruno Haible  <bruno@clisp.org>
3465
3466         * lib/acl.h: Don't include <sys/acl.h>.
3467         (GETACLCNT): Move fallback to lib/acl-internal.h.
3468         * lib/acl-internal.h: Include <sys/acl.h> here.
3469         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
3470
3471 2008-05-22  Bruno Haible  <bruno@clisp.org>
3472
3473         Split off copy_acl function to separate file.
3474         * lib/copy-acl.c: New file, extracted from lib/acl.c.
3475         * lib/acl.c (copy_acl): Moved function to separate file.
3476         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
3477         * modules/acl (Files): Add lib/copy-acl.c.
3478         (Makefiles.am): Augment lib_SOURCES.
3479
3480 2008-05-22  Bruno Haible  <bruno@clisp.org>
3481
3482         * modules/copy-file-tests: New file.
3483         * tests/test-copy-file.sh: New file.
3484         * tests/test-copy-file.c: New file.
3485         * tests/test-copy-file-sameacls.c: New file.
3486
3487 2008-05-22  Eric Blake  <ebb9@byu.net>
3488
3489         Avoid gcc warning.
3490         * tests/test-memcmp.c (main): Pass NULL indirectly.
3491
3492 2008-05-21  Bruno Haible  <bruno@clisp.org>
3493
3494         Add reference doc about ACLs.
3495         * doc/acl-resources.txt: New file.
3496         * doc/acl-cygwin.txt: New file.
3497
3498 2008-05-21  Bruno Haible  <bruno@clisp.org>
3499
3500         Avoid one more warning from gcc.
3501         * lib/vasnprintf.c (IF_LINT): Update comments.
3502         (VASNPRINTF): Use it also for the 'prefix' array initializer.
3503
3504 2008-05-21  Jim Meyering  <meyering@redhat.com>
3505
3506         avoid a warning from gcc
3507         * lib/vasnprintf.c (IF_LINT): Define.
3508         (scale10_round_decimal_long_double):
3509         Use it to avoid a "may be used uninitialized" warning.
3510         (scale10_round_decimal_double): Likewise.
3511
3512 2008-05-21  Simon Josefsson  <simon@josefsson.org>
3513
3514         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
3515         declared.
3516
3517 2008-05-20  Bruno Haible  <bruno@clisp.org>
3518
3519         * tests/test-memcmp.c (main): Test also the sign of the result. Test
3520         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
3521
3522 2008-05-20  Simon Josefsson  <simon@josefsson.org>
3523
3524         * modules/memcmp-tests: New file.
3525         * tests/test-memcmp.c: New file.
3526
3527 2008-05-19  Bruno Haible  <bruno@clisp.org>
3528
3529         * modules/propername (Notice, configure.ac): Put quoted "..." into
3530         --keyword option.
3531         * lib/propername.h: Update comments accordingly.
3532         Reported by Eric Blake.
3533
3534 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
3535
3536         * modules/getpass-gnu (Depends-on): Add fseeko.
3537
3538 2008-05-19  Simon Josefsson  <simon@josefsson.org>
3539
3540         * modules/base64-tests: New file.
3541
3542 2008-05-19  Bo Borgerson <gigabo@gmail.com>
3543
3544         * lib/base64.c (base64_decode_ctx): If a decode context structure
3545         was passed in use it to ignore newlines.  If a context structure
3546         was _not_ passed in, continue to treat newlines as garbage (this
3547         is the historical behavior).  Formerly base64_decode.
3548         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
3549         takes a decode context structure.
3550         * lib/base64.h (base64_decode): Macro for four-argument calls.
3551         (base64_decode_alloc): Likewise.
3552         * lib/base64.c (base64_decode_ctx): If a decode context structure
3553         was passed in use it to ignore newlines.  If a context structure
3554         was _not_ passed in, continue to treat newlines as garbage (this
3555         is the historical behavior).  Formerly base64_decode.
3556         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
3557         takes a decode context structure.
3558         * lib/base64.h (base64_decode): Macro for four-argument calls.
3559         (base64_decode_alloc): Likewise.
3560
3561 2008-05-19  Jim Meyering  <meyering@redhat.com>
3562
3563         avoid a warning from gcc
3564         * lib/trim.c (IF_LINT): Define.
3565         (trim2): Use it to avoid a "may be used uninitialized" warning.
3566
3567         Fix doc typo.
3568         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
3569
3570 2008-05-19  Bruno Haible  <bruno@clisp.org>
3571
3572         * doc/glibc-functions/getpass.texi: Document limits of other
3573         implementations.
3574
3575 2008-05-19  Simon Josefsson  <simon@josefsson.org>
3576             Bruno Haible <bruno@clisp.org>
3577
3578         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
3579
3580 2008-05-18  Bruno Haible  <bruno@clisp.org>
3581
3582         * modules/propername: New file, from GNU gettext.
3583         * lib/propername.h: New file, from GNU gettext.
3584         * lib/propername.c: New file, from GNU gettext.
3585         * MODULES.html.sh (Internationalization functions): Add propername.
3586
3587 2008-05-16  Jim Meyering  <meyering@redhat.com>
3588             Bruno Haible  <bruno@clisp.org>
3589
3590         Avoid some warnings from "gcc -Wshadow".
3591         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
3592
3593 2008-05-15  Eric Blake  <ebb9@byu.net>
3594
3595         Extend previous patch to cygwin 1.7.0.
3596         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
3597         fast implementation in cygwin >= 1.7.0.
3598         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3599         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3600
3601 2008-05-15  Bruno Haible  <bruno@clisp.org>
3602
3603         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
3604         implementation in glibc >= 2.9.
3605         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3606         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3607
3608 2008-05-15  Bruno Haible  <bruno@clisp.org>
3609
3610         * MODULES.html.sh (Internationalization functions): Remove linebreak.
3611         (Unicode string functions): Add unilbrk/*.
3612         Reported by Karl Berry.
3613
3614 2008-05-15  Eric Blake  <ebb9@byu.net>
3615
3616         Fix violation of <stdbool.h> replacement in regex.
3617         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
3618         * lib/regexec.c (re_search_internal): Likewise.
3619         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
3620
3621 2008-05-15  Jim Meyering  <meyering@redhat.com>
3622
3623         avoid distracting test output when git or cvs is not found
3624         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
3625         * tests/test-vc-list-files-git.sh: Likewise.
3626
3627 2008-05-15  Eric Blake  <ebb9@byu.net>
3628
3629         Glibc finally accepted the memmem speedup code, bugzilla #5514.
3630         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
3631         glibc version.
3632         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
3633         * doc/posix-functions/strstr.texi (strstr): Likewise.
3634         * lib/str-two-way.h (MAX): Sychronize with glibc.
3635
3636 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
3637
3638         * lib/regcomp.c (optimize_utf8): Add a note on why we test
3639         opr.ctx_type.
3640         (calc_first): Initialize constraint field.
3641         (duplicate_node_closure): Use it instead of special casing ANCHORS.
3642         Fix grammar.
3643         (duplicate_node): Merge constraint field for all node types.
3644         (calc_eclosure_iter): Look at constraint field for all node types.
3645         * lib/regex_internal.c (create_cd_newstate): Don't look at
3646         opr.ctx_type.
3647
3648 2008-05-14  Bruno Haible  <bruno@clisp.org>
3649
3650         Help GCC to do better code generation.
3651         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
3652         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
3653         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
3654         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
3655         Declare with attribute 'malloc' if supported.
3656
3657 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
3658
3659         use "echo STR|wc -c" rather than unportable "expr length STR"
3660         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
3661         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
3662
3663 2008-05-14  Jim Meyering  <meyering@redhat.com>
3664
3665         use dd ibs=$n count=1 ... rather than less-portable head -c$n
3666         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
3667         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
3668         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
3669         via Collin Lasse.
3670
3671 2008-05-14  Eric Blake  <ebb9@byu.net>
3672
3673         Avoid quadratic growth in gl_LIBSOURCES.
3674         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
3675         Suggested by Bruno Haible.
3676
3677         Test xmemdup0.
3678         * modules/xmemdup0-tests: New file.
3679         * tests/test-xmemdup0.c: Likewise.
3680
3681 2008-05-13  Eric Blake  <ebb9@byu.net>
3682
3683         Split xmemdup0 into its own module.
3684         * modules/xmemdup0: New file.
3685         * lib/xmemdup0.h: Likewise.
3686         * lib/xmemdup0.c: Likewise.
3687         * MODULES.html.sh (Memory management functions): Add xmemdup0.
3688         * lib/xalloc.h (xmemdup0): Remove.
3689         * lib/xmalloc.c (xmemdup0): Likewise.
3690
3691 2008-05-13  Eric Blake  <ebb9@byu.net>
3692             Bruno Haible  <bruno@clisp.org>
3693
3694         Reduce number of forks required during autoconf.
3695         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
3696         and gl_LIBSOURCES_DIR.
3697         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
3698         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
3699         m4_syscmd per file.
3700         <m4_foreach_w>: Move...
3701         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
3702
3703 2008-05-13  Eric Blake  <ebb9@byu.net>
3704
3705         * gnulib-tool: Fix various comment typos.
3706
3707 2008-05-12  Bruno Haible  <bruno@clisp.org>
3708
3709         Tailor the linebreaking algorithm.
3710         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
3711
3712 2008-05-12  Bruno Haible  <bruno@clisp.org>
3713
3714         Update to Unicode 5.0.0.
3715         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
3716         LBP_JV, LBP_JT. Redistribute values.
3717         (unilbrk_table): Change size.
3718         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
3719         Unicode TR#14 rev. 22.
3720         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
3721         LBP_JV, LBP_JT. Redistribute values.
3722         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
3723         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
3724         Update.
3725         * lib/unilbrk/lbrkprop1.h: Regenerated.
3726         * lib/unilbrk/lbrkprop2.h: Regenerated.
3727         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
3728         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
3729         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
3730         Likewise.
3731         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
3732         Likewise.
3733         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
3734         result.
3735         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
3736         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
3737         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
3738         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
3739         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
3740         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
3741
3742 2008-05-11  Bruno Haible  <bruno@clisp.org>
3743
3744         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
3745
3746 2008-05-11  Bruno Haible  <bruno@clisp.org>
3747
3748         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
3749         * modules/unilbrk/gen-lbrk: New file.
3750
3751 2008-05-11  Bruno Haible  <bruno@clisp.org>
3752
3753         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
3754         * m4/sha512.m4 (gl_SHA512): Likewise.
3755
3756 2008-05-11  Jim Meyering  <meyering@redhat.com>
3757
3758         New modules: crypto/sha256, crypto/sha512 (from coreutils)
3759         * modules/crypto/sha256: New file.
3760         * modules/crypto/sha512: Likewise.
3761         * lib/sha256.c: Likewise.
3762         * lib/sha256.h: Likewise.
3763         * lib/sha512.c: Likewise.
3764         * lib/sha512.h: Likewise.
3765         * lib/u64.h: Likewise.
3766         * m4/sha256.m4: Likewise.
3767         * m4/sha512.m4: Likewise.
3768         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
3769
3770 2008-05-10  Bruno Haible  <bruno@clisp.org>
3771
3772         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
3773         (Input/Output <stdio.h>): Add xprintf.
3774         (Signal handling <signal.h>): Add strsignal.
3775         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
3776         (Core language properties): Add func.
3777         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
3778         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
3779         strings.
3780         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
3781         (Input/output): New section.
3782         (File system functions): Add openat-die, stat-macros.
3783         (Networking functions): Add sockets.
3784         (Unicode string functions): Add unictype/*.
3785         (Support for building libraries and executables): Add gperf.
3786         (Support for building documentation): Add agpl-3.0.
3787         (Misc): Add nocrash.
3788
3789 2008-05-10  Bruno Haible  <bruno@clisp.org>
3790
3791         * modules/unictype/gen-ctype: New file.
3792
3793 2008-05-10  Jim Meyering  <meyering@redhat.com>
3794
3795         Make chdir-safer.c more efficient on a system with no symlinks.
3796         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
3797         also if ELOOP is zero.  Suggested by Bruno Haible.
3798
3799         Make chdir-safer.c slightly safer.
3800         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
3801         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
3802
3803         Avoid compile failure on systems without ELOOP (like mingw).
3804         * lib/chdir-safer.c (ELOOP): Define if not already defined.
3805         Reported by Bruno Haible.
3806
3807 2008-05-10  Bruno Haible  <bruno@clisp.org>
3808
3809         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
3810         (is_utf8_encoding): Use a case-insensitive comparison.
3811         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
3812         streq.
3813
3814 2008-05-10  Bruno Haible  <bruno@clisp.org>
3815
3816         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
3817         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
3818         * lib/unilbrk/ulc-common.h (iconv_string_length,
3819         iconv_string_keeping_offsets): Remove declarations.
3820         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
3821         Don't include <iconv.h>, streq.h, xsize.h.
3822         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
3823         conversion.
3824         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
3825         <iconv.h>, streq.h, xsize.h.
3826         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
3827         conversion.
3828         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
3829         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
3830         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
3831         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
3832
3833 2008-05-10  Bruno Haible  <bruno@clisp.org>
3834
3835         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
3836         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
3837
3838         * modules/unilbrk/u32-width-linebreaks-tests: New file.
3839         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
3840
3841         * modules/unilbrk/u16-width-linebreaks-tests: New file.
3842         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
3843
3844         * modules/unilbrk/u8-width-linebreaks-tests: New file.
3845         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
3846
3847         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
3848         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
3849
3850         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
3851         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
3852
3853         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
3854         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
3855
3856         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
3857         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
3858
3859 2008-05-10  Bruno Haible  <bruno@clisp.org>
3860
3861         Split up 'linebreak' module.
3862         * lib/unilbrk.h: New file, based on lib/linebreak.h.
3863         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
3864         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
3865         modifications.
3866         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
3867         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
3868         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
3869         lib/linebreak.c.
3870         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
3871         lib/linebreak.c.
3872         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
3873         lib/linebreak.c.
3874         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
3875         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
3876         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
3877         lib/linebreak.c.
3878         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
3879         lib/linebreak.c.
3880         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
3881         lib/linebreak.c.
3882         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
3883         lib/linebreak.c.
3884         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
3885         lib/linebreak.c.
3886         * modules/unilbrk/base: New file.
3887         * modules/unilbrk/tables: New file.
3888         * modules/unilbrk/u8-possible-linebreaks: New file.
3889         * modules/unilbrk/u16-possible-linebreaks: New file.
3890         * modules/unilbrk/u32-possible-linebreaks: New file.
3891         * modules/unilbrk/ulc-common: New file.
3892         * modules/unilbrk/ulc-possible-linebreaks: New file.
3893         * modules/unilbrk/u8-width-linebreaks: New file.
3894         * modules/unilbrk/u16-width-linebreaks: New file.
3895         * modules/unilbrk/u32-width-linebreaks: New file.
3896         * modules/unilbrk/ulc-width-linebreaks: New file.
3897         * lib/linebreak.h: Remove file.
3898         * lib/linebreak.c: Remove file.
3899         * m4/linebreak.m4: Remove file.
3900         * modules/linebreak: Remove file.
3901         * NEWS: Mention the changes.
3902
3903 2008-05-09  Eric Blake  <ebb9@byu.net>
3904
3905         Add xmemdup0.
3906         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
3907         implementation.
3908         * lib/xmalloc.c (xmemdup0): New C implementation.
3909
3910 2008-05-08  Bruno Haible  <bruno@clisp.org>
3911
3912         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
3913
3914 2008-05-07  Eric Blake  <ebb9@byu.net>
3915
3916         Support cross-compilation of <wctype.h>.
3917         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
3918         AC_CACHE_CHECK.
3919
3920 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
3921
3922         * build-aux/vc-list-files: Add support for bzr.
3923
3924 2008-05-03  Jim Meyering  <meyering@redhat.com>
3925
3926         avoid failed assertion with tight malloc
3927         * tests/test-getndelim2.c: Correct an off-by-one assertion.
3928
3929 2008-05-03  Simon Josefsson  <simon@josefsson.org>
3930
3931         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
3932         are needed from arpa/inet.h.
3933         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
3934         Reported by Bruno Haible.
3935
3936 2008-05-02  Jim Meyering  <meyering@redhat.com>
3937
3938         avoid compilation error on FreeBSD 6
3939         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
3940
3941 2008-05-01  Jim Meyering  <meyering@redhat.com>
3942
3943         useless-if-before-free: correct --help's exit status description
3944         * build-aux/useless-if-before-free (usage): Like grep, exit 0
3945         for one or more matches, etc.  Reported by Bruno Haible.
3946
3947         vc-list-files: make the stand-alone gnulib test work
3948         * modules/vc-list-files-tests (configure.ac):
3949         Define and AC_SUBST abs_aux_dir.
3950         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
3951         $(abs_top_srcdir) to each script and having each of them
3952         duplicate the work of setting PATH, set PATH here, using
3953         the new variable, abs_aux_dir instead.
3954         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
3955         * tests/test-vc-list-files-git.sh: Likewise.
3956         Reported by Bruno Haible.
3957
3958 2008-05-01  Bruno Haible  <bruno@clisp.org>
3959
3960         * lib/getndelim2.c (getndelim2): Fix newsize computation during
3961         reallocation. Rename 'done' to 'found_delimiter'.
3962
3963 2008-05-01  Jim Meyering  <meyering@redhat.com>
3964
3965         vc-list-files: accommodate /bin/sh like the one from Solaris 10
3966         * build-aux/vc-list-files: Use `...`, not $(...).
3967
3968 2008-04-30  Jim Meyering  <meyering@redhat.com>
3969
3970         add tests for vc-list-files
3971         * modules/vc-list-files-tests: New module.
3972         * tests/test-vc-list-files-cvs.sh: New file.
3973         * tests/test-vc-list-files-git.sh: New file.
3974
3975         avoid a warning from gcc
3976         * lib/getndelim2.c (IF_LINT): Define.
3977         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
3978
3979         vc-list-files: work properly with build-aux/cvsu, too
3980         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
3981         to all cvs-based clauses.
3982
3983         vc-list-files: work properly in the CVS+awk case, too
3984         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
3985
3986         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
3987         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
3988         take more than one file argument, so .  Add quotes, just in case $dir
3989         ever contains a shell meta-character.  Prompted by Soren Hansen in
3990         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
3991
3992 2008-04-29  Eric Blake  <ebb9@byu.net>
3993
3994         Optimize getndelim2 to use block operations when possible.
3995         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
3996         freadseek, and memchr2.
3997         * lib/getndelim2.c (getndelim2): Use them for block reads.
3998
3999 2008-04-29  Bruno Haible  <bruno@clisp.org>
4000
4001         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
4002         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
4003         * modules/inet_ntop (Depends-on): Add extensions.
4004         * modules/inet_pton (Depends-on): Likewise.
4005         Reported by Simon Josefsson.
4006
4007 2008-04-29  Jim Meyering  <meyering@redhat.com>
4008
4009         When the is more than one match in a block, match all of them.
4010         * build-aux/useless-if-before-free: Iterate through each block
4011         until there are no more matches.
4012
4013         Fix broken useless-if-before-free script.
4014         * build-aux/useless-if-before-free: Fix typo: missing "?" after
4015         the expression to match cast of argument to free-like function.
4016
4017 2008-04-29  Eric Blake  <ebb9@byu.net>
4018
4019         Use new header.
4020         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
4021
4022 2008-04-29  Jim Meyering  <meyering@redhat.com>
4023
4024         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
4025         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
4026         by gnulib to exist and to declare e.g., inet_ntop.
4027         Don't include "inet_ntop.h", now removed.
4028
4029         * m4/arpa_inet_h.m4: Remove trailing blanks.
4030
4031 2008-04-29  Eric Blake  <ebb9@byu.net>
4032
4033         Silence valgrind on safe reads beyond potential array bounds.
4034         * lib/rawmemchr.valgrind: New file.
4035         * lib/strchrnul.valgrind: Likewise.
4036         * modules/rawmemchr (Files): Distribute new file.
4037         * modules/strchrnul (Files): Likewise.
4038         Suggested by Bruno Haible.
4039
4040 2008-04-29  Bruno Haible  <bruno@clisp.org>
4041
4042         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
4043         (inet_ntop, inet_pton): Change portability warning's wording.
4044         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
4045         Invoke gl_CHECK_NEXT_HEADERS.
4046         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
4047         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
4048         set ARPA_INET_H.
4049         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
4050         * modules/arpa_inet (Description): No longer only for systems that
4051         lack it.
4052         (Depends-on): Add include_next.
4053         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
4054         HAVE_ARPA_INET_H.
4055
4056 2008-04-29  Jim Meyering  <meyering@redhat.com>
4057
4058         * modules/mkdir (License): Re-license as LGPLv2+.
4059
4060 2008-04-29  Bruno Haible  <bruno@clisp.org>
4061
4062         * modules/rawmemchr (Maintainer): Set to Eric.
4063         * modules/strchrnul (Maintainer): Likewise.
4064
4065 2008-04-29  Simon Josefsson  <simon@josefsson.org>
4066
4067         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
4068         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
4069
4070         * modules/arpa_inet (arpa/inet.h): Use them.
4071
4072 2008-04-28  Eric Blake  <ebb9@byu.net>
4073
4074         Test getndelim2.
4075         * modules/getndelim2-tests: New file.
4076         * tests/test-getndelim2.c: Likewise.
4077         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
4078         stream.
4079         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
4080
4081         * MODULES.html.sh: Document new module.
4082
4083 2008-04-20  Bruno Haible  <bruno@clisp.org>
4084
4085         * lib/c-stack.c (die): Use raise.
4086         * modules/c-stack (Depends-on): Add raise.
4087
4088 2008-04-28  Bruno Haible  <bruno@clisp.org>
4089
4090         Expect rpmatch to be declared.
4091         * lib/yesno.c (rpmatch): Remove declaration.
4092
4093         Declare rpmatch.
4094         * lib/stdlib.in.h (rpmatch): New declaration.
4095         * lib/rpmatch.c: Include <stdlib.h> first.
4096         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
4097         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
4098         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
4099         HAVE_RPMATCH.
4100         * modules/rpmatch (Depends-on): Add stdlib, extensions.
4101         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4102         (Include): Set to <stdlib.h>.
4103         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
4104         HAVE_RPMATCH.
4105         * NEWS: Document the change.
4106
4107 2008-04-28  Bruno Haible  <bruno@clisp.org>
4108
4109         Change rpmatch to use nl_langinfo when appropriate.
4110         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
4111         (N_): New macro.
4112         (localized_pattern): New function/macro.
4113         (try): Remove match, nomatch arguments. Copy the pattern into safe
4114         memory before caching it.
4115         (rpmatch): Use localized_pattern. Add translator comments.
4116         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
4117         Suggested by Eric Blake.
4118         * modules/rpmatch (Depends-on): Add stdbool.
4119
4120 2008-04-28  Eric Blake  <ebb9@byu.net>
4121
4122         Add rawmemchr module, matching glibc.
4123         * modules/string (Makefile.am): New indicator.
4124         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
4125         * lib/string.in.h (rawmemchr): Declare when appropriate.
4126         * modules/rawmemchr: New file.
4127         * m4/rawmemchr.m4: Likewise.
4128         * lib/rawmemchr.c: Likewise.
4129         * modules/rawmemchr-tests: Likewise.
4130         * tests/test-rawmemchr.c: Likewise.
4131         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
4132         module.
4133         * modules/strchrnul (Depends-on): Add rawmemchr.
4134         * lib/strchrnul.c (strchrnul): Optimize a corner case.
4135
4136         Whitespace cleanup.
4137         * tests/test-strchrnul.c: Reindent.
4138         * lib/strchrnul.c: Likewise.
4139
4140         Optimize and test strchrnul.
4141         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
4142         * modules/strchrnul-tests: New file.
4143         * tests/test-strchrnul.c: Likewise.
4144
4145         Remove intprops dependency.
4146         * modules/memchr (Depends-on): Remove intprops.
4147         * modules/memrchr (Depends-on): Likewise.
4148         * modules/memchr2 (Depends-on): Likewise.
4149         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
4150         * lib/memrchr.c (__memrchr): Likewise.
4151         * lib/memrchr2.c (memchr2): Likewise.
4152         Reported by Simon Josefsson.
4153
4154 2008-04-28  Simon Josefsson  <simon@josefsson.org>
4155
4156         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
4157         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4158
4159 2008-04-28  Simon Josefsson  <simon@josefsson.org>
4160
4161         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
4162
4163         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
4164
4165         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
4166
4167         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
4168         declarations.
4169         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
4170
4171         * m4/inet_pton.m4: Don't check for header files.
4172
4173         * m4/inet_ntop.m4: Don't check for header files.
4174
4175 2008-04-28  Simon Josefsson  <simon@josefsson.org>
4176
4177         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
4178         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
4179         trigger for cygwin).
4180         Reported by Bruno Haible  <bruno@clisp.org>.
4181
4182 2008-04-28  Bruno Haible  <bruno@clisp.org>
4183
4184         * doc/posix-functions/strdup.texi: Mention mingw problem.
4185
4186 2008-04-27  Bruno Haible  <bruno@clisp.org>
4187
4188         * modules/stat-time-tests (Depends-on): Add sleep.
4189         * tests/test-stat-time.c (force_unlink): New function.
4190         (cleanup): Use it.
4191         (test_mtime): Remove the ctime related tests.
4192         (test_ctime): New function, containing the ctime related tests.
4193         (main): Call test_ctime, except on native Windows platforms.
4194
4195 2008-04-27  Bruno Haible  <bruno@clisp.org>
4196
4197         * lib/rpmatch.c (rpmatch): Add some comments.
4198         Reported by James Youngman <jay@gnu.org>.
4199
4200 2008-04-27  Bruno Haible  <bruno@clisp.org>
4201
4202         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
4203         quiet NaNs.
4204
4205 2008-04-27  Bruno Haible  <bruno@clisp.org>
4206
4207         Make test-yesno.sh work on mingw.
4208         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
4209         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
4210         (main): Set stdin to binary mode.
4211         * modules/yesno-tests (Depends-on): Add binary-io.
4212
4213 2008-04-27  Bruno Haible  <bruno@clisp.org>
4214
4215         Fix 'isfinite' on x86, x86_64, ia64 platforms.
4216         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
4217         argument that lie outside the IEEE 854 domain.
4218         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
4219         (gl_ISFINITE): Use it.
4220         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
4221
4222 2008-04-27  Bruno Haible  <bruno@clisp.org>
4223
4224         Allow local renaming in config.h.
4225         * lib/memrchr.c (memrchr): Don't undefine outside libc.
4226
4227 2008-04-27  Bruno Haible  <bruno@clisp.org>
4228
4229         * lib/memchr.c (__memchr): Change type of 'i'.
4230         * lib/memchr2.c (memchr2): Likewise.
4231
4232 2008-04-26  Eric Blake  <ebb9@byu.net>
4233         and Bruno Haible  <bruno@clisp.org>
4234
4235         Optimize and test memrchr.
4236         * modules/memrchr (Depends-on): Add intprops.
4237         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
4238         * modules/memrchr-tests: New file.
4239         * tests/test-memrchr.c: New file.
4240
4241 2008-04-26  Bruno Haible  <bruno@clisp.org>
4242
4243         Add tentative support for DragonFly BSD.
4244         * lib/stdio-impl.h: Add macros for DragonFly BSD.
4245         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
4246         fp.
4247         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
4248         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
4249         * lib/fpurge.c (fpurge): Likewise.
4250         * lib/freadable.c (freaadable): Likewise.
4251         * lib/freadahead.c (freadahead): Likewise.
4252         * lib/freading.c (freading): Likewise.
4253         * lib/freadptr.c (freadptr): Likewise.
4254         * lib/freadseek.c (freadptrinc): Likewise.
4255         * lib/fseeko.c (fseeko): Likewise.
4256         * lib/fseterr.c (fseterr): Likewise.
4257         * lib/fwritable.c (fwritable): Likewise.
4258         * lib/fwriting.c (fwriting): Likewise.
4259
4260 2008-04-26  Bruno Haible  <bruno@clisp.org>
4261
4262         * lib/stdio-impl.h: New file.
4263         * lib/fbufmode.c: Include stdio-impl.h.
4264         (fbufmode): Use fp_, remove redundant #defines.
4265         * lib/fflush.c: Include stdio-impl.h.
4266         (clear_ungetc_buffer): Remove redundant #defines.
4267         * lib/fpurge.c: Include stdio-impl.h.
4268         (fpurge): Remove redundant #defines.
4269         * lib/freadable.c: Include stdio-impl.h.
4270         (freadable): Remove redundant #defines.
4271         * lib/freadahead.c: Include stdio-impl.h.
4272         (freadahead): Remove redundant #defines.
4273         * lib/freading.c: Include stdio-impl.h.
4274         (freading): Remove redundant #defines.
4275         * lib/freadptr.c: Include stdio-impl.h.
4276         (freadptr): Remove redundant #defines.
4277         * lib/freadseek.c: Include stdio-impl.h.
4278         (freadptrinc): Remove redundant #defines.
4279         * lib/fseeko.c: Include stdio-impl.h.
4280         (rpl_fseeko): Remove redundant #defines.
4281         * lib/fseterr.c: Include stdio-impl.h.
4282         (fseterr): Remove redundant #defines.
4283         * lib/fwritable.c: Include stdio-impl.h.
4284         (fwritable: Remove redundant #defines.
4285         * lib/fwriting.c: Include stdio-impl.h.
4286         (fwriting): Remove redundant #defines.
4287         * modules/fbufmode (Files): Add lib/stdio-impl.h.
4288         * modules/fflush (Files): Likewise.
4289         * modules/fpurge (Files): Likewise.
4290         * modules/freadable (Files): Likewise.
4291         * modules/freadahead (Files): Likewise.
4292         * modules/freading (Files): Likewise.
4293         * modules/freadptr (Files): Likewise.
4294         * modules/freadseek (Files): Likewise.
4295         * modules/fseeko (Files): Likewise.
4296         * modules/fseterr (Files): Likewise.
4297         * modules/fwritable (Files): Likewise.
4298         * modules/fwriting (Files): Likewise.
4299
4300 2008-04-26  Bruno Haible  <bruno@clisp.org>
4301
4302         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
4303         restore_seek_optimization, update_fpos_cache): New functions, extracted
4304         from rpl_fflush.
4305         (rpl_fflush): Use them.
4306         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
4307         (gl_REPLACE_FFLUSH): Use it.
4308
4309 2008-04-26  Bruno Haible  <bruno@clisp.org>
4310
4311         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
4312         on Solaris.
4313         * tests/test-xstrtoimax.sh: Likewise.
4314         * tests/test-xstrtoumax.sh: Likewise.
4315         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4316
4317 2008-04-26  Bruno Haible  <bruno@clisp.org>
4318
4319         * modules/memchr-tests: New file.
4320         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
4321
4322 2008-04-26  Eric Blake  <ebb9@byu.net>
4323             Bruno Haible  <bruno@clisp.org>
4324
4325         * lib/memchr.c: Include intprops.h.
4326         (__memchr): Optimize parallel detection of matching bytes. Rename local
4327         variables. Add explanatory comments.
4328
4329 2008-04-26  Bruno Haible  <bruno@clisp.org>
4330
4331         Fix module 'memchr', broken since 2000-10-28.
4332         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
4333
4334 2008-04-26  Bruno Haible  <bruno@clisp.org>
4335
4336         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
4337         comments.
4338
4339 2008-04-25  Eric Blake  <ebb9@byu.net>
4340
4341         Use native fstatat on cygwin 1.7.0.
4342         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
4343         first.
4344
4345 2008-04-23  Eric Blake  <ebb9@byu.net>
4346
4347         Improve memchr2 performance.
4348         * lib/memchr2.c (memchr2): Further optimize parallel detection of
4349         NUL bytes.
4350         * modules/memchr2 (Depends-on): Use intprops.h.
4351
4352 2008-04-23  Simon Josefsson  <simon@josefsson.org>
4353
4354         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
4355         an inline function instead of a CPP macro.  Patch by Ben Pfaff
4356         <blp@cs.stanford.edu>.
4357
4358 2008-04-23  Simon Josefsson  <simon@josefsson.org>
4359
4360         * lib/arpa_inet.in.h: New file.
4361
4362         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
4363         (Makefile.am): Sed in substitute header file.
4364
4365         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
4366         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
4367
4368         * modules/inet_ntop (configure.ac): Use
4369         gl_ARPA_INET_MODULE_INDICATOR.
4370
4371         * modules/inet_pton (configure.ac): Use
4372         gl_ARPA_INET_MODULE_INDICATOR.
4373
4374 2008-04-22  Jim Meyering  <meyering@redhat.com>
4375
4376         * modules/verify (License): Re-license as LGPLv2+.
4377
4378 2008-04-22  Simon Josefsson  <simon@josefsson.org>
4379
4380         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
4381         parameter to void* as per POSIX standard (MinGW uses char*).
4382
4383 2008-04-21  Bruno Haible  <bruno@clisp.org>
4384
4385         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
4386         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
4387         Define to replacements if REPLACE_ISWCNTRL is 1.
4388         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
4389         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
4390         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
4391         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
4392         what it fixes.
4393         * doc/posix-functions/iswalpha.texi: Likewise.
4394         * doc/posix-functions/iswblank.texi: Likewise.
4395         * doc/posix-functions/iswcntrl.texi: Likewise.
4396         * doc/posix-functions/iswdigit.texi: Likewise.
4397         * doc/posix-functions/iswgraph.texi: Likewise.
4398         * doc/posix-functions/iswlower.texi: Likewise.
4399         * doc/posix-functions/iswprint.texi: Likewise.
4400         * doc/posix-functions/iswpunct.texi: Likewise.
4401         * doc/posix-functions/iswspace.texi: Likewise.
4402         * doc/posix-functions/iswupper.texi: Likewise.
4403         * doc/posix-functions/iswxdigit.texi: Likewise.
4404         Reported by Alain Guibert.
4405
4406 2008-04-21  Bruno Haible  <bruno@clisp.org>
4407
4408         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
4409         Patch by Alain Guibert.
4410
4411 2008-04-21  Bruno Haible  <bruno@clisp.org>
4412
4413         Fix test failures on mingw.
4414         * tests/test-xstrtol.c (print_no_progname): New function.
4415         (main): Install it in error_print_progname hook.
4416         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
4417         * tests/test-xstrtoimax.sh: Likewise.
4418         * tests/test-xstrtoumax.sh: Likewise.
4419
4420 2008-04-21  Bruno Haible  <bruno@clisp.org>
4421
4422         Fix test failure on mingw.
4423         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
4424
4425 2008-04-21  Bruno Haible  <bruno@clisp.org>
4426
4427         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
4428         Actually assign a value.
4429
4430 2008-04-20  Bruno Haible  <bruno@clisp.org>
4431
4432         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
4433         take 2.
4434         * lib/canonicalize.c (canonicalize_file_name): Elide if the
4435         'canonicalize-lgpl' module is also used.
4436         * lib/canonicalize-lgpl.c: Undo last change.
4437         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
4438
4439 2008-04-20  Bruno Haible  <bruno@clisp.org>
4440
4441         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
4442         config.h. Provide _mkdir based fallback for mingw.
4443         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
4444         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
4445         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
4446         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
4447         rather than defining mkdir in config.h.
4448         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
4449         (gl_SYS_STAT_H_DEFAULTS): New macro.
4450         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
4451         HAVE_IO_H any more.
4452         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
4453         HAVE_DECL_MKDIR and HAVE_IO_H.
4454
4455 2008-04-20  Bruno Haible  <bruno@clisp.org>
4456
4457         * lib/isapipe.c: Port to native Windows platforms.
4458
4459 2008-04-20  Bruno Haible  <bruno@clisp.org>
4460
4461         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
4462
4463 2008-04-21  Eric Blake  <ebb9@byu.net>
4464
4465         Work around preprocessors that don't handle UINTMAX_MAX.
4466         * lib/memchr2.c (memchr2): Avoid embedded #if.
4467         Reported by Alain Guibert, fix suggested by Bruno Haible.
4468
4469 2008-04-21  Simon Josefsson  <simon@josefsson.org>
4470
4471         * doc/posix-functions/strftime.texi (strftime): Explain better
4472         Windows incompatibility.  Suggested by Micah Cowan
4473         <micah@cowan.name>.
4474
4475 2008-04-20  Bruno Haible  <bruno@clisp.org>
4476
4477         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
4478         unistr/u8-mblen.
4479
4480 2008-04-20  Bruno Haible  <bruno@clisp.org>
4481
4482         Fix test failure on platforms with non-GNU iconv.
4483         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
4484         (U_TO_U8): Use it, rather than u16_to_u8.
4485         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
4486         units at the end of the input string.
4487         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
4488
4489 2008-04-20  Bruno Haible  <bruno@clisp.org>
4490
4491         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
4492         when the resulting length is 0.
4493         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
4494
4495 2008-04-20  Bruno Haible  <bruno@clisp.org>
4496
4497         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
4498         works.
4499         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
4500
4501 2008-04-20  Bruno Haible  <bruno@clisp.org>
4502
4503         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
4504         * modules/tsearch-tests (configure.ac): Test for initstate function.
4505
4506 2008-04-20  Bruno Haible  <bruno@clisp.org>
4507
4508         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
4509         for nlink_t if missing.
4510         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
4511
4512 2008-04-19  Bruno Haible  <bruno@clisp.org>
4513
4514         Work around snprintf bug on Linux libc5.
4515         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
4516         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4517         gl_SNPRINTF_SIZE1.
4518         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4519         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
4520         that test failed.
4521         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
4522         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
4523         * modules/snprintf (Files): Add m4/printf.m4.
4524         * modules/vsnprintf (Files): Likewise.
4525         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
4526         * doc/posix-functions/vsnprintf.texi: Likewise.
4527
4528 2008-04-19  Bruno Haible  <bruno@clisp.org>
4529
4530         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
4531         from 0.0058 to less than 10^-7.
4532
4533 2008-04-19  Bruno Haible  <bruno@clisp.org>
4534
4535         Fix rounding when a precision is given.
4536         * lib/vasnprintf.c (is_borderline): New function.
4537         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
4538         9...9x.
4539         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
4540         %e, %g.
4541         * tests/test-vasprintf-posix.c (test_function): Likewise.
4542         * tests/test-snprintf-posix.h (test_function): Likewise.
4543         * tests/test-sprintf-posix.h (test_function): Likewise.
4544         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
4545         * tests/test-printf-posix.h (test_function): Likewise.
4546         * tests/test-printf-posix.output: Update.
4547         Reported by John Darrington <john@darrington.wattle.id.au> via
4548         Ben Pfaff <blp@cs.stanford.edu>.
4549
4550 2008-04-18  Simon Josefsson  <simon@josefsson.org>
4551
4552         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
4553         Suggested by Bruno Haible <bruno@clisp.org>.
4554
4555 2008-04-17  Bruno Haible  <bruno@clisp.org>
4556
4557         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
4558         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
4559         implementation.
4560         Patch by Bruce Merry <bmerry@gmail.com>.
4561
4562 2008-04-17  Simon Josefsson  <simon@josefsson.org>
4563
4564         * doc/posix-functions/strftime.texi (strftime): Mention that %e
4565         doesn't work under Windows.
4566
4567 2008-04-16  Bruno Haible  <bruno@clisp.org>
4568
4569         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
4570         New macros.
4571         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
4572         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
4573         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
4574         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
4575         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
4576         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
4577         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
4578         macros.
4579         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
4580         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
4581         Northern Sotho, Uighur.
4582
4583 2008-04-16  Bruno Haible  <bruno@clisp.org>
4584
4585         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
4586         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
4587         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
4588         Reported by Daniel Bergström <daniel@octocode.com>.
4589
4590 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
4591             Bruno Haible  <bruno@clisp.org>
4592
4593         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
4594         function.
4595         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
4596         New functions, mostly extracted from gl_locale_name_default.
4597         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
4598
4599 2008-04-16  Eric Blake  <ebb9@byu.net>
4600
4601         Adjust strtod detection to catch glibc 2.7 bug.
4602         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
4603         Reported by John Gatewood Ham.
4604
4605 2008-04-16  Bruno Haible  <bruno@clisp.org>
4606
4607         Add tentative support for Linux libc5.
4608         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
4609         * lib/fpurge.c (fpurge): Likewise.
4610         * lib/freadable.c (freadable): Likewise.
4611         * lib/freadahead.c (freadahead): Likewise.
4612         * lib/freading.c (freading): Likewise.
4613         * lib/freadptr.c (freadptr): Likewise.
4614         * lib/freadseek.c (freadptrinc): Likewise.
4615         * lib/fseeko.c (rpl_fseeko): Likewise.
4616         * lib/fseterr.c (fseterr): Likewise.
4617         * lib/fwritable.c (fwritable): Likewise.
4618         * lib/fwriting.c (fwriting): Likewise.
4619         Reported by Alain Guibert <alguibert+bts@free.fr>.
4620
4621 2008-04-15  Bruno Haible  <bruno@clisp.org>
4622
4623         * modules/mathl (configure.ac): Define module indicator.
4624
4625 2008-04-15  Bruno Haible  <bruno@clisp.org>
4626
4627         * lib/logl.c (logl): Remove unused variables.
4628
4629 2008-04-15  Bruno Haible  <bruno@clisp.org>
4630
4631         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
4632         fails.
4633
4634 2008-04-15  Bruno Haible  <bruno@clisp.org>
4635
4636         * lib/trim.c (trim2): Fix argument of isspace() macro.
4637
4638 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
4639
4640         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
4641         to 0.
4642         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
4643
4644 2008-04-14  Bruno Haible  <bruno@clisp.org>
4645
4646         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
4647         AC_LANG_PROGRAM argument.
4648         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
4649         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
4650         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
4651         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4652         * m4/math_h.m4 (gl_MATH_H): Likewise.
4653         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
4654         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
4655         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
4656         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
4657         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
4658         * m4/regex.m4 (gl_REGEX): Likewise.
4659         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
4660         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
4661         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
4662         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
4663         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
4664         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
4665         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4666         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
4667
4668 2008-04-14  Jim Meyering  <meyering@redhat.com>
4669
4670         test-strtod: fix typos: s/abs/fabs/
4671         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
4672
4673 2008-04-13  Bruno Haible  <bruno@clisp.org>
4674
4675         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
4676         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
4677         module is also used and while not building the reloc-wrapper.
4678
4679 2008-04-13  Bruno Haible  <bruno@clisp.org>
4680
4681         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
4682
4683 2008-04-13  Bruno Haible  <bruno@clisp.org>
4684
4685         Fix AIX compilation failure introduced on 2008-04-02.
4686         * tests/test-frexp.c (exp): Undefine before redefining.
4687         * tests/test-frexpl.c (exp): Likewise.
4688
4689 2008-04-13  Bruno Haible  <bruno@clisp.org>
4690
4691         Work around a HP-UX stdio bug.
4692         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
4693         * tests/test-ftello.c (main): Likewise.
4694         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
4695         * doc/posix-functions/ftello.texi: Likewise.
4696
4697 2008-04-13  Bruno Haible  <bruno@clisp.org>
4698
4699         Make test-signbit pass on HP-UX/hppa.
4700         * tests/test-signbit.c (minus_zerol): New variable.
4701         (test_signbitl): Use it.
4702
4703 2008-04-13  Bruno Haible  <bruno@clisp.org>
4704
4705         Make truncl work on OSF/1 4.0.
4706         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
4707         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
4708         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
4709         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
4710         HAVE_DECL_TRUNCL.
4711         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
4712         HAVE_DECL_TRUNCL.
4713         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
4714
4715 2008-04-13  Bruno Haible  <bruno@clisp.org>
4716
4717         * lib/unictype.h: Remove trailing comma from enumeration definitions.
4718
4719 2008-04-13  Bruno Haible  <bruno@clisp.org>
4720
4721         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
4722         expression, so as to avoid HP-UX 11 cc compiler bug.
4723
4724 2008-04-13  Bruno Haible  <bruno@clisp.org>
4725
4726         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
4727
4728 2008-04-13  Bruno Haible  <bruno@clisp.org>
4729
4730         * lib/git-merge-changelog.c: Remove empty declaration outside of
4731         functions.
4732
4733 2008-04-13  Bruno Haible  <bruno@clisp.org>
4734
4735         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
4736
4737 2008-04-13  Bruno Haible  <bruno@clisp.org>
4738
4739         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
4740         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
4741         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
4742         also if it exists but lacks definitions of the SHUT_* macros.
4743         * modules/sys_socket (Description): Update.
4744         Reported by Elbert Pol <e.pol@chello.nl>.
4745
4746 2008-04-13  Bruno Haible  <bruno@clisp.org>
4747
4748         * lib/localcharset.c (OS2): Don't redefine if already defined.
4749         Reported by Elbert Pol <e.pol@chello.nl>.
4750
4751 2008-04-13  Bruno Haible  <bruno@clisp.org>
4752
4753         * lib/binary-io.h [__EMX__]: Include <io.h>.
4754         Reported by Elbert Pol <e.pol@chello.nl>.
4755
4756 2008-04-12  Bruno Haible  <bruno@clisp.org>
4757
4758         * lib/fpucw.h: Enable the definitions also for x86_64.
4759         Needed for NetBSD/x86_64.
4760         Reported by Thomas Klausner <tk@giga.or.at>.
4761
4762 2008-04-12  Bruno Haible  <bruno@clisp.org>
4763
4764         * tests/test-strtod.c: Include isnand.h.
4765         (main): Use isnand instead of isnan.
4766         Reported by Jim Meyering.
4767
4768 2008-04-12  Bruno Haible  <bruno@clisp.org>
4769
4770         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
4771         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4772
4773 2008-04-12  Jim Meyering  <meyering@redhat.com>
4774
4775         * m4/math_h.m4 (gl_MATH_H): Fix typos.
4776
4777 2008-04-12  Bruno Haible  <bruno@clisp.org>
4778
4779         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
4780         Reported by Elbert Pol <e.pol@chello.nl>.
4781
4782 2008-04-12  Eric Blake  <ebb9@byu.net>
4783
4784         Work around Solaris 10 math.h bug.
4785         * m4/math_h.m4 (gl_MATH_H): Check for bug.
4786         (gl_MATH_H_DEFAULTS): Set up default.
4787         * modules/math (Makefile.am): Replace new indicators.
4788         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
4789         * tests/test-math.c (main): Test this.
4790         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
4791         * doc/posix-headers/math.texi (math.h): Mention bug.
4792         Reported by Nelson H. F. Beebe and Jim Meyering.
4793
4794 2008-04-11  Bruno Haible  <bruno@clisp.org>
4795
4796         Adapt to future versions of Apple GCC.
4797         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
4798         Reported by Peter O'Gorman <peter@pogma.com>.
4799
4800 2008-04-11  Bruno Haible  <bruno@clisp.org>
4801
4802         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
4803
4804 2008-04-11  Bruno Haible  <bruno@clisp.org>
4805
4806         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
4807
4808         * modules/getaddrinfo-tests (Makefile.am): Define
4809         test_getaddrinfo_LDADD.
4810
4811 2008-04-11  Bruno Haible  <bruno@clisp.org>
4812
4813         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
4814         (init): Fix syntax error.
4815         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
4816         is declared.
4817
4818 2008-04-11  Bruno Haible  <bruno@clisp.org>
4819
4820         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
4821         * modules/glob (Depends-on): Add stdbool.
4822
4823 2008-04-11  Bruno Haible  <bruno@clisp.org>
4824
4825         * lib/trim.c: Include <string.h>.
4826
4827 2008-04-11  Eric Blake  <ebb9@byu.net>
4828
4829         Avoid compile failure on OS/2.
4830         * lib/regex_internal.h (internal_function): Disable optimization
4831         on OS/2 (__EMX__), where it caused compiler error.
4832         Reported by Elbert Pol.
4833
4834 2008-04-11  Bruno Haible  <bruno@clisp.org>
4835
4836         Flush the standard error stream before aborting. Needed on mingw.
4837         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
4838         * tests/test-array_list.c (ASSERT): Likewise.
4839         * tests/test-array_oset.c (ASSERT): Likewise.
4840         * tests/test-avltree_list.c (ASSERT): Likewise.
4841         * tests/test-avltree_oset.c (ASSERT): Likewise.
4842         * tests/test-avltreehash_list.c (ASSERT): Likewise.
4843         * tests/test-binary-io.c (ASSERT): Likewise.
4844         * tests/test-byteswap.c (ASSERT): Likewise.
4845         * tests/test-c-ctype.c (ASSERT): Likewise.
4846         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
4847         * tests/test-c-strcasestr.c (ASSERT): Likewise.
4848         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
4849         * tests/test-c-strstr.c (ASSERT): Likewise.
4850         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
4851         * tests/test-canonicalize.c (ASSERT): Likewise.
4852         * tests/test-carray_list.c (ASSERT): Likewise.
4853         * tests/test-ceilf1.c (ASSERT): Likewise.
4854         * tests/test-ceilf2.c (ASSERT): Likewise.
4855         * tests/test-ceill.c (ASSERT): Likewise.
4856         * tests/test-count-one-bits.c (ASSERT): Likewise.
4857         * tests/test-fbufmode.c (ASSERT): Likewise.
4858         * tests/test-fflush2.c (ASSERT): Likewise.
4859         * tests/test-floorf1.c (ASSERT): Likewise.
4860         * tests/test-floorf2.c (ASSERT): Likewise.
4861         * tests/test-floorl.c (ASSERT): Likewise.
4862         * tests/test-fopen.c (ASSERT): Likewise.
4863         * tests/test-fpending.c (ASSERT): Likewise.
4864         * tests/test-fprintf-posix.c (ASSERT): Likewise.
4865         * tests/test-fpurge.c (ASSERT): Likewise.
4866         * tests/test-freadable.c (ASSERT): Likewise.
4867         * tests/test-freadahead.c (ASSERT): Likewise.
4868         * tests/test-freading.c (ASSERT): Likewise.
4869         * tests/test-freadptr.c (ASSERT): Likewise.
4870         * tests/test-freadptr2.c (ASSERT): Likewise.
4871         * tests/test-freadseek.c (ASSERT): Likewise.
4872         * tests/test-freopen.c (ASSERT): Likewise.
4873         * tests/test-frexp.c (ASSERT): Likewise.
4874         * tests/test-frexpl.c (ASSERT): Likewise.
4875         * tests/test-fseek.c (ASSERT): Likewise.
4876         * tests/test-fseeko.c (ASSERT): Likewise.
4877         * tests/test-fstrcmp.c (ASSERT): Likewise.
4878         * tests/test-ftell.c (ASSERT): Likewise.
4879         * tests/test-ftello.c (ASSERT): Likewise.
4880         * tests/test-func.c (ASSERT): Likewise.
4881         * tests/test-fwritable.c (ASSERT): Likewise.
4882         * tests/test-fwriting.c (ASSERT): Likewise.
4883         * tests/test-getdelim.c (ASSERT): Likewise.
4884         * tests/test-getline.c (ASSERT): Likewise.
4885         * tests/test-i-ring.c (ASSERT): Likewise.
4886         * tests/test-iconv-utf.c (ASSERT): Likewise.
4887         * tests/test-iconv.c (ASSERT): Likewise.
4888         * tests/test-isfinite.c (ASSERT): Likewise.
4889         * tests/test-isnand.c (ASSERT): Likewise.
4890         * tests/test-isnanf.c (ASSERT): Likewise.
4891         * tests/test-isnanl.h (ASSERT): Likewise.
4892         * tests/test-ldexpl.c (ASSERT): Likewise.
4893         * tests/test-linked_list.c (ASSERT): Likewise.
4894         * tests/test-linkedhash_list.c (ASSERT): Likewise.
4895         * tests/test-localename.c (ASSERT): Likewise.
4896         * tests/test-lseek.c (ASSERT): Likewise.
4897         * tests/test-mbscasecmp.c (ASSERT): Likewise.
4898         * tests/test-mbscasestr1.c (ASSERT): Likewise.
4899         * tests/test-mbscasestr2.c (ASSERT): Likewise.
4900         * tests/test-mbscasestr3.c (ASSERT): Likewise.
4901         * tests/test-mbscasestr4.c (ASSERT): Likewise.
4902         * tests/test-mbschr.c (ASSERT): Likewise.
4903         * tests/test-mbscspn.c (ASSERT): Likewise.
4904         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
4905         * tests/test-mbspbrk.c (ASSERT): Likewise.
4906         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
4907         * tests/test-mbsrchr.c (ASSERT): Likewise.
4908         * tests/test-mbsspn.c (ASSERT): Likewise.
4909         * tests/test-mbsstr1.c (ASSERT): Likewise.
4910         * tests/test-mbsstr2.c (ASSERT): Likewise.
4911         * tests/test-mbsstr3.c (ASSERT): Likewise.
4912         * tests/test-memchr2.c (ASSERT): Likewise.
4913         * tests/test-memmem.c (ASSERT): Likewise.
4914         * tests/test-open.c (ASSERT): Likewise.
4915         * tests/test-printf-frexp.c (ASSERT): Likewise.
4916         * tests/test-printf-frexpl.c (ASSERT): Likewise.
4917         * tests/test-printf-posix.c (ASSERT): Likewise.
4918         * tests/test-quotearg.c (ASSERT): Likewise.
4919         * tests/test-rbtree_list.c (ASSERT): Likewise.
4920         * tests/test-rbtree_oset.c (ASSERT): Likewise.
4921         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
4922         * tests/test-round1.c (ASSERT): Likewise.
4923         * tests/test-roundf1.c (ASSERT): Likewise.
4924         * tests/test-roundl.c (ASSERT): Likewise.
4925         * tests/test-signbit.c (ASSERT): Likewise.
4926         * tests/test-sleep.c (ASSERT): Likewise.
4927         * tests/test-snprintf-posix.c (ASSERT): Likewise.
4928         * tests/test-snprintf.c (ASSERT): Likewise.
4929         * tests/test-sprintf-posix.c (ASSERT): Likewise.
4930         * tests/test-stat-time.c (ASSERT): Likewise.
4931         * tests/test-strcasestr.c (ASSERT): Likewise.
4932         * tests/test-strerror.c (ASSERT): Likewise.
4933         * tests/test-striconv.c (ASSERT): Likewise.
4934         * tests/test-striconveh.c (ASSERT): Likewise.
4935         * tests/test-striconveha.c (ASSERT): Likewise.
4936         * tests/test-strsignal.c (ASSERT): Likewise.
4937         * tests/test-strstr.c (ASSERT): Likewise.
4938         * tests/test-strtod.c (ASSERT): Likewise.
4939         * tests/test-trunc1.c (ASSERT): Likewise.
4940         * tests/test-trunc2.c (ASSERT): Likewise.
4941         * tests/test-truncf1.c (ASSERT): Likewise.
4942         * tests/test-truncf2.c (ASSERT): Likewise.
4943         * tests/test-truncl.c (ASSERT): Likewise.
4944         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
4945         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
4946         * tests/test-vasnprintf.c (ASSERT): Likewise.
4947         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
4948         * tests/test-vasprintf.c (ASSERT): Likewise.
4949         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
4950         * tests/test-vprintf-posix.c (ASSERT): Likewise.
4951         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
4952         * tests/test-vsnprintf.c (ASSERT): Likewise.
4953         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
4954         * tests/test-wcwidth.c (ASSERT): Likewise.
4955         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
4956         * tests/test-xprintf-posix.c (ASSERT): Likewise.
4957         * tests/test-xvasprintf.c (ASSERT): Likewise.
4958         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
4959         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
4960         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
4961         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
4962         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
4963         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
4964         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
4965         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
4966         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
4967         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
4968         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
4969         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
4970         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
4971         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
4972         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
4973         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
4974         * tests/unictype/test-block_list.c (ASSERT): Likewise.
4975         * tests/unictype/test-block_of.c (ASSERT): Likewise.
4976         * tests/unictype/test-block_test.c (ASSERT): Likewise.
4977         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
4978         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
4979         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
4980         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
4981         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
4982         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
4983         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
4984         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
4985         * tests/unictype/test-combining.c (ASSERT): Likewise.
4986         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
4987         * tests/unictype/test-digit.c (ASSERT): Likewise.
4988         * tests/unictype/test-mirror.c (ASSERT): Likewise.
4989         * tests/unictype/test-numeric.c (ASSERT): Likewise.
4990         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
4991         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
4992         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
4993         * tests/unictype/test-scripts.c (ASSERT): Likewise.
4994         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
4995         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
4996         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
4997         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
4998         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
4999         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
5000         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
5001         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
5002         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
5003         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
5004         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
5005         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
5006         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
5007         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
5008         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
5009         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
5010         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
5011         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
5012         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
5013         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
5014         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
5015         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
5016         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
5017         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
5018         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
5019         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
5020         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
5021         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
5022         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
5023         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
5024         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
5025         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
5026         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
5027         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
5028         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
5029         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
5030         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
5031         Reported by Eric Blake.
5032
5033 2008-04-11  Bruno Haible  <bruno@clisp.org>
5034
5035         * lib/wchar.in.h: Tweak comment.
5036
5037 2008-04-11  Bruno Haible  <bruno@clisp.org>
5038
5039         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
5040         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
5041         gl_COMMON.
5042         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
5043
5044 2008-04-11  Bruno Haible  <bruno@clisp.org>
5045
5046         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
5047
5048 2008-04-11  Simon Josefsson  <simon@josefsson.org>
5049
5050         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
5051         of attempting to use non-existing /dev/*random.  Based on patch
5052         from Adam Strzelecki <ono@java.pl> in
5053         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
5054
5055 2008-04-08  Bruno Haible  <bruno@clisp.org>
5056
5057         Add tentative support for emx+gcc.
5058         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
5059         * lib/fpurge.c (fpurge): Likewise.
5060         * lib/freadable.c (freadable): Likewise.
5061         * lib/freadahead.c (freadahead): Likewise.
5062         * lib/freading.c (freading): Likewise.
5063         * lib/freadptr.c (freadptr): Likewise.
5064         * lib/freadseek.c (freadptrinc): Likewise.
5065         * lib/fseeko.c (rpl_fseeko): Likewise.
5066         * lib/fseterr.c (fseterr): Likewise.
5067         * lib/fwritable.c (fwritable): Likewise.
5068         * lib/fwriting.c (fwriting): Likewise.
5069         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
5070
5071 2008-04-09  Eric Blake  <ebb9@byu.net>
5072
5073         Avoid some autoconf warnings.
5074         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
5075         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
5076         * m4/afs.m4 (gl_AFS): Likewise.
5077         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
5078         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
5079         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
5080         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
5081         (gl_INTEGER_TYPE_SUFFIX): Likewise.
5082         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
5083         (AC_CHECK_DECLS_ONCE): Likewise.
5084         Rename file...
5085         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
5086         gnulib-tool requires autoconf 2.59 or better.
5087         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
5088
5089 2008-04-08  Eric Blake  <ebb9@byu.net>
5090
5091         Use 'git describe --match' if present (added in git 1.5.5).
5092         * build-aux/git-version-gen: Limit result to tags that match 'v*'
5093         if possible.
5094
5095 2008-04-08  Bruno Haible  <bruno@clisp.org>
5096
5097         Add tentative support for OpenServer.
5098         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
5099         _ptr, _cnt.
5100         * lib/fpurge.c (fpurge): Likewise.
5101         * lib/freadable.c (freadable): Likewise.
5102         * lib/freadahead.c (freadahead): Likewise.
5103         * lib/freading.c (freading): Likewise.
5104         * lib/freadptr.c (freadptr): Likewise.
5105         * lib/freadseek.c (freadptrinc): Likewise.
5106         * lib/fseeko.c (rpl_fseeko): Likewise.
5107         * lib/fseterr.c (fseterr): Likewise.
5108         * lib/fwritable.c (fwritable): Likewise.
5109         * lib/fwriting.c (fwriting): Likewise.
5110         Reported by Roger Cornelius <rac@tenzing.org> and
5111         Brian K. White <brian@aljex.com>.
5112
5113 2008-04-06  Jim Meyering  <meyering@redhat.com>
5114
5115         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
5116
5117 2008-04-06  Bruno Haible  <bruno@clisp.org>
5118
5119         Avoid possible error with non-ASCII bytes in UTF-8 locales.
5120         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
5121         * tests/test-printf-posix.sh: Likewise.
5122         * tests/test-vfprintf-posix.sh: Likewise.
5123         * tests/test-vprintf-posix.sh: Likewise.
5124         * tests/test-xprintf-posix.sh: Likewise.
5125
5126 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5127
5128         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
5129         hide error from 'ls', needed on OS/2.
5130         Report by Elbert Pol <elbert.pol@gmail.com>.
5131
5132 2008-04-04  Eric Blake  <ebb9@byu.net>
5133
5134         Make test-fseeko.c failures meaningful.
5135         * tests/test-fseeko.c: Print line number on failure.
5136         * tests/test-fseek.c: Likewise.
5137         Reported by Nelson H. F. Beebe.
5138
5139         Improve strtod bug detection check.
5140         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
5141         required for Solaris 10.
5142         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
5143
5144 2008-04-04  Bruno Haible  <bruno@clisp.org>
5145
5146         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
5147         by m4/setenv.m4.
5148
5149 2008-04-03  Eric Blake  <ebb9@byu.net>
5150
5151         Ensure sane .version contents.
5152         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
5153         version string.
5154         * build-aux/git-version-gen: Improve documentation.
5155
5156         Make GNU make output nicer.
5157         * top/GNUmakefile [!_have-Makefile]: Add dependency on
5158         MAKECMDGOALS to enforce message for all command line targets.  Set
5159         srcdir for use in maint.mk.
5160
5161         Another maintainer tweak.
5162         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
5163         a target that regenerates version.
5164
5165 2008-04-03  Jim Meyering  <meyering@redhat.com>
5166
5167         vc-list-files: don't cause coreutils "make po-check" failure
5168         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
5169
5170 2008-04-03  Eric Blake  <ebb9@byu.net>
5171
5172         Allow VPATH usage of vc-list-files.
5173         * build-aux/vc-list-files (scriptversion): Add timestamp.
5174         (options): Add --help, --version, -C.
5175         (CVS): Support installed cvsu.
5176
5177 2008-04-02  Bruno Haible  <bruno@clisp.org>
5178
5179         Avoid some "statement with no effect" warnings from gcc.
5180         * tests/test-wctype.c (main): Explicitly ignore unused values.
5181         Reported by Jim Meyering.
5182
5183 2008-04-02  Jim Meyering  <meyering@redhat.com>
5184
5185         Avoid some warnings from "gcc -Wshadow".
5186         * tests/test-frexp.c (exp): Define to a different identifier.
5187         * tests/test-frexpl.c (exp): Likewise.
5188
5189 2008-04-03  Jim Meyering  <meyering@redhat.com>
5190
5191         bootstrap: remove dangling *.[ch] symlinks from lib
5192         * build-aux/bootstrap [dangling symlink removal]: Move find's
5193         -depth option to precede all others, to avoid a warning.
5194         Remove *.[ch] files too, and from "$source_base" (usually lib/).
5195
5196 2008-04-02  Bruno Haible  <bruno@clisp.org>
5197
5198         Avoid some warnings from "gcc -Wshadow".
5199         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
5200         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
5201         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
5202         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
5203         Reported by Jim Meyering.
5204
5205 2008-04-01  Bruno Haible  <bruno@clisp.org>
5206
5207         Fix test to work on IRIX 6.5 with cc.
5208         * tests/test-math.c (numeric_equal): New function.
5209         (main): Use it.
5210
5211 2008-04-01  Bruno Haible  <bruno@clisp.org>
5212
5213         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
5214
5215 2008-04-01  Bruno Haible  <bruno@clisp.org>
5216
5217         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
5218         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
5219         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
5220         (Depends-on): Remove math.
5221
5222         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
5223         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
5224         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
5225         (Depends-on): Remove math.
5226
5227         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
5228         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
5229         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
5230         (Depends-on): Remove math.
5231         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
5232         (Depends-on): Remove math.
5233
5234         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
5235         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
5236         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
5237         (Depends-on): Remove math.
5238         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
5239         (Depends-on): Remove math.
5240
5241         * tests/test-round1.c: Include nan.h.
5242         (main): Use NaNd instead of NAN.
5243         * modules/round-tests (Files): Add tests/nan.h.
5244
5245         * tests/test-trunc1.c: Include nan.h.
5246         (main): Use NaNd instead of NAN.
5247         * modules/trunc-tests (Files): Add tests/nan.h.
5248
5249         * tests/test-roundf1.c: Include nan.h.
5250         (main): Use NaNf instead of NAN.
5251         * modules/roundf-tests (Files): Add tests/nan.h.
5252
5253         * tests/test-truncf1.c: Include nan.h.
5254         (main): Use NaNf instead of NAN.
5255         * modules/truncf-tests (Files): Add tests/nan.h.
5256
5257         * tests/test-ceilf1.c: Include nan.h.
5258         (main): Use NaNf instead of NAN.
5259         * modules/ceilf-tests (Files): Add tests/nan.h.
5260
5261         * tests/test-floorf1.c: Include nan.h.
5262         (main): Use NaNf instead of NAN.
5263         * modules/floorf-tests (Files): Add tests/nan.h.
5264
5265         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
5266         (main): Use NaNf instead of NAN.
5267         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
5268
5269         * tests/test-isnand.c: Include nan.h instead of <math.h>.
5270         (main): Use NaNd instead of NAN.
5271         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
5272
5273         * tests/test-frexp.c: Include nan.h.
5274         (main): Use NaNd instead of NAN.
5275         * modules/frexp-tests (Files): Add tests/nan.h.
5276
5277         * lib/isnan.c: Don't include <math.h>.
5278         (FUNC): Don't use NAN macro.
5279         * modules/isnand-nolibm (Depends-on): Remove math.
5280         * modules/isnanf-nolibm (Depends-on): Remove math.
5281         * modules/isnanl (Depends-on): Remove math.
5282         * modules/isnanl-nolibm (Depends-on): Remove math.
5283
5284         * tests/nan.h: New file.
5285
5286 2008-04-01  Eric Blake  <ebb9@byu.net>
5287
5288         Fix typos.
5289         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
5290         values to be the right type.
5291
5292         For now, cater to gnulib strtod inaccuracies.
5293         * tests/test-strtod.c (main): Allow 1-ulp error on expected
5294         fractional results.  While not as nice from a QoI perspective, it
5295         is a quicker patch than correctly implementing decimal to binary
5296         rounding.
5297
5298 2008-03-31  Eric Blake  <ebb9@byu.net>
5299
5300         Guarantee a definition of NAN.
5301         * lib/math.in.h (NAN): Define if missing.
5302         * tests/test-math.c (main): Test it.
5303         * doc/posix-headers/math.texi (math.h): Document this.
5304         * lib/isnan.c (rpl_isnand): Use it.
5305         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
5306         * tests/test-floorf1.c (NaN): Likewise.
5307         * tests/test-frexp.c (NaN): Likewise.
5308         * tests/test-isnand.c (NaN): Likewise.
5309         * tests/test-isnanf.c (NaN): Likewise.
5310         * tests/test-round1.c (NaN): Likewise.
5311         * tests/test-roundf1.c (NaN): Likewise.
5312         * tests/test-snprintf-posix.h (NaN): Likewise.
5313         * tests/test-sprintf-posix.h (NaN): Likewise.
5314         * tests/test-trunc1.c (NaN): Likewise.
5315         * tests/test-truncf1.c (NaN): Likewise.
5316         * tests/test-vasnprintf-posix.c (NaN): Likewise.
5317         * tests/test-vasprintf-posix.c (NaN): Likewise.
5318         * modules/isnand-nolibm (Depends-on): Add math.
5319         * modules/isnanf-nolibm (Depends-on): Likewise.
5320         * modules/isnanl (Depends-on): Likewise.
5321         * modules/isnanl-nolibm (Depends-on): Likewise.
5322         * modules/snprintf-posix-tests (Depends-on): Likewise.
5323         * modules/sprintf-posix-tests (Depends-on): Likewise.
5324         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
5325         * modules/vsprintf-posix-tests (Depends-on): Likewise.
5326         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
5327         * modules/vasprintf-posix-tests (Depends-on): Likewise.
5328
5329 2008-03-31  Bruno Haible  <bruno@clisp.org>
5330
5331         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
5332         * doc/posix-functions/strtod.texi: Likewise.
5333
5334 2008-03-31  Bruno Haible  <bruno@clisp.org>
5335
5336         * tests/test-strtod.c (main): Don't use C99 syntax.
5337
5338 2008-03-31  Bruno Haible  <bruno@clisp.org>
5339
5340         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
5341         Reported by Eric Blake.
5342
5343 2008-03-31  Jim Meyering  <meyering@redhat.com>
5344
5345         Don't compare actual signbit return values.
5346         * tests/test-strtod.c (main): Rather, compare only their
5347         zero/non-zero nature.
5348
5349 2008-03-31  Eric Blake  <ebb9@byu.net>
5350
5351         More strtod documentation.
5352         * doc/posix-functions/strtod.texi (strtod): Interpret more test
5353         failures as distinct bugs.
5354
5355 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
5356
5357         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
5358         Problem reported by Erik Benada in
5359         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
5360
5361 2008-03-30  Bruno Haible  <bruno@clisp.org>
5362
5363         * tests/test-strtod.c: Add comments about which assertion fails on which
5364         platform.
5365         * doc/posix-functions/strtod.texi: Add info about many more platforms.
5366
5367 2008-03-30  Eric Blake  <ebb9@byu.net>
5368
5369         Test signbit behavior on zeros.
5370         * tests/test-signbit.c (test_signbitf): Add tests for zero.
5371         (test_signbitd, test_signbitl): Likewise.
5372
5373         More strtod touchups.
5374         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
5375         sign of negative underflow, for now.  Use .5, not .1.
5376         * doc/posix-functions/strtod.texi (strtod): Mention these
5377         limitations.
5378         Reported by Jim Meyering.
5379
5380 2008-03-30  Bruno Haible  <bruno@clisp.org>
5381
5382         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
5383         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
5384
5385 2008-03-30  Bruno Haible  <bruno@clisp.org>
5386
5387         Avoid failure when attempting to return empty iconv results on some
5388         platforms.
5389         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
5390         allocation, don't report ENOMEM when the resulting string is empty.
5391
5392 2008-03-30  Bruno Haible  <bruno@clisp.org>
5393
5394         Fix buffer overrun.
5395         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
5396         Don't consider the width for tmp_length. Check count against tmp_length
5397         before doing the padding. Ensure enough allocation during padding.
5398
5399 2008-03-30  Eric Blake  <ebb9@byu.net>
5400
5401         strtod touchups.
5402         * lib/strtod.c (strtod): Avoid compiler warnings.
5403         Reported by Jim Meyering.
5404
5405 2008-03-30  Bruno Haible  <bruno@clisp.org>
5406
5407         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
5408         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
5409         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
5410         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
5411         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
5412         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
5413         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
5414         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
5415
5416         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
5417         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
5418         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
5419         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
5420         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
5421         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
5422         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
5423         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
5424
5425         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
5426         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
5427         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
5428         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
5429         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
5430         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
5431         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
5432         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
5433
5434         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
5435         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
5436
5437         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
5438         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
5439
5440         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
5441         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
5442
5443         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
5444         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
5445         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
5446
5447         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
5448         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
5449         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
5450
5451         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
5452         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
5453         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
5454
5455         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
5456         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
5457         * modules/vasprintf (Depends-on): Add EOVERFLOW.
5458
5459         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
5460         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
5461         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
5462         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
5463         (Depends-on): Add EOVERFLOW.
5464         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
5465         (Depends-on): Add EOVERFLOW.
5466         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
5467         (Depends-on): Add EOVERFLOW.
5468         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
5469         (Depends-on): Add EOVERFLOW.
5470         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
5471         (Depends-on): Add EOVERFLOW.
5472         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
5473         (Depends-on): Add EOVERFLOW.
5474         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
5475         (Depends-on): Add EOVERFLOW.
5476         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
5477         (Depends-on): Add EOVERFLOW.
5478
5479         * lib/sprintf.c (EOVERFLOW): Remove fallback.
5480         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
5481         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
5482
5483         * lib/snprintf.c (EOVERFLOW): Remove fallback.
5484         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
5485         * modules/snprintf (Depends-on): Add EOVERFLOW.
5486
5487         * lib/poll.c (EOVERFLOW): Remove fallback.
5488         * modules/poll (Depends-on): Add EOVERFLOW.
5489
5490         * lib/getugroups.c (EOVERFLOW): Remove fallback.
5491         * modules/getugroups (Depends-on): Add EOVERFLOW.
5492
5493         * lib/getdelim.c (EOVERFLOW): Remove fallback.
5494         * modules/getdelim (Depends-on): Add EOVERFLOW.
5495
5496         * lib/ftell.c (EOVERFLOW): Remove fallback.
5497         * modules/ftell (Depends-on): Add EOVERFLOW.
5498
5499         * lib/fprintf.c (EOVERFLOW): Remove fallback.
5500         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
5501         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
5502
5503         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
5504
5505         * modules/EOVERFLOW-tests: New file.
5506         * tests/test-EOVERFLOW.c: New file.
5507
5508         * modules/EOVERFLOW: New file.
5509         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
5510
5511 2008-03-30  Bruno Haible  <bruno@clisp.org>
5512
5513         Fix bug introduced on 2007-06-10.
5514         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
5515         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
5516
5517 2008-03-30  Bruno Haible  <bruno@clisp.org>
5518
5519         Improve freadseek's efficiency after ungetc.
5520         * lib/freadseek.c: Include freadahead.h.
5521         (freadptrinc): New function, extracted from freadseek.
5522         (freadseek): Use it in a loop. Use freadahead to determine the number
5523         of loop iterations.
5524         * modules/freadseek (Depends-on): Add freadahead.
5525         (configure.ac): Require AC_C_INLINE.
5526
5527 2008-03-30  Bruno Haible  <bruno@clisp.org>
5528
5529         * lib/freadseek.c (freadseek): Don't ignore the return value of
5530         freadptr.
5531
5532 2008-03-29  Eric Blake  <ebb9@byu.net>
5533
5534         Add hex float support.
5535         * modules/strtod (Depends-on): Add c-ctype.
5536         (Link): Mention POW_LIB.
5537         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
5538         whitespace between 'e' and exponent.
5539         * tests/test-strtod.c (main): Enable hex float tests.
5540         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
5541         now provides.
5542
5543         Document various strtod bugs, with some fixes.
5544         * doc/posix-functions/strtod.texi (strtod): Document bugs with
5545         "-0x", "inf", "nan", and hex constants.
5546         * doc/posix-functions/atof.texi (atof): Likewise.
5547         * modules/stdlib (Makefile.am): Support strtod.
5548         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
5549         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
5550         detect additional strtod bugs.
5551         * lib/stdlib.in.h (rpl_strtod): Add declarations.
5552         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
5553         bool where appropriate.  Parse 'inf' and 'nan'.
5554         * tests/test-strtod.c: New file.
5555         * modules/strtod (Depends-on): Add stdbool, stdlib.
5556         (configure.ac): Turn on module indicator.
5557         * modules/strtod-tests: New module.
5558
5559 2008-03-29  Eric Blake  <ebb9@byu.net>
5560
5561         Fix ftell on mingw.
5562         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
5563         * modules/ftell-tests (Depends-on): Add binary-io.
5564         * modules/ftello-tests (Depends-on): Likewise.
5565         * tests/test-ftell.c (main): Enhance test to cover behavior after
5566         ungetc.  Enforce binary mode.
5567         * tests/test-ftello.c (main): Likewise.
5568
5569         Pass test-freadseek on cygwin.
5570         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
5571         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
5572         ungetc buffer.
5573
5574         * tests/test-fflush2.c (main): Fix typo.
5575
5576 2008-03-29  Bruno Haible  <bruno@clisp.org>
5577
5578         * tests/test-fflush2.c (main): Temporarily disable the contents of
5579         this test.
5580         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
5581         Reported by Eric Blake.
5582
5583 2008-03-28  Simon Josefsson  <simon@josefsson.org>
5584
5585         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
5586         (GC_SHA224_DIGEST_SIZE): Add.
5587
5588         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
5589         (gc_hash_digest_length): Likewise.
5590         (gc_hash_buffer): Likewise.
5591
5592 2008-03-25  Bruno Haible  <bruno@clisp.org>
5593
5594         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
5595         detail which gettext release to use.
5596         Reported by Simon Josefsson.
5597
5598 2008-03-26  Jim Meyering  <meyering@redhat.com>
5599
5600         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
5601         * modules/gnumakefile (clean-GNUmakefile): Also, use
5602         test ... && ... || : syntax rather than if-then ... fi.
5603
5604         gnumakefile: Don't double-quote-expand $(VPATH) value.
5605         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
5606
5607 2008-03-24  Eric Blake  <ebb9@byu.net>
5608
5609         Alter GNUmakefile to install into top directory.
5610         * modules/maintainer-makefile: Split, and add dependency...
5611         * modules/gnumakefile: to this new module.
5612         * build-aux/GNUmakefile: Move...
5613         * top/GNUmakefile: ...here.
5614         * build-aux/maint.mk: Move...
5615         * top/maint.mk: ...here.
5616         * MODULES.html.sh (Support for maintaining...): Document new
5617         module.
5618
5619 2008-03-23  Bruno Haible  <bruno@clisp.org>
5620
5621         * gnulib-tool: New options --vc-files, --no-vc-files.
5622         (func_usage): Document them.
5623         (vc_files): New variable.
5624         (func_import): Consider vc_files.
5625         (func_create_testdir): Set vc_files to empty.
5626         Suggested by Jim Meyering and Karl Berry.
5627
5628 2008-03-23  Bruno Haible  <bruno@clisp.org>
5629
5630         Fix regex compilation error on HP-UX 11.
5631         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
5632         * modules/regex (Files): Add m4/mbstate_t.m4.
5633         Reported by Ton Voon <ton.voon@altinity.com>.
5634
5635 2008-03-23  Bruno Haible  <bruno@clisp.org>
5636
5637         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
5638
5639 2008-03-23  Eric Blake  <ebb9@byu.net>
5640             Bruno Haible  <bruno@clisp.org>
5641
5642         Install files from top/ in the destination directory.
5643         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
5644         augmentation also for the files from top/.
5645         (func_import, func_create_testdir): Rewrite file names:
5646         top/filename -> filename.
5647
5648 2008-03-23  Bruno Haible  <bruno@clisp.org>
5649
5650         Tweak "gnulib --version" output.
5651         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
5652
5653 2008-03-23  Bruno Haible  <bruno@clisp.org>
5654
5655         Tweak "gnulib --version" output.
5656         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
5657         rather than contents of ChangeLog, when possible.
5658
5659 2008-03-21  Eric Blake  <ebb9@byu.net>
5660
5661         More --version tweaks.
5662         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
5663         date of last ChangeLog entry.
5664
5665 2008-03-21  Jim Meyering  <meyering@redhat.com>
5666
5667         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
5668
5669 2008-03-20  Eric Blake  <ebb9@byu.net>
5670
5671         VPATH fix.
5672         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
5673
5674 2008-03-20  Simon Josefsson  <simon@josefsson.org>
5675
5676         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
5677         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
5678
5679 2008-03-20  Eric Blake  <ebb9@byu.net>
5680
5681         Sync GNUmakefile with coreutils.
5682         * build-aux/GNUmakefile (have-Makefile): Rename...
5683         (_have-Makefile): ...to this, for namespace consideration.
5684         (GNUmakefile.cfg): Include, if present.
5685         (_autoreconf): Define a default.
5686         (_is-dist-target): New rule for rebuilds to pick up intra-release
5687         version.
5688         (maint-cfg.mk): Rename...
5689         (cfg.mk): ...to this.
5690
5691 2008-03-18  Jim Meyering  <meyering@redhat.com>
5692
5693         New script and module: mktempd
5694         * MODULES.html.sh (maint+release support): Add mktempd.
5695         * build-aux/mktempd: New file.
5696         * modules/mktempd: New file.
5697
5698 2008-03-15  Jim Meyering  <meyering@redhat.com>
5699
5700         Undo last change.
5701         * lib/sha1.c, lib/md5.c: 63 != ~63.
5702         Reported by Andreas Schwab.
5703
5704         sha1.c, md5.c: Hoist a redundant expression.
5705         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
5706         "ctx->buflen" only once, before calling *_process_block.
5707         * lib/md5.c (md5_process_bytes): Likewise.
5708
5709 2008-03-14  Eric Blake  <ebb9@byu.net>
5710
5711         Bump copyright year in files generated by gnulib-tool.
5712         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
5713         gnulib-tool, rather than hard-coding it.
5714
5715         Fix 'gnulib-tool --version' output to work with git.
5716         * gnulib-tool (func_gnulib_dir): New function, extracted from...
5717         (startup): ...here.
5718         (func_version): Use it to invoke git-version-gen, rather than
5719         relying on CVS keyword expansion.  Modernize wording.
5720         (cvsdatestamp, last_checkin_date, version): Kill unused
5721         variables.
5722
5723 2008-03-12  Jim Meyering  <meyering@redhat.com>
5724
5725         Recognize optional cast of the argument to free.
5726         * build-aux/useless-if-before-free: Update regexps.
5727
5728         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
5729
5730 2008-03-11  Bruno Haible  <bruno@clisp.org>
5731
5732         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
5733         by a single package.
5734         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
5735         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
5736         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
5737         Reported by Sam Steingold <sds@gnu.org>.
5738
5739 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
5740
5741         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
5742         repositories.
5743
5744 2008-03-11  Bruno Haible  <bruno@clisp.org>
5745
5746         Avoid conflicts between local macro definitions.
5747         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
5748         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
5749
5750 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
5751             Bruno Haible  <bruno@clisp.org>
5752
5753         Make va_copy work with some version of xlc on AIX 5.1.
5754         * lib/stdarg.in.h: New file.
5755         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
5756         On AIX, use a <stdarg.h> file substitute.
5757         * modules/stdarg (Files): Add lib/stdarg.in.h.
5758         (Depends-on): Add include_next.
5759         (Makefile.am): Build a stdarg.h substitute if requested.
5760         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
5761
5762 2008-03-10  Bruno Haible  <bruno@clisp.org>
5763
5764         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
5765         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
5766         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
5767
5768 2008-03-10  Bruno Haible  <bruno@clisp.org>
5769
5770         * modules/stdlib (Depends-on): Add include_next, remove
5771         absolute-header.
5772
5773 2008-03-09  Bruno Haible  <bruno@clisp.org>
5774
5775         * lib/freadahead.h (freadahead): Document more precisely.
5776         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
5777         the sum of both buffer sizes.
5778         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
5779         * NEWS: Document the change.
5780
5781 2008-03-09  Bruno Haible  <bruno@clisp.org>
5782
5783         Extend freadptr to return also the buffer size.
5784         * lib/freadptr.h (freadptr): Add sizep argument.
5785         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
5786         (freadptr): Add sizep argument. Determine buffer size like freadahead
5787         does.
5788         * tests/test-freadptr.c: Don't include freadahead.h.
5789         (main): Adapt for new calling convention of freadptr.
5790         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
5791         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
5792         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
5793         tests/test-freadptr2.sh.
5794         (Depends): Remove freadahead.
5795         (TESTS): Add test-freadptr2.sh.
5796         (check_PROGRAMS): Add test-freadptr2.
5797
5798 2008-03-09  Bruno Haible  <bruno@clisp.org>
5799
5800         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
5801         Report and solution by Simon Josefsson.
5802
5803 2008-03-06  Bruno Haible  <bruno@clisp.org>
5804
5805         Make fflush after ungetc work on BSD platforms.
5806         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
5807         * tests/test-fflush2.c: New file.
5808         * tests/test-fflush2.sh: New file.
5809         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
5810         tests/test-fflush2.c.
5811         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
5812         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
5813
5814 2008-03-06  Eric Blake  <ebb9@byu.net>
5815
5816         Likewise for ftello.
5817         * modules/ftello (Dependencies): Add extensions.
5818         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
5819
5820 2008-03-06  Bruno Haible  <bruno@clisp.org>
5821
5822         * modules/fseeko (Dependencies): Add extensions.
5823         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
5824         Needed on glibc systems.
5825
5826 2008-03-06  Bruno Haible  <bruno@clisp.org>
5827
5828         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
5829         email address.
5830         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
5831
5832 2008-03-06  Bruno Haible  <bruno@clisp.org>
5833
5834         * users.txt: Add libgnupdf.
5835
5836 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
5837
5838         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
5839         (Header File Substitutes, Function Substitutes,
5840         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
5841         (Build robot for gnulib): Fix typo.
5842
5843 2008-03-06  Bruno Haible  <bruno@clisp.org>
5844
5845         * doc/gnulib-tool.texi (VCS Issues): Small updates.
5846         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
5847
5848 2008-03-06  Bruno Haible  <bruno@clisp.org>
5849
5850         * doc/func.texi: New file, extracted from doc/gnulib.texi.
5851         * doc/gnulib.texi: Include it.
5852
5853 2008-03-06  Simon Josefsson  <simon@josefsson.org>
5854
5855         * modules/func (License): Change license to unlimited; there was
5856         no LGPL parts in the module anyway.
5857
5858 2008-03-06  Simon Josefsson  <simon@josefsson.org>
5859
5860         * modules/__func__: Renamed to modules/func.
5861         * modules/__func__-tests: Renamed to modules/func-tests.
5862         * tests/test-__func__.c: Renamed to tests/test-func.c.
5863         * m4/__func__.m4: Renamed to m4/func.m4.
5864         * doc/gnulib.texi (__func__): Section renamed to func.
5865         Suggested by Eric Blake <ebb9@byu.net>.
5866
5867 2008-03-06  Simon Josefsson  <simon@josefsson.org>
5868
5869         * doc/gnulib.texi (__func__): Use C99 terminology when talking
5870         about __func__.  Make example self-contained.  Suggested by Eric
5871         Blake <ebb9@byu.net>.
5872
5873         * tests/test-__func__.c (main): Avoid extraneous () around __func.
5874         Suggested by Eric Blake <ebb9@byu.net>.
5875
5876 2008-03-06  Simon Josefsson  <simon@josefsson.org>
5877
5878         * modules/__func__: New file.
5879         * modules/__func__-tests: New file.
5880         * tests/test-__func__.c: New file.
5881         * m4/__func__.m4: New file.
5882         * doc/gnulib.texi (__func__): Document __func__ module.
5883
5884 2008-03-05  Simon Josefsson  <simon@josefsson.org>
5885
5886         * modules/byteswap (License): Re-license as LGPLv2+.
5887
5888 2008-03-05  Simon Josefsson  <simon@josefsson.org>
5889
5890         * doc/Makefile: Add pdf target.
5891
5892 2008-03-05  Simon Josefsson  <simon@josefsson.org>
5893
5894         * modules/inline (License): Use 'unlimited', since there are only
5895         *.m4 files in this module.
5896
5897 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
5898             Bruno Haible  <bruno@clisp.org>
5899
5900         Add support for HP C 7.1 on OpenVMS 8.3.
5901         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
5902
5903 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
5904
5905         Update VMS specifics.
5906         * lib/getopt.c [VMS]: Remove include of unixlib.h.
5907
5908 2008-03-02  Jim Meyering  <meyering@redhat.com>
5909
5910         Remove the last dependency on the "free" module.
5911         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
5912         Reported by Bob Proulx.
5913
5914         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
5915
5916         Remove useless "if" tests before free.  Deprecate "free" module.
5917         * doc/posix-functions/free.texi: Mention that this
5918         module is no longer useful.
5919         * modules/free (Notice): Say this module is obsolete.
5920         * modules/readutmp (Depends-on): Remove free.
5921         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
5922         * lib/putenv.c (putenv): Likewise.
5923         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
5924         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
5925         * tests/test-c-strcasestr.c (main): Likewise.
5926         * tests/test-c-strstr.c (main): Likewise.
5927         * tests/test-mbscasestr1.c (main): Likewise.
5928         * tests/test-mbscasestr2.c (main): Likewise.
5929         * tests/test-mbsstr1.c (main): Likewise.
5930         * tests/test-mbsstr2.c (main): Likewise.
5931         * tests/test-memmem.c (main): Likewise.
5932         * tests/test-strcasestr.c (main): Likewise.
5933         * tests/test-striconv.c (main): Likewise.
5934         * tests/test-striconveh.c (main): Likewise.
5935         * tests/test-striconveha.c (main): Likewise.
5936         * tests/test-strstr.c (main): Likewise.
5937
5938         * build-aux/git-version-gen: Adjust a comment and the Usage string.
5939
5940         bootstrap: sync from coreutils again
5941         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
5942
5943 2008-03-01  Jim Meyering  <meyering@redhat.com>
5944
5945         bootstrap: sync from coreutils
5946         * build-aux/bootstrap (update_po_files): Copy a .po file into place
5947         also when the target doesn't exist.
5948
5949 2008-03-01  Eric Blake  <ebb9@byu.net>
5950
5951         Fix bugs in last patch.
5952         * lib/memchr2.c (memchr2): Fix typo.
5953         * tests/test-memchr2.c: Test previous bug, and don't use GNU
5954         extension.
5955         Reported by Bruce Korb.
5956
5957         New module 'memchr2'.
5958         * modules/memchr2: New file.
5959         * modules/memchr2-tests: Likewise.
5960         * lib/memchr2.h: Likewise.
5961         * lib/memchr2.c: Likewise, based on memchr.c.
5962         * tests/test-memchr2.c: New test.
5963         * MODULES.html.sh (String handling): Add memchr2.
5964
5965 2008-02-29  Bruno Haible  <bruno@clisp.org>
5966
5967         * modules/freadseek-tests: New file.
5968         * tests/test-freadseek.sh: New file.
5969         * tests/test-freadseek.c: New file.
5970
5971         New module 'freadseek'.
5972         * modules/freadseek: New file.
5973         * lib/freadseek.h: New file.
5974         * lib/freadseek.c: New file.
5975         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
5976
5977 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
5978
5979         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
5980         wydawca.
5981
5982         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
5983         program_invocation_name and program_invocation_short_name are
5984         present.
5985
5986 2008-02-28  Bruno Haible  <bruno@clisp.org>
5987
5988         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
5989         * tests/test-freadptr.sh: Also test non-seekable stdin.
5990
5991 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
5992
5993         * build-aux/bootstrap (source_base, m4_base)
5994         (doc_base, tests_base): New variables.
5995         (gnulib_tool_options): Do not hardcode base directories, use
5996         the above variables instead.
5997
5998 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
5999
6000         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
6001
6002 2008-02-28  Bruno Haible  <bruno@clisp.org>
6003
6004         * modules/freadptr-tests: New file.
6005         * tests/test-freadptr.sh: New file.
6006         * tests/test-freadptr.c: New file.
6007
6008         New module 'freadptr'.
6009         * modules/freadptr: New file.
6010         * lib/freadptr.h: New file.
6011         * lib/freadptr.c: New file.
6012         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
6013
6014 2008-02-26  Karl Berry  <karl@freefriends.org>
6015
6016         Sync from Libtool:
6017         * libltdl/argz.c (argz_add, argz_count): New functions.
6018         * libltdl/argz.in.h: Declare them.
6019         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
6020
6021 2008-02-22  Bruno Haible  <bruno@clisp.org>
6022
6023         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
6024         is a pointer type.  Needed for HP-UX 10.
6025         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
6026         * doc/posix-functions/gmtime_r.texi: Likewise.
6027         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
6028
6029 2008-02-24  Bruno Haible  <bruno@clisp.org>
6030
6031         * modules/environ-tests: New file.
6032         * tests/test-environ.c: New file.
6033
6034         New module 'environ'.
6035         * modules/environ: New file.
6036         * lib/unistd.in.h (environ): New declaration.
6037         * m4/environ.m4: New file.
6038         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
6039         after use.
6040         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
6041         HAVE_DECL_ENVIRON.
6042         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
6043         HAVE_DECL_ENVIRON.
6044         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
6045         wrong claim that 'environ' is missing on some systems.
6046         * modules/execute (Depends-on): Add environ.
6047         * lib/execute.c (environ): Remove fallback declaration.
6048         * modules/pipe (Depends-on): Add environ.
6049         * lib/pipe.c (environ): Remove fallback declaration.
6050         * modules/setenv (Depends-on): Add environ.
6051         * lib/setenv.c (environ): Remove fallback declaration.
6052         * modules/unsetenv (Depends-on): Add environ.
6053         * lib/unsetenv.c (environ): Remove fallback declaration.
6054         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
6055         m4/environ.m4.
6056         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
6057         (gl_PREREQ_UNSETENV): Likewise.
6058
6059 2008-02-24  Bruno Haible  <bruno@clisp.org>
6060
6061         * doc/posix-functions/environ.texi: Document the MacOS X problem.
6062
6063 2008-02-20  Bob Proulx  <bob@proulx.com>
6064
6065         Enable use of older two part flavor 'git describe'.
6066         * build-aux/git-version-gen: If using the older two part flavor of
6067         git version then recreate the third part now present in the
6068         newer three part flavor of git describe.
6069
6070 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
6071
6072         * lib/fts.c (fts_build): Typo correction to comment.
6073
6074 2008-02-17  Bruno Haible  <bruno@clisp.org>
6075
6076         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
6077         generating no-op conflicts.
6078
6079 2008-02-17  Bruno Haible  <bruno@clisp.org>
6080
6081         Speed up by 10%.
6082         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
6083         result_entries, rather than an index-based loop.
6084
6085 2008-02-17  Bruno Haible  <bruno@clisp.org>
6086
6087         Speed up by 25%.
6088         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
6089         'hashcode_cached'.
6090         (entry_create): New function.
6091         (entry_hashcode): Use the cached hashcode if possible.
6092         (read_changelog_file, try_split_merged_entry): Use entry_create.
6093
6094 2008-02-17  Bruno Haible  <bruno@clisp.org>
6095
6096         Speed up from O(n^2) to O(n) for long ChangeLog files.
6097         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
6098         (read_changelog_file): Change implementation of entries_reversed list
6099         to rbtreehash.
6100         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
6101
6102 2008-02-17  Bruno Haible  <bruno@clisp.org>
6103
6104         New option --split-merged-entry.
6105         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
6106         (find_paragraph_end, try_split_merged_entry): New functions.
6107         (long_options): Add option --split-merged-entry.
6108         (usage): Document option --split-merged-entry.
6109         (main): Implement option --split-merged-entry.
6110         Reported by Eric Blake.
6111
6112 2008-02-17  Bruno Haible  <bruno@clisp.org>
6113
6114         * lib/git-merge-changelog.c: Include c-strstr.h.
6115         (main): Support the "git pull --rebase" situation.
6116         * modules/git-merge-changelog (Depends-on): Add c-strstr.
6117         Reported by Eric Blake.
6118
6119 2008-02-16  Eric Blake  <ebb9@byu.net>
6120
6121         Avoid doubling \ in common case of "c-maybe" quoting style.
6122         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
6123         eliding outer quotes.
6124         * lib/quotearg.h: Document this.
6125         * tests/test-quotearg.c (result_strings, inputs, results_g)
6126         (flag_results, locale_results): Test it by adding a new string to
6127         each test group.
6128         (compare_strings): Test new string.
6129
6130 2008-02-13  Eric Blake  <ebb9@byu.net>
6131
6132         Avoid trigraph quoting in default output.
6133         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
6134         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
6135         unless explicitly requested.
6136         * tests/test-quotearg.c (flag_results, main): Add additional tests.
6137
6138 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
6139
6140         Don't rely on signed integer overflowing to negative value.
6141         * lib/getugroups.c (getugroups): Include <limits.h>.
6142         Instead, compare against INT_MAX, and increment only if the test passes.
6143
6144 2008-02-13  Jim Meyering  <meyering@redhat.com>
6145         and Eric Blake  <ebb9@byu.net>
6146
6147         Avoid shadowing warning and compile errors on Linux.
6148         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
6149         forwarding macros on Linux.
6150         (dcgettext): Define a stub, for Linux.
6151         (results_g, main): Avoid warnings.
6152
6153 2008-02-12  Eric Blake  <ebb9@byu.net>
6154
6155         Silence warning in last patch.
6156         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
6157
6158         Quotearg part 4: add tests, fix c-maybe colon quoting.
6159         * lib/quotearg.h: Improve documentation.
6160         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
6161         escapes when adding outer quotes.  When quoting trigraphs, use
6162         valid C notation.  When quoting NUL, omit extra characters if next
6163         character is not digit.  Alter prototype.
6164         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
6165         callers.
6166         * modules/quotearg-tests: New module.
6167         * tests/test-quotearg.c: New test.
6168
6169 2008-02-07  Eric Blake  <ebb9@byu.net>
6170
6171         Quotearg part 3: add flag to control outer quote elision.
6172         * lib/quotearg.h (c_maybe_quoting_style): New style.
6173         (enum quoting_flags): Better documentation of flags.
6174         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
6175         c-maybe style.
6176         (quotearg_buffer_restyled): Handle new flag to elide outer
6177         quotes.
6178
6179         Quotearg part 2: add flag that can control NUL elision.
6180         * lib/quotearg.h (set_quoting_flags): New prototype.
6181         * lib/quotearg.c (struct quoting_options): Add flag field.
6182         (set_quoting_flags): New function.
6183         (quotearg_buffer_restyled): Add flags parameter.
6184         (quotearg_alloc_mem): Set the flag if length cannot be returned.
6185         (quotearg_n_options): Set the flag, since length cannot be
6186         returned.
6187         (quoting_options_from_style): Default flags correctly.
6188
6189         Quotearg part 1: more wrappers, restore quotearg_char state.
6190         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
6191         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
6192         (quotearg_colon_mem): New wrappers.
6193         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
6194         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
6195         functions.
6196         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
6197         (quotearg_colon_mem): New functions.
6198
6199 2008-02-11  Bruno Haible  <bruno@clisp.org>
6200
6201         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
6202         library in the current directory: it does not work with parallel make.
6203         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6204
6205 2008-02-11  Bruno Haible  <bruno@clisp.org>
6206
6207         * .gitattributes: New file.
6208
6209 2008-02-11  Jim Meyering  <meyering@redhat.com>
6210
6211         useless-if-before-free: Fix reversed exit values.
6212         * build-aux/useless-if-before-free: Use correct values
6213         for EXIT_MATCH and EXIT_NO_MATCH.
6214
6215         * build-aux/useless-if-before-free: Close stdout carefully.
6216
6217 2008-02-10  Bruno Haible  <bruno@clisp.org>
6218
6219         New module 'git-merge-changelog'.
6220         * modules/git-merge-changelog: New file.
6221         * lib/git-merge-changelog.c: New file.
6222
6223 2008-02-10  Jim Meyering  <meyering@redhat.com>
6224
6225         useless-if-before-free: New option: --list (-l).
6226
6227         useless-if-before-free: Don't exit immediately upon open failure.
6228         * build-aux/useless-if-before-free: Exit 2 for errors.
6229         Upon failure to open a file, don't exit immediately.
6230         Rather, just warn and continue with any remaining files.
6231
6232 2008-02-10  Bruno Haible  <bruno@clisp.org>
6233
6234         New abstract list operation 'node_set_value'.
6235         * lib/gl_list.h (gl_list_node_set_value): New function.
6236         (struct gl_list_implementation): New field node_set_value.
6237         * lib/gl_list.c (gl_list_node_set_value): New function.
6238         * lib/gl_array_list.c (gl_array_node_set_value): New function.
6239         (gl_array_list_implementation): Update.
6240         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
6241         (gl_carray_list_implementation): Update.
6242         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
6243         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6244         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6245         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
6246         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6247         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6248         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6249         Update.
6250         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
6251         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
6252         (gl_sublist_list_implementation): Update.
6253
6254 2008-02-10  Bruno Haible  <bruno@clisp.org>
6255
6256         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
6257         Needed when ELEMENT is #defined to 'some_type *'.
6258
6259 2008-02-10  Jim Meyering  <meyering@redhat.com>
6260
6261         New script and module: useless-if-before-free
6262         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
6263         * build-aux/useless-if-before-free: New file.
6264         * modules/useless-if-before-free: New file.
6265
6266         * build-aux/gitlog-to-changelog: Use committer date, not author date.
6267
6268         xstrtol_error: Fix typo.
6269         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
6270         s/exit_failure/exit_status/.
6271
6272 2008-02-09  Jim Meyering  <meyering@redhat.com>
6273
6274         New script and module: gitlog-to-changelog
6275         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
6276         * modules/gitlog-to-changelog: New file.
6277         * build-aux/gitlog-to-changelog: New file.
6278
6279 2008-02-08  Jim Meyering  <meyering@redhat.com>
6280
6281         Avoid two "parameter unused" warnings.
6282         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
6283         Mark "st" as used.
6284
6285         Use "git COMMAND", not "git-COMMAND".
6286         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
6287         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
6288         * build-aux/git-version-gen: Use "git status", not "git-status".
6289
6290 2008-02-07  Bruno Haible  <bruno@clisp.org>
6291
6292         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
6293         Avoids a crash on Windows Vista.
6294         Reported by Adam Strzelecki <ono@java.pl> via
6295         Simon Josefsson <simon@josefsson.org>.
6296
6297 2008-02-06  Bruno Haible  <bruno@clisp.org>
6298
6299         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
6300         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
6301         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
6302         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
6303         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
6304         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
6305         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
6306         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
6307         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6308         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6309         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6310         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6311         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6312         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6313         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6314         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
6315         left-adjust flag.
6316         * tests/test-snprintf-posix.h (test_function): Likewise.
6317         * tests/test-sprintf-posix.h (test_function): Likewise.
6318         * tests/test-vasprintf-posix.c (test_function): Likewise.
6319         * doc/posix-functions/fprintf.texi: Update.
6320         * doc/posix-functions/printf.texi: Update.
6321         * doc/posix-functions/snprintf.texi: Update.
6322         * doc/posix-functions/sprintf.texi: Update.
6323         * doc/posix-functions/vfprintf.texi: Update.
6324         * doc/posix-functions/vprintf.texi: Update.
6325         * doc/posix-functions/vsnprintf.texi: Update.
6326         * doc/posix-functions/vsprintf.texi: Update.
6327         Reported by Peter Fales <psfales@alcatel-lucent.com>.
6328
6329 2008-02-06  Bruno Haible  <bruno@clisp.org>
6330
6331         Fix bug introduced on 2008-01-26.
6332         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
6333
6334 2008-02-06  Bruno Haible  <bruno@clisp.org>
6335
6336         Fix bug introduced on 2007-06-10.
6337         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
6338         !NEED_PRINTF_FLAG_ZERO.
6339
6340 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
6341
6342         getloadavg: use libperfstat on AIX5
6343         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
6344
6345 2008-02-03  Bruno Haible  <bruno@clisp.org>
6346
6347         * lib/diffseq.h: Add comments about required #includes.
6348         Reported by Michael Biggs <gnulib@doubleplum.net>.
6349
6350 2008-02-01  Bruno Haible  <bruno@clisp.org>
6351
6352         * users.txt: Add gnuit.
6353
6354 2008-01-31  Bruno Haible  <bruno@clisp.org>
6355
6356         * lib/md4.c (set_uint32): Mark as inline.
6357         * lib/md5.c (set_uint32): Likewise.
6358         * lib/sha1.c (set_uint32): Likewise.
6359         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
6360         * m4/md5.m4 (gl_MD5): Likewise.
6361         * m4/sha1.m4 (gl_SHA1): Likewise.
6362
6363 2008-01-31  Jim Meyering  <meyering@redhat.com>
6364
6365         Use "sizeof VAR", rather than a literal "4".
6366         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
6367         * lib/md4.c (md4_read_ctx): Likewise.
6368         * lib/sha1.c (sha1_read_ctx): Likewise.
6369
6370 2008-01-31  Simon Josefsson  <simon@josefsson.org>
6371
6372         * tests/test-sha1.c: New file, based on test-md5.c.
6373
6374         * modules/crypto/sha1-tests: New file.
6375
6376 2008-01-31  Simon Josefsson  <simon@josefsson.org>
6377
6378         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
6379
6380 2008-01-31  Jim Meyering  <meyering@redhat.com>
6381
6382         Prefer "sizeof v" over the equivalent "4".
6383         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
6384         * lib/md5.c (set_uint32): Likewise.
6385         * lib/sha1.c (set_uint32): Likewise.
6386
6387 2008-01-31  Simon Josefsson  <simon@josefsson.org>
6388
6389         * lib/sha1.c (set_uint32): Mark function as static.
6390
6391 2008-01-31  Simon Josefsson  <simon@josefsson.org>
6392
6393         md2: clarify comments to say that alignment is not required.
6394         * lib/md2.h: Remove warning about alignment in comment.
6395         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
6396         never been required.
6397
6398 2008-01-31  Simon Josefsson  <simon@josefsson.org>
6399
6400         md4: adapt alignment constraint fix from sha1.
6401         * lib/md4.c (set_uint32): New function, from sha1.c
6402         (md4_read_ctx): Use it.
6403         (md4_finish_ctx): Doc fix.
6404         * lib/md4.h: Doc fix.
6405
6406 2008-01-31  Simon Josefsson  <simon@josefsson.org>
6407
6408         md5: adapt alignment constraint fix from sha1.
6409         * lib/md5.c (set_uint32): New function, from sha1.c
6410         (md5_read_ctx): Use it.
6411         (md5_finish_ctx): Doc fix.
6412         * lib/md5.h: Doc fix.
6413
6414 2008-01-30  Peter Palfrader  <weasel@debian.org>
6415
6416         sha1: remove the result buffer alignment constraint
6417         * lib/sha1.c (set_uint32): New function.
6418         (sha1_read_ctx): Rewrite to remove the result buffer alignment
6419         constraint.
6420         (sha1_finish_ctx): Remove comment warning about alignment constraint.
6421         * lib/sha1.h: Likewise.
6422
6423 2008-01-30  Andreas Schwab  <schwab@suse.de>
6424             Bruno Haible  <bruno@clisp.org>
6425
6426         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
6427         correct definition of LDBL_MIN_EXP.
6428
6429 2008-01-30  Karl Berry  <karl@gnu.org>
6430
6431         * config/srclist-update: try to preserve x bit on updates.
6432         * config/srclistvars.sh: update for karl.
6433
6434 2008-01-29  Jim Meyering  <meyering@redhat.com>
6435
6436         vasnprintf.c: Avoid warning about unused label
6437         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
6438         "overflow" label definition and associated code with the
6439         same cpp condition that guards the sole use of that label.
6440
6441 2008-01-26  Bruno Haible  <bruno@clisp.org>
6442
6443         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
6444         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
6445         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
6446         * lib/isnanl-nolibm.h (isnanl): Likewise.
6447         Reported by Paul Eggert <eggert@cs.ucla.edu>.
6448
6449 2008-01-26  Bruno Haible  <bruno@clisp.org>
6450
6451         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
6452         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
6453
6454 2008-01-26  Bruno Haible  <bruno@clisp.org>
6455
6456         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
6457         GCC >= 4.0 built-in.
6458         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
6459
6460 2008-01-26  Bruno Haible  <bruno@clisp.org>
6461
6462         Rename isnan, applicable to 'double' only, to isnand.
6463         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
6464         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
6465         (configure.ac): Update.
6466         (Include): Replace "isnan.h" with "isnand.h".
6467         * m4/isnand.m4: Renamed from m4/isnan.m4.
6468         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
6469         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
6470         instead of isnan.c.
6471         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
6472         instead of HAVE_ISNAN_IN_LIBC.
6473         (isnand): Renamed from isnan.
6474         * lib/isnand.c: New file.
6475         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
6476         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
6477         (Makefile.am): Update.
6478         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
6479         Include isnand.h instead of isnan.h.
6480         (main): Test isnand instead of isnan.
6481         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
6482         isnan-nolibm.
6483         * modules/frexp (Depends-on): Likewise.
6484         * modules/frexp-tests (Depends-on): Likewise.
6485         * modules/frexp-nolibm (Depends-on): Likewise.
6486         * modules/frexp-nolibm-tests (Depends-on): Likewise.
6487         * modules/isfinite (Depends-on): Likewise.
6488         * modules/round-tests (Depends-on): Likewise.
6489         * modules/signbit (Depends-on): Likewise.
6490         * modules/signbit-tests (Depends-on): Likewise.
6491         * modules/snprintf-posix (Depends-on): Likewise.
6492         * modules/sprintf-posix (Depends-on): Likewise.
6493         * modules/trunc-tests (Depends-on): Likewise.
6494         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
6495         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
6496         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
6497         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
6498         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
6499         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
6500         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
6501         * modules/vasnprintf-posix (Depends-on): Likewise.
6502         * modules/vasprintf-posix (Depends-on): Likewise.
6503         * modules/vfprintf-posix (Depends-on): Likewise.
6504         * modules/vsnprintf-posix (Depends-on): Likewise.
6505         * modules/vsprintf-posix (Depends-on): Likewise.
6506         * lib/frexp.c: Include isnand.h instead of isnan.h.
6507         (ISNAN): Set to isnand instead of isnan.
6508         * lib/isfinite.c: Include isnand.h instead of isnan.h.
6509         (gl_isfinited): Use isnand instead of isnan.
6510         * lib/signbitd.c: Include isnand.h instead of isnan.h.
6511         (gl_signbitd): Use isnand instead of isnan.
6512         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
6513         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
6514         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
6515         (main): Use isnand instead of isnan.
6516         * tests/test-round1.c: Include isnand.h.
6517         (main): Use isnand instead of isnan.
6518         * tests/test-round2.c: Include isnand.h instead of isnan.h.
6519         (ISNAN): Set to isnand instead of isnan.
6520         * tests/test-trunc1.c: Include isnand.h.
6521         (main): Use isnand instead of isnan.
6522         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
6523         (equal): Use isnand instead of isnan.
6524         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
6525         isnand-nolibm.
6526         * NEWS: Mention the change.
6527
6528 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
6529             Bruno Haible  <bruno@clisp.org>
6530
6531         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
6532         the GCC builtins for signbits are present and set
6533         REPLACE_SIGNBIT_USING_GCC if so.
6534         * lib/math.in.h (signbit): Define using GCC builtins if
6535         REPLACE_SIGNBIT_USING_GCC is set.
6536         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
6537         REPLACE_SIGNBIT_USING_GCC.
6538         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
6539
6540 2008-01-25  Jim Meyering  <meyering@redhat.com>
6541
6542         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
6543         * lib/poll.c: Include <config.h>, not "config.h".
6544         * tests/test-getaddrinfo.c: Likewise.
6545
6546 2008-01-25  Simon Josefsson  <simon@josefsson.org>
6547
6548         * modules/sockets-tests: New file.
6549
6550 2008-01-24  Simon Josefsson  <simon@josefsson.org>
6551
6552         * modules/sockets: New module, can be used to call WSA_Startup and
6553         WSA_Cleanup when needed.
6554
6555         * lib/sockets.h, lib/sockets.c: New files.
6556
6557         * m4/sockets.m4: New file.
6558
6559         * tests/test-sockets.c: New file.
6560
6561 2008-01-19  Bruno Haible  <bruno@clisp.org>
6562
6563         * doc/posix-headers: Renamed from doc/headers.
6564         * doc/posix-functions: Renamed from doc/functions.
6565         * doc/gnulib.texi: Update.
6566
6567 2008-01-19  Bruno Haible  <bruno@clisp.org>
6568
6569         * doc/glibc-functions/strcasestr.texi: Include contents of
6570         doc/functions/strcasestr.texi, fixing the list of platforms.
6571         * doc/functions/strcasestr.texi: Remove file.
6572
6573 2008-01-19  Bruno Haible  <bruno@clisp.org>
6574
6575         * doc/glibc-functions/memmem.texi: Include contents of
6576         doc/functions/memmem.texi.
6577         * doc/functions/memmem.texi: Remove file.
6578
6579 2008-01-18  Bruno Haible  <bruno@clisp.org>
6580
6581         * doc/glibc-functions/*.texi: New files.
6582         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
6583         to use the new files.
6584
6585 2008-01-17  Bruno Haible  <bruno@clisp.org>
6586
6587         * tests/test-gethostname.c (main): Fix printf statement.
6588
6589 2008-01-17  Simon Josefsson  <simon@josefsson.org>
6590
6591         * modules/gethostname-tests: New file.
6592
6593         * tests/test-gethostname.c: New file.
6594
6595 2008-01-17  Simon Josefsson  <simon@josefsson.org>
6596
6597         * lib/gethostname.c: Include string.h unconditionally, strncpy is
6598         used by the UNAME case.  Reported by Bruno Haible
6599         <bruno@clisp.org>.
6600
6601 2008-01-17  Eric Blake  <ebb9@byu.net>
6602
6603         Convert c-strcasestr to be more efficient.
6604         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
6605         (Depends-on): Add c-strcase, remove malloca, strnlen.
6606         * tests/test-c-strcasestr.c (main): Enhance test.
6607         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
6608
6609 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
6610
6611         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
6612         Use it in creating po/Makevars.
6613
6614 2008-01-15  Simon Josefsson  <simon@josefsson.org>
6615
6616         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
6617         Applications that requires it should initialize libgcrypt
6618         manually.
6619
6620 2008-01-16  Simon Josefsson  <simon@josefsson.org>
6621
6622         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
6623
6624 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
6625
6626         Fix problem with getdate on mingw32 reported by Simon Josefsson
6627         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
6628         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
6629         tzname", when deciding whether to declare tzname.
6630         * lib/strftime.c (tzname): Likewise.
6631
6632 2008-01-15  Bruno Haible  <bruno@clisp.org>
6633
6634         Work around a MacOS X 10.5 bug in frexpl().
6635         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
6636         * doc/functions/frexpl.texi: Document the bug.
6637         Reported by Elias Pipping <pipping@gentoo.org>.
6638
6639 2008-01-14  Eric Blake  <ebb9@byu.net>
6640
6641         Touch up previous patch.
6642         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
6643         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
6644
6645         Convert strcasestr module to use Two-Way algorithm.
6646         * modules/strcasestr-simple: New module, based on the old
6647         strcasestr, but with Two-Way rather than KMP.
6648         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
6649         * lib/string.in.h (rpl_strcasestr): Declare.
6650         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
6651         performance.
6652         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
6653         * modules/string (Makefile.am): Support strcasestr.
6654         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
6655         * modules/strcasestr-tests (Depends-on): Check for alarm.
6656         * tests/test-strcasestr.c: Augment test.
6657         * lib/str-two-way.h: Clean up stray macro.
6658         * NEWS: Document new module.
6659         * MODULES.html.sh (string handling): Likewise.
6660         * doc/functions/strcasestr.texi: New file.
6661         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
6662         here, since it is not a POSIX function.
6663
6664 2008-01-14  Colin Watson  <cjwatson@debian.org>
6665             Bruno Haible  <bruno@clisp.org>
6666
6667         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
6668         works fine; if not, set REPLACE_STRSIGNAL.
6669         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
6670         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6671         REPLACE_STRSIGNAL.
6672         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
6673         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
6674         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
6675
6676 2008-01-14  Bruno Haible  <bruno@clisp.org>
6677
6678         * modules/strsignal (Include): Change to <string.h>.
6679
6680 2008-01-14  Colin Watson  <cjwatson@debian.org>
6681
6682         * modules/argp (Notice): Add a notice recommending to change
6683         XGETTEXT_OPTIONS.
6684         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
6685
6686 2008-01-13  Colin Watson  <cjwatson@debian.org>
6687
6688         * modules/strsignal-tests: New file.
6689         * tests/test-strsignal.c: New file.
6690
6691         * lib/strsignal.c: New file, from glibc with modifications.
6692         * lib/siglist.h: New file, from glibc with modifications.
6693         * lib/string.in.h (strsignal): New declaration.
6694         * m4/strsignal.m4: New file.
6695         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6696         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
6697         * modules/strsignal: New file.
6698         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
6699         HAVE_DECL_STRSIGNAL.
6700
6701 2008-01-13  Bruno Haible  <bruno@clisp.org>
6702
6703         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
6704         locale encoding is not ASCII. Needed for OpenBSD 4.0.
6705         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
6706         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
6707
6708 2008-01-13  Bruno Haible  <bruno@clisp.org>
6709
6710         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
6711         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
6712         * lib/argp.h (__attribute__): Likewise.
6713         * lib/c-stack.c (__attribute__): Likewise.
6714         * lib/error.h (__attribute__): Likewise.
6715         * lib/fts.c (__attribute__): Likewise.
6716         * lib/openat.h (__attribute__): Likewise.
6717         * lib/stdio.in.h (__attribute__): Likewise.
6718         * lib/string.in.h (__attribute__): Likewise.
6719         * lib/utimens.c (__attribute__): Likewise.
6720         * lib/vasnprintf.h (__attribute__): Likewise.
6721         * lib/xalloc.h (__attribute__): Likewise.
6722         * lib/xprintf.h (__attribute__): Likewise.
6723         * lib/xstrtol.h (__attribute__): Likewise.
6724         * lib/xvasprintf.h (__attribute__): Likewise.
6725
6726 2008-01-12  Bruno Haible  <bruno@clisp.org>
6727
6728         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
6729         * doc/glibc-headers/a.out.texi: New file.
6730         * doc/glibc-headers/aliases.texi: New file.
6731         * doc/glibc-headers/alloca.texi: New file.
6732         * doc/glibc-headers/ar.texi: New file.
6733         * doc/glibc-headers/argp.texi: New file.
6734         * doc/glibc-headers/argz.texi: New file.
6735         * doc/glibc-headers/byteswap.texi: New file.
6736         * doc/glibc-headers/crypt.texi: New file.
6737         * doc/glibc-headers/endian.texi: New file.
6738         * doc/glibc-headers/envz.texi: New file.
6739         * doc/glibc-headers/err.texi: New file.
6740         * doc/glibc-headers/error.texi: New file.
6741         * doc/glibc-headers/execinfo.texi: New file.
6742         * doc/glibc-headers/fpu_control.texi: New file.
6743         * doc/glibc-headers/fstab.texi: New file.
6744         * doc/glibc-headers/fts.texi: New file.
6745         * doc/glibc-headers/getopt.texi: New file.
6746         * doc/glibc-headers/ieee754.texi: New file.
6747         * doc/glibc-headers/ifaddrs.texi: New file.
6748         * doc/glibc-headers/libintl.texi: New file.
6749         * doc/glibc-headers/mcheck.texi: New file.
6750         * doc/glibc-headers/mntent.texi: New file.
6751         * doc/glibc-headers/obstack.texi: New file.
6752         * doc/glibc-headers/paths.texi: New file.
6753         * doc/glibc-headers/printf.texi: New file.
6754         * doc/glibc-headers/pty.texi: New file.
6755         * doc/glibc-headers/resolv.texi: New file.
6756         * doc/glibc-headers/shadow.texi: New file.
6757         * doc/glibc-headers/sysexits.texi: New file.
6758         * doc/glibc-headers/ttyent.texi: New file.
6759
6760 2008-01-12  Jim Meyering  <meyering@redhat.com>
6761
6762         announce-gen: emit Gnulib's git-based version string.
6763         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
6764         New option --gnulib-version=V, where V is expected to be
6765         the output of running git describe in the gnulib directory.
6766         (get_tool_versions): Request feedback on xdelta.  I suspect it's
6767         not useful, and plan to stop publishing an xdelta file with each
6768         coreutils release.
6769
6770         * build-aux/announce-gen: Also check for lzma-compressed files.
6771
6772 2008-01-11  Bruno Haible  <bruno@clisp.org>
6773
6774         * tests/test-memmem.c (main): Increase maximum allowed time.
6775         * tests/test-strstr.c (main): Likewise.
6776
6777 2008-01-11  Bruno Haible  <bruno@clisp.org>
6778
6779         * doc/functions/memmem.texi: Add more precisions about platforms.
6780         * doc/functions/strstr.texi: Likewise.
6781
6782 2008-01-10  Eric Blake  <ebb9@byu.net>
6783
6784         * m4/strstr.m4: Delete cruft from copy-n-paste.
6785         Reported by Bruno Haible.
6786
6787 2008-01-10  Bruno Haible  <bruno@clisp.org>
6788
6789         Make c-strstr rely on strstr.
6790         * lib/c-strstr.c: Don't include str-kmp.h.
6791         (c_strstr): Define in terms of strstr.
6792         * modules/c-strstr (Files): Remove lib/str-kmp.h.
6793         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
6794
6795 2008-01-10  Bruno Haible  <bruno@clisp.org>
6796
6797         * doc/gnulib.texi (String Functions in C Locale): New section.
6798         * doc/c-ctype.texi: New file.
6799         * doc/c-strcase.texi: New file.
6800         * doc/c-strcaseeq.texi: New file.
6801         * doc/c-strcasestr.texi: New file.
6802         * doc/c-strstr.texi: New file.
6803         * doc/c-strtod.texi: New file.
6804         * doc/c-strtold.texi: New file.
6805
6806 2008-01-10  Eric Blake  <ebb9@byu.net>
6807
6808         * lib/relocatable.h: Fix a comment.
6809
6810 2008-01-10  Eric Blake  <ebb9@byu.net>
6811
6812         Share two-way algorithm.
6813         * lib/str-two-way.h: New file, merged from...
6814         * lib/memmem.c: ...here...
6815         * lib/strstr.c: ...and here.
6816         * modules/memmem (Files): Use it.
6817         * modules/strstr (Files): Likewise.
6818
6819         Avoid quadratic strstr implementations.
6820         * lib/strstr.c: New file.
6821         * m4/strstr.m4: Likewise.
6822         * modules/strstr: Likewise.
6823         * modules/strstr-tests: Likewise.
6824         * tests/test-strstr.c: Likewise.
6825         * lib/string.in.h (rpl_strstr): Declare.
6826         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
6827         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
6828         * modules/string (Makefile.am): Likewise.
6829         * MODULES.html.sh (string handling): Mention new module.
6830         * doc/functions/strstr.texi (strstr): Document the bug.
6831
6832 2008-01-10  Bruno Haible  <bruno@clisp.org>
6833
6834         * lib/relocatable.h (relocate): State whether result is freshly
6835         allocated or not.
6836         * lib/relocatable.c (relocate): Return a freshly allocated string
6837         instead of a pointer to a privately held string.
6838         Reported by Sylvain Beucler <beuc@gnu.org>.
6839
6840 2008-01-10  Colin Watson  <cjwatson@debian.org>
6841
6842         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
6843         s/S_ISNLK/S_ISLNK/.
6844
6845 2008-01-09  Bruno Haible  <bruno@clisp.org>
6846
6847         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
6848         and other files.
6849         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
6850         if it's only a guess.
6851         * modules/memmem: Simplify by depending on memmem-simple.
6852
6853 2008-01-09  Bruno Haible  <bruno@clisp.org>
6854
6855         Work around OpenBSD 4.0 tdelete() bug.
6856         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
6857         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
6858         macros and don't redefine the enum values.
6859         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
6860         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
6861         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
6862
6863 2008-01-09  Bruno Haible  <bruno@clisp.org>
6864
6865         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
6866         (main): Don't perform the tests if setlocale did not install a UTF-8
6867         locale. Needed on OpenBSD 4.0.
6868         * modules/wcwidth-tests (Depends-on): Add localcharset.
6869
6870 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
6871
6872         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
6873         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
6874         * NEWS: announce this.
6875         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
6876
6877 2008-01-09  Simon Josefsson  <simon@josefsson.org>
6878         and Eric Blake  <ebb9@byu.net>
6879
6880         Add memmem-simple module.
6881         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
6882         (gl_FUNC_MEMMEM): Separate performance from presence checks.
6883         * modules/memmem-simple: New file.
6884         * modules/memmem (Description): Tweak.
6885         * MODULES.html.sh (string handling): Mention new module.
6886         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
6887         addressed by memmem-simple.
6888         * NEWS: Document the difference.
6889
6890 2008-01-09  Eric Blake  <ebb9@byu.net>
6891
6892         Give gcc some memmem optimization hints.
6893         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
6894         (strcasestr): Declare as pure.
6895         * modules/memmem (Maintainer): Claim my implementation.
6896
6897 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6898
6899         Support AIX 6.1 and higher.
6900         * build-aux/config.libpath: Likewise.
6901         * build-aux/config.rpath: Likewise.
6902
6903 2008-01-08  Jim Meyering  <meyering@redhat.com>
6904             Bruno Haible  <bruno@clisp.org>
6905
6906         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
6907         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
6908         Reported by Peter Fales in
6909         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
6910
6911 2008-01-08  Bruno Haible  <bruno@clisp.org>
6912
6913         * modules/unictype/category-of (Depends-on): Add
6914         unictype/category-none.
6915         * modules/unictype/category-and-tests (Depends-on): Add
6916         unictype/category-{L,N,Lu,Nd}.
6917         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
6918         * modules/unictype/category-or-tests (Depends-on): Add
6919         unictype/category-{L,N}.
6920         * modules/unictype/category-name-tests (Depends-on): Add
6921         unictype/category-{Z,Nl}.
6922         Reported by Simon Josefsson.
6923
6924 2008-01-08  Bruno Haible  <bruno@clisp.org>
6925
6926         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
6927         convention better.
6928         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
6929         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
6930         Reported by Peter Miller <millerp@canb.auug.org.au>.
6931
6932 2008-01-08  Eric Blake  <ebb9@byu.net>
6933
6934         Rewrite memmem to guarantee linear complexity without malloc.
6935         * lib/memmem.c (memmem): Use Two-Way rather than
6936         Knuth-Morris-Pratt, to allow O(1) space usage.
6937         (critical_factorization, two_way_short_needle)
6938         (two_way_long_needle): New functions.
6939         (knuth_morris_pratt): Delete.
6940         * modules/memmem (Depends-on): No longer need malloca or stdbool.
6941         Add stdint.
6942         * tests/test-memmem.c (main): Add tests for periodic needle and
6943         sublinear performance.
6944         * doc/functions/memmem.texi (memmem): Document other deficiencies
6945         in cygwin and older glibc.
6946
6947 2008-01-08  Bruno Haible  <bruno@clisp.org>
6948
6949         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
6950         augmentation.
6951
6952 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
6953
6954         Add a configure time option: --disable-acl.
6955         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
6956         AC_ARG_ENABLE(acl).
6957
6958 2008-01-06  Simon Josefsson  <simon@josefsson.org>
6959
6960         * tests/test-localename.c: Don't include obsolete "setenv.h".
6961
6962         * modules/localename-tests (Depends-on): Need unsetenv.
6963
6964 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6965
6966         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
6967
6968 2008-01-06  Colin Watson  <cjwatson@debian.org>
6969
6970         * users.txt: Add man-db.
6971
6972 2008-01-07  Bruno Haible  <bruno@clisp.org>
6973
6974         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
6975         previous section name.
6976
6977 2008-01-07  Bruno Haible  <bruno@clisp.org>
6978
6979         * lib/progname.c (set_program_name): Don't strip off a leading
6980         "lt-" prefix outside a .libs directory.
6981         Suggested by Paul Eggert.
6982
6983 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
6984             Bruno Haible  <bruno@clisp.org>
6985
6986         Improve memory cleanup in 'relocatable' module.
6987         * lib/relocatable.h (compute_curr_prefix): Change return type to
6988         'char *'.
6989         * lib/relocatable.c (compute_curr_prefix): Change return type to
6990         'char *'. Free curr_installdir after use.
6991         (relocate): Free curr_prefix_better after use.
6992         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
6993
6994 2008-01-01  Bruno Haible  <bruno@clisp.org>
6995
6996         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
6997         failure on older glibc systems.
6998         Reported by Peter Fales <psfales@alcatel-lucent.com>.
6999
7000 2008-01-05  Eric Blake  <ebb9@byu.net>
7001
7002         Avoid quadratic system memmem.
7003         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
7004         Reported by Ralf Wildenhues.
7005
7006         Fix memmem test for mingw.
7007         * modules/memmem-tests (configure.ac): Check for alarm.
7008         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
7009         it.
7010         * doc/functions/memmem.texi: New file.
7011         * doc/gnulib.texi (Function Substitutes): Add memmem.
7012         Reported by Bruno Haible.
7013
7014 2008-01-04  Bruno Haible  <bruno@clisp.org>
7015
7016         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
7017         Require gl_HEADER_STRINGS_H_DEFAULTS, not
7018         gl_HEADER_STRING_H_DEFAULTS.
7019
7020 2008-01-04  Eric Blake  <ebb9@byu.net>
7021
7022         Shorten duration of memmem test.
7023         * tests/test-memmem.c (main): Use alarm to declare failure if test
7024         is taking too long.
7025         Reported by Ralf Wildenhues.
7026
7027 2007-12-21  Simon Josefsson  <simon@josefsson.org>
7028
7029         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
7030         string, needed by strerror.
7031
7032 2008-01-03  Colin Watson  <cjwatson@debian.org>
7033             Bruno Haible  <bruno@clisp.org>
7034
7035         * doc/gnulib-tool.texi (Localization): New section.
7036
7037 2008-01-02  Bruno Haible  <bruno@clisp.org>
7038
7039         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
7040         variables to 'unsigned char *' type.
7041         Reported by Paul Eggert.
7042
7043 2008-01-02  Jim Meyering  <jim@meyering.net>
7044
7045         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
7046
7047 2007-12-31  Jim Meyering  <jim@meyering.net>
7048
7049         Avoid use of private FTS type name.
7050         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
7051
7052 2007-12-30  Karl Berry  <karl@gnu.org>
7053
7054         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
7055         work around defect in Texinfo and/or the standalone Info browser.
7056
7057 2007-12-30  Bruno Haible  <bruno@clisp.org>
7058
7059         Unify 5 copies of the KMP code.
7060         * lib/str-kmp.h: New file.
7061         * lib/c-strcasestr.c: Include str-kmp.h.
7062         (knuth_morris_pratt): Remove function.
7063         (c_strcasestr): Update.
7064         * lib/c-strstr.c: Include str-kmp.h.
7065         (knuth_morris_pratt): Remove function.
7066         (c_strcasestr): Update.
7067         * lib/mbscasestr.c: Include str-kmp.h.
7068         (knuth_morris_pratt_unibyte): Remove function.
7069         * lib/mbsstr.c: Include str-kmp.h.
7070         (knuth_morris_pratt_unibyte): Remove function.
7071         * lib/strcasestr.c: Include str-kmp.h.
7072         (knuth_morris_pratt): Remove function.
7073         (strcasestr): Update.
7074         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
7075         * modules/c-strstr (Files): Likewise.
7076         * modules/mbscasestr (Files): Likewise.
7077         * modules/mbsstr (Files): Likewise.
7078         * modules/strcasestr (Files): Likewise.
7079         Suggested by Paul Eggert.
7080
7081 2007-12-30  Bruno Haible  <bruno@clisp.org>
7082
7083         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
7084         defined.
7085
7086 2007-12-30  Bruno Haible  <bruno@clisp.org>
7087
7088         * lib/xmalloca.h: Include xalloc.h.
7089         (xnmalloca): New macro.
7090
7091 2007-12-30  Bruno Haible  <bruno@clisp.org>
7092
7093         * lib/malloca.h (nmalloca): New macro.
7094         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
7095         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
7096         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
7097         knuth_morris_pratt_multibyte): Likewise.
7098         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
7099         knuth_morris_pratt_multibyte): Likewise.
7100         * lib/memmem.c (knuth_morris_pratt): Likewise.
7101         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
7102
7103 2007-12-25  Bruno Haible  <bruno@clisp.org>
7104
7105         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
7106         * lib/glob.c: Don't include openat.h.
7107         (link_exists2_p): Add back the code that deals with the
7108         !GLOB_ALTDIRFUNC case.
7109         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
7110         let it do the filename concatenation.
7111         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
7112         * modules/glob (Depends-on): Remove openat.
7113
7114 2007-12-31  Bruno Haible  <bruno@clisp.org>
7115
7116         * modules/dirfd (License): Change to LGPLv2+.
7117         Approved by Jim Meyering.
7118
7119 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
7120
7121         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
7122         when multiplying M by sizeof (size_t).
7123
7124 2007-12-10  Martin Lambers  <marlam@marlam.de>
7125
7126         Override getpagesize on mingw.
7127         * lib/getpagesize.c: New file.
7128         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
7129         * modules/getpagesize (Files): Add lib/getpagesize.c.
7130         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
7131         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
7132         REPLACE_GETPAGESIZE.
7133         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
7134
7135 2007-12-25  Bruno Haible  <bruno@clisp.org>
7136
7137         * modules/localcharset (Notice): New field.
7138         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
7139         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
7140
7141 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
7142             Bruno Haible  <bruno@clisp.org>
7143
7144         Avoid using the syntax symbol() in formatted documentation.
7145         * MODULES.html.sh (func_module): When replacing symbol() with a
7146         hyperlink, remove the parentheses. Show an error if some remain.
7147         Recognize and render the '...' syntax.
7148         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
7149         Rework. Add paragraph about GCC's inlining.
7150         * doc/alloca.texi: Likewise.
7151         * doc/error.texi: Remove parentheses from symbol reference.
7152         * doc/gnulib-intro.texi: Likewise.
7153         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
7154         * modules/fnmatch (Description): Reword to say "the ... function".
7155         * modules/full-read (Description): Likewise.
7156         * modules/full-write (Description): Likewise.
7157         * modules/safe-read (Description): Likewise.
7158         * modules/safe-write (Description): Likewise.
7159         * modules/strchrnul (Description): Likewise.
7160         * modules/trim (Description): Likewise.
7161         * modules/error (Description): Remove parentheses from symbol
7162         references.
7163         * modules/verror (Description): Likewise.
7164         Reported by Karl Berry.
7165
7166 2007-12-25  Bruno Haible  <bruno@clisp.org>
7167
7168         Fixup after 2007-10-16 commit.
7169         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
7170
7171 2007-12-24  Bruno Haible  <bruno@clisp.org>
7172
7173         Make --enable-relocatable work with DESTDIR.
7174         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
7175         to compute installdir from destprog.
7176         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
7177         also set the RELOC_DESTDIR variable.
7178         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
7179
7180 2007-12-24  Bruno Haible  <bruno@clisp.org>
7181
7182         Fix link error due to xalloc_die().
7183         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
7184         of xreadlink.
7185         * lib/relocwrapper.c: Update comments.
7186         * build-aux/install-reloc: Remove xreadlink.c from file list.
7187         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
7188         xreadlink.c.
7189         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
7190
7191 2007-12-24  Bruno Haible  <bruno@clisp.org>
7192
7193         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
7194         * lib/setenv.h: Remove file.
7195         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
7196         lib/setenv.h.
7197         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
7198         (Depends-on): Add stdlib.
7199         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
7200         gl_FUNC_UNSETENV.
7201         (Include): Replace setenv.h with <stdlib.h>.
7202         * modules/unsetenv: New file.
7203         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
7204         * lib/unsetenv.c: Include <stdlib.h> first.
7205         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
7206         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
7207         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
7208         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
7209         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
7210         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
7211         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
7212         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
7213         * doc/functions/unsetenv.texi: Update.
7214         * modules/xsetenv (Depends-on): Add unsetenv.
7215         * modules/getdate (Depends-on): Likewise.
7216         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
7217         * lib/xsetenv.c: Don't include setenv.h.
7218         * lib/getdate.y: Likewise.
7219         * lib/relocwrapper.c: Likewise.
7220         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
7221         (Depends-on): Add stdlib.
7222         * NEWS: Mention the changes.
7223         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
7224
7225 2007-12-23  Bruno Haible  <bruno@clisp.org>
7226
7227         * lib/memmem.c (memmem): Use lowercase variable names. Tab
7228         indentation.
7229
7230 2007-12-23  Bruno Haible  <bruno@clisp.org>
7231
7232         * lib/c-strcasestr.c: Add more comments.
7233         * lib/c-strstr.c: Likewise.
7234         * lib/mbscasestr.c: Likewise.
7235         * lib/mbsstr.c: Likewise.
7236         * lib/strcasestr.c: Likewise.
7237         * lib/memmem.c: Likewise.
7238
7239 2007-12-23  Bruno Haible  <bruno@clisp.org>
7240
7241         * tests/test-memmem.c: Include <string.h> first.
7242
7243 2007-12-22  Bruno Haible  <bruno@clisp.org>
7244
7245         * gnulib-tool (func_create_testdir): Change $auxdir while generating
7246         the contents of $testsbase.
7247         Reported by Ralf Wildenhues.
7248
7249 2007-12-22  Bruno Haible  <bruno@clisp.org>
7250
7251         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
7252         two variables local_ldadd_before, local_ldadd_last.
7253
7254 2007-12-20  Eric Blake  <ebb9@byu.net>
7255
7256         Work around circular library issue when cross-compiling.
7257         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
7258         that progname.o does not need to pull in rpl_memcmp.
7259
7260 2007-12-19  Eric Blake  <ebb9@byu.net>
7261
7262         Fix memmem to avoid O(n^2) worst-case complexity.
7263         * lib/memmem.c (knuth_morris_pratt): New function.
7264         (memmem): Use it if first few naive iterations fail.
7265         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
7266         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
7267         * modules/memchr (License): Likewise.
7268         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
7269         malloca.
7270         * tests/test-memmem.c: Rewrite, borrowing ideas from
7271         test-mbsstr1.c; the old version wouldn't even compile!
7272         * modules/memmem-tests: New file.
7273         * lib/string.in.h (rpl_memmem): Add declaration.
7274         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
7275         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
7276         REPLACE_MEMMEM.
7277
7278 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7279
7280         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
7281         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
7282         before any system include files, and undef after them all.  This
7283         should fix a problem on VMS reported by John E. Malmberg in
7284         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
7285
7286 2007-12-17  Eric Blake  <ebb9@byu.net>
7287
7288         Revert addition of verify, for BSD/OS.
7289         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
7290         can't handle large files, for the sake of obsolete platforms.
7291         * modules/fseeko (Depends-on): Remove verify.
7292         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
7293         * doc/functions/ftello.texi (ftello): Likewise.
7294         * doc/functions/fgetpos.texi (fgetpos): Likewise.
7295         Reported by Larry Jones.
7296
7297 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
7298
7299         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
7300         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
7301
7302 2007-12-17  Jim Meyering  <meyering@redhat.com>
7303
7304         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
7305         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
7306         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
7307         * modules/getcwd (Depends-on): Add openat.
7308         Reported by Petr Salinger.
7309
7310 2007-12-17  Bruno Haible  <bruno@clisp.org>
7311
7312         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
7313         avoid a segmentation fault of the configure test on x86_64 systems.
7314
7315 2007-12-15  Jim Meyering  <meyering@redhat.com>
7316
7317         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
7318
7319 2007-12-13  Eric Blake  <ebb9@byu.net>
7320
7321         Another fseek test.
7322         * tests/test-fseek.c (main): Also test ungetc handling.
7323         * tests/test-fseeko.c (main): Likewise.
7324         * modules/fseeko (Depends-on): Add verify.
7325         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
7326         large.
7327         Reported by Larry Jones.
7328
7329         Fix fseeko on mingw.
7330         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
7331         seek.
7332
7333         Beef up fseek tests.
7334         * tests/test-fseek.c (main): Also test eof handling.
7335         * tests/test-fseeko.c (main): Likewise.
7336         Reported by Larry Jones.
7337
7338 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
7339
7340         Fix fseeko on BSD-based platforms.
7341         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
7342         successful seek.
7343
7344 2007-12-12  Eric Blake  <ebb9@byu.net>
7345
7346         Allow circular dependency of separate libtests.a
7347         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
7348         when use_libtests.
7349
7350 2007-12-11  Eric Blake  <ebb9@byu.net>
7351
7352         Fix bug with -0.0L in previous patch.
7353         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
7354         * tests/test-isnan.c (main): Also test on zeroes.
7355         * tests/test-isnanf.c (main): Likewise.
7356         * tests/test-isnanl.h (main): Likewise.
7357
7358         Detect pseudo-denormals on x86 even when cross-compiling.
7359         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
7360         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
7361         invalid bit patterns that happen to satisfy ==.
7362
7363         Avoid link failures with separate libtests.a.
7364         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
7365         last, to satisfy circular dependencies.
7366
7367 2007-12-11  Eric Blake  <ebb9@byu.net>
7368         and Bruno Haible  <bruno@clisp.org>
7369
7370         Fix OpenBSD 4.0 <float.h> handling of long double.
7371         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
7372         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
7373         * doc/headers/float.texi (float.h): Document OpenBSD bug.
7374
7375 2007-12-11  Jim Meyering  <meyering@redhat.com>
7376
7377         * users.txt: Add libvirt.
7378
7379         Support versions of autoconf prior to 2.59c.
7380         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
7381         if it is not already defined.
7382
7383 2007-12-09  Bruno Haible  <bruno@clisp.org>
7384
7385         Let 'gnulib-tool --import' collect sources needed for the tests in
7386         tests/ rather than in lib/.
7387         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
7388         argument. If true, add rules to generate libtests.a, and put libtests.a
7389         into $(LDADD). Consider source files in subdirectories and set
7390         uses_subdirs.
7391         (func_emit_initmacro_start, func_emit_initmacro_end,
7392         func_emit_initmacro_done): Pass all arguments explicitly.
7393         (func_import): Determine two module lists main_modules,
7394         testsrelated_modules. Determine use_libtests. Determine two variables
7395         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
7396         instead of just sed_transform_lib_file. Determine two variables
7397         main_files and testsrelated_files. Compute 'files' as the union of
7398         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
7399         func_add_or_update. In the generated gnulib-comp.m4, collect the
7400         object files for tests/ in different variables than those for lib/.
7401         Substitute LIBTESTS_LIBDEPS.
7402         (func_create_testdir): Combine the uses_subdirs results from
7403         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
7404
7405 2007-12-09  Bruno Haible  <bruno@clisp.org>
7406
7407         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
7408         the build-aux directory.
7409
7410 2007-12-09  Bruno Haible  <bruno@clisp.org>
7411
7412         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
7413         introduced on 2006-09-09.
7414
7415 2007-12-07  Jim Meyering  <meyering@redhat.com>
7416
7417         Let these macros work also with autoconf-2.59.
7418         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
7419         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
7420         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
7421
7422 2007-12-06  Jim Meyering  <meyering@redhat.com>
7423
7424         Avoid a configure-time syntax error in gl_FUNC_ACL.
7425         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
7426         function in each branch, before testing the cache variable.
7427
7428 2007-12-04  Eric Blake  <ebb9@byu.net>
7429
7430         Make scripts executable.
7431         * build-aux/config.guess: Add execute permissions.
7432         * build-aux/config.sub: Likewise.
7433         * build-aux/gendocs.sh: Likewise.
7434
7435         Fix frexp on mingw.
7436         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
7437         cross-compiling.
7438         * doc/functions/frexp.texi (frexp): Document the bug.
7439
7440         Make cygwin fseeko check more reliable.
7441         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
7442         version numbers, rather than unrelated feature check.
7443         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
7444         * doc/functions/ftello.texi (ftello): Likewise.
7445         Reported by Bruno Haible.
7446
7447         * m4/strerror.m4: Bump version number.
7448
7449 2007-12-03  Bruno Haible  <bruno@clisp.org>
7450
7451         * doc/functions/mprotect.texi: Mention the mingw problem.
7452
7453 2007-12-03  Eric Blake  <ebb9@byu.net>
7454
7455         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
7456         REPLACE_STRERROR is initialized before this macro.
7457
7458 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
7459
7460         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
7461         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
7462         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
7463         put -lsec in even for programs other than 'ls'.  This fixes a problem
7464         for gettext reported by Bruno Haible in
7465         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
7466         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
7467         Add support for Solaris 10.  This isn't efficient, but should get the
7468         job done for now.
7469
7470 2007-12-03  James Youngman  <jay@gnu.org>
7471
7472         * doc/regexprops-generic.texi: change "an close-group" to "a
7473         close-group" and "illegal" to "not allowed".
7474
7475 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7476
7477         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
7478         pr_byname.h. Needed for the rare case when the maintainer has done
7479         "make maintainer-clean" in the source directory and then attempts a
7480         build outside the source directory.
7481         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
7482         scripts_byname.h.
7483
7484 2007-12-02  Martin Lambers <marlam@marlam.de>
7485             Bruno Haible  <bruno@clisp.org>
7486
7487         * lib/getpagesize.h: Remove file.
7488         * lib/unistd.in.h: Include declaration of getpagesize here.
7489         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
7490         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
7491         HAVE_SYS_PARAM_H.
7492         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
7493         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
7494         * modules/getpagesize (Files): Remove lib/getpagesize.h.
7495         (Depends-on): Add unistd.
7496         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7497         (Include): Use <unistd.h> instead of getpagesize.h.
7498         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
7499         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
7500         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
7501         gl_GETPAGESIZE invocation, already handled by module dependency.
7502         * lib/pagealign_alloc.c: Don't include getpagesize.h.
7503
7504 2007-12-02  Bruno Haible  <bruno@clisp.org>
7505
7506         * modules/strings-tests: New file.
7507         * tests/test-strings.c: New file.
7508
7509         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
7510         * lib/strings.in.h: New file.
7511         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
7512         * m4/strings_h.m4: New file.
7513         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
7514         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
7515         * modules/strings: New file.
7516         * modules/string (Makefile.am): Update.
7517         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
7518         Reported by Karl Berry.
7519
7520 2007-12-01  Eric Blake  <ebb9@byu.net>
7521
7522         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
7523         accomodate fix in cygwin 1.5.25.
7524
7525 2007-12-01  Jim Meyering  <meyering@redhat.com>
7526
7527         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
7528         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
7529         that would inhibit utf8-optimization of a regexp containing line-
7530         or buffer-anchors, e.g., `^', `$'.
7531
7532 2007-11-30  Bruno Haible  <bruno@clisp.org>
7533
7534         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
7535         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
7536         glthread_recursive_lock_init.
7537         * lib/lock.c (glthread_recursive_lock_init)
7538         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
7539         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7540
7541 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
7542
7543         New function qset_acl, like set_acl but with syscall semantics.
7544         * lib/acl.h (qset_acl): New decl.
7545         * lib/acl.c (qset_acl): New function.
7546         (set_acl): Use new function.  Use more-consistent diagnostics.
7547
7548 2007-11-28  Jim Meyering  <meyering@redhat.com>
7549
7550         * modules/physmem (License): Change from GPL to LGPLv2+.
7551
7552 2007-11-26  Bruno Haible  <bruno@clisp.org>
7553
7554         * lib/vasnprintf.c (decode_long_double): Don't abort if the
7555         'long double' type has excess precision.
7556         Reported by Jim Meyering in
7557         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
7558
7559 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7560
7561         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
7562         Sync from <http://gnu.org/licenses>.
7563         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
7564         with license text from same location.
7565         * doc/maintain.texi, doc/standards.texi:  Sync from
7566         <http://savannah.gnu.org/projects/gnustandards>.
7567
7568 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
7569         and Jim Meyering  <meyering@redhat.com>
7570
7571         Adjust getdate' grammar to accept a slightly more regular language.
7572         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
7573         Before, the former was rejected.
7574         * lib/getdate.y (digits_to_date_time): New function, factored
7575         out of ...
7576         (number): ...here.  Just call digits_to_date_time.
7577         (hybrid): New non-terminal to handle an <unsigned number,
7578         signed relative offset> sequence consistently.
7579
7580 2007-11-18  Jim Meyering  <meyering@redhat.com>
7581
7582         Pull my changes from coreutils:
7583         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
7584         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
7585         use of $gnulib_tool_option_extras, so that it's separated from the
7586         preceding argument.
7587
7588         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
7589         * build-aux/bootstrap (cp_mark_as_generated): Create any required
7590         parent destination directories before copying a file into place.
7591
7592 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
7593
7594         bootstrap: work also with 4-argument variant of AC_INIT
7595         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
7596
7597 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
7598
7599         Port test-getaddrinfo to Solaris.
7600         Problem reported by Bruno Haible in
7601         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
7602         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
7603         explanation of setting 'hints'.
7604         Don't reject an implementation merely because it returns EAI_SERVICE.
7605         (EAI_SERVICE): Define to 0 if not defined.
7606
7607 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
7608
7609         The license of gnu-make and posix-shell is now "GPLed build tool".
7610         * modules/gnu-make (License): Likewise.
7611         * modules/posix-shell (License): Likewise.
7612
7613         New module posix-shell, for determining a POSIX shell
7614         or perhaps something that is close enough to a POSIX shell.
7615         * m4/posix-shell.m4: New file.
7616         * modules/posix-shell: New file.
7617
7618         * MODULES.html.sh: Mention new module.
7619
7620         New module gnu-make, for determining whether we're using GNU Make.
7621         * m4/gnu-make.m4: New file.
7622         * modules/gnu-make: New file.
7623         * MODULES.html.sh: Mention new module.
7624
7625 2007-11-14  Jim Meyering  <meyering@redhat.com>
7626
7627         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
7628         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
7629         use this macro to create a function _definition_.
7630         Remove useless "#undef ARGMATCH_DIE".
7631
7632 2007-11-14  Bruno Haible  <bruno@clisp.org>
7633
7634         * lib/config.charset: Update for OpenBSD 4.1.
7635         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
7636
7637 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
7638
7639         Document 64-bit #if problems in stdint.texi.
7640         * doc/headers/stdint.texi (stdint.h): Mention problems with
7641         64-bit-#if, and how to work around them.
7642
7643         Don't insist on 'long long int' support in the preprocessor.  It
7644         breaks too many things.  For example, PRIdMAX still uses a 'long
7645         long int' format with the latest Sun compiler, even though
7646         HAVE_LONG_LONG_INT isn't defined due to that compiler's
7647         preprocessor problem.  This causes the latest coreutils to dump
7648         core on Solaris 10 sparc with the Sun C compiler.
7649         Instead, fix the 2007-10-16 problem in a different way, by evaluating
7650         the troublesome expressions at configure-time, not at #if-time.
7651         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
7652         preprocessor.
7653         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
7654         compile-time C checks, done at 'configure'-time.
7655         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
7656         * modules/inttypes (Makefile): Substitute the new symbols that
7657         gl_INTTYPES_H now generates.
7658         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
7659
7660 2007-11-12  Bruno Haible  <bruno@clisp.org>
7661
7662         Tests for Unicode character classification functions.
7663
7664         * modules/unictype/bidicategory-byname-tests: New file.
7665         * modules/unictype/bidicategory-name-tests: New file.
7666         * modules/unictype/bidicategory-of-tests: New file.
7667         * modules/unictype/bidicategory-test-tests: New file.
7668         * modules/unictype/block-list-tests: New file.
7669         * modules/unictype/block-of-tests: New file.
7670         * modules/unictype/block-test-tests: New file.
7671         * modules/unictype/category-C-tests: New file.
7672         * modules/unictype/category-Cc-tests: New file.
7673         * modules/unictype/category-Cf-tests: New file.
7674         * modules/unictype/category-Cn-tests: New file.
7675         * modules/unictype/category-Co-tests: New file.
7676         * modules/unictype/category-Cs-tests: New file.
7677         * modules/unictype/category-L-tests: New file.
7678         * modules/unictype/category-Ll-tests: New file.
7679         * modules/unictype/category-Lm-tests: New file.
7680         * modules/unictype/category-Lo-tests: New file.
7681         * modules/unictype/category-Lt-tests: New file.
7682         * modules/unictype/category-Lu-tests: New file.
7683         * modules/unictype/category-M-tests: New file.
7684         * modules/unictype/category-Mc-tests: New file.
7685         * modules/unictype/category-Me-tests: New file.
7686         * modules/unictype/category-Mn-tests: New file.
7687         * modules/unictype/category-N-tests: New file.
7688         * modules/unictype/category-Nd-tests: New file.
7689         * modules/unictype/category-Nl-tests: New file.
7690         * modules/unictype/category-No-tests: New file.
7691         * modules/unictype/category-P-tests: New file.
7692         * modules/unictype/category-Pc-tests: New file.
7693         * modules/unictype/category-Pd-tests: New file.
7694         * modules/unictype/category-Pe-tests: New file.
7695         * modules/unictype/category-Pf-tests: New file.
7696         * modules/unictype/category-Pi-tests: New file.
7697         * modules/unictype/category-Po-tests: New file.
7698         * modules/unictype/category-Ps-tests: New file.
7699         * modules/unictype/category-S-tests: New file.
7700         * modules/unictype/category-Sc-tests: New file.
7701         * modules/unictype/category-Sk-tests: New file.
7702         * modules/unictype/category-Sm-tests: New file.
7703         * modules/unictype/category-So-tests: New file.
7704         * modules/unictype/category-Z-tests: New file.
7705         * modules/unictype/category-Zl-tests: New file.
7706         * modules/unictype/category-Zp-tests: New file.
7707         * modules/unictype/category-Zs-tests: New file.
7708         * modules/unictype/category-and-not-tests: New file.
7709         * modules/unictype/category-and-tests: New file.
7710         * modules/unictype/category-byname-tests: New file.
7711         * modules/unictype/category-name-tests: New file.
7712         * modules/unictype/category-none-tests: New file.
7713         * modules/unictype/category-of-tests: New file.
7714         * modules/unictype/category-or-tests: New file.
7715         * modules/unictype/category-test-withtable-tests: New file.
7716         * modules/unictype/combining-class-tests: New file.
7717         * modules/unictype/ctype-alnum-tests: New file.
7718         * modules/unictype/ctype-alpha-tests: New file.
7719         * modules/unictype/ctype-blank-tests: New file.
7720         * modules/unictype/ctype-cntrl-tests: New file.
7721         * modules/unictype/ctype-digit-tests: New file.
7722         * modules/unictype/ctype-graph-tests: New file.
7723         * modules/unictype/ctype-lower-tests: New file.
7724         * modules/unictype/ctype-print-tests: New file.
7725         * modules/unictype/ctype-punct-tests: New file.
7726         * modules/unictype/ctype-space-tests: New file.
7727         * modules/unictype/ctype-upper-tests: New file.
7728         * modules/unictype/ctype-xdigit-tests: New file.
7729         * modules/unictype/decimal-digit-tests: New file.
7730         * modules/unictype/digit-tests: New file.
7731         * modules/unictype/mirror-tests: New file.
7732         * modules/unictype/numeric-tests: New file.
7733         * modules/unictype/property-alphabetic-tests: New file.
7734         * modules/unictype/property-ascii-hex-digit-tests: New file.
7735         * modules/unictype/property-bidi-arabic-digit-tests: New file.
7736         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
7737         * modules/unictype/property-bidi-block-separator-tests: New file.
7738         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
7739         * modules/unictype/property-bidi-common-separator-tests: New file.
7740         * modules/unictype/property-bidi-control-tests: New file.
7741         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
7742         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
7743         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
7744         * modules/unictype/property-bidi-european-digit-tests: New file.
7745         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
7746         * modules/unictype/property-bidi-left-to-right-tests: New file.
7747         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
7748         * modules/unictype/property-bidi-other-neutral-tests: New file.
7749         * modules/unictype/property-bidi-pdf-tests: New file.
7750         * modules/unictype/property-bidi-segment-separator-tests: New file.
7751         * modules/unictype/property-bidi-whitespace-tests: New file.
7752         * modules/unictype/property-byname-tests: New file.
7753         * modules/unictype/property-combining-tests: New file.
7754         * modules/unictype/property-composite-tests: New file.
7755         * modules/unictype/property-currency-symbol-tests: New file.
7756         * modules/unictype/property-dash-tests: New file.
7757         * modules/unictype/property-decimal-digit-tests: New file.
7758         * modules/unictype/property-default-ignorable-code-point-tests: New file.
7759         * modules/unictype/property-deprecated-tests: New file.
7760         * modules/unictype/property-diacritic-tests: New file.
7761         * modules/unictype/property-extender-tests: New file.
7762         * modules/unictype/property-format-control-tests: New file.
7763         * modules/unictype/property-grapheme-base-tests: New file.
7764         * modules/unictype/property-grapheme-extend-tests: New file.
7765         * modules/unictype/property-grapheme-link-tests: New file.
7766         * modules/unictype/property-hex-digit-tests: New file.
7767         * modules/unictype/property-hyphen-tests: New file.
7768         * modules/unictype/property-id-continue-tests: New file.
7769         * modules/unictype/property-id-start-tests: New file.
7770         * modules/unictype/property-ideographic-tests: New file.
7771         * modules/unictype/property-ids-binary-operator-tests: New file.
7772         * modules/unictype/property-ids-trinary-operator-tests: New file.
7773         * modules/unictype/property-ignorable-control-tests: New file.
7774         * modules/unictype/property-iso-control-tests: New file.
7775         * modules/unictype/property-join-control-tests: New file.
7776         * modules/unictype/property-left-of-pair-tests: New file.
7777         * modules/unictype/property-line-separator-tests: New file.
7778         * modules/unictype/property-logical-order-exception-tests: New file.
7779         * modules/unictype/property-lowercase-tests: New file.
7780         * modules/unictype/property-math-tests: New file.
7781         * modules/unictype/property-non-break-tests: New file.
7782         * modules/unictype/property-not-a-character-tests: New file.
7783         * modules/unictype/property-numeric-tests: New file.
7784         * modules/unictype/property-other-alphabetic-tests: New file.
7785         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
7786         * modules/unictype/property-other-grapheme-extend-tests: New file.
7787         * modules/unictype/property-other-id-continue-tests: New file.
7788         * modules/unictype/property-other-id-start-tests: New file.
7789         * modules/unictype/property-other-lowercase-tests: New file.
7790         * modules/unictype/property-other-math-tests: New file.
7791         * modules/unictype/property-other-uppercase-tests: New file.
7792         * modules/unictype/property-paired-punctuation-tests: New file.
7793         * modules/unictype/property-paragraph-separator-tests: New file.
7794         * modules/unictype/property-pattern-syntax-tests: New file.
7795         * modules/unictype/property-pattern-white-space-tests: New file.
7796         * modules/unictype/property-private-use-tests: New file.
7797         * modules/unictype/property-punctuation-tests: New file.
7798         * modules/unictype/property-quotation-mark-tests: New file.
7799         * modules/unictype/property-radical-tests: New file.
7800         * modules/unictype/property-sentence-terminal-tests: New file.
7801         * modules/unictype/property-soft-dotted-tests: New file.
7802         * modules/unictype/property-space-tests: New file.
7803         * modules/unictype/property-terminal-punctuation-tests: New file.
7804         * modules/unictype/property-test-tests: New file.
7805         * modules/unictype/property-titlecase-tests: New file.
7806         * modules/unictype/property-unassigned-code-value-tests: New file.
7807         * modules/unictype/property-unified-ideograph-tests: New file.
7808         * modules/unictype/property-uppercase-tests: New file.
7809         * modules/unictype/property-variation-selector-tests: New file.
7810         * modules/unictype/property-white-space-tests: New file.
7811         * modules/unictype/property-xid-continue-tests: New file.
7812         * modules/unictype/property-xid-start-tests: New file.
7813         * modules/unictype/property-zero-width-tests: New file.
7814         * modules/unictype/scripts-tests: New file.
7815         * modules/unictype/syntax-c-ident-tests: New file.
7816         * modules/unictype/syntax-c-whitespace-tests: New file.
7817         * modules/unictype/syntax-java-ident-tests: New file.
7818         * modules/unictype/syntax-java-whitespace-tests: New file.
7819         * tests/unictype/test-bidi_byname.c: New file.
7820         * tests/unictype/test-bidi_name.c: New file.
7821         * tests/unictype/test-bidi_of.c: New file.
7822         * tests/unictype/test-bidi_test.c: New file.
7823         * tests/unictype/test-block_list.c: New file.
7824         * tests/unictype/test-block_of.c: New file.
7825         * tests/unictype/test-block_test.c: New file.
7826         * tests/unictype/test-categ_and.c: New file.
7827         * tests/unictype/test-categ_and_not.c: New file.
7828         * tests/unictype/test-categ_byname.c: New file.
7829         * tests/unictype/test-categ_name.c: New file.
7830         * tests/unictype/test-categ_none.c: New file.
7831         * tests/unictype/test-categ_of.c: New file.
7832         * tests/unictype/test-categ_or.c: New file.
7833         * tests/unictype/test-categ_test_withtable.c: New file.
7834         * tests/unictype/test-combining.c: New file.
7835         * tests/unictype/test-decdigit.c: New file.
7836         * tests/unictype/test-digit.c: New file.
7837         * tests/unictype/test-mirror.c: New file.
7838         * tests/unictype/test-numeric.c: New file.
7839         * tests/unictype/test-pr_byname.c: New file.
7840         * tests/unictype/test-pr_test.c: New file.
7841         * tests/unictype/test-predicate-part1.h: New file.
7842         * tests/unictype/test-predicate-part2.h: New file.
7843         * tests/unictype/test-scripts.c: New file.
7844         * tests/unictype/test-sy_c_ident.c: New file.
7845         * tests/unictype/test-sy_java_ident.c: New file.
7846
7847         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
7848         for Unicode 5.0.0.
7849         * tests/unictype/test-categ_Cc.c: Likewise.
7850         * tests/unictype/test-categ_Cf.c: Likewise.
7851         * tests/unictype/test-categ_Cn.c: Likewise.
7852         * tests/unictype/test-categ_Co.c: Likewise.
7853         * tests/unictype/test-categ_Cs.c: Likewise.
7854         * tests/unictype/test-categ_L.c: Likewise.
7855         * tests/unictype/test-categ_Ll.c: Likewise.
7856         * tests/unictype/test-categ_Lm.c: Likewise.
7857         * tests/unictype/test-categ_Lo.c: Likewise.
7858         * tests/unictype/test-categ_Lt.c: Likewise.
7859         * tests/unictype/test-categ_Lu.c: Likewise.
7860         * tests/unictype/test-categ_M.c: Likewise.
7861         * tests/unictype/test-categ_Mc.c: Likewise.
7862         * tests/unictype/test-categ_Me.c: Likewise.
7863         * tests/unictype/test-categ_Mn.c: Likewise.
7864         * tests/unictype/test-categ_N.c: Likewise.
7865         * tests/unictype/test-categ_Nd.c: Likewise.
7866         * tests/unictype/test-categ_Nl.c: Likewise.
7867         * tests/unictype/test-categ_No.c: Likewise.
7868         * tests/unictype/test-categ_P.c: Likewise.
7869         * tests/unictype/test-categ_Pc.c: Likewise.
7870         * tests/unictype/test-categ_Pd.c: Likewise.
7871         * tests/unictype/test-categ_Pe.c: Likewise.
7872         * tests/unictype/test-categ_Pf.c: Likewise.
7873         * tests/unictype/test-categ_Pi.c: Likewise.
7874         * tests/unictype/test-categ_Po.c: Likewise.
7875         * tests/unictype/test-categ_Ps.c: Likewise.
7876         * tests/unictype/test-categ_S.c: Likewise.
7877         * tests/unictype/test-categ_Sc.c: Likewise.
7878         * tests/unictype/test-categ_Sk.c: Likewise.
7879         * tests/unictype/test-categ_Sm.c: Likewise.
7880         * tests/unictype/test-categ_So.c: Likewise.
7881         * tests/unictype/test-categ_Z.c: Likewise.
7882         * tests/unictype/test-categ_Zl.c: Likewise.
7883         * tests/unictype/test-categ_Zp.c: Likewise.
7884         * tests/unictype/test-categ_Zs.c: Likewise.
7885         * tests/unictype/test-ctype_alnum.c: Likewise.
7886         * tests/unictype/test-ctype_alpha.c: Likewise.
7887         * tests/unictype/test-ctype_blank.c: Likewise.
7888         * tests/unictype/test-ctype_cntrl.c: Likewise.
7889         * tests/unictype/test-ctype_digit.c: Likewise.
7890         * tests/unictype/test-ctype_graph.c: Likewise.
7891         * tests/unictype/test-ctype_lower.c: Likewise.
7892         * tests/unictype/test-ctype_print.c: Likewise.
7893         * tests/unictype/test-ctype_punct.c: Likewise.
7894         * tests/unictype/test-ctype_space.c: Likewise.
7895         * tests/unictype/test-ctype_upper.c: Likewise.
7896         * tests/unictype/test-ctype_xdigit.c: Likewise.
7897         * tests/unictype/test-decdigit.h: Likewise.
7898         * tests/unictype/test-digit.h: Likewise.
7899         * tests/unictype/test-numeric.h: Likewise.
7900         * tests/unictype/test-pr_alphabetic.c: Likewise.
7901         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
7902         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
7903         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
7904         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
7905         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
7906         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
7907         * tests/unictype/test-pr_bidi_control.c: Likewise.
7908         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
7909         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
7910         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
7911         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
7912         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
7913         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
7914         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
7915         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
7916         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
7917         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
7918         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
7919         * tests/unictype/test-pr_combining.c: Likewise.
7920         * tests/unictype/test-pr_composite.c: Likewise.
7921         * tests/unictype/test-pr_currency_symbol.c: Likewise.
7922         * tests/unictype/test-pr_dash.c: Likewise.
7923         * tests/unictype/test-pr_decimal_digit.c: Likewise.
7924         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
7925         * tests/unictype/test-pr_deprecated.c: Likewise.
7926         * tests/unictype/test-pr_diacritic.c: Likewise.
7927         * tests/unictype/test-pr_extender.c: Likewise.
7928         * tests/unictype/test-pr_format_control.c: Likewise.
7929         * tests/unictype/test-pr_grapheme_base.c: Likewise.
7930         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
7931         * tests/unictype/test-pr_grapheme_link.c: Likewise.
7932         * tests/unictype/test-pr_hex_digit.c: Likewise.
7933         * tests/unictype/test-pr_hyphen.c: Likewise.
7934         * tests/unictype/test-pr_id_continue.c: Likewise.
7935         * tests/unictype/test-pr_id_start.c: Likewise.
7936         * tests/unictype/test-pr_ideographic.c: Likewise.
7937         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
7938         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
7939         * tests/unictype/test-pr_ignorable_control.c: Likewise.
7940         * tests/unictype/test-pr_iso_control.c: Likewise.
7941         * tests/unictype/test-pr_join_control.c: Likewise.
7942         * tests/unictype/test-pr_left_of_pair.c: Likewise.
7943         * tests/unictype/test-pr_line_separator.c: Likewise.
7944         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
7945         * tests/unictype/test-pr_lowercase.c: Likewise.
7946         * tests/unictype/test-pr_math.c: Likewise.
7947         * tests/unictype/test-pr_non_break.c: Likewise.
7948         * tests/unictype/test-pr_not_a_character.c: Likewise.
7949         * tests/unictype/test-pr_numeric.c: Likewise.
7950         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
7951         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
7952         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
7953         * tests/unictype/test-pr_other_id_continue.c: Likewise.
7954         * tests/unictype/test-pr_other_id_start.c: Likewise.
7955         * tests/unictype/test-pr_other_lowercase.c: Likewise.
7956         * tests/unictype/test-pr_other_math.c: Likewise.
7957         * tests/unictype/test-pr_other_uppercase.c: Likewise.
7958         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
7959         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
7960         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
7961         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
7962         * tests/unictype/test-pr_private_use.c: Likewise.
7963         * tests/unictype/test-pr_punctuation.c: Likewise.
7964         * tests/unictype/test-pr_quotation_mark.c: Likewise.
7965         * tests/unictype/test-pr_radical.c: Likewise.
7966         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
7967         * tests/unictype/test-pr_soft_dotted.c: Likewise.
7968         * tests/unictype/test-pr_space.c: Likewise.
7969         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
7970         * tests/unictype/test-pr_titlecase.c: Likewise.
7971         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
7972         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
7973         * tests/unictype/test-pr_uppercase.c: Likewise.
7974         * tests/unictype/test-pr_variation_selector.c: Likewise.
7975         * tests/unictype/test-pr_white_space.c: Likewise.
7976         * tests/unictype/test-pr_xid_continue.c: Likewise.
7977         * tests/unictype/test-pr_xid_start.c: Likewise.
7978         * tests/unictype/test-pr_zero_width.c: Likewise.
7979         * tests/unictype/test-sy_c_whitespace.c: Likewise.
7980         * tests/unictype/test-sy_java_whitespace.c: Likewise.
7981
7982 2007-11-12  Bruno Haible  <bruno@clisp.org>
7983
7984         Unicode character classification functions.
7985         * lib/unictype.h: New file.
7986         * modules/unictype/base: New file.
7987         * modules/unictype/category-L: New file.
7988         * modules/unictype/category-Lu: New file.
7989         * modules/unictype/category-Ll: New file.
7990         * modules/unictype/category-Lt: New file.
7991         * modules/unictype/category-Lm: New file.
7992         * modules/unictype/category-Lo: New file.
7993         * modules/unictype/category-M: New file.
7994         * modules/unictype/category-Mn: New file.
7995         * modules/unictype/category-Mc: New file.
7996         * modules/unictype/category-Me: New file.
7997         * modules/unictype/category-N: New file.
7998         * modules/unictype/category-Nd: New file.
7999         * modules/unictype/category-Nl: New file.
8000         * modules/unictype/category-No: New file.
8001         * modules/unictype/category-P: New file.
8002         * modules/unictype/category-Pc: New file.
8003         * modules/unictype/category-Pd: New file.
8004         * modules/unictype/category-Ps: New file.
8005         * modules/unictype/category-Pe: New file.
8006         * modules/unictype/category-Pi: New file.
8007         * modules/unictype/category-Pf: New file.
8008         * modules/unictype/category-Po: New file.
8009         * modules/unictype/category-S: New file.
8010         * modules/unictype/category-Sm: New file.
8011         * modules/unictype/category-Sc: New file.
8012         * modules/unictype/category-Sk: New file.
8013         * modules/unictype/category-So: New file.
8014         * modules/unictype/category-Z: New file.
8015         * modules/unictype/category-Zs: New file.
8016         * modules/unictype/category-Zl: New file.
8017         * modules/unictype/category-Zp: New file.
8018         * modules/unictype/category-C: New file.
8019         * modules/unictype/category-Cc: New file.
8020         * modules/unictype/category-Cf: New file.
8021         * modules/unictype/category-Cs: New file.
8022         * modules/unictype/category-Co: New file.
8023         * modules/unictype/category-Cn: New file.
8024         * modules/unictype/category-or: New file.
8025         * modules/unictype/category-of: New file.
8026         * modules/unictype/category-test: New file.
8027         * modules/unictype/category-test-withtable: New file.
8028         * modules/unictype/category-byname: New file.
8029         * modules/unictype/category-none: New file.
8030         * modules/unictype/category-and: New file.
8031         * modules/unictype/category-and-not: New file.
8032         * modules/unictype/category-name: New file.
8033         * modules/unictype/combining-class: New file.
8034         * modules/unictype/category-all: New file.
8035         * modules/unictype/bidicategory-all: New file.
8036         * modules/unictype/bidicategory-byname: New file.
8037         * modules/unictype/bidicategory-name: New file.
8038         * modules/unictype/bidicategory-of: New file.
8039         * modules/unictype/bidicategory-test: New file.
8040         * modules/unictype/decimal-digit: New file.
8041         * modules/unictype/digit: New file.
8042         * modules/unictype/numeric: New file.
8043         * modules/unictype/mirror: New file.
8044         * modules/unictype/property-white-space: New file.
8045         * modules/unictype/property-alphabetic: New file.
8046         * modules/unictype/property-other-alphabetic: New file.
8047         * modules/unictype/property-not-a-character: New file.
8048         * modules/unictype/property-default-ignorable-code-point: New file.
8049         * modules/unictype/property-other-default-ignorable-code-point: New
8050         file.
8051         * modules/unictype/property-deprecated: New file.
8052         * modules/unictype/property-logical-order-exception: New file.
8053         * modules/unictype/property-variation-selector: New file.
8054         * modules/unictype/property-private-use: New file.
8055         * modules/unictype/property-unassigned-code-value: New file.
8056         * modules/unictype/property-uppercase: New file.
8057         * modules/unictype/property-other-uppercase: New file.
8058         * modules/unictype/property-lowercase: New file.
8059         * modules/unictype/property-other-lowercase: New file.
8060         * modules/unictype/property-titlecase: New file.
8061         * modules/unictype/property-soft-dotted: New file.
8062         * modules/unictype/property-id-start: New file.
8063         * modules/unictype/property-other-id-start: New file.
8064         * modules/unictype/property-id-continue: New file.
8065         * modules/unictype/property-other-id-continue: New file.
8066         * modules/unictype/property-xid-start: New file.
8067         * modules/unictype/property-xid-continue: New file.
8068         * modules/unictype/property-pattern-white-space: New file.
8069         * modules/unictype/property-pattern-syntax: New file.
8070         * modules/unictype/property-join-control: New file.
8071         * modules/unictype/property-grapheme-base: New file.
8072         * modules/unictype/property-grapheme-extend: New file.
8073         * modules/unictype/property-other-grapheme-extend: New file.
8074         * modules/unictype/property-grapheme-link: New file.
8075         * modules/unictype/property-bidi-control: New file.
8076         * modules/unictype/property-bidi-left-to-right: New file.
8077         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
8078         * modules/unictype/property-bidi-arabic-right-to-left: New file.
8079         * modules/unictype/property-bidi-european-digit: New file.
8080         * modules/unictype/property-bidi-eur-num-separator: New file.
8081         * modules/unictype/property-bidi-eur-num-terminator: New file.
8082         * modules/unictype/property-bidi-arabic-digit: New file.
8083         * modules/unictype/property-bidi-common-separator: New file.
8084         * modules/unictype/property-bidi-block-separator: New file.
8085         * modules/unictype/property-bidi-segment-separator: New file.
8086         * modules/unictype/property-bidi-whitespace: New file.
8087         * modules/unictype/property-bidi-non-spacing-mark: New file.
8088         * modules/unictype/property-bidi-boundary-neutral: New file.
8089         * modules/unictype/property-bidi-pdf: New file.
8090         * modules/unictype/property-bidi-embedding-or-override: New file.
8091         * modules/unictype/property-bidi-other-neutral: New file.
8092         * modules/unictype/property-hex-digit: New file.
8093         * modules/unictype/property-ascii-hex-digit: New file.
8094         * modules/unictype/property-ideographic: New file.
8095         * modules/unictype/property-unified-ideograph: New file.
8096         * modules/unictype/property-radical: New file.
8097         * modules/unictype/property-ids-binary-operator: New file.
8098         * modules/unictype/property-ids-trinary-operator: New file.
8099         * modules/unictype/property-zero-width: New file.
8100         * modules/unictype/property-space: New file.
8101         * modules/unictype/property-non-break: New file.
8102         * modules/unictype/property-iso-control: New file.
8103         * modules/unictype/property-format-control: New file.
8104         * modules/unictype/property-dash: New file.
8105         * modules/unictype/property-hyphen: New file.
8106         * modules/unictype/property-punctuation: New file.
8107         * modules/unictype/property-line-separator: New file.
8108         * modules/unictype/property-paragraph-separator: New file.
8109         * modules/unictype/property-quotation-mark: New file.
8110         * modules/unictype/property-sentence-terminal: New file.
8111         * modules/unictype/property-terminal-punctuation: New file.
8112         * modules/unictype/property-currency-symbol: New file.
8113         * modules/unictype/property-math: New file.
8114         * modules/unictype/property-other-math: New file.
8115         * modules/unictype/property-paired-punctuation: New file.
8116         * modules/unictype/property-left-of-pair: New file.
8117         * modules/unictype/property-combining: New file.
8118         * modules/unictype/property-composite: New file.
8119         * modules/unictype/property-decimal-digit: New file.
8120         * modules/unictype/property-numeric: New file.
8121         * modules/unictype/property-diacritic: New file.
8122         * modules/unictype/property-extender: New file.
8123         * modules/unictype/property-ignorable-control: New file.
8124         * modules/unictype/property-test: New file.
8125         * modules/unictype/property-byname: New file.
8126         * modules/unictype/property-all: New file.
8127         * modules/unictype/scripts: New file.
8128         * modules/unictype/scripts-all: New file.
8129         * modules/unictype/block-of: New file.
8130         * modules/unictype/block-test: New file.
8131         * modules/unictype/block-list: New file.
8132         * modules/unictype/block-all: New file.
8133         * modules/unictype/syntax-c-whitespace: New file.
8134         * modules/unictype/syntax-java-whitespace: New file.
8135         * modules/unictype/syntax-c-ident: New file.
8136         * modules/unictype/syntax-java-ident: New file.
8137         * modules/unictype/ctype-alnum: New file.
8138         * modules/unictype/ctype-alpha: New file.
8139         * modules/unictype/ctype-cntrl: New file.
8140         * modules/unictype/ctype-digit: New file.
8141         * modules/unictype/ctype-graph: New file.
8142         * modules/unictype/ctype-lower: New file.
8143         * modules/unictype/ctype-print: New file.
8144         * modules/unictype/ctype-punct: New file.
8145         * modules/unictype/ctype-space: New file.
8146         * modules/unictype/ctype-upper: New file.
8147         * modules/unictype/ctype-xdigit: New file.
8148         * modules/unictype/ctype-blank: New file.
8149         * lib/unictype/bidi_byname.c: New file.
8150         * lib/unictype/bidi_name.c: New file.
8151         * lib/unictype/bidi_of.c: New file.
8152         * lib/unictype/bidi_test.c: New file.
8153         * lib/unictype/bitmap.h: New file.
8154         * lib/unictype/block_test.c: New file.
8155         * lib/unictype/blocks.c: New file.
8156         * lib/unictype/categ_C.c: New file.
8157         * lib/unictype/categ_Cc.c: New file.
8158         * lib/unictype/categ_Cf.c: New file.
8159         * lib/unictype/categ_Cn.c: New file.
8160         * lib/unictype/categ_Co.c: New file.
8161         * lib/unictype/categ_Cs.c: New file.
8162         * lib/unictype/categ_L.c: New file.
8163         * lib/unictype/categ_Ll.c: New file.
8164         * lib/unictype/categ_Lm.c: New file.
8165         * lib/unictype/categ_Lo.c: New file.
8166         * lib/unictype/categ_Lt.c: New file.
8167         * lib/unictype/categ_Lu.c: New file.
8168         * lib/unictype/categ_M.c: New file.
8169         * lib/unictype/categ_Mc.c: New file.
8170         * lib/unictype/categ_Me.c: New file.
8171         * lib/unictype/categ_Mn.c: New file.
8172         * lib/unictype/categ_N.c: New file.
8173         * lib/unictype/categ_Nd.c: New file.
8174         * lib/unictype/categ_Nl.c: New file.
8175         * lib/unictype/categ_No.c: New file.
8176         * lib/unictype/categ_P.c: New file.
8177         * lib/unictype/categ_Pc.c: New file.
8178         * lib/unictype/categ_Pd.c: New file.
8179         * lib/unictype/categ_Pe.c: New file.
8180         * lib/unictype/categ_Pf.c: New file.
8181         * lib/unictype/categ_Pi.c: New file.
8182         * lib/unictype/categ_Po.c: New file.
8183         * lib/unictype/categ_Ps.c: New file.
8184         * lib/unictype/categ_S.c: New file.
8185         * lib/unictype/categ_Sc.c: New file.
8186         * lib/unictype/categ_Sk.c: New file.
8187         * lib/unictype/categ_Sm.c: New file.
8188         * lib/unictype/categ_So.c: New file.
8189         * lib/unictype/categ_Z.c: New file.
8190         * lib/unictype/categ_Zl.c: New file.
8191         * lib/unictype/categ_Zp.c: New file.
8192         * lib/unictype/categ_Zs.c: New file.
8193         * lib/unictype/categ_and.c: New file.
8194         * lib/unictype/categ_and_not.c: New file.
8195         * lib/unictype/categ_byname.c: New file.
8196         * lib/unictype/categ_name.c: New file.
8197         * lib/unictype/categ_none.c: New file.
8198         * lib/unictype/categ_of.c: New file.
8199         * lib/unictype/categ_or.c: New file.
8200         * lib/unictype/categ_test.c: New file.
8201         * lib/unictype/combining.c: New file.
8202         * lib/unictype/ctype_alnum.c: New file.
8203         * lib/unictype/ctype_alpha.c: New file.
8204         * lib/unictype/ctype_blank.c: New file.
8205         * lib/unictype/ctype_cntrl.c: New file.
8206         * lib/unictype/ctype_digit.c: New file.
8207         * lib/unictype/ctype_graph.c: New file.
8208         * lib/unictype/ctype_lower.c: New file.
8209         * lib/unictype/ctype_print.c: New file.
8210         * lib/unictype/ctype_punct.c: New file.
8211         * lib/unictype/ctype_space.c: New file.
8212         * lib/unictype/ctype_upper.c: New file.
8213         * lib/unictype/ctype_xdigit.c: New file.
8214         * lib/unictype/decdigit.c: New file.
8215         * lib/unictype/digit.c: New file.
8216         * lib/unictype/identsyntaxmap.h: New file.
8217         * lib/unictype/mirror.c: New file.
8218         * lib/unictype/numeric.c: New file.
8219         * lib/unictype/pr_alphabetic.c: New file.
8220         * lib/unictype/pr_ascii_hex_digit.c: New file.
8221         * lib/unictype/pr_bidi_arabic_digit.c: New file.
8222         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
8223         * lib/unictype/pr_bidi_block_separator.c: New file.
8224         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
8225         * lib/unictype/pr_bidi_common_separator.c: New file.
8226         * lib/unictype/pr_bidi_control.c: New file.
8227         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
8228         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
8229         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
8230         * lib/unictype/pr_bidi_european_digit.c: New file.
8231         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
8232         * lib/unictype/pr_bidi_left_to_right.c: New file.
8233         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
8234         * lib/unictype/pr_bidi_other_neutral.c: New file.
8235         * lib/unictype/pr_bidi_pdf.c: New file.
8236         * lib/unictype/pr_bidi_segment_separator.c: New file.
8237         * lib/unictype/pr_bidi_whitespace.c: New file.
8238         * lib/unictype/pr_byname.c: New file.
8239         * lib/unictype/pr_byname.gperf: New file.
8240         * lib/unictype/pr_combining.c: New file.
8241         * lib/unictype/pr_composite.c: New file.
8242         * lib/unictype/pr_currency_symbol.c: New file.
8243         * lib/unictype/pr_dash.c: New file.
8244         * lib/unictype/pr_decimal_digit.c: New file.
8245         * lib/unictype/pr_default_ignorable_code_point.c: New file.
8246         * lib/unictype/pr_deprecated.c: New file.
8247         * lib/unictype/pr_diacritic.c: New file.
8248         * lib/unictype/pr_extender.c: New file.
8249         * lib/unictype/pr_format_control.c: New file.
8250         * lib/unictype/pr_grapheme_base.c: New file.
8251         * lib/unictype/pr_grapheme_extend.c: New file.
8252         * lib/unictype/pr_grapheme_link.c: New file.
8253         * lib/unictype/pr_hex_digit.c: New file.
8254         * lib/unictype/pr_hyphen.c: New file.
8255         * lib/unictype/pr_id_continue.c: New file.
8256         * lib/unictype/pr_id_start.c: New file.
8257         * lib/unictype/pr_ideographic.c: New file.
8258         * lib/unictype/pr_ids_binary_operator.c: New file.
8259         * lib/unictype/pr_ids_trinary_operator.c: New file.
8260         * lib/unictype/pr_ignorable_control.c: New file.
8261         * lib/unictype/pr_iso_control.c: New file.
8262         * lib/unictype/pr_join_control.c: New file.
8263         * lib/unictype/pr_left_of_pair.c: New file.
8264         * lib/unictype/pr_line_separator.c: New file.
8265         * lib/unictype/pr_logical_order_exception.c: New file.
8266         * lib/unictype/pr_lowercase.c: New file.
8267         * lib/unictype/pr_math.c: New file.
8268         * lib/unictype/pr_non_break.c: New file.
8269         * lib/unictype/pr_not_a_character.c: New file.
8270         * lib/unictype/pr_numeric.c: New file.
8271         * lib/unictype/pr_other_alphabetic.c: New file.
8272         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
8273         * lib/unictype/pr_other_grapheme_extend.c: New file.
8274         * lib/unictype/pr_other_id_continue.c: New file.
8275         * lib/unictype/pr_other_id_start.c: New file.
8276         * lib/unictype/pr_other_lowercase.c: New file.
8277         * lib/unictype/pr_other_math.c: New file.
8278         * lib/unictype/pr_other_uppercase.c: New file.
8279         * lib/unictype/pr_paired_punctuation.c: New file.
8280         * lib/unictype/pr_paragraph_separator.c: New file.
8281         * lib/unictype/pr_pattern_syntax.c: New file.
8282         * lib/unictype/pr_pattern_white_space.c: New file.
8283         * lib/unictype/pr_private_use.c: New file.
8284         * lib/unictype/pr_punctuation.c: New file.
8285         * lib/unictype/pr_quotation_mark.c: New file.
8286         * lib/unictype/pr_radical.c: New file.
8287         * lib/unictype/pr_sentence_terminal.c: New file.
8288         * lib/unictype/pr_soft_dotted.c: New file.
8289         * lib/unictype/pr_space.c: New file.
8290         * lib/unictype/pr_terminal_punctuation.c: New file.
8291         * lib/unictype/pr_test.c: New file.
8292         * lib/unictype/pr_titlecase.c: New file.
8293         * lib/unictype/pr_unassigned_code_value.c: New file.
8294         * lib/unictype/pr_unified_ideograph.c: New file.
8295         * lib/unictype/pr_uppercase.c: New file.
8296         * lib/unictype/pr_variation_selector.c: New file.
8297         * lib/unictype/pr_white_space.c: New file.
8298         * lib/unictype/pr_xid_continue.c: New file.
8299         * lib/unictype/pr_xid_start.c: New file.
8300         * lib/unictype/pr_zero_width.c: New file.
8301         * lib/unictype/scripts.c: New file.
8302         * lib/unictype/sy_c_ident.c: New file.
8303         * lib/unictype/sy_c_whitespace.c: New file.
8304         * lib/unictype/sy_java_ident.c: New file.
8305         * lib/unictype/sy_java_whitespace.c: New file.
8306
8307         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
8308         Unicode 5.0.0.
8309         * lib/unictype/blocks.h: Likewise.
8310         * lib/unictype/categ_C.h: Likewise.
8311         * lib/unictype/categ_Cc.h: Likewise.
8312         * lib/unictype/categ_Cf.h: Likewise.
8313         * lib/unictype/categ_Cn.h: Likewise.
8314         * lib/unictype/categ_Co.h: Likewise.
8315         * lib/unictype/categ_Cs.h: Likewise.
8316         * lib/unictype/categ_L.h: Likewise.
8317         * lib/unictype/categ_Ll.h: Likewise.
8318         * lib/unictype/categ_Lm.h: Likewise.
8319         * lib/unictype/categ_Lo.h: Likewise.
8320         * lib/unictype/categ_Lt.h: Likewise.
8321         * lib/unictype/categ_Lu.h: Likewise.
8322         * lib/unictype/categ_M.h: Likewise.
8323         * lib/unictype/categ_Mc.h: Likewise.
8324         * lib/unictype/categ_Me.h: Likewise.
8325         * lib/unictype/categ_Mn.h: Likewise.
8326         * lib/unictype/categ_N.h: Likewise.
8327         * lib/unictype/categ_Nd.h: Likewise.
8328         * lib/unictype/categ_Nl.h: Likewise.
8329         * lib/unictype/categ_No.h: Likewise.
8330         * lib/unictype/categ_P.h: Likewise.
8331         * lib/unictype/categ_Pc.h: Likewise.
8332         * lib/unictype/categ_Pd.h: Likewise.
8333         * lib/unictype/categ_Pe.h: Likewise.
8334         * lib/unictype/categ_Pf.h: Likewise.
8335         * lib/unictype/categ_Pi.h: Likewise.
8336         * lib/unictype/categ_Po.h: Likewise.
8337         * lib/unictype/categ_Ps.h: Likewise.
8338         * lib/unictype/categ_S.h: Likewise.
8339         * lib/unictype/categ_Sc.h: Likewise.
8340         * lib/unictype/categ_Sk.h: Likewise.
8341         * lib/unictype/categ_Sm.h: Likewise.
8342         * lib/unictype/categ_So.h: Likewise.
8343         * lib/unictype/categ_Z.h: Likewise.
8344         * lib/unictype/categ_Zl.h: Likewise.
8345         * lib/unictype/categ_Zp.h: Likewise.
8346         * lib/unictype/categ_Zs.h: Likewise.
8347         * lib/unictype/categ_of.h: Likewise.
8348         * lib/unictype/combining.h: Likewise.
8349         * lib/unictype/ctype_alnum.h: Likewise.
8350         * lib/unictype/ctype_alpha.h: Likewise.
8351         * lib/unictype/ctype_blank.h: Likewise.
8352         * lib/unictype/ctype_cntrl.h: Likewise.
8353         * lib/unictype/ctype_digit.h: Likewise.
8354         * lib/unictype/ctype_graph.h: Likewise.
8355         * lib/unictype/ctype_lower.h: Likewise.
8356         * lib/unictype/ctype_print.h: Likewise.
8357         * lib/unictype/ctype_punct.h: Likewise.
8358         * lib/unictype/ctype_space.h: Likewise.
8359         * lib/unictype/ctype_upper.h: Likewise.
8360         * lib/unictype/ctype_xdigit.h: Likewise.
8361         * lib/unictype/decdigit.h: Likewise.
8362         * lib/unictype/digit.h: Likewise.
8363         * lib/unictype/mirror.h: Likewise.
8364         * lib/unictype/numeric.h: Likewise.
8365         * lib/unictype/pr_alphabetic.h: Likewise.
8366         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
8367         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
8368         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
8369         * lib/unictype/pr_bidi_block_separator.h: Likewise.
8370         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
8371         * lib/unictype/pr_bidi_common_separator.h: Likewise.
8372         * lib/unictype/pr_bidi_control.h: Likewise.
8373         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
8374         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
8375         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
8376         * lib/unictype/pr_bidi_european_digit.h: Likewise.
8377         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
8378         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
8379         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
8380         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
8381         * lib/unictype/pr_bidi_pdf.h: Likewise.
8382         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
8383         * lib/unictype/pr_bidi_whitespace.h: Likewise.
8384         * lib/unictype/pr_combining.h: Likewise.
8385         * lib/unictype/pr_composite.h: Likewise.
8386         * lib/unictype/pr_currency_symbol.h: Likewise.
8387         * lib/unictype/pr_dash.h: Likewise.
8388         * lib/unictype/pr_decimal_digit.h: Likewise.
8389         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
8390         * lib/unictype/pr_deprecated.h: Likewise.
8391         * lib/unictype/pr_diacritic.h: Likewise.
8392         * lib/unictype/pr_extender.h: Likewise.
8393         * lib/unictype/pr_format_control.h: Likewise.
8394         * lib/unictype/pr_grapheme_base.h: Likewise.
8395         * lib/unictype/pr_grapheme_extend.h: Likewise.
8396         * lib/unictype/pr_grapheme_link.h: Likewise.
8397         * lib/unictype/pr_hex_digit.h: Likewise.
8398         * lib/unictype/pr_hyphen.h: Likewise.
8399         * lib/unictype/pr_id_continue.h: Likewise.
8400         * lib/unictype/pr_id_start.h: Likewise.
8401         * lib/unictype/pr_ideographic.h: Likewise.
8402         * lib/unictype/pr_ids_binary_operator.h: Likewise.
8403         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
8404         * lib/unictype/pr_ignorable_control.h: Likewise.
8405         * lib/unictype/pr_iso_control.h: Likewise.
8406         * lib/unictype/pr_join_control.h: Likewise.
8407         * lib/unictype/pr_left_of_pair.h: Likewise.
8408         * lib/unictype/pr_line_separator.h: Likewise.
8409         * lib/unictype/pr_logical_order_exception.h: Likewise.
8410         * lib/unictype/pr_lowercase.h: Likewise.
8411         * lib/unictype/pr_math.h: Likewise.
8412         * lib/unictype/pr_non_break.h: Likewise.
8413         * lib/unictype/pr_not_a_character.h: Likewise.
8414         * lib/unictype/pr_numeric.h: Likewise.
8415         * lib/unictype/pr_other_alphabetic.h: Likewise.
8416         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
8417         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
8418         * lib/unictype/pr_other_id_continue.h: Likewise.
8419         * lib/unictype/pr_other_id_start.h: Likewise.
8420         * lib/unictype/pr_other_lowercase.h: Likewise.
8421         * lib/unictype/pr_other_math.h: Likewise.
8422         * lib/unictype/pr_other_uppercase.h: Likewise.
8423         * lib/unictype/pr_paired_punctuation.h: Likewise.
8424         * lib/unictype/pr_paragraph_separator.h: Likewise.
8425         * lib/unictype/pr_pattern_syntax.h: Likewise.
8426         * lib/unictype/pr_pattern_white_space.h: Likewise.
8427         * lib/unictype/pr_private_use.h: Likewise.
8428         * lib/unictype/pr_punctuation.h: Likewise.
8429         * lib/unictype/pr_quotation_mark.h: Likewise.
8430         * lib/unictype/pr_radical.h: Likewise.
8431         * lib/unictype/pr_sentence_terminal.h: Likewise.
8432         * lib/unictype/pr_soft_dotted.h: Likewise.
8433         * lib/unictype/pr_space.h: Likewise.
8434         * lib/unictype/pr_terminal_punctuation.h: Likewise.
8435         * lib/unictype/pr_titlecase.h: Likewise.
8436         * lib/unictype/pr_unassigned_code_value.h: Likewise.
8437         * lib/unictype/pr_unified_ideograph.h: Likewise.
8438         * lib/unictype/pr_uppercase.h: Likewise.
8439         * lib/unictype/pr_variation_selector.h: Likewise.
8440         * lib/unictype/pr_white_space.h: Likewise.
8441         * lib/unictype/pr_xid_continue.h: Likewise.
8442         * lib/unictype/pr_xid_start.h: Likewise.
8443         * lib/unictype/pr_zero_width.h: Likewise.
8444         * lib/unictype/scripts.h: Likewise.
8445         * lib/unictype/scripts_byname.gperf: Likewise.
8446         * lib/unictype/sy_c_ident.h: Likewise.
8447         * lib/unictype/sy_c_whitespace.h: Likewise.
8448         * lib/unictype/sy_java_ident.h: Likewise.
8449         * lib/unictype/sy_java_whitespace.h: Likewise.
8450
8451         * lib/unictype/Makefile: New file.
8452         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
8453         glibc.
8454         * lib/unictype/3level.h: New file, copied from glibc.
8455         * lib/unictype/3levelbit.h: New file.
8456
8457 2007-11-11  Bruno Haible  <bruno@clisp.org>
8458
8459         * modules/gperf: New file.
8460         * modules/iconv_open (Depends-on): Add it.
8461         (Makefile.am): Remove the GPERF definition.
8462
8463 2007-11-11  Bruno Haible  <bruno@clisp.org>
8464
8465         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
8466         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
8467
8468 2007-11-11  Bruno Haible  <bruno@clisp.org>
8469
8470         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
8471         (usage): Remove function.
8472
8473 2007-11-11  Bruno Haible  <bruno@clisp.org>
8474
8475         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
8476         gl_FUNC_CEILF_LIBS.
8477         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
8478         gl_FUNC_CEIL_LIBS.
8479         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
8480         gl_FUNC_CEILL_LIBS.
8481         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
8482         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
8483         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
8484
8485 2007-11-11  Bruno Haible  <bruno@clisp.org>
8486
8487         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
8488         roundf were declared but do not exist on functions.
8489         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
8490         roundl were declared but do not exist on functions.
8491         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
8492         HAVE_FLOORL_AND_CEILL, respectively.
8493         Needed for Sun C on Solaris 10.
8494
8495 2007-11-11  Bruno Haible  <bruno@clisp.org>
8496
8497         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
8498         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
8499         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
8500         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
8501         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
8502         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
8503         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
8504         HAVE_DECL_ROUNDF.
8505         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
8506         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
8507         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
8508         of HAVE_DECL_ROUND*.
8509         * modules/math (Makefile.am): Update.
8510
8511 2007-11-10  Bruno Haible  <bruno@clisp.org>
8512
8513         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
8514         ptrdiff_t as m4/intl.m4.
8515
8516 2007-11-10  Jim Meyering  <meyering@redhat.com>
8517
8518         Avoid link failure for the argmatch test.
8519         * tests/test-argmatch.c (usage): Define function to avoid a link
8520         failure: argmatch_die requires a usage function.
8521
8522 2007-11-09  Bruno Haible  <bruno@clisp.org>
8523
8524         * doc/functions/snprintf.texi: Mention BeOS deficiency.
8525         * doc/functions/vsnprintf.texi: Likewise.
8526         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
8527         with a size argument < 2.
8528
8529 2007-11-09  Bruno Haible  <bruno@clisp.org>
8530
8531         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
8532         buffer. Fixes an inefficiency introduced on 2007-11-03.
8533
8534 2007-11-09  Bruno Haible  <bruno@clisp.org>
8535
8536         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
8537         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
8538
8539 2007-11-08  Jim Meyering  <meyering@redhat.com>
8540
8541         Change cache variable name prefix "jm_" to "gl_" everywhere.
8542         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
8543         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
8544         * m4/uptime.m4: s/gl_/jm_/
8545
8546 2007-11-07  Bruno Haible  <bruno@clisp.org>
8547
8548         Update to GNU gettext 0.17.
8549         * m4/intl.m4: Update to GNU gettext 0.17.
8550         * m4/po.m4: Likewise.
8551         * modules/gettext (Files): Remove m4/ulonglong.m4.
8552         (configure.ac): Require gettext infrastructure from version 0.17.
8553
8554 2007-11-06  Bruno Haible  <bruno@clisp.org>
8555
8556         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
8557         symbolic values are not defined in a public header.
8558         * lib/freadable.c (freadable) [QNX]: Likewise.
8559         * lib/freadahead.c (freadahead) [QNX]: Likewise.
8560         * lib/freading.c (freading) [QNX]: Likewise.
8561         * lib/fseterr.c (fseterr) [QNX]: Likewise.
8562         * lib/fwritable.c (fwritable) [QNX]: Likewise.
8563         * lib/fwriting.c (fwriting) [QNX]: Likewise.
8564         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
8565         Reported by Alain Magloire.
8566
8567         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
8568
8569 2007-11-05  Bruno Haible  <bruno@clisp.org>
8570
8571         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
8572         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
8573         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
8574         Reported by Eric Blake.
8575
8576 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8577             Bruno Haible  <bruno@clisp.org>
8578
8579         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
8580         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
8581         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
8582         (malloc): Undefine also before including <stdlib.h>.
8583         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
8584         Needed on OSF/1 4.0.
8585
8586 2007-11-05  Jim Meyering  <meyering@redhat.com>
8587
8588         git-version-gen: sync from coreutils.
8589         * build-aux/git-version-gen: Add comments.
8590         Change the first '-' to '.' in the snapshot version string,
8591         e.g., 6.9-377-08144 -> 6.9.377-08144
8592         Remove first parameter.
8593         Don't declare a version "-dirty" merely because a time
8594         stamp has changed.
8595
8596 2007-11-04  Bruno Haible  <bruno@clisp.org>
8597
8598         * lib/lock.h: Protect all macro definitions containing an 'if'
8599         statement through a "do { ... } while (0)".
8600         * lib/tls.h: Likewise.
8601
8602 2007-11-04  Bruno Haible  <bruno@clisp.org>
8603
8604         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
8605
8606 2007-11-04  Bruno Haible  <bruno@clisp.org>
8607
8608         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
8609         * modules/fprintf-posix (Depends-on): Add nocrash.
8610         * modules/snprintf-posix (Depends-on): Likewise.
8611         * modules/sprintf-posix (Depends-on): Likewise.
8612         * modules/vasnprintf-posix (Depends-on): Likewise.
8613         * modules/vasprintf-posix (Depends-on): Likewise.
8614         * modules/vfprintf-posix (Depends-on): Likewise.
8615         * modules/vsnprintf-posix (Depends-on): Likewise.
8616         * modules/vsprintf-posix (Depends-on): Likewise.
8617         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
8618         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
8619         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
8620         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
8621         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
8622         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
8623         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
8624
8625 2007-11-04  Bruno Haible  <bruno@clisp.org>
8626
8627         * modules/nocrash: New file.
8628         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
8629         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
8630
8631 2007-11-04  Bruno Haible  <bruno@clisp.org>
8632
8633         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
8634         precision handling.
8635         * tests/test-vasprintf-posix.c (test_function): Likewise.
8636         * tests/test-snprintf-posix.h (test_function): Likewise.
8637         * tests/test-sprintf-posix.h (test_function): Likewise.
8638
8639         Fix *printf behaviour for large precisions on mingw and BeOS.
8640         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
8641         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
8642         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
8643         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
8644         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8645         gl_PRINTF_PRECISION and test its result. Invoke
8646         gl_PREREQ_VASNPRINTF_PRECISION.
8647         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8648         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8649         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8650         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8651         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8652         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8653         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8654         * doc/functions/fprintf.texi: Update.
8655         * doc/functions/printf.texi: Update.
8656         * doc/functions/snprintf.texi: Update.
8657         * doc/functions/sprintf.texi: Update.
8658         * doc/functions/vfprintf.texi: Update.
8659         * doc/functions/vprintf.texi: Update.
8660         * doc/functions/vsnprintf.texi: Update.
8661         * doc/functions/vsprintf.texi: Update.
8662
8663 2007-11-04  Bruno Haible  <bruno@clisp.org>
8664
8665         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
8666
8667 2007-11-04  Bruno Haible  <bruno@clisp.org>
8668
8669         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
8670         Reported by Sylvain Beucler <beuc@gnu.org>.
8671
8672 2007-11-03  Bruno Haible  <bruno@clisp.org>
8673
8674         * tests/test-fprintf-posix2.sh: New file.
8675         * tests/test-fprintf-posix2.c: New file.
8676         * modules/fprintf-posix-tests (Files): Add them.
8677         (TESTS): Add test-fprintf-posix2.sh.
8678         (configure.ac): Check for getrlimit and setrlimit.
8679         (check_PROGRAMS): Add test-fprintf-posix2.
8680
8681         * tests/test-printf-posix2.sh: New file.
8682         * tests/test-printf-posix2.c: New file.
8683         * modules/printf-posix-tests (Files): Add them.
8684         (TESTS): Add test-printf-posix2.sh.
8685         (configure.ac): Check for getrlimit and setrlimit.
8686         (check_PROGRAMS): Add test-printf-posix2.
8687
8688         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
8689         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
8690         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
8691         (decode_double): New function, copied from decode_long_double.
8692         (scale10_round_decimal_decoded): New function, extracted from
8693         scale10_round_decimal_long_double.
8694         (scale10_round_decimal_long_double): Use it.
8695         (scale10_round_decimal_double): New function.
8696         (floorlog10): New function.
8697         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
8698         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
8699         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
8700         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8701         gl_PRINTF_ENOMEM and test its result. Invoke
8702         gl_PREREQ_VASNPRINTF_ENOMEM.
8703         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8704         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8705         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8706         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8707         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8708         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8709         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8710         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
8711         * modules/snprintf-posix (Depends-on): Likewise.
8712         * modules/sprintf-posix (Depends-on): Likewise.
8713         * modules/vasnprintf-posix (Depends-on): Likewise.
8714         * modules/vasprintf-posix (Depends-on): Likewise.
8715         * modules/vfprintf-posix (Depends-on): Likewise.
8716         * modules/vsnprintf-posix (Depends-on): Likewise.
8717         * modules/vsprintf-posix (Depends-on): Likewise.
8718         * doc/functions/fprintf.texi: Update.
8719         * doc/functions/printf.texi: Update.
8720         * doc/functions/snprintf.texi: Update.
8721         * doc/functions/sprintf.texi: Update.
8722         * doc/functions/vfprintf.texi: Update.
8723         * doc/functions/vprintf.texi: Update.
8724         * doc/functions/vsnprintf.texi: Update.
8725         * doc/functions/vsprintf.texi: Update.
8726
8727 2007-11-03  Bruno Haible  <bruno@clisp.org>
8728
8729         * modules/frexp-nolibm-tests: New file.
8730
8731         * modules/frexp-nolibm: New file.
8732         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
8733
8734 2007-11-03  Bruno Haible  <bruno@clisp.org>
8735
8736         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
8737         value is C99 compliant.
8738         Needed for OSF/1 5.1.
8739
8740 2007-11-03  Bruno Haible  <bruno@clisp.org>
8741
8742         Fix out-of-memory handling of vasnprintf.
8743         * lib/printf-parse.c: Include <errno.h>.
8744         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
8745         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
8746         is already set.
8747
8748 2007-11-02  Eric Blake  <ebb9@byu.net>
8749
8750         Fix tests on cygwin.
8751         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
8752
8753 2007-11-01  Bruno Haible  <bruno@clisp.org>
8754
8755         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
8756         warning.
8757         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
8758         needed for POSIX compatibility.
8759
8760 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
8761
8762         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
8763         for compatibility with GNU.
8764
8765 2007-11-01  Bruno Haible  <bruno@clisp.org>
8766
8767         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
8768         (putenv): Renamed from rpl_putenv. Change argument type from
8769         'const char *' to 'char *'.
8770         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
8771         of defining putenv in config.h, just set REPLACE_PUTENV.
8772         * modules/putenv (Depends-on): Add stdlib.
8773         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8774         (Include): Use <stdlib.h>.
8775         * lib/stdlib.in.h (putenv): New declaration.
8776         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
8777         REPLACE_PUTENV.
8778         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
8779         REPLACE_PUTENV.
8780         Needed for MacOS X 10.5.0.
8781         Reported by Peter O'Gorman <peter@pogma.com>.
8782
8783 2007-11-01  Jim Meyering  <meyering@redhat.com>
8784
8785         Treat an empty date string exactly like "0".
8786         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
8787         if the remaining date string (to be parsed) is empty, use "0".
8788         Reported by Mischa Molhoek and discussed in this thread:
8789         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
8790
8791 2007-10-31  Bruno Haible  <bruno@clisp.org>
8792
8793         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
8794         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
8795         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
8796         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
8797         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
8798         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
8799
8800 2007-10-31  Bruno Haible  <bruno@clisp.org>
8801
8802         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
8803         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
8804         (AC_TYPE_LONG_LONG_INT): Use it.
8805         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
8806         it as well.
8807         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
8808         to m4/longlong.m4.
8809         * modules/stdint (Files): Remove m4/ulonglong.m4.
8810         * modules/strtoull (Files): Use m4/longlong.m4 instead of
8811         m4/ulonglong.m4.
8812         * modules/strtoumax (Files): Likewise.
8813
8814 2007-10-30  Bruno Haible  <bruno@clisp.org>
8815
8816         * modules/xvasprintf-posix: New file.
8817         Suggested by Eric Blake.
8818
8819 2007-10-30  Bruno Haible  <bruno@clisp.org>
8820
8821         * modules/xprintf-posix-tests: New file.
8822         * tests/test-xprintf-posix.sh: New file.
8823         * tests/test-xprintf-posix.c: New file.
8824         * tests/test-xfprintf-posix.c: New file.
8825
8826         * modules/xprintf-posix: New file.
8827
8828 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8829
8830         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
8831         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
8832         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
8833
8834 2007-10-29  Bruno Haible  <bruno@clisp.org>
8835
8836         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
8837         contain the special marker '_cv_'.
8838         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
8839         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
8840         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
8841         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
8842         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
8843         Reported by Ralf Wildenhues.
8844
8845 2007-10-29  Bruno Haible  <bruno@clisp.org>
8846
8847         * gnulib-tool (func_import): When --lgpl is not specified, set
8848         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
8849         GPLv3.
8850         Reported by Simon Josefsson.
8851
8852 2007-10-28  Bruno Haible  <bruno@clisp.org>
8853
8854         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
8855         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
8856         HAVE_DECL_ISFINITE.
8857         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
8858         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
8859         HAVE_DECL_ISFINITE.
8860
8861 2007-10-28  Bruno Haible  <bruno@clisp.org>
8862
8863         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
8864         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
8865
8866 2007-10-28  Bruno Haible  <bruno@clisp.org>
8867
8868         Fix link errors with Sun C 5.0 on Solaris 10.
8869         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
8870         function is declared but not present in the compiler's libm.
8871         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
8872         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
8873         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
8874         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
8875         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
8876         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
8877         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
8878         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
8879         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
8880         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
8881         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
8882         HAVE_DECL_FLOORL.
8883
8884 2007-10-28  Bruno Haible  <bruno@clisp.org>
8885
8886         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
8887         gl_FUNC_FLOORL. Cache the result.
8888         (gl_FUNC_FLOORL): Use it.
8889         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
8890         gl_FUNC_CEILL. Cache the result.
8891         (gl_FUNC_CEILL): Use it.
8892
8893         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
8894         gl_FUNC_FLOOR. Cache the result.
8895         (gl_FUNC_FLOOR): Use it.
8896         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
8897         gl_FUNC_CEIL. Cache the result.
8898         (gl_FUNC_CEIL): Use it.
8899
8900         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
8901         gl_FUNC_FLOORF. Cache the result.
8902         (gl_FUNC_FLOORF): Use it.
8903         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
8904         gl_FUNC_CEILF. Cache the result.
8905         (gl_FUNC_CEILF): Use it.
8906
8907 2007-10-28  Bruno Haible  <bruno@clisp.org>
8908
8909         * gnulib-tool: Allow specifying the LGPL version number through
8910         --lgpl=2 or --lgpl=3.
8911         (func_usage): Document --lgpl with argument.
8912         Handle --lgpl=... arguments.
8913         (func_import): Recognize also gl_LGPL calls with an argument. When
8914         --lgpl=2 is used and the module's license is just LGPL, report an
8915         error. Set sed_transform_lib_file according to the lgpl variable. In
8916         the generated files, use --lgpl or gl_LGPL invocations with argument,
8917         if necessary.
8918         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
8919         an LGPv2+ license.
8920         * doc/gnulib-tool.texi (Modified imports): Update explanation of
8921         gl_LGPL macro.
8922
8923 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8924             Bruno Haible  <bruno@clisp.org>
8925
8926         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
8927         (u16_uctomb_aux): Likewise.
8928         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
8929         !HAVE_INLINE.
8930         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
8931
8932 2007-10-28  Bruno Haible  <bruno@clisp.org>
8933
8934         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
8935         Invoke AM_GETTEXT_OPTION if it exists.
8936         * modules/vasprintf: Likewise.
8937         * modules/verror: Likewise.
8938         * modules/xprintf: Likewise.
8939         * modules/xvasprintf: Likewise.
8940
8941 2007-10-27  Ben Pfaff  <blp@gnu.org>
8942
8943         * lib/math.in.h: Define isfinite macro and prototypes for
8944         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
8945         implementations.
8946         * m4/math_h.m4: New substitutions for isfinite module.
8947         * lib/isfinite.c: New file.
8948         * m4/isfinite.m4: New file.
8949         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
8950         * modules/isfinite: New file.
8951         * modules/isfinite-tests: New file.
8952         * tests/tests-isfinite.c: New file.
8953         * doc/functions/isfinite.texi: Mention isfinite module.
8954         * MODULES.html.sh: Mention new module.
8955
8956 2007-10-27  Ben Pfaff  <blp@gnu.org>
8957
8958         Ralf Wildenhues reported that Tru64 4.0D declares the round
8959         functions but does not have definitions.
8960         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
8961         cannot be found in any library, set the output variable to
8962         "missing" instead of "".
8963         * m4/round.m4: Also use our substitute if we cannot find round in
8964         any library, even if it is declared.
8965         * m4/roundf.m4: Likewise for roundf.
8966         * m4/roundl.m4: Likewise for roundl.
8967         * lib/math.in.h: Undefine roundf, round, roundl before defining
8968         their replacements, to allow for hypothetical systems where these
8969         may be defined as macros but not available in libraries.
8970
8971 2007-10-27  Bruno Haible  <bruno@clisp.org>
8972
8973         * doc/gnulib.texi: Invoke @firstparagraphindent.
8974         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
8975         changes in gnulib.
8976         (Source changes): New section.
8977
8978 2007-10-26  Bruno Haible  <bruno@clisp.org>
8979
8980         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
8981         borrowed from autoconf.
8982
8983 2007-10-26  Bruno Haible  <bruno@clisp.org>
8984
8985         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
8986         strerror returned the empty string. Needed on HP-UX 11.00.
8987
8988 2007-10-24  Micah Cowan  <micah@cowan.name>
8989
8990         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
8991         * build-aux/bootstrap: Remove support for now-unnecessary option,
8992         --cvs-user, and envvars CVS_USER, CVS_RSH.
8993
8994 2007-10-24  Jim Meyering  <meyering@redhat.com>
8995
8996         Avoid diagnostics from sha1sum when there is no cached checksum.
8997         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
8998         if the po.s1 file hasn't been created yet.
8999
9000         * build-aux/bootstrap: Sync from coreutils:
9001         2007-10-24  Jim Meyering  <meyering@redhat.com>
9002         Get gnulib from the git repository, not from an obsolete cvs one.
9003         * build-aux/bootstrap: Suggestion from Micah Cowan.
9004         2007-10-04  Jim Meyering  <jim@meyering.net>
9005         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
9006         (update_po_files): Work also when there are no .po files in po/.
9007
9008 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9009
9010         * README: Append ".git" to git and cg examples.
9011         Problem reported by Benoit Sigoure.
9012
9013 2007-10-23  Micah Cowan  <micah@cowan.name>
9014
9015         * users.txt: Add wget.
9016
9017 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9018
9019         Fix linking of some unistdio tests on FreeBSD.
9020         * modules/unistdio/u16-vsnprintf-tests
9021         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
9022         * modules/unistdio/u16-vsprintf-tests
9023         (test_u16_vsnprintf1_LDADD): Likewise.
9024         * modules/unistdio/u32-vsnprintf-tests
9025         (test_u32_vsnprintf1_LDADD): Likewise.
9026         * modules/unistdio/u32-vsprintf-tests
9027         (test_u32_vsprintf1_LDADD): Likewise.
9028         * modules/unistdio/u8-vsnprintf-tests
9029         (test_u8_vsnprintf1_LDADD): Likewise.
9030         * modules/unistdio/u8-vsprintf-tests
9031         (test_u8_vsprintf1_LDADD): Likewise.
9032         * modules/unistdio/ulc-vsnprintf-tests
9033         (test_ulc_vsnprintf1_LDADD): Likewise.
9034         * modules/unistdio/ulc-vsprintf-tests
9035         (test_ulc_vsprintf1_LDADD): Likewise.
9036
9037         Fix linking of some uniconv tests on FreeBSD.
9038         * modules/uniconv/u16-conv-from-enc-tests
9039         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
9040         * modules/uniconv/u16-conv-to-enc-tests
9041         (test_u16_conv_to_enc_LDADD): Likewise.
9042         * modules/uniconv/u16-strconv-from-enc-tests
9043         (test_u16_strconv_from_enc_LDADD): Likewise.
9044         * modules/uniconv/u16-strconv-to-enc-tests
9045         (test_u16_strconv_to_enc_LDADD): Likewise.
9046         * modules/uniconv/u32-conv-from-enc-tests
9047         (test_u32_conv_from_enc_LDADD): Likewise.
9048         * modules/uniconv/u32-conv-to-enc-tests
9049         (test_u32_conv_to_enc_LDADD): Likewise.
9050         * modules/uniconv/u32-strconv-from-enc-tests
9051         (test_u32_strconv_from_enc_LDADD): Likewise.
9052         * modules/uniconv/u32-strconv-to-enc-tests
9053         (test_u32_strconv_to_enc_LDADD): Likewise.
9054         * modules/uniconv/u8-conv-from-enc-tests
9055         (test_u8_conv_from_enc_LDADD): Likewise.
9056         * modules/uniconv/u8-conv-to-enc-tests
9057         (test_u8_conv_to_enc_LDADD): Likewise.
9058         * modules/uniconv/u8-strconv-from-enc-tests
9059         (test_u8_strconv_from_enc_LDADD): Likewise.
9060         * modules/uniconv/u8-strconv-to-enc-tests
9061         (test_u8_strconv_to_enc_LDADD): Likewise.
9062
9063 2007-10-22  Bruno Haible  <bruno@clisp.org>
9064
9065         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
9066         size.
9067
9068 2007-10-22  Eric Blake  <ebb9@byu.net>
9069
9070         Tweak x*printf documentation.
9071         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
9072         variable name and comments.
9073         Suggested by Bruno Haible.
9074
9075 2007-10-22  Bruno Haible  <bruno@clisp.org>
9076
9077         * lib/acl.c (copy_acl): Fix file name in comment.
9078
9079 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
9080
9081         Fix Tru64 problem with stdbool.h.
9082         * lib/stdbool.in.h (false, true):
9083         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
9084         Don't declare as an enum in this situation; it runs afoul of Tru64.
9085         Problem reported by Steven M. Schweda in
9086         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
9087
9088 2007-10-22  Eric Blake  <ebb9@byu.net>
9089
9090         Also wrap vf?printf.
9091         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
9092         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
9093         (xvprintf, xvfprintf): New functions.
9094
9095 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9096
9097         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
9098         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
9099
9100         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
9101         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
9102
9103 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
9104
9105         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
9106         by Bruno Haible.
9107
9108 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9109
9110         * lib/getloadavg.c
9111         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
9112         Undef `sys' after including sys/table.h, for Tru64 4.0D.
9113
9114         * tests/test-i-ring.c: Work for C89.
9115
9116 2007-10-22  Bruno Haible  <bruno@clisp.org>
9117
9118         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
9119         -1u, in preprocessor expression, so that we don't test for the bug
9120         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
9121         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
9122
9123 2007-10-22  Eric Blake  <ebb9@byu.net>
9124
9125         * tests/test-yesno.sh: Silence stderr during test.
9126
9127 2007-10-22  Simon Josefsson  <simon@josefsson.org>
9128
9129         * modules/crypto/gc-camellia: New file.
9130
9131         * m4/gc-camellia.m4: New file.
9132
9133         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
9134
9135         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
9136
9137 2007-10-22  Simon Josefsson  <simon@josefsson.org>
9138
9139         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
9140         --help to stdout.  Reported by sms@antinode.org (Steven
9141         M. Schweda).
9142
9143 2007-10-22  Simon Josefsson  <simon@josefsson.org>
9144
9145         * users.txt: Fix link to libksba.
9146
9147 2007-10-21  Ben Pfaff  <blp@gnu.org>
9148
9149         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
9150         round.c roundf implementation that depends on floorf and ceilf to
9151         be tested unconditionally.
9152
9153 2007-10-21  Ben Pfaff  <blp@gnu.org>
9154
9155         * m4/check-libm-func.m4: Removed.
9156         * m4/check-math-lib.m4: New file.
9157         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
9158         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
9159         definition and lack of AC_LIBOBJ([roundf]).
9160         * m4/roundl.m4: Ditto, and similarly for roundl.
9161         * modules/round: Reference new m4 file.
9162         * modules/roundf: Ditto.
9163         * modules/roundl: Ditto.
9164         * tests/test-round2.c (main): Use ROUND instead of round.
9165         Bug report from Bruno Haible.
9166
9167 2007-10-21  Bruno Haible  <bruno@clisp.org>
9168
9169         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
9170         context.
9171
9172 2007-10-21  Bruno Haible  <bruno@clisp.org>
9173
9174         * tests/test-wcwidth.c (main): Allow negative result for some control
9175         characters.
9176
9177         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
9178         Needed on OSF/1 5.1.
9179
9180 2007-10-21  Bruno Haible  <bruno@clisp.org>
9181
9182         * tests/test-floorf1.c: Include isnanf.h.
9183         (main): Use isnanf() instead of isnan().
9184         * tests/test-ceilf1.c: Include isnanf.h.
9185         (main): Use isnanf() instead of isnan().
9186         * tests/test-truncf1.c: Include isnanf.h.
9187         (main): Use isnanf() instead of isnan().
9188         * tests/test-roundf1.c: Include isnanf.h.
9189         (main): Use isnanf() instead of isnan().
9190
9191 2007-10-21  Eric Blake  <ebb9@byu.net>
9192
9193         * users.txt: Update URL for m4.
9194
9195 2007-10-21  Bruno Haible  <bruno@clisp.org>
9196
9197         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
9198
9199 2007-10-21  Bruno Haible  <bruno@clisp.org>
9200
9201         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
9202         Git's management files if the CVS files are not present.
9203
9204 2007-10-20  Bruno Haible  <bruno@clisp.org>
9205
9206         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
9207         gcc-3.4.x.
9208
9209 2007-10-20  Ben Pfaff  <blp@gnu.org>
9210
9211         * lib/math.in.h: Declare round, roundf, roundl if we are providing
9212         implementations.
9213         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
9214         * lib/round.c: New file.
9215         * lib/roundf.c: New file.
9216         * lib/roundl.c: New file.
9217         * m4/round.m4: New file.
9218         * m4/roundf.m4: New file.
9219         * m4/roundl.m4: New file.
9220         * m4/check-libm-func-m4: New file.
9221         * modules/math: Replace round, roundf, roundl related @VARS@ in
9222         math.in.h.
9223         * modules/round: New file.
9224         * modules/round-tests: New file.
9225         * modules/roundf: New file.
9226         * modules/roundf-tests: New file.
9227         * modules/roundl: New file.
9228         * modules/roundl-tests: New file.
9229         * tests/test-round1.c: New file.
9230         * tests/test-round2.c: New file.
9231         * tests/test-roundf1.c: New file.
9232         * tests/test-roundf2.c: New file.
9233         * tests/test-roundl.c: New file.
9234         * doc/functions/round.texi: Mention round module.
9235         * doc/functions/roundf.texi: Mention roundf module.
9236         * doc/functions/roundl.texi: Mention roundl module.
9237         * MODULES.html.sh: Mention new modules.
9238         Thanks to Bruno Haible for suggestions.
9239
9240 2007-10-20  Jim Meyering  <meyering@redhat.com>
9241
9242         * lib/xprintf.c: Include <config.h> unconditionally.
9243
9244         Change xprintf's license to GPL.
9245         * modules/xprintf (License): s/LGPL/GPL/, since this module
9246         depends on modules (exit and exitfail) which are GPL.
9247         Suggestion from Bruno Haible.
9248
9249         xprintf fixes.
9250         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
9251         Use a clearer diagnostic.
9252         Patch from Bruno Haible.
9253
9254 2007-10-20  Bruno Haible  <bruno@clisp.org>
9255
9256         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
9257         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
9258         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9259
9260 2007-10-20  Bruno Haible  <bruno@clisp.org>
9261
9262         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
9263         precision in the comparison result > x - 1 or similar.
9264         * tests/test-ceilf2.c (correct_result_p): Likewise.
9265         * tests/test-truncf2.c (correct_result_p): Likewise.
9266         * tests/test-trunc2.c (correct_result_p): Likewise.
9267         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9268
9269 2007-10-20  Bruno Haible  <bruno@clisp.org>
9270
9271         * modules/ceil: New file.
9272         * m4/ceil.m4: New file.
9273         * doc/functions/ceil.texi: Mention the 'ceil' module.
9274
9275 2007-10-20  Bruno Haible  <bruno@clisp.org>
9276
9277         * modules/floor: New file.
9278         * m4/floor.m4: New file.
9279         * doc/functions/floor.texi: Mention the 'floor' module.
9280
9281 2007-10-20  Bruno Haible  <bruno@clisp.org>
9282
9283         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
9284         of %a.
9285         * modules/floorf-tests (Depends-on): Likewise.
9286         * modules/truncf-tests (Depends-on): Likewise.
9287         * modules/trunc-tests (Depends-on): Likewise.
9288         Reported by Ben Pfaff.
9289
9290 2007-10-19  Jim Meyering  <meyering@redhat.com>
9291
9292         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
9293         Don't bother testing specific errno values.  Just test ferror.
9294
9295         New module: xprintf
9296         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
9297
9298 2007-10-19  Bruno Haible  <bruno@clisp.org>
9299
9300         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
9301         syntax.
9302         * modules/javaexec (Makefile.am): Likewise.
9303         * modules/relocatable-prog (Makefile.am): Likewise.
9304         Suggested by Jim Meyering.
9305
9306 2007-10-18  Bruno Haible  <bruno@clisp.org>
9307
9308         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
9309         Reported by Jim Meyering.
9310
9311 2007-10-18  Eric Blake  <ebb9@byu.net>
9312
9313         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
9314
9315 2007-10-18  Bruno Haible  <bruno@clisp.org>
9316
9317         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
9318         the format string into writable memory. Needed in Fortify conditions.
9319
9320 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
9321             Bruno Haible  <bruno@clisp.org>
9322
9323         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
9324         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
9325         * modules/trim (Depends-on): Add mbchar.
9326         (configure.ac): Add gl_FUNC_MBRTOWC.
9327         (Makefile.am): Augment lib_SOURCES.
9328
9329 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
9330
9331         Modify glob.c to use fstatat and dirfd, to simplify it.
9332         Suggested by Eric Blake.
9333         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
9334         Don't include <stdbool.h>; not used.
9335         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
9336         (link_exists_p): Simplify implementation, since we can now assume
9337         dirfd and fstatat.
9338         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
9339
9340 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9341
9342         * gnulib-tool (func_get_dependencies): Fix sed script to
9343         match only tests.
9344
9345 2007-10-17  Bruno Haible  <bruno@clisp.org>
9346
9347         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
9348         allow locale names without encoding suffix.
9349         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
9350         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
9351
9352 2007-10-16  Bruno Haible  <bruno@clisp.org>
9353
9354         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
9355         * lib/getgroups.c (getgroups): Likewise.
9356         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
9357
9358 2007-10-16  Bruno Haible  <bruno@clisp.org>
9359
9360         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
9361         * modules/malloc-posix (License): Likewise.
9362         * modules/realloc-posix (License): Likewise.
9363         * modules/calloc-posix (License): Likewise.
9364         * modules/intprops (License): Change from GPL to LGPL, with
9365         Paul Eggert's approval.
9366
9367 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
9368
9369         Merge glibc changes into lib/glob.c.
9370
9371         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
9372         2007-10-15 04:59:03 UTC.  Here are the changes:
9373
9374         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
9375
9376         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
9377
9378         * lib/glob.c: Add some branch prediction throughout.
9379
9380         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
9381
9382         [BZ #5103]
9383         * lib/glob.c (glob): Recognize patterns starting \/.
9384
9385         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
9386
9387         [BZ #3996]
9388         * lib/glob.c (attribute_hidden): Define if not defined.
9389         (glob): Unescape dirname, filename or username when needed and not
9390         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
9391         is NULL.  Handle unescaped [ in pattern without closing ].
9392         Don't pass GLOB_CHECK down to recursive glob for directories.
9393         (__glob_pattern_type): New function.
9394         (__glob_pattern_p): Implement using __glob_pattern_type.
9395         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
9396         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
9397         Remove unreachable code.
9398
9399         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
9400
9401         * lib/glob.c (glob_in_dir): Add some comments and asserts to
9402         explain why there are no leaks.
9403
9404         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
9405
9406         [BZ #3253]
9407         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
9408         time, rather allocate increasingly bigger arrays of pointers, if
9409         possible with alloca, if too large with malloc.
9410
9411 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
9412
9413         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
9414         Problem reported by H.Merijn Brand in
9415         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
9416         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
9417         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
9418
9419 2007-10-15  Bruno Haible  <bruno@clisp.org>
9420
9421         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
9422         with explicit rpl_ prefix.
9423         * lib/fopen.c (fopen): Likewise.
9424         * lib/freopen.c (freopen): Likewise.
9425         * lib/iconv.c (iconv): Likewise.
9426         * lib/iconv_close.c (iconv_close): Likewise.
9427
9428 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9429
9430         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
9431
9432 2007-10-15  Bruno Haible  <bruno@clisp.org>
9433
9434         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
9435         <stddef.h> instead of <stdlib.h> since we only need NULL.
9436         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9437
9438 2007-10-15  Bruno Haible  <bruno@clisp.org>
9439
9440         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
9441         Replace paragraph talking about LIBOBJS.
9442         Reported by Colin Watson <cjwatson@debian.org>.
9443
9444 2007-10-15  Bruno Haible  <bruno@clisp.org>
9445
9446         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
9447         <stdlib.h> before using NULL.
9448
9449 2007-10-15  Simon Josefsson  <simon@josefsson.org>
9450
9451         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
9452         Reported by Albert Chin <china@thewrittenword.com>.
9453
9454 2007-10-14  Bruno Haible  <bruno@clisp.org>
9455
9456         * modules/iconv_open-utf-tests: New file.
9457         * tests/test-iconv-utf.c: New file.
9458
9459         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
9460         * modules/iconv_open-utf: New file.
9461         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
9462         (iconv, iconv_close): New declarations.
9463         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
9464         be defined.
9465         (iconv_open): Add special handling of conversion between UTF-8 and
9466         UTF-{16,32}{BE,LE}.
9467         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
9468         * lib/iconv_close.c: New file.
9469         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
9470         gl_FUNC_ICONV_OPEN.
9471         (gl_FUNC_ICONV_OPEN): Use it.
9472         (gl_FUNC_ICONV_OPEN_UTF): New macro.
9473         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
9474         and REPLACE_ICONV_UTF.
9475         * modules/iconv_open (Depends-on): Add c-strcase.
9476         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
9477         ICONV_CONST.
9478         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
9479
9480 2007-10-13  Albert Chin  <china@thewrittenword.com>
9481             Bruno Haible  <bruno@clisp.org>
9482
9483         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
9484         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
9485
9486 2007-10-13  Bruno Haible  <bruno@clisp.org>
9487
9488         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
9489         defined, use the ISO C99 inline semantics.
9490         * lib/argp.h (ARGP_EI): Likewise.
9491
9492 2007-10-13  Bruno Haible  <bruno@clisp.org>
9493
9494         Handle 'inline' change in gcc 4.3.0.
9495         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
9496         argp_fmtstream_write, argp_fmtstream_set_lmargin,
9497         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
9498         argp_fmtstream_point): Disable 'extern' declaration if the function
9499         definition is going to be provided inline.
9500         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
9501         semantics, not the ISO C99 inline semantics.
9502         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
9503         'extern' declaration if the function definition is going to be provided
9504         inline.
9505         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
9506         the GNU C inline semantics, not the ISO C99 inline semantics. With
9507         GCC 4.2, avoid a warning.
9508
9509 2007-10-13  Bruno Haible  <bruno@clisp.org>
9510
9511         * lib/freading.h (freading): Enable the use of __freading for
9512         glibc >= 2.7.
9513         * lib/freading.c (freading): Likewise.
9514
9515 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9516
9517         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
9518         "warning: C99 inline functions are not supported; using GNU89".
9519
9520 2007-10-12  Bruno Haible  <bruno@clisp.org>
9521
9522         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
9523         of 2.
9524         * tests/test-ceilf2.c: New file.
9525         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
9526
9527         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
9528         * modules/ceilf-tests: Update.
9529
9530 2007-10-12  Bruno Haible  <bruno@clisp.org>
9531
9532         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
9533         of 2.
9534         * tests/test-floorf2.c: New file.
9535         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
9536
9537         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
9538         * modules/floorf-tests: Update.
9539
9540 2007-10-12  Bruno Haible  <bruno@clisp.org>
9541
9542         * tests/test-trunc2.c: New file.
9543         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
9544
9545         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
9546         * modules/trunc-tests: Update.
9547
9548 2007-10-12  Bruno Haible  <bruno@clisp.org>
9549
9550         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
9551         of 2.
9552         * tests/test-truncf2.c: New file.
9553         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
9554
9555         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
9556         * modules/truncf-tests: Update.
9557
9558 2007-10-11  Eric Blake  <ebb9@byu.net>
9559
9560         Don't claim strerror is broken on Interix.
9561         * doc/functions/strerror.texi (strerror): Known broken systems are
9562         now Solaris 8, and not Interix.
9563         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
9564         Interix on cross-compile.
9565         Reported by Martin Koeppe in
9566         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
9567
9568 2007-10-11  Bruno Haible  <bruno@clisp.org>
9569
9570         * modules/i-ring-tests: New file.
9571         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
9572         instead of assert.
9573
9574 2007-10-11  Bruno Haible  <bruno@clisp.org>
9575
9576         * modules/filenamecat-tests: New file.
9577         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
9578         * lib/filenamecat.c: Remove test code.
9579
9580 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9581
9582         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
9583
9584         * lib/strerror.c: Include <string.h> always, to test interface,
9585         and to remove the need for the dummy.
9586         Include intprops.h to compute width instead of doing it ourselves
9587         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
9588         (strerror): Define it to return NULL if there's no system strerror.
9589         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
9590         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
9591         ancient pre-strerror Unix systems well any more.  Saying "unknown
9592         system error" is enough.
9593         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
9594         simpler strerror.c implementation.
9595         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
9596         Simplify the tests to reflect the simpler strerror implementation.
9597         * modules/strerror (Depends-on): Add intprops.
9598
9599 2007-10-09  Eric Blake  <ebb9@byu.net>
9600
9601         Silence test-fpending.
9602         * modules/fpending-tests (Files): Add wrapper script.
9603         * tests/test-fpending.sh: New file.
9604
9605 2007-10-09  Bruno Haible  <bruno@clisp.org>
9606
9607         * MODULES.html.sh (func_module): Don't create a hyperlink for
9608         function names like 'printf_frexp'.
9609         (Misc): Add crc, memxor.
9610         (Characteristics of floating types): New section.
9611         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
9612         isnanf-nolibm, signbit, trunc, truncf, truncl.
9613         (Enhancements for ISO C 99 functions): New subsection Input/output.
9614         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
9615         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
9616         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
9617         (Compatibility checks for POSIX:2001 functions): Add clock-time.
9618         (Enhancements for POSIX:2001 functions): Add chdir-long.
9619         (File system functions): Add areadlink, chdir-safer, read-file.
9620         Remove cycle-check.
9621         (File system as inode set): New section.
9622         (Date and time): Add gethrxtime.
9623         (Multithreading): Add openmp.
9624         (Internationalization functions): Add localename.
9625         (Unicode string functions): Add unistr/u*-mbsnlen.
9626         (Support for maintaining and releasing projects): Add git-version-gen.
9627         (Lone files): Remove directories.
9628
9629 2007-10-08  Ben Pfaff  <blp@gnu.org>
9630
9631         * lib/xmalloca.h: Fix typo in comment.
9632
9633 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9634
9635         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
9636         when avoiding problems with integer overflow.  Use a portable test
9637         instead.
9638
9639 2007-10-08  Simon Josefsson  <simon@josefsson.org>
9640
9641         * modules/dummy (License): Change to LGPLv2+.
9642         * modules/float (License): Likewise
9643         * modules/realloc (License): Likewise
9644         * modules/stdlib (License): Likewise
9645
9646 2007-10-07  Bruno Haible  <bruno@clisp.org>
9647
9648         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
9649         * floor.c (TWO_MANT_DIG): Likewise.
9650         * ceil.c (TWO_MANT_DIG): Likewise.
9651         Reported by Ben Pfaff.
9652
9653 2007-10-07  Bruno Haible  <bruno@clisp.org>
9654
9655         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
9656         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
9657         * lib/frexp.c (FUNC): Likewise.
9658         * lib/printf-frexp.h (printf_frexp): Likewise.
9659         * lib/printf-frexpl.h (printf_frexpl): Likewise.
9660         * lib/printf-frexp.c (FUNC): Likewise.
9661         Suggested by Jim Meyering.
9662
9663 2007-10-07  Jim Meyering  <meyering@redhat.com>
9664
9665         Make xnanosleep's integer overflow test more robust.
9666         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
9667         so that gcc-4.3.0 doesn't optimize away this test for overflow.
9668
9669 2007-10-07  Bruno Haible  <bruno@clisp.org>
9670
9671         * NEWS: Mention the license change.
9672
9673         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
9674         abbreviations in the modules files.
9675
9676         Change copyright notice from GPLv2+ to GPLv3+.
9677         * README: Change copyright notice.
9678         * MODULES.html.sh: Likewise.
9679         * build-aux/bootstrap.conf: Likewise.
9680         * build-aux/config.libpath: Likewise.
9681         * build-aux/csharpcomp.sh.in: Likewise.
9682         * build-aux/csharpexec.sh.in: Likewise.
9683         * build-aux/install-reloc: Likewise.
9684         * build-aux/javacomp.sh.in: Likewise.
9685         * build-aux/javaexec.sh.in: Likewise.
9686         * build-aux/ldd.sh.in: Likewise.
9687         * build-aux/reloc-ldflags: Likewise.
9688         * build-aux/relocatable.sh.in: Likewise.
9689         * build-aux/x-to-1.in: Likewise.
9690         * check-module: Likewise.
9691         * config/srclistvars.sh: Likewise.
9692         * gnulib-tool: Likewise.
9693         * lib/acl-internal.h: Likewise.
9694         * lib/acl.c: Likewise.
9695         * lib/acl.h: Likewise.
9696         * lib/acl_entries.c: Likewise.
9697         * lib/areadlink-with-size.c: Likewise.
9698         * lib/areadlink.c: Likewise.
9699         * lib/areadlink.h: Likewise.
9700         * lib/argmatch.c: Likewise.
9701         * lib/argmatch.h: Likewise.
9702         * lib/argp-ba.c: Likewise.
9703         * lib/argp-eexst.c: Likewise.
9704         * lib/argp-fmtstream.c: Likewise.
9705         * lib/argp-fmtstream.h: Likewise.
9706         * lib/argp-fs-xinl.c: Likewise.
9707         * lib/argp-help.c: Likewise.
9708         * lib/argp-namefrob.h: Likewise.
9709         * lib/argp-parse.c: Likewise.
9710         * lib/argp-pin.c: Likewise.
9711         * lib/argp-pv.c: Likewise.
9712         * lib/argp-pvh.c: Likewise.
9713         * lib/argp-xinl.c: Likewise.
9714         * lib/argp.h: Likewise.
9715         * lib/at-func.c: Likewise.
9716         * lib/atanl.c: Likewise.
9717         * lib/backupfile.c: Likewise.
9718         * lib/backupfile.h: Likewise.
9719         * lib/basename.c: Likewise.
9720         * lib/binary-io.h: Likewise.
9721         * lib/byteswap.in.h: Likewise.
9722         * lib/c-stack.c: Likewise.
9723         * lib/c-stack.h: Likewise.
9724         * lib/c-strcasestr.c: Likewise.
9725         * lib/c-strcasestr.h: Likewise.
9726         * lib/c-strstr.c: Likewise.
9727         * lib/c-strstr.h: Likewise.
9728         * lib/c-strtod.c: Likewise.
9729         * lib/calloc.c: Likewise.
9730         * lib/canon-host.c: Likewise.
9731         * lib/canon-host.h: Likewise.
9732         * lib/canonicalize-lgpl.c: Likewise.
9733         * lib/canonicalize.c: Likewise.
9734         * lib/canonicalize.h: Likewise.
9735         * lib/ceil.c: Likewise.
9736         * lib/ceilf.c: Likewise.
9737         * lib/ceill.c: Likewise.
9738         * lib/chdir-long.c: Likewise.
9739         * lib/chdir-long.h: Likewise.
9740         * lib/chdir-safer.c: Likewise.
9741         * lib/chdir-safer.h: Likewise.
9742         * lib/chown.c: Likewise.
9743         * lib/classpath.c: Likewise.
9744         * lib/classpath.h: Likewise.
9745         * lib/clean-temp.c: Likewise.
9746         * lib/clean-temp.h: Likewise.
9747         * lib/cloexec.c: Likewise.
9748         * lib/close-stream.c: Likewise.
9749         * lib/closein.c: Likewise.
9750         * lib/closein.h: Likewise.
9751         * lib/closeout.c: Likewise.
9752         * lib/closeout.h: Likewise.
9753         * lib/concat-filename.c: Likewise.
9754         * lib/copy-file.c: Likewise.
9755         * lib/copy-file.h: Likewise.
9756         * lib/count-one-bits.h: Likewise.
9757         * lib/crc.c: Likewise.
9758         * lib/crc.h: Likewise.
9759         * lib/creat-safer.c: Likewise.
9760         * lib/csharpcomp.c: Likewise.
9761         * lib/csharpcomp.h: Likewise.
9762         * lib/csharpexec.c: Likewise.
9763         * lib/csharpexec.h: Likewise.
9764         * lib/cycle-check.c: Likewise.
9765         * lib/cycle-check.h: Likewise.
9766         * lib/diacrit.c: Likewise.
9767         * lib/diacrit.h: Likewise.
9768         * lib/diffseq.h: Likewise.
9769         * lib/dirchownmod.c: Likewise.
9770         * lib/dirent.in.h: Likewise.
9771         * lib/dirfd.c: Likewise.
9772         * lib/dirfd.h: Likewise.
9773         * lib/dirname.c: Likewise.
9774         * lib/dirname.h: Likewise.
9775         * lib/dummy.c: Likewise.
9776         * lib/dup-safer.c: Likewise.
9777         * lib/dup2.c: Likewise.
9778         * lib/eealloc.h: Likewise.
9779         * lib/error.c: Likewise.
9780         * lib/error.h: Likewise.
9781         * lib/euidaccess.c: Likewise.
9782         * lib/exclude.c: Likewise.
9783         * lib/exclude.h: Likewise.
9784         * lib/execute.c: Likewise.
9785         * lib/execute.h: Likewise.
9786         * lib/exitfail.c: Likewise.
9787         * lib/exitfail.h: Likewise.
9788         * lib/expl.c: Likewise.
9789         * lib/fatal-signal.c: Likewise.
9790         * lib/fatal-signal.h: Likewise.
9791         * lib/fbufmode.c: Likewise.
9792         * lib/fbufmode.h: Likewise.
9793         * lib/fchdir.c: Likewise.
9794         * lib/fchmodat.c: Likewise.
9795         * lib/fchownat.c: Likewise.
9796         * lib/fcntl--.h: Likewise.
9797         * lib/fcntl-safer.h: Likewise.
9798         * lib/fcntl.in.h: Likewise.
9799         * lib/fd-safer.c: Likewise.
9800         * lib/fflush.c: Likewise.
9801         * lib/file-has-acl.c: Likewise.
9802         * lib/file-set.c: Likewise.
9803         * lib/file-type.c: Likewise.
9804         * lib/file-type.h: Likewise.
9805         * lib/fileblocks.c: Likewise.
9806         * lib/filemode.c: Likewise.
9807         * lib/filemode.h: Likewise.
9808         * lib/filename.h: Likewise.
9809         * lib/filenamecat.c: Likewise.
9810         * lib/filenamecat.h: Likewise.
9811         * lib/findprog.c: Likewise.
9812         * lib/findprog.h: Likewise.
9813         * lib/float.in.h: Likewise.
9814         * lib/floor.c: Likewise.
9815         * lib/floorf.c: Likewise.
9816         * lib/floorl.c: Likewise.
9817         * lib/fopen-safer.c: Likewise.
9818         * lib/fopen.c: Likewise.
9819         * lib/fpending.c: Likewise.
9820         * lib/fpending.h: Likewise.
9821         * lib/fprintf.c: Likewise.
9822         * lib/fprintftime.h: Likewise.
9823         * lib/fpucw.h: Likewise.
9824         * lib/fpurge.c: Likewise.
9825         * lib/fpurge.h: Likewise.
9826         * lib/freadable.c: Likewise.
9827         * lib/freadable.h: Likewise.
9828         * lib/freadahead.c: Likewise.
9829         * lib/freadahead.h: Likewise.
9830         * lib/freading.c: Likewise.
9831         * lib/freading.h: Likewise.
9832         * lib/free.c: Likewise.
9833         * lib/freopen.c: Likewise.
9834         * lib/frexp.c: Likewise.
9835         * lib/frexpl.c: Likewise.
9836         * lib/fseek.c: Likewise.
9837         * lib/fseterr.c: Likewise.
9838         * lib/fseterr.h: Likewise.
9839         * lib/fstatat.c: Likewise.
9840         * lib/fstrcmp.c: Likewise.
9841         * lib/fstrcmp.h: Likewise.
9842         * lib/fsusage.c: Likewise.
9843         * lib/fsusage.h: Likewise.
9844         * lib/ftell.c: Likewise.
9845         * lib/ftello.c: Likewise.
9846         * lib/fts-cycle.c: Likewise.
9847         * lib/fts.c: Likewise.
9848         * lib/fts_.h: Likewise.
9849         * lib/full-read.c: Likewise.
9850         * lib/full-read.h: Likewise.
9851         * lib/full-write.c: Likewise.
9852         * lib/full-write.h: Likewise.
9853         * lib/fwritable.c: Likewise.
9854         * lib/fwritable.h: Likewise.
9855         * lib/fwriteerror.c: Likewise.
9856         * lib/fwriteerror.h: Likewise.
9857         * lib/fwriting.c: Likewise.
9858         * lib/fwriting.h: Likewise.
9859         * lib/gcd.c: Likewise.
9860         * lib/gcd.h: Likewise.
9861         * lib/getcwd.c: Likewise.
9862         * lib/getdate.h: Likewise.
9863         * lib/getdate.y: Likewise.
9864         * lib/getdomainname.c: Likewise.
9865         * lib/getdomainname.h: Likewise.
9866         * lib/getgroups.c: Likewise.
9867         * lib/gethostname.c: Likewise.
9868         * lib/gethrxtime.c: Likewise.
9869         * lib/gethrxtime.h: Likewise.
9870         * lib/getloadavg.c: Likewise.
9871         * lib/getndelim2.c: Likewise.
9872         * lib/getndelim2.h: Likewise.
9873         * lib/getnline.c: Likewise.
9874         * lib/getnline.h: Likewise.
9875         * lib/getopt.c: Likewise.
9876         * lib/getopt.in.h: Likewise.
9877         * lib/getopt1.c: Likewise.
9878         * lib/getopt_int.h: Likewise.
9879         * lib/getpagesize.h: Likewise.
9880         * lib/getsubopt.c: Likewise.
9881         * lib/gettime.c: Likewise.
9882         * lib/getugroups.c: Likewise.
9883         * lib/getugroups.h: Likewise.
9884         * lib/getusershell.c: Likewise.
9885         * lib/gl_anyavltree_list1.h: Likewise.
9886         * lib/gl_anyavltree_list2.h: Likewise.
9887         * lib/gl_anyhash_list1.h: Likewise.
9888         * lib/gl_anyhash_list2.h: Likewise.
9889         * lib/gl_anylinked_list1.h: Likewise.
9890         * lib/gl_anylinked_list2.h: Likewise.
9891         * lib/gl_anyrbtree_list1.h: Likewise.
9892         * lib/gl_anyrbtree_list2.h: Likewise.
9893         * lib/gl_anytree_list1.h: Likewise.
9894         * lib/gl_anytree_list2.h: Likewise.
9895         * lib/gl_anytree_oset.h: Likewise.
9896         * lib/gl_anytreehash_list1.h: Likewise.
9897         * lib/gl_anytreehash_list2.h: Likewise.
9898         * lib/gl_array_list.c: Likewise.
9899         * lib/gl_array_list.h: Likewise.
9900         * lib/gl_array_oset.c: Likewise.
9901         * lib/gl_array_oset.h: Likewise.
9902         * lib/gl_avltree_list.c: Likewise.
9903         * lib/gl_avltree_list.h: Likewise.
9904         * lib/gl_avltree_oset.c: Likewise.
9905         * lib/gl_avltree_oset.h: Likewise.
9906         * lib/gl_avltreehash_list.c: Likewise.
9907         * lib/gl_avltreehash_list.h: Likewise.
9908         * lib/gl_carray_list.c: Likewise.
9909         * lib/gl_carray_list.h: Likewise.
9910         * lib/gl_linked_list.c: Likewise.
9911         * lib/gl_linked_list.h: Likewise.
9912         * lib/gl_linkedhash_list.c: Likewise.
9913         * lib/gl_linkedhash_list.h: Likewise.
9914         * lib/gl_list.c: Likewise.
9915         * lib/gl_list.h: Likewise.
9916         * lib/gl_oset.c: Likewise.
9917         * lib/gl_oset.h: Likewise.
9918         * lib/gl_rbtree_list.c: Likewise.
9919         * lib/gl_rbtree_list.h: Likewise.
9920         * lib/gl_rbtree_oset.c: Likewise.
9921         * lib/gl_rbtree_oset.h: Likewise.
9922         * lib/gl_rbtreehash_list.c: Likewise.
9923         * lib/gl_rbtreehash_list.h: Likewise.
9924         * lib/gl_sublist.c: Likewise.
9925         * lib/gl_sublist.h: Likewise.
9926         * lib/group-member.c: Likewise.
9927         * lib/group-member.h: Likewise.
9928         * lib/hard-locale.c: Likewise.
9929         * lib/hard-locale.h: Likewise.
9930         * lib/hash-pjw.c: Likewise.
9931         * lib/hash-pjw.h: Likewise.
9932         * lib/hash-triple.c: Likewise.
9933         * lib/hash.c: Likewise.
9934         * lib/hash.h: Likewise.
9935         * lib/human.c: Likewise.
9936         * lib/human.h: Likewise.
9937         * lib/i-ring.c: Likewise.
9938         * lib/i-ring.h: Likewise.
9939         * lib/idcache.c: Likewise.
9940         * lib/imaxabs.c: Likewise.
9941         * lib/imaxdiv.c: Likewise.
9942         * lib/inet_pton.c: Likewise.
9943         * lib/inet_pton.h: Likewise.
9944         * lib/intprops.h: Likewise.
9945         * lib/inttostr.c: Likewise.
9946         * lib/inttostr.h: Likewise.
9947         * lib/inttypes.in.h: Likewise.
9948         * lib/isapipe.c: Likewise.
9949         * lib/isdir.c: Likewise.
9950         * lib/isnan.c: Likewise.
9951         * lib/isnan.h: Likewise.
9952         * lib/isnanf.c: Likewise.
9953         * lib/isnanf.h: Likewise.
9954         * lib/isnanl-nolibm.h: Likewise.
9955         * lib/isnanl.c: Likewise.
9956         * lib/isnanl.h: Likewise.
9957         * lib/javacomp.c: Likewise.
9958         * lib/javacomp.h: Likewise.
9959         * lib/javaexec.c: Likewise.
9960         * lib/javaexec.h: Likewise.
9961         * lib/javaversion.c: Likewise.
9962         * lib/javaversion.h: Likewise.
9963         * lib/javaversion.java: Likewise.
9964         * lib/lbrkprop.h: Likewise.
9965         * lib/lchmod.h: Likewise.
9966         * lib/lchown.c: Likewise.
9967         * lib/ldexpl.c: Likewise.
9968         * lib/linebreak.c: Likewise.
9969         * lib/linebreak.h: Likewise.
9970         * lib/linebuffer.c: Likewise.
9971         * lib/linebuffer.h: Likewise.
9972         * lib/locale.in.h: Likewise.
9973         * lib/logl.c: Likewise.
9974         * lib/long-options.c: Likewise.
9975         * lib/long-options.h: Likewise.
9976         * lib/lstat.c: Likewise.
9977         * lib/lstat.h: Likewise.
9978         * lib/math.in.h: Likewise.
9979         * lib/mbchar.c: Likewise.
9980         * lib/mbchar.h: Likewise.
9981         * lib/mbfile.h: Likewise.
9982         * lib/mbiter.h: Likewise.
9983         * lib/mbscasecmp.c: Likewise.
9984         * lib/mbscasestr.c: Likewise.
9985         * lib/mbschr.c: Likewise.
9986         * lib/mbscspn.c: Likewise.
9987         * lib/mbslen.c: Likewise.
9988         * lib/mbsncasecmp.c: Likewise.
9989         * lib/mbsnlen.c: Likewise.
9990         * lib/mbspbrk.c: Likewise.
9991         * lib/mbspcasecmp.c: Likewise.
9992         * lib/mbsrchr.c: Likewise.
9993         * lib/mbssep.c: Likewise.
9994         * lib/mbsspn.c: Likewise.
9995         * lib/mbsstr.c: Likewise.
9996         * lib/mbstok_r.c: Likewise.
9997         * lib/mbswidth.c: Likewise.
9998         * lib/mbswidth.h: Likewise.
9999         * lib/mbuiter.h: Likewise.
10000         * lib/memcasecmp.c: Likewise.
10001         * lib/memcasecmp.h: Likewise.
10002         * lib/memchr.c: Likewise.
10003         * lib/memcmp.c: Likewise.
10004         * lib/memcoll.c: Likewise.
10005         * lib/memcoll.h: Likewise.
10006         * lib/memcpy.c: Likewise.
10007         * lib/memrchr.c: Likewise.
10008         * lib/mkancesdirs.c: Likewise.
10009         * lib/mkdir-p.c: Likewise.
10010         * lib/mkdir-p.h: Likewise.
10011         * lib/mkdir.c: Likewise.
10012         * lib/mkdirat.c: Likewise.
10013         * lib/mkdtemp.c: Likewise.
10014         * lib/mkstemp-safer.c: Likewise.
10015         * lib/mkstemp.c: Likewise.
10016         * lib/modechange.c: Likewise.
10017         * lib/modechange.h: Likewise.
10018         * lib/mountlist.c: Likewise.
10019         * lib/mountlist.h: Likewise.
10020         * lib/mpsort.c: Likewise.
10021         * lib/nanosleep.c: Likewise.
10022         * lib/obstack.c: Likewise.
10023         * lib/obstack.h: Likewise.
10024         * lib/open-safer.c: Likewise.
10025         * lib/open.c: Likewise.
10026         * lib/openat-die.c: Likewise.
10027         * lib/openat-priv.h: Likewise.
10028         * lib/openat-proc.c: Likewise.
10029         * lib/openat.c: Likewise.
10030         * lib/openat.h: Likewise.
10031         * lib/pagealign_alloc.c: Likewise.
10032         * lib/pagealign_alloc.h: Likewise.
10033         * lib/physmem.c: Likewise.
10034         * lib/physmem.h: Likewise.
10035         * lib/pipe-safer.c: Likewise.
10036         * lib/pipe.c: Likewise.
10037         * lib/pipe.h: Likewise.
10038         * lib/posixtm.c: Likewise.
10039         * lib/posixtm.h: Likewise.
10040         * lib/posixver.c: Likewise.
10041         * lib/printf-frexp.c: Likewise.
10042         * lib/printf-frexp.h: Likewise.
10043         * lib/printf-frexpl.c: Likewise.
10044         * lib/printf-frexpl.h: Likewise.
10045         * lib/printf.c: Likewise.
10046         * lib/progname.c: Likewise.
10047         * lib/progname.h: Likewise.
10048         * lib/progreloc.c: Likewise.
10049         * lib/putenv.c: Likewise.
10050         * lib/quote.c: Likewise.
10051         * lib/quote.h: Likewise.
10052         * lib/quotearg.c: Likewise.
10053         * lib/quotearg.h: Likewise.
10054         * lib/raise.c: Likewise.
10055         * lib/readline.c: Likewise.
10056         * lib/readline.h: Likewise.
10057         * lib/readlink.c: Likewise.
10058         * lib/readtokens.c: Likewise.
10059         * lib/readtokens.h: Likewise.
10060         * lib/readtokens0.c: Likewise.
10061         * lib/readtokens0.h: Likewise.
10062         * lib/readutmp.c: Likewise.
10063         * lib/readutmp.h: Likewise.
10064         * lib/realloc.c: Likewise.
10065         * lib/relocwrapper.c: Likewise.
10066         * lib/rename-dest-slash.c: Likewise.
10067         * lib/rename.c: Likewise.
10068         * lib/rmdir.c: Likewise.
10069         * lib/rpmatch.c: Likewise.
10070         * lib/safe-read.c: Likewise.
10071         * lib/safe-read.h: Likewise.
10072         * lib/safe-write.c: Likewise.
10073         * lib/safe-write.h: Likewise.
10074         * lib/same-inode.h: Likewise.
10075         * lib/same.c: Likewise.
10076         * lib/same.h: Likewise.
10077         * lib/save-cwd.c: Likewise.
10078         * lib/save-cwd.h: Likewise.
10079         * lib/savedir.c: Likewise.
10080         * lib/savedir.h: Likewise.
10081         * lib/savewd.c: Likewise.
10082         * lib/savewd.h: Likewise.
10083         * lib/search.in.h: Likewise.
10084         * lib/setenv.c: Likewise.
10085         * lib/setenv.h: Likewise.
10086         * lib/settime.c: Likewise.
10087         * lib/sh-quote.c: Likewise.
10088         * lib/sh-quote.h: Likewise.
10089         * lib/sig2str.c: Likewise.
10090         * lib/sig2str.h: Likewise.
10091         * lib/signal.in.h: Likewise.
10092         * lib/signbitd.c: Likewise.
10093         * lib/signbitf.c: Likewise.
10094         * lib/signbitl.c: Likewise.
10095         * lib/sigprocmask.c: Likewise.
10096         * lib/sincosl.c: Likewise.
10097         * lib/sleep.c: Likewise.
10098         * lib/sprintf.c: Likewise.
10099         * lib/sqrtl.c: Likewise.
10100         * lib/stat-time.h: Likewise.
10101         * lib/stdio--.h: Likewise.
10102         * lib/stdio-safer.h: Likewise.
10103         * lib/stdlib--.h: Likewise.
10104         * lib/stdlib-safer.h: Likewise.
10105         * lib/stdlib.in.h: Likewise.
10106         * lib/stpcpy.c: Likewise.
10107         * lib/stpncpy.c: Likewise.
10108         * lib/strchrnul.c: Likewise.
10109         * lib/strcspn.c: Likewise.
10110         * lib/strerror.c: Likewise.
10111         * lib/strftime.c: Likewise.
10112         * lib/strftime.h: Likewise.
10113         * lib/striconveh.c: Likewise.
10114         * lib/striconveh.h: Likewise.
10115         * lib/striconveha.c: Likewise.
10116         * lib/striconveha.h: Likewise.
10117         * lib/stripslash.c: Likewise.
10118         * lib/strnlen1.c: Likewise.
10119         * lib/strnlen1.h: Likewise.
10120         * lib/strtod.c: Likewise.
10121         * lib/strtoimax.c: Likewise.
10122         * lib/strtok_r.c: Likewise.
10123         * lib/strtol.c: Likewise.
10124         * lib/strtoll.c: Likewise.
10125         * lib/strtoul.c: Likewise.
10126         * lib/strtoull.c: Likewise.
10127         * lib/sysexits.in.h: Likewise.
10128         * lib/tempname.c: Likewise.
10129         * lib/tempname.h: Likewise.
10130         * lib/timespec.h: Likewise.
10131         * lib/tls.c: Likewise.
10132         * lib/tls.h: Likewise.
10133         * lib/tmpdir.c: Likewise.
10134         * lib/tmpdir.h: Likewise.
10135         * lib/tmpfile-safer.c: Likewise.
10136         * lib/tmpfile.c: Likewise.
10137         * lib/trigl.c: Likewise.
10138         * lib/trigl.h: Likewise.
10139         * lib/trim.c: Likewise.
10140         * lib/trim.h: Likewise.
10141         * lib/trunc.c: Likewise.
10142         * lib/truncf.c: Likewise.
10143         * lib/truncl.c: Likewise.
10144         * lib/tsearch.c: Likewise.
10145         * lib/unicodeio.c: Likewise.
10146         * lib/unicodeio.h: Likewise.
10147         * lib/unistd--.h: Likewise.
10148         * lib/unistd-safer.h: Likewise.
10149         * lib/unistdio/ulc-fprintf.c: Likewise.
10150         * lib/unistdio/ulc-vfprintf.c: Likewise.
10151         * lib/unlinkdir.c: Likewise.
10152         * lib/unlinkdir.h: Likewise.
10153         * lib/unlocked-io.h: Likewise.
10154         * lib/unsetenv.c: Likewise.
10155         * lib/userspec.c: Likewise.
10156         * lib/utime.c: Likewise.
10157         * lib/utimecmp.c: Likewise.
10158         * lib/utimecmp.h: Likewise.
10159         * lib/utimens.c: Likewise.
10160         * lib/verify.h: Likewise.
10161         * lib/verror.c: Likewise.
10162         * lib/verror.h: Likewise.
10163         * lib/version-etc-fsf.c: Likewise.
10164         * lib/version-etc.c: Likewise.
10165         * lib/version-etc.h: Likewise.
10166         * lib/vfprintf.c: Likewise.
10167         * lib/vprintf.c: Likewise.
10168         * lib/vsprintf.c: Likewise.
10169         * lib/w32spawn.h: Likewise.
10170         * lib/wait-process.c: Likewise.
10171         * lib/wait-process.h: Likewise.
10172         * lib/wcwidth.c: Likewise.
10173         * lib/write-any-file.c: Likewise.
10174         * lib/xalloc-die.c: Likewise.
10175         * lib/xalloc.h: Likewise.
10176         * lib/xasprintf.c: Likewise.
10177         * lib/xgetcwd.c: Likewise.
10178         * lib/xgetcwd.h: Likewise.
10179         * lib/xgetdomainname.c: Likewise.
10180         * lib/xgetdomainname.h: Likewise.
10181         * lib/xgethostname.c: Likewise.
10182         * lib/xmalloc.c: Likewise.
10183         * lib/xmalloca.c: Likewise.
10184         * lib/xmalloca.h: Likewise.
10185         * lib/xmemcoll.c: Likewise.
10186         * lib/xnanosleep.c: Likewise.
10187         * lib/xreadlink.c: Likewise.
10188         * lib/xreadlink.h: Likewise.
10189         * lib/xsetenv.c: Likewise.
10190         * lib/xsetenv.h: Likewise.
10191         * lib/xstriconv.c: Likewise.
10192         * lib/xstriconv.h: Likewise.
10193         * lib/xstrndup.c: Likewise.
10194         * lib/xstrndup.h: Likewise.
10195         * lib/xstrtod.c: Likewise.
10196         * lib/xstrtod.h: Likewise.
10197         * lib/xstrtol-error.c: Likewise.
10198         * lib/xstrtol.c: Likewise.
10199         * lib/xstrtol.h: Likewise.
10200         * lib/xtime.h: Likewise.
10201         * lib/xvasprintf.c: Likewise.
10202         * lib/xvasprintf.h: Likewise.
10203         * lib/yesno.c: Likewise.
10204         * lib/yesno.h: Likewise.
10205         * posix-modules: Likewise.
10206         * tests/test-alloca-opt.c: Likewise.
10207         * tests/test-arcfour.c: Likewise.
10208         * tests/test-arctwo.c: Likewise.
10209         * tests/test-argmatch.c: Likewise.
10210         * tests/test-argp-2.sh: Likewise.
10211         * tests/test-argp.c: Likewise.
10212         * tests/test-arpa_inet.c: Likewise.
10213         * tests/test-array_list.c: Likewise.
10214         * tests/test-array_oset.c: Likewise.
10215         * tests/test-atexit.c: Likewise.
10216         * tests/test-avltree_list.c: Likewise.
10217         * tests/test-avltree_oset.c: Likewise.
10218         * tests/test-avltreehash_list.c: Likewise.
10219         * tests/test-base64.c: Likewise.
10220         * tests/test-binary-io.c: Likewise.
10221         * tests/test-byteswap.c: Likewise.
10222         * tests/test-c-ctype.c: Likewise.
10223         * tests/test-c-strcasecmp.c: Likewise.
10224         * tests/test-c-strcasestr.c: Likewise.
10225         * tests/test-c-strncasecmp.c: Likewise.
10226         * tests/test-c-strstr.c: Likewise.
10227         * tests/test-canonicalize-lgpl.c: Likewise.
10228         * tests/test-canonicalize.c: Likewise.
10229         * tests/test-carray_list.c: Likewise.
10230         * tests/test-ceilf.c: Likewise.
10231         * tests/test-ceill.c: Likewise.
10232         * tests/test-count-one-bits.c: Likewise.
10233         * tests/test-crc.c: Likewise.
10234         * tests/test-dirname.c: Likewise.
10235         * tests/test-fbufmode.c: Likewise.
10236         * tests/test-fcntl.c: Likewise.
10237         * tests/test-fflush.c: Likewise.
10238         * tests/test-floorf.c: Likewise.
10239         * tests/test-floorl.c: Likewise.
10240         * tests/test-fopen.c: Likewise.
10241         * tests/test-fprintf-posix.c: Likewise.
10242         * tests/test-fprintf-posix.h: Likewise.
10243         * tests/test-fpurge.c: Likewise.
10244         * tests/test-freadable.c: Likewise.
10245         * tests/test-freadahead.c: Likewise.
10246         * tests/test-freading.c: Likewise.
10247         * tests/test-freopen.c: Likewise.
10248         * tests/test-frexp.c: Likewise.
10249         * tests/test-frexpl.c: Likewise.
10250         * tests/test-fseek.c: Likewise.
10251         * tests/test-fseeko.c: Likewise.
10252         * tests/test-fseterr.c: Likewise.
10253         * tests/test-fstrcmp.c: Likewise.
10254         * tests/test-ftell.c: Likewise.
10255         * tests/test-ftello.c: Likewise.
10256         * tests/test-fwritable.c: Likewise.
10257         * tests/test-fwriting.c: Likewise.
10258         * tests/test-getaddrinfo.c: Likewise.
10259         * tests/test-getpass.c: Likewise.
10260         * tests/test-gettimeofday.c: Likewise.
10261         * tests/test-hmac-md5.c: Likewise.
10262         * tests/test-hmac-sha1.c: Likewise.
10263         * tests/test-iconv.c: Likewise.
10264         * tests/test-iconvme.c: Likewise.
10265         * tests/test-inttypes.c: Likewise.
10266         * tests/test-isnan.c: Likewise.
10267         * tests/test-isnanf.c: Likewise.
10268         * tests/test-isnanl-nolibm.c: Likewise.
10269         * tests/test-isnanl.c: Likewise.
10270         * tests/test-isnanl.h: Likewise.
10271         * tests/test-ldexpl.c: Likewise.
10272         * tests/test-linked_list.c: Likewise.
10273         * tests/test-linkedhash_list.c: Likewise.
10274         * tests/test-locale.c: Likewise.
10275         * tests/test-localename.c: Likewise.
10276         * tests/test-lock.c: Likewise.
10277         * tests/test-lseek.c: Likewise.
10278         * tests/test-malloca.c: Likewise.
10279         * tests/test-math.c: Likewise.
10280         * tests/test-mbscasecmp.c: Likewise.
10281         * tests/test-mbscasestr1.c: Likewise.
10282         * tests/test-mbscasestr2.c: Likewise.
10283         * tests/test-mbscasestr3.c: Likewise.
10284         * tests/test-mbscasestr4.c: Likewise.
10285         * tests/test-mbschr.c: Likewise.
10286         * tests/test-mbscspn.c: Likewise.
10287         * tests/test-mbsncasecmp.c: Likewise.
10288         * tests/test-mbspbrk.c: Likewise.
10289         * tests/test-mbspcasecmp.c: Likewise.
10290         * tests/test-mbsrchr.c: Likewise.
10291         * tests/test-mbsspn.c: Likewise.
10292         * tests/test-mbsstr1.c: Likewise.
10293         * tests/test-mbsstr2.c: Likewise.
10294         * tests/test-mbsstr3.c: Likewise.
10295         * tests/test-md5.c: Likewise.
10296         * tests/test-memmem.c: Likewise.
10297         * tests/test-netinet_in.c: Likewise.
10298         * tests/test-open.c: Likewise.
10299         * tests/test-printf-frexp.c: Likewise.
10300         * tests/test-printf-frexpl.c: Likewise.
10301         * tests/test-printf-posix.c: Likewise.
10302         * tests/test-printf-posix.h: Likewise.
10303         * tests/test-rbtree_list.c: Likewise.
10304         * tests/test-rbtree_oset.c: Likewise.
10305         * tests/test-rbtreehash_list.c: Likewise.
10306         * tests/test-read-file.c: Likewise.
10307         * tests/test-rijndael.c: Likewise.
10308         * tests/test-search.c: Likewise.
10309         * tests/test-signbit.c: Likewise.
10310         * tests/test-sleep.c: Likewise.
10311         * tests/test-snprintf-posix.c: Likewise.
10312         * tests/test-snprintf-posix.h: Likewise.
10313         * tests/test-snprintf.c: Likewise.
10314         * tests/test-sprintf-posix.c: Likewise.
10315         * tests/test-sprintf-posix.h: Likewise.
10316         * tests/test-stat-time.c: Likewise.
10317         * tests/test-stdbool.c: Likewise.
10318         * tests/test-stdint.c: Likewise.
10319         * tests/test-stdio.c: Likewise.
10320         * tests/test-stdlib.c: Likewise.
10321         * tests/test-stpncpy.c: Likewise.
10322         * tests/test-strcasestr.c: Likewise.
10323         * tests/test-striconv.c: Likewise.
10324         * tests/test-striconveh.c: Likewise.
10325         * tests/test-striconveha.c: Likewise.
10326         * tests/test-string.c: Likewise.
10327         * tests/test-sys_select.c: Likewise.
10328         * tests/test-sys_socket.c: Likewise.
10329         * tests/test-sys_stat.c: Likewise.
10330         * tests/test-sys_time.c: Likewise.
10331         * tests/test-sysexits.c: Likewise.
10332         * tests/test-time.c: Likewise.
10333         * tests/test-tls.c: Likewise.
10334         * tests/test-trunc.c: Likewise.
10335         * tests/test-truncf.c: Likewise.
10336         * tests/test-truncl.c: Likewise.
10337         * tests/test-unistd.c: Likewise.
10338         * tests/test-vasnprintf-posix.c: Likewise.
10339         * tests/test-vasnprintf-posix2.c: Likewise.
10340         * tests/test-vasnprintf.c: Likewise.
10341         * tests/test-vasprintf-posix.c: Likewise.
10342         * tests/test-vasprintf.c: Likewise.
10343         * tests/test-verify.c: Likewise.
10344         * tests/test-vfprintf-posix.c: Likewise.
10345         * tests/test-vprintf-posix.c: Likewise.
10346         * tests/test-vsnprintf-posix.c: Likewise.
10347         * tests/test-vsnprintf.c: Likewise.
10348         * tests/test-vsprintf-posix.c: Likewise.
10349         * tests/test-wchar.c: Likewise.
10350         * tests/test-wctype.c: Likewise.
10351         * tests/test-wcwidth.c: Likewise.
10352         * tests/test-xstrtol.c: Likewise.
10353         * tests/test-xvasprintf.c: Likewise.
10354         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
10355         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
10356         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
10357         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
10358         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
10359         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
10360         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
10361         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
10362         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
10363         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
10364         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
10365         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
10366         * tests/uniname/test-uninames.c: Likewise.
10367         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
10368         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
10369         * tests/unistdio/test-u16-printf1.h: Likewise.
10370         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
10371         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
10372         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
10373         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
10374         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
10375         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
10376         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
10377         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
10378         * tests/unistdio/test-u32-printf1.h: Likewise.
10379         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
10380         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
10381         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
10382         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
10383         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
10384         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
10385         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
10386         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
10387         * tests/unistdio/test-u8-printf1.h: Likewise.
10388         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
10389         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
10390         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
10391         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
10392         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
10393         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
10394         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
10395         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
10396         * tests/unistdio/test-ulc-printf1.h: Likewise.
10397         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
10398         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
10399         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
10400         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
10401         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
10402         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
10403         * tests/uniwidth/test-u16-strwidth.c: Likewise.
10404         * tests/uniwidth/test-u16-width.c: Likewise.
10405         * tests/uniwidth/test-u32-strwidth.c: Likewise.
10406         * tests/uniwidth/test-u32-width.c: Likewise.
10407         * tests/uniwidth/test-u8-strwidth.c: Likewise.
10408         * tests/uniwidth/test-u8-width.c: Likewise.
10409         * tests/uniwidth/test-uc_width.c: Likewise.
10410         * config/srclist-update: Likewise.
10411         (fixlicense): Update to GPLv3+.
10412
10413         Change copyright notice from LGPLv2.1+ to LGPLv3+.
10414         * tests/test-tsearch.c: Change copyright notice.
10415
10416         Change copyright notice from LGPLv2.0+ to LGPLv3+.
10417         * lib/c-strcaseeq.h: Change copyright notice.
10418         * lib/streq.h: Likewise.
10419         * lib/uniconv.h: Likewise.
10420         * lib/uniconv/u-conv-from-enc.h: Likewise.
10421         * lib/uniconv/u-conv-to-enc.h: Likewise.
10422         * lib/uniconv/u-strconv-from-enc.h: Likewise.
10423         * lib/uniconv/u-strconv-to-enc.h: Likewise.
10424         * lib/uniconv/u16-conv-from-enc.c: Likewise.
10425         * lib/uniconv/u16-conv-to-enc.c: Likewise.
10426         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
10427         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
10428         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
10429         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
10430         * lib/uniconv/u32-conv-from-enc.c: Likewise.
10431         * lib/uniconv/u32-conv-to-enc.c: Likewise.
10432         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
10433         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
10434         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
10435         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
10436         * lib/uniconv/u8-conv-from-enc.c: Likewise.
10437         * lib/uniconv/u8-conv-to-enc.c: Likewise.
10438         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
10439         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
10440         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
10441         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
10442         * lib/uniname.h: Likewise.
10443         * lib/uniname/uniname.c: Likewise.
10444         * lib/unistdio.h: Likewise.
10445         * lib/unistdio/u-asnprintf.h: Likewise.
10446         * lib/unistdio/u-asprintf.h: Likewise.
10447         * lib/unistdio/u-printf-args.c: Likewise.
10448         * lib/unistdio/u-printf-args.h: Likewise.
10449         * lib/unistdio/u-printf-parse.h: Likewise.
10450         * lib/unistdio/u-snprintf.h: Likewise.
10451         * lib/unistdio/u-sprintf.h: Likewise.
10452         * lib/unistdio/u-vasprintf.h: Likewise.
10453         * lib/unistdio/u-vsnprintf.h: Likewise.
10454         * lib/unistdio/u-vsprintf.h: Likewise.
10455         * lib/unistdio/u16-asnprintf.c: Likewise.
10456         * lib/unistdio/u16-asprintf.c: Likewise.
10457         * lib/unistdio/u16-printf-parse.c: Likewise.
10458         * lib/unistdio/u16-snprintf.c: Likewise.
10459         * lib/unistdio/u16-sprintf.c: Likewise.
10460         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
10461         * lib/unistdio/u16-u16-asprintf.c: Likewise.
10462         * lib/unistdio/u16-u16-snprintf.c: Likewise.
10463         * lib/unistdio/u16-u16-sprintf.c: Likewise.
10464         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
10465         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
10466         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
10467         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
10468         * lib/unistdio/u16-vasnprintf.c: Likewise.
10469         * lib/unistdio/u16-vasprintf.c: Likewise.
10470         * lib/unistdio/u16-vsnprintf.c: Likewise.
10471         * lib/unistdio/u16-vsprintf.c: Likewise.
10472         * lib/unistdio/u32-asnprintf.c: Likewise.
10473         * lib/unistdio/u32-asprintf.c: Likewise.
10474         * lib/unistdio/u32-printf-parse.c: Likewise.
10475         * lib/unistdio/u32-snprintf.c: Likewise.
10476         * lib/unistdio/u32-sprintf.c: Likewise.
10477         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
10478         * lib/unistdio/u32-u32-asprintf.c: Likewise.
10479         * lib/unistdio/u32-u32-snprintf.c: Likewise.
10480         * lib/unistdio/u32-u32-sprintf.c: Likewise.
10481         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
10482         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
10483         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
10484         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
10485         * lib/unistdio/u32-vasnprintf.c: Likewise.
10486         * lib/unistdio/u32-vasprintf.c: Likewise.
10487         * lib/unistdio/u32-vsnprintf.c: Likewise.
10488         * lib/unistdio/u32-vsprintf.c: Likewise.
10489         * lib/unistdio/u8-asnprintf.c: Likewise.
10490         * lib/unistdio/u8-asprintf.c: Likewise.
10491         * lib/unistdio/u8-printf-parse.c: Likewise.
10492         * lib/unistdio/u8-snprintf.c: Likewise.
10493         * lib/unistdio/u8-sprintf.c: Likewise.
10494         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
10495         * lib/unistdio/u8-u8-asprintf.c: Likewise.
10496         * lib/unistdio/u8-u8-snprintf.c: Likewise.
10497         * lib/unistdio/u8-u8-sprintf.c: Likewise.
10498         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
10499         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
10500         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
10501         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
10502         * lib/unistdio/u8-vasnprintf.c: Likewise.
10503         * lib/unistdio/u8-vasprintf.c: Likewise.
10504         * lib/unistdio/u8-vsnprintf.c: Likewise.
10505         * lib/unistdio/u8-vsprintf.c: Likewise.
10506         * lib/unistdio/ulc-asnprintf.c: Likewise.
10507         * lib/unistdio/ulc-asprintf.c: Likewise.
10508         * lib/unistdio/ulc-printf-parse.c: Likewise.
10509         * lib/unistdio/ulc-snprintf.c: Likewise.
10510         * lib/unistdio/ulc-sprintf.c: Likewise.
10511         * lib/unistdio/ulc-vasnprintf.c: Likewise.
10512         * lib/unistdio/ulc-vasprintf.c: Likewise.
10513         * lib/unistdio/ulc-vsnprintf.c: Likewise.
10514         * lib/unistdio/ulc-vsprintf.c: Likewise.
10515         * lib/unistr.h: Likewise.
10516         * lib/unistr/u-cpy-alloc.h: Likewise.
10517         * lib/unistr/u-cpy.h: Likewise.
10518         * lib/unistr/u-endswith.h: Likewise.
10519         * lib/unistr/u-move.h: Likewise.
10520         * lib/unistr/u-set.h: Likewise.
10521         * lib/unistr/u-startswith.h: Likewise.
10522         * lib/unistr/u-stpcpy.h: Likewise.
10523         * lib/unistr/u-stpncpy.h: Likewise.
10524         * lib/unistr/u-strcat.h: Likewise.
10525         * lib/unistr/u-strcpy.h: Likewise.
10526         * lib/unistr/u-strcspn.h: Likewise.
10527         * lib/unistr/u-strdup.h: Likewise.
10528         * lib/unistr/u-strlen.h: Likewise.
10529         * lib/unistr/u-strncat.h: Likewise.
10530         * lib/unistr/u-strncpy.h: Likewise.
10531         * lib/unistr/u-strnlen.h: Likewise.
10532         * lib/unistr/u-strpbrk.h: Likewise.
10533         * lib/unistr/u-strspn.h: Likewise.
10534         * lib/unistr/u-strstr.h: Likewise.
10535         * lib/unistr/u-strtok.h: Likewise.
10536         * lib/unistr/u16-check.c: Likewise.
10537         * lib/unistr/u16-chr.c: Likewise.
10538         * lib/unistr/u16-cmp.c: Likewise.
10539         * lib/unistr/u16-cpy-alloc.c: Likewise.
10540         * lib/unistr/u16-cpy.c: Likewise.
10541         * lib/unistr/u16-endswith.c: Likewise.
10542         * lib/unistr/u16-mblen.c: Likewise.
10543         * lib/unistr/u16-mbsnlen.c: Likewise.
10544         * lib/unistr/u16-mbtouc-aux.c: Likewise.
10545         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
10546         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
10547         * lib/unistr/u16-mbtouc.c: Likewise.
10548         * lib/unistr/u16-mbtoucr.c: Likewise.
10549         * lib/unistr/u16-move.c: Likewise.
10550         * lib/unistr/u16-next.c: Likewise.
10551         * lib/unistr/u16-prev.c: Likewise.
10552         * lib/unistr/u16-set.c: Likewise.
10553         * lib/unistr/u16-startswith.c: Likewise.
10554         * lib/unistr/u16-stpcpy.c: Likewise.
10555         * lib/unistr/u16-stpncpy.c: Likewise.
10556         * lib/unistr/u16-strcat.c: Likewise.
10557         * lib/unistr/u16-strchr.c: Likewise.
10558         * lib/unistr/u16-strcmp.c: Likewise.
10559         * lib/unistr/u16-strcpy.c: Likewise.
10560         * lib/unistr/u16-strcspn.c: Likewise.
10561         * lib/unistr/u16-strdup.c: Likewise.
10562         * lib/unistr/u16-strlen.c: Likewise.
10563         * lib/unistr/u16-strmblen.c: Likewise.
10564         * lib/unistr/u16-strmbtouc.c: Likewise.
10565         * lib/unistr/u16-strncat.c: Likewise.
10566         * lib/unistr/u16-strncmp.c: Likewise.
10567         * lib/unistr/u16-strncpy.c: Likewise.
10568         * lib/unistr/u16-strnlen.c: Likewise.
10569         * lib/unistr/u16-strpbrk.c: Likewise.
10570         * lib/unistr/u16-strrchr.c: Likewise.
10571         * lib/unistr/u16-strspn.c: Likewise.
10572         * lib/unistr/u16-strstr.c: Likewise.
10573         * lib/unistr/u16-strtok.c: Likewise.
10574         * lib/unistr/u16-to-u32.c: Likewise.
10575         * lib/unistr/u16-to-u8.c: Likewise.
10576         * lib/unistr/u16-uctomb-aux.c: Likewise.
10577         * lib/unistr/u16-uctomb.c: Likewise.
10578         * lib/unistr/u32-check.c: Likewise.
10579         * lib/unistr/u32-chr.c: Likewise.
10580         * lib/unistr/u32-cmp.c: Likewise.
10581         * lib/unistr/u32-cpy-alloc.c: Likewise.
10582         * lib/unistr/u32-cpy.c: Likewise.
10583         * lib/unistr/u32-endswith.c: Likewise.
10584         * lib/unistr/u32-mblen.c: Likewise.
10585         * lib/unistr/u32-mbsnlen.c: Likewise.
10586         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
10587         * lib/unistr/u32-mbtouc.c: Likewise.
10588         * lib/unistr/u32-mbtoucr.c: Likewise.
10589         * lib/unistr/u32-move.c: Likewise.
10590         * lib/unistr/u32-next.c: Likewise.
10591         * lib/unistr/u32-prev.c: Likewise.
10592         * lib/unistr/u32-set.c: Likewise.
10593         * lib/unistr/u32-startswith.c: Likewise.
10594         * lib/unistr/u32-stpcpy.c: Likewise.
10595         * lib/unistr/u32-stpncpy.c: Likewise.
10596         * lib/unistr/u32-strcat.c: Likewise.
10597         * lib/unistr/u32-strchr.c: Likewise.
10598         * lib/unistr/u32-strcmp.c: Likewise.
10599         * lib/unistr/u32-strcpy.c: Likewise.
10600         * lib/unistr/u32-strcspn.c: Likewise.
10601         * lib/unistr/u32-strdup.c: Likewise.
10602         * lib/unistr/u32-strlen.c: Likewise.
10603         * lib/unistr/u32-strmblen.c: Likewise.
10604         * lib/unistr/u32-strmbtouc.c: Likewise.
10605         * lib/unistr/u32-strncat.c: Likewise.
10606         * lib/unistr/u32-strncmp.c: Likewise.
10607         * lib/unistr/u32-strncpy.c: Likewise.
10608         * lib/unistr/u32-strnlen.c: Likewise.
10609         * lib/unistr/u32-strpbrk.c: Likewise.
10610         * lib/unistr/u32-strrchr.c: Likewise.
10611         * lib/unistr/u32-strspn.c: Likewise.
10612         * lib/unistr/u32-strstr.c: Likewise.
10613         * lib/unistr/u32-strtok.c: Likewise.
10614         * lib/unistr/u32-to-u16.c: Likewise.
10615         * lib/unistr/u32-to-u8.c: Likewise.
10616         * lib/unistr/u32-uctomb.c: Likewise.
10617         * lib/unistr/u8-check.c: Likewise.
10618         * lib/unistr/u8-chr.c: Likewise.
10619         * lib/unistr/u8-cmp.c: Likewise.
10620         * lib/unistr/u8-cpy-alloc.c: Likewise.
10621         * lib/unistr/u8-cpy.c: Likewise.
10622         * lib/unistr/u8-endswith.c: Likewise.
10623         * lib/unistr/u8-mblen.c: Likewise.
10624         * lib/unistr/u8-mbsnlen.c: Likewise.
10625         * lib/unistr/u8-mbtouc-aux.c: Likewise.
10626         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
10627         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
10628         * lib/unistr/u8-mbtouc.c: Likewise.
10629         * lib/unistr/u8-mbtoucr.c: Likewise.
10630         * lib/unistr/u8-move.c: Likewise.
10631         * lib/unistr/u8-next.c: Likewise.
10632         * lib/unistr/u8-prev.c: Likewise.
10633         * lib/unistr/u8-set.c: Likewise.
10634         * lib/unistr/u8-startswith.c: Likewise.
10635         * lib/unistr/u8-stpcpy.c: Likewise.
10636         * lib/unistr/u8-stpncpy.c: Likewise.
10637         * lib/unistr/u8-strcat.c: Likewise.
10638         * lib/unistr/u8-strchr.c: Likewise.
10639         * lib/unistr/u8-strcmp.c: Likewise.
10640         * lib/unistr/u8-strcpy.c: Likewise.
10641         * lib/unistr/u8-strcspn.c: Likewise.
10642         * lib/unistr/u8-strdup.c: Likewise.
10643         * lib/unistr/u8-strlen.c: Likewise.
10644         * lib/unistr/u8-strmblen.c: Likewise.
10645         * lib/unistr/u8-strmbtouc.c: Likewise.
10646         * lib/unistr/u8-strncat.c: Likewise.
10647         * lib/unistr/u8-strncmp.c: Likewise.
10648         * lib/unistr/u8-strncpy.c: Likewise.
10649         * lib/unistr/u8-strnlen.c: Likewise.
10650         * lib/unistr/u8-strpbrk.c: Likewise.
10651         * lib/unistr/u8-strrchr.c: Likewise.
10652         * lib/unistr/u8-strspn.c: Likewise.
10653         * lib/unistr/u8-strstr.c: Likewise.
10654         * lib/unistr/u8-strtok.c: Likewise.
10655         * lib/unistr/u8-to-u16.c: Likewise.
10656         * lib/unistr/u8-to-u32.c: Likewise.
10657         * lib/unistr/u8-uctomb-aux.c: Likewise.
10658         * lib/unistr/u8-uctomb.c: Likewise.
10659         * lib/unitypes.h: Likewise.
10660         * lib/uniwidth.h: Likewise.
10661         * lib/uniwidth/cjk.h: Likewise.
10662         * lib/uniwidth/u16-strwidth.c: Likewise.
10663         * lib/uniwidth/u16-width.c: Likewise.
10664         * lib/uniwidth/u32-strwidth.c: Likewise.
10665         * lib/uniwidth/u32-width.c: Likewise.
10666         * lib/uniwidth/u8-strwidth.c: Likewise.
10667         * lib/uniwidth/u8-width.c: Likewise.
10668         * lib/uniwidth/width.c: Likewise.
10669
10670 2007-10-07  Bruno Haible  <bruno@clisp.org>
10671
10672         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
10673         The file is still under LGPL (see modules/inttypes).
10674
10675 2007-10-06  Bruno Haible  <bruno@clisp.org>
10676
10677         * modules/trunc (Dependencies): Add 'extensions'.
10678         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
10679         Reported by Ben Pfaff <blp@gnu.org>.
10680
10681 2007-10-06  Bruno Haible  <bruno@clisp.org>
10682
10683         * modules/freopen-tests: New file.
10684         * tests/test-freopen.c: New file.
10685
10686         * modules/fopen-tests: New file.
10687         * tests/test-fopen.c: New file.
10688
10689         * modules/fopen: New file.
10690         * lib/fopen.c: New file.
10691         * m4/fopen.m4: New file.
10692         * modules/freopen: New file.
10693         * lib/freopen.c: New file.
10694         * m4/freopen.m4: New file.
10695         * lib/stdio.in.h (fopen, freopen): New declarations.
10696         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
10697         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
10698         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
10699         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
10700         * doc/functions/fopen.texi: Mention the 'fopen' module.
10701         * doc/functions/freopen.texi: Mention the 'freopen' module.
10702
10703 2007-10-06  Bruno Haible  <bruno@clisp.org>
10704
10705         * modules/open-tests: New file.
10706         * tests/test-open.c: New file.
10707
10708         * modules/open: New file.
10709         * lib/open.c: New file.
10710         * m4/open.m4: New file.
10711         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
10712         lib/open.c does.
10713         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
10714         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
10715         macros.
10716         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
10717         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
10718         REPLACE_OPEN.
10719         * doc/functions/open.texi: Mention the 'open' module.
10720
10721 2007-10-04  Bruno Haible  <bruno@clisp.org>
10722
10723         * modules/ceill-tests: New file.
10724         * tests/test-ceill.c: New file.
10725
10726         * modules/ceill: New file.
10727         * lib/ceill.c: Replace entire file.
10728         * m4/ceill.m4: New file.
10729         * lib/math.in.h (ceill): Replace declaration.
10730         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
10731         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
10732         * doc/functions/ceill.texi: Mention the 'ceill' module.
10733         * modules/mathl (Files): Remove lib/ceill.c.
10734         (Depends-on): Add ceill.
10735
10736 2007-10-04  Bruno Haible  <bruno@clisp.org>
10737
10738         * modules/ceilf-tests: New file.
10739         * tests/test-ceilf.c: New file.
10740
10741         * modules/ceilf: New file.
10742         * lib/ceil.c: New file.
10743         * lib/ceilf.c: New file.
10744         * m4/ceilf.m4: New file.
10745         * lib/math.in.h (ceilf): New declaration.
10746         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
10747         HAVE_DECL_CEILF.
10748         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
10749         HAVE_DECL_CEILF.
10750         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
10751
10752 2007-10-04  Bruno Haible  <bruno@clisp.org>
10753
10754         * modules/floorl-tests: New file.
10755         * tests/test-floorl.c: New file.
10756
10757         * modules/floorl: New file.
10758         * lib/floorl.c: Replace entire file.
10759         * m4/floorl.m4: New file.
10760         * lib/math.in.h (floorl): Replace declaration.
10761         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
10762         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
10763         * doc/functions/floorl.texi: Mention the 'floorl' module.
10764         * modules/mathl (Files): Remove lib/floorl.c.
10765         (Depends-on): Add floorl.
10766
10767 2007-10-04  Bruno Haible  <bruno@clisp.org>
10768
10769         * modules/floorf-tests: New file.
10770         * tests/test-floorf.c: New file.
10771
10772         * modules/floorf: New file.
10773         * lib/floor.c: New file.
10774         * lib/floorf.c: New file.
10775         * m4/floorf.m4: New file.
10776         * lib/math.in.h (floorf): New declaration.
10777         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
10778         HAVE_DECL_FLOORF.
10779         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
10780         HAVE_DECL_FLOORF.
10781         * doc/functions/floorf.texi: Mention the 'floorf' module.
10782
10783 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
10784             Bruno Haible  <bruno@clisp.org>
10785
10786         Advertise for the Git server instead of the CVS server.
10787         * doc/gnulib-intro.texi (Steady Development): Mention the Git
10788         repository instead of the CVS one.
10789         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
10790         about all VCS systems generically.
10791         * doc/gnulib.texi (Introduction): Capitalize `Git'.
10792
10793 2007-10-04  Bruno Haible  <bruno@clisp.org>
10794
10795         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
10796         means.
10797         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
10798
10799 2007-10-04  Bruno Haible  <bruno@clisp.org>
10800
10801         * modules/truncl-tests: New file.
10802         * tests/test-truncl.c: New file.
10803
10804         * modules/truncl: New file.
10805         * lib/truncl.c: New file.
10806         * m4/truncl.m4: New file.
10807         * lib/math.in.h (truncl): New declaration.
10808         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
10809         HAVE_DECL_TRUNCL.
10810         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
10811         HAVE_DECL_TRUNCL.
10812         * doc/functions/truncl.texi: Mention the 'truncl' module.
10813
10814 2007-10-04  Bruno Haible  <bruno@clisp.org>
10815
10816         * modules/truncf-tests: New file.
10817         * tests/test-truncf.c: New file.
10818
10819         * modules/truncf: New file.
10820         * lib/trunc.c: Make paramerizable through USE_* macros.
10821         * lib/truncf.c: New file.
10822         * m4/truncf.m4: New file.
10823         * lib/math.in.h (truncf): New declaration.
10824         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
10825         HAVE_DECL_TRUNCF.
10826         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
10827         HAVE_DECL_TRUNCF.
10828         * doc/functions/truncf.texi: Mention the 'truncf' module.
10829
10830 2007-10-03  Bruno Haible  <bruno@clisp.org>
10831
10832         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
10833         augmentation also for tests modules.
10834         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
10835         * modules/atexit-tests (Makefile.am): Likewise.
10836         * modules/binary-io-tests (Makefile.am): Likewise.
10837         * modules/c-strcase-tests (Makefile.am): Likewise.
10838         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
10839         * modules/canonicalize-tests (Makefile.am): Likewise.
10840         * modules/closein-tests (Makefile.am): Likewise.
10841         * modules/fprintf-posix-tests (Makefile.am): Likewise.
10842         * modules/freadahead-tests (Makefile.am): Likewise.
10843         * modules/fseek-tests (Makefile.am): Likewise.
10844         * modules/fseeko-tests (Makefile.am): Likewise.
10845         * modules/ftell-tests (Makefile.am): Likewise.
10846         * modules/ftello-tests (Makefile.am): Likewise.
10847         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
10848         * modules/isnanl-tests (Makefile.am): Likewise.
10849         * modules/lseek-tests (Makefile.am): Likewise.
10850         * modules/mbscasecmp-tests (Makefile.am): Likewise.
10851         * modules/mbscasestr-tests (Makefile.am): Likewise.
10852         * modules/mbschr-tests (Makefile.am): Likewise.
10853         * modules/mbscspn-tests (Makefile.am): Likewise.
10854         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
10855         * modules/mbspbrk-tests (Makefile.am): Likewise.
10856         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
10857         * modules/mbsrchr-tests (Makefile.am): Likewise.
10858         * modules/mbsspn-tests (Makefile.am): Likewise.
10859         * modules/mbsstr-tests (Makefile.am): Likewise.
10860         * modules/printf-posix-tests (Makefile.am): Likewise.
10861         * modules/snprintf-posix-tests (Makefile.am): Likewise.
10862         * modules/sprintf-posix-tests (Makefile.am): Likewise.
10863         * modules/tsearch-tests (Makefile.am): Likewise.
10864         * modules/uniname/uniname-tests (Makefile.am): Likewise.
10865         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
10866         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
10867         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
10868         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
10869         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
10870         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
10871         * modules/vprintf-posix-tests (Makefile.am): Likewise.
10872         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
10873         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
10874         * modules/xstrtoimax-tests (Makefile.am): Likewise.
10875         * modules/xstrtol-tests (Makefile.am): Likewise.
10876         * modules/xstrtoumax-tests (Makefile.am): Likewise.
10877         * modules/yesno-tests (Makefile.am): Likewise.
10878
10879 2007-10-03  Bruno Haible  <bruno@clisp.org>
10880
10881         * modules/trunc-tests: New file.
10882         * tests/test-trunc.c: New file.
10883
10884         * modules/trunc: New file.
10885         * lib/trunc.c: New file.
10886         * m4/trunc.m4: New file.
10887         * lib/math.in.h (trunc): New declaration.
10888         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
10889         HAVE_DECL_TRUNC.
10890         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
10891         HAVE_DECL_TRUNC.
10892         * doc/functions/trunc.texi: Mention the 'trunc' module.
10893
10894 2007-10-03  Bruno Haible  <bruno@clisp.org>
10895
10896         * tests/test-fpending.c: New file, mostly copied
10897         from coreutils/lib/t-fpending.c.
10898         * modules/fpending-tests: New file.
10899
10900 2007-10-03  Bruno Haible  <bruno@clisp.org>
10901
10902         Port the stdio extensions to QNX (untested).
10903         * lib/fseterr.c (fseterr): Add support for QNX.
10904         * lib/fbufmode.c (fbufmode): Likewise.
10905         * lib/freadable.c (freadable): Likewise.
10906         * lib/fwritable.c (fwritable): Likewise.
10907         * lib/freading.c (freading): Likewise.
10908         * lib/fwriting.c (fwriting): Likewise.
10909         * lib/freadahead.c (freadahed): Likewise.
10910         * lib/fpurge.c (fpurge): Likewise.
10911         * lib/fseeko.c (rpl_fseeko): Likewise.
10912
10913 2007-10-03  Bruno Haible  <bruno@clisp.org>
10914             Jim Meyering  <jim@meyering.net>
10915             Eric Blake  <ebb9@byu.net>
10916
10917         * doc/relocatable.texi: Use @command instead of @program.
10918
10919 2007-10-02  Jim Meyering  <jim@meyering.net>
10920
10921         Perform one more "_.h" -> ".in.h" substitution.
10922         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
10923         instead of unistd_.h here, too.
10924
10925 2007-10-01  Bruno Haible  <bruno@clisp.org>
10926
10927         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
10928         Needed for the alloca-opt module.
10929
10930 2007-09-30  Bruno Haible  <bruno@clisp.org>
10931
10932         * lib/alloca.in.h: Renamed from lib/alloca_.h.
10933         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
10934         alloca_.h.
10935         * lib/argz.in.h: Renamed from lib/argz_.h.
10936         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
10937         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
10938         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
10939         byteswap_.h.
10940         * lib/dirent.in.h: Renamed from lib/dirent_.h.
10941         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
10942         dirent_.h.
10943         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
10944         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
10945         fcntl_.h.
10946         * lib/float.in.h: Renamed from lib/float_.h.
10947         * modules/float (Files, Makefile.am): Use float.in.h instead of
10948         float_.h.
10949         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
10950         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
10951         fnmatch_.h.
10952         * lib/getopt.in.h: Renamed from lib/getopt_.h.
10953         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
10954         getopt_.h.
10955         * lib/glob.in.h: Renamed from lib/glob_.h.
10956         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
10957         * lib/iconv.in.h: Renamed from lib/iconv_.h.
10958         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
10959         iconv_.h.
10960         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
10961         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
10962         inttypes_.h.
10963         * lib/locale.in.h: Renamed from lib/locale_.h.
10964         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
10965         locale_.h.
10966         * lib/math.in.h: Renamed from lib/math_.h.
10967         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
10968         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
10969         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
10970         of netinet_in_.h. Add dependency.
10971         * lib/poll.in.h: Renamed from lib/poll_.h.
10972         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
10973         * lib/search.in.h: Renamed from lib/search_.h.
10974         * modules/search (Files, Makefile.am): Use search.in.h instead of
10975         search_.h.
10976         * lib/signal.in.h: Renamed from lib/signal_.h.
10977         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
10978         _signal.h.
10979         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
10980         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
10981         stdbool_.h.
10982         * lib/stdint.in.h: Renamed from lib/stdint_.h.
10983         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
10984         stdint_.h.
10985         * lib/stdio.in.h: Renamed from lib/stdio_.h.
10986         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
10987         stdio_.h.
10988         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
10989         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
10990         stdlib_.h.
10991         * lib/string.in.h: Renamed from lib/string_.h.
10992         * modules/string (Files, Makefile.am): Use string.in.h instead of
10993         string_.h.
10994         * doc/gnulib-tool.texi (Initial import): Update.
10995         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
10996         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
10997         of sys_select_.h. Add dependency.
10998         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
10999         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
11000         of sys_socket_.h.
11001         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
11002         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
11003         sys_stat_.h.
11004         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
11005         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
11006         sys_time_.h.
11007         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
11008         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
11009         sysexits_.h.
11010         * lib/time.in.h: Renamed from lib/time_.h.
11011         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
11012         * lib/unistd.in.h: Renamed from lib/unistd_.h.
11013         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
11014         unistd_.h.
11015         * lib/wchar.in.h: Renamed from lib/wchar_.h.
11016         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
11017         wchar_.h.
11018         * lib/wctype.in.h: Renamed from lib/wctype_.h.
11019         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
11020         wctype_.h.
11021         * build-aux/bootstrap (slurp): Update.
11022         * lib/.cppi-disable: Update.
11023
11024 2007-09-30  Bruno Haible  <bruno@clisp.org>
11025
11026         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
11027         Needed on BeOS.
11028
11029 2007-09-30  Bruno Haible  <bruno@clisp.org>
11030
11031         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
11032
11033 2007-09-29  Bruno Haible  <bruno@clisp.org>
11034
11035         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
11036
11037 2007-09-29  Bruno Haible  <bruno@clisp.org>
11038
11039         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
11040         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
11041         * build-aux/install-reloc: Compile also areadlink.c.
11042         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
11043
11044 2007-09-29  Bruno Haible  <bruno@clisp.org>
11045
11046         * gnulib-tool (func_emit_initmacro_done): Indentation.
11047
11048 2007-09-29  Bruno Haible  <bruno@clisp.org>
11049
11050         * README: Add CVS checkout update instructions.
11051         Info from Bob Proulx <bob@proulx.com>.
11052
11053 2007-09-28  Eric Blake  <ebb9@byu.net>
11054
11055         Provide move-if-change.
11056         * build-aux/move-if-change: New file, based on best practice
11057         rather than any canonical upstream location.
11058
11059 2007-09-28  Jim Meyering  <jim@meyering.net>
11060
11061         Fix canonicalize loop-detection corner case.
11062         Do not attempt to stat the symlink values stored via seen_triple.
11063         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
11064         on linux-2.6.18, (but not 2.6.22).
11065         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
11066         triple_compare.  The former compares dev,ino,filename, while the latter
11067         would actually stat dirname(filename) when dev and ino were equal.
11068         * lib/hash-triple.c: Install <string.h>.
11069         (STREQ): Define.
11070         (triple_compare_ino_str): New function.
11071         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
11072
11073 2007-09-28  Eric Blake  <ebb9@byu.net>
11074
11075         Enforce that AC_REPLACE_FUNCS files exist.
11076         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
11077         override check for typos.
11078
11079         Fix test-closein on Solaris 10.
11080         * tests/test-closein.c (main): Don't assume stdin can be inherited
11081         closed on all systems.
11082         * tests/test-closein.sh: Likewise.
11083         Reported by Piotr Tarnowski.
11084
11085 2007-09-28  Jim Meyering  <jim@meyering.net>
11086
11087         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
11088
11089 2007-09-27  Jim Meyering  <jim@meyering.net>
11090
11091         canonicalize: Avoid a false-positive cycle failure.
11092         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
11093         Sort.  Remove cycle-check.
11094         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
11095         not cycle-check.h.
11096         (seen_triple): New function.
11097         (canonicalize_filename_mode): Use it instead of cycle-check.
11098         * tests/test-canonicalize.c: Add a test for this bug.
11099         * tests/test-canonicalize.sh: Set up and run the test.
11100
11101         New module, file-set, from coreutils.
11102         * modules/file-set: Define it.
11103         * lib/file-set.c, lib/file-set.h: Implement.
11104
11105         New module, hash-triple, from coreutils.
11106         * modules/hash-triple: Define it.
11107         * lib/hash-triple.c, lib/hash-triple.h: Implement.
11108
11109 2007-09-25  Eric Blake  <ebb9@byu.net>
11110
11111         Fix strerror on Interix.
11112         * lib/string_.h (strerror): Declare replacement.
11113         * doc/functions/strerror.texi (strerror): Document the Interix
11114         shortcoming.
11115         * modules/string (Makefile.am): Support new hooks.
11116         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
11117         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
11118         gl_FUNC_STRERROR_SEPARATE.
11119         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
11120         * lib/strerror.c (rpl_strerror): Provide replacement.
11121         * modules/strerror (Depends-on): Add string.
11122         (configure.ac): Detect use of module.
11123         * tests/test-strerror.c: New file.
11124         * modules/strerror-tests: New test module.
11125         * modules/argp (Depends-on): Add strerror.
11126         * modules/error (Depends-on): Likewise.
11127         Reported by Martin Koeppe.
11128
11129 2007-09-24  Bruno Haible  <bruno@clisp.org>
11130
11131         * README: Update git instructions.
11132
11133 2007-09-24  Eric Blake  <ebb9@byu.net>
11134
11135         Revert fpending breakage from 2007-09-08.
11136         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
11137         __fpending.c.
11138
11139 2007-09-24  Jim Meyering  <jim@meyering.net>
11140
11141         filenamecat.c: Add a test.
11142         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
11143         showing how the function works when DIR is the empty string.
11144
11145 2007-09-21  Simon Josefsson  <simon@josefsson.org>
11146
11147         * tests/test-canonicalize.sh: Turn on executable bit.
11148
11149 2007-09-19  Eric Blake  <ebb9@byu.net>
11150
11151         * README: Update CVS instructions.
11152
11153 2007-09-18  Bruno Haible  <bruno@clisp.org>
11154
11155         * modules/areadlink: New file.
11156         * lib/areadlink.h (areadlink): New declaration.
11157         * lib/areadlink.c: New file, based on lib/xreadlink.c.
11158
11159 2007-09-17  Jim Meyering  <jim@meyering.net>
11160
11161         * lib/savewd.c (ESTALE) [!defined]: Define.
11162         Reported to be required on Interix by Martin Koeppe.
11163
11164 2007-09-17  Bruno Haible  <bruno@clisp.org>
11165
11166         * gnulib-tool (func_version): Use $version.
11167
11168 2007-09-16  Bruno Haible  <bruno@clisp.org>
11169
11170         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
11171         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
11172         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
11173         Reported by Greg Schafer <gschafer@zip.com.au>.
11174
11175 2007-09-15  Bruno Haible  <bruno@clisp.org>
11176
11177         * gnulib-tool (sed): Try a little harder to make bash understand the
11178         alias.
11179         Reported by Bruce Korb <bruce.korb@gmail.com>.
11180
11181 2007-09-13  Eric Blake  <ebb9@byu.net>
11182
11183         * ChangeLog: Remove conflict markers.
11184
11185 2007-09-13  Simon Josefsson  <simon@josefsson.org>
11186
11187         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
11188         Reported by Bruno Haible <bruno@clisp.org>.
11189
11190 2007-09-12  Bruno Haible  <bruno@clisp.org>
11191
11192         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
11193         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
11194         is not defined.
11195
11196 2007-09-12  Eric Blake  <ebb9@byu.net>
11197
11198         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
11199         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
11200         Autoconf definition.
11201         * modules/euidaccess (Depends-on): Add extensions, for
11202         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
11203         * modules/fnmatch (Depends-on): Likewise.
11204         * modules/getaddrinfo (Depends-on): Likewise.
11205         * modules/getdelim (Depends-on): Likewise.
11206         * modules/getline (Depends-on): Likewise.
11207         * modules/getsubopt (Depends-on): Likewise.
11208         * modules/gettext (Depends-on): Likewise.
11209         * modules/group-member (Depends-on): Likewise.
11210         * modules/mbchar (Depends-on): Likewise.
11211         * modules/memmem (Depends-on): Likewise.
11212         * modules/mempcpy (Depends-on): Likewise.
11213         * modules/memrchr (Depends-on): Likewise.
11214         * modules/pagealign_alloc (Depends-on): Likewise.
11215         * modules/readutmp (Depends-on): Likewise.
11216         * modules/stpcpy (Depends-on): Likewise.
11217         * modules/stpncpy (Depends-on): Likewise.
11218         * modules/strchrnul (Depends-on): Likewise.
11219         * modules/strndup (Depends-on): Likewise.
11220         * modules/strsep (Depends-on): Likewise.
11221         * modules/strverscmp (Depends-on): Likewise.
11222         * modules/vasprintf (Depends-on): Likewise.
11223         * modules/wcwidth (Depends-on): Likewise.
11224         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
11225         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
11226         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
11227         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
11228         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
11229         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
11230         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
11231         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
11232         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
11233         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
11234         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
11235         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
11236         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
11237         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
11238         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
11239         * m4/readutmp.m4 (gl_READUTMP): Likewise.
11240         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
11241         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
11242         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
11243         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
11244         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
11245         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
11246         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
11247         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
11248         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
11249         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
11250         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
11251         so that lock.m4 can be used in gettext without extensions module.
11252
11253 2007-09-11  Bruno Haible  <bruno@clisp.org>
11254
11255         * m4/isc-posix.m4: Remove file.
11256         Suggested by Eric Blake.
11257
11258 2007-09-11  Eric Blake  <ebb9@byu.net>
11259
11260         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
11261
11262 2007-09-10  Bruno Haible  <bruno@clisp.org>
11263
11264         * posix-modules: Fix typo in error message.
11265         Reported by Matt <mkraai@beckman.com>.
11266
11267 2007-09-09  Bruno Haible  <bruno@clisp.org>
11268
11269         * doc/functions/getdelim.texi: Update list of platforms lacking the
11270         function.
11271         * doc/functions/getline.texi: Likewise.
11272
11273 2007-09-09  Jim Meyering  <jim@meyering.net>
11274
11275         * lib/hash.c (hash_initialize): Detect calloc failure.
11276         Reported by Bruno Haible.
11277
11278 2007-09-09  Bruno Haible  <bruno@clisp.org>
11279
11280         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
11281         malloc or realloc fails.
11282
11283 2007-09-09  Bruno Haible  <bruno@clisp.org>
11284
11285         * modules/getcwd (Depends-on): Add malloc-posix.
11286         * modules/glob (Depends-on): Likewise.
11287         * modules/putenv (Depends-on): Likewise.
11288         * modules/strdup (Depends-on): Likewise.
11289         * modules/getdelim (Depends-on): Add realloc-posix.
11290         * modules/read-file (Depends-on): Likewise.
11291
11292 2007-09-09  Bruno Haible  <bruno@clisp.org>
11293
11294         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
11295         (gl_FUNC_MALLOC_POSIX): Require it.
11296         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
11297         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
11298         * modules/realloc (Files): Add m4/malloc.m4.
11299         * modules/calloc (Files): Likewise.
11300
11301 2007-09-09  Bruno Haible  <bruno@clisp.org>
11302
11303         * modules/malloc-posix: New file.
11304         * modules/malloc (Depends-on): Add malloc-posix.
11305         * lib/malloc.c: Include errno.h.
11306         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
11307         and a POSIX-compatible malloc into a single function. Set ENOMEM
11308         when returning NULL.
11309         * m4/malloc.m4: New file.
11310         * doc/functions/malloc.texi: Mention the malloc-posix module.
11311         * lib/stdlib_.h (malloc): New declaration.
11312         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
11313         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
11314         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
11315         and HAVE_MALLOC_POSIX.
11316
11317 2007-09-09  Bruno Haible  <bruno@clisp.org>
11318
11319         * modules/realloc-posix: New file.
11320         * modules/realloc (Depends-on): Add realloc-posix.
11321         * lib/realloc.c: Include errno.h.
11322         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
11323         and a POSIX-compatible realloc into a single function. Set ENOMEM
11324         when returning NULL.
11325         * m4/realloc.m4: New file.
11326         * doc/functions/realloc.texi: Mention the realloc-posix module.
11327         * lib/stdlib_.h (realloc): New declaration.
11328         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
11329         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
11330         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
11331         and HAVE_REALLOC_POSIX.
11332
11333 2007-09-09  Bruno Haible  <bruno@clisp.org>
11334
11335         * modules/calloc-posix: New file.
11336         * modules/calloc (Depends-on): Add calloc-posix.
11337         * lib/calloc.c: Include errno.h.
11338         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
11339         and a POSIX-compatible calloc into a single function. Set ENOMEM
11340         when returning NULL.
11341         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
11342         * doc/functions/calloc.texi: Mention the calloc-posix module.
11343         * lib/stdlib_.h (calloc): New declaration.
11344         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
11345         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
11346         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
11347         and HAVE_CALLOC_POSIX.
11348
11349 2007-09-09  Bruno Haible  <bruno@clisp.org>
11350
11351         Allow for modules to show an arbitrary notice.
11352         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
11353         * gnulib-tool: New option --extract-notice.
11354         (func_usage): Document it.
11355         (sed_extract_prog): Update.
11356         (func_get_notice): New function.
11357         (func_modules_notice): New function.
11358         (func_import, func_create_testdir): Invoke it.
11359         Suggested by Jim Meyering.
11360
11361 2007-09-09  Bruno Haible  <bruno@clisp.org>
11362
11363         * gnulib-tool: New options --verbose, --quiet.
11364         (func_usage): Document them.
11365         (verbose): New variable.
11366         (func_execute_command): New function.
11367         (func_import): Don't show the module list and the file list if
11368         $verbose < 0.
11369         (func_create_testdir): Likewise. Use func_execute_command.
11370         (func_create_megatestdir): Use func_execute_command.
11371
11372 2007-09-08  Bruno Haible  <bruno@clisp.org>
11373
11374         * gnulib-tool (func_import): Prefer rsync over wget when available,
11375         for fetching the PO files.
11376
11377 2007-09-08  Bruno Haible  <bruno@clisp.org>
11378
11379         * posix-modules: New file. Portions copied from gnulib-tool.
11380         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
11381
11382 2007-09-08  Jim Meyering  <jim@meyering.net>
11383
11384         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
11385         * lib/fpending.h: Rename from __fpending.h.
11386         * lib/fpending.c: Rename from __fpending.c.
11387         Include "fpending.h", not "__fpending.h".
11388         * lib/__fpending.h, lib/__fpending.c: Remove files.
11389         * modules/fpending (Files): Reflect new file names.
11390         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
11391
11392 2007-09-08  Bruno Haible  <bruno@clisp.org>
11393
11394         * m4/inttypes-h.m4: Remove stub file.
11395
11396 2007-09-07  Simon Josefsson  <simon@josefsson.org>
11397
11398         * doc/headers/stdint.texi: Discuss #include_next issue.
11399
11400 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11401
11402         * build-aux/bootstrap: Remove obsolete comment about wget --help.
11403
11404 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11405
11406         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
11407         in variable name.
11408
11409 2007-09-03  Jim Meyering  <jim@meyering.net>
11410
11411         New module: git-version-gen.
11412         * modules/git-version-gen: New file.
11413
11414         Import changes from coreutils for bootstrap script.
11415
11416         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
11417
11418         bootstrap: uses rsync to download the .po files
11419         * build-aux/bootstrap (po_download_command_format): New global.
11420         (download_po_files): Use rsync.
11421         (update_po_files): Don't remove .po files after download,
11422         so future rsync runs can take advantage of the copies.
11423
11424         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
11425
11426         Solve the unnecessary-.po-file-regeneration problem once and for all.
11427         * build-aux/bootstrap (download_po_files): New function, renamed from
11428         get_translations.  Now, downloads, but doesn't update LINGUAS.
11429         (update_po_files): New function.
11430
11431         bootstrap: Ignore more.
11432         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
11433         uniwidth to e.g., lib/.gitignore.
11434         (slurp): Handle the sys_stat_.h -> sys mapping, too.
11435
11436         * build-aux/bootstrap: New setting: vc_ignore.
11437         (insert_sorted_if_absent): Create $file if absent.
11438         Adapt to new, possibly empty, list: $vc_ignore.
11439
11440         bootstrap: generate more ignorable names
11441         * build-aux/bootstrap (slurp): When generating ignorable names,
11442         also map .sin to .sed, .gperf to .c, and .y to .c.
11443
11444 2007-09-03  Jim Meyering  <jim@meyering.net>
11445
11446         * build-aux/git-version-gen: New file, from coreutils.  For details, see
11447         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
11448
11449 2007-09-02  Bruno Haible  <bruno@clisp.org>
11450
11451         Fix mis-recognition of 'mcs' on QNX 6.
11452         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
11453         output contains the string "Mono".
11454         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
11455         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
11456
11457 2007-09-01  Bruno Haible  <bruno@clisp.org>
11458
11459         Fix collision between uniwidth/* and linebreak modules.
11460         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
11461         u32_width): Remove declarations.
11462         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
11463         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
11464         streq3, streq2, streq1, streq0): Remove functions.
11465         (STREQ): Remove macro.
11466         (is_cjk_encoding): Remove function.
11467         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
11468         (uc_width, u8_width, u16_width, u32_width): Remove functions.
11469         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
11470         * NEWS: Document the change.
11471
11472 2007-09-01  Bruno Haible  <bruno@clisp.org>
11473
11474         * lib/streq.h: Add double-inclusion guard.
11475
11476 2007-09-01  Karl Berry  <karl@gnu.org>
11477
11478         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
11479
11480 2007-08-28  Jim Meyering  <jim@meyering.net>
11481
11482         Rename mreadlink_with_size to areadlink_with_size.
11483         * NEWS: Document the change.
11484         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
11485         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
11486         * lib/mreadlink.h: Rename this to...
11487         * lib/areadlink.h: ...this.
11488         * modules/mreadlink-with-size: Rename this to...
11489         * modules/areadlink-with-size: ...this.
11490         * lib/canonicalize.c: Reflect the renaming.
11491         * modules/canonicalize: Likewise.
11492
11493 2007-08-26  Bruno Haible  <bruno@clisp.org>
11494
11495         * gnulib-tool (func_import): When deciding which files to remove,
11496         consider also dangling symbolic links.
11497         Reported by Eric Blake.
11498
11499 2007-08-26  Bruno Haible  <bruno@clisp.org>
11500
11501         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
11502
11503 2007-08-23  Simon Josefsson  <simon@josefsson.org>
11504
11505         * lib/readline.c: Don't include getline.h, the prototype is now
11506         found in stdio.h.
11507
11508 2007-08-23  Jim Meyering  <jim@meyering.net>
11509
11510         Getdelim touchup.
11511         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
11512         around the funlockfile call, since funlockfile never sets errno.
11513         Don't set errno upon failed realloc.
11514
11515 2007-08-22  Eric Blake  <ebb9@byu.net>
11516
11517         Getline touchups.
11518         * lib/getdelim.c (getdelim): Revert regression that required *n to
11519         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
11520         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
11521         getdelim, rather than whether implementation is missing.
11522         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
11523         * lib/stdio_.h (getline): Also declare if replacement is
11524         required.
11525         * doc/functions/getdelim.texi: New file.
11526         * doc/functions/getline.texi: Likewise.
11527         * doc/gnulib.texi (Function Substitutes): Add new files.
11528         Reported by Bruno Haible.
11529
11530 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
11531
11532         * users.txt: Add Guile.
11533
11534 2007-08-22  Eric Blake  <ebb9@byu.net>
11535
11536         * tests/test-getdelim.c (main): Use remove, not unlink.
11537         * tests/test-getline.c (main): Likewise.
11538
11539         Move getline and getdelim into stdio.h, per POSIX 200x.
11540         * modules/getline (Files): Remove getline.h.
11541         (Depends-on): Add stdio.
11542         (configure.ac): Add module indicator.
11543         * modules/getdelim (Files): Remove getdelim.h.
11544         (Depends-on): Add stdio.
11545         (configure.ac): Add module indicator.
11546         * modules/stdio (Makefile.am): Work with new indicators.
11547         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
11548         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
11549         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
11550         * lib/getdelim.h: Delete.
11551         * lib/getline.h: Delete.
11552         * lib/stdio_.h (getdelim, getline): Declare.
11553         * modules/getdelim-tests: New module.
11554         * modules/getline-tests: Likewise.
11555         * tests/test-getdelim.c: New file.
11556         * tests/test-getline.c: Likewise.
11557         * NEWS: Document the change.
11558         * lib/getline.c: Update choice of header.
11559         * lib/csharpcomp.c: Likewise.
11560         * lib/getpass.c: Likewise.
11561         * lib/javacomp.c: Likewise.
11562         * lib/javaversion.c: Likewise.
11563         * lib/yesno.c: Likewise.
11564         * lib/getdelim.c: Likewise.
11565         (getdelim): Set errno on failure, and avoid memory leak.
11566
11567 2007-08-19  Bruno Haible  <bruno@clisp.org>
11568
11569         * modules/closein (Depends-on): Add freadahead.
11570         * lib/closein.c: Include freadahead.h.
11571         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
11572         is zero.
11573
11574 2007-08-19  Bruno Haible  <bruno@clisp.org>
11575
11576         * modules/freadahead-tests: New file.
11577         * tests/test-freadahead.sh: New file.
11578         * tests/test-freadahead.c: New file.
11579
11580         * modules/freadahead: New file.
11581         * lib/freadahead.h: New file.
11582         * lib/freadahead.c: New file.
11583         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
11584         fbufmode, fpurge, freadable, fwritable.
11585
11586 2007-08-19  Eric Blake  <ebb9@byu.net>
11587
11588         Test yesno in combination with closein.
11589         * lib/yesno.c (yesno): Document use of stdin.
11590         * modules/yesno-tests (Files): New module.
11591         * tests/test-yesno.c (main): New file.
11592         * tests/test-yesno.sh: Likewise.
11593
11594 2007-08-19  Bruno Haible  <bruno@clisp.org>
11595
11596         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
11597         * lib/fseeko.c (rpl_fseeko): Likewise.
11598         * lib/fseterr.c (fseterr): Likewise.
11599
11600 2007-08-19  Bruno Haible  <bruno@clisp.org>
11601
11602         * tests/test-lseek.c (main): Disable a test for BeOS.
11603         * doc/functions/lseek.texi: Document the BeOS bug.
11604
11605 2007-08-19  Bruno Haible  <bruno@clisp.org>
11606             Eric Blake  <ebb9@byu.net>
11607
11608         * lib/lseek.c: Include <sys/stat.h>.
11609         (rpl_lseek): Add workaround code also for Unix platforms.
11610         Needed for BeOS.
11611         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
11612         * doc/functions/lseek.texi: Document BeOS definiency.
11613
11614 2007-08-18  Bruno Haible  <bruno@clisp.org>
11615
11616         * modules/fstrcmp-tests: New file.
11617         * tests/test-fstrcmp.c: New file.
11618
11619 2007-08-18  Bruno Haible  <bruno@clisp.org>
11620
11621         * modules/fstrcmp: New file, from GNU gettext with modifications.
11622         * lib/fstrcmp.h: New file, from GNU gettext.
11623         * lib/fstrcmp.c: New file, from GNU gettext.
11624         * MODULES.html.sh (String handling): Add fstrcmp.
11625
11626 2007-08-18  Bruno Haible  <bruno@clisp.org>
11627
11628         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
11629         'bool'.
11630         (diag, compareseq): Remove const from the ctxt argument.
11631         (USE_HEURISTIC): Undefine at the end.
11632
11633 2007-08-18  Jim Meyering  <jim@meyering.net>
11634
11635         New file: lib/idcache.h
11636         * NEWS: Mention the addition.
11637         * modules/idcache (Files): Add lib/idcache.h
11638         * lib/idcache.c: Include "idcache.h".
11639         Don't include <sys/types.h>.
11640         Add a FIXME comment.
11641         Move file-scoped "static" declarations to the top.
11642         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
11643
11644 2007-08-17  Bruno Haible  <bruno@clisp.org>
11645         and Paul Eggert  <eggert@cs.ucla.edu>
11646
11647         * MODULES.html.sh: Add diffseq.
11648         * modules/diffseq: New file.
11649         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
11650         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
11651
11652 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11653
11654         Import changes from coreutils for bootstrap script.
11655
11656         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
11657
11658         * build-aux/bootstrap (slurp): Work even in environments where
11659         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
11660         current code does not slurp files whose names start with ".", and
11661         this looks like it might be a troublesome area.
11662
11663         2007-07-11  Jim Meyering  <jim@meyering.net>
11664
11665         If there's a GPL vN copyright comment, require that N == 3.
11666
11667         2007-07-08  Jim Meyering  <jim@meyering.net>
11668
11669         Run the coreutils-specific code only if tests/Makefile.am.in exists.
11670         * build-aux/bootstrap (mam_template): Move definition out of loop.
11671
11672         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
11673
11674         * build-aux/bootstrap (symlink_to_dir): Rename function from
11675         symlink_to_gnulib.  Add a directory parameter.  Update all
11676         callers.
11677         (cp_mark_as_generated): Also check for -- and link to -- files in
11678         gl/.
11679
11680         2007-07-08  Jim Meyering  <jim@meyering.net>
11681
11682         Adapt to deeper hierarchy in gnulib.
11683         * build-aux/bootstrap (symlink_to_dir): If the destination
11684         directory doesn't exist, create it. This is required at least for
11685         "lib/uniwidth/cjk.h".
11686
11687         2007-05-15  Jim Meyering  <jim@meyering.net>
11688
11689         * build-aux/bootstrap: Now that generated Makefile.am files
11690         are no longer under version control, they must be created at
11691         bootstrap time.
11692
11693 2007-08-14  Ben Pfaff  <blp@gnu.org>
11694
11695         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
11696
11697 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11698
11699         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
11700         given the changes below.
11701         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
11702         even on hosts that have padding bits beyond the supported 64.
11703
11704 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
11705
11706         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
11707         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
11708         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
11709         depends on it.
11710         (xstrtol_error): Remove.
11711         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
11712         but with a different signature.
11713         (ATTRIBUTE_NORETURN, __attribute__): New macros.
11714         * lib/xstrtol-error.c: Include exitfail.h.
11715         (xstrtol_fatal): New function, with a different signature from the
11716         old xstrtol_error, so that the caller need not worry about passing
11717         in an exit status, or about storage management of the option argument.
11718         (xstrtol_error): Now a static function.  Redo signature to
11719         implement xstrtol_fatal.  Output the correct number of hyphens in
11720         front of the option so that the caller need not worry about
11721         storage management.
11722         (N_): New macro.
11723         (_): Remove; not used now.
11724         * modules/xstrtol: Depend on getopt.
11725         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
11726         of old STRTOL_FATAL_ERROR macro.
11727         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
11728         of test program.
11729         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
11730         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
11731
11732 2007-08-08  Eric Blake  <ebb9@byu.net>
11733
11734         * lib/xstrtol-error.c: Add missing include.
11735
11736         Move xstrtol messages into gnulib domain, when --pobase is used.
11737         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
11738         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
11739         * modules/xstrtol (Files): Distribute new file.
11740         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
11741         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
11742         * tests/test-xstrtol.c: ...into new file.
11743         * tests/test-xstrtoul.c: Also test xstrtoul.
11744         * tests/test-xstrtoimax.c: Also test xstrtoimax.
11745         * tests/test-xstrtoumax.c: Also test xstrtoumax.
11746         * tests/test-xstrtol.sh: Drive the tests.
11747         * tests/test-xstrtoimax.sh: Likewise.
11748         * tests/test-xstrtoumax.sh: Likewise.
11749         * modules/xstrtol-tests: New module.
11750         * modules/xstrtoimax-tests: Likewise.
11751         * modules/xstrtoumax-tests: Likewise.
11752
11753 2007-08-08  Jim Meyering  <jim@meyering.net>
11754
11755         New function: mfile_name_concat.
11756         * lib/filenamecat.c (mfile_name_concat): New function, just like
11757         file_name_concat, but return NULL upon failure rather than exiting
11758         with a diagnostic.
11759         * lib/filenamecat.h: Declare it.
11760
11761 2007-08-07  Bruno Haible  <bruno@clisp.org>
11762
11763         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
11764         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
11765         warning from gcc.
11766         Reported by Eric Blake.
11767
11768 2007-08-07  Simon Josefsson  <simon@josefsson.org>
11769
11770         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
11771         * modules/crypto/arcfour (License): Likewise.
11772         * modules/crypto/des-tests (License): Likewise.
11773         * modules/crypto/gc-arctwo-tests (License): Likewise.
11774         * modules/crypto/gc-des-tests (License): Likewise.
11775         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
11776         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
11777         * modules/crypto/gc-md2-tests (License): Likewise.
11778         * modules/crypto/gc-md4-tests (License): Likewise.
11779         * modules/crypto/gc-md5-tests (License): Likewise.
11780         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
11781         * modules/crypto/gc-rijndael-tests (License): Likewise.
11782         * modules/crypto/gc-sha1-tests (License): Likewise.
11783         * modules/crypto/gc-tests (License): Likewise.
11784         * modules/crypto/hmac-md5 (License): Likewise.
11785         * modules/crypto/hmac-sha1 (License): Likewise.
11786         * modules/crypto/md2-tests (License): Likewise.
11787         * modules/crypto/md4-tests (License): Likewise.
11788         * modules/crypto/md5 (License): Likewise.
11789         * modules/crypto/rijndael (License): Likewise.
11790         * modules/crypto/sha1 (License): Likewise.
11791         * modules/memxor (License): Likewise.
11792
11793 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
11794         and Bruno Haible  <bruno@clisp.org>
11795
11796         * NEWS: Describe interface changes to human, xstrtol.
11797         * lib/human.h: Include <xstrtol.h>.
11798         (human_options): Return enum strtol_error, not int.  Remove
11799         bool arg; take int * instead.
11800         * lib/human.c: Don't include "gettext.h".
11801         (_): Remove; no longer used.
11802         Don't include <xstrtol.h>, since human.h does it.
11803         (human_options): Adjust to abovementioned interface changes.
11804         Do not report error to stderr; that's now the caller's
11805         responsibility.
11806         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
11807         interface change.
11808         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
11809         Str, Argument_type_string.  All uses changed.  Put " argument"
11810         in diagnostics to make them clearer.  Change wording of suffix
11811         message for clarity.
11812         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
11813         Argument_type_string.
11814         (STRTOL_FATAL_WARN): Remove; no longer used.
11815         * modules/human (Depends-on): Remove gettext-h.
11816
11817 2007-08-06  Simon Josefsson  <simon@josefsson.org>
11818
11819         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
11820
11821 2007-07-31  Bruno Haible  <bruno@clisp.org>
11822
11823         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
11824         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
11825         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
11826
11827 2007-07-31  Bruno Haible  <bruno@clisp.org>
11828
11829         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
11830         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
11831
11832 2007-07-30  Bruno Haible  <bruno@clisp.org>
11833
11834         * modules/base64 (License): Use the synonymous term "LGPLv2+".
11835         * modules/c-ctype (License): Likewise.
11836         * modules/c-strcase (License): Likewise.
11837         * modules/check-version (License): Likewise.
11838         * modules/iconv (License): Likewise.
11839         * modules/iconv_open (License): Likewise.
11840         * modules/read-file (License): Likewise.
11841         * modules/striconv (License): Likewise.
11842         * modules/strverscmp (License): Likewise.
11843         * modules/vasprintf (License): Likewise.
11844         * modules/crypto/des (License): Likewise.
11845         * modules/crypto/gc (License): Likewise.
11846         * modules/crypto/gc-arcfour (License): Likewise.
11847         * modules/crypto/gc-arctwo (License): Likewise.
11848         * modules/crypto/gc-des (License): Likewise.
11849         * modules/crypto/gc-hmac-md5 (License): Likewise.
11850         * modules/crypto/gc-hmac-sha1 (License): Likewise.
11851         * modules/crypto/gc-md2 (License): Likewise.
11852         * modules/crypto/gc-md4 (License): Likewise.
11853         * modules/crypto/gc-md5 (License): Likewise.
11854         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
11855         * modules/crypto/gc-random (License): Likewise.
11856         * modules/crypto/gc-rijndael (License): Likewise.
11857         * modules/crypto/gc-sha1 (License): Likewise.
11858         * modules/crypto/md2 (License): Likewise.
11859         * modules/crypto/md4 (License): Likewise.
11860
11861 2007-07-30  Jim Meyering  <jim@meyering.net>
11862
11863         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
11864         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
11865         it has valid stat data.  This bug would cause du not to count the
11866         sizes of inaccessible directories.
11867         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
11868         in <http://bugzilla.redhat.com/250077>.
11869
11870 2007-07-25  Peter O'Gorman  <peter@pogma.com>
11871             Bruno Haible  <bruno@clisp.org>
11872
11873         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
11874         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
11875         #include_next, gives a diagnostic about it, but reports no error in
11876         the exit code.
11877         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
11878
11879 2007-07-24  Ben Pfaff  <blp@gnu.org>
11880
11881         Improve name: "count-one-bits" is better than "popcount".
11882         * MODULES.html.sh: Update name.
11883         * lib/popcount.h: Renamed lib/count-one-bits.h.
11884         (popcount): Renamed count_one_bits.
11885         (popcountl): Renamed count_one_bits_l.
11886         (popcountll): Renamed count_one_bits_ll.
11887         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
11888         * modules/popcount: Renamed module/count-one-bits.
11889         * modules/popcount-tests: Renamed module/count-one-bits-tests.
11890         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
11891
11892 2007-07-23  Ben Pfaff  <blp@gnu.org>
11893
11894         * lib/popcount.h (popcount32): Reduce size of constants, to allow
11895         better code generation, and add U to large constants to avoid
11896         warnings, in non-GCC case.
11897         Suggested by Bruno Haible.
11898
11899 2007-07-23  Ben Pfaff  <blp@gnu.org>
11900
11901         * lib/popcount.h: Use verify_true instead of if...abort.
11902         * modules/popcount: Depend on verify module.
11903         Suggested by Jim Meyering.
11904
11905 2007-07-23  Bruno Haible  <bruno@clisp.org>
11906
11907         * gnulib-tool (func_import): Create a .cvsignore file also when the
11908         directory is not yet in CVS but the toplevel directory is. When
11909         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
11910         Reported by Karl Berry.
11911
11912 2007-07-22  Ben Pfaff  <blp@gnu.org>
11913
11914         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
11915         case.
11916         Suggested by Eric Blake.
11917
11918 2007-07-22  Ben Pfaff  <blp@gnu.org>
11919
11920         New module: popcount.
11921         * MODULES.html.sh: Add popcount.
11922         * modules/popcount: New file.
11923         * modules/popcount-tests: New file.
11924         * tests/test-popcount.c: New file.
11925         * lib/popcount.h: New file.
11926         * m4/popcount.m4: New file.
11927
11928 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
11929
11930         * build-aux/announce-gen: Update to GPLv3.
11931
11932         * build-aux/config.guess: Update from config.
11933
11934 2007-07-21  Bruno Haible  <bruno@clisp.org>
11935
11936         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
11937         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
11938
11939 2007-07-20  Jim Meyering  <jim@meyering.net>
11940
11941         * check-module: Diagnose a self-dependency.
11942
11943 2007-07-19  Bruno Haible  <bruno@clisp.org>
11944
11945         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
11946         empty.
11947         Reported by Eric Blake.
11948
11949 2007-07-18  Bruno Haible  <bruno@clisp.org>
11950
11951         * gnulib-tool: New options --po-base, --po-domain.
11952         (func_usage): Document them.
11953         (pobase, po_domain): New variables.
11954         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
11955         DEFAULT_TEXT_DOMAIN.
11956         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
11957         (func_import): Consider pobase and po_domain. Create a po/ directory.
11958         (func_create_testdir): Set pobase and po_domain to empty.
11959         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
11960         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
11961
11962 2007-07-18  Bruno Haible  <bruno@clisp.org>
11963
11964         * gnulib-tool (func_get_automake_snippet): Synthesize also an
11965         EXTRA_DIST augmentation for files in build-aux/.
11966
11967 2007-07-16  Bruno Haible  <bruno@clisp.org>
11968
11969         * modules/lseek (License): Use the synonymous term "LGPLv2+".
11970         * modules/getdelim (License): Likewise.
11971
11972 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11973
11974         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
11975         * modules/d-type (License): Likewise.
11976         * modules/extensions (License): Likewise.
11977         * modules/fnmatch (License): Likewise.
11978         * modules/fseeko (License): Likewise.
11979         * modules/getaddrinfo (License): Likewise.
11980         * modules/getline (License): Likewise.
11981         * modules/getlogin_r (License): Likewise.
11982         * modules/getpass (License): Likewise.
11983         * modules/gettimeofday (License): Likewise.
11984         * modules/glob (License): Likewise.
11985         * modules/inet_ntop (License): Likewise.
11986         * modules/malloc (License): Likewise.
11987         * modules/malloca (License): Likewise.
11988         * modules/memmem (License): Likewise.
11989         * modules/mempcpy (License): Likewise.
11990         * modules/memset (License): Likewise.
11991         * modules/minmax (License): Likewise.
11992         * modules/mktime (License): Likewise.
11993         * modules/netinet_in (License): Likewise.
11994         * modules/pathmax (License): Likewise.
11995         * modules/poll (License): Likewise.
11996         * modules/regex (License): Likewise.
11997         * modules/snprintf (License): Likewise.
11998         * modules/stdbool (License): Likewise.
11999         * modules/stdint (License): Likewise.
12000         * modules/stdio (License): Likewise.
12001         * modules/strcase (License): Likewise.
12002         * modules/strcasestr (License): Likewise.
12003         * modules/strdup (License): Likewise.
12004         * modules/string (License): Likewise.
12005         * modules/strndup (License): Likewise.
12006         * modules/strnlen (License): Likewise.
12007         * modules/strpbrk (License): Likewise.
12008         * modules/strptime (License): Likewise.
12009         * modules/strsep (License): Likewise.
12010         * modules/sys_select (License): Likewise.
12011         * modules/sys_socket (License): Likewise.
12012         * modules/sys_stat (License): Likewise.
12013         * modules/sys_time (License): Likewise.
12014         * modules/time (License): Likewise.
12015         * modules/time_r (License): Likewise.
12016         * modules/timegm (License): Likewise.
12017         * modules/unistd (License): Likewise.
12018         * modules/vsnprintf (License): Likewise.
12019         * modules/wctype (License): Likewise.
12020
12021 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12022
12023         * modules/argz (License): LGPLv2+.
12024
12025 2007-07-15  Karl Berry  <karl@gnu.org>
12026
12027         * doc/gnulib.texi: revise node structure per new fdl.texi.
12028
12029 2007-07-14  Bruno Haible  <bruno@clisp.org>
12030
12031         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
12032         the output file.
12033         * lib/uniname/uninames.h: Regenerated.
12034
12035 2007-07-14  Karl Berry  <karl@gnu.org>
12036
12037         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
12038         omitting sectioning and index commands.
12039
12040 2007-07-13  Bruno Haible  <bruno@clisp.org>
12041
12042         New gnulib-tool option --more-symlinks.
12043         * gnulib-tool (func_usage): Document --more-symlinks.
12044         (do_copyrights): New variable.
12045         Recognize option --more-symlinks.
12046         (func_import): Don't add a copyright notice transform to
12047         sed_transform_lib_file if do_copyrights is empty.
12048
12049 2007-07-13  Bruno Haible  <bruno@clisp.org>
12050
12051         * lib/vasnprintf.c (decimal_point_char): Define also if
12052         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
12053         && !NEED_PRINTF_DIRECTIVE_A.
12054         Reported by Clemens Koller <clemens.koller@anagramm.de> via
12055         Gary V. Vaughan <gary@gnu.org>.
12056
12057 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
12058
12059         * lib/inttypes_.h: Undo previous change, since it was fixed
12060         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
12061
12062 2007-07-13  Bruno Haible  <bruno@clisp.org>
12063
12064         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
12065         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
12066
12067 2007-07-13  Jim Meyering  <jim@meyering.net>
12068
12069         df: Don't fail for Tru64's "file-on-file mount".
12070         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
12071         so we fall through and use statfs instead.  Details here:
12072         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
12073         Reported by Albert Chin.
12074
12075 2007-07-13  Bruno Haible  <bruno@clisp.org>
12076
12077         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
12078         * modules/configmake (License): Likewise.
12079         * modules/gettext (License): Likewise.
12080         * modules/gettext-h (License): Likewise.
12081         * modules/include_next (License): Likewise.
12082         * modules/link-warning (License): Likewise.
12083         * modules/localcharset (License): Likewise.
12084         * modules/localename (License): Likewise.
12085         * modules/lock (License): Likewise.
12086         * modules/relocatable-lib-lgpl (License): Likewise.
12087         * modules/size_max (License): Likewise.
12088         * modules/vasnprintf (License): Likewise.
12089         * modules/wchar (License): Likewise.
12090         * modules/xsize (License): Likewise.
12091
12092 2007-07-13  Bruno Haible  <bruno@clisp.org>
12093
12094         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
12095         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
12096
12097 2007-07-12  Bruno Haible  <bruno@clisp.org>
12098
12099         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
12100         in the modules files.
12101
12102 2007-07-11  Karl Berry  <karl@gnu.org>
12103
12104         * MODULES.html.sh (func_module): use
12105          sed -e '\|^'"${includefile}"'$|d'
12106          instead of /.../d, to avoid errors on $includefile's containing /.
12107
12108 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12109
12110         * gnulib-tool (func_import): Avoid duplication of --avoid
12111         statements
12112         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
12113         names to `_' in variable names.
12114
12115 2007-07-10  Eric Blake  <ebb9@byu.net>
12116
12117         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
12118         * NEWS: Document this change.
12119
12120 2007-07-08  Bruno Haible  <bruno@clisp.org>
12121
12122         Update to Unicode 5.0.
12123         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
12124         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
12125         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
12126         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
12127         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
12128         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
12129         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
12130         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
12131         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
12132         U+10A3F, U+1D242..U+1D244.
12133         (nonspacing_table_ind): Update.
12134         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
12135         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
12136
12137 2007-07-08  Bruno Haible  <bruno@clisp.org>
12138
12139         Update to Unicode 5.0.
12140         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
12141         code transform. Extend the name index field of unicode_name_to_code and
12142         unicode_code_to_name from 16 to 24 bits.
12143         * lib/uniname/uniname.c (unicode_character_name,
12144         unicode_name_character): Add the range 0x12xxx to the code transform.
12145         * lib/uniname/uninames.h: Regenerated.
12146         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
12147
12148 2007-07-07  Bruno Haible  <bruno@clisp.org>
12149
12150         * modules/wcwidth-tests: New file.
12151         * tests/test-wcwidth.c: New file.
12152
12153         Work around MacOS X wcwidth() bug.
12154         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
12155         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
12156         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
12157         original wcwidth in non-UTF-8 locales.
12158         * modules/wcwidth (Depends-on): Add localcharset, streq,
12159         uniwidth/width.
12160         * doc/functions/wcwidth.texi: Update.
12161
12162 2007-07-07  Bruno Haible  <bruno@clisp.org>
12163
12164         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
12165         (wcwidth): New declaration.
12166         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
12167         macros.
12168         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
12169         here. Prepare for creating <wchar.h> unconditionally.
12170         * modules/wchar (Depends-on): Add link-warning.
12171         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
12172         REPLACE_WCWIDTH, and GL_LINK_WARNING.
12173         * lib/wcwidth.h: Remove file.
12174         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
12175         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
12176         * modules/wcwidth (Files): Remove lib/wcwidth.h.
12177         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
12178         (Include): Replace wcwidth.h with <wchar.h>.
12179         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
12180         * lib/mbchar.h: Don't include wcwidth.h.
12181         * lib/mbswidth.c: Likewise.
12182         * NEWS: Mention the change.
12183
12184 2007-07-07  Bruno Haible  <bruno@clisp.org>
12185
12186         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
12187         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
12188         definition with an external declaration.
12189         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
12190         defined as a function. Remove AC_C_INLINE requirement.
12191         * modules/wcwidth (Files): Add lib/wcwidth.c.
12192         (Makefile.am): Remove redundant statement.
12193
12194 2007-07-07  Bruno Haible  <bruno@clisp.org>
12195
12196         * MODULES.html.sh (Unicode string functions): Add the new modules.
12197
12198         * tests/uniwidth/test-u32-strwidth.c: New file.
12199         * modules/uniwidth/u32-strwidth-tests: New file.
12200
12201         * lib/uniwidth/u32-strwidth.c: New file.
12202         * modules/uniwidth/u32-strwidth: New file.
12203
12204         * tests/uniwidth/test-u16-strwidth.c: New file.
12205         * modules/uniwidth/u16-strwidth-tests: New file.
12206
12207         * lib/uniwidth/u16-strwidth.c: New file.
12208         * modules/uniwidth/u16-strwidth: New file.
12209
12210         * tests/uniwidth/test-u8-strwidth.c: New file.
12211         * modules/uniwidth/u8-strwidth-tests: New file.
12212
12213         * lib/uniwidth/u8-strwidth.c: New file.
12214         * modules/uniwidth/u8-strwidth: New file.
12215
12216         * tests/uniwidth/test-u32-width.c: New file.
12217         * modules/uniwidth/u32-width-tests: New file.
12218
12219         * lib/uniwidth/u32-width.c: New file.
12220         * modules/uniwidth/u32-width: New file.
12221
12222         * tests/uniwidth/test-u16-width.c: New file.
12223         * modules/uniwidth/u16-width-tests: New file.
12224
12225         * lib/uniwidth/u16-width.c: New file.
12226         * modules/uniwidth/u16-width: New file.
12227
12228         * tests/uniwidth/test-u8-width.c: New file.
12229         * modules/uniwidth/u8-width-tests: New file.
12230
12231         * lib/uniwidth/u8-width.c: New file.
12232         * modules/uniwidth/u8-width: New file.
12233
12234         * tests/uniwidth/test-uc_width.c: New file.
12235         * modules/uniwidth/width-tests: New file.
12236
12237         * lib/uniwidth/width.c: New file, from GNU libiconv.
12238         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
12239         * modules/uniwidth/width: New file.
12240
12241         * lib/uniwidth.h: New file, from GNU libiconv.
12242         * modules/uniwidth/base: New file.
12243
12244 2007-07-07  Bruno Haible  <bruno@clisp.org>
12245
12246         * lib/uniname.h: New file, from GNU gettext.
12247         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
12248         * lib/uniname/uninames.h: New file, from GNU gettext.
12249         * lib/uniname/uniname.c: New file, from GNU gettext.
12250         * tests/uniname/test-uninames.sh: New file.
12251         * tests/uniname/test-uninames.c: New file, from GNU gettext.
12252         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
12253         * modules/uniname/base: New file.
12254         * modules/uniname/uniname: New file.
12255         * modules/uniname/uniname-tests: New file.
12256         * MODULES.html.sh (Unicode string functions): Add the new modules.
12257
12258 2007-07-06  Bruno Haible  <bruno@clisp.org>
12259
12260         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
12261
12262 2007-07-06  Bruno Haible  <bruno@clisp.org>
12263
12264         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
12265         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
12266         includes <cygwin/sys_time.h> which includes <sys/select.h> which
12267         include <sys/time.h>.
12268         Reported by Eric Blake.
12269
12270 2007-07-06  Eric Blake  <ebb9@byu.net>
12271
12272         Fix testing canonicalize on cygwin.
12273         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
12274         Revert patch from 2007-06-19.
12275         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
12276         canonicalize module is also in use.
12277         * tests/test-canonicalize.c: New file.
12278         * tests/test-canonicalize.sh: Likewise.
12279         * modules/canonicalize-tests: Likewise.
12280
12281 2007-07-06  Jim Meyering  <jim@meyering.net>
12282
12283         * lib/getugroups.c (getugroups): Detect getgrent failure.
12284         Adjust comment to reflect reality: this function may return -1.
12285
12286 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
12287
12288         * build-aux/bootstrap (TP_URL,get_translations): Update to use
12289         the new TP address.
12290         (usage): Fix typo
12291         (gnulib_mk): New variable.
12292
12293 2007-07-05  Jim Meyering  <jim@meyering.net>
12294
12295         Don't let endgrent clobber errno, no matter how improbable.
12296         * lib/getugroups.c (getugroups): Save and restore errno around
12297         endgrent call.
12298
12299         Close the group DB even when failing with 2^31 or more members.
12300         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
12301
12302 2007-07-04  Jim Meyering  <jim@meyering.net>
12303
12304         * lib/getugroups.h: New file.
12305         * lib/getugroups.c: Include "getugroups.h".
12306         Remove uses of "register" keyword.
12307         Move local variable, "cp", down into scope where used.
12308         Give "username" parameter the "const" attribute.
12309         * modules/getugroups (Files): Add lib/getugroups.h
12310
12311 2007-07-04  Karl Berry  <karl@gnu.org>
12312
12313         * MODULES.html.sh (func_all_modules): Complete rename of
12314         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
12315
12316 2007-07-02  Bruno Haible  <bruno@clisp.org>
12317
12318         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
12319         mode, when inttypes.h comes from gnulib.
12320         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
12321
12322 2007-07-02  Simon Josefsson  <simon@josefsson.org>
12323
12324         * NEWS: Mention lgpl module name change.
12325
12326         * modules/lgpl-2.1: Renamed from lgpl.
12327
12328         * NEWS: Mention gpl module name change.
12329
12330         * modules/gpl-3.0: New file, based on gpl-2.0.
12331
12332         * modules/gpl-2.0: Renamed from gpl.
12333
12334         * modules/gpl: Fix filename, doc/gpl.texi is now found at
12335         doc/gpl-2.0.texi.
12336
12337 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
12338
12339         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
12340         #define __STDC_LIMIT_MACROS temporarily while including
12341         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
12342         Problem reported by Joel E. Denny in
12343         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
12344
12345 2007-07-01  Bruno Haible  <bruno@clisp.org>
12346
12347         * lib/unistdio.h: New file.
12348         * lib/unistdio/u-asnprintf.h: New file.
12349         * lib/unistdio/u-asprintf.h: New file.
12350         * lib/unistdio/u-printf-args.c: New file.
12351         * lib/unistdio/u-printf-args.h: New file.
12352         * lib/unistdio/u-printf-parse.h: New file.
12353         * lib/unistdio/u-snprintf.h: New file.
12354         * lib/unistdio/u-sprintf.h: New file.
12355         * lib/unistdio/u-vasprintf.h: New file.
12356         * lib/unistdio/u-vsnprintf.h: New file.
12357         * lib/unistdio/u-vsprintf.h: New file.
12358         * lib/unistdio/ulc-asnprintf.c: New file.
12359         * lib/unistdio/ulc-asprintf.c: New file.
12360         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
12361         * lib/unistdio/ulc-printf-parse.c: New file.
12362         * lib/unistdio/ulc-snprintf.c: New file.
12363         * lib/unistdio/ulc-sprintf.c: New file.
12364         * lib/unistdio/ulc-vasnprintf.c: New file.
12365         * lib/unistdio/ulc-vasprintf.c: New file.
12366         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
12367         * lib/unistdio/ulc-vsnprintf.c: New file.
12368         * lib/unistdio/ulc-vsprintf.c: New file.
12369         * lib/unistdio/u8-asnprintf.c: New file.
12370         * lib/unistdio/u8-asprintf.c: New file.
12371         * lib/unistdio/u8-printf-parse.c: New file.
12372         * lib/unistdio/u8-snprintf.c: New file.
12373         * lib/unistdio/u8-sprintf.c: New file.
12374         * lib/unistdio/u8-vasnprintf.c: New file.
12375         * lib/unistdio/u8-vasprintf.c: New file.
12376         * lib/unistdio/u8-vsnprintf.c: New file.
12377         * lib/unistdio/u8-vsprintf.c: New file.
12378         * lib/unistdio/u8-u8-asnprintf.c: New file.
12379         * lib/unistdio/u8-u8-asprintf.c: New file.
12380         * lib/unistdio/u8-u8-snprintf.c: New file.
12381         * lib/unistdio/u8-u8-sprintf.c: New file.
12382         * lib/unistdio/u8-u8-vasnprintf.c: New file.
12383         * lib/unistdio/u8-u8-vasprintf.c: New file.
12384         * lib/unistdio/u8-u8-vsnprintf.c: New file.
12385         * lib/unistdio/u8-u8-vsprintf.c: New file.
12386         * lib/unistdio/u16-asnprintf.c: New file.
12387         * lib/unistdio/u16-asprintf.c: New file.
12388         * lib/unistdio/u16-printf-parse.c: New file.
12389         * lib/unistdio/u16-snprintf.c: New file.
12390         * lib/unistdio/u16-sprintf.c: New file.
12391         * lib/unistdio/u16-vasnprintf.c: New file.
12392         * lib/unistdio/u16-vasprintf.c: New file.
12393         * lib/unistdio/u16-vsnprintf.c: New file.
12394         * lib/unistdio/u16-vsprintf.c: New file.
12395         * lib/unistdio/u16-u16-asnprintf.c: New file.
12396         * lib/unistdio/u16-u16-asprintf.c: New file.
12397         * lib/unistdio/u16-u16-snprintf.c: New file.
12398         * lib/unistdio/u16-u16-sprintf.c: New file.
12399         * lib/unistdio/u16-u16-vasnprintf.c: New file.
12400         * lib/unistdio/u16-u16-vasprintf.c: New file.
12401         * lib/unistdio/u16-u16-vsnprintf.c: New file.
12402         * lib/unistdio/u16-u16-vsprintf.c: New file.
12403         * lib/unistdio/u32-asnprintf.c: New file.
12404         * lib/unistdio/u32-asprintf.c: New file.
12405         * lib/unistdio/u32-printf-parse.c: New file.
12406         * lib/unistdio/u32-snprintf.c: New file.
12407         * lib/unistdio/u32-sprintf.c: New file.
12408         * lib/unistdio/u32-vasnprintf.c: New file.
12409         * lib/unistdio/u32-vasprintf.c: New file.
12410         * lib/unistdio/u32-vsnprintf.c: New file.
12411         * lib/unistdio/u32-vsprintf.c: New file.
12412         * lib/unistdio/u32-u32-asnprintf.c: New file.
12413         * lib/unistdio/u32-u32-asprintf.c: New file.
12414         * lib/unistdio/u32-u32-snprintf.c: New file.
12415         * lib/unistdio/u32-u32-sprintf.c: New file.
12416         * lib/unistdio/u32-u32-vasnprintf.c: New file.
12417         * lib/unistdio/u32-u32-vasprintf.c: New file.
12418         * lib/unistdio/u32-u32-vsnprintf.c: New file.
12419         * lib/unistdio/u32-u32-vsprintf.c: New file.
12420         * tests/unistdio/test-ulc-asnprintf1.c: New file.
12421         * tests/unistdio/test-ulc-asnprintf1.h: New file.
12422         * tests/unistdio/test-ulc-printf1.h: New file.
12423         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
12424         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
12425         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
12426         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
12427         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
12428         * tests/unistdio/test-ulc-vasprintf1.c: New file.
12429         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
12430         * tests/unistdio/test-ulc-vsprintf1.c: New file.
12431         * tests/unistdio/test-u8-asnprintf1.c: New file.
12432         * tests/unistdio/test-u8-asnprintf1.h: New file.
12433         * tests/unistdio/test-u8-printf1.h: New file.
12434         * tests/unistdio/test-u8-vasnprintf1.c: New file.
12435         * tests/unistdio/test-u8-vasnprintf2.c: New file.
12436         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
12437         * tests/unistdio/test-u8-vasnprintf3.c: New file.
12438         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
12439         * tests/unistdio/test-u8-vasprintf1.c: New file.
12440         * tests/unistdio/test-u8-vsnprintf1.c: New file.
12441         * tests/unistdio/test-u8-vsprintf1.c: New file.
12442         * tests/unistdio/test-u16-asnprintf1.c: New file.
12443         * tests/unistdio/test-u16-asnprintf1.h: New file.
12444         * tests/unistdio/test-u16-printf1.h: New file.
12445         * tests/unistdio/test-u16-vasnprintf1.c: New file.
12446         * tests/unistdio/test-u16-vasnprintf2.c: New file.
12447         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
12448         * tests/unistdio/test-u16-vasnprintf3.c: New file.
12449         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
12450         * tests/unistdio/test-u16-vasprintf1.c: New file.
12451         * tests/unistdio/test-u16-vsnprintf1.c: New file.
12452         * tests/unistdio/test-u16-vsprintf1.c: New file.
12453         * tests/unistdio/test-u32-asnprintf1.c: New file.
12454         * tests/unistdio/test-u32-asnprintf1.h: New file.
12455         * tests/unistdio/test-u32-printf1.h: New file.
12456         * tests/unistdio/test-u32-vasnprintf1.c: New file.
12457         * tests/unistdio/test-u32-vasnprintf2.c: New file.
12458         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
12459         * tests/unistdio/test-u32-vasnprintf3.c: New file.
12460         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
12461         * tests/unistdio/test-u32-vasprintf1.c: New file.
12462         * tests/unistdio/test-u32-vsnprintf1.c: New file.
12463         * tests/unistdio/test-u32-vsprintf1.c: New file.
12464         * modules/unistdio/base: New file.
12465         * modules/unistdio/u-printf-args: New file.
12466         * modules/unistdio/ulc-asnprintf: New file.
12467         * modules/unistdio/ulc-asprintf: New file.
12468         * modules/unistdio/ulc-fprintf: New file.
12469         * modules/unistdio/ulc-printf-parse: New file.
12470         * modules/unistdio/ulc-snprintf: New file.
12471         * modules/unistdio/ulc-sprintf: New file.
12472         * modules/unistdio/ulc-vasnprintf: New file.
12473         * modules/unistdio/ulc-vasprintf: New file.
12474         * modules/unistdio/ulc-vfprintf: New file.
12475         * modules/unistdio/ulc-vsnprintf: New file.
12476         * modules/unistdio/ulc-vsprintf: New file.
12477         * modules/unistdio/u8-asnprintf: New file.
12478         * modules/unistdio/u8-asprintf: New file.
12479         * modules/unistdio/u8-printf-parse: New file.
12480         * modules/unistdio/u8-snprintf: New file.
12481         * modules/unistdio/u8-sprintf: New file.
12482         * modules/unistdio/u8-vasnprintf: New file.
12483         * modules/unistdio/u8-vasprintf: New file.
12484         * modules/unistdio/u8-vsnprintf: New file.
12485         * modules/unistdio/u8-vsprintf: New file.
12486         * modules/unistdio/u8-u8-asnprintf: New file.
12487         * modules/unistdio/u8-u8-asprintf: New file.
12488         * modules/unistdio/u8-u8-snprintf: New file.
12489         * modules/unistdio/u8-u8-sprintf: New file.
12490         * modules/unistdio/u8-u8-vasnprintf: New file.
12491         * modules/unistdio/u8-u8-vasprintf: New file.
12492         * modules/unistdio/u8-u8-vsnprintf: New file.
12493         * modules/unistdio/u8-u8-vsprintf: New file.
12494         * modules/unistdio/u16-asnprintf: New file.
12495         * modules/unistdio/u16-asprintf: New file.
12496         * modules/unistdio/u16-printf-parse: New file.
12497         * modules/unistdio/u16-snprintf: New file.
12498         * modules/unistdio/u16-sprintf: New file.
12499         * modules/unistdio/u16-vasnprintf: New file.
12500         * modules/unistdio/u16-vasprintf: New file.
12501         * modules/unistdio/u16-vsnprintf: New file.
12502         * modules/unistdio/u16-vsprintf: New file.
12503         * modules/unistdio/u16-u16-asnprintf: New file.
12504         * modules/unistdio/u16-u16-asprintf: New file.
12505         * modules/unistdio/u16-u16-snprintf: New file.
12506         * modules/unistdio/u16-u16-sprintf: New file.
12507         * modules/unistdio/u16-u16-vasnprintf: New file.
12508         * modules/unistdio/u16-u16-vasprintf: New file.
12509         * modules/unistdio/u16-u16-vsnprintf: New file.
12510         * modules/unistdio/u16-u16-vsprintf: New file.
12511         * modules/unistdio/u32-asnprintf: New file.
12512         * modules/unistdio/u32-asprintf: New file.
12513         * modules/unistdio/u32-printf-parse: New file.
12514         * modules/unistdio/u32-snprintf: New file.
12515         * modules/unistdio/u32-sprintf: New file.
12516         * modules/unistdio/u32-vasnprintf: New file.
12517         * modules/unistdio/u32-vasprintf: New file.
12518         * modules/unistdio/u32-vsnprintf: New file.
12519         * modules/unistdio/u32-vsprintf: New file.
12520         * modules/unistdio/u32-u32-asnprintf: New file.
12521         * modules/unistdio/u32-u32-asprintf: New file.
12522         * modules/unistdio/u32-u32-snprintf: New file.
12523         * modules/unistdio/u32-u32-sprintf: New file.
12524         * modules/unistdio/u32-u32-vasnprintf: New file.
12525         * modules/unistdio/u32-u32-vasprintf: New file.
12526         * modules/unistdio/u32-u32-vsnprintf: New file.
12527         * modules/unistdio/u32-u32-vsprintf: New file.
12528         * modules/unistdio/ulc-asnprintf-tests: New file.
12529         * modules/unistdio/ulc-vasnprintf-tests: New file.
12530         * modules/unistdio/ulc-vasprintf-tests: New file.
12531         * modules/unistdio/ulc-vsnprintf-tests: New file.
12532         * modules/unistdio/ulc-vsprintf-tests: New file.
12533         * modules/unistdio/u8-asnprintf-tests: New file.
12534         * modules/unistdio/u8-vasnprintf-tests: New file.
12535         * modules/unistdio/u8-vasprintf-tests: New file.
12536         * modules/unistdio/u8-vsnprintf-tests: New file.
12537         * modules/unistdio/u8-vsprintf-tests: New file.
12538         * modules/unistdio/u16-asnprintf-tests: New file.
12539         * modules/unistdio/u16-vasnprintf-tests: New file.
12540         * modules/unistdio/u16-vasprintf-tests: New file.
12541         * modules/unistdio/u16-vsnprintf-tests: New file.
12542         * modules/unistdio/u16-vsprintf-tests: New file.
12543         * modules/unistdio/u32-asnprintf-tests: New file.
12544         * modules/unistdio/u32-vasnprintf-tests: New file.
12545         * modules/unistdio/u32-vasprintf-tests: New file.
12546         * modules/unistdio/u32-vsnprintf-tests: New file.
12547         * modules/unistdio/u32-vsprintf-tests: New file.
12548         * MODULES.html.sh (Unicode string functions): Add the new modules.
12549
12550 2007-07-01  Bruno Haible  <bruno@clisp.org>
12551
12552         * lib/sprintf.c (sprintf): Limit the available length estimation,
12553         to avoid address wraparound.
12554         * lib/vsprintf.c (vsprintf): Likewise.
12555         * modules/sprintf-posix (Dependencies): Add stdint.
12556         * modules/vsprintf-posix (Dependencies): Likewise.
12557
12558 2007-07-01  Bruno Haible  <bruno@clisp.org>
12559
12560         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
12561         Windows PATH as well. Conservative double-quoting. Comments.
12562
12563 2007-07-01  Bruno Haible  <bruno@clisp.org>
12564             Eric Blake  <ebb9@byu.net>
12565             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12566
12567         * gnulib-tool (self_abspathname): Fix algorithm to cope with
12568         empty components in $PATH, denoting '.'.
12569
12570 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12571
12572         * gnulib-tool: Fix indentation.
12573         (func_create_megatestdir): Likewise.
12574         Report by Bruno Haible.
12575
12576 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12577
12578         Sync from Automake.
12579         * build-aux/gnupload: Fix shell portability issues with for loops.
12580         Report by Karl Berry.
12581
12582 2007-06-29  Simon Josefsson  <simon@josefsson.org>
12583
12584         * build-aux/maint.mk (POURL): Use translationproject.org.
12585
12586 2007-06-27  Simon Josefsson  <simon@josefsson.org>
12587             Bruno Haible  <bruno@clisp.org>
12588
12589         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
12590         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
12591         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
12592         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
12593         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
12594
12595 2007-06-27  Bruno Haible  <bruno@clisp.org>
12596
12597         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
12598         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
12599
12600 2007-06-26  Karl Berry  <karl@gnu.org>
12601
12602         * MODULES.html.sh: remove xreadlink-with-size.
12603
12604 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
12605
12606         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
12607         method that I hope also handles the double-include problem noted
12608         by Bruno Haible in
12609         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
12610
12611 2007-06-23  Bruno Haible  <bruno@clisp.org>
12612
12613         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12614         Don't let the 'mostlyclean' target fail if the last subdirectory could
12615         not be removed.
12616         Reported by Karl Berry.
12617
12618 2007-06-23  Bruno Haible  <bruno@clisp.org>
12619
12620         * gnulib-tool (echo): Add a speedier workaround for ksh.
12621         * tests/test-echo.sh: Likewise.
12622
12623 2007-06-23  Bruno Haible  <bruno@clisp.org>
12624
12625         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
12626         * tests/test-echo.sh: Likewise.
12627
12628 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12629
12630         * gnulib-tool (IFS): Initialize early, so we don't set it to
12631         empty later.
12632         (self_abspathname): Rewrite algorithm to set it, reindent.
12633         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
12634         (func_create_megatestdir): Merge some sed scripts.
12635
12636 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
12637
12638         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
12639         exposed by Sun Studio 11 cc on Solaris 8.
12640
12641 2007-06-22  Bruno Haible  <bruno@clisp.org>
12642
12643         * gnulib-tool (echo): Ensure the echo primitive does not interpret
12644         backslashes.
12645         * tests/test-echo.sh: New file.
12646
12647 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12648
12649         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
12650         simplify `sed_replace_build_aux' scripts, they are portable but
12651         echoing them with `echo' is not.
12652         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
12653
12654 2007-06-21  Karl Berry  <karl@gnu.org>
12655
12656         * config/srclist.txt: guess we can't handle the licenses via
12657         srclist at the moment.
12658
12659 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
12660
12661         * MODULES.html.sh: Add include_next.
12662         * modules/include_next: New file.
12663
12664 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
12665
12666         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
12667         INCLUDE_NEXT.
12668         (gl_CHECK_NEXT_HEADERS): New macro.
12669         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
12670         the obsolescent gl_ABSOLUTE_HEADER.
12671         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
12672         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
12673         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
12674         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
12675         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
12676         * m4/math_h.m4 (gl_MATH_H): Likewise.
12677         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
12678         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
12679         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
12680         * m4/stdint.m4 (gl_STDINT_H): Likewise.
12681         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
12682         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
12683         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
12684         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
12685         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
12686         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
12687         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
12688         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
12689         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
12690         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
12691         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
12692         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
12693         * m4/inttypes.m4 (gl_INTTYPES_H): Define
12694         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
12695         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
12696         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
12697         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
12698         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
12699         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
12700         * lib/float_.h: Likewise.
12701         * lib/inttypes_.h: Likewise.
12702         * lib/math_.h: Likewise.
12703         * lib/search_.h: Likewise.
12704         * lib/signal_.h: Likewise.
12705         * lib/stdint_.h: Likewise.
12706         * lib/stdio_.h: Likewise.
12707         * lib/stdlib_.h: Likewise.
12708         * lib/string_.h: Likewise.
12709         * lib/sys_stat_.h: Likewise.
12710         * lib/sys_time_.h: Likewise.
12711         * lib/time_.h: Likewise.
12712         * lib/unistd_.h: Likewise.
12713         * lib/wchar_.h: Likewise.
12714         * lib/wctype_.h: Likewise.
12715         * lib/dirent_.h: Likewise.
12716         * lib/iconv_.h: Likewise.
12717         * lib/locale_.h: Likewise.
12718         * lib/netinet_in_.h: Likewise.
12719         * lib/sys_select_.h: Likewise.
12720         * lib/sys_socket_.h: Likewise.
12721         * lib/sysexits_.h: Likewise.
12722         * modules/fcntl (Depends-on): Depend on include_next, not
12723         absolute_header.
12724         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
12725         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
12726         * modules/fchdir: Likewise.
12727         * modules/float: Likewise.
12728         * modules/iconv_open: Likewise.
12729         * modules/inttypes: Likewise.
12730         * modules/locale: Likewise.
12731         * modules/math: Likewise.
12732         * modules/netinet_in: Likewise.
12733         * modules/search: Likewise.
12734         * modules/signal: Likewise.
12735         * modules/stdint: Likewise.
12736         * modules/stdio: Likewise.
12737         * modules/stdlib: Likewise.
12738         * modules/string: Likewise.
12739         * modules/sys_select: Likewise.
12740         * modules/sys_socket: Likewise.
12741         * modules/sys_stat: Likewise.
12742         * modules/sys_time: Likewise.
12743         * modules/sysexits: Likewise.
12744         * modules/time: Likewise.
12745         * modules/unistd: Likewise.
12746         * modules/wchar: Likewise.
12747         * modules/wctype: Likewise.
12748         * modules/sys_stat: Change maintainer to "all".
12749         * modules/unistd: Likewise.
12750
12751 2007-06-20  Karl Berry  <karl@gnu.org>
12752
12753         * config/srclist.txt: track www changes in license files.
12754
12755 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
12756
12757         * build-aux/bootstrap: Remove stray dot.
12758         Make sure build_aux settings are honored when linking
12759         gnulib_extra_files.
12760
12761 2007-06-19  Eric Blake  <ebb9@byu.net>
12762
12763         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
12764         Allow compilation on cygwin.
12765
12766 2007-06-19  Jim Meyering  <jim@meyering.net>
12767
12768         xreadlink-with-size: Remove module.  No longer used.
12769         Ex-callers now use xreadlink or mreadlink-with-size.
12770         * modules/xreadlink-with-size: Remove module.
12771         * lib/xreadlink-with-size.c: Remove file.
12772         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
12773         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
12774         just before the function definition *is* accurate.
12775
12776         Eliminate one way canonicalize_filename_mode could exit.
12777         * lib/canonicalize.c (canonicalize_filename_mode):
12778         Use mreadlink_with_size, not xreadlink_with_size.
12779
12780 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
12781
12782         Detect porting problems to FreeBSD/arm, which has time_t wider than
12783         long int.  Original problem reported for GNU diff by Xin Li in
12784         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
12785         * modules/getdate (Depends-on): Add intprops, verify.
12786         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
12787         is an integer type no wider than long int.
12788
12789 2007-06-18  Jim Meyering  <jim@meyering.net>
12790
12791         New module: mreadlink-with-size.
12792         * MODULES.html.sh: Add mreadlink-with-size.
12793         * modules/mreadlink-with-size: New module
12794         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
12795         not xreadlink-with-size.
12796         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
12797
12798 2007-06-16  Bruno Haible  <bruno@clisp.org>
12799
12800         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
12801         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
12802         Reported by Gary V. Vaughan <gary@gnu.org>.
12803
12804 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
12805
12806         Revamp lchown so that it lives in unistd.h where it belongs.
12807         * lib/lchown.h: Remove.
12808         * lib/dirchownmod.c: Don't include lib/lchown.h.
12809         * lib/fchownat.c: Likewise.
12810         * lib/openat.c: Likewise.
12811         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
12812         does not follow symlinks.
12813         (EOPNOTSUPP): Define if not defined.
12814         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
12815         is defined to 0.
12816         (lchown): New decl.
12817         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
12818         Do not check for lchown decl.
12819         Set REPLACE_LCHOWN.
12820         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
12821         REPLACE_LCHOWN.
12822         * modules/chown: Make it clear it follows symlinks.
12823         * modules/lchown: Make it clear it doesn't follow symlinks.
12824         (Files): Remove lib/lchown.h
12825         (Depends-on): Add unistd.
12826         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
12827         (Include): Include <unistd.h>, not "lchown.h".
12828         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
12829         REPLACE_LCHOWN.
12830
12831 2007-06-15  Jim Meyering  <jim@meyering.net>
12832
12833         Change license (GPL to LGPL) of fsusage and dependents.
12834         * modules/fsusage (License): Change to LGPL.
12835         * modules/full-read (License): Likewise.
12836         * modules/full-write (License): Likewise.
12837         * modules/safe-read (License): Likewise.
12838         * modules/safe-write (License): Likewise.
12839
12840 2007-06-14  Ben Pfaff  <blp@gnu.org>
12841
12842         Missing part of allocsa -> malloca transition.
12843         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
12844         gl_MALLOCA.
12845
12846 2007-06-12  Bruno Haible  <bruno@clisp.org>
12847
12848         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
12849         to ia64, x86_64, i386.
12850         Reported by Eric Blake.
12851
12852 2007-06-12  Bruno Haible  <bruno@clisp.org>
12853
12854         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
12855         cross-compiling to x86_64.
12856
12857 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
12858
12859         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
12860         glitch reported by Ralf Wildenhues in
12861         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
12862
12863         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
12864         Vin Shelton.
12865
12866 2007-06-11  Bruno Haible  <bruno@clisp.org>
12867
12868         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
12869         replacement string.
12870         Reported by Eric Blake.
12871
12872 2007-06-10  Bruno Haible  <bruno@clisp.org>
12873
12874         Prepare vasnprintf code for use with Unicode strings.
12875         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
12876         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
12877         TYPE_U32_STRING.
12878         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
12879         a_u32_string variants.
12880         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
12881         * lib/printf-args.c: Don't include config.h and the specification
12882         header if PRINTF_FETCHARGS is already defined.
12883         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
12884         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
12885         TYPE_U16_STRING, TYPE_U32_STRING.
12886         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
12887         u16_directive, u16_directives, u32_directive, u32_directives): New
12888         types.
12889         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
12890         New declarations.
12891         * lib/printf-parse.c: Don't include config.h and the specification
12892         header if PRINTF_PARSE is already defined. Eliminate the set of
12893         parameters for WIDE_CHAR_VERSION; the user of this file must provide
12894         them now. Include c-ctype.h.
12895         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
12896         directive and CHAR_T_ONLY_ASCII.
12897         * lib/vasnprintf.c: Don't include config.h and the specification header
12898         if VASNPRINTF is already defined.
12899         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
12900         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
12901         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
12902         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
12903         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
12904         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
12905         code accordingly.
12906         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
12907         pad_ourselves also in this case, with the 'c' and 's' directives, and
12908         with a different notion of "width".
12909         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
12910
12911 2007-06-10  Bruno Haible  <bruno@clisp.org>
12912
12913         * modules/unistr/u32-mbsnlen: New file.
12914         * lib/unistr/u32-mbsnlen.c: New file.
12915
12916         * modules/unistr/u16-mbsnlen: New file.
12917         * lib/unistr/u16-mbsnlen.c: New file.
12918
12919         * modules/unistr/u8-mbsnlen: New file.
12920         * lib/unistr/u8-mbsnlen.c: New file.
12921
12922         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
12923         declarations.
12924
12925 2007-06-10  Bruno Haible  <bruno@clisp.org>
12926
12927         * lib/string_.h (mbsnlen): New declaration.
12928         * lib/mbsnlen.c: New file.
12929         * m4/mbsnlen.m4: New file.
12930         * modules/mbsnlen: New file.
12931         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
12932         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
12933         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
12934
12935 2007-06-10  Bruno Haible  <bruno@clisp.org>
12936
12937         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
12938
12939 2007-06-10  Bruno Haible  <bruno@clisp.org>
12940
12941         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
12942         * lib/mbuiter.h: Likewise.
12943
12944 2007-06-10  Bruno Haible  <bruno@clisp.org>
12945
12946         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
12947         declaration.
12948
12949 2007-06-10  Karl Berry  <karl@gnu.org>
12950
12951         * config/srclist.txt: remove gettext entries, Bruno prefers
12952         to update individually.
12953
12954 2007-06-10  Bruno Haible  <bruno@clisp.org>
12955
12956         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
12957         'maxlen'. Ensure only length + width bytes are allocated, not
12958         length + 1 + width.
12959
12960 2007-06-09  Bruno Haible  <bruno@clisp.org>
12961
12962         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
12963         (CHAR_T): Remove macro.
12964         (VASNPRINTF): Update.
12965
12966 2007-06-09  Bruno Haible  <bruno@clisp.org>
12967
12968         * MODULES.html.sh (Unicode string functions): Add the new modules.
12969
12970         * modules/uniconv/u32-conv-to-enc: New file.
12971         * lib/uniconv/u32-conv-to-enc.c: New file.
12972         * modules/uniconv/u32-conv-to-enc-tests: New file.
12973         * tests/uniconv/test-u32-conv-to-enc.c: New file.
12974
12975         * modules/uniconv/u16-conv-to-enc: New file.
12976         * lib/uniconv/u16-conv-to-enc.c: New file.
12977         * lib/uniconv/u-conv-to-enc.h: New file.
12978         * modules/uniconv/u16-conv-to-enc-tests: New file.
12979         * tests/uniconv/test-u16-conv-to-enc.c: New file.
12980
12981         * modules/uniconv/u8-conv-to-enc: New file.
12982         * lib/uniconv/u8-conv-to-enc.c: New file.
12983         * modules/uniconv/u8-conv-to-enc-tests: New file.
12984         * tests/uniconv/test-u8-conv-to-enc.c: New file.
12985
12986         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
12987         u32_conv_to_encoding): New declarations.
12988
12989 2007-06-09  Bruno Haible  <bruno@clisp.org>
12990
12991         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
12992
12993 2007-06-09  Bruno Haible  <bruno@clisp.org>
12994
12995         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
12996         * modules/malloca: Renamed from modules/allocsa, updated.
12997         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
12998         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
12999         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
13000         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
13001         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
13002         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
13003         * modules/xmalloca: Renamed from modules/xallocsa, updated.
13004         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
13005         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
13006         * modules/c-strcasestr (Depends-on): Update.
13007         * lib/c-strcasestr.c: Update.
13008         * modules/c-strstr (Depends-on): Update.
13009         * lib/c-strstr.c: Update.
13010         * modules/canonicalize-lgpl (Depends-on): Update.
13011         * lib/canonicalize-lgpl.c: Update.
13012         * modules/clean-temp (Depends-on): Update.
13013         * lib/clean-temp.c: Update.
13014         * modules/csharpcomp (Depends-on): Update.
13015         * lib/csharpcomp.c: Update.
13016         * modules/csharpexec (Depends-on): Update.
13017         * lib/csharpexec.c: Update.
13018         * modules/javacomp (Depends-on): Update.
13019         * lib/javacomp.c: Update.
13020         * modules/javaexec (Depends-on): Update.
13021         * lib/javaexec.c: Update.
13022         * modules/mbscasestr (Depends-on): Update.
13023         * lib/mbscasestr.c: Update.
13024         * modules/mbsstr (Depends-on): Update.
13025         * lib/mbsstr.c: Update.
13026         * modules/setenv (Depends-on): Update.
13027         * lib/setenv.c: Update.
13028         * modules/strcasestr (Depends-on): Update.
13029         * lib/strcasestr.c: Update.
13030         * modules/striconveha (Depends-on): Update.
13031         * lib/striconveha.c: Update.
13032         * modules/relocatable-prog-wrapper (Files): Update.
13033         * lib/relocwrapper.c: Update.
13034         * build-aux/install-reloc: Update.
13035         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
13036
13037 2007-06-08  Bruno Haible  <bruno@clisp.org>
13038
13039         Port to uClibc.
13040         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
13041         * lib/fpurge.c (fpurge): Likewise.
13042         * lib/freading.c (freading): Likewise.
13043         * lib/fseeko.c (rpl_fseeko): Likewise.
13044         * lib/fseterr.c (fseterr): Likewise.
13045         * lib/fwriting.c (fwriting): Likewise.
13046         * tests/test-fflush.c (main): Avoid a failure on uClibc.
13047
13048 2007-06-08  Bruno Haible  <bruno@clisp.org>
13049
13050         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
13051         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
13052         * modules/gettext (Files): Add m4/intlmacosx.m4.
13053
13054 2007-06-07  Bruno Haible  <bruno@clisp.org>
13055
13056         * modules/localename-tests: New file.
13057         * tests/test-localename.c: New file.
13058
13059         New module 'localename'.
13060         * lib/localename.h: New file.
13061         * lib/localename.c: New file, from GNU gettext.
13062         * m4/localename.m4: New file.
13063         * modules/localename: New file.
13064
13065 2007-06-07  Bruno Haible  <bruno@clisp.org>
13066
13067         Work around the lack of <wchar.h> on some builds of uClibc.
13068         * doc/headers/wchar.texi: Update.
13069         * lib/wchar_.h: Include <wchar.h> only if it exists.
13070         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
13071         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
13072         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
13073         doesn't exist.
13074         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
13075         * modules/mbfile (Depends-on): Add wchar.
13076         * modules/mbiter (Depends-on): Likewise.
13077         * modules/mbuiter (Depends-on): Likewise.
13078         Reported by Simon Josefsson.
13079
13080 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
13081
13082         Work around problem reported by Steven M. Schweda in
13083         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
13084         Tru64 5.1B with the Compaq compiler environment installed declares
13085         an 'isblank' function but does not define it in the C library.
13086         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
13087         * lib/regex_internal.h (isblank): Likewise.
13088         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
13089         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
13090
13091 2007-06-05  Bruno Haible  <bruno@clisp.org>
13092
13093         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
13094         ia64.
13095         * modules/printf-safe: New file.
13096         * modules/fprintf-posix (Depends-on): Add printf-safe.
13097         * modules/printf-posix (Depends-on): Likewise.
13098         * modules/snprintf-posix (Depends-on): Likewise.
13099         * modules/sprintf-posix (Depends-on): Likewise.
13100         * modules/vasnprintf-posix (Depends-on): Likewise.
13101         * modules/vasprintf-posix (Depends-on): Likewise.
13102         * modules/vfprintf-posix (Depends-on): Likewise.
13103         * modules/vprintf-posix (Depends-on): Likewise.
13104         * modules/vsnprintf-posix (Depends-on): Likewise.
13105         * modules/vsprintf-posix (Depends-on): Likewise.
13106         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
13107         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
13108         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
13109         "no" on i386, x86_64, ia64.
13110         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
13111         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
13112         on i386, x86_64, ia64.
13113         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
13114         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
13115         on i386, x86_64, ia64.
13116         * tests/test-vasnprintf-posix.c: Include float.h.
13117         (LDBL80_WORDS): New macro.
13118         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
13119         on i386, x86_64, ia64.
13120         * tests/test-vasprintf-posix.c: Include float.h.
13121         (LDBL80_WORDS): New macro.
13122         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
13123         on i386, x86_64, ia64.
13124         * tests/test-snprintf-posix.c: Include float.h.
13125         * tests/test-sprintf-posix.c: Likewise.
13126         * tests/test-vsnprintf-posix.c: Likewise.
13127         * tests/test-vsprintf-posix.c: Likewise.
13128
13129 2007-06-05  Bruno Haible  <bruno@clisp.org>
13130
13131         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
13132         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
13133         non-IEEE numbers on i386, x86_64, ia64.
13134         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
13135         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
13136         * tests/test-isnanl.h: Include float.h.
13137         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
13138
13139 2007-06-05  Bruno Haible  <bruno@clisp.org>
13140
13141         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
13142         also the %a / %A. Handle the %a / %A code before this extra handling.
13143
13144 2007-06-05  Bruno Haible  <bruno@clisp.org>
13145
13146         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
13147         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
13148
13149 2007-06-05  Bruno Haible  <bruno@clisp.org>
13150
13151         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
13152         typo in variable name.
13153
13154 2007-06-05  Eric Blake  <ebb9@byu.net>
13155
13156         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
13157         Reported by Simon Josefsson.
13158
13159 2007-06-04  Bruno Haible  <bruno@clisp.org>
13160
13161         Avoid test failures on some PowerPC platforms.
13162         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
13163         Define differently for PowerPC.
13164         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
13165         Reported by Gary V. Vaughan <gary@gnu.org>.
13166
13167 2007-06-02  Bruno Haible  <bruno@clisp.org>
13168
13169         Fix test-stdint failure on FreeBSD/ia64.
13170         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
13171         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
13172         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
13173         * doc/headers/stdint.texi: Update.
13174
13175 2007-06-01  Bruno Haible  <bruno@clisp.org>
13176
13177         * tests/test-binary-io.c (main): Pass a third argument to open().
13178         Reported by Gary V. Vaughan <gary@gnu.org>.
13179
13180 2007-06-01  Bruno Haible  <bruno@clisp.org>
13181
13182         * doc/functions/frexpl.texi: Update for mingw.
13183
13184 2007-06-01  Bruno Haible  <bruno@clisp.org>
13185
13186         * tests/test-lseek.c (main): Disable test of errno for invalid third
13187         argument.
13188         * doc/functions/lseek.texi: Update.
13189         Reported by Gary V. Vaughan <gary@gnu.org>.
13190
13191 2007-05-28  Bruno Haible  <bruno@clisp.org>
13192
13193         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
13194
13195 2007-05-31  Eric Blake  <ebb9@byu.net>
13196
13197         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
13198         cross compiling.
13199
13200 2007-05-30  Eric Blake  <ebb9@byu.net>
13201         and Bruno Haible  <bruno@clisp.org>
13202
13203         Work around mingw test failures exposed by m4-1.4.9b.
13204         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
13205         * tests/test-unistd.c: Disable uid_t and git_t tests for the
13206         moment.
13207
13208 2007-05-30  Bruno Haible  <bruno@clisp.org>
13209
13210         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
13211         assuming that they are closed. Needed on HP-UX 11.
13212
13213 2007-05-29  Bruno Haible  <bruno@clisp.org>
13214
13215         Fix a problem with #include_next.
13216         * lib/dirent_.h: Split the double-inclusion guard.
13217         * lib/fcntl_.h: Likewise.
13218         * lib/float_.h: Likewise.
13219         * lib/iconv_.h: Likewise.
13220         * lib/inttypes_.h: Likewise.
13221         * lib/locale_.h: Likewise.
13222         * lib/math_.h: Likewise.
13223         * lib/netinet_in_.h: Likewise.
13224         * lib/search_.h: Likewise.
13225         * lib/signal_.h: Likewise.
13226         * lib/stdint_.h: Likewise.
13227         * lib/stdio_.h: Likewise.
13228         * lib/stdlib_.h: Likewise.
13229         * lib/string_.h: Likewise.
13230         * lib/sys_select_.h: Likewise.
13231         * lib/sys_socket_.h: Likewise.
13232         * lib/sys_stat_.h: Likewise.
13233         * lib/sys_time_.h: Likewise.
13234         * lib/sysexits_.h: Likewise.
13235         * lib/time_.h: Likewise.
13236         * lib/unistd_.h: Likewise.
13237         * lib/wchar_.h: Likewise.
13238         * lib/wctype_.h: Likewise.
13239
13240 2007-05-29  Bruno Haible  <bruno@clisp.org>
13241
13242         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
13243         for the moment.
13244
13245 2007-05-29  Bruno Haible  <bruno@clisp.org>
13246
13247         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
13248         invocation.
13249         Reported by Eric Blake.
13250
13251 2007-05-29  Bruno Haible  <bruno@clisp.org>
13252
13253         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
13254         compiling case.
13255
13256 2007-05-29  Eric Blake  <ebb9@byu.net>
13257             Bruno Haible  <bruno@clisp.org>
13258
13259         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
13260         cross compiles.
13261
13262 2007-05-28  Eric Blake  <ebb9@byu.net>
13263
13264         * modules/closein-tests (test_closein_LDADD): Support test on
13265         cygwin with libtool.
13266
13267 2007-05-28  Bruno Haible  <bruno@clisp.org>
13268
13269         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
13270         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
13271         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
13272         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
13273         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
13274         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
13275         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
13276         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
13277         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
13278
13279 2007-05-28  Eric Blake  <ebb9@byu.net>
13280
13281         Unconditionally include <config.h> in unit tests.
13282         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
13283         * tests/test-allocsa.c, tests/test-arcfour.c,
13284         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
13285         tests/test-array_list.c, tests/test-array_oset.c,
13286         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
13287         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
13288         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
13289         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
13290         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
13291         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
13292         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
13293         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
13294         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
13295         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
13296         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
13297         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
13298         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
13299         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
13300         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
13301         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
13302         test-md5.c, test-memmem.c, test-printf-posix.c,
13303         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
13304         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
13305         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
13306         test-strcasestr.c, test-striconv.c, test-striconveh.c,
13307         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
13308         test-vasnprintf-posix2.c, test-vasnprintf.c,
13309         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
13310         test-vfprintf-posix.c, test-vprintf-posix.c,
13311         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
13312         test-xvasprintf.c: Likewise.
13313
13314 2007-05-28  Bruno Haible  <bruno@clisp.org>
13315
13316         * gnulib-tool (func_import): Remember the --with-tests command-line
13317         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
13318         Reported by Eric Blake.
13319
13320 2007-05-28  Bruno Haible  <bruno@clisp.org>
13321
13322         * modules/ftell-tests: New file.
13323         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
13324         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
13325
13326         * lib/ftell.c: New file.
13327         * modules/ftell: New file.
13328         * m4/ftell.m4: New file.
13329         * doc/functions/ftell.texi: Update.
13330         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
13331         REPLACE_FTELL.
13332         * lib/stdio_.h (rpl_ftell): New declaration.
13333         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
13334         REPLACE_FTELL.
13335
13336 2007-05-28  Eric Blake  <ebb9@byu.net>
13337
13338         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
13339
13340 2007-05-28  Bruno Haible  <bruno@clisp.org>
13341
13342         * modules/fseek-tests: New file.
13343         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
13344         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
13345
13346         * lib/fseek.c: New file.
13347         * modules/fseek: New file.
13348         * m4/fseek.m4: New file.
13349         * doc/functions/fseek.texi: Update.
13350         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
13351         REPLACE_FSEEK.
13352         * lib/stdio_.h (rpl_fseek): New declaration.
13353         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
13354         REPLACE_FSEEK.
13355
13356 2007-05-28  Bruno Haible  <bruno@clisp.org>
13357
13358         * lib/stdio_.h (fflush): More comments.
13359
13360 2007-05-28  Bruno Haible  <bruno@clisp.org>
13361
13362         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
13363         runtime test.
13364
13365 2007-05-28  Eric Blake  <ebb9@byu.net>
13366
13367         Improve lseek module.
13368         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
13369         * lib/unistd_.h (lseek): Scale back link warning message.
13370         * tests/test-lseek.c: Beef up test.
13371         * tests/test-lseek.sh: Exercise more facets of lseek.
13372         Reported by Bruno Haible.
13373
13374 2007-05-28  Bruno Haible  <bruno@clisp.org>
13375
13376         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
13377         to define.
13378
13379 2007-05-27  Bruno Haible  <bruno@clisp.org>
13380
13381         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
13382
13383 2007-05-27  Bruno Haible  <bruno@clisp.org>
13384
13385         * modules/openmp: New file.
13386         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
13387         Noah Misch.
13388
13389 2007-05-26  Bruno Haible  <bruno@clisp.org>
13390
13391         * modules/chdir-long (Depends-on): Add fchdir.
13392         * modules/chdir-safer (Depends-on): Likewise.
13393         * modules/fts (Depends-on): Likewise.
13394         * modules/fts-lgpl (Depends-on): Likewise.
13395         * modules/openat (Depends-on): Likewise.
13396         * modules/savewd (Depends-on): Likewise.
13397
13398 2007-05-24  Eric Blake  <ebb9@byu.net>
13399
13400         Fix lseek on mingw.
13401         * modules/lseek: New module.
13402         * m4/lseek.m4: New file.
13403         * lib/lseek.c: New file.
13404         * modules/lseek-tests: New file.
13405         * tests/test-lseek.c: New file.
13406         * tests/test-lseek.sh: New file.
13407         * MODULES.html.sh: Document lseek module.
13408         * modules/fflush (Depends-on): Add lseek, fseeko.
13409         * modules/fseeko (Depends-on): Likewise.
13410         * modules/ftello (Depends-on): Likewise.
13411         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
13412         broken.
13413         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
13414         broken.
13415         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
13416         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
13417         * lib/ftello.c (rpl_ftello): Likewise.
13418         * tests/test-fseeko.c (main): Test this.
13419         * tests/test-fseeko.sh: Likewise.
13420         * tests/test-ftello.c (main): Likewise.
13421         * tests/test-ftello.sh: Likewise.
13422         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
13423         implies replacing fseek.
13424         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
13425         HAVE_FTELLO.
13426         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
13427         * modules/unistd (Makefile.am): Likewise.
13428         * lib/unistd_.h (lseek): Declare a replacement.
13429         * doc/functions/lseek.texi (lseek): Document this fix.
13430         * doc/functions/fseek.texi (fseek): Likewise.
13431         * doc/functions/ftell.texi (ftell): Likewise.
13432
13433 2007-05-24  Bruno Haible  <bruno@clisp.org>
13434
13435         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
13436         in the printed representation of a NaN.
13437         * tests/test-vasprintf-posix.c (test_function): Likewise.
13438         * tests/test-snprintf-posix.h (test_function): Likewise.
13439         * tests/test-sprintf-posix.h (test_function): Likewise.
13440         Reported by Eric Blake.
13441
13442 2007-05-23  Eric Blake  <ebb9@byu.net>
13443
13444         Fix fseeko/ftello on cygwin 1.5.24.
13445         * doc/functions/fseeko.texi (fseeko): Document the fix.
13446         * doc/functions/ftello.texi (ftello): Document the fix.
13447         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
13448         * doc/functions/stdout.text (stdout): New file.
13449         * doc/functions/stderr.text (stderr): New file.
13450         * doc/gnulib.texi (Function Substitutes): Use new files.
13451         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
13452         prior to 1.7.0.
13453         * tests/test-ftello.c (main): Likewise for ftello.
13454         * tests/test-fseeko.sh: New file.
13455         * tests/test-ftello.sh: New file.
13456         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
13457         with seekable stdin.
13458         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
13459         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
13460         (gl_REPLACE_FSEEKO): New macro.
13461         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
13462         * modules/fseeko (Files): Distribute fseeko.c.
13463         * modules/ftello (Files): Distribute ftello.c.
13464         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
13465         mode.
13466         * lib/ftello.c (rpl_ftello): New file.
13467         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
13468         fseeko, ftello.
13469         (gl_STDIN_LARGE_OFFSET): New macro.
13470         * modules/stdio (Makefile.am): Perform the replacement.
13471         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
13472
13473 2007-05-23  Bruno Haible  <bruno@clisp.org>
13474
13475         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
13476         GNULIB_POSIXCHECK is defined.
13477
13478 2007-05-21  Bruno Haible  <bruno@clisp.org>
13479
13480         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
13481         Check also the output for NaN arguments. When cross-compiling, guess
13482         no on IRIX.
13483         * lib/vasnprintf.c: Update comments.
13484         * tests/test-vasnprintf-posix.c (strisnan): New function.
13485         (test_function): Use it.
13486         * tests/test-vasprintf-posix.c (strisnan): New function.
13487         (test_function): Use it.
13488         * tests/test-snprintf-posix.h (strisnan): New function.
13489         (test_function): Use it.
13490         * tests/test-sprintf-posix.h (strisnan): New function.
13491         (test_function): Use it.
13492         Reported by Eric Blake.
13493
13494 2007-05-20  Bruno Haible  <bruno@clisp.org>
13495
13496         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
13497         numbers that fails on BeOS.
13498         * doc/functions/frexpl.texi: Update.
13499
13500 2007-05-20  Jim Meyering  <jim@meyering.net>
13501
13502         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
13503         forced upon us by glibc-2.6.
13504
13505 2007-05-20  Bruno Haible  <bruno@clisp.org>
13506
13507         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
13508         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
13509         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
13510         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
13511         NEED_PRINTF_INFINITE.
13512         (is_infinitel): New function.
13513         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
13514         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
13515         gl_PREREQ_VASNPRINTF_INFINITE.
13516         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
13517         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
13518         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
13519         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
13520         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
13521         gl_PREREQ_VASNPRINTF_INFINITE.
13522         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
13523         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13524         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13525         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13526         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13527         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13528         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13529         * doc/functions/fprintf.texi: Update.
13530         * doc/functions/printf.texi: Update.
13531         * doc/functions/snprintf.texi: Update.
13532         * doc/functions/sprintf.texi: Update.
13533         * doc/functions/vfprintf.texi: Update.
13534         * doc/functions/vprintf.texi: Update.
13535         * doc/functions/vsnprintf.texi: Update.
13536         * doc/functions/vsprintf.texi: Update.
13537
13538 2007-05-20  Bruno Haible  <bruno@clisp.org>
13539
13540         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
13541         was not found in libc.
13542         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
13543
13544 2007-05-20  Bruno Haible  <bruno@clisp.org>
13545
13546         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
13547         printed as "-nan" instead of "nan".
13548         * tests/test-vasprintf-posix.c (test_function): Likewise.
13549         * tests/test-snprintf-posix.h (test_function): Likewise.
13550         * tests/test-sprintf-posix.h (test_function): Likewise.
13551         Needed for HP-UX 11.
13552
13553 2007-05-20  Jim Meyering  <jim@meyering.net>
13554
13555         Fix buggy test for the fchownat-deref bug.
13556         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
13557         symlink required for the run-test.  Without it, this test would
13558         always declare that fchownat doesn't work, and client code would
13559         unnecessarily use the replacement function with fixed libc.
13560         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
13561         Reported by Greg Schafer.
13562
13563 2007-05-19  Bruno Haible  <bruno@clisp.org>
13564
13565         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
13566         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
13567         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
13568         Needed for IRIX 6.5 and Solaris 2.5.1.
13569
13570 2007-05-19  Bruno Haible  <bruno@clisp.org>
13571
13572         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
13573         (test_function): Skip tests involving -0.0 on platforms where
13574         -0.0 = 0.0.
13575         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
13576         (test_function): Skip tests involving -0.0 on platforms where
13577         -0.0 = 0.0.
13578         * tests/test-snprintf-posix.h (have_minus_zero): New function.
13579         (test_function): Skip tests involving -0.0 on platforms where
13580         -0.0 = 0.0.
13581         * tests/test-sprintf-posix.h (have_minus_zero): New function.
13582         (test_function): Skip tests involving -0.0 on platforms where
13583         -0.0 = 0.0.
13584         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
13585         tests.
13586         * tests/test-printf-posix.h (test_function): Likewise.
13587         * tests/test-printf-posix.output: Remove all -0.0 related results.
13588         Needed for IRIX 6.5.
13589
13590 2007-05-19  Bruno Haible  <bruno@clisp.org>
13591
13592         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
13593         printed as "nan0x7fffffff" instead of "nan".
13594         * tests/test-vasprintf-posix.c (test_function): Likewise.
13595         * tests/test-snprintf-posix.h (test_function): Likewise.
13596         * tests/test-sprintf-posix.h (test_function): Likewise.
13597         * tests/test-fprintf-posix.h (NaN): Remove macro.
13598         (test_function): Remove all NaN related tests.
13599         * tests/test-printf-posix.h (NaN): Remove macro.
13600         (test_function): Remove all NaN related tests.
13601         * tests/test-printf-posix.output: Remove all NaN related results.
13602         Needed for IRIX 6.5.
13603
13604 2007-05-19  Bruno Haible  <bruno@clisp.org>
13605
13606         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
13607         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
13608
13609 2007-05-19  Bruno Haible  <bruno@clisp.org>
13610
13611         * lib/float_.h: New file.
13612         * m4/float_h.m4: New file.
13613         * modules/float: New file.
13614         * modules/isnanl (Dependencies): Add float.
13615         * modules/isnanl-nolibm (Dependencies): Likewise.
13616         * modules/mathl (Dependencies): Likewise.
13617         * modules/printf-frexpl (Dependencies): Likewise.
13618         * modules/signbit (Dependencies): Likewise.
13619         * modules/vasnprintf (Dependencies): Likewise.
13620         * doc/headers/float.texi: Update.
13621
13622 2007-05-19  Jim Meyering  <jim@meyering.net>
13623
13624         * lib/utimens.c (gl_futimens): Rename from futimens,
13625         now that glibc-2.6 declares futimens.
13626         * lib/utimens.h: Likewise.
13627
13628 2007-05-19  Bruno Haible  <bruno@clisp.org>
13629
13630         Avoid test failures on mingw.
13631         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
13632         * tests/test-printf-posix.sh: Likewise.
13633         * tests/test-vfprintf-posix.sh: Likewise.
13634         * tests/test-vprintf-posix.sh: Likewise.
13635
13636 2007-05-19  Bruno Haible  <bruno@clisp.org>
13637
13638         Fix *printf result for NaN, Inf, -0.0 on mingw.
13639         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
13640         * lib/vasnprintf.c: Include math.h and isnan.h.
13641         (is_infinite_or_zero): New function.
13642         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
13643         values in the %f, %F, %e, %E, %g, %G directives.
13644         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
13645         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
13646         gl_PRINTF_INFINITE and test its result. Invoke
13647         gl_PREREQ_VASNPRINTF_INFINITE.
13648         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
13649         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13650         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13651         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13652         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13653         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13654         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13655         * doc/functions/fprintf.texi: Update.
13656         * doc/functions/printf.texi: Update.
13657         * doc/functions/snprintf.texi: Update.
13658         * doc/functions/sprintf.texi: Update.
13659         * doc/functions/vfprintf.texi: Update.
13660         * doc/functions/vprintf.texi: Update.
13661         * doc/functions/vsnprintf.texi: Update.
13662         * doc/functions/vsprintf.texi: Update.
13663
13664 2007-05-19  Bruno Haible  <bruno@clisp.org>
13665
13666         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
13667         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
13668         Instead of multiplying with 10^k, set extra_zeroes to k.
13669         (scale10_round_long_double): Remove function.
13670
13671 2007-05-18  Bruno Haible  <bruno@clisp.org>
13672
13673         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
13674         introduced on 2007-05-06.
13675
13676 2007-05-18  Bruno Haible  <bruno@clisp.org>
13677
13678         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
13679         %g directives.
13680         * tests/test-vasprintf-posix.c (test_function): Likewise.
13681         * tests/test-snprintf-posix.h (test_function): Likewise.
13682         * tests/test-sprintf-posix.h (test_function): Likewise.
13683
13684 2007-05-18  Bruno Haible  <bruno@clisp.org>
13685
13686         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
13687         (strmatch): New function.
13688         (test_function): Test the %f directive on numbers of various exponents.
13689         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
13690         (strmatch): New function.
13691         (test_function): Test the %f directive on numbers of various exponents.
13692         * tests/test-snprintf-posix.h (strmatch): New function.
13693         (test_function): Test the %f directive on numbers of various exponents.
13694         * tests/test-sprintf-posix.h (strmatch): New function.
13695         (test_function): Test the %f directive on numbers of various exponents.
13696         * tests/test-snprintf-posix.c (SIZEOF): New macro.
13697         * tests/test-sprintf-posix.c (SIZEOF): New macro.
13698         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
13699         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
13700
13701 2007-05-18  Bruno Haible  <bruno@clisp.org>
13702
13703         Add support for 'long double' number output.
13704         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
13705         * lib/vasnprintf.c: Include math.h and float+.h.
13706         (mp_limb_t): New type.
13707         (GMP_LIMB_BITS): New macro.
13708         (mp_twolimb_t): New type.
13709         (GMP_TWOLIMB_BITS): New macro.
13710         (mpn_t): New type.
13711         (multiply, divide, convert_to_decimal, decode_long_double,
13712         scale10_round_long_double, scale10_round_decimal_long_double,
13713         floorlog10l): New functions.
13714         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
13715         for the %f, %F, %e, %E, %g, %G directives.
13716         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
13717         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
13718         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
13719         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
13720         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
13721         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13722         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13723         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13724         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13725         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13726         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13727         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
13728         * modules/snprintf-posix (Depends-on): Likewise.
13729         * modules/sprintf-posix (Depends-on): Likewise.
13730         * modules/vasnprintf-posix (Depends-on): Likewise.
13731         * modules/vasprintf-posix (Depends-on): Likewise.
13732         * modules/vfprintf-posix (Depends-on): Likewise.
13733         * modules/vsnprintf-posix (Depends-on): Likewise.
13734         * modules/vsprintf-posix (Depends-on): Likewise.
13735         * modules/vasnprintf (Files): Add lib/float+.h.
13736         * doc/functions/fprintf.texi: Update.
13737         * doc/functions/printf.texi: Update.
13738         * doc/functions/snprintf.texi: Update.
13739         * doc/functions/sprintf.texi: Update.
13740         * doc/functions/vfprintf.texi: Update.
13741         * doc/functions/vprintf.texi: Update.
13742         * doc/functions/vsnprintf.texi: Update.
13743         * doc/functions/vsprintf.texi: Update.
13744
13745 2007-05-18  Bruno Haible  <bruno@clisp.org>
13746
13747         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
13748
13749 2007-05-18  Bruno Haible  <bruno@clisp.org>
13750
13751         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
13752         for printing 64-bit integers. Needed for mingw.
13753
13754 2007-05-18  Bruno Haible  <bruno@clisp.org>
13755
13756         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
13757         gl_FUNC_FREXPL_WORKS.
13758         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
13759
13760 2007-05-18  Bruno Haible  <bruno@clisp.org>
13761
13762         * modules/frexpl-nolibm-tests: New file.
13763
13764         * modules/frexpl-nolibm: New file.
13765         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
13766
13767 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
13768
13769         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
13770         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
13771         GCC 4.2, which otherwise issues a lot of warnings.
13772         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
13773         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
13774         Likewise.
13775         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
13776         * modules/iconv_open (iconv.h): Likewise.
13777         * modules/locale (locale.h): Likewise.
13778         * modules/netinet_in (netinet/in.h): Likewise.
13779         * modules/sys_select (sys_select.h): Likewise.
13780         * modules/sys_socket (sys/socket.h): Likewise.
13781         * modules/sys_stat (sys/stat.h): Likewise.
13782         * modules/sysexits (sysexits.h): Likewise.
13783         * modules/unistd (unistd.h): Likewise.
13784
13785 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13786
13787         * modules/closein-tests (Makefile.am): Distribute
13788         `test-closein.sh'.
13789
13790 2007-05-17  Bruno Haible  <bruno@clisp.org>
13791
13792         * tests/test-printf-posix.output: Renamed from
13793         tests/test-fprintf-posix.out.
13794         * modules/fprintf-posix-tests: Update.
13795         * modules/printf-posix-tests: Update.
13796         * modules/vfprintf-posix-tests: Update.
13797         * modules/vprintf-posix-tests: Update.
13798         * tests/test-fprintf-posix.sh: Update.
13799         * tests/test-printf-posix.sh: Update.
13800         * tests/test-vfprintf-posix.sh: Update.
13801         * tests/test-vprintf-posix.sh: Update.
13802         Reported by Ralf Wildenhues.
13803
13804 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
13805
13806         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
13807         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
13808         GCC 4.2, which otherwise issues a lot of warnings.
13809         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
13810         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
13811         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
13812         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
13813         it should no longer be needed.
13814         * lib/string_.h: Likewise.
13815         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
13816         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
13817         * modules/inttypes (inttypes.h): Likewise.
13818         * modules/math (math.h): Likewise.
13819         * modules/search (search.h): Likewise.
13820         * modules/signal (signal.h): Likewise.
13821         * modules/stdint (stdint.h): Likewise.
13822         * modules/stdio (stdio.h): Likewise.
13823         * modules/stdlib (stdlib.h): Likewise.
13824         * modules/string (string.h): Likewise.
13825         * modules/sys_time (sys/time.h): Likewise.
13826         * modules/time (time.h): Likewise.
13827         * modules/wchar (wchar.h): Likewise.
13828         * modules/wctype (wtype.h): Likewise.
13829
13830 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
13831
13832         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
13833
13834 2007-05-13  Bruno Haible  <bruno@clisp.org>
13835
13836         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
13837         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
13838         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
13839         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
13840         (gl_PREREQ_STRTOK_R): Don't require it here.
13841
13842 2007-05-13  Bruno Haible  <bruno@clisp.org>
13843
13844         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
13845         when used in C++ mode.
13846
13847 2007-05-12  Bruno Haible  <bruno@clisp.org>
13848
13849         * lib/linebuffer.h: Tweak doc.
13850         * lib/linebuffer.c: Likewise.
13851
13852 2007-05-12  James Youngman  <jay@gnu.org>
13853
13854         * lib/linebuffer.c (readlinebuffer_delim): New function,
13855         like readlinebuffer, but use a caller-specified delimiter.
13856         (readlinebuffer): Just call readlinebuffer_delim with '\n'
13857         as the delimiter.
13858         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
13859
13860 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13861
13862         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
13863         * modules/openat (Files): Remove openat-die.c.
13864         (Depends-on): Add openat-die.
13865         * modules/openat-die: New module.
13866
13867 2007-05-06  Bruno Haible  <bruno@clisp.org>
13868
13869         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
13870         Update with info about Cygwin.
13871         * doc/functions/fprintf.texi: Update.
13872         * doc/functions/printf.texi: Update.
13873         * doc/functions/snprintf.texi: Update.
13874         * doc/functions/sprintf.texi: Update.
13875         * doc/functions/vfprintf.texi: Update.
13876         * doc/functions/vprintf.texi: Update.
13877         * doc/functions/vsnprintf.texi: Update.
13878         * doc/functions/vsprintf.texi: Update.
13879         Reported by Eric Blake.
13880
13881 2007-05-06  Bruno Haible  <bruno@clisp.org>
13882
13883         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
13884         padding ourselves for the floating-point directives.
13885         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
13886         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
13887         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
13888         gl_PRINTF_FLAG_ZERO and test its result. Invoke
13889         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
13890         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13891         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
13892         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13893         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13894         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13895         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13896         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13897         * tests/test-snprintf-posix.h (test_function): Also check the width
13898         and some flags in the %f directive.
13899         * tests/test-sprintf-posix.h (test_function): Likewise.
13900         * tests/test-vasnprintf-posix.c (test_function): Likewise.
13901         * tests/test-vasprintf-posix.c (test_function): Likewise.
13902         * doc/functions/fprintf.texi: Update.
13903         * doc/functions/printf.texi: Update.
13904         * doc/functions/snprintf.texi: Update.
13905         * doc/functions/sprintf.texi: Update.
13906         * doc/functions/vfprintf.texi: Update.
13907         * doc/functions/vprintf.texi: Update.
13908         * doc/functions/vsnprintf.texi: Update.
13909         * doc/functions/vsprintf.texi: Update.
13910
13911 2007-05-06  Bruno Haible  <bruno@clisp.org>
13912
13913         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
13914         pass the ' flag character to sprintf or snprintf.
13915         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
13916         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
13917         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
13918         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
13919         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
13920         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13921         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
13922         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13923         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13924         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13925         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13926         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13927         * tests/test-snprintf-posix.h (test_function): Also check the grouping
13928         flag.
13929         * tests/test-sprintf-posix.h (test_function): Likewise.
13930         * tests/test-vasnprintf-posix.c (test_function): Likewise.
13931         * tests/test-vasprintf-posix.c (test_function): Likewise.
13932         * doc/functions/fprintf.texi: Update.
13933         * doc/functions/printf.texi: Update.
13934         * doc/functions/snprintf.texi: Update.
13935         * doc/functions/sprintf.texi: Update.
13936         * doc/functions/vfprintf.texi: Update.
13937         * doc/functions/vprintf.texi: Update.
13938         * doc/functions/vsnprintf.texi: Update.
13939         * doc/functions/vsprintf.texi: Update.
13940
13941 2007-05-01  Bruno Haible  <bruno@clisp.org>
13942
13943         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
13944
13945 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
13946
13947         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
13948         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
13949
13950 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13951
13952         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
13953         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
13954         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
13955
13956 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
13957
13958         * lib/argp-help.c (struct hol_entry): New member `ord'.
13959         (HOL_ENTRY_PTRCMP): Use ord for comparison
13960         (hol_sort): Initialize ord.
13961
13962 2007-05-01  Bruno Haible  <bruno@clisp.org>
13963
13964         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
13965         Reported by Eric Blake.
13966         * doc/gnulib.texi (Function Substitutes): Update.
13967
13968 2007-05-01  Bruno Haible  <bruno@clisp.org>
13969
13970         * doc/functions.texi: Remove file, now redundant through
13971         doc/functions/*.texi.
13972
13973 2007-05-01  Bruno Haible  <bruno@clisp.org>
13974
13975         * modules/argp (Depends-on): Add sleep.
13976
13977 2007-05-01  Bruno Haible  <bruno@clisp.org>
13978
13979         * modules/sleep-tests: New file.
13980         * tests/test-sleep.c: New file.
13981
13982         * modules/sleep: New file.
13983         * lib/sleep.c: New file.
13984         * m4/sleep.m4: New file.
13985         * lib/unistd_.h (sleep): New declaration.
13986         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
13987         HAVE_SLEEP.
13988         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
13989         * doc/functions/sleep.texi: Document the sleep module.
13990
13991 2007-05-01  Bruno Haible  <bruno@clisp.org>
13992
13993         * lib/sigprocmask.h: Remove file.
13994         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
13995         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
13996         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
13997         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
13998         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
13999         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
14000         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
14001         HAVE_SIGSET_T as a shell variable.
14002         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
14003         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
14004         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
14005         (Depends-on): Add signal. Remove verify.
14006         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
14007         (Include): Mention <signal.h> instead of sigprocmask.h.
14008         * NEWS: Mention the change.
14009         * lib/fatal-signal.c: Don't include sigprocmask.h.
14010
14011 2007-05-01  Bruno Haible  <bruno@clisp.org>
14012
14013         * modules/signal: New file.
14014         * lib/signal_.h: New file.
14015         * m4/signal_h.m4: New file.
14016
14017 2007-05-01  Bruno Haible  <bruno@clisp.org>
14018
14019         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
14020         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
14021         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
14022         HAVE_WCTYPE_CTMP_BUG into wctype.h.
14023
14024 2007-05-01  Bruno Haible  <bruno@clisp.org>
14025
14026         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
14027         configure time.
14028         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
14029         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
14030         * modules/sys_stat (Makefile.am): Substitute their values into
14031         sys/stat.h.
14032
14033 2007-05-01  Bruno Haible  <bruno@clisp.org>
14034
14035         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
14036         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
14037         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
14038
14039 2007-05-01  Bruno Haible  <bruno@clisp.org>
14040
14041         * doc/header/assert.texi: Undo last change: don't mention the gnulib
14042         'assert' module here.
14043
14044 2007-05-01  Bruno Haible  <bruno@clisp.org>
14045
14046         * doc/functions/*.texi: New files.
14047         * doc/functions/google-ranking.txt: New file.
14048         * doc/gnulib.texi (Function Substitutes): New chapter.
14049         (ctime, inet_ntoa): Remove sections.
14050         * doc/ctime.texi: Remove file.
14051         * doc/inet_ntoa.texi: Remove file.
14052         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
14053         dependencies.
14054         (%.info): New rule, specifying a --reference-limit.
14055
14056 2007-05-01  Bruno Haible  <bruno@clisp.org>
14057
14058         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
14059
14060 2007-05-01  Bruno Haible  <bruno@clisp.org>
14061
14062         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
14063         the portability of 'mkdir' to mingw systems.
14064
14065 2007-05-01  Bruno Haible  <bruno@clisp.org>
14066
14067         * doc/headers/google-ranking.txt: New file.
14068
14069 2007-04-30  Eric Blake  <ebb9@byu.net>
14070
14071         Prefer fseeko to fseek.
14072         * modules/getpass (Depends-on): Add fseeko.
14073         * lib/getpass.c (getpass): Use fseeko, not fseek.
14074
14075 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
14076
14077         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
14078         assumes the sorting is stable, while most qsort implementations
14079         are not.  Use argument addresses to ensure they never compare as
14080         equal.
14081
14082         * tests/test-argp-2.sh (usage-indent test): Fix output
14083         (func_compare): Restore diff options
14084         * tests/test-argp.c: Restore #include "progname.h"
14085
14086 2007-04-29  Bruno Haible  <bruno@clisp.org>
14087
14088         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
14089         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
14090         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
14091         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14092         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
14093         (configure.ac): Define CHECK_SNPRINTF_POSIX.
14094         (TESTS, check_PROGRAMS): Add test-snprintf.
14095         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
14096         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
14097         (TESTS, check_PROGRAMS): Add test-vsnprintf.
14098         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
14099         assertions that fail on HP-UX, OSF/1, or IRIX.
14100         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
14101
14102 2007-04-29  Bruno Haible  <bruno@clisp.org>
14103
14104         * MODULES.html.sh (posix_functions): Remove 'contents'.
14105
14106 2007-04-29  Karl Berry  <karl@gnu.org>
14107
14108         * config/srclist.txt (gendocs_template_min): new entry.
14109
14110 2007-04-29  Bruno Haible  <bruno@clisp.org>
14111
14112         Work around fpurge bug on BSD systems.
14113         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
14114         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
14115         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
14116         fpurge to rpl_fpurge if the system already has this function.
14117         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
14118         the case where the system already has this function. Correct invariants
14119         on BSD systems.
14120         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
14121         BSD systems.
14122
14123 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
14124
14125         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
14126         proposed by Sven Verdoolaege.
14127
14128         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
14129         options.
14130         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
14131         (usage and help tests): Update
14132
14133 2007-04-29  Bruno Haible  <bruno@clisp.org>
14134
14135         * tests/test-fflush.c (main): Use a file of size 17, not 10.
14136         Print more information in case of failure. Disable a test on BeOS.
14137
14138 2007-04-29  Bruno Haible  <bruno@clisp.org>
14139
14140         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
14141         This helps debugging on systems on which no gdb is available.
14142
14143 2007-04-29  Bruno Haible  <bruno@clisp.org>
14144
14145         * lib/freading.h: Improve comments.
14146         * lib/fwriting.h: Likewise.
14147         * tests/test-freading.c (main): Don't check freading immediately after
14148         repositioning. Needed for glibc.
14149
14150 2007-04-29  Bruno Haible  <bruno@clisp.org>
14151
14152         * lib/freading.c (freading): Trivial simplification.
14153
14154 2007-04-28  Bruno Haible  <bruno@clisp.org>
14155
14156         * tests/test-fwriting.c (main): Also test the interaction between
14157         fflush and fwriting.
14158         * modules/fwriting-tests (Depends-on): Add fflush.
14159
14160         * tests/test-freading.c (main): Also test the interaction between
14161         fflush and freading.
14162         * modules/freading-tests (Depends-on): Add fflush.
14163
14164 2007-04-28  Bruno Haible  <bruno@clisp.org>
14165
14166         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
14167         fseeko and ftello.
14168         Suggested by Eric Blake.
14169
14170 2007-04-28  Jim Meyering  <jim@meyering.net>
14171
14172         Avoid false-negative in gl_STDINT_H's C99 conformance test.
14173         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
14174         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
14175
14176 2007-04-27  Eric Blake  <ebb9@byu.net>
14177
14178         * doc/headers/assert.texi (assert.h): Document assert module use.
14179
14180 2007-04-27  Bruno Haible  <bruno@clisp.org>
14181
14182         * doc/headers/*.texi: New files.
14183         * doc/gnulib.texi (Header File Substitutes): New chapter.
14184         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
14185         dependencies.
14186         (standards.info ,standards.html, standards.dvi): Update dependencies.
14187         (mostlyclean, clean): New targets.
14188
14189 2007-04-27  Bruno Haible  <bruno@clisp.org>
14190
14191         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
14192         * modules/sysexits (Files, Makefile.am): Update.
14193
14194         * lib/sys_socket_.h: Renamed from lib/socket_.h.
14195         * modules/sys_socket (Files, Makefile.am): Update.
14196
14197         * lib/sys_stat_.h: Renamed from lib/stat_.h.
14198         * modules/sys_stat (Files, Makefile.am): Update.
14199
14200 2007-04-27  Eric Blake  <ebb9@byu.net>
14201
14202         * lib/freading.h: Improve comments.
14203         * lib/fwriting.h: Likewise.
14204         * lib/fflush.c: Likewise.
14205
14206         Fix closein for mingw.
14207         * modules/closein-tests: Add tests for closein.
14208         * tests/test-closein.c: New file.
14209         * tests/test-closein.sh: Likewise.
14210         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
14211         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
14212
14213 2007-04-27  Bruno Haible  <bruno@clisp.org>
14214
14215         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
14216         version is < 6.
14217         * lib/math_.h [__DECC]: Likewise.
14218         * lib/stdio_.h [__DECC]: Likewise.
14219         * lib/stdlib_.h [__DECC]: Likewise.
14220         * lib/string_.h [__DECC]: Likewise.
14221         * lib/time_.h [__DECC]: Likewise.
14222         * lib/wchar_.h [__DECC]: Likewise.
14223         * lib/wctype_.h [__DECC]: Likewise.
14224
14225 2007-04-27  Bruno Haible  <bruno@clisp.org>
14226
14227         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
14228
14229 2007-04-27  Bruno Haible  <bruno@clisp.org>
14230
14231         * lib/fflush.c: Add comments.
14232         * modules/fpurge-tests (Depends-on): Add fflush.
14233         * modules/freadable-tests (Depends-on): Likewise.
14234         * modules/fwritable-tests (Depends-on): Likewise.
14235
14236 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
14237
14238         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
14239         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
14240         Report by Bruno Haible <bruno@clisp.org>.
14241
14242 2007-04-26  Eric Blake  <ebb9@byu.net>
14243
14244         Fix fflush on mingw.
14245         * modules/fflush (Depends-on): Add freading.
14246         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
14247         but unread data.
14248
14249 2007-04-26  Eric Blake  <ebb9@byu.net>
14250         and Bruno Haible  <bruno@clisp.org>
14251
14252         Implement freading and fwriting.
14253         * lib/freading.c: New file.
14254         * lib/freading.h: Likewise.
14255         * m4/freading.m4: Likewise.
14256         * modules/freading: Likewise.
14257         * modules/freading-tests: Likewise.
14258         * tests/test-freading.c: Likewise.
14259         * lib/fwriting.c: New file.
14260         * lib/fwriting.h: Likewise.
14261         * m4/fwriting.m4: Likewise.
14262         * modules/fwriting: Likewise.
14263         * modules/fwriting-tests: Likewise.
14264         * tests/test-fwriting.c: Likewise.
14265         * MODULES.html.sh (File stream based Input/Output): Mention them.
14266
14267 2007-04-26  Bruno Haible  <bruno@clisp.org>
14268
14269         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
14270         'long' when we assume it.
14271         Suggested by Eric Blake.
14272
14273 2007-04-26  Bruno Haible  <bruno@clisp.org>
14274
14275         Ensure fseeko, ftello are declared on glibc systems.
14276         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
14277         * modules/fseeko (configure.ac-early): Likewise.
14278         * modules/ftello (configure.ac-early): Likewise.
14279         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
14280         AC_FUNC_FSEEKO for this.
14281         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
14282         (gl_CHECK_FSEEKO): Remove macro.
14283
14284 2007-04-26  Bruno Haible  <bruno@clisp.org>
14285
14286         * tests/test-fflush.c (main): Also check the ftell result after
14287         fflush and fseek/fseeko.
14288         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
14289         file descriptor position cache in the stream.
14290         * lib/fseeko.c (rpl_fseeko): Likewise.
14291
14292 2007-04-26  Bruno Haible  <bruno@clisp.org>
14293
14294         * modules/fflush-tests (Depends-on): Add fseeko.
14295
14296 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
14297             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14298
14299         * lib/argz_.h: ensure error_t definition is obtained in same
14300         mechanism system argz.h would have.
14301         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
14302         argz facilities are known bad.  Err on the side of caution if
14303         cross-compiling.
14304
14305 2007-04-25  Eric Blake  <ebb9@byu.net>
14306
14307         * lib/fpurge.c (includes): Use stdlib.h for free.
14308         * tests/test-fflush.c (main): Also test fflush-fseeko.
14309
14310 2007-04-25  Bruno Haible  <bruno@clisp.org>
14311
14312         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
14313         * lib/fseeko.c: New file.
14314         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
14315         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
14316         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
14317         gl_FUNC_FSEEKO.
14318         (gl_FUNC_FSEEKO): Invoke it.
14319         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
14320         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
14321         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
14322
14323 2007-04-25  Bruno Haible  <bruno@clisp.org>
14324
14325         * modules/fflush (Depends-on): Add ftello.
14326
14327 2007-04-25  Bruno Haible  <bruno@clisp.org>
14328
14329         * modules/ftello-tests: New file.
14330         * tests/test-ftello.c: New file.
14331
14332         * modules/ftello: New file.
14333         * m4/ftello.m4: New file.
14334         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
14335         HAVE_FTELLO.
14336         * lib/stdio_.h (ftello): New declaration.
14337         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
14338         HAVE_FTELLO.
14339
14340 2007-04-25  Bruno Haible  <bruno@clisp.org>
14341
14342         * modules/fseeko-tests: New file.
14343         * tests/test-fseeko.c: New file.
14344
14345         * modules/fseeko: New file.
14346         * m4/fseeko.m4: New file.
14347         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
14348         HAVE_FSEEKO.
14349         * lib/stdio_.h (fseeko): New declaration.
14350         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
14351         HAVE_FSEEKO.
14352
14353 2007-04-25  Bruno Haible  <bruno@clisp.org>
14354
14355         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
14356
14357 2007-04-25  Bruno Haible  <bruno@clisp.org>
14358
14359         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
14360         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
14361         * tests/test-unistd.c: Likewise.
14362         * tests/test-fcntl.c: Likewise.
14363
14364 2007-04-23  Eric Blake  <ebb9@byu.net>
14365
14366         * lib/fflush.c: Fix missing include.
14367         Reported by Bruno Haible.
14368
14369 2007-04-23  Bruno Haible  <bruno@clisp.org>
14370
14371         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
14372         Reported by Eric Blake.
14373
14374 2007-04-23  Bruno Haible  <bruno@clisp.org>
14375
14376         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
14377
14378 2007-04-23  Bruno Haible  <bruno@clisp.org>
14379
14380         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
14381
14382 2007-04-23  Bruno Haible  <bruno@clisp.org>
14383
14384         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
14385         Needed on HP-UX 11.
14386
14387 2007-04-16  Eric Blake  <ebb9@byu.net>
14388
14389         Make fflush rely on fpurge.
14390         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
14391         open coding all variants.
14392         * modules/fflush (Depends-on): Add fpurge and unistd.
14393         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
14394         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
14395
14396         Fix --with-tests compilation on cygwin.
14397         * modules/argmatch-tests (Makefile.am): List gnulib library first
14398         in LDADD.
14399         * modules/argp-tests (Makefile.am): Likewise.
14400         * modules/array-list-tests (Makefile.am): Likewise.
14401         * modules/array-oset-tests (Makefile.am): Likewise.
14402         * modules/avltree-list-tests (Makefile.am): Likewise.
14403         * modules/avltree-oset-tests (Makefile.am): Likewise.
14404         * modules/avltreehash-list-tests (Makefile.am): Likewise.
14405         * modules/carray-list-tests (Makefile.am): Likewise.
14406         * modules/dirname-tests (Makefile.am): Likewise.
14407         * modules/frexp-tests (Makefile.am): Likewise.
14408         * modules/isnanl-tests (Makefile.am): Likewise.
14409         * modules/linked-list-tests (Makefile.am): Likewise.
14410         * modules/linkedhash-list-tests (Makefile.am): Likewise.
14411         * modules/lock-tests (Makefile.am): Likewise.
14412         * modules/rbtree-list-tests (Makefile.am): Likewise.
14413         * modules/rbtree-oset-tests (Makefile.am): Likewise.
14414         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
14415         * modules/tls-tests (Makefile.am): Likewise.
14416         * modules/tsearch-tests (Makefile.am): Likewise.
14417         * modules/xvasprintf-tests (Makefile.am): Likewise.
14418
14419         Fix fpurge for cygwin.
14420         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
14421         value.
14422         * modules/fpurge-tests (Depends-on): Clean up trash.
14423
14424 2007-04-16  Simon Josefsson  <simon@josefsson.org>
14425
14426         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
14427
14428         * m4/autobuild.m4: Re-indent.
14429
14430 2007-04-13  Bruno Haible  <bruno@clisp.org>
14431
14432         * modules/fpurge-tests: New file.
14433         * tests/test-fpurge.c: New file.
14434
14435         * modules/fpurge: New file.
14436         * lib/fpurge.h: New file.
14437         * lib/fpurge.c: New file.
14438         * m4/fpurge.m4: New file.
14439
14440 2007-04-13  Bruno Haible  <bruno@clisp.org>
14441
14442         * modules/fbufmode-tests: New file.
14443         * tests/test-fbufmode.c: New file.
14444
14445         * modules/fbufmode: New file.
14446         * lib/fbufmode.h: New file.
14447         * lib/fbufmode.c: New file.
14448         * m4/fbufmode.m4: New file.
14449
14450 2007-04-13  Bruno Haible  <bruno@clisp.org>
14451
14452         * modules/fwritable-tests: New file.
14453         * tests/test-fwritable.c: New file.
14454
14455         * modules/fwritable: New file.
14456         * lib/fwritable.h: New file.
14457         * lib/fwritable.c: New file.
14458         * m4/fwritable.m4: New file.
14459
14460 2007-04-13  Bruno Haible  <bruno@clisp.org>
14461
14462         * modules/freadable-tests: New file.
14463         * tests/test-freadable.c: New file.
14464
14465         * modules/freadable: New file.
14466         * lib/freadable.h: New file.
14467         * lib/freadable.c: New file.
14468         * m4/freadable.m4: New file.
14469
14470 2007-04-13  Bruno Haible  <bruno@clisp.org>
14471
14472         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
14473         MOSTLYCLEANFILES.
14474
14475 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14476
14477         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
14478         gzip bootstrap.conf to avoid dragging in i18n machinery.
14479         (gnulib_tool_option): Use it.
14480
14481 2007-04-13  Bruno Haible  <bruno@clisp.org>
14482
14483         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
14484         %F directives.
14485         * tests/test-vasprintf-posix.c (test_function): Likewise.
14486         * tests/test-snprintf-posix.h (test_function): Likewise.
14487         * tests/test-sprintf-posix.h (test_function): Likewise.
14488         * tests/test-fprintf-posix.h (test_function): Likewise.
14489         * tests/test-printf-posix.h (test_function): Likewise.
14490         * tests/test-fprintf-posix.out: Likewise.
14491
14492 2007-04-13  Bruno Haible  <bruno@clisp.org>
14493
14494         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
14495         * modules/tls-tests (configure.ac): Likewise.
14496         Reported by Arto C. Nirkko <anirkko@insel.ch>.
14497
14498 2007-04-13  Bruno Haible  <bruno@clisp.org>
14499
14500         * lib/tls.c (glthread_tls_get): Fix return type.
14501         Patch by Arto C. Nirkko <anirkko@insel.ch>.
14502
14503 2007-04-12  Eric Blake  <ebb9@byu.net>
14504
14505         * modules/gettime (Depends-on): Remove gettime.
14506         Reported by Dmitry V. Levin.
14507
14508 2007-04-12  Bruno Haible  <bruno@clisp.org>
14509
14510         * modules/fflush (Include): Mention <stdio.h>.
14511         * modules/strtoimax (Include): Mention <inttypes.h>.
14512         * modules/strtoumax (Include): Likewise.
14513
14514 2007-04-12  Eric Blake  <ebb9@byu.net>
14515
14516         * .cvsignore: New file.
14517         * .gitignore: Likewise.
14518
14519 2007-04-12  Bruno Haible  <bruno@clisp.org>
14520
14521         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
14522         not before, since $(LDADD) often contains libgnu.a.
14523         * modules/striconv-tests (test_striconv_LDADD): Likewise.
14524         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
14525         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
14526         Needed on Cygwin.
14527
14528 2007-04-12  Eric Blake  <ebb9@byu.net>
14529
14530         Work around glibc's failure to flush stdin on fclose.
14531         * lib/closein.c (close_stdin): Flush stdin before closing.
14532
14533         Work around glibc's failure to reset seekable stdin on exit.
14534         * modules/closein: New module.
14535         * lib/closein.c: New file.
14536         * lib/closein.h: Likewise.
14537         * m4/closein.m4: Likewise.
14538         * MODULES.html.sh (File stream based Input/Output): Document it.
14539
14540 2007-04-12  Simon Josefsson  <simon@josefsson.org>
14541
14542         * gnulib-tool: Rename generated 'autobuild' script to
14543         'do-autobuild' in --create-megatestdir output.
14544
14545         * doc/gnulib.texi (Build robot for gnulib): Fix.
14546
14547 2007-04-12  Simon Josefsson  <simon@josefsson.org>
14548
14549         * modules/sysexits (Depends-on): Add absolute-header.
14550
14551 2007-04-12  Eric Blake  <ebb9@byu.net>
14552
14553         No need to preserve errno on success.
14554         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
14555         Reported by Bruno Haible.
14556
14557 2007-04-12  Simon Josefsson  <simon@josefsson.org>
14558
14559         * MODULES.html.sh (Support for maintaining and releasing
14560         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
14561
14562 2007-04-12  Simon Josefsson  <simon@josefsson.org>
14563
14564         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
14565
14566 2007-04-12  Simon Josefsson  <simon@josefsson.org>
14567
14568         * modules/autobuild: New module.
14569
14570         * m4/autobuild.m4: New file.
14571
14572 2007-04-11  Bruno Haible  <bruno@clisp.org>
14573
14574         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
14575         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
14576         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
14577         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
14578         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14579         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14580         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14581         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
14582         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14583         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14584         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
14585         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14586         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14587         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
14588         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14589         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14590         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
14591         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14592         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14593         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
14594         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14595         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14596         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
14597         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14598         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14599         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
14600         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14601         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14602         Reported by Eric Blake.
14603
14604 2007-04-11  Bruno Haible  <bruno@clisp.org>
14605
14606         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
14607
14608 2007-04-10  Bruno Haible  <bruno@clisp.org>
14609
14610         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
14611         for NaN and Infinity. Needed on FreeBSD 6.1.
14612         * tests/test-vasnprintf-posix.c (test_function): Undo last change
14613         regarding results for "%010a" of Infinity and NaN.
14614         * tests/test-vasprintf-posix.c (test_function): Likewise.
14615         * tests/test-snprintf-posix.h (test_function): Likewise.
14616         * tests/test-sprintf-posix.h (test_function): Likewise.
14617         * tests/test-fprintf-posix.h (test_function): Likewise.
14618         * tests/test-printf-posix.h (test_function): Likewise.
14619         * tests/test-fprintf-posix.out: Likewise.
14620
14621 2007-04-10  Bruno Haible  <bruno@clisp.org>
14622
14623         * modules/locale-tests: New file.
14624         * tests/test-locale.c: New file.
14625
14626         * modules/locale: New file.
14627         * lib/locale_.h: New file.
14628         * m4/locale_h.m4: New file.
14629
14630 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
14631             Bruno Haible  <bruno@clisp.org>
14632
14633         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
14634         be determined, test for availability of the copysignf, copysign,
14635         copysignl functions.
14636         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
14637         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
14638         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
14639
14640 2007-04-09  Eric Blake  <ebb9@byu.net>
14641
14642         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
14643         * modules/stdio (Makefile.am): Support fflush.
14644         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
14645         * modules/fflush: New file.
14646         * lib/fflush.c: Likewise.
14647         * m4/fflush.m4: Likewise.
14648         * modules/fflush-tests: New test.
14649         * tests/test-fflush.c: Likewise.
14650         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
14651
14652 2007-04-06  Bruno Haible  <bruno@clisp.org>
14653
14654         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
14655         (VASNPRINTF): Use signbit for faster determination whether to print a
14656         minus sign.
14657         * modules/vasnprintf (Files): Remove lib/float+.h.
14658         * modules/fprintf-posix (Depends-on): Add signbit.
14659         * modules/snprintf-posix (Depends-on): Likewise.
14660         * modules/sprintf-posix (Depends-on): Likewise.
14661         * modules/vasnprintf-posix (Depends-on): Likewise.
14662         * modules/vasprintf-posix (Depends-on): Likewise.
14663         * modules/vfprintf-posix (Depends-on): Likewise.
14664         * modules/vsnprintf-posix (Depends-on): Likewise.
14665         * modules/vsprintf-posix (Depends-on): Likewise.
14666
14667 2007-04-06  Bruno Haible  <bruno@clisp.org>
14668
14669         * tests/test-frexp.c (main): Test also the sign bit of zero results.
14670         * tests/test-frexpl.c (main): Likewise.
14671         * tests/test-ldexpl.c (main): Likewise.
14672         * modules/frexp-tests (Depends-on): Add signbit.
14673         * modules/frexpl-tests (Depdends-on): Likewise.
14674         * modules/ldexpl-tests (Depdends-on): Likewise.
14675
14676 2007-04-06  Bruno Haible  <bruno@clisp.org>
14677
14678         * modules/signbit-tests: New file.
14679         * tests/test-signbit.c: New file.
14680
14681         * modules/signbit: New file.
14682         * lib/signbitf.c: New file.
14683         * lib/signbitd.c: New file.
14684         * lib/signbitl.c: New file.
14685         * m4/signbit.m4: New file.
14686         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
14687         (signbit): New macro.
14688         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
14689         REPLACE_SIGNBIT.
14690         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
14691         REPLACE_FREXPL into math.h.
14692
14693 2007-04-06  Bruno Haible  <bruno@clisp.org>
14694
14695         * modules/isnanf-nolibm-tests: New file.
14696         * tests/test-isnanf.c: New file.
14697
14698         * modules/isnanf-nolibm: New file.
14699         * lib/isnanf.h: New file.
14700         * lib/isnanf.c: New file.
14701         * lib/isnan.c: Consider the USE_FLOAT macro.
14702         * m4/isnanf.m4: New file.
14703
14704 2007-04-06  Bruno Haible  <bruno@clisp.org>
14705
14706         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
14707         (Link): New section.
14708
14709         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
14710
14711 2007-04-06  Bruno Haible  <bruno@clisp.org>
14712
14713         Assume the 'long double' type.
14714         * m4/longdouble.m4: Remove file.
14715         * config/srclist.txt: Don't mention longdouble.m4.
14716         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
14717         * lib/float+.h: Likewise.
14718         * lib/frexp.c: Likewise.
14719         * lib/printf-args.h: Likewise.
14720         * lib/printf-args.c: Likewise.
14721         * lib/printf-frexp.c: Likewise.
14722         * lib/printf-parse.c: Likewise.
14723         * lib/vasnprintf.c: Likewise.
14724         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
14725         * m4/intl.m4: Likewise.
14726         * m4/isnanl.m4: Likewise.
14727         * m4/printf.m4: Likewise.
14728         * m4/printf-frexpl.m4: Likewise.
14729         * m4/vasnprintf.m4: Likewise.
14730         * modules/allocsa (Files): Remove m4/longdouble.m4.
14731         * modules/gettext (Files): Likewise.
14732         * modules/relocatable-prog-wrapper (Files): Likewise.
14733         * modules/vasnprintf (Files): Likewise.
14734         * modules/isnanl (Files): Likewise.
14735         (Include): Simplify.
14736         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
14737         (Include): Simplify.
14738         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
14739         (Include): Simplify.
14740         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
14741         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
14742         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
14743         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
14744         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
14745         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
14746         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
14747         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
14748         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
14749         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
14750         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
14751         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
14752         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
14753         * tests/test-isnanl.c: Likewise.
14754         * tests/test-snprintf-posix.h: Likewise.
14755         * tests/test-sprintf-posix.h: Likewise.
14756         * tests/test-vasnprintf-posix.c: Likewise.
14757         * tests/test-vasnprintf-posix2.c: Likewise.
14758         * tests/test-vasprintf-posix.c: Likewise.
14759
14760 2007-04-06  Bruno Haible  <bruno@clisp.org>
14761
14762         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
14763         * lib/math_.h [__DECC]: Include the overridden include file through
14764         #include_next, outside the double-inclusion guard.
14765         * lib/stdio_.h [__DECC]: Likewise.
14766         * lib/stdlib_.h [__DECC]: Likewise.
14767         * lib/string_.h [__DECC]: Likewise.
14768         * lib/time_.h [__DECC]: Likewise.
14769         * lib/wchar_.h [__DECC]: Likewise.
14770         * lib/wctype_.h [__DECC]: Likewise.
14771         * lib/inttypes_.h [__DECC]: Likewise.
14772         Reported by Albert Chin <china@thewrittenword.com> in
14773         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
14774
14775 2007-04-04  Eric Blake  <ebb9@byu.net>
14776
14777         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
14778         1.5.x.
14779
14780 2007-04-04  Bruno Haible  <bruno@clisp.org>
14781
14782         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
14783         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
14784
14785 2007-04-04  Bruno Haible  <bruno@clisp.org>
14786
14787         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
14788         results for "%010a" of Infinity and NaN.
14789         * tests/test-vasprintf-posix.c (test_function): Likewise.
14790         * tests/test-snprintf-posix.h (test_function): Likewise.
14791         * tests/test-sprintf-posix.h (test_function): Likewise.
14792         * tests/test-fprintf-posix.h (test_function): Remove these tests.
14793         * tests/test-printf-posix.h (test_function): Likewise.
14794         * tests/test-fprintf-posix.out: Update.
14795         Needed for FreeBSD 6.1.
14796
14797 2007-04-04  Bruno Haible  <bruno@clisp.org>
14798
14799         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
14800         directly used by the gnulib modules nor by gnulib-tool.
14801
14802 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
14803
14804         * DEPENDENCIES: Give overall description of version dependency
14805         desirability.  Use more-typical names for apps.
14806         Add shell, coreutils, diffutils, grep, tar, gzip.
14807
14808 2007-04-04  Simon Josefsson  <simon@josefsson.org>
14809
14810         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
14811
14812 2007-04-04  Karl Berry  <karl@gnu.org>
14813
14814         * MODULES.html.sh (func_module): missing '.
14815
14816 2007-04-03  Bruno Haible  <bruno@clisp.org>
14817
14818         * modules/argmatch-tests (Makefile.am): New variable
14819         test_argmatch_LDADD.
14820         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
14821         * modules/array-list-tests (Makefile.am): New variable
14822         test_array_list_LDADD.
14823         * modules/array-oset-tests (Makefile.am): New variable
14824         test_array_oset_LDADD.
14825         * modules/avltree-list-tests (Makefile.am): New variable
14826         test_avltree_list_LDADD.
14827         * modules/avltree-oset-tests (Makefile.am): New variable
14828         test_avltree_oset_LDADD.
14829         * modules/avltreehash-list-tests (Makefile.am): New variable
14830         test_avltreehash_list_LDADD.
14831         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
14832         test_canonicalize_lgpl_LDADD.
14833         * modules/carray-list-tests (Makefile.am): New variable
14834         test_carray_list_LDADD.
14835         * modules/dirname-tests (Makefile.am): New variable
14836         test_dirname_LDADD.
14837         * modules/linked-list-tests (Makefile.am): New variable
14838         test_linked_list_LDADD.
14839         * modules/linkedhash-list-tests (Makefile.am): New variable
14840         test_linkedhash_list_LDADD.
14841         * modules/rbtree-list-tests (Makefile.am): New variable
14842         test_rbtree_list_LDADD.
14843         * modules/rbtree-oset-tests (Makefile.am): New variable
14844         test_rbtree_oset_LDADD.
14845         * modules/rbtreehash-list-tests (Makefile.am): New variable
14846         test_rbtreehash_list_LDADD.
14847         * modules/xvasprintf-tests (Makefile.am): New variable
14848         test_xvasprintf_LDADD.
14849         Reported by Eric Blake.
14850
14851 2007-04-03  Eric Blake  <ebb9@byu.net>
14852
14853         * DEPENDENCIES: Weaken m4 requirements.
14854
14855 2007-04-03  Bruno Haible  <bruno@clisp.org>
14856
14857         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
14858         * modules/isnanl-tests (configure.ac): Likewise.
14859
14860 2007-04-03  Ben Pfaff  <blp@gnu.org>
14861
14862         * modules/iconv_open: Add $(srcdir)/ to source directory
14863         references in Makefile fragments that call gperf, to fix VPATH
14864         builds.
14865
14866 2007-04-03  Bruno Haible  <bruno@clisp.org>
14867
14868         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
14869         * lib/ldexpl.c: Undo last change.
14870
14871 2007-04-03  Bruno Haible  <bruno@clisp.org>
14872
14873         * modules/printf-frexpl (Depends-on): Undo last change.
14874         (Files): Add m4/ldexpl.m4.
14875
14876 2007-04-03  Bruno Haible  <bruno@clisp.org>
14877
14878         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
14879         * modules/isnanl (Link): New section.
14880
14881         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
14882         * modules/frexp (Link): New section.
14883
14884         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
14885         * modules/frexpl (Link): New section.
14886
14887         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
14888         * modules/ldexpl (Link): New section.
14889
14890 2007-04-03  Bruno Haible  <bruno@clisp.org>
14891
14892         * modules/TEMPLATE-EXTENDED: New file.
14893         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
14894
14895 2007-04-03  Bruno Haible  <bruno@clisp.org>
14896
14897         * DEPENDENCIES: New file.
14898         Suggested by Simon Josefsson.
14899
14900 2007-04-03  Bruno Haible  <bruno@clisp.org>
14901
14902         * doc/gnulib.texi: Escape @.
14903
14904 2007-04-03  James Youngman  <jay@gnu.org>
14905         and Paul Eggert  <eggert@cs.ucla.edu>
14906
14907         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
14908         birthtime on all systems that have birthtime, not just those which
14909         use st_birthtimensec rather than st_birthtim.  Putting zero in
14910         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
14911         that the birth time is not available for files on an NFS mount.
14912
14913 2007-04-03  Simon Josefsson  <simon@josefsson.org>
14914
14915         * modules/memxor: Move back from crypto/, suggested by Bruno.
14916         * modules/crypto/hmac-sha1: Fix memxor dependency.
14917
14918         * modules/crypto/gc: Moved from ../.
14919
14920 2007-04-02  Eric Blake  <ebb9@byu.net>
14921
14922         * lib/ldexpl.c (includes): Avoid libm.
14923
14924         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
14925
14926 2007-04-02  Bruno Haible  <bruno@clisp.org>
14927
14928         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
14929         on IRIX.
14930
14931 2007-04-02  Bruno Haible  <bruno@clisp.org>
14932
14933         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
14934         x86 or x86_64 platforms running MacOS X.
14935         Reported by Ryan Schmidt <@ryandesign.com>.
14936
14937 2007-04-02  Bruno Haible  <bruno@clisp.org>
14938
14939         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
14940         i386.
14941
14942 2007-04-01  Simon Josefsson  <simon@josefsson.org>
14943
14944         * modules/crypto/arcfour: Moved from ../.
14945         * modules/crypto/arcfour-tests: Moved from ../.
14946         * modules/crypto/arctwo: Moved from ../.
14947         * modules/crypto/arctwo-tests: Moved from ../.
14948         * modules/crypto/des: Moved from ../.
14949         * modules/crypto/des-tests: Moved from ../.
14950         * modules/crypto/gc-arcfour: Moved from ../.
14951         * modules/crypto/gc-arcfour-tests: Moved from ../.
14952         * modules/crypto/gc-arctwo: Moved from ../.
14953         * modules/crypto/gc-arctwo-tests: Moved from ../.
14954         * modules/crypto/gc-des: Moved from ../.
14955         * modules/crypto/gc-des-tests: Moved from ../.
14956         * modules/crypto/gc-hmac-md5: Moved from ../.
14957         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
14958         * modules/crypto/gc-hmac-sha1: Moved from ../.
14959         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
14960         * modules/crypto/gc-md2: Moved from ../.
14961         * modules/crypto/gc-md2-tests: Moved from ../.
14962         * modules/crypto/gc-md4: Moved from ../.
14963         * modules/crypto/gc-md4-tests: Moved from ../.
14964         * modules/crypto/gc-md5: Moved from ../.
14965         * modules/crypto/gc-md5-tests: Moved from ../.
14966         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
14967         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
14968         * modules/crypto/gc-random: Moved from ../.
14969         * modules/crypto/gc-rijndael: Moved from ../.
14970         * modules/crypto/gc-rijndael-tests: Moved from ../.
14971         * modules/crypto/gc-sha1: Moved from ../.
14972         * modules/crypto/gc-sha1-tests: Moved from ../.
14973         * modules/crypto/gc-tests: Moved from ../.
14974         * modules/crypto/hmac-md5: Moved from ../.
14975         * modules/crypto/hmac-md5-tests: Moved from ../.
14976         * modules/crypto/hmac-sha1: Moved from ../.
14977         * modules/crypto/hmac-sha1-tests: Moved from ../.
14978         * modules/crypto/md2: Moved from ../.
14979         * modules/crypto/md2-tests: Moved from ../.
14980         * modules/crypto/md4: Moved from ../.
14981         * modules/crypto/md4-tests: Moved from ../.
14982         * modules/crypto/md5: Moved from ../.
14983         * modules/crypto/md5-tests: Moved from ../.
14984         * modules/crypto/memxor: Moved from ../.
14985         * modules/crypto/rijndael: Moved from ../.
14986         * modules/crypto/rijndael-tests: Moved from ../.
14987         * modules/crypto/sha1: Moved from ../.
14988
14989 2007-03-30  James Youngman  <jay@gnu.org>
14990
14991         * tests/test-stat-time.c (prepare_test): use chmod() rather than
14992         rename() to change the ctime of a file (because ctime is unaffected
14993         by rename on jfs2 on AIX 5.1).
14994         (main): Start by doing cleanup, in case a previous run failed leaving
14995         test files behind.
14996
14997 2007-03-31  Bruno Haible  <bruno@clisp.org>
14998
14999         Support old proprietary implementations of iconv.
15000         * modules/iconv_open: New file.
15001         * lib/iconv_.h: New file.
15002         * m4/iconv_h.m4: New file.
15003         * lib/iconv_open.c: New file.
15004         * lib/iconv_open-aix.gperf: New file.
15005         * lib/iconv_open-hpux.gperf: New file.
15006         * lib/iconv_open-irix.gperf: New file.
15007         * lib/iconv_open-osf.gperf: New file.
15008         * m4/iconv_open.m4: New file.
15009         * modules/linebreak (Depends-on): Add iconv_open.
15010         * modules/striconv (Depends-on): Likewise.
15011         * modules/striconveh (Depends-on): Likewise.
15012         * modules/unicodeio (Depends-on): Likewise.
15013         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
15014         (iconv_t)(-1).
15015         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
15016         conversion if cd is (iconv_t)(-1).
15017         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
15018         is not possible.
15019
15020 2007-03-31  Bruno Haible  <bruno@clisp.org>
15021
15022         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
15023         work on Solaris either. Protect also second use of "autodetect_jp".
15024
15025 2007-03-31  Bruno Haible  <bruno@clisp.org>
15026
15027         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
15028         the function is not present.
15029
15030 2007-03-31  Bruno Haible  <bruno@clisp.org>
15031
15032         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
15033         the function is not present.
15034
15035 2007-03-31  Bruno Haible  <bruno@clisp.org>
15036
15037         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
15038         a bug in HP-UX iconv_open().
15039
15040 2007-03-31  Bruno Haible  <bruno@clisp.org>
15041
15042         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
15043         (Mathematics <math.h>): New section, add fpieee.
15044         (Input/output <stdio.h>): Add fseterr.
15045         (Mathematics <math.h>): New section, add printf-frexp.
15046         (Container data structures): Add sublist.
15047         (Core language properties): Add fpucw, inline.
15048         (Functions for greatest-width integer types <inttypes.h>): Add
15049         imaxabs, imaxdiv, inttypes.
15050         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
15051         isnanl-nolibm, ldexp.
15052         (Mathematics <math.h>): New section, add printf-frexpl.
15053         (Support for systems lacking POSIX:2001): Add fprintf-posix,
15054         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
15055         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
15056         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
15057         (Unicode string functions): Add unistr/u*-mbtoucr.
15058         (Java): Add javacomp-script, javaexec-script.
15059         (C#): Add csharpcomp-script, csharpexec-script.
15060         (Support for building libraries and executables): Add havelib,
15061         relocatable-*.
15062         (Support for maintaining and releasing projects): Renamed from
15063         'Support for maintaining and release projects'. Add announce-gen.
15064
15065 2007-03-31  Bruno Haible  <bruno@clisp.org>
15066
15067         * README: Talk primarily about git.
15068         (git and CVS): Renamed from CVS.
15069         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
15070         gnulib is available through git.
15071         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
15072
15073 2007-03-30  Bruno Haible  <bruno@clisp.org>
15074
15075         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
15076         * lib/poll_.h: Likewise.
15077         * lib/stat_.h: Likewise.
15078         * lib/sys_time_.h: Likewise.
15079         * lib/sysexit_.h: Likewise.
15080         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
15081         * lib/stdbool_.h: Likewise.
15082         * lib/byteswap_.h: Add double-inclusion guard.
15083
15084 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
15085
15086         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
15087
15088 2007-03-30  Karl Berry  <karl@gnu.org>
15089
15090         * config/srclist-update: double space after USA in the license
15091         substitution, since that's how it's usually (?) written.
15092
15093 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
15094
15095         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
15096         reported by Bruno Haible.
15097
15098 2007-03-29  Bruno Haible  <bruno@clisp.org>
15099
15100         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
15101         a bug in AIX iconv().
15102
15103 2007-03-29  Bruno Haible  <bruno@clisp.org>
15104
15105         * modules/ldexpl-tests: New file.
15106         * tests/test-ldexpl.c: New file.
15107
15108 2007-03-29  Bruno Haible  <bruno@clisp.org>
15109
15110         * lib/ldexpl.c: Include fpucw.h.
15111         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
15112         multiplication.
15113         * modules/ldexpl (Depends-on): Add fpucw.
15114
15115 2007-03-29  Bruno Haible  <bruno@clisp.org>
15116
15117         * modules/ldexpl: New file.
15118         * m4/ldexpl.m4: New file.
15119         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
15120         set.
15121         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
15122         REPLACE_LDEXPL.
15123         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
15124         REPLACE_LDEXPL.
15125         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
15126         gl_FUNC_LDEXPL_WORKS.
15127         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
15128         * modules/mathl (Files): Remove lib/ldexpl.c.
15129         (Depends-on): Add ldexpl.
15130
15131 2007-03-29  Bruno Haible  <bruno@clisp.org>
15132
15133         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
15134
15135 2007-03-29  Bruno Haible  <bruno@clisp.org>
15136
15137         * tests/test-striconveh.c (main): Don't assume that a direct conversion
15138         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
15139         and possibly also HP-UX.
15140         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
15141         work on AIX, IRIX, HP-UX, OSF/1.
15142         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
15143         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
15144         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
15145         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
15146         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
15147         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
15148
15149 2007-03-29  Bruno Haible  <bruno@clisp.org>
15150
15151         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
15152
15153 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
15154
15155         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
15156         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
15157
15158 2007-03-29  Eric Blake  <ebb9@byu.net>
15159
15160         * lib/acl-internal.h: Remove redundant include.
15161         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
15162         Cygwin when a file is locked.
15163
15164 2007-03-29  Bruno Haible  <bruno@clisp.org>
15165
15166         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
15167         file.
15168         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
15169
15170 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
15171
15172         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
15173         try to remove a parent directory if the child couldn't be removed
15174         (except for the first rmdir, which could fail because the child
15175         doesn't exist).  Problem reported by Jeff Blaine in
15176         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
15177
15178 2007-03-28  Bruno Haible  <bruno@clisp.org>
15179
15180         * lib/striconveh.c (utf8conv_carefully): New function.
15181         (mem_cd_iconveh_internal): Invoke it.
15182
15183 2007-03-28  Bruno Haible  <bruno@clisp.org>
15184
15185         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
15186         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
15187         input.
15188         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
15189         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
15190         unistr/u8-uctomb.
15191
15192 2007-03-28  Bruno Haible  <bruno@clisp.org>
15193
15194         * modules/unistr/u8-mbtoucr: New file.
15195         * lib/unistr/u8-mbtoucr.c: New file.
15196         * modules/unistr/u16-mbtoucr: New file.
15197         * lib/unistr/u16-mbtoucr.c: New file.
15198         * modules/unistr/u16-mbtoucr: New file.
15199         * lib/unistr/u16-mbtoucr.c: New file.
15200         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
15201
15202 2007-03-27  Simon Josefsson  <simon@josefsson.org>
15203             Bruno Haible  <bruno@clisp.org>
15204
15205         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
15206         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
15207         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
15208
15209         * m4/stdio_h.m4: Add stubs for vasprintf too.
15210
15211         * modules/stdio: Support vasprintf in sed command.
15212
15213         * modules/vasprintf: Depend on stdio for prototypes.  Remove
15214         vasprintf.h.  Add stdio module indicator.
15215
15216         * lib/stdio_.h: Declare asprintf and vasprintf, based on
15217         vasprintf.h.
15218
15219         * lib/vasprintf.h: File removed.
15220
15221         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
15222         * lib/vasprintf.c: Ditto.
15223         * lib/xvasprintf.c: Ditto.
15224         * tests/test-vasprintf-posix.c: Ditto.
15225         * tests/test-vasprintf.c: Ditto.
15226
15227 2007-03-27  Bruno Haible  <bruno@clisp.org>
15228
15229         Make vasnprintf multithread-safe.
15230         * lib/vasnprintf.c (decimal_point_char): New function.
15231         (VASNPRINTF): Use it.
15232         Suggested by Simon Josefsson.
15233
15234 2007-03-27  Eric Blake  <ebb9@byu.net>
15235
15236         Support sub-second birthtime on cygwin.
15237         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
15238         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
15239         (get_stat_birthtime): Also work with st_birthtim.
15240
15241 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
15242
15243         * lib/stat-time.h (USE_BIRTHTIME): Remove.
15244         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
15245         (get_stat_birthtime_ns): Do not try to use "spare" fields.
15246         (get_stat_birthtime_ns): Simplify compile-time tests.
15247         (get_stat_birthtime): Change the API to look like
15248         get_stat_mtime etc., except return a negative tv_nsec on error.
15249         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
15250         Don't check for "spare" fields.
15251         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
15252         or for struct stat.st_birthtime, as these tests aren't used.
15253         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
15254
15255 2007-03-27  Bruno Haible  <bruno@clisp.org>
15256
15257         * lib/stat-time.h: Include <sys/stat.h>.
15258
15259 2007-03-27  James Youngman  <jay@gnu.org>
15260
15261         * lib/stat-time.h (get_stat_birthtime): New function for
15262           retrieving st_birthtime as provided by UFS2 (hence *BSD).
15263         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
15264           and its variants.
15265         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
15266         * modules/stat-time-test: New file.
15267         * tests/test-stat-time.c: New test, devised by Bruno Haible.
15268
15269 2007-03-26  Bruno Haible  <bruno@clisp.org>
15270
15271         Better support of signalling NaNs.
15272         * lib/atanl.c: Include isnanl.h.
15273         (atanl): Perform test for NaN at the beginning of the function and
15274         through a call to isnanl.
15275         * lib/cosl.c: Include isnanl.h.
15276         (cosl): Perform test for NaN at the beginning of the function and
15277         through a call to isnanl.
15278         * lib/ldexpl.c: Include isnanl.h.
15279         (ldexpl): Perform test for NaN through a call to isnanl.
15280         * lib/logl.c: Include isnanl.h.
15281         (logl): Perform test for NaN at the beginning of the function and
15282         through a call to isnanl.
15283         * lib/sinl.c: Include isnanl.h.
15284         (sinl): Perform test for NaN at the beginning of the function and
15285         through a call to isnanl.
15286         * lib/sqrtl.c: Include isnanl.h.
15287         (sqrtl): Perform test for NaN at the beginning of the function and
15288         through a call to isnanl.
15289         * lib/tanl.c: Include isnanl.h.
15290         (tanl): Perform test for NaN at the beginning of the function and
15291         through a call to isnanl.
15292         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
15293         * modules/mathl (Depends-on): Add isnanl.
15294
15295 2007-03-26  Eric Blake  <ebb9@byu.net>
15296
15297         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
15298         regression in logic sense of previous patch.
15299
15300 2007-03-26  Bruno Haible  <bruno@clisp.org>
15301
15302         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
15303         unportable shell command "if ! ...".
15304         Reported by Ralf Wildenhues.
15305
15306 2007-03-25  Bruno Haible  <bruno@clisp.org>
15307
15308         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
15309         <sysexits.h> file, and only add EX_CONFIG.
15310         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
15311         absolute file name and whether it is sufficient. Substitute also
15312         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
15313         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
15314         ABSOLUTE_SYSEXITS_H into sysexits.h.
15315
15316 2007-03-25  Bruno Haible  <bruno@clisp.org>
15317
15318         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
15319         hints is NULL.
15320
15321 2007-03-25  Bruno Haible  <bruno@clisp.org>
15322
15323         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
15324         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
15325
15326 2007-03-25  Bruno Haible  <bruno@clisp.org>
15327
15328         * lib/vasnprintf.c: Include langinfo.h.
15329         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
15330         multithread-safe.
15331         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
15332         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
15333         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15334         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15335         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15336         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15337         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15338         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
15339         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15340         Reported by Simon Josefsson.
15341
15342 2007-03-25  Bruno Haible  <bruno@clisp.org>
15343
15344         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
15345         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
15346         * modules/vasnprintf (Depends-on): Add stdint.
15347
15348 2007-03-25  Bruno Haible  <bruno@clisp.org>
15349
15350         * modules/fpieee: New file.
15351         * m4/fpieee.m4: New file.
15352         * modules/isnan-nolibm (Depends-on): Add fpieee.
15353         * modules/isnanl-nolibm (Depends-on): Add fpieee.
15354         * modules/isnanl (Depends-on): Add fpieee.
15355
15356 2007-03-25  Bruno Haible  <bruno@clisp.org>
15357
15358         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
15359
15360 2007-03-25  Bruno Haible  <bruno@clisp.org>
15361
15362         Avoid test failures on IRIX 6.5.
15363         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
15364         (main): Use it.
15365         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
15366         macros.
15367         (main): Use them.
15368
15369 2007-03-25  Bruno Haible  <bruno@clisp.org>
15370
15371         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
15372         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
15373         exists but doesn't work.
15374         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
15375         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
15376         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
15377         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
15378
15379 2007-03-25  Bruno Haible  <bruno@clisp.org>
15380
15381         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
15382         returns inf. Needed on IRIX 6.5.
15383
15384 2007-03-25  Bruno Haible  <bruno@clisp.org>
15385
15386         * tests/test-frexpl.c: Include isnanl-nolibm.h.
15387         (main): Use isnanl instead of x != x idiom.
15388         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
15389
15390         * tests/test-frexp.c: Include isnan.h.
15391         (main): Use isnan instead of x != x idiom.
15392         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
15393
15394 2007-03-25  Bruno Haible  <bruno@clisp.org>
15395
15396         * tests/test-frexp.c (NaN): New function/macro.
15397         (main): Use it instead of 0.0 / 0.0.
15398         * tests/test-isnan.c (NaN): New function/macro.
15399         (main): Use it instead of 0.0 / 0.0.
15400         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
15401         (test_function): Use it instead of 0.0 / 0.0.
15402         * tests/test-vasprintf-posix.c (NaN): New function/macro.
15403         (test_function): Use it instead of 0.0 / 0.0.
15404         * tests/test-snprintf-posix.h (NaN): New function/macro.
15405         (test_function): Use it instead of 0.0 / 0.0.
15406         * tests/test-sprintf-posix.h (NaN): New function/macro.
15407         (test_function): Use it instead of 0.0 / 0.0.
15408         * tests/test-fprintf-posix.h (NaN): New function/macro.
15409         (test_function): Use it instead of 0.0 / 0.0.
15410         * tests/test-printf-posix.h (NaN): New function/macro.
15411         (test_function): Use it instead of 0.0 / 0.0.
15412
15413         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
15414
15415 2007-03-25  Bruno Haible  <bruno@clisp.org>
15416
15417         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
15418
15419 2007-03-25  Bruno Haible  <bruno@clisp.org>
15420
15421         * lib/regexec.c (merge_state_with_log): Make static.
15422
15423 2007-03-25  Bruno Haible  <bruno@clisp.org>
15424
15425         * lib/trigl.c (kernel_rem_pio2): Make static.
15426
15427 2007-03-25  Bruno Haible  <bruno@clisp.org>
15428
15429         * lib/sincosl.c (sincosl_table): Make static.
15430
15431 2007-03-25  Bruno Haible  <bruno@clisp.org>
15432
15433         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
15434         if the compiler does not support C99.
15435
15436 2007-03-25  Bruno Haible  <bruno@clisp.org>
15437
15438         * modules/time (Makefile.am): Ensure all rule action lines start with a
15439         tab.
15440
15441 2007-03-24  Bruno Haible  <bruno@clisp.org>
15442
15443         * modules/tsearch-tests: New file.
15444         * tests/test-tsearch.sh: New file.
15445         * tests/test-tsearch.c: New file, mostly copied from glibc.
15446
15447         * modules/search-tests: New file.
15448         * tests/test-search.c: New file.
15449
15450         * modules/search: New file.
15451         * lib/search_.h: New file, incorporating lib/tsearch.h.
15452         * m4/search_h.m4: New file.
15453         * lib/tsearch.h: Remove file.
15454         * lib/tsearch.c: Include search.h instead of tsearch.h.
15455         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
15456         HAVE_TSEARCH.
15457         * modules/tsearch (Files): Remove lib/tsearch.h.
15458         (Depends-on): Add search.
15459         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
15460         (Include): Change tsearch.h into search.h.
15461
15462 2007-03-24  Bruno Haible  <bruno@clisp.org>
15463
15464         * modules/fpucw: New file.
15465         * lib/fpucw.h: New file.
15466         * lib/frexp.c: Include fpucw.h.
15467         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
15468         (FUNC): Use them.
15469         * lib/printf-frexp.c: Include fpucw.h.
15470         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
15471         (FUNC): Use them.
15472         * lib/vasnprintf.c: Include fpucw.h.
15473         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
15474         'long double' calculations.
15475         * tests/test-frexpl.c: Include fpucw.h.
15476         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
15477         * tests/test-printf-frexpl.c: Include fpucw.h.
15478         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
15479         * modules/frexpl (Depends-on): Add fpucw.
15480         * modules/printf-frexpl (Depends-on): Likewise.
15481         * modules/fprintf-posix (Depends-on): Likewise.
15482         * modules/snprintf-posix (Depends-on): Likewise.
15483         * modules/sprintf-posix (Depends-on): Likewise.
15484         * modules/vasnprintf-posix (Depends-on): Likewise.
15485         * modules/vasprintf-posix (Depends-on): Likewise.
15486         * modules/vfprintf-posix (Depends-on): Likewise.
15487         * modules/vsnprintf-posix (Depends-on): Likewise.
15488         * modules/vsprintf-posix (Depends-on): Likewise.
15489         * modules/frexpl-tests (Depends-on): Likewise.
15490         * modules/printf-frexpl-tests (Depends-on): Likewise.
15491
15492 2007-03-24  Bruno Haible  <bruno@clisp.org>
15493
15494         * lib/float+.h: New file.
15495         * lib/isnan.c: Include float+.h.
15496         (SIZE): New macro.
15497         (FUNC): Compare only SIZE bytes of the value.
15498         * lib/vasnprintf.c: Include float+.h.
15499         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
15500         SIZEOF_LDBL or SIZEOF_DBL bytes.
15501         * modules/isnan-nolibm (Files): Add lib/float+.h.
15502         * modules/isnanl-nolibm (Files): Add lib/float+.h.
15503         * modules/isnanl (Files): Add lib/float+.h.
15504         * modules/vasnprintf (Files): Add lib/float+.h.
15505
15506 2007-03-24  Bruno Haible  <bruno@clisp.org>
15507
15508         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
15509         include isnanl-nolibm.h.
15510
15511 2007-03-24  Bruno Haible  <bruno@clisp.org>
15512
15513         * tests/test-read-file.c (main): Don't produce spurious output for
15514         expected situations. Make the test fail if it encountered unexpected
15515         results.
15516
15517 2007-03-24  Bruno Haible  <bruno@clisp.org>
15518
15519         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
15520         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
15521
15522 2007-03-24  Bruno Haible  <bruno@clisp.org>
15523
15524         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
15525
15526 2007-03-24  Bruno Haible  <bruno@clisp.org>
15527
15528         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
15529         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
15530
15531         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
15532         * modules/utf8-ucs4: Turn into a symbolic link to module
15533         unistr/u8-mbtouc.
15534
15535         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
15536         utf8-ucs4-unsafe.
15537         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
15538         unistr/u8-mbtouc-unsafe.
15539
15540         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
15541         * modules/utf16-ucs4: Turn into a symbolic link to module
15542         unistr/u16-mbtouc.
15543
15544         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
15545         utf16-ucs4-unsafe.
15546         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
15547         unistr/u16-mbtouc-unsafe.
15548
15549         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
15550         * modules/ucs4-utf8: Turn into a symbolic link to module
15551         unistr/u8-ubtomb.
15552
15553         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
15554         * modules/ucs4-utf16: Turn into a symbolic link to module
15555         unistr/u16-ubtomb.
15556
15557 2007-03-24  Bruno Haible  <bruno@clisp.org>
15558
15559         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
15560         Enable the function only if HAVE_INLINE.
15561         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
15562         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
15563         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
15564         Enable the function only if HAVE_INLINE.
15565         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
15566         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
15567         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
15568         Enable the function only if HAVE_INLINE.
15569         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
15570         Enable the function only if HAVE_INLINE.
15571         * modules/utf8-ucs4: Update.
15572         * modules/utf8-ucs4-unsafe: Update.
15573         * modules/utf16-ucs4: Update.
15574         * modules/utf16-ucs4-unsafe: Update.
15575         * modules/ucs4-utf8: Update.
15576         * modules/ucs4-utf16: Update.
15577
15578 2007-03-24  Bruno Haible  <bruno@clisp.org>
15579
15580         * lib/utf8-ucs4.h: Remove file.
15581         * lib/utf8-ucs4-unsafe.h: Remove file.
15582         * lib/utf16-ucs4.h: Remove file.
15583         * lib/utf16-ucs4-unsafe.h: Remove file.
15584         * lib/ucs4-utf8.h: Remove file.
15585         * lib/ucs4-utf16.h: Remove file.
15586         * lib/unistr.h: Include their previous contents.
15587         * m4/utf-ucs4.m4: Remove file.
15588         * m4/ucs4-utf.m4: Remove file.
15589         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
15590         (Depends-on): Add unistr/base.
15591         (configure.ac): Remove gl_UTF_UCS4.
15592         (Makefile.am): Update.
15593         (Include): Change to unistr.h.
15594         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
15595         (Depends-on): Add unistr/base.
15596         (configure.ac): Remove gl_UTF_UCS4.
15597         (Makefile.am): Update.
15598         (Include): Change to unistr.h.
15599         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
15600         (Depends-on): Add unistr/base.
15601         (configure.ac): Remove gl_UTF_UCS4.
15602         (Makefile.am): Update.
15603         (Include): Change to unistr.h.
15604         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
15605         (Depends-on): Add unistr/base.
15606         (configure.ac): Remove gl_UTF_UCS4.
15607         (Makefile.am): Update.
15608         (Include): Change to unistr.h.
15609         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
15610         (Depends-on): Add unistr/base.
15611         (configure.ac): Remove gl_UCS4_UTF.
15612         (Makefile.am): Update.
15613         (Include): Change to unistr.h.
15614         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
15615         (Depends-on): Add unistr/base.
15616         (configure.ac): Remove gl_UCS4_UTF.
15617         (Makefile.am): Update.
15618         (Include): Change to unistr.h.
15619         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
15620         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
15621         utf8-ucs4-unsafe.h.
15622         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
15623         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
15624         utf16-ucs4-unsafe.h.
15625         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
15626         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
15627         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
15628         * lib/unistr/u8-strchr.c: Likewise.
15629         * lib/unistr/u8-strrchr.c: Likewise.
15630         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
15631         * lib/unistr/u16-strchr.c: Likewise.
15632         * lib/unistr/u16-strrchr.c: Likewise.
15633         * lib/striconveh.c: Update.
15634         * lib/linebreak.c: Update.
15635
15636 2007-03-24  Bruno Haible  <bruno@clisp.org>
15637
15638         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
15639         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
15640
15641 2007-03-22  Bruno Haible  <bruno@clisp.org>
15642
15643         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
15644
15645 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
15646
15647         * MODULES.html.sh (File system functions): New module write-any-file.
15648         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
15649         * m4/write-any-file.m4: New files.
15650
15651 2007-03-23  Eric Blake  <ebb9@byu.net>
15652
15653         * gnulib-tool: Rearrange space-tab sequences, since some editors
15654         like to eat them.
15655
15656 2007-03-23  Eric Blake  <ebb9@byu.net>
15657
15658         * lib/version-etc.c (version_etc_va): Update license wording to
15659         be more concise.  Recommended by Richard Stallman.
15660
15661 2007-03-22  Bruno Haible  <bruno@clisp.org>
15662
15663         * lib/poll.c (MSG_PEEK): New fallback definition.
15664
15665 2007-03-22  Bruno Haible  <bruno@clisp.org>
15666
15667         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
15668         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
15669         (main): Update.
15670         Fixes a compilation error on BeOS.
15671
15672 2007-03-22  Bruno Haible  <bruno@clisp.org>
15673
15674         * modules/frexpl-tests: New file.
15675         * tests/test-frexpl.c: New file.
15676
15677         * modules/frexpl: New file.
15678         * m4/frexpl.m4: New file.
15679         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
15680         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
15681         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
15682         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
15683         (Depends-on): Add frexpl. Remove isnanl-nolibm.
15684         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
15685
15686 2007-03-22  Bruno Haible  <bruno@clisp.org>
15687
15688         * lib/frexpl.c: Share code with lib/frexp.c.
15689         * modules/mathl (Files): Add lib/frexp.c.
15690         (Depends-on): Add isnanl-nolibm.
15691
15692 2007-03-22  Bruno Haible  <bruno@clisp.org>
15693
15694         * modules/printf-frexp (Files): Add m4/frexp.m4.
15695         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
15696         only if the found frexp function actually works.
15697
15698 2007-03-22  Bruno Haible  <bruno@clisp.org>
15699
15700         * lib/frexp.c: Remove older implementation that uses divisions.
15701
15702 2007-03-21  Bruno Haible  <bruno@clisp.org>
15703
15704         * modules/frexp-tests: New file.
15705         * tests/test-frexp.c: New file.
15706
15707         * modules/frexp: New file.
15708         * lib/frexp.c: New file.
15709         * m4/frexp.m4: New file.
15710         * lib/math_.h (frexp): New declaration.
15711         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
15712         REPLACE_FREXP.
15713         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
15714
15715 2007-03-21  Bruno Haible  <bruno@clisp.org>
15716
15717         * modules/isnanl-tests: New file.
15718         * tests/test-isnanl.c: New file.
15719
15720         * modules/isnanl: New file.
15721         * lib/isnanl.h: New file.
15722         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
15723         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
15724         gl_FUNC_ISNANL_WORKS.
15725         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
15726         New macros.
15727
15728 2007-03-21  Bruno Haible  <bruno@clisp.org>
15729
15730         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
15731         lib/isnanl.h.
15732         (Include): Update.
15733         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
15734         * lib/vasnprintf.c: Update.
15735         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
15736         tests/test-isnanl.h, remove tests/test-isnanl.c.
15737         (Makefile.am): Update.
15738         * tests/test-isnanl-nolibm.c: New file.
15739         * tests/test-isnanl.h: New file.
15740         * tests/test-isnanl.c: Remove file.
15741
15742 2007-03-21  Jim Meyering  <jim@meyering.net>
15743
15744         When trying to open ".", treat ESTALE like EACCES.
15745         * lib/savewd.c (savewd_save): Resort to forking not just upon
15746         failure with EACCES, but also when errno is ESTALE.
15747
15748 2007-03-20  Bruno Haible  <bruno@clisp.org>
15749
15750         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
15751         Needed on AIX 5.1. Reported by Matthew Woehlke.
15752
15753 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
15754
15755         Suggestions by Bruno Haible:
15756         * lib/acl-internal.h: Include "gettext.h" rather than rolling
15757         our own.
15758         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
15759         * modules/acl (Depends-on): Add gettext.
15760
15761 2007-03-19  Bruno Haible  <bruno@clisp.org>
15762
15763         * modules/iconvme: Remove file.
15764         * lib/iconvme.h: Remove file.
15765         * lib/iconvme.c: Remove file.
15766         * m4/iconvme.m4: Remove file.
15767
15768 2007-03-19  Bruno Haible  <bruno@clisp.org>
15769
15770         * doc/relocatable-maint.texi: Break long shell script line.
15771         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
15772
15773 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
15774
15775         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
15776         handle file_has_acl.
15777         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
15778         * lib/acl.c: Move header inclusions and related macro defns into
15779         lib/acl-internal.h.
15780         (S_ISLNK): Remove defn, since that's now done for us.
15781         (file_has_acl): Move to lib/file-has-acl.c.
15782         Call acl_trivial if available.  This is the crucial part of the fix.
15783         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
15784         shared within the library.  Rewrite a bit, partly to make it compatible
15785         with the GNU coding style.
15786         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
15787         Remove unnecessary double-quotes.
15788         Don't test for acl_to_text; the build will catch that.
15789         Replace acl_entries if it doesn't exist and it is needed.
15790         Check for -lsec and acl_trivial (as used on Solaris 10).
15791         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
15792         lib/file-has-acl.c.
15793         (Depends-on): Add sys_stat, for S_ISLNK.
15794
15795 2007-03-19  Ben Pfaff  <blp@gnu.org>
15796
15797         * doc/gnulib.texi: Fix typos.
15798         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
15799
15800 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
15801
15802         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
15803         If size is zero here, buf must be zero.
15804
15805 2007-03-19  Simon Josefsson  <simon@josefsson.org>
15806
15807         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
15808         <bruno@clisp.org>.
15809
15810 2007-03-18  Bruno Haible  <bruno@clisp.org>
15811
15812         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
15813         Suggested by Eric Blake.
15814
15815 2007-03-18  Ben Pfaff  <blp@gnu.org>
15816
15817         * doc/relocatable.texi: Recommend using as prefix a directory
15818         that does not exist and will never be created.  Based on
15819         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
15820         and others.
15821
15822 2007-03-17  Bruno Haible  <bruno@clisp.org>
15823
15824         * lib/fchownat.c: Include lchown.h.
15825
15826 2007-03-17  Bruno Haible  <bruno@clisp.org>
15827
15828         Fix endless loop when the given allocated size was > INT_MAX.
15829         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
15830         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
15831         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
15832         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
15833         * lib/sprintf.c (sprintf): Likewise.
15834
15835 2007-03-17  Bruno Haible  <bruno@clisp.org>
15836
15837         * tests/test-argp-2.sh (func_compare): Output a context diff.
15838
15839 2007-03-17  Bruno Haible  <bruno@clisp.org>
15840
15841         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
15842         locale's decimal-point character.
15843
15844 2007-03-17  Bruno Haible  <bruno@clisp.org>
15845
15846         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
15847         before comparing it. Needed because on some platforms (e.g. x86) a
15848         'long double' occupies less bytes than sizeof (long double).
15849
15850 2007-03-17  Bruno Haible  <bruno@clisp.org>
15851
15852         * tests/test-crc.c (main): Make printf statements 64-bit clean.
15853         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
15854         * tests/test-getaddrinfo.c (simple): Likewise.
15855         * tests/test-read-file.c (main): Likewise.
15856
15857 2007-03-17  Bruno Haible  <bruno@clisp.org>
15858
15859         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
15860
15861 2007-03-17  Bruno Haible  <bruno@clisp.org>
15862
15863         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
15864         unused variable.
15865
15866 2007-03-17  Bruno Haible  <bruno@clisp.org>
15867
15868         * tests/test-c-strcasecmp.c: Include c-strcase.h.
15869         * tests/test-c-strncasecmp.c: Likewise.
15870
15871 2007-03-17  Bruno Haible  <bruno@clisp.org>
15872
15873         * modules/stdlib (Depends-on): Add unistd.
15874         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
15875         Needed for MacOS X 10.3.
15876
15877 2007-03-17  Bruno Haible  <bruno@clisp.org>
15878
15879         * lib/unistr/u-strdup.h: Include <stdlib.h>.
15880
15881 2007-03-17  Bruno Haible  <bruno@clisp.org>
15882
15883         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
15884
15885 2007-03-17  Bruno Haible  <bruno@clisp.org>
15886
15887         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
15888         to reflect files copied from gnulib (with or without modifications).
15889         Suggested by Jim Meyering.
15890
15891 2007-03-17  Eric Blake  <ebb9@byu.net>
15892
15893         * NEWS: Document stdlib change from 2007-02-18.
15894
15895 2007-03-17  Jim Meyering  <jim@meyering.net>
15896
15897         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
15898         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
15899         someone uses a name containing shell meta-characters.
15900         Reported by Alfred M. Szmidt.
15901
15902         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
15903
15904 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
15905
15906         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
15907         and copy gettext configuration files only if configure.ac contains
15908         a use of AM_GNU_GETTEXT_VERSION.
15909
15910 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
15911
15912         * build-aux/bootstrap (gnulib_name): New variable.
15913         (gnulib_tool_options): Use it.
15914
15915 2007-03-13  Simon Josefsson  <simon@josefsson.org>
15916
15917         * tests/test-des.c: Use new namespace.
15918
15919 2007-03-15  Bruno Haible  <bruno@clisp.org>
15920
15921         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
15922         Reported by James Youngman <jay@gnu.org>.
15923
15924 2007-03-15  Bruno Haible  <bruno@clisp.org>
15925
15926         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
15927         declared prototype. Needed with cc on OSF/1 5.1.
15928
15929 2007-03-15  Bruno Haible  <bruno@clisp.org>
15930
15931         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
15932         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
15933         (struct gl_list_implementation): Add dispose_fn argument to the
15934         'create_empty', 'create' methods.
15935         (struct gl_list_impl_base): Add field 'dispose_fn'.
15936         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
15937         argument.
15938         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
15939         dispose_fn argument.
15940         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
15941         dispose_fn on the dropped values.
15942         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
15943         dispose_fn argument.
15944         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
15945         dropped values.
15946         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
15947         (gl_tree_remove_node): Call dispose_fn on the dropped value.
15948         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
15949         (gl_tree_remove_node): Call dispose_fn on the dropped value.
15950         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
15951         argument.
15952         (gl_tree_list_free): Call dispose_fn on the dropped values.
15953         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
15954         the dropped values.
15955         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
15956         Add dispose_fn argument.
15957         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
15958         Call dispose_fn on the dropped values.
15959         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
15960         Add dispose_fn argument.
15961         (gl_sublist_create): Initialize the 'dispose_fn' field.
15962         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
15963         * tests/test-array_list.c (main): Update.
15964         * tests/test-carray_list.c (main): Update.
15965         * tests/test-avltree_list.c (main): Update.
15966         * tests/test-rbtree_list.c (main): Update.
15967         * tests/test-avltreehash_list.c (main): Update.
15968         * tests/test-rbtreehash_list.c (main): Update.
15969         * tests/test-linked_list.c (main): Update.
15970         * tests/test-linkedhash_list.c (main): Update.
15971         * tests/test-array_oset.c (main): Update.
15972
15973 2007-03-15  Bruno Haible  <bruno@clisp.org>
15974
15975         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
15976         (gl_oset_create_empty): Add dispose_fn argument.
15977         (struct gl_oset_implementation): Add dispose_fn argument to
15978         'create_empty' method.
15979         (struct gl_oset_impl_base): Add dispose_fn field.
15980         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
15981         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
15982         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
15983         values.
15984         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
15985         (gl_tree_oset_free): Call dispose_fn on the dropped values.
15986         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
15987         dropped value.
15988         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
15989         dropped value.
15990         * tests/test-array_oset.c (main): Update.
15991         * tests/test-avltree_oset.c (main): Update.
15992         * tests/test-rbtree_oset.c (main): Update.
15993         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
15994
15995 2007-03-13  Bruno Haible  <bruno@clisp.org>
15996
15997         * tests/test-stdbool.c (i): Update after last patch.
15998
15999 2007-03-12  Bruno Haible  <bruno@clisp.org>
16000
16001         * lib/quotearg.c: Include <wctype.h> early, before the definition of
16002         the iswprint macro. Needed on Solaris 2.5.1.
16003
16004 2007-03-12  Bruno Haible  <bruno@clisp.org>
16005
16006         * tests/test-printf-frexp.c (main): Declare x as volatile.
16007
16008 2007-03-12  Simon Josefsson  <simon@josefsson.org>
16009
16010         * doc/gnulib.texi (Build robot for gnulib): New section.
16011
16012 2007-03-12  Jim Meyering  <jim@meyering.net>
16013
16014         * build-aux/bootstrap: New file.
16015         * build-aux/bootstrap.conf: New file, from coreutils.
16016
16017 2007-03-11  Bruno Haible  <bruno@clisp.org>
16018
16019         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
16020
16021 2007-03-12  Simon Josefsson  <simon@josefsson.org>
16022
16023         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
16024         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
16025         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
16026
16027 2007-03-11  Bruno Haible  <bruno@clisp.org>
16028
16029         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
16030         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
16031
16032 2007-03-11  Bruno Haible  <bruno@clisp.org>
16033
16034         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
16035         formula. Needed for SunPRO C 5.0.
16036
16037 2007-03-11  Bruno Haible  <bruno@clisp.org>
16038
16039         * modules/long-options (Depends-on): Add getopt.
16040
16041 2007-03-11  Bruno Haible  <bruno@clisp.org>
16042
16043         * modules/modechange (Depends-on): Add stdbool.
16044
16045 2007-03-11  Bruno Haible  <bruno@clisp.org>
16046
16047         * modules/i-ring (Depends-on): Add stdbool.
16048
16049 2007-03-11  Bruno Haible  <bruno@clisp.org>
16050
16051         * modules/gc-des (Depends-on): Add stdbool.
16052
16053 2007-03-11  Bruno Haible  <bruno@clisp.org>
16054
16055         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
16056
16057 2007-03-11  Bruno Haible  <bruno@clisp.org>
16058
16059         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
16060
16061 2007-03-11  Bruno Haible  <bruno@clisp.org>
16062
16063         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
16064
16065 2007-03-11  Bruno Haible  <bruno@clisp.org>
16066
16067         * lib/vasnprintf.c (sprintf): Undefine.
16068
16069 2007-03-11  Bruno Haible  <bruno@clisp.org>
16070
16071         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
16072         initializers in SunPRO C and Compaq C compilers.
16073
16074 2007-03-11  Bruno Haible  <bruno@clisp.org>
16075
16076         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
16077         decrementing code ANSI C compliant.
16078
16079 2007-03-11  Bruno Haible  <bruno@clisp.org>
16080
16081         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
16082         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
16083
16084 2007-03-11  Bruno Haible  <bruno@clisp.org>
16085
16086         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
16087         <stdbool.h> substitute doesn't pass.
16088
16089 2007-03-11  Bruno Haible  <bruno@clisp.org>
16090
16091         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
16092
16093 2007-03-11  Bruno Haible  <bruno@clisp.org>
16094
16095         * gnulib-tool (func_create_megatestdir): Create also an autobuild
16096         script, for submission to autobuild.josefsson.org.
16097
16098 2007-03-10  Bruno Haible  <bruno@clisp.org>
16099
16100         * modules/canonicalize-lgpl-tests: New file.
16101         * tests/test-canonicalize-lgpl.sh: New file.
16102         * tests/test-canonicalize-lgpl.c: New file.
16103
16104         * modules/c-strcase-tests: New file.
16105         * tests/test-c-strcase.sh: New file.
16106         * tests/test-c-strcasecmp.c: New file.
16107         * tests/test-c-strncasecmp.c: New file.
16108
16109         * modules/atexit-tests: New file.
16110         * tests/test-atexit.sh: New file.
16111         * tests/test-atexit.c: New file.
16112
16113 2007-03-10  Bruno Haible  <bruno@clisp.org>
16114
16115         * tests/test-binary-io.sh: Use temporary filenames that are not so
16116         likely to clash with those of other tests (in a parallel make).
16117         * tests/test-binary-io.c: Likewise.
16118
16119 2007-03-10  Bruno Haible  <bruno@clisp.org>
16120
16121         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
16122         fallback; use #error instead.
16123         Suggested by Simon Josefsson.
16124
16125 2007-03-10  Bruno Haible  <bruno@clisp.org>
16126
16127         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
16128         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
16129         first and the last.
16130
16131 2007-03-10  Bruno Haible  <bruno@clisp.org>
16132
16133         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
16134
16135 2007-03-10  Bruno Haible  <bruno@clisp.org>
16136
16137         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
16138         "make distcheck".
16139         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
16140         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
16141         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
16142
16143 2007-03-10  Bruno Haible  <bruno@clisp.org>
16144
16145         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
16146         variable.
16147         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
16148         variable.
16149
16150 2007-03-09  Eric Blake  <ebb9@byu.net>
16151         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
16152
16153         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
16154         types are not being provided by gnulib.
16155         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
16156         types are supported.
16157
16158 2007-03-10  Bruno Haible  <bruno@clisp.org>
16159
16160         * lib/stdio_.h (__attribute__): New macro.
16161         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
16162         vsprintf): Specify __attribute__ __format__ for GCC.
16163         Suggested by Eric Blake.
16164
16165 2007-03-09  Bruno Haible  <bruno@clisp.org>
16166
16167         * modules/printf-posix-tests: New file.
16168         * tests/test-printf-posix.sh: New file.
16169         * tests/test-printf-posix.c: New file.
16170
16171         * modules/printf-posix: New file.
16172         * lib/printf.c: New file.
16173         * m4/printf-posix-rpl.m4: New file.
16174         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
16175         REPLACE_PRINTF.
16176         * lib/stdio_.h (printf): New declaration.
16177         (format, __format__, ____printf____, ____scanf____, ____strftime____,
16178         ____strfmon____): New macros.
16179         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
16180         REPLACE_PRINTF.
16181
16182 2007-03-09  Bruno Haible  <bruno@clisp.org>
16183
16184         * tests/test-vasnprintf-posix2.sh: New file.
16185         * tests/test-vasnprintf-posix2.c: New file.
16186         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
16187         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
16188         (Makefile.am): Activate test-vasnprintf-posix2.sh.
16189
16190         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
16191         a locale dependent decimal point, rather than always '.'.
16192
16193 2007-03-09  Eric Blake  <ebb9@byu.net>
16194
16195         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
16196         spite of platforms like Tandem/NSK that define it to -1.
16197
16198 2007-03-08  Bruno Haible  <bruno@clisp.org>
16199
16200         * modules/vprintf-posix-tests: New file.
16201         * tests/test-vprintf-posix.sh: New file.
16202         * tests/test-vprintf-posix.c: New file.
16203         * tests/test-printf-posix.h: New file.
16204
16205         * modules/vprintf-posix: New file.
16206         * lib/vprintf.c: New file.
16207         * m4/vprintf-posix.m4: New file.
16208         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
16209         REPLACE_VPRINTF.
16210         * lib/stdio_.h (vprintf): New declaration.
16211         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
16212         REPLACE_VPRINTF.
16213
16214 2007-03-08  Bruno Haible  <bruno@clisp.org>
16215
16216         * modules/fprintf-posix-tests: New file.
16217         * tests/test-fprintf-posix.sh: New file.
16218         * tests/test-fprintf-posix.c: New file.
16219
16220         * modules/fprintf-posix: New file.
16221         * lib/fprintf.c: New file.
16222         * m4/fprintf-posix.m4: New file.
16223         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
16224         REPLACE_FPRINTF.
16225         * lib/stdio_.h (fprintf): New declaration.
16226         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
16227         REPLACE_FPRINTF.
16228
16229 2007-03-08  Bruno Haible  <bruno@clisp.org>
16230
16231         * modules/vfprintf-posix-tests: New file.
16232         * tests/test-vfprintf-posix.sh: New file.
16233         * tests/test-vfprintf-posix.c: New file.
16234         * tests/test-fprintf-posix.h: New file.
16235         * tests/test-fprintf-posix.out: New file.
16236
16237         * modules/vfprintf-posix: New file.
16238         * lib/vfprintf.c: New file.
16239         * m4/vfprintf-posix.m4: New file.
16240         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
16241         REPLACE_VFPRINTF.
16242         * lib/stdio_.h (vfprintf): New declaration.
16243         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
16244         REPLACE_VFPRINTF.
16245
16246 2007-03-08  Bruno Haible  <bruno@clisp.org>
16247
16248         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
16249
16250 2007-03-08  Bruno Haible  <bruno@clisp.org>
16251
16252         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
16253         instead of 'expr' invocations.
16254         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16255         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16256         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16257         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16258         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16259         Suggested by Paul Eggert.
16260
16261 2007-03-08  Bruno Haible  <bruno@clisp.org>
16262
16263         * modules/fseterr-tests: New file.
16264         * tests/test-fseterr.c: New file.
16265
16266         * modules/fseterr: New file.
16267         * lib/fseterr.h: New file.
16268         * lib/fseterr.c: New file.
16269
16270 2007-03-08  Bruno Haible  <bruno@clisp.org>
16271
16272         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
16273         * lib/getopt_.h: Likewise.
16274         * lib/mbswidth.h: Likewise.
16275         * lib/setenv.h: Likewise.
16276         * lib/vasnprintf.h: Likewise.
16277         * lib/vasprintf.h: Likewise.
16278         * lib/verror.h: Likewise.
16279         * lib/xsetenv.h: Likewise.
16280         * lib/xvasprintf.h: Likewise.
16281
16282 2007-03-08  Jim Meyering  <jim@meyering.net>
16283
16284         * users.txt: Add parted.
16285
16286         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
16287
16288 2007-03-07  Bruno Haible  <bruno@clisp.org>
16289
16290         * m4/printf.m4: Make the shell script snippets copy&pastable.
16291
16292 2007-03-02  Bruno Haible  <bruno@clisp.org>
16293
16294         * lib/netinet_in_.h: New file.
16295         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
16296         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
16297         * modules/netinet_in (Files): Add lib/netinet_in_.h.
16298         (Depends-on): Add absolute-header.
16299         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
16300         into netinet/in.h.
16301
16302 2007-03-03  Bruno Haible  <bruno@clisp.org>
16303
16304         * lib/sys_select_.h: New file.
16305         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
16306         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
16307         * modules/sys_select (Files): Add lib/sys_select_.h.
16308         (Depends-on): Add absolute-header.
16309         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
16310         into sys/select.h.
16311
16312 2007-03-02  Bruno Haible  <bruno@clisp.org>
16313
16314         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
16315         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
16316         values.
16317         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
16318         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
16319         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
16320         * modules/sys_socket (Depends-on): Add absolute-header.
16321         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
16322         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
16323         (Include): Remove requirement of inclusion of <sys/types.h>.
16324
16325 2007-03-02  Bruno Haible  <bruno@clisp.org>
16326
16327         * lib/byteswap_.h (bswap_32): Fix formula.
16328
16329 2007-03-06  Bruno Haible  <bruno@clisp.org>
16330
16331         * modules/sprintf-posix-tests: New file.
16332         * tests/test-sprintf-posix.c: New file.
16333
16334         * modules/sprintf-posix: New file.
16335         * lib/sprintf.c: New file.
16336         * m4/sprintf-posix.m4: New file.
16337         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
16338         REPLACE_SPRINTF.
16339         * lib/stdio_.h (sprintf): New declaration.
16340         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
16341         REPLACE_SPRINTF.
16342
16343 2007-03-06  Bruno Haible  <bruno@clisp.org>
16344
16345         * modules/vsprintf-posix-tests: New file.
16346         * tests/test-vsprintf-posix.c: New file.
16347         * tests/test-sprintf-posix.h: New file.
16348
16349         * modules/vsprintf-posix: New file.
16350         * lib/vsprintf.c: New file.
16351         * m4/vsprintf-posix.m4: New file.
16352         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
16353         REPLACE_VSPRINTF.
16354         * lib/stdio_.h (vsprintf): New declaration.
16355         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
16356         REPLACE_VSPRINTF.
16357
16358 2007-03-06  Bruno Haible  <bruno@clisp.org>
16359
16360         * modules/vsnprintf (Depend-on): Remove minmax.
16361
16362 2007-03-06  Bruno Haible  <bruno@clisp.org>
16363
16364         * modules/snprintf-posix-tests: New file.
16365         * tests/test-snprintf-posix.c: New file.
16366
16367         * modules/snprintf-posix: New file.
16368         * m4/snprintf-posix.m4: New file.
16369         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
16370         gl_FUNC_SNPRINTF.
16371         (gl_FUNC_SNPRINTF): Invoke it.
16372         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
16373         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
16374         is set.
16375         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
16376
16377 2007-03-06  Bruno Haible  <bruno@clisp.org>
16378
16379         * modules/vsnprintf-posix-tests: New file.
16380         * tests/test-vsnprintf-posix.c: New file.
16381         * tests/test-snprintf-posix.h: New file.
16382
16383         * modules/vsnprintf-posix: New file.
16384         * m4/vsnprintf-posix.m4: New file.
16385         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
16386         gl_FUNC_VSNPRINTF.
16387         (gl_FUNC_VSNPRINTF): Invoke it.
16388         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
16389         * lib/stdio_.h (vsnprintf): Define as a replacement if
16390         REPLACE_VSNPRINTF is set.
16391         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
16392
16393 2007-03-06  Bruno Haible  <bruno@clisp.org>
16394
16395         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
16396         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
16397
16398 2007-03-06  Bruno Haible  <bruno@clisp.org>
16399
16400         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
16401         (asinl): Declare also if HAVE_DECL_ASINL is set.
16402         (atanl): Declare also if HAVE_DECL_ATANL is set.
16403         (ceill): Declare also if HAVE_DECL_CEILL is set.
16404         (cosl): Declare also if HAVE_DECL_COSL is set.
16405         (expl): Declare also if HAVE_DECL_EXPL is set.
16406         (floorl): Declare also if HAVE_DECL_FLOORL is set.
16407         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
16408         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
16409         (logl): Declare also if HAVE_DECL_LOGL is set.
16410         (sinl): Declare also if HAVE_DECL_SINL is set.
16411         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
16412         (tanl): Declare also if HAVE_DECL_TANL is set.
16413         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
16414         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
16415         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
16416         declaration of frexpl, ldexpl.
16417         * modules/printf-frexpl (Depends-on): Add math.
16418         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
16419
16420 2007-03-05  Bruno Haible  <bruno@clisp.org>
16421
16422         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
16423         frexpl and ldexpl are declared.
16424         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
16425
16426 2007-03-05  Bruno Haible  <bruno@clisp.org>
16427
16428         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
16429         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
16430
16431 2007-03-05  Bruno Haible  <bruno@clisp.org>
16432
16433         * lib/stdio_.h: Include <stddef.h>.
16434
16435 2007-03-05  Bruno Haible  <bruno@clisp.org>
16436
16437         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
16438
16439 2007-03-05  Bruno Haible  <bruno@clisp.org>
16440
16441         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
16442         NetBSD 4, from Ralf Wildenhues.
16443
16444 2007-03-04  Bruno Haible  <bruno@clisp.org>
16445
16446         * lib/vasprintf.h: Update #if logic for the case when the functions
16447         exist but are overridden.
16448
16449 2007-03-04  Bruno Haible  <bruno@clisp.org>
16450
16451         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
16452         implementations: glibc-2.4 and MacOS X 10.3.
16453         * tests/test-vasnprintf-posix.c (test_function): Test also the case
16454         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
16455         * tests/test-vasprintf-posix.c (test_function): Likewise.
16456
16457 2007-03-04  Bruno Haible  <bruno@clisp.org>
16458
16459         * modules/vasprintf-posix-tests: New file.
16460         * tests/test-vasprintf-posix.c: New file.
16461
16462         * modules/vasprintf-posix: New file.
16463         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
16464         defined.
16465         * m4/vasprintf-posix.m4: New file.
16466         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
16467         gl_FUNC_VASPRINTF.
16468         (gl_FUNC_VASPRINTF): Invoke it.
16469         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
16470         here.
16471         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
16472
16473 2007-03-04  Bruno Haible  <bruno@clisp.org>
16474
16475         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
16476         REPLACE_GETTIMEOFDAY.
16477         * modules/sys_time (Makefile.am): Likewise.
16478         * m4/sys_time_h.m4: Likewise.
16479         * m4/gettimeofday.m4: Likewise.
16480
16481 2007-03-04  Bruno Haible  <bruno@clisp.org>
16482
16483         * modules/vasnprintf-posix-tests: New file.
16484         * tests/test-vasnprintf-posix.c: New file.
16485
16486         * modules/vasnprintf-posix: New file.
16487         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
16488         printf-frexpl.h.
16489         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
16490         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
16491         REPLACE_VASNPRINTF is defined.
16492         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
16493         gl_FUNC_VASNPRINTF.
16494         (gl_FUNC_VASNPRINTF): Invoke it.
16495         * m4/vasnprintf-posix.m4: New file.
16496         * m4/printf.m4: New file.
16497
16498 2007-03-04  Bruno Haible  <bruno@clisp.org>
16499
16500         Compile progreloc.c only if --enable-relocatable is specified.
16501         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
16502         if --enable-relocatable was specified.
16503         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
16504         lib_SOURCES.
16505
16506 2007-03-04  Jim Meyering  <jim@meyering.net>
16507
16508         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
16509         Use it consistently, rather than enumerating errno constants.
16510
16511 2007-03-04  Bruno Haible  <bruno@clisp.org>
16512
16513         * modules/xvasprintf-tests: New file.
16514         * tests/test-xvasprintf.c: New file.
16515
16516         * modules/vasprintf-tests: New file.
16517         * tests/test-vasprintf.c: New file.
16518
16519         * modules/vasnprintf-tests: New file.
16520         * tests/test-vasnprintf.c: New file.
16521
16522         * modules/vsnprintf-tests: New file.
16523         * tests/test-vsnprintf.c: New file.
16524
16525         * modules/snprintf-tests: New file.
16526         * tests/test-snprintf.c: New file.
16527
16528 2007-03-04  Bruno Haible  <bruno@clisp.org>
16529
16530         Compile relocatable.c only if --enable-relocatable is specified.
16531         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
16532         gl_RELOCATABLE_LIBRARY.
16533         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
16534         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
16535         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
16536         gl_RELOCATABLE_LIBRARY.
16537         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
16538         (Makefile.am): Remove lib_SOURCES.
16539         * modules/relocatable-lib-lgpl (configure.ac): Invoke
16540         gl_RELOCATABLE_LIBRARY.
16541         (Makefile.am): Remove lib_SOURCES.
16542         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
16543         always.
16544         * modules/relocatable-prog-wrapper (configure.ac): Invoke
16545         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
16546
16547 2007-03-04  Bruno Haible  <bruno@clisp.org>
16548
16549         * modules/argmatch-tests: New file.
16550         * tests/test-argmatch.c: New file.
16551
16552         * tests/test-allocsa.c (main): Halve the number of loop runs.
16553
16554         * modules/alloca-opt-tests: New file.
16555         * tests/test-alloca-opt.c: New file.
16556
16557 2007-03-04  Jim Meyering  <jim@meyering.net>
16558
16559         Work around difference between Linux ACLs and Solaris 10 ZFS.
16560         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
16561         for EINVAL.
16562
16563 2007-03-03  Bruno Haible  <bruno@clisp.org>
16564
16565         * modules/relocatable-prog (Depends-on): Add back progreloc's
16566         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
16567
16568 2007-03-03  Bruno Haible  <bruno@clisp.org>
16569
16570         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
16571         * modules/relocatable-lib: New file.
16572
16573 2007-03-03  Bruno Haible  <bruno@clisp.org>
16574
16575         * modules/relocatable-prog: Renamed from modules/relocatable.
16576         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
16577
16578 2007-03-03  Bruno Haible  <bruno@clisp.org>
16579
16580         * modules/relocatable-script (Files): Add doc/relocatable.texi,
16581         m4/relocatable-lib.m4.
16582         (Depends-on): Remove 'relocatable'.
16583         (configure.ac): Add gl_RELOCATABLE_NOP.
16584
16585 2007-03-03  Bruno Haible  <bruno@clisp.org>
16586
16587         * modules/relocatable-prog-wrapper: New file.
16588         * modules/relocatable (Depends-on): Add it. Remove all other
16589         dependencies except progname.
16590         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
16591
16592         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
16593         (gl_FUNC_STRERROR): Nop.
16594         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
16595
16596         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
16597         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
16598
16599         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
16600         (gl_FUNC_READLINK): Update.
16601
16602         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
16603
16604 2007-03-03  Bruno Haible  <bruno@clisp.org>
16605
16606         * lib/xreadlink.c: Include <unistd.h> unconditionally.
16607         * modules/xreadlink (Depends-on): Add unistd.
16608         * modules/xreadlink-with-size (Depends-on): Likewise.
16609
16610 2007-03-03  Bruno Haible  <bruno@clisp.org>
16611
16612         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
16613         extracted from gt_FUNC_SETENV.
16614         (gt_FUNC_SETENV): Remove macro.
16615         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
16616         remove gt_FUNC_SETENV.
16617
16618 2007-03-03  Bruno Haible  <bruno@clisp.org>
16619
16620         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
16621         ENABLE_RELOCATABLE here.
16622         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
16623
16624 2007-03-03  Bruno Haible  <bruno@clisp.org>
16625
16626         * modules/rbtreehash-list-tests (Depends-on): Add progname.
16627         * tests/test-rbtreehash_list.c: Include progname.h.
16628         (main): Call set_program_name.
16629
16630         * modules/rbtree-oset-tests (Depends-on): Add progname.
16631         * tests/test-rbtree_oset.c: Include progname.h.
16632         (main): Call set_program_name.
16633
16634         * modules/rbtree-list-tests (Depends-on): Add progname.
16635         * tests/test-rbtree_list.c: Include progname.h.
16636         (main): Call set_program_name.
16637
16638         * modules/linked-list-tests (Depends-on): Add progname.
16639         * tests/test-linked_list.c: Include progname.h.
16640         (main): Call set_program_name.
16641
16642 2007-03-03  Bruno Haible  <bruno@clisp.org>
16643
16644         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
16645         All uses of __restrict changed to _Restrict_.
16646         * lib/glob_.h (__restrict): Remove macro.
16647
16648 2007-03-02  Bruno Haible  <bruno@clisp.org>
16649
16650         * modules/gettext (configure.ac): Require gettext infrastructure
16651         from version 0.16.1.
16652
16653 2007-03-02  Bruno Haible  <bruno@clisp.org>
16654
16655         * modules/linkedhash-list-tests (Depends-on): Add progname.
16656         * tests/test-linkedhash_list.c: Include progname.h.
16657         (main): Call set_program_name.
16658
16659         * modules/carray-list-tests (Depends-on): Add progname.
16660         * tests/test-carray_list.c: Include progname.h.
16661         (main): Call set_program_name.
16662
16663         * modules/avltreehash-list-tests (Depends-on): Add progname.
16664         * tests/test-avltreehash_list.c: Include progname.h.
16665         (main): Call set_program_name.
16666
16667         * modules/avltree-oset-tests (Depends-on): Add progname.
16668         * tests/test-avltree_oset.c: Include progname.h.
16669         (main): Call set_program_name.
16670
16671         * modules/avltree-list-tests (Depends-on): Add progname.
16672         * tests/test-avltree_list.c: Include progname.h.
16673         (main): Call set_program_name.
16674
16675         * modules/array-oset-tests (Depends-on): Add progname.
16676         * tests/test-array_oset.c: Include progname.h.
16677         (main): Call set_program_name.
16678
16679         * modules/array-list-tests (Depends-on): Add progname.
16680         * tests/test-array_list.c: Include progname.h.
16681         (main): Call set_program_name.
16682
16683         * modules/argp-tests (Depends-on): Add progname.
16684         * tests/test-argp.c: Include argp.h first. Include progname.h.
16685         (main): Call set_program_name.
16686
16687 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
16688
16689         * doc/gnulib-tool.texi (Initial import): Reword description of
16690         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
16691         limited effect even if defined after the first system include.
16692
16693 2007-03-01  Bruno Haible  <bruno@clisp.org>
16694
16695         * build-aux/config.libpath: Update to libtool-1.5.22.
16696         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
16697
16698 2007-03-01  Bruno Haible  <bruno@clisp.org>
16699
16700         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
16701         foo_CFLAGS.
16702         Reported by Ralf Wildenhues.
16703
16704 2007-03-01  Bruno Haible  <bruno@clisp.org>
16705
16706         * build-aux/install-reloc: Remove object files left over by some
16707         compilers.
16708         Reported by Ralf Wildenhues.
16709
16710 2007-03-01  Bruno Haible  <bruno@clisp.org>
16711
16712         * build-aux/install-reloc: Break long lines.
16713
16714 2007-03-01  Bruno Haible  <bruno@clisp.org>
16715
16716         * doc/relocatable.texi: Document that it may not work on OpenBSD.
16717         Reported by Ralf Wildenhues.
16718
16719 2007-03-01  Bruno Haible  <bruno@clisp.org>
16720
16721         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
16722         include ordering constraints.
16723
16724 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16725
16726         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
16727         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
16728         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
16729         as another example.
16730         * lib/time_.h: Fix misspelling.
16731         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
16732         Require gl_HEADER_TIME_H_DEFAULTS.
16733         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
16734         * m4/time_r.m4 (gl_TIME_R): Likewise.
16735         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
16736
16737 2007-03-01  Bruno Haible  <bruno@clisp.org>
16738
16739         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
16740         * m4/utimens.m4 (gl_UTIMENS): Likewise.
16741
16742 2007-03-01  Jim Meyering  <jim@meyering.net>
16743
16744         * modules/xreadlink (Maintainer): Add my name.
16745         * modules/xreadlink-with-size (Depends-on): Alphabetize.
16746
16747 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
16748             Bruno Haible  <bruno@clisp.org>
16749
16750         * build-aux/install-reloc: Compile also c-ctype.c.
16751         * build-aux/relocatable.sh.in: New file.
16752         * doc/relocatable.texi: New file.
16753         * doc/relocatable-maint.texi: New file.
16754         * doc/gnulib.texi: Include relocatable-maint.texi.
16755         * lib/progreloc.c: Include unistd.h unconditionally.
16756         * lib/relocwrapper.c: Include unistd.h unconditionally.
16757         Include c-ctype.h.
16758         (add_dotbin): Use c_tolower.
16759         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
16760         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
16761         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
16762         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
16763         to m4/relocatable-lib.m4.
16764         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
16765         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
16766         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
16767         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
16768         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
16769         * modules/relocatable: New file.
16770         * modules/relocatable-lib: New file.
16771         * modules/relocatable-script: New file.
16772
16773 2007-02-28  Bruno Haible  <bruno@clisp.org>
16774
16775         Import --enable-relocatable infrastructure.
16776         * build-aux/config.libpath: New file, from GNU gettext.
16777         * build-aux/install-reloc: New file, from GNU gettext.
16778         * build-aux/reloc-ldflags: New file, from GNU gettext.
16779         * lib/relocatable.h: New file, from GNU gettext.
16780         * lib/relocatable.c: New file, from GNU gettext.
16781         * lib/relocwrapper.c: New file, from GNU gettext.
16782         * m4/relocatable.m4: New file, from GNU gettext.
16783
16784 2007-02-28  Bruno Haible  <bruno@clisp.org>
16785
16786         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
16787
16788         * modules/xreadlink: New file, from GNU gettext with modifications.
16789         * lib/xreadlink.c: New file, from GNU gettext.
16790         * lib/xreadlink.h: Add comments.
16791         (xreadlink): New declaration.
16792
16793         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
16794         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
16795         lib/xreadlink-with-size.c.
16796         (configure.ac): Remove gl_XREADLINK invocation.
16797         (Makefile.am): Augment lib_SOURCES.
16798         * m4/xreadlink.m4: Remove file.
16799         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
16800         (xreadlink_with_size): Renamed from xreadink.
16801         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
16802         * modules/canonicalize (Depends-on): Replace xreadlink with
16803         xreadlink-with-size.
16804         * lib/canonicalize.c (canonicalize_filename_mode): Update.
16805
16806 2007-02-25  Jim Meyering  <jim@meyering.net>
16807
16808         * build-aux/announce-gen: When complaining about excess arguments,
16809         list them.
16810
16811 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
16812
16813         * README: Document signed integer overflow situation more
16814         accurately.
16815
16816 2007-02-25  Bruno Haible  <bruno@clisp.org>
16817
16818         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
16819         'a' or 'A' conversion.
16820
16821 2007-02-25  Bruno Haible  <bruno@clisp.org>
16822
16823         * modules/filename: Renamed from modules/pathname.
16824         (Files): Replace lib/pathname.h with lib/filename.h. Replace
16825         lib/concatpath.c with lib/concat-filename.c.
16826         (Makefile.am): Update.
16827         (Include): Replace pathname.h with filename.h.
16828         * lib/filename.h: Renamed from lib/pathname.h.
16829         (concatenated_filename): Renamed from concatenated_pathname.
16830         * lib/concat-filename.c: Renamed from lib/concatpath.c.
16831         (concatenated_filename): Renamed from concatenated_pathname.
16832         * lib/findprog.c: Include filename.h instead of pathname.h.
16833         (find_in_path): Update.
16834         * lib/javacomp.c: Include filename.h instead of pathname.h.
16835         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
16836         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
16837         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
16838         is_oldgcj_14_13_usable, is_javac_usable): Update.
16839         * lib/javaexec.c: Include filename.h instead of pathname.h.
16840         (execute_java_class): Update.
16841         * modules/findprog: Update.
16842         * modules/javacomp: Update.
16843         * modules/javaexec: Update.
16844         * MODULES.html.sh (File system functions): Add 'filename', remove
16845         'pathname'.
16846
16847 2007-02-25  Bruno Haible  <bruno@clisp.org>
16848
16849         * modules/printf-frexpl-tests: New file.
16850         * tests/test-printf-frexpl.c: New file.
16851
16852         * modules/printf-frexpl: New file.
16853         * lib/printf-frexpl.h: New file.
16854         * lib/printf-frexpl.c: New file.
16855         * m4/printf-frexpl.m4: New file.
16856
16857 2007-02-25  Bruno Haible  <bruno@clisp.org>
16858
16859         * modules/printf-frexp-tests: New file.
16860         * tests/test-printf-frexp.c: New file.
16861
16862         * modules/printf-frexp: New file.
16863         * lib/printf-frexp.h: New file.
16864         * lib/printf-frexp.c: New file.
16865         * m4/printf-frexp.m4: New file.
16866
16867 2007-02-25  Bruno Haible  <bruno@clisp.org>
16868
16869         Assume automake >= 1.10 for the tests.
16870         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
16871         * modules/arctwo-tests: Likewise.
16872         * modules/argp-tests: Likewise.
16873         * modules/avltree-list-tests: Likewise.
16874         * modules/avltree-oset-tests: Likewise.
16875         * modules/avltreehash-list-tests: Likewise.
16876         * modules/carray-list-tests: Likewise.
16877         * modules/crc-tests: Likewise.
16878         * modules/des-tests: Likewise.
16879         * modules/gc-arcfour-tests: Likewise.
16880         * modules/gc-arctwo-tests: Likewise.
16881         * modules/gc-des-tests: Likewise.
16882         * modules/gc-hmac-md5-tests: Likewise.
16883         * modules/gc-hmac-sha1-tests: Likewise.
16884         * modules/gc-md2-tests: Likewise.
16885         * modules/gc-md4-tests: Likewise.
16886         * modules/gc-md5-tests: Likewise.
16887         * modules/gc-pbkdf2-sha1-tests: Likewise.
16888         * modules/gc-rijndael-tests: Likewise.
16889         * modules/gc-sha1-tests: Likewise.
16890         * modules/gc-tests: Likewise.
16891         * modules/getaddrinfo-tests: Likewise.
16892         * modules/hmac-md5-tests: Likewise.
16893         * modules/hmac-sha1-tests: Likewise.
16894         * modules/linked-list-tests: Likewise.
16895         * modules/linkedhash-list-tests: Likewise.
16896         * modules/lock-tests: Likewise.
16897         * modules/md2-tests: Likewise.
16898         * modules/md4-tests: Likewise.
16899         * modules/md5-tests: Likewise.
16900         * modules/rbtree-list-tests: Likewise.
16901         * modules/rbtree-oset-tests: Likewise.
16902         * modules/rbtreehash-list-tests: Likewise.
16903         * modules/read-file-tests: Likewise.
16904         * modules/rijndael-tests: Likewise.
16905         * modules/stdint-tests: Likewise.
16906         * modules/tls-tests: Likewise.
16907
16908 2007-02-24  Bruno Haible  <bruno@clisp.org>
16909
16910         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
16911         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
16912         function; instead check whether isnan with a double argument links.
16913         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
16914         function; instead check whether isnan with a 'long double' argument
16915         links.
16916         Reported by Eric Blake <ebb9@byu.net>.
16917
16918 2007-02-24  Bruno Haible  <bruno@clisp.org>
16919
16920         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
16921         defined.
16922         * lib/isnanl.c: Remove all code. Just include isnan.c.
16923         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
16924
16925 2007-02-25  Jim Meyering  <jim@meyering.net>
16926
16927         Avoid conflicting types for 'unsetenv' on FreeBSD.
16928         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
16929         conflicting with FreeBSD's (5.0 and 6.1) function declaration
16930         in stdlib.h.
16931
16932 2007-02-24  Bruno Haible  <bruno@clisp.org>
16933
16934         * modules/isnanl-nolibm-tests: New file.
16935         * tests/test-isnanl.c: New file.
16936
16937         * modules/isnanl-nolibm: New file.
16938         * lib/isnanl.h: New file.
16939         * lib/isnanl.c: New file.
16940         * m4/isnanl.m4: New file.
16941
16942 2007-02-24  Bruno Haible  <bruno@clisp.org>
16943
16944         * modules/isnan-nolibm-tests: New file.
16945         * tests/test-isnan.c: New file.
16946
16947         * modules/isnan-nolibm: New file.
16948         * lib/isnan.h: New file.
16949         * lib/isnan.c: New file.
16950         * m4/isnan.m4: New file.
16951
16952 2007-02-24  Bruno Haible  <bruno@clisp.org>
16953
16954         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
16955         assume that an exponent fits in 20 bits.
16956
16957 2007-02-24  Jim Meyering  <jim@meyering.net>
16958
16959         * m4/regex.m4: Update the description of the configure-time option,
16960         --without-included-regex, to state accurately what the defaults are,
16961         and perhaps to give people an idea why using this option is risky.
16962
16963 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
16964
16965         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
16966         loops on small arguments.  This attempts to avoid the problem
16967         Bruno Haible reported for AIX 4.3.2 in
16968         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
16969
16970 2007-02-23  Bruno Haible  <bruno@clisp.org>
16971
16972         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
16973         Needed for help2man.
16974
16975 2007-02-23  Karl Berry  <karl@gnu.org>
16976
16977         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
16978         exists, foo.h should be cvs-ignored, not committed.
16979
16980 2007-02-23  Eric Blake  <ebb9@byu.net>
16981
16982         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
16983         * lib/stat-time.h (includes): Likewise.
16984         * lib/utimecmp.c (includes): Likewise.
16985         * lib/utimens.h (includes): Likewise.
16986         * lib/getdate.y (includes): Also include "timespec.h" for use
16987         internal to the module.
16988         * modules/utimens (Depends-on): Revert yesterday's patch.
16989         * modules/nanosleep (Depends-on): Add missing dependency.
16990
16991 2007-02-22  Bruno Haible  <bruno@clisp.org>
16992
16993         * lib/glob.c: Don't include getlogin_r.h.
16994
16995 2007-02-22  Jim Meyering  <jim@meyering.net>
16996
16997         * modules/utimens (Depends-on): Add timespec, required for
16998         utimens.h's inclusion of timespec.h.
16999
17000 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
17001
17002         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
17003         long unreadable paths in GNU/Linux.  Problem reported by Andreas
17004         Schwab in
17005         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
17006         I'll try to think of a better way to fix the Solaris problem.
17007
17008         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
17009         like glibc; on Solaris 10, it fails with errno == EINVAL.
17010         POSIX says the behavior is unspecified if the first argument is NULL,
17011         so play it safe and never pass NULL to the system getcwd.
17012
17013 2007-02-21  Jim Meyering  <jim@meyering.net>
17014
17015         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
17016         of gettimeofday.  It would conflict with the one now always
17017         provided via sys_time_.h.  Reported by Matthew Woehlke, as
17018         an IRIX 6.5 build failure.
17019
17020 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
17021
17022         Minor fixups to port to Solaris 10 with Sun C 5.8.
17023         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
17024         * modules/getcwd (Depends-on): Add dirfd.
17025         * lib/putenv.c (putenv): #undef it.
17026         (rpl_putenv): New decl.
17027         (malloc, free): Include <stdlib.h> rather than prototyping separately.
17028
17029 2007-02-20  Bruno Haible  <bruno@clisp.org>
17030
17031         * modules/stdio-tests: New file.
17032         * tests/test-stdio.c: New file.
17033
17034         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
17035         (Depends-on): Add stdio.
17036         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
17037         (Include): Use <stdio.h> instead of vsnprintf.h.
17038         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
17039         HAVE_DECL_VSNPRINTF.
17040         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
17041
17042         * modules/snprintf (Files): Remove lib/snprintf.h.
17043         (Depends-on): Add stdio.
17044         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
17045         (Include): Use <stdio.h> instead of snprintf.h.
17046         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
17047         HAVE_DECL_SNPRINTF.
17048         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
17049         * lib/getaddrinfo.c: Likewise.
17050
17051         * modules/stdio: New file.
17052         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
17053         * lib/snprintf.h: Remove file.
17054         * lib/vsnprintf.h: Remove file.
17055         * lib/.cppi-disable: Remove snprintf.h.
17056         * m4/stdio_h.m4: New file.
17057         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
17058
17059 2007-02-20  Jim Meyering  <jim@meyering.net>
17060
17061         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
17062         used by e.g., mingw.  From Bruno Haible.
17063
17064 2007-02-19  Bruno Haible  <bruno@clisp.org>
17065
17066         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
17067         warnings.
17068         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17069
17070 2007-02-19  Bruno Haible  <bruno@clisp.org>
17071
17072         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
17073         from mingw users.
17074
17075 2007-02-19  Bruno Haible  <bruno@clisp.org>
17076
17077         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
17078         warnings.
17079         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
17080
17081 2007-02-19  Jim Meyering  <jim@meyering.net>
17082
17083         Don't use FD after a successful "fdopendir (fd)".
17084         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
17085         Reset it by calling dirfd on the just-obtained DIR*.
17086
17087         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
17088         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
17089
17090 2007-02-18  Bruno Haible  <bruno@clisp.org>
17091
17092         * lib/readlink.c: Include <unistd.h>.
17093         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
17094         HAVE_READLINK.
17095         * modules/readlink (Depends-on): Add unistd.
17096         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17097         (Include): Add <unistd.h>.
17098
17099         * lib/getlogin_r.h: Remove file.
17100         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
17101         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
17102         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
17103         HAVE_DECL_GETLOGIN_R.
17104         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
17105         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17106         (Include): Use <unistd.h> instead of getlogin_r.h.
17107
17108         * lib/getcwd.h: Remove file.
17109         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
17110         * lib/xgetcwd.c: Likewise.
17111         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
17112         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
17113         * modules/getcwd (Files): Remove lib/getcwd.h.
17114         (Depends-on): Add unistd.
17115         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17116         (Include): Use <unistd.h> instad of getcwd.h.
17117
17118         * lib/ftruncate.c: Include <unistd.h> first.
17119         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
17120         Set HAVE_FTRUNCATE.
17121         * modules/ftruncate (Depends-on): Add unistd.
17122         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17123
17124         * lib/fchdir.c: Include <unistd.h> first.
17125         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
17126         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
17127         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
17128         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17129         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
17130
17131         * lib/dup2.c: Include <unistd.h> first.
17132         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
17133         HAVE_DUP2.
17134         * modules/dup2 (Depends-on): Add unistd.
17135         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17136
17137         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
17138         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
17139         REPLACE_CHOWN. Don't define chown as a macro here.
17140         * modules/chown (Depends-on): Add unistd.
17141         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17142
17143         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
17144         Add definition for GL_LINK_WARNING.
17145         (chown, dup2): New declarations.
17146         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
17147         link warning.
17148         (ftruncate): New declaration.
17149         (getcwd): New declaration, taken from old getcwd.h.
17150         (getlogin_r): New declaration, taken from old getlogin_r.h.
17151         (readlink): New declaration.
17152         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
17153         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
17154         (gl_PREREQ_UNISTD): Remove macro.
17155         (gl_UNISTD_MODULE_INDICATOR): New macro.
17156         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
17157         many new variables. Don't set UNISTD_H.
17158         * modules/unistd (Description): Change.
17159         (Depends-on): Add link-warning.
17160         (configure.ac): Update.
17161         (Makefile.am): Create unistd.h always. Substitute many new variables
17162         into it.
17163
17164 2007-02-18  Bruno Haible  <bruno@clisp.org>
17165
17166         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
17167         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
17168         HAVE_GETSUBOPT.
17169         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
17170         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
17171         * lib/getsubopt.h: Remove file.
17172         * modules/getsubopt (Files): Remove lib/getsubopt.h.
17173         (Depends-on): Add stdlib.
17174         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
17175         (Includes): Use <stdlib.h> instead of getsubopt.h.
17176         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
17177         Set HAVE_GETSUBOPT.
17178         * lib/getsubopt.c: Don't include getsubopt.h.
17179
17180 2007-02-18  Bruno Haible  <bruno@clisp.org>
17181
17182         * modules/fchdir (Depends-on): Add dup2.
17183
17184 2007-02-18  Bruno Haible  <bruno@clisp.org>
17185
17186         * lib/stdlib_.h: Handle glibc's special invocation convention
17187         specially.
17188
17189 2007-02-18  Bruno Haible  <bruno@clisp.org>
17190
17191         * modules/stdlib-tests: New file.
17192         * tests/test-stdlib.c: New file.
17193
17194         * modules/mkstemp (Files): Remove lib/mkstemp.h.
17195         (Depends-on): Add stdlib.
17196         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
17197         (Includes): Use <stdlib.h> instead of mkstemp.h.
17198         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
17199         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
17200         * lib/mkstemp.c: Don't include mkstemp.h.
17201         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
17202         * lib/stdlib--.h: Don't include mkstemp.h.
17203
17204         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
17205         (Depends-on): Add stdlib.
17206         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
17207         (Includes): Use <stdlib.h> instead of mkdtemp.h.
17208         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
17209         HAVE_MKDTEMP.
17210         * lib/mkdtemp.c: Don't include mkdtemp.h.
17211         * lib/clean-temp.c: Don't include mkdtemp.h.
17212
17213         * modules/exit (Files): Remove lib/exit.h.
17214         (Depends-on): Add stdlib.
17215         (Makefile.am): Remove lib_SOURCES.
17216         (Include): Use <stdlib.h> instead of exit.h.
17217         * lib/argmatch.c: Don't include exit.h.
17218         * lib/execute.c: Likewise.
17219         * lib/pagealign_alloc.c: Likewise.
17220         * lib/pipe.c: Likewise.
17221         * lib/wait-process.c: Likewise.
17222         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
17223         * lib/exitfail.c: Likewise.
17224         * lib/savewd.c: Likewise.
17225         * lib/xsetenv.c: Likewise.
17226
17227         * modules/stdlib: New file.
17228         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
17229         and extra comments about mkstemp().
17230         * lib/exit.h: Remove file.
17231         * lib/mkdtemp.h: Remove file.
17232         * lib/mkstemp.h: Remove file.
17233         * m4/stdlib_h.m4: New file.
17234         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
17235
17236 2007-02-18  Bruno Haible  <bruno@clisp.org>
17237
17238         * modules/math-tests: New file.
17239         * tests/test-math.c: New file.
17240
17241         * modules/math: New file.
17242         * modules/mathl (Files): Remove lib/mathl.h.
17243         (Depends-on): Add math.
17244         (Makefile.am): Don't mention mathl.h.
17245         (Include): Use <math.h> instead of mathl.h.
17246         * lib/math_.h: New file.
17247         * lib/mathl.h: Remove file.
17248         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
17249         mathl.h.
17250         * lib/asinl.c: Likewise.
17251         * lib/atanl.c: Likewise.
17252         * lib/ceill.c: Likewise.
17253         * lib/cosl.c: Likewise.
17254         * lib/expl.c: Likewise.
17255         * lib/floorl.c: Likewise.
17256         * lib/frexpl.c: Likewise.
17257         * lib/ldexpl.c: Likewise.
17258         * lib/logl.c: Likewise.
17259         * lib/sincosl.c: Likewise.
17260         * lib/sinl.c: Likewise.
17261         * lib/sqrtl.c: Likewise.
17262         * lib/tanl.c: Likewise.
17263         * lib/trigl.c: Likewise.
17264         * m4/math_h.m4: New file.
17265         * MODULES.html.sh (Mathematics): Add math.
17266
17267 2007-02-17  Bruno Haible  <bruno@clisp.org>
17268
17269         * modules/wctype-tests: New file.
17270         * tests/test-wctype.c: New file.
17271
17272         * modules/wchar-tests: New file.
17273         * tests/test-wchar.c: New file.
17274
17275         * modules/unistd-tests: New file.
17276         * tests/test-unistd.c: New file.
17277
17278         * modules/time-tests: New file.
17279         * tests/test-time.c: New file.
17280
17281         * modules/sysexits-tests: New file.
17282         * tests/test-sysexits.c: New file.
17283
17284         * modules/sys_time-tests: New file.
17285         * tests/test-sys_time.c: New file.
17286
17287         * modules/sys_stat-tests: New file.
17288         * tests/test-sys_stat.c: New file.
17289
17290         * modules/sys_socket-tests: New file.
17291         * tests/test-sys_socket.c: New file.
17292
17293         * modules/sys_select-tests: New file.
17294         * tests/test-sys_select.c: New file.
17295
17296         * modules/string-tests: New file.
17297         * tests/test-string.c: New file.
17298
17299         * modules/stdbool-tests: New file.
17300         * tests/test-stdbool.c: New file.
17301
17302         * modules/netinet_in-tests: New file.
17303         * tests/test-netinet_in.c: New file.
17304
17305         * modules/inttypes-tests: New file.
17306         * tests/test-inttypes.c: New file.
17307
17308         * modules/fcntl-tests: New file.
17309         * tests/test-fcntl.c: New file.
17310
17311         * modules/byteswap-tests: New file.
17312         * tests/test-byteswap.c: New file.
17313
17314         * modules/arpa_inet-tests: New file.
17315         * tests/test-arpa_inet.c: New file.
17316
17317 2007-02-17  Bruno Haible  <bruno@clisp.org>
17318
17319         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
17320         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
17321         if the corresponding module is not enabled. Emit link warnings if
17322         the function is used nevertheless.
17323         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
17324         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
17325         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
17326         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
17327         * modules/inttypes (Depends-on): Add link-warning.
17328         (Makefile.am): Copy the contents of build-aux/link-warning.h into
17329         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
17330         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
17331         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
17332         * modules/imaxdiv (configure.ac): Likewise.
17333         * modules/strtoimax (configure.ac): Likewise.
17334         * modules/strtoumax (configure.ac): Likewise.
17335
17336 2007-02-17  Bruno Haible  <bruno@clisp.org>
17337
17338         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
17339         gl_STRING_MODULE_INDICATOR_DEFAULTS.
17340         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
17341         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
17342
17343 2007-02-17  Bruno Haible  <bruno@clisp.org>
17344
17345         * modules/link-warning: New file.
17346         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
17347         * lib/string_.h (GL_LINK_WARNING): Remove definition.
17348         * modules/string (Depends-on): Add link-warning.
17349         (Makefile.am): Copy the contents of build-aux/link-warning.h into
17350         string.h.
17351         * MODULES.html.sh (Support for building libraries and executables): Add
17352         link-warning.
17353
17354 2007-02-17  Bruno Haible  <bruno@clisp.org>
17355
17356         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
17357         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
17358         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
17359         long lines.
17360
17361 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
17362             Bruno Haible  <bruno@clisp.org>
17363
17364         * modules/tmpfile: New file.
17365         * lib/tmpfile.c: New file.
17366         * m4/tmpfile.m4: New file.
17367         * MODULES.html.sh (func_all_modules): New section "Input/output".
17368
17369 2007-02-15  Bruno Haible  <bruno@clisp.org>
17370
17371         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
17372         (supports_delete_on_close): New function.
17373         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
17374
17375 2007-02-14  Bruno Haible  <bruno@clisp.org>
17376
17377         * modules/mbspcasecmp-tests: New file.
17378         * tests/test-mbspcasecmp.sh: New file.
17379         * tests/test-mbspcasecmp.c: New file.
17380
17381         New module mbspcasecmp.
17382         * modules/mbspcasecmp: New file.
17383         * lib/mbspcasecmp.c: New file.
17384         * lib/string_.h (strncasecmp): Change warning message.
17385         (mbspcasecmp): New declaration.
17386         * m4/mbspcasecmp.m4: New file.
17387         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17388         GNULIB_MBSPCASECMP.
17389         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
17390         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
17391
17392 2007-02-14  Bruno Haible  <bruno@clisp.org>
17393
17394         * modules/mbsncasecmp-tests: New file.
17395         * tests/test-mbsncasecmp.sh: New file.
17396         * tests/test-mbsncasecmp.c: New file.
17397
17398         New module mbsncasecmp.
17399         * modules/mbsncasecmp: New file.
17400         * lib/mbsncasecmp.c: New file.
17401         * lib/string_.h (mbsncasecmp): New declaration.
17402         * m4/mbsncasecmp.m4: New file.
17403         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17404         GNULIB_MBSNCASECMP.
17405         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
17406         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
17407
17408 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
17409
17410         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
17411         Verify that it doesn't overlap with our flags.
17412         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
17413         do not have the desired effect in multibyte locales; instead, use
17414         mbscasecmp.
17415         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
17416         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
17417         we don't require GNU fnmatch ourselves (if our users require it, they
17418         should do so explicitly).
17419
17420         Fix regex code so it doesn't rely on strcasecmp.
17421         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
17422         Otherwise, include gnulib's langinfo.h.
17423         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
17424         undesirable behavior in non-C locales.  Instead, rely on localecharset.
17425         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
17426         * modules/regex (FILES): Remove m4/codeset.m4.
17427         (Depends-on): Add localcharset.  Remove strcase.
17428
17429 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17430
17431         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
17432         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
17433
17434 2007-02-13  Bruno Haible  <bruno@clisp.org>
17435
17436         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
17437         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17438
17439 2007-02-12  Bruno Haible  <bruno@clisp.org>
17440
17441         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
17442         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
17443         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
17444         time warning rather than a link error.
17445
17446 2007-02-12  Bruno Haible  <bruno@clisp.org>
17447
17448         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
17449         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
17450         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17451
17452 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
17453
17454         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
17455         args, not 2.
17456
17457 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
17458
17459         New module 'time', so that apps can include <time.h> as per
17460         POSIX and GNU instead of separate include files like time_r.h
17461         and timegm.h.  This implementation tries out a simpler approach
17462         for replacing decls in standard include files (as compared to
17463         the string module), somewhat as an experiment.
17464
17465         * config/srclist.txt: Comment out mktime.c for now.
17466         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
17467         since it doesn't apply any more.  Use generic wording instead.
17468         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
17469         'time'.
17470         * lib/time_.h, m4/time_h.m4, modules/time: New files.
17471         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
17472         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
17473         Don't include <sys/types.h>; no longer needed since we assume C89.
17474         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
17475         * lib/strftime.c: Likewise.
17476         * lib/time_r.c: Likewise.
17477         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
17478         * lib/nanosleep.c: Include <time.h> first, to check interface.
17479         * lib/strptime.c: Likewise.
17480         * lib/time_r.c: Likewise.
17481         * lib/timegm.c: Likewise.
17482         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
17483         needed.
17484         * lib/timegm.c: Don't include timegm.h; no longer needed.
17485         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
17486         time.h now handles any problems in that area.
17487         (struct timespec, nanosleep): Remove; time.h now arranges for these.
17488         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
17489         that time.h defines struct timespec.
17490         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
17491         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
17492         handles that.
17493         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
17494         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
17495         needed.  Set REPLACE_LOCALTIME.
17496         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
17497         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
17498         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
17499         nanosleep; time_h.m4 now does that.  Don't require
17500         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
17501         module handles this now.
17502         * modules/getdate (Depends-on): Remove timespec.  Add time.
17503         * modules/nanosleep (Depends-on): Likewise.
17504         * modules/stat-time (Depends-on): Likewise.
17505         * modules/nanosleep (Include): Include time.h, not timespec.h.
17506         * modules/strptime (Files): Remove lib/strptime.h.
17507         (Depends-on): Add extensions, time.
17508         (Include): Include time.h, not strptime.h.
17509         * modules/time_r (Files): Remove lib/time_r.h.
17510         (Depends-on): Add time.
17511         (Include): Include time.h, not time_r.h.
17512         * modules/timegm: Likewise.
17513         * modules/timespec (Description): Now does timespec-related decls
17514         of our own, instead of struct timespec itself.
17515         (Depends-on): Add time; remove extensions.
17516         (Maintainer): Add self.
17517         * modules/utimecmp (Depends-on): Add time; remove timespec.
17518         * modules/utimens (Depends-on): Likewise.
17519         * modules/xnanosleep (Depends-on): Likewise.
17520
17521 2007-02-11  Bruno Haible  <bruno@clisp.org>
17522
17523         * lib/c-strstr.c: Include allocsa.h.
17524         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
17525         * lib/c-strcasestr.c: Include allocsa.h.
17526         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
17527         * lib/strcasestr.c: Include allocsa.h.
17528         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
17529         * lib/mbsstr.c: Include allocsa.h.
17530         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
17531         allocsa/freesa instead of malloc/free.
17532         * lib/mbscasestr.c: Include allocsa.h.
17533         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
17534         allocsa/freesa instead of malloc/free.
17535         * modules/c-strstr (Depends-on): Add allocsa.
17536         * modules/c-strcasestr (Depends-on): Likewise.
17537         * modules/strcasestr (Depends-on): Likewise.
17538         * modules/mbsstr (Depends-on): Likewise.
17539         * modules/mbscasestr (Depends-on): Likewise.
17540
17541 2007-02-11  Bruno Haible  <bruno@clisp.org>
17542
17543         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
17544
17545         * modules/mbsspn-tests: New file.
17546         * tests/test-mbsspn.sh: New file.
17547         * tests/test-mbsspn.c: New file.
17548
17549 2007-02-11  Bruno Haible  <bruno@clisp.org>
17550
17551         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
17552
17553         * modules/mbspbrk-tests: New file.
17554         * tests/test-mbspbrk.sh: New file.
17555         * tests/test-mbspbrk.c: New file.
17556
17557 2007-02-11  Bruno Haible  <bruno@clisp.org>
17558
17559         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
17560         unneeded cast.
17561
17562         * modules/mbscspn-tests: New file.
17563         * tests/test-mbscspn.sh: New file.
17564         * tests/test-mbscspn.c: New file.
17565
17566 2007-02-11  Bruno Haible  <bruno@clisp.org>
17567
17568         * modules/mbscasecmp-tests: New file.
17569         * tests/test-mbscasecmp.sh: New file.
17570         * tests/test-mbscasecmp.c: New file.
17571
17572 2007-02-11  Bruno Haible  <bruno@clisp.org>
17573
17574         Ensure O(n) worst-case complexity of mbscasestr.
17575         * lib/mbscasestr.c: Include stdbool.h.
17576         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
17577         functions.
17578         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
17579         the bookkeeping indicates that it's worth it.
17580         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
17581
17582         * modules/mbscasestr-tests: New file.
17583         * tests/test-mbscasestr1.c: New file.
17584         * tests/test-mbscasestr2.sh: New file.
17585         * tests/test-mbscasestr2.c: New file.
17586         * tests/test-mbscasestr3.sh: New file.
17587         * tests/test-mbscasestr3.c: New file.
17588         * tests/test-mbscasestr4.sh: New file.
17589         * tests/test-mbscasestr4.c: New file.
17590         * m4/locale-tr.m4: New file.
17591
17592 2007-02-11  Bruno Haible  <bruno@clisp.org>
17593
17594         Ensure O(n) worst-case complexity of mbsstr.
17595         * lib/mbsstr.c: Include stdbool.h.
17596         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
17597         functions.
17598         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
17599         bookkeeping indicates that it's worth it.
17600         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
17601
17602         * modules/mbsstr-tests: New file.
17603         * tests/test-mbsstr1.c: New file.
17604         * tests/test-mbsstr2.sh: New file.
17605         * tests/test-mbsstr2.c: New file.
17606         * tests/test-mbsstr3.sh: New file.
17607         * tests/test-mbsstr3.c: New file.
17608         * m4/locale-fr.m4: New file.
17609
17610 2007-02-11  Bruno Haible  <bruno@clisp.org>
17611
17612         * lib/mbsrchr.c (mbsrchr): Fix bug.
17613
17614         * modules/mbsrchr-tests: New file.
17615         * tests/test-mbsrchr.sh: New file.
17616         * tests/test-mbsrchr.c: New file.
17617
17618 2007-02-11  Bruno Haible  <bruno@clisp.org>
17619
17620         * lib/mbschr.c (mbschr): Fix bug.
17621
17622         * modules/mbschr-tests: New file.
17623         * tests/test-mbschr.sh: New file.
17624         * tests/test-mbschr.c: New file.
17625         * m4/locale-zh.m4: New file.
17626
17627 2007-02-11  Bruno Haible  <bruno@clisp.org>
17628
17629         Support for copying multibyte string iterators.
17630         * lib/mbiter.h: Include <string.h>.
17631         (mbiter_multi_copy): New function.
17632         (mbi_copy): New macro.
17633         * lib/mbuiter.h: Include <string.h>.
17634         (mbuiter_multi_copy): New function.
17635         (mbui_copy): New macro.
17636
17637 2007-02-11  Bruno Haible  <bruno@clisp.org>
17638
17639         New module mbslen.
17640         * modules/mbslen: New file.
17641         * lib/mbslen.c: New file.
17642         * lib/string_.h (mbslen): New declaration.
17643         * m4/mbslen.m4: New file.
17644         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17645         GNULIB_MBSLEN.
17646         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
17647         * MODULES.html.sh (Internationalization functions): Add mbslen.
17648
17649 2007-02-11  Bruno Haible  <bruno@clisp.org>
17650
17651         Ensure O(n) worst-case complexity of strcasestr substitute.
17652         * lib/strcasestr.c: Include stdbool.h.
17653         (knuth_morris_pratt): New function.
17654         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
17655         bookkeeping indicates that it's worth it.
17656         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
17657
17658         * modules/strcasestr-tests: New file.
17659         * tests/test-strcasestr.c: New file.
17660
17661 2007-02-11  Bruno Haible  <bruno@clisp.org>
17662
17663         Ensure O(n) worst-case complexity of c_strcasestr.
17664         * lib/c-strcasestr.c: Include stdbool.h, string.h.
17665         (knuth_morris_pratt): New function.
17666         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
17667         the bookkeeping indicates that it's worth it.
17668         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
17669
17670         * modules/c-strcasestr-tests: New file.
17671         * tests/test-c-strcasestr.c: New file.
17672
17673 2007-02-11  Bruno Haible  <bruno@clisp.org>
17674
17675         Ensure O(n) worst-case complexity of c_strstr.
17676         * lib/c-strstr.c: Include stdbool.h, string.h.
17677         (knuth_morris_pratt): New function.
17678         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
17679         bookkeeping indicates that it's worth it.
17680         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
17681
17682         * lib/c-strstr.c: Complete rewrite for maintainability.
17683
17684         * modules/c-strstr-tests: New file.
17685         * tests/test-c-strstr.c: New file.
17686
17687 2007-02-11  Bruno Haible  <bruno@clisp.org>
17688
17689         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
17690         5.2.1 and earlier, whereby \055 was treated just like the range
17691         delimiter '-'.
17692         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
17693
17694 2007-02-08  Bruno Haible  <bruno@clisp.org>
17695
17696         * modules/regex (Depends-on): Add stdbool.
17697         Reported by Dalibor Topic <robilad@kaffe.org>.
17698
17699 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
17700
17701         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
17702         Prefer returning from main to exiting from it.
17703         Remove unnecessary parens after sizeof.
17704
17705 2007-02-05  Bruno Haible  <bruno@clisp.org>
17706
17707         New module mbssep.
17708         * modules/mbssep: New file.
17709         * lib/mbssep.c: New file.
17710         * lib/string_.h (strsep): Add a conditional link warning.
17711         (mbssep): New declaration.
17712         * m4/mbssep.m4: New file.
17713         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17714         GNULIB_MBSSEP.
17715         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
17716         * MODULES.html.sh (Internationalization functions): Add mbssep.
17717
17718 2007-02-05  Bruno Haible  <bruno@clisp.org>
17719
17720         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
17721         Optimize search in case of 1 delimiter.
17722
17723 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
17724
17725         * lib/acl.h: Include sys/types.h before sys/acl.h.
17726
17727 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
17728
17729         Merge upstream fix for glibc bugzilla #3957:
17730
17731         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
17732
17733         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
17734         bit for RE_HAT_LISTS_NOT_NEWLINE.
17735         (build_charclass_op): Remove bogus comment.
17736
17737 2007-02-05  Simon Josefsson  <simon@josefsson.org>
17738
17739         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
17740
17741 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
17742
17743         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
17744         * lib/memmem.c [!defined _LIBC]: Include config.h.
17745
17746 2007-02-04  Bruno Haible  <bruno@clisp.org>
17747
17748         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
17749         warning message.
17750
17751 2007-02-04  Bruno Haible  <bruno@clisp.org>
17752
17753         New module mbstok_r.
17754         * modules/mbstok_r: New file.
17755         * lib/mbstok_r.c: New file.
17756         * lib/string_.h (strtok_r): Change argument names to match the
17757         comments. Add a conditional link warning.
17758         (mbstok_r): New declaration.
17759         * m4/mbstok_r.m4: New file.
17760         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17761         GNULIB_MBSTOK_R.
17762         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
17763         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
17764
17765 2007-02-04  Bruno Haible  <bruno@clisp.org>
17766
17767         New module mbsspn.
17768         * modules/mbsspn: New file.
17769         * lib/mbsspn.c: New file.
17770         * lib/string_.h (strspn): Add a conditional link warning.
17771         (mbsspn): New declaration.
17772         * m4/mbsspn.m4: New file.
17773         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17774         GNULIB_MBSSPN.
17775         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
17776         * MODULES.html.sh (Internationalization functions): Add mbsspn.
17777
17778 2007-02-04  Bruno Haible  <bruno@clisp.org>
17779
17780         New module mbspbrk.
17781         * modules/mbspbrk: New file.
17782         * lib/mbspbrk.c: New file.
17783         * lib/string_.h (strpbrk): Add a conditional link warning.
17784         (mbspbrk): New declaration.
17785         * m4/mbspbrk.m4: New file.
17786         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17787         GNULIB_MBSPBRK.
17788         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
17789         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
17790
17791 2007-02-04  Bruno Haible  <bruno@clisp.org>
17792
17793         New module mbscspn.
17794         * modules/mbscspn: New file.
17795         * lib/mbscspn.c: New file.
17796         * lib/string_.h (strcspn): Add a conditional link warning.
17797         (mbscspn): New declaration.
17798         * m4/mbscspn.m4: New file.
17799         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17800         GNULIB_MBSCSPN.
17801         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
17802         * MODULES.html.sh (Internationalization functions): Add mbscspn.
17803
17804 2007-02-04  Bruno Haible  <bruno@clisp.org>
17805
17806         New module mbscasestr, reduced goal of strcasestr.
17807         * modules/mbscasestr: New file.
17808         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
17809         (mbscasestr): Renamed from strcasestr.
17810         * lib/strcasestr.c: Don't include mbuiter.h.
17811         (strcasestr): Remove support for multibyte locales.
17812         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
17813         Change the conditional link warning.
17814         (mbscasestr): New declaration.
17815         * m4/mbscasestr.m4: New file.
17816         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
17817         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
17818         REPLACE_STRCASESTR.
17819         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
17820         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
17821         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
17822         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
17823         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
17824         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
17825         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
17826         (Depends-on): Remove mbuiter.
17827         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
17828
17829 2007-02-04  Bruno Haible  <bruno@clisp.org>
17830
17831         Simplify handling of strncasecmp.
17832         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
17833         the conditional link warning.
17834         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
17835         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
17836         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
17837         * modules/strcase (configure.ac): Don't invoke
17838         gl_STRING_MODULE_INDICATOR.
17839         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
17840
17841 2007-02-04  Bruno Haible  <bruno@clisp.org>
17842
17843         New module mbscasecmp, reduced goal of strcasecmp.
17844         * modules/mbscasecmp: New file.
17845         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
17846         (mbscasecmp): Renamed from strcasecmp.
17847         * lib/strcasecmp.c: Don't include mbuiter.h.
17848         (strcasecmp): Remove support for multibyte locales.
17849         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
17850         Change the conditional link warning.
17851         (mbscasecmp): New declaration.
17852         * m4/mbscasecmp.m4: New file.
17853         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
17854         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
17855         REPLACE_STRCASECMP.
17856         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
17857         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17858         GNULIB_MBSCASECMP.
17859         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
17860         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
17861         * modules/strcase (Files): Remove m4/mbrtowc.m4.
17862         (Depends-on): Remove mbuiter.
17863         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
17864
17865 2007-02-04  Bruno Haible  <bruno@clisp.org>
17866
17867         New module mbsstr. Remove module strstr.
17868         * modules/mbsstr: New file.
17869         * modules/strstr: Remove file.
17870         * lib/mbsstr.c: Renamed from lib/strstr.c.
17871         (mbsstr): Renamed from strstr.
17872         * lib/string_.h (strstr): Remove declaration. Change the conditional
17873         link warning.
17874         (mbsstr): New declaration.
17875         * m4/mbsstr.m4: New file.
17876         * m4/strstr.m4: Remove file.
17877         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
17878         REPLACE_STRSTR.
17879         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
17880         Don't initialize GNULIB_STRSTR.
17881         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
17882         substitute GNULIB_STRSTR and REPLACE_STRSTR.
17883         * MODULES.html.sh (Internationalization functions): Add mbsstr.
17884         (Support for systems lacking ANSI C 89): Remove strstr.
17885
17886 2007-02-04  Bruno Haible  <bruno@clisp.org>
17887
17888         New module mbsrchr.
17889         * modules/mbsrchr: New file.
17890         * lib/mbsrchr.c: New file.
17891         * lib/string_.h (strrchr): Add a conditional link warning.
17892         (mbsrchr): New declaration.
17893         * m4/mbsrchr.m4: New file.
17894         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17895         GNULIB_MBSRCHR.
17896         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
17897         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
17898
17899 2007-02-04  Bruno Haible  <bruno@clisp.org>
17900
17901         New module mbschr.
17902         * modules/mbschr: New file.
17903         * lib/mbschr.c: New file.
17904         * lib/string_.h (strchr): Add a conditional link warning.
17905         (mbschr): New declaration.
17906         * m4/mbschr.m4: New file.
17907         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17908         GNULIB_MBSCHR.
17909         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
17910         * MODULES.html.sh (Internationalization functions): Add mbschr.
17911
17912 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
17913
17914         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
17915
17916         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
17917
17918 2007-02-04  Bruno Haible  <bruno@clisp.org>
17919
17920         New module description section 'configure.ac-early'.
17921         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
17922         (func_get_autoconf_early_snippet): New function.
17923         (func_import, func_create_testdir): Use it. Remove special cases for
17924         modules 'extensions' and 'lock'.
17925         * modules/extensions (configure.ac-early): Require
17926         gl_USE_SYSTEM_EXTENSIONS.
17927         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
17928
17929 2007-02-04  Bruno Haible  <bruno@clisp.org>
17930
17931         Make use of gcj-4.3's -fsource and -ftarget option.
17932         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
17933         and if so try the options -fsource and -ftarget.
17934         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
17935         source_version, ftarget_option, target_version arguments.
17936         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
17937         (is_envjavac_oldgcj_14_14_usable): Renamed from
17938         is_envjavac_gcj_14_14_usable.
17939         (is_envjavac_oldgcj_14_13_usable): Renamed from
17940         is_envjavac_gcj_14_13_usable.
17941         (is_gcj_present): Update.
17942         (is_gcj_43, is_gcj43_usable): New functions.
17943         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
17944         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
17945         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
17946         try the options -fsource and -ftarget.
17947
17948 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17949
17950         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
17951         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
17952         larger value.
17953
17954 2007-02-03  Jim Meyering  <jim@meyering.net>
17955
17956         Give tools a better chance to allocate space for very large buffers.
17957         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
17958
17959         Make pwd and readlink work also when run with an unreadable parent dir
17960         on systems with openat support.
17961         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
17962         provided getcwd function, even when we have openat support.
17963         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
17964
17965 2007-02-02  Bruno Haible  <bruno@clisp.org>
17966
17967         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
17968         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
17969         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
17970         portability problems if one of these functions is only used on specific
17971         platforms.
17972         Reported by Paul Eggert.
17973
17974 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
17975
17976         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
17977         is causing more trouble than it's curing.
17978         * lib/regex_internal.h (__mempcpy): Remove.
17979         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
17980         (and make the code a tad smaller to boot).
17981         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
17982
17983 2007-02-02  Jim Meyering  <jim@meyering.net>
17984
17985         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
17986         section, not in the Makefile.am: one.
17987
17988 2007-02-02  Eric Blake  <ebb9@byu.net>
17989
17990         * lib/strchrnul.c: Always include config.h first.
17991
17992         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
17993         gnulib strstr is not necessary here.
17994
17995 2007-02-02  Simon Josefsson  <simon@josefsson.org>
17996
17997         * m4/socklen.m4: Fix typo.
17998
17999 2007-02-02  Eric Blake  <ebb9@byu.net>
18000
18001         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
18002         * modules/netinet_in (Makefile.am): Likewise.
18003
18004 2007-02-01  Bruno Haible  <bruno@clisp.org>
18005
18006         * lib/string_.h (GL_LINK_WARNING): New macro.
18007         (strcasecmp, strstr, strcasestr): If provided by the system,
18008         conditionally define as a macro that leads to a warning instead of to
18009         an error.
18010         (strncasecmp): Conditionally define as a macro that leads to a warning.
18011
18012 2007-02-01  Karl Berry  <karl@gnu.org>
18013
18014         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
18015
18016 2007-02-01  Bruno Haible  <bruno@clisp.org>
18017
18018         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
18019         renamings.
18020
18021 2007-02-01  Eric Blake  <ebb9@byu.net>
18022
18023         * modules/regex (Depends-on): Revert dependence on mempcpy.
18024         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
18025         module's definition of mempcpy.
18026         Reported by Paul Eggert.
18027
18028 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
18029
18030         * lib/string_.h: If the gnulib module XYZ is not present, undefine
18031         the symbol XYZ before redefining it.  This fixes a problem with
18032         programs that don't use XYZ, when compiled on systems that define
18033         XYZ to something else.
18034
18035 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
18036
18037         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
18038         occurs when "mkdir -m foo" creates a setgid directory that is (1)
18039         writeable to group or other and (2) is intended to have a special
18040         mode bit that is set or cleared.  In such a case, the directory
18041         should be neither group- nor other-writeable until the special
18042         mode bits are right.
18043
18044 2007-01-31  Eric Blake  <ebb9@byu.net>
18045
18046         * modules/mountlist (Depends-on): Add strstr.
18047
18048         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
18049         bug.
18050         * modules/string (Makefile.am): Remove redundant replacement.
18051         * modules/regex (Depends-on): Add mempcpy.
18052
18053 2007-01-31  Bruno Haible  <bruno@clisp.org>
18054
18055         New module description field 'Link'.
18056         * gnulib-tool (func_usage): Document --extract-link-directive.
18057         (sed_extract_prog): Recognize 'Link' directive.
18058         (func_get_link_directive): New function.
18059         (func_import): Show summary of link directives.
18060         Handle --extract-link-directive option.
18061         * modules/acl (Link): New section.
18062         * modules/clock-time (Link): New section.
18063         * modules/euidaccess (Link): New section.
18064         * modules/gettext (Link): New section.
18065         * modules/iconv (Link): New section.
18066         * modules/lock (Link): New section.
18067         * modules/nanosleep (Link): New section.
18068         * modules/readline (Link): New section.
18069
18070 2007-01-27  Bruno Haible  <bruno@clisp.org>
18071
18072         Enforce the use of gnulib modules for unportable <string.h> functions.
18073         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
18074         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
18075         (gl_HEADER_STRING_H_BODY): Require it.
18076         * lib/string_.h: If the gnulib module XYZ is not present, redefine
18077         the symbol XYZ to one that gives a link error.
18078         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
18079         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
18080         * modules/mempcpy (configure.ac): Likewise.
18081         * modules/memrchr (configure.ac): Likewise.
18082         * modules/stpcpy (configure.ac): Likewise.
18083         * modules/stpncpy (configure.ac): Likewise.
18084         * modules/strcase (configure.ac): Likewise.
18085         * modules/strcasestr (configure.ac): Likewise.
18086         * modules/strchrnul (configure.ac): Likewise.
18087         * modules/strdup (configure.ac): Likewise.
18088         * modules/strndup (configure.ac): Likewise.
18089         * modules/strnlen (configure.ac): Likewise.
18090         * modules/strpbrk (configure.ac): Likewise.
18091         * modules/strsep (configure.ac): Likewise.
18092         * modules/strstr (configure.ac): Likewise.
18093         * modules/strtok_r (configure.ac): Likewise.
18094
18095 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
18096
18097         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
18098
18099 2007-01-30  Jim Meyering  <jim@meyering.net>
18100
18101         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
18102
18103 2007-01-29  Bruno Haible  <bruno@clisp.org>
18104
18105         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
18106         * lib/execute.c: Likewise.
18107         * lib/pipe.c: Likewise.
18108         * lib/printf-args.h: Likewise.
18109         * lib/printf-args.c: Likewise.
18110         * lib/printf-parse.c: Likewise.
18111         * lib/vasnprintf.c: Likewise.
18112
18113 2007-01-29  Eric Blake  <ebb9@byu.net>
18114
18115         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
18116         declaration.
18117
18118 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
18119
18120         * lib/strptime.h (strptime): Use 'restrict' for args where
18121         POSIX requires this.
18122         * lib/strptime.c (strptime): Likewise.
18123         Change license notice from LGPL to GPL, since gnulib-tool will
18124         change this as needed.
18125         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
18126         defined.
18127         Include "strptime.h" first, to check interface.
18128         Do not #undef _LIBC and _NL_CURRENT.
18129         Do not include <stdlib.h>; no longer needed.
18130         Include "time_r.h" and declare ptime_locale_status
18131         only if _LIBC is not defined.
18132         (__P): Remove unused macro.
18133         (match_string): Bring back glibc version, but use it only if _LIBC
18134         is defined.
18135         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
18136         Remove unnecessary assertion and abort() call.
18137         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
18138         * m4/strptime.m4: Fix serial number comment.
18139         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
18140         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
18141         (Depends-on): Add time_r.
18142
18143 2007-01-29  Bruno Haible  <bruno@clisp.org>
18144
18145         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18146         strptime.
18147         * modules/strptime (Depends-on): Add stdbool.
18148         * lib/strptime.h: Include <time.h> always. Add comments.
18149
18150 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18151
18152         * modules/strptime: New file.
18153         * lib/strptime.h: New file.
18154         * lib/strptime.c: New file.
18155         * m4/strptime.m4: New file.
18156
18157 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
18158
18159         * MODULES.html.sh: New module mpsort.
18160         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
18161
18162         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
18163         a circularity problem with HP-UX ia64 reported by Bob Proulx in
18164         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
18165         All uses changed.
18166         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
18167         All uses changed.
18168         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
18169         to _Restrict_.
18170         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
18171         the parameter matches the prototype.
18172
18173 2007-01-28  Jim Meyering  <jim@meyering.net>
18174
18175         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
18176         sys/time.h here, reverting that part of the previous patch:
18177         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
18178
18179 2007-01-28  Bruno Haible  <bruno@clisp.org>
18180
18181         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
18182         value of $(SYS_TIME_H).
18183         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
18184         remove it conditionally, too. [added by Jim Meyering]
18185         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
18186         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
18187         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
18188         GETTIMEOFDAY_REPLACEMENT to 1.
18189
18190 2007-01-28  Bruno Haible  <bruno@clisp.org>
18191
18192         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
18193         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
18194         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
18195         Set UNISTD_H instead of UNISTD_H2.
18196         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
18197
18198 2007-01-28  Bruno Haible  <bruno@clisp.org>
18199
18200         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
18201         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
18202
18203 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18204
18205         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
18206         (func_create_testdir): Ensure C locale for `grep' and `tr'
18207         character ranges.
18208         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
18209         ACLOCAL_AMFLAGS parsing state machine.
18210
18211 2007-01-27  Bruno Haible  <bruno@clisp.org>
18212
18213         * modules/unistr/base: Update.
18214
18215 2007-01-27  Bruno Haible  <bruno@clisp.org>
18216
18217         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
18218         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
18219         * modules/unistr/u32-mbtouc-unsafe: Renamed from
18220         modules/unistr/u32-mbtouc.
18221         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
18222         * lib/unistr.h: Update.
18223         * lib/linebreak.c: Update.
18224         * modules/unistr/u32-mbtouc: Renamed from
18225         modules/unistr/u32-mbtouc-safe.
18226         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
18227         * lib/unistr.h: Update.
18228         * lib/unistr/u32-to-u8.c: Update.
18229         * lib/unistr/u32-to-u16.c: Update.
18230
18231 2007-01-27  Bruno Haible  <bruno@clisp.org>
18232
18233         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
18234         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
18235         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
18236         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
18237         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
18238         * modules/unistr/u16-mbtouc-unsafe: Renamed from
18239         modules/unistr/u16-mbtouc.
18240         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
18241         * lib/unistr.h: Update.
18242         * lib/linebreak.c: Update.
18243         * modules/linebreak: Update.
18244         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
18245         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
18246         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
18247         * modules/unistr/u16-mbtouc: Renamed from
18248         modules/unistr/u16-mbtouc-safe.
18249         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
18250         * lib/unistr.h: Update.
18251         * lib/unistr/u16-to-u8.c: Update.
18252         * modules/unistr/u16-to-u8: Update.
18253         * lib/unistr/u16-to-u32.c: Update.
18254         * modules/unistr/u16-to-u32: Update.
18255
18256 2007-01-27  Bruno Haible  <bruno@clisp.org>
18257
18258         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
18259         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
18260         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
18261         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
18262         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
18263         * modules/unistr/u8-mbtouc-unsafe: Renamed from
18264         modules/unistr/u8-mbtouc.
18265         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
18266         * lib/unistr.h: Update.
18267         * lib/striconveh.c: Update.
18268         * modules/striconveh: Update.
18269         * lib/linebreak.c: Update.
18270         * modules/linebreak: Update.
18271         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
18272         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
18273         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
18274         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
18275         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
18276         * lib/unistr.h: Update.
18277         * lib/striconveh.c: Update.
18278         * modules/striconveh: Update.
18279         * lib/unistr/u8-to-u16.c: Update.
18280         * modules/unistr/u8-to-u16: Update.
18281         * lib/unistr/u8-to-u32.c: Update.
18282         * modules/unistr/u8-to-u32: Update.
18283
18284 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18285
18286         Sync from Libtool.
18287         * lib/argz.c: Do not include strings.h nor memory.h, include
18288         string.h unconditionally.  Patch by Simon Josefsson.
18289
18290 2007-01-27  Bruno Haible  <bruno@clisp.org>
18291
18292         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
18293         from gl_HEADER_STRING_H_BODY.
18294         (gl_HEADER_STRING_H_BODY): Require it.
18295         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
18296         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
18297         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
18298         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
18299         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
18300         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
18301         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
18302         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
18303         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
18304         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
18305         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
18306         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
18307         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
18308         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
18309         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
18310
18311 2007-01-27  Bruno Haible  <bruno@clisp.org>
18312
18313         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
18314         check_PROGRAMS into noinst_PROGRAMS.
18315         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
18316         check_PROGRAMS in this case.
18317         (func_import): Set for_test to false.
18318         (func_create_testdir): Set for_test to true.
18319
18320 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
18321             Bruno Haible  <bruno@clisp.org>
18322
18323         * modules/strcasestr (Files): Remove lib/strcasestr.h.
18324         (Depends-on): Add string.
18325         (Includes): Use <string.h> instead of strcasestr.h.
18326         * modules/string (Makefile.am): Also substitute the value of
18327         REPLACE_STRCASESTR.
18328         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
18329         assume strcasestr is declared in <string.h> not <strings.h>. Also
18330         set REPLACE_STRCASESTR.
18331         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
18332         REPLACE_STRCASESTR.
18333         * lib/strcasestr.h: Remove file.
18334         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
18335         * lib/string_.h (strcasestr): New declaration.
18336
18337 2007-01-27  Bruno Haible  <bruno@clisp.org>
18338
18339         * lib/string_.h: Use 'extern'.
18340
18341 2007-01-27  Jim Meyering  <jim@meyering.net>
18342
18343         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
18344         of set-but-not-used local, "q".
18345
18346         * lib/mempcpy.c: Include <config.h> before <string.h>.
18347         This fixes a compilation error on HP-UX, due to the system's
18348         "restrict"-using mempcpy prototype.
18349
18350 2007-01-26  Bruno Haible  <bruno@clisp.org>
18351
18352         Small optimization.
18353         * lib/javacomp.c: Include c-strstr.h.
18354          (is_envjavac_gcj): Use c_strstr instead of strstr.
18355         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
18356
18357 2007-01-26  Bruno Haible  <bruno@clisp.org>
18358
18359         * MODULES.html.sh (Unicode string functions): Add the new modules.
18360
18361         * modules/uniconv/u32-strconv-to-locale: New file.
18362         * lib/uniconv/u32-strconv-to-locale.c: New file.
18363
18364         * modules/uniconv/u16-strconv-to-locale: New file.
18365         * lib/uniconv/u16-strconv-to-locale.c: New file.
18366
18367         * modules/uniconv/u8-strconv-to-locale: New file.
18368         * lib/uniconv/u8-strconv-to-locale.c: New file.
18369
18370         * modules/uniconv/u32-strconv-from-locale: New file.
18371         * lib/uniconv/u32-strconv-from-locale.c: New file.
18372
18373         * modules/uniconv/u16-strconv-from-locale: New file.
18374         * lib/uniconv/u16-strconv-from-locale.c: New file.
18375
18376         * modules/uniconv/u8-strconv-from-locale: New file.
18377         * lib/uniconv/u8-strconv-from-locale.c: New file.
18378
18379         * modules/uniconv/u32-strconv-to-enc: New file.
18380         * lib/uniconv/u32-strconv-to-enc.c: New file.
18381         * modules/uniconv/u32-strconv-to-enc-tests: New file.
18382         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
18383
18384         * modules/uniconv/u16-strconv-to-enc: New file.
18385         * lib/uniconv/u16-strconv-to-enc.c: New file.
18386         * lib/uniconv/u-strconv-to-enc.h: New file.
18387         * modules/uniconv/u16-strconv-to-enc-tests: New file.
18388         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
18389
18390         * modules/uniconv/u8-strconv-to-enc: New file.
18391         * lib/uniconv/u8-strconv-to-enc.c: New file.
18392         * modules/uniconv/u8-strconv-to-enc-tests: New file.
18393         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
18394
18395         * modules/uniconv/u32-strconv-from-enc: New file.
18396         * lib/uniconv/u32-strconv-from-enc.c: New file.
18397         * modules/uniconv/u32-strconv-from-enc-tests: New file.
18398         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
18399
18400         * modules/uniconv/u16-strconv-from-enc: New file.
18401         * lib/uniconv/u16-strconv-from-enc.c: New file.
18402         * modules/uniconv/u16-strconv-from-enc-tests: New file.
18403         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
18404
18405         * modules/uniconv/u8-strconv-from-enc: New file.
18406         * lib/uniconv/u8-strconv-from-enc.c: New file.
18407         * lib/uniconv/u-strconv-from-enc.h: New file.
18408         * modules/uniconv/u8-strconv-from-enc-tests: New file.
18409         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
18410
18411         * modules/uniconv/u32-conv-from-enc: New file.
18412         * lib/uniconv/u32-conv-from-enc.c: New file.
18413         * modules/uniconv/u32-conv-from-enc-tests: New file.
18414         * tests/uniconv/test-u32-conv-from-enc.c: New file.
18415
18416         * modules/uniconv/u16-conv-from-enc: New file.
18417         * lib/uniconv/u16-conv-from-enc.c: New file.
18418         * lib/uniconv/u-conv-from-enc.h: New file.
18419         * modules/uniconv/u16-conv-from-enc-tests: New file.
18420         * tests/uniconv/test-u16-conv-from-enc.c: New file.
18421
18422         * modules/uniconv/u8-conv-from-enc: New file.
18423         * lib/uniconv/u8-conv-from-enc.c: New file.
18424         * modules/uniconv/u8-conv-from-enc-tests: New file.
18425         * tests/uniconv/test-u8-conv-from-enc.c: New file.
18426
18427         * modules/uniconv/base: New file.
18428         * lib/uniconv.h: New file.
18429
18430 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
18431
18432         * doc/gnulib-tool.texi (Initial import): Update to match current
18433         behavior with strdup module.
18434         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
18435         * lib/memmem.h: Remove; all uses removed.  This is now done
18436         by <string.h>.
18437         * lib/mempcpy.h: Likewise.
18438         * lib/memrchr.h: Likewise.
18439         * lib/stpcpy.h: Likewise.
18440         * lib/stpncpy.h: Likewise.
18441         * lib/strcase.h: Likewise.
18442         * lib/strchrnul.h: Likewise.
18443         * lib/strdup.h: Likewise.
18444         * lib/strndup.h: Likewise.
18445         * lib/strnlen.h: Likewise.
18446         * lib/strpbrk.h: Likewise.
18447         * lib/strsep.h: Likewise.
18448         * lib/strstr.h: Likewise.
18449         * lib/strtok_r.h: Likewise.
18450         * lib/string_.h: New file.
18451         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
18452         Rely on <string.h> instead.
18453         * lib/canon-host.c: Likewise.
18454         * lib/chdir-long.c: Likewise.
18455         * lib/concatpath.c: Likewise.
18456         * lib/exclude.c: Likewise.
18457         * lib/fchdir.c: Likewise.
18458         * lib/getaddrinfo.c: Likewise.
18459         * lib/getcwd.c: Likewise.
18460         * lib/getsubopt.c: Likewise.
18461         * lib/glob.c: Likewise.
18462         * lib/hard-locale.c: Likewise.
18463         * lib/iconvme.c: Likewise.
18464         * lib/javacomp.c: Likewise.
18465         * lib/mempcpy.c: Likewise.
18466         * lib/memrchr.c: Likewise.
18467         * lib/regex_internal.h: Likewise.
18468         * lib/stpncpy.c: Likewise.
18469         * lib/strcasecmp.c: Likewise.
18470         * lib/strchrnul.c: Likewise.
18471         * lib/strdup.c: Likewise.
18472         * lib/striconv.c: Likewise.
18473         * lib/striconveh.c: Likewise.
18474         * lib/striconveha.c: Likewise.
18475         * lib/strncasecmp.c: Likewise.
18476         * lib/strndup.c: Likewise.
18477         * lib/strnlen.c: Likewise.
18478         * lib/strsep.c: Likewise.
18479         * lib/strstr.c: Likewise.
18480         * lib/strtok_r.c: Likewise.
18481         * lib/userspec.c: Likewise.
18482         * lib/w32spawn.h: Likewise.
18483         * lib/xstrndup.c: Likewise.
18484         * lib/mountlist.c (strstr): Remove decl.
18485         * m4/string_h.m4: New file.
18486         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
18487         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
18488         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
18489         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
18490         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
18491         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
18492         Set REPLACE_STRCASECMP if necessary.
18493         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
18494         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
18495         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
18496         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
18497         HAVE_DECL_STRDUP if necessary.
18498         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
18499         since gl_FUNC_STRNDUP does that now.
18500         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
18501         Check for decl here...
18502         (gl_PREREQ_STRNLEN): ... not here.
18503         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
18504         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
18505         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
18506         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
18507         necessary.
18508         * modules/string: New file.
18509         * modules/memmem (Files): Remove special-purpose include file.
18510         (Depends-on): Add string.
18511         (Include): Include <string.h>, not the removed file.
18512         * modules/mempcpy: Likewise.
18513         * modules/memrchr: Likewise.
18514         * modules/stpcpy: Likewise.
18515         * modules/stpncpy: Likewise.
18516         * modules/strcase: Likewise.
18517         * modules/strchrnul: Likewise.
18518         * modules/strdup: Likewise.
18519         * modules/strndup: Likewise.
18520         * modules/strnlen: Likewise.
18521         * modules/strpbrk: Likewise.
18522         * modules/strsep: Likewise.
18523         * modules/strstr: Likewise.
18524         * modules/strtok_r: Likewise.
18525         * tests/test-dirname.c: Don't include "strdup.h", since
18526         <string.h> now suffices.
18527         * tests/test-memmem.c: Don't include "memmem.h", since
18528         <string.h> now suffices.
18529
18530 2007-01-25  Bruno Haible  <bruno@clisp.org>
18531
18532         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
18533         *resultp is 0.
18534
18535         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
18536         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
18537         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
18538         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
18539
18540         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
18541         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
18542         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
18543         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
18544         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
18545         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
18546
18547 2007-01-24  Bruno Haible  <bruno@clisp.org>
18548
18549         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
18550         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
18551         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
18552         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
18553         gl_FUNC_FTS_CORE.
18554         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
18555         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
18556         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
18557         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
18558         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
18559         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
18560         gl_FUNC_FCHOWNAT.
18561         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
18562         gl_FUNC_STRFTIME.
18563         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
18564         Reported by Ralf Wildenhues.
18565
18566 2007-01-24  Bruno Haible  <bruno@clisp.org>
18567
18568         Drop AC_REQUIRE calls that are redundant with the module dependencies.
18569         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
18570         gl_GETADDRINFO.
18571         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
18572         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
18573         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
18574
18575 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
18576
18577         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
18578         Don't use 'exit'; just return from 'main'.
18579         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
18580
18581         * lib/fnmatch_.h: Readjust white space and comments to match
18582         glibc, to avoid spurious diffs.
18583
18584 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18585
18586         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
18587         2004-12-01 change by Jakub Jelinek, since this code won't compile
18588         if !LIBC.  Problem reported by Bob Proulx.
18589
18590 2007-01-23  Bruno Haible  <bruno@clisp.org>
18591
18592         * lib/striconveh.c: Include c-strcaseeq.h.
18593         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
18594         * modules/striconveh (Depends-on): Add c-strcaseeq.
18595
18596 2007-01-23  Bruno Haible  <bruno@clisp.org>
18597
18598         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
18599
18600         * modules/c-strcaseeq: New file.
18601         * lib/c-strcaseeq.h: New file.
18602
18603         * modules/streq: New file.
18604         * lib/streq.h: New file.
18605
18606 2007-01-23  Bruno Haible  <bruno@clisp.org>
18607
18608         * modules/striconveha-tests: New file.
18609         * tests/test-striconveha.c: New file.
18610
18611         * lib/striconveha.h: Include <stdbool.h>.
18612         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
18613         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
18614         (mem_iconveha_notranslit): Renamed from mem_iconveha.
18615         (mem_iconveha): New function.
18616         (str_iconveha_notranslit): Renamed from str_iconveha.
18617         (str_iconveha): New function.
18618         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
18619         c-strcase.
18620
18621 2007-01-23  Bruno Haible  <bruno@clisp.org>
18622
18623         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
18624         encodings without forgiving before trying any encoding with handler.
18625         (str_iconveha): Try all encodings without forgiving before trying any
18626         encoding with handler.
18627
18628 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18629
18630         Import the following changes from libc.
18631
18632         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
18633
18634         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
18635
18636         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
18637
18638         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
18639         normal_bracket label.
18640
18641         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
18642
18643         [BZ #361]
18644         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
18645         to normal_bracket after fetching the next character.
18646
18647 2007-01-22  Bruno Haible  <bruno@clisp.org>
18648
18649         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
18650         argument.
18651         * lib/striconveh.c (iconv_carefully_1): New function.
18652         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
18653         argument.
18654         (str_cd_iconveh): Update.
18655         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
18656         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
18657         * tests/test-striconveh.c (MAGIC): New macro.
18658         (new_offsets): New function.
18659         (main): Test call with and without offsets.
18660
18661 2007-01-22  Bruno Haible  <bruno@clisp.org>
18662
18663         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
18664         * modules/sys_select (Makefile.am): Likewise.
18665         * modules/sys_socket (Makefile.am): Likewise.
18666         * modules/sys_time (Makefile.am): Likewise.
18667
18668 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
18669
18670         * modules/gettimeofday (License): Change from GPL to LGPL, since
18671         gettimeofday is a library function.
18672
18673 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18674
18675         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
18676
18677 2007-01-21  Bruno Haible  <bruno@clisp.org>
18678
18679         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
18680
18681 2007-01-21  Bruno Haible  <bruno@clisp.org>
18682
18683         * modules/striconveha: New file.
18684         * lib/striconveha.h: New file.
18685         * lib/striconveha.c: New file.
18686         * MODULES.html.sh (Internationalization functions): Add striconveha.
18687         * lib/striconv.c (str_iconv): Optimize the case of an empty input
18688         string.
18689         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
18690
18691 2007-01-21  Bruno Haible  <bruno@clisp.org>
18692
18693         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
18694         * lib/striconveh.c (str_iconveh): Likewise.
18695
18696 2007-01-21  Bruno Haible  <bruno@clisp.org>
18697
18698         * lib/striconveh.h (mem_iconveh): New declaration.
18699         * lib/striconveh.c (mem_iconveh): New function.
18700         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
18701
18702 2007-01-21  Bruno Haible  <bruno@clisp.org>
18703
18704         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
18705
18706         * lib/striconveh.h (mem_cd_iconveh): Change specification.
18707         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
18708         original result buffer.
18709         (str_cd_iconveh): Update.
18710         * tests/test-striconveh.c (main): Update.
18711
18712         * lib/striconv.h (mem_cd_iconv): Change specification.
18713         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
18714         result buffer.
18715         (str_cd_iconv): Update.
18716         * tests/test-striconv.c (main): Update.
18717
18718 2007-01-21  Bruno Haible  <bruno@clisp.org>
18719
18720         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
18721
18722 2007-01-20  Jim Meyering  <jim@meyering.net>
18723
18724         * lib/userspec.c (parse_with_separator): If a user or group string
18725         starts with "+", skip the corresponding name-to-ID look-up, since
18726         such a look-up must fail: user and group names may not include "+".
18727
18728 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
18729
18730         * lib/poll.c: Include sys/time.h and time.h unconditionally,
18731         since we now assume the sys_time module.
18732         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
18733         check for sys/time.h; no longer needed.
18734         * modules/poll (Depends-on): Depend on sys_time.
18735
18736 2007-01-18  Bruno Haible  <bruno@clisp.org>
18737
18738         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
18739         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
18740
18741         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
18742         gettimeofday.
18743
18744         * tests/test-gettimeofday.c: Include <time.h>.
18745         (dummy): Remove variable.
18746
18747         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
18748         gl_HEADER_SYS_TIME_H.
18749         (gl_HEADER_SYS_TIME_H): New macro.
18750
18751         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
18752         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18753         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
18754         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
18755         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18756         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
18757         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
18758         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18759         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
18760         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
18761         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18762
18763         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
18764         last change; it caused a compilation error when cross-compiling to
18765         Cygwin.
18766
18767 2007-01-18  Jim Meyering  <jim@meyering.net>
18768
18769         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
18770         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
18771         than the race-prone "test -d sys || mkdir sys".
18772         (configure.ac): Use AC_PROG_MKDIR_P.
18773         * modules/sys_select: Likewise.
18774         * modules/sys_socket: Likewise.
18775         * modules/sys_time: Likewise.
18776
18777 2007-01-18  Eric Blake  <ebb9@byu.net>
18778
18779         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
18780         replace gettimeofday.
18781         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
18782         name, to avoid infinite recursion.
18783
18784 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
18785
18786         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
18787         module sys_time.
18788         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
18789         assume timespec.h defines struct timeval.
18790         * lib/settime.c: Likewise.
18791         * lib/utimens.c: Likewise.
18792         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
18793         since we now assume the gettimeofday module.
18794         * lib/tempname.c (__gen_tempname): Likewise.
18795         * lib/gettimeofday.h: Remove.
18796         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
18797         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
18798         Include <time.h>, for 'time()'.
18799         (localtime_buffer_addr): Also use this workaround if
18800         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
18801         to simplify the uses.  All uses changed.
18802         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
18803         that #undef is inside {}, and 'const' follows type name consistently.
18804         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
18805         (gettimeofday): Do not use the maximum possible value for
18806         tv->tv_usec, since that might break usages other than ls.c.
18807         Instead, we'll leave ls.c alone.  This undoes today's patch
18808         by Bruno.  Add a compile-time warning for 1s-clock resolution;
18809         we've never observed the problem but might as well keep the
18810         canary.
18811         * lib/nanosleep.c: Include timespec.h first, for interface check.
18812         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
18813         now assume the sys_time module.
18814         * lib/tempname.c: Likewise.
18815         * lib/timespec.h: Likewise.
18816         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
18817         needed.
18818         * lib/strftime.c: Likewise.
18819         * lib/timespec.h: Likewise.
18820         * lib/posixtm.c: Include posixtm.h first, for interface check.
18821         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
18822         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
18823         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
18824         * lib/sys_time_.h: New file.
18825         * lib/timespec.h (struct timespec): Use long int, not long.
18826         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
18827         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
18828         Remove obsolescent call to AC_HEADER_TIME.
18829         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
18830         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
18831         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
18832         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
18833         Likewise.
18834         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
18835         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
18836         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
18837         into the sys_time module.  Check for gettimeofday just once.
18838         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
18839         for gettimeofday signature to just check the signature.  Merely
18840         compile it, since linking doesn't test signature.  Improve test for
18841         whether gettimeofday.o is actually needed.
18842         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
18843         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
18844         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
18845         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18846         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
18847         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
18848         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
18849         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
18850         than worrying about sys/time.h.
18851         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
18852         Don't bother worrying about TIME_WITH_SYS_TIME.
18853         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
18854         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
18855         * m4/sys_time_h.m4: New file.
18856         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
18857         Don't include sys/time.h.  Return from main rather than exiting.
18858         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
18859         all uses changed.
18860         * modules/gethrxtime (Depends-on): Add sys_time.
18861         * modules/gettime (Depends-on): Likewise.
18862         * modules/gettimeofday (Depends-on): Likewise.
18863         * modules/nanosleep (Depends-on): Likewise.
18864         * modules/settime (Depends-on): Likewise.
18865         * modules/tempname (Depends-on): Likewise.
18866         * modules/utimens (Depends-on): Likewise.
18867         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
18868         (Include:) Change back to <sys/time.h>.
18869         (Maintainer:) Add self.
18870         * modules/sys_time: New file.
18871         * modules/tempname (Depends-on): Add gettimeofday.
18872         * tests/test-gettimeofday.c: Include <sys/time.h>
18873         rather than gettimeofday.h.
18874
18875 2007-01-17  Bruno Haible  <bruno@clisp.org>
18876
18877         * gnulib-tool (func_get_license): Revert last patch. Instead, let
18878         the license default to GPL.
18879         (func_create_testdir): Don't complain if a module is LGPL and its
18880         tests module depends on GPLed modules.
18881
18882 2007-01-17  Bruno Haible  <bruno@clisp.org>
18883
18884         * lib/gettimeofday.c (gettimeofday): Add code for the case
18885         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
18886         maximum possible value for tv->tv_usec, rather than the minimum one.
18887
18888 2005-10-08  Martin Lambers  <marlam@marlam.de>
18889 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
18890 2007-01-16  Bruno Haible  <bruno@clisp.org>
18891
18892         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
18893         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
18894         gl_FUNC_GETTIMEOFDAY.
18895         (Include): Add gettimeofday.h.
18896         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
18897         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
18898         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
18899         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
18900         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
18901         * lib/gettimeofday.h: New file.
18902         * lib/gettimeofday.c: Include <sys/timeb.h>.
18903         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
18904         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18905         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
18906         fall back on time().
18907
18908         * tests/test-gettimeofday.c: New file.
18909         * modules/gettimeofday-tests: New file.
18910
18911 2007-01-16  Eric Blake  <ebb9@byu.net>
18912
18913         * modules/fnmatch (Depends-on): Depend on wchar.
18914         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
18915         * m4/fnmatch.m4: Likewise.
18916         * modules/mbchar (Makefile.am): Assume <wchar.h>.
18917         * m4/mbchar.m4: Likewise.
18918         * modules/mbswidth (Depends-on): Depend on wchar.
18919         * lib/mbswidth.c: Assume <wchar.h>.
18920         * m4/mbswidth.m4: Likewise.
18921         * modules/quotearg (Depends-on): Depend on wchar.
18922         * lib/quotearg.c: Assume <wchar.h>.
18923         * m4/quotearg.m4: Likewise.
18924         * modules/regex (Depends-on): Depend on wchar.
18925         * lib/regex_internal.h: Assume <wchar.h>.
18926         * m4/regex.m4: Likewise.
18927         * modules/stdint (Depends-on): Depend on wchar.
18928         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
18929         * m4/stdint.m4: Likewise.
18930         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
18931         * modules/strftime (Depends-on): Depend on wchar.
18932         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
18933         * modules/strtol (Depends-on): Depend on wchar.
18934         * lib/strtol.c: Assume <wchar.h>.
18935         * modules/wcwidth (Depends-on): Depend on wchar.
18936         * lib/wcwidth.h: Assume <wchar.h>.
18937         * m4/wcwidth.m4: Likewise.
18938
18939 2007-01-16  Bruno Haible  <bruno@clisp.org>
18940
18941         * modules/csharpexec-script: New, created from...
18942         * modules/csharpexec: ... this.
18943
18944 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
18945
18946         * modules/javaexec-script: New, created from...
18947         * modules/javaexec: ... this.
18948
18949 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18950
18951         * modules/poll (Dependencies): Add sys_select.
18952
18953 2007-01-15  Jim Meyering  <jim@meyering.net>
18954
18955         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
18956         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
18957         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
18958         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
18959
18960 2007-01-15  Bruno Haible  <bruno@clisp.org>
18961
18962         * modules/striconveh: New file.
18963         * lib/striconveh.h: New file.
18964         * lib/striconveh.c: New file.
18965         * MODULES.html.sh (Internationalization functions): Add striconveh.
18966
18967         * modules/striconveh-tests: New file.
18968         * tests/test-striconveh.c: New file.
18969
18970 2007-01-15  Bruno Haible  <bruno@clisp.org>
18971
18972         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
18973         not from GNU libiconv or GNU libc.
18974
18975 2007-01-15  Bruno Haible  <bruno@clisp.org>
18976
18977         * doc/gnulib-intro.texi (Copyright): Explain the different license
18978         terms for module descriptions, autoconf macros, tests, documentation.
18979
18980 2007-01-14  Bruno Haible  <bruno@clisp.org>
18981
18982         * modules/striconv-tests: New file.
18983         * tests/test-striconv.c: New file.
18984
18985 2007-01-14  Bruno Haible  <bruno@clisp.org>
18986
18987         * modules/iconv-tests: New file.
18988         * tests/test-iconv.c: New file.
18989
18990 2007-01-14  Bruno Haible  <bruno@clisp.org>
18991
18992         * gnulib-tool (func_get_license): For test modules, use the license of
18993         the main module.
18994
18995 2007-01-14  Bruno Haible  <bruno@clisp.org>
18996
18997         * modules/iconv (Include): Clarify that <iconv.h> can only be included
18998         if iconv is found to exist.
18999
19000 2007-01-14  Bruno Haible  <bruno@clisp.org>
19001
19002         * modules/c-ctype-tests: New file.
19003         * tests/test-c-ctype.c: New file.
19004
19005 2007-01-14  Bruno Haible  <bruno@clisp.org>
19006
19007         * modules/binary-io-tests: New file.
19008         * tests/test-binary-io.sh: New file.
19009         * tests/test-binary-io.c: New file.
19010
19011 2007-01-14  Bruno Haible  <bruno@clisp.org>
19012
19013         * modules/array-oset-tests: New file.
19014         * tests/test-array_oset.c: New file.
19015
19016 2007-01-14  Bruno Haible  <bruno@clisp.org>
19017
19018         * modules/array-list-tests: New file.
19019         * tests/test-array_list.c: New file.
19020
19021 2007-01-14  Bruno Haible  <bruno@clisp.org>
19022
19023         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
19024         and make.
19025         Reported by Simon Josefsson in
19026         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
19027
19028 2007-01-14  Bruno Haible  <bruno@clisp.org>
19029
19030         * modules/allocsa-tests: New file.
19031         * tests/test-allocsa.c: New file.
19032
19033 2007-01-14  Bruno Haible  <bruno@clisp.org>
19034
19035         * modules/fchdir (Depends-on): Add absolute-header.
19036         * modules/unistd (Depends-on): Likewise.
19037
19038 2006-12-30  Bruno Haible  <bruno@clisp.org>
19039
19040         * modules/fchdir: New file.
19041         * modules/unistd (Files): Add lib/unistd_.h.
19042         (Makefile.am): Generate unistd.h from unistd_.h.
19043         * lib/fchdir.c: New file.
19044         * lib/dirent_.h: New file.
19045         * lib/unistd_.h: New file.
19046         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
19047         * m4/fchdir.m4: New file.
19048         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
19049         (gl_HEADER_UNISTD): Invoke it.
19050         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
19051         function.
19052         * lib/backupfile.c (opendir, closedir): Undefine.
19053         * lib/chown.c (open, close): Undefine.
19054         * lib/clean-temp.c (open, close): Undefine.
19055         * lib/copy-file.c (open, close): Undefine.
19056         * lib/execute.c (open, close): Undefine.
19057         * lib/fsusage.c (open, close): Undefine.
19058         * lib/gc-gnulib.c (open, close): Undefine.
19059         * lib/getcwd.c (opendir, closedir): Undefine.
19060         * lib/glob.c (opendir, closedir): Undefine.
19061         * lib/javacomp.c (open, close): Undefine.
19062         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
19063         * lib/openat-proc.c (open, close): Undefine.
19064         * lib/pagealign_alloc.c (open, close): Undefine.
19065         * lib/pipe.c (open, close): Undefine.
19066         * lib/progreloc.c (open, close): Undefine.
19067         * lib/savedir.c (opendir, closedir): Undefine.
19068         * lib/utime.c (open, close): Undefine.
19069         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
19070
19071 2007-01-10  Bruno Haible  <bruno@clisp.org>
19072
19073         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
19074
19075 2007-01-12  Eric Blake  <ebb9@byu.net>
19076
19077         Provide a robust <wchar.h>.  Further simplifications are now
19078         possible in other modules, but not included here.
19079         * modules/wchar: New module.
19080         * m4/wchar.m4: New file.
19081         * lib/wchar_.h: Likewise.
19082         * modules/mbchar (Depends-on): Depend on wchar, as the first use
19083         of the new module.
19084         * MODULES.html.sh (Extended multibyte and wide character utilities):
19085         New section.
19086
19087 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
19088
19089         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
19090         to a reasonable default for memory allocation.
19091         (xreadlink): Don't allocate a huge buffer, to work around a buggy
19092         file system that reports garbage st_size values for symlinks.
19093         Problem reported by Liyang Hu.
19094
19095 2007-01-11  Simon Josefsson  <simon@josefsson.org>
19096
19097         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
19098         Emacs .#* auto-save files).
19099
19100 2007-01-11  Bruno Haible  <bruno@clisp.org>
19101
19102         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
19103         directory.
19104
19105 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
19106
19107         Use @...@ consistently in lib/wctype_.h.
19108         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
19109         on it being set to 1 or 0.
19110         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
19111         go back to AC_SUBSTing it.
19112         * modules/wctype (Makefile.am): Undo previous change.
19113
19114 2007-01-10  Eric Blake  <ebb9@byu.net>
19115
19116         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
19117         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
19118         * modules/wctype (Makefile.am): Likewise.
19119         Reported by Chris McGuire.
19120
19121 2007-01-10  Jim Meyering  <jim@meyering.net>
19122
19123         fts.c: a small readability/maintainability improvement
19124         * lib/fts.c (fts_read): Make this code slightly more readable and
19125         maintainable by hoisting the "sp->fts_cur = p" assignments to
19126         immediately follow the statements that set P.  Derived from
19127         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
19128
19129 2007-01-10  Eric Blake  <ebb9@byu.net>
19130
19131         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
19132         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
19133         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
19134         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
19135         Reported by Chris McGuire.
19136
19137 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19138
19139         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
19140         in sed script.
19141
19142 2007-01-09  Bruno Haible  <bruno@clisp.org>
19143
19144         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
19145         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
19146         variables.
19147         (func_module): Use them.
19148
19149 2007-01-09  Bruno Haible  <bruno@clisp.org>
19150
19151         * modules/unistr/base: New file.
19152         * lib/unistr.h: New file.
19153
19154         * modules/unistr/u8-to-u16: New file.
19155         * lib/unistr/u8-to-u16.c: New file.
19156
19157         * modules/unistr/u8-to-u32: New file.
19158         * lib/unistr/u8-to-u32.c: New file.
19159
19160         * modules/unistr/u16-to-u8: New file.
19161         * lib/unistr/u16-to-u8.c: New file.
19162
19163         * modules/unistr/u16-to-u32: New file.
19164         * lib/unistr/u16-to-u32.c: New file.
19165
19166         * modules/unistr/u32-to-u8: New file.
19167         * lib/unistr/u32-to-u8.c: New file.
19168
19169         * modules/unistr/u32-to-u16: New file.
19170         * lib/unistr/u32-to-u16.c: New file.
19171
19172         * modules/unistr/u8-check: New file.
19173         * modules/unistr/u16-check: New file.
19174         * modules/unistr/u32-check: New file.
19175         * lib/unistr/u8-check.c: New file.
19176         * lib/unistr/u16-check.c: New file.
19177         * lib/unistr/u32-check.c: New file.
19178
19179         * modules/unistr/u8-chr: New file.
19180         * modules/unistr/u16-chr: New file.
19181         * modules/unistr/u32-chr: New file.
19182         * lib/unistr/u8-chr.c: New file.
19183         * lib/unistr/u16-chr.c: New file.
19184         * lib/unistr/u32-chr.c: New file.
19185
19186         * modules/unistr/u8-cmp: New file.
19187         * modules/unistr/u16-cmp: New file.
19188         * modules/unistr/u32-cmp: New file.
19189         * lib/unistr/u8-cmp.c: New file.
19190         * lib/unistr/u16-cmp.c: New file.
19191         * lib/unistr/u32-cmp.c: New file.
19192
19193         * modules/unistr/u8-cpy: New file.
19194         * modules/unistr/u16-cpy: New file.
19195         * modules/unistr/u32-cpy: New file.
19196         * lib/unistr/u8-cpy.c: New file.
19197         * lib/unistr/u16-cpy.c: New file.
19198         * lib/unistr/u32-cpy.c: New file.
19199         * lib/unistr/u-cpy.h: New file.
19200
19201         * modules/unistr/u8-cpy-alloc: New file.
19202         * modules/unistr/u16-cpy-alloc: New file.
19203         * modules/unistr/u32-cpy-alloc: New file.
19204         * lib/unistr/u8-cpy-alloc.c: New file.
19205         * lib/unistr/u16-cpy-alloc.c: New file.
19206         * lib/unistr/u32-cpy-alloc.c: New file.
19207         * lib/unistr/u-cpy-alloc.h: New file.
19208
19209         * modules/unistr/u8-endswith: New file.
19210         * modules/unistr/u16-endswith: New file.
19211         * modules/unistr/u32-endswith: New file.
19212         * lib/unistr/u8-endswith.c: New file.
19213         * lib/unistr/u16-endswith.c: New file.
19214         * lib/unistr/u32-endswith.c: New file.
19215         * lib/unistr/u-endswith.h: New file.
19216
19217         * modules/unistr/u8-mblen: New file.
19218         * modules/unistr/u16-mblen: New file.
19219         * modules/unistr/u32-mblen: New file.
19220         * lib/unistr/u8-mblen.c: New file.
19221         * lib/unistr/u16-mblen.c: New file.
19222         * lib/unistr/u32-mblen.c: New file.
19223
19224         * modules/unistr/u8-mbtouc: New file.
19225         * modules/unistr/u16-mbtouc: New file.
19226         * modules/unistr/u32-mbtouc: New file.
19227         * lib/unistr/u8-mbtouc.c: New file.
19228         * lib/unistr/u16-mbtouc.c: New file.
19229         * lib/unistr/u32-mbtouc.c: New file.
19230
19231         * modules/unistr/u8-mbtouc-safe: New file.
19232         * modules/unistr/u16-mbtouc-safe: New file.
19233         * modules/unistr/u32-mbtouc-safe: New file.
19234         * lib/unistr/u8-mbtouc-safe.c: New file.
19235         * lib/unistr/u16-mbtouc-safe.c: New file.
19236         * lib/unistr/u32-mbtouc-safe.c: New file.
19237
19238         * modules/unistr/u8-move: New file.
19239         * modules/unistr/u16-move: New file.
19240         * modules/unistr/u32-move: New file.
19241         * lib/unistr/u8-move.c: New file.
19242         * lib/unistr/u16-move.c: New file.
19243         * lib/unistr/u32-move.c: New file.
19244         * lib/unistr/u-move.h: New file.
19245
19246         * modules/unistr/u8-next: New file.
19247         * modules/unistr/u16-next: New file.
19248         * modules/unistr/u32-next: New file.
19249         * lib/unistr/u8-next.c: New file.
19250         * lib/unistr/u16-next.c: New file.
19251         * lib/unistr/u32-next.c: New file.
19252
19253         * modules/unistr/u8-prev: New file.
19254         * modules/unistr/u16-prev: New file.
19255         * modules/unistr/u32-prev: New file.
19256         * lib/unistr/u8-prev.c: New file.
19257         * lib/unistr/u16-prev.c: New file.
19258         * lib/unistr/u32-prev.c: New file.
19259
19260         * modules/unistr/u8-set: New file.
19261         * modules/unistr/u16-set: New file.
19262         * modules/unistr/u32-set: New file.
19263         * lib/unistr/u8-set.c: New file.
19264         * lib/unistr/u16-set.c: New file.
19265         * lib/unistr/u32-set.c: New file.
19266         * lib/unistr/u-set.h: New file.
19267
19268         * modules/unistr/u8-startswith: New file.
19269         * modules/unistr/u16-startswith: New file.
19270         * modules/unistr/u32-startswith: New file.
19271         * lib/unistr/u8-startswith.c: New file.
19272         * lib/unistr/u16-startswith.c: New file.
19273         * lib/unistr/u32-startswith.c: New file.
19274         * lib/unistr/u-startswith.h: New file.
19275
19276         * modules/unistr/u8-stpcpy: New file.
19277         * modules/unistr/u16-stpcpy: New file.
19278         * modules/unistr/u32-stpcpy: New file.
19279         * lib/unistr/u8-stpcpy.c: New file.
19280         * lib/unistr/u16-stpcpy.c: New file.
19281         * lib/unistr/u32-stpcpy.c: New file.
19282         * lib/unistr/u-stpcpy.h: New file.
19283
19284         * modules/unistr/u8-stpncpy: New file.
19285         * modules/unistr/u16-stpncpy: New file.
19286         * modules/unistr/u32-stpncpy: New file.
19287         * lib/unistr/u8-stpncpy.c: New file.
19288         * lib/unistr/u16-stpncpy.c: New file.
19289         * lib/unistr/u32-stpncpy.c: New file.
19290         * lib/unistr/u-stpncpy.h: New file.
19291
19292         * modules/unistr/u8-strcat: New file.
19293         * modules/unistr/u16-strcat: New file.
19294         * modules/unistr/u32-strcat: New file.
19295         * lib/unistr/u8-strcat.c: New file.
19296         * lib/unistr/u16-strcat.c: New file.
19297         * lib/unistr/u32-strcat.c: New file.
19298         * lib/unistr/u-strcat.h: New file.
19299
19300         * modules/unistr/u8-strchr: New file.
19301         * modules/unistr/u16-strchr: New file.
19302         * modules/unistr/u32-strchr: New file.
19303         * lib/unistr/u8-strchr.c: New file.
19304         * lib/unistr/u16-strchr.c: New file.
19305         * lib/unistr/u32-strchr.c: New file.
19306
19307         * modules/unistr/u8-strcmp: New file.
19308         * modules/unistr/u16-strcmp: New file.
19309         * modules/unistr/u32-strcmp: New file.
19310         * lib/unistr/u8-strcmp.c: New file.
19311         * lib/unistr/u16-strcmp.c: New file.
19312         * lib/unistr/u32-strcmp.c: New file.
19313
19314         * modules/unistr/u8-strcpy: New file.
19315         * modules/unistr/u16-strcpy: New file.
19316         * modules/unistr/u32-strcpy: New file.
19317         * lib/unistr/u8-strcpy.c: New file.
19318         * lib/unistr/u16-strcpy.c: New file.
19319         * lib/unistr/u32-strcpy.c: New file.
19320         * lib/unistr/u-strcpy.h: New file.
19321
19322         * modules/unistr/u8-strcspn: New file.
19323         * modules/unistr/u16-strcspn: New file.
19324         * modules/unistr/u32-strcspn: New file.
19325         * lib/unistr/u8-strcspn.c: New file.
19326         * lib/unistr/u16-strcspn.c: New file.
19327         * lib/unistr/u32-strcspn.c: New file.
19328         * lib/unistr/u-strcspn.h: New file.
19329
19330         * modules/unistr/u8-strdup: New file.
19331         * modules/unistr/u16-strdup: New file.
19332         * modules/unistr/u32-strdup: New file.
19333         * lib/unistr/u8-strdup.c: New file.
19334         * lib/unistr/u16-strdup.c: New file.
19335         * lib/unistr/u32-strdup.c: New file.
19336         * lib/unistr/u-strdup.h: New file.
19337
19338         * modules/unistr/u8-strlen: New file.
19339         * modules/unistr/u16-strlen: New file.
19340         * modules/unistr/u32-strlen: New file.
19341         * lib/unistr/u8-strlen.c: New file.
19342         * lib/unistr/u16-strlen.c: New file.
19343         * lib/unistr/u32-strlen.c: New file.
19344         * lib/unistr/u-strlen.h: New file.
19345
19346         * modules/unistr/u8-strmblen: New file.
19347         * modules/unistr/u16-strmblen: New file.
19348         * modules/unistr/u32-strmblen: New file.
19349         * lib/unistr/u8-strmblen.c: New file.
19350         * lib/unistr/u16-strmblen.c: New file.
19351         * lib/unistr/u32-strmblen.c: New file.
19352
19353         * modules/unistr/u8-strmbtouc: New file.
19354         * modules/unistr/u16-strmbtouc: New file.
19355         * modules/unistr/u32-strmbtouc: New file.
19356         * lib/unistr/u8-strmbtouc.c: New file.
19357         * lib/unistr/u16-strmbtouc.c: New file.
19358         * lib/unistr/u32-strmbtouc.c: New file.
19359
19360         * modules/unistr/u8-strncat: New file.
19361         * modules/unistr/u16-strncat: New file.
19362         * modules/unistr/u32-strncat: New file.
19363         * lib/unistr/u8-strncat.c: New file.
19364         * lib/unistr/u16-strncat.c: New file.
19365         * lib/unistr/u32-strncat.c: New file.
19366         * lib/unistr/u-strncat.h: New file.
19367
19368         * modules/unistr/u8-strncmp: New file.
19369         * modules/unistr/u16-strncmp: New file.
19370         * modules/unistr/u32-strncmp: New file.
19371         * lib/unistr/u8-strncmp.c: New file.
19372         * lib/unistr/u16-strncmp.c: New file.
19373         * lib/unistr/u32-strncmp.c: New file.
19374
19375         * modules/unistr/u8-strncpy: New file.
19376         * modules/unistr/u16-strncpy: New file.
19377         * modules/unistr/u32-strncpy: New file.
19378         * lib/unistr/u8-strncpy.c: New file.
19379         * lib/unistr/u16-strncpy.c: New file.
19380         * lib/unistr/u32-strncpy.c: New file.
19381         * lib/unistr/u-strncpy.h: New file.
19382
19383         * modules/unistr/u8-strnlen: New file.
19384         * modules/unistr/u16-strnlen: New file.
19385         * modules/unistr/u32-strnlen: New file.
19386         * lib/unistr/u8-strnlen.c: New file.
19387         * lib/unistr/u16-strnlen.c: New file.
19388         * lib/unistr/u32-strnlen.c: New file.
19389         * lib/unistr/u-strnlen.h: New file.
19390
19391         * modules/unistr/u8-strpbrk: New file.
19392         * modules/unistr/u16-strpbrk: New file.
19393         * modules/unistr/u32-strpbrk: New file.
19394         * lib/unistr/u8-strpbrk.c: New file.
19395         * lib/unistr/u16-strpbrk.c: New file.
19396         * lib/unistr/u32-strpbrk.c: New file.
19397         * lib/unistr/u-strpbrk.h: New file.
19398
19399         * modules/unistr/u8-strrchr: New file.
19400         * modules/unistr/u16-strrchr: New file.
19401         * modules/unistr/u32-strrchr: New file.
19402         * lib/unistr/u8-strrchr.c: New file.
19403         * lib/unistr/u16-strrchr.c: New file.
19404         * lib/unistr/u32-strrchr.c: New file.
19405
19406         * modules/unistr/u8-strspn: New file.
19407         * modules/unistr/u16-strspn: New file.
19408         * modules/unistr/u32-strspn: New file.
19409         * lib/unistr/u8-strspn.c: New file.
19410         * lib/unistr/u16-strspn.c: New file.
19411         * lib/unistr/u32-strspn.c: New file.
19412         * lib/unistr/u-strspn.h: New file.
19413
19414         * modules/unistr/u8-strstr: New file.
19415         * modules/unistr/u16-strstr: New file.
19416         * modules/unistr/u32-strstr: New file.
19417         * lib/unistr/u8-strstr.c: New file.
19418         * lib/unistr/u16-strstr.c: New file.
19419         * lib/unistr/u32-strstr.c: New file.
19420         * lib/unistr/u-strstr.h: New file.
19421
19422         * modules/unistr/u8-strtok: New file.
19423         * modules/unistr/u16-strtok: New file.
19424         * modules/unistr/u32-strtok: New file.
19425         * lib/unistr/u8-strtok.c: New file.
19426         * lib/unistr/u16-strtok.c: New file.
19427         * lib/unistr/u32-strtok.c: New file.
19428         * lib/unistr/u-strtok.h: New file.
19429
19430         * modules/unistr/u8-uctomb: New file.
19431         * modules/unistr/u16-uctomb: New file.
19432         * modules/unistr/u32-uctomb: New file.
19433         * lib/unistr/u8-uctomb.c: New file.
19434         * lib/unistr/u16-uctomb.c: New file.
19435         * lib/unistr/u32-uctomb.c: New file.
19436
19437         * MODULES.html.sh (Unicode string functions): Add the new modules.
19438
19439 2007-01-08  Bruno Haible  <bruno@clisp.org>
19440
19441         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
19442         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
19443         subdirectories.
19444
19445 2007-01-08  Karl Berry  <karl@gnu.org>
19446
19447         * doc/error.texi: mention that main() fns must set program_name
19448         when progname is used.
19449
19450 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
19451
19452         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
19453         WCTYPE_H is empty, for the benefit of builds from non-distclean
19454         directories.  Problem reported by Eric Blake in
19455         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
19456
19457 2007-01-08  Bruno Haible  <bruno@clisp.org>
19458
19459         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
19460         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
19461         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
19462         PROVIDE_CANONICALIZE_FILENAME_MODE.
19463         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
19464
19465 2007-01-08  Bruno Haible  <bruno@clisp.org>
19466
19467         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
19468         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
19469         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
19470         * lib/fts.c: Likewise.
19471         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
19472
19473 2006-12-25  Bruno Haible  <bruno@clisp.org>
19474
19475         * modules/utf8-ucs4-safe: New file.
19476         * lib/utf8-ucs4-safe.h: New file.
19477         * lib/unistr/utf8-ucs4-safe.c: New file.
19478
19479         * modules/utf16-ucs4-safe: New file.
19480         * lib/utf16-ucs4-safe.h: New file.
19481         * lib/unistr/utf16-ucs4-safe.c: New file.
19482
19483         * MODULES.html.sh (Unicode string functions): Add the new modules.
19484
19485 2007-01-08  Bruno Haible  <bruno@clisp.org>
19486
19487         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
19488         (Depends-on): Add unitypes.
19489         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
19490         (u8_mbtouc_aux): Move out to separate file.
19491         (u8_mbtouc): Use ucs4_t, uint8_t types.
19492         * lib/unistr/utf8-ucs4.c: New file.
19493
19494         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
19495         (Depends-on): Add unitypes.
19496         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
19497         (u16_mbtouc_aux): Move out to separate file.
19498         (u16_mbtouc): Use ucs4_t, uint16_t types.
19499         * lib/unistr/utf16-ucs4.c: New file.
19500
19501         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
19502         (Depends-on): Add unitypes.
19503         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
19504         (u8_uctomb_aux): Move out to separate file.
19505         (u8_uctomb): Use ucs4_t, uint8_t types.
19506         * lib/unistr/ucs4-utf8.c: New file.
19507
19508         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
19509         (Depends-on): Add unitypes.
19510         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
19511         (u16_uctomb_aux): Move out to separate file.
19512         (u16_uctomb): Use ucs4_t, uint16_t types.
19513         * lib/unistr/ucs4-utf16.c: New file.
19514
19515 2006-12-25  Bruno Haible  <bruno@clisp.org>
19516
19517         * modules/unitypes: New file.
19518         * lib/unitypes.h: New file.
19519         * MODULES.html.sh (func_all_modules): New section "Unicode string
19520         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
19521         this section. Add unitypes.
19522
19523 2007-01-08  Bruno Haible  <bruno@clisp.org>
19524
19525         Avoid variable names that conflict with those from libtool.
19526         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
19527         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
19528         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
19529         library_names_spec to acl_library_names_spec, hardcode_* to
19530         acl_hardcode_*.
19531         Reported by Ralf Wildenhues.
19532
19533 2007-01-08  Bruno Haible  <bruno@clisp.org>
19534
19535         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
19536         definition.
19537         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
19538         definition.
19539         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
19540         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
19541         definition.
19542         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
19543         definition.
19544         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
19545         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
19546         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
19547         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
19548         definition.
19549         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
19550         definition.
19551         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
19552         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
19553         GC_USE_<algorithm>.
19554         * lib/gc-libgcrypt.c: Likewise.
19555         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
19556         * modules/gc-arctwo (configure.ac): Likewise.
19557         * modules/gc-des (configure.ac): Likewise.
19558         * modules/gc-hmac-md5 (configure.ac): Likewise.
19559         * modules/gc-hmac-sha1 (configure.ac): Likewise.
19560         * modules/gc-md2 (configure.ac): Likewise.
19561         * modules/gc-md4 (configure.ac): Likewise.
19562         * modules/gc-md5 (configure.ac): Likewise.
19563         * modules/gc-random (configure.ac): Likewise.
19564         * modules/gc-rijndael (configure.ac): Likewise.
19565         * modules/gc-sha1 (configure.ac): Likewise.
19566
19567 2007-01-08  Bruno Haible  <bruno@clisp.org>
19568
19569         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
19570         macro definition.
19571         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
19572         definition.
19573         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
19574         definition.
19575         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
19576         * modules/fcntl-safer (configure.ac): Likewise.
19577         * modules/fopen-safer (configure.ac): Likewise.
19578         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
19579         GNULIB_FWRITEERROR macro definition.
19580
19581 2007-01-08  Bruno Haible  <bruno@clisp.org>
19582
19583         * m4/gnulib-common.m4: New file.
19584         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
19585         (func_get_filelist): Add m4/gnulib-common.m4.
19586
19587 2007-01-08  Bruno Haible  <bruno@clisp.org>
19588
19589         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
19590         command.
19591
19592 2007-01-08  Jim Meyering  <jim@meyering.net>
19593
19594         Use a more robust test for a "can't happen" condition.
19595         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
19596         narrowed the st_size value.  Presuming the "can't happen" condition
19597         is true, that narrowing could conceivably convert an invalid st_size
19598         value into a valid one.  Instead, use a change based on Matthew
19599         Woehlke's original patch.
19600
19601         Slight readability improvement: use an assert-like macro
19602         in place of literal "abort ()" uses.
19603         * lib/fts.c (fts_assert): Define.
19604         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
19605         Use this macro instead of a bare 'abort'.
19606
19607 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
19608
19609         Don't worry about using IRIX 5.3's wctype.h broken definitions;
19610         simply work around them.
19611         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
19612         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
19613         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
19614         declaring.
19615         Don't bother to define as macros, since the standard doesn't require it.
19616         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
19617         longer worry about IRIX 5.3.
19618         (HAVE_WCTYPE_CTMP_BUG): Remove.
19619
19620 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
19621
19622         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
19623         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
19624         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
19625         Problems reported by Georg Schwarz for IRIX 5.3.
19626
19627         * gnulib-tool (autoconf_minversion): Take the maximum version number
19628         found, not the minimum.  Problem reported by James Youngman.
19629
19630 2007-01-03  Karl Berry  <karl@gnu.org>
19631
19632         * doc/error.texi: new file, explaining interaction with progname.
19633         * doc/gnulib.texi: include it.  Update copyright.
19634
19635 2007-01-03  Simon Josefsson  <simon@josefsson.org>
19636
19637         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
19638         AC_CANONICAL_HOST, to improve autobuild outputs.
19639
19640 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
19641             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
19642
19643         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
19644         sockets, server sockets, and other file descriptors.  Count errors
19645         to compute the return value.  Reorder the code a bit to be easier
19646         to follow.  Don't set event bits that were not requested (except
19647         POLLERR and POLLHUP).
19648
19649 2007-01-01  Bruno Haible  <bruno@clisp.org>
19650
19651         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
19652
19653 2007-01-03  Jim Meyering  <jim@meyering.net>
19654
19655         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
19656
19657 2007-01-02  Bruno Haible  <bruno@clisp.org>
19658
19659         * modules/settime (Include): Require timespec.h.
19660         * modules/nanosleep (Include): Likewise.
19661
19662 2007-01-01  Bruno Haible  <bruno@clisp.org>
19663
19664         * gnulib-tool (func_emit_copyright_notice): Bump year.
19665         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
19666
19667 2007-01-01  Bruno Haible  <bruno@clisp.org>
19668
19669         Improve support for OpenBSD.
19670         * build-aux/config.rpath (libname_spec): Export.
19671         (library_names_spec): New variable. Export.
19672         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
19673         library_names_spec from the config.rpath output. Locate shared library
19674         through the name pattern in library_names_spec.
19675
19676 2007-01-01  Eric Blake  <ebb9@byu.net>
19677
19678         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
19679
19680 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
19681
19682         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
19683         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
19684         assume the C locale, and avoid an "eval" that could cause trouble.
19685         Problem with SORT reported by Bob Proulx.
19686
19687         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
19688         Define.  Trivial patch from Henning Nielsen Lund, originally
19689         sent to bug-grep@gnu.org today.
19690
19691 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
19692
19693         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
19694         struct stat.  Problem reported by Henning Nielsen Lund.
19695         * lib/acl.c: Include acl.h first, to check interface.  Don't
19696         bother to include sys/types.h and sys/stat.h again.
19697
19698 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
19699
19700         Import the following change from libc; problem reported by
19701         Sven Verdoolaege.
19702
19703         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
19704
19705         [BZ #1373]
19706         * lib/argp.h: Remove __NTH for __argp_usage inline function.
19707
19708 2006-12-28  Jim Meyering  <jim@meyering.net>
19709
19710         * build-aux/announce-gen: Do not assume that the package
19711         builds any of tar.gz, tar.bz2, and .xdelta files.
19712         Suggestion from Simon Josefsson.
19713
19714 2006-12-28  Simon Josefsson  <simon@josefsson.org>
19715
19716         * modules/announce-gen: New file.
19717
19718 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
19719
19720         * lib/mbchar.h: Just include <wctype.h>; the wctype module
19721         handles its gotchas now.
19722         * lib/mbswidth.c: Likewise.
19723         * lib/wcwidth.h: Likewise.
19724         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
19725         and iswcntrl; the wctype module does this stuff now.
19726         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
19727         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
19728         * modules/mbchar (Depends-on): Add wctype.
19729         * modules/mbswidth (Depends-on): Likewise.
19730         * modules/wcwidth (Depends-on): Likewise.
19731
19732 2006-12-27  Eric Blake  <ebb9@byu.net>
19733
19734         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
19735         module uses more than what <wctype.h> is required to provide.
19736
19737 2006-12-26  Eric Blake  <ebb9@byu.net>
19738
19739         * gnulib-tool (sed_extract_prog): Avoid space-tab.
19740
19741 2006-12-26  Eric Blake  <ebb9@byu.net>
19742
19743         * modules/absolute-header: New module.
19744         * modules/fcntl (Depends-on): Depend on it.
19745         * modules/inttypes (Depends-on): Likewise.
19746         * modules/stdint (Depends-on): Likewise.
19747         * modules/sys_stat (Depends-on): Likewise.
19748         * modules/wctype (Depends-on): Likewise.
19749         * MODULES.html.sh (Support for building libraries and
19750         executables): Document it.
19751
19752 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
19753
19754         * gnulib-tool (SED): Remove, undoing previous change.
19755         The problem was that it broke coreutils on Solaris, because
19756         "sed --posix" leaked into a makefile.
19757         (sed): New alias, if 'alias' and GNU sed.
19758
19759 2006-12-24  Jim Meyering  <jim@meyering.net>
19760
19761         Work around an fchownat bug in glibc-2.4:
19762         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
19763         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
19764         in spite of the -P option.
19765         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
19766         New macros.
19767         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
19768         * modules/openat (Files): Add lib/fchownat.c.
19769         * lib/openat.c (fchownat): Don't define here.  Move to...
19770         * lib/fchownat.c: ...this new file.
19771
19772 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
19773
19774         Fix bug reported by Bruno Haible in
19775         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
19776         where quotearg.c didn't compile on Mac OS X 10.2 because it
19777         lacks <wchar.h> and wint_t.
19778         * lib/wctype_.h (__wctype_wint_t): New type.
19779         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
19780         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
19781         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
19782         Arg is now of type __wctype_wint_t, not wint_t.
19783         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
19784         substitute HAVE_WINT_T.
19785         * modules/wctype (Files): Add m4/wint_t.m4.
19786         (wctype.h): Substitute HAVE_WINT_T.
19787
19788 2006-12-23  Bruno Haible  <bruno@clisp.org>
19789
19790         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
19791
19792 2006-12-23  Bruno Haible  <bruno@clisp.org>
19793
19794         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
19795         S_ISLNK.
19796         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
19797         mingw.
19798
19799 2006-12-22  Bruno Haible  <bruno@clisp.org>
19800
19801         * lib/copy-file.c: Include acl.h.
19802         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
19803         Close the file descriptors only after being done with copy_acl.
19804         * modules/copy-file (Depends-on): Add acl.
19805
19806 2006-12-22  Bruno Haible  <bruno@clisp.org>
19807
19808         * gnulib-tool (SED): New variable.
19809         Use $SED instead of sed everywhere.
19810
19811 2006-12-22  Bruno Haible  <bruno@clisp.org>
19812
19813         * modules/no-c++: New file.
19814         * m4/no-c++.m4: New file.
19815         * MODULES.html.sh (Support for building libraries and executables):
19816         Add no-c++.
19817
19818 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
19819
19820         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
19821         Include <limits.h>, and use its INT_MAX to rewrite the
19822         j loop so that it does not overflow 'int'.  Problem reported by
19823         Ralf Wildenhues in
19824         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
19825         Play it safe by shifting left by 1 rather than multiplying by 2,
19826         as GCC is less likely to optimize this away when the value
19827         is signed (when it assumes overflow leads to undefined behavior).
19828         Also, don't assume time_t uses two's complement.
19829
19830 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
19831
19832         * MODULES.html.sh: New module wctype.
19833         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
19834         * lib/fnmatch.c: Don't bother to include <wchar.h> before
19835         <wctype.h>, since the new wctype module should fix this.
19836         * lib/quotearg.c: Include <wctype.h> unconditionally, since
19837         the wctype module should arrange for it.
19838         * lib/regex_internal.h: Likewise.
19839         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
19840         since the wctype module should handle this now.
19841         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
19842         * modules/fnmatch (Depends-on): Add wctype.
19843         * modules/quotearg (Depends-on): Likewise.
19844         * modules/regex (Depends-on): Likewise.
19845
19846 2006-12-19  Bruno Haible  <bruno@clisp.org>
19847
19848         * lib/strdup.h [C++]: Wrap definitions in extern "C".
19849         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
19850
19851 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19852
19853         * modules/savewd (Depends-on): Fix dependency on fcntl.
19854
19855 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
19856
19857         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
19858         conforms to C99, rather than relying on the user's environment
19859         setting of STDINT_H.
19860
19861 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
19862         and Eric Blake  <ebb9@byu.net>
19863
19864         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
19865         This is more consistent with the other defines here.
19866         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
19867         Port to z/OS.  Problem reported by Paul Gilmartin.
19868         Change local vars to use gl_ prefix rather than ac_.
19869         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
19870         with other defines.
19871         * modules/double-slash-root: New module.
19872         * modules/dirname (Files): Remove m4/double-slash-root.m4.
19873         (Depends-on): Add double-slash-root.
19874         * MODULES.html.sh (File system functions): Mention new module.
19875
19876 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
19877
19878         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
19879         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
19880         This is for the benefit of gzip, which doesn't do i18n.
19881
19882 2006-12-12  Jim Meyering  <jim@meyering.net>
19883
19884         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
19885         Reported by Andreas Schwab <schwab@suse.de>.
19886
19887 2006-12-12  Bruno Haible  <bruno@clisp.org>
19888
19889         Merge these changes.
19890         2006-09-05  Bruno Haible  <bruno@clisp.org>
19891         * lib/iconvme.c (iconv_string): No need to save and restore errno when
19892         iconv_alloc succeeded.
19893         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
19894         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
19895         test for " && dest " at the end - dest is always != NULL there. Call
19896         iconv with 4xNULL arguments initially, to reset the state. Call iconv
19897         with 2xNULL arguments, also to flush the state storage. Handle the
19898         IRIX iconv behaviour. Realloc the final result, to throw away unused
19899         memory.
19900
19901 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
19902
19903         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
19904         and fchmodat unconditionally, since glibc 2.4 has them.
19905         Problem reported by Arkadiusz Miskiewicz.
19906
19907 2006-12-10  Bruno Haible  <bruno@clisp.org>
19908
19909         * gnulib-tool (func_import): Show the include files only for those
19910         modules that are copied and specified.
19911         Reported by Karl Berry.
19912
19913 2006-12-08  Jim Meyering  <jim@meyering.net>
19914
19915         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
19916         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
19917
19918         * build-aux/announce-gen: Add two new options, both optional:
19919         --bootstrap-tools=TOOL_LIST
19920               a comma-separated list of tools, e.g.,
19921               autoconf,automake,bison,gnulib
19922         --gnulib-snapshot-date=DATE
19923               if gnulib is in the bootstrap tool list,
19924               then report this as the snapshot date.
19925               If not specified, use the current date/time.
19926               If you specify a date here, be sure it's UTC.
19927
19928 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19929
19930         * tests/test-argp-2.sh: Fix test to match actual output.
19931         (func_compare): Fix sed script to be portable.
19932
19933 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
19934
19935         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
19936         workaround for this case.  It is not autoconfigured now; offhand
19937         it's hard to see how to autoconfigure it.
19938
19939 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
19940
19941         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
19942         a directory that is about to be chowned.  Such a directory's
19943         initial file permissions should permit the owner only and this
19944         should not be changed until after the chown, since the group and
19945         other bits would be incorrect if they granted permission before
19946         the chown.
19947
19948         Fix porting problem for iswctype reported by Georg Schwarz in:
19949         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
19950         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
19951         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
19952         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
19953         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
19954
19955 2006-12-03  Jim Meyering  <jim@meyering.net>
19956
19957         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
19958         p->fts_statp may not yet be defined.
19959         (fts_read): Instead, set it in the caller, once p->fts_statp is
19960         sure to be defined, and corresponds to a top-level directory.
19961         This bug made du -x fail.  Here's the coreutils test case:
19962         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
19963         Reported by Mike Frysinger.
19964
19965 2006-12-01  Jim Meyering  <jim@meyering.net>
19966
19967         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
19968         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
19969         Reported by Simon Josefsson.
19970
19971 2006-11-30  Jim Meyering  <jim@meyering.net>
19972
19973         * m4/warning.m4: Use the all-permissive copyright notice
19974         recommended by RMS (rather than LGPL).
19975         * m4/vararrays.m4: Likewise.
19976         * m4/flexmember.m4: Likewise.
19977
19978 2006-11-29  Bruno Haible  <bruno@clisp.org>
19979
19980         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
19981         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
19982         using +=.
19983         Reported by Simon Josefsson <simon@josefsson.org>.
19984
19985 2006-11-28  James Youngman <jay@gnu.org>
19986
19987         * README: Advise users that they might find the bug-gnulib@gnu.org
19988         and autotools-announce@gnu.org mailing lists useful.
19989
19990 2006-11-28  Bruno Haible  <bruno@clisp.org>
19991
19992         * m4/ptrdiff_max.m4: Remove file.
19993
19994 2006-11-21  Bruno Haible  <bruno@clisp.org>
19995
19996         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
19997         _AC_COMPUTE_INT.
19998         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
19999         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
20000         _AC_COMPUTE_INT.
20001         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
20002         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
20003         _AC_COMPUTE_INT.
20004         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
20005
20006 2006-11-28  Jim Meyering  <jim@meyering.net>
20007
20008         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
20009         warning from "gcc -Wshadow" about shadowing the builtin.
20010
20011 2006-11-27  Bruno Haible  <bruno@clisp.org>
20012
20013         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
20014         _AC_COMPUTE_INT.
20015         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
20016
20017 2006-11-27  Bruno Haible  <bruno@clisp.org>
20018             Paul Eggert  <eggert@cs.ucla.edu>
20019
20020         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
20021
20022 2006-11-26  Bruno Haible  <bruno@clisp.org>
20023
20024         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
20025         noinst_LTLIBRARIES.
20026
20027 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
20028             Bruno Haible  <bruno@clisp.org>
20029
20030         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
20031         if compiling with "gcc -ansi".
20032
20033 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
20034
20035         Fix some incompatibilities with gcc -ansi -pedantic.
20036         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
20037         if compiling pedantically with GCC, unless it's C99 or later.
20038         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
20039         it mishandles gcc -ansi -pedantic as well.
20040         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
20041         if gcc -pedantic.
20042         * lib/regexec.c (check_node_accept_bytes): Don't use auto
20043         initializers for struct if -pedantic, unless it's C99 or later.
20044
20045 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
20046
20047         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
20048         Don't close an fd more than once. Identical atimes indicate
20049         success, not failure.
20050
20051 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
20052
20053         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
20054
20055 2006-11-23  Jim Meyering  <jim@meyering.net>
20056
20057         * build-aux/announce-gen: New file.  From coreutils.
20058
20059 2006-11-22  Jim Meyering  <jim@meyering.net>
20060
20061         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
20062         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
20063         (fts_read): Use a temporary to narrow the overused st_size member
20064         before using it in a switch statement.  Reported by Matthew Woehlke.
20065
20066         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
20067         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
20068
20069 2006-11-20  Bruno Haible  <bruno@clisp.org>
20070
20071         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
20072         changequote instead of pairs of brackets.
20073         Reported by Andreas Schwab <schwab@suse.de>.
20074
20075 2006-11-21  Jim Meyering  <jim@meyering.net>
20076
20077         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
20078         so as to remain compatible with older compilers.
20079         Patch from Michael Deutschmann.
20080
20081 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
20082
20083         * MODULES.html.sh (File system functions): Add openat.
20084
20085         * lib/openat.h (rpl_fstatat): New macro, if
20086         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
20087         (fstatat): Define to rpl_fstatat under the same conditions,
20088         unless COMPILING_FSTATAT.
20089         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
20090         seems to have the bug.
20091         * lib/fstatat.c: New file.
20092         * modules/openat (Files): Add it.
20093
20094 2006-11-20  Bruno Haible  <bruno@clisp.org>
20095
20096         * Makefile: New file.
20097
20098 2006-11-20  Jim Meyering  <jim@meyering.net>
20099
20100         The beginnings of syntax-related checks for gnulib.
20101         * lib/Makefile: New file.
20102         * lib/t-idcache: New script.  Ensure that the two halves of
20103         idcache.c stay in sync.
20104
20105         * lib/idcache.c: Adjust comments in user- and group- portions to
20106         be more accurate, and to be consistent with one another.
20107
20108 2006-11-20  Jim Meyering  <jim@meyering.net>
20109
20110         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
20111         continue using the flexible array member (thus, this module performs
20112         half as many malloc calls), with the addition that...
20113         (getgroup, getuser): Consistently record a non-match via an empty
20114         "name" string, and map an empty string match to a NULL return value.
20115         * modules/idcache (Depends-on): Re-add flexmember.
20116
20117         * lib/idcache.c (getuser): Remove all uses of the register keyword.
20118         (getuidbyname, getgroup, getgidbyname): Likewise.
20119
20120         Use cleaner syntax: NULL rather than 0.
20121         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
20122
20123 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
20124
20125         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
20126         It mishandled the case where the group was missing.
20127         Problem reported by Greg Schafer.
20128         * modules/idcache: Likewise.
20129
20130 2006-11-18  Jim Meyering  <jim@meyering.net>
20131
20132         * check-module (%exempt_header): Add exception for some
20133         conditionally-included headers.
20134
20135         * modules/i-ring (Depends-on): Add verify.
20136         (License): Change to LGPL.
20137
20138 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20139
20140         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
20141         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
20142         and inttostr.h.  Use snprintf rather than uinttostr, so that
20143         LGPLed code doesn't depend on GPLed.
20144
20145 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
20146
20147         * modules/inline (License): Change from GPL to LGPL.
20148
20149 2006-11-17  Jim Meyering  <jim@meyering.net>
20150
20151         * modules/d-type (License): Switch to LGPL.
20152
20153 2006-11-15  Bruno Haible  <bruno@clisp.org>
20154
20155         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
20156
20157 2006-11-15  Eric Blake  <ebb9@byu.net>
20158
20159         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
20160         the module dependency.
20161
20162 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20163             Bruno Haible  <bruno@clisp.org>
20164
20165         * gnulib-tool (func_create_testdir): Add license consistency check.
20166
20167 2006-11-15  Eric Blake  <ebb9@byu.net>
20168
20169         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
20170         random "(cached)" in configure output.
20171
20172 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20173
20174         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
20175         test for conforming inttypes.h is both announced and cached.
20176
20177         * MODULES.html.sh (seen_modules, seen_files): New variables.
20178         (func_module): Rewrite to use a few less gnulib-tool and sed
20179         invocations.  Avoid a couple of quadratic algorithms for ...
20180         (missed_modules, missed_files): ... these, with ...
20181         (func_append, func_tmpdir): ... these new functions, from
20182         gnulib-tool.  Analogously, install traps for cleanup.
20183
20184         * tests/test-gc.c (main): Remove unused variables.
20185         * tests/test-read-file.c: Include stdlib.h, for 'free'.
20186
20187 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
20188
20189         * modules/inttostr (License): Change to LGPL.
20190
20191 2006-11-14  Eric Blake  <ebb9@byu.net>
20192
20193         * modules/tempname (License): Change to LGPL.
20194
20195 2006-11-14  Eric Blake  <ebb9@byu.net>
20196
20197         * doc/functions.texi (Function Portability): *printf functions on
20198         Cygwin now understand all POSIX size specifiers.
20199
20200 2006-11-14  Bruno Haible  <bruno@clisp.org>
20201
20202         * modules/c-ctype (License): Change to LGPL.
20203
20204 2006-11-12  Bruno Haible  <bruno@clisp.org>
20205
20206         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
20207         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
20208         for GNOME libraries, for which the include files are installed in
20209         subdirectories of $prefix/include.
20210
20211 2006-11-12  Bruno Haible  <bruno@clisp.org>
20212
20213         * m4/lib-link.m4: Require at least autoconf-2.54.
20214         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
20215         name to underscores for the --with option.
20216
20217 2006-11-13  Bruno Haible  <bruno@clisp.org>
20218
20219         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
20220         the tests directory.
20221         Reported by Ralf Wildenhues.
20222
20223 2006-11-13  Bruno Haible  <bruno@clisp.org>
20224
20225         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
20226         (func_emit_initmacro_end): Undo the override here.
20227         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
20228         Works around the famous automake error in coreutils.
20229
20230 2006-11-13  Eric Blake  <ebb9@byu.net>
20231
20232         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
20233         element, not its node.
20234
20235 2006-11-12  Bruno Haible  <bruno@clisp.org>
20236
20237         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
20238         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
20239
20240 2006-11-12  Bruno Haible  <bruno@clisp.org>
20241
20242         * gnulib-tool: New option --local-symlink.
20243         (func_usage): Document it.
20244         (lsymbolic): New variable.
20245         (func_import, func_create_testdir): If --symlink was not specified,
20246         test whether --local-symlink was specified and the file comes from
20247         the local_gnulib_dir.
20248
20249 2006-11-12  Bruno Haible  <bruno@clisp.org>
20250
20251         * gnulib-tool (func_ln): New function.
20252         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
20253
20254 2006-11-12  Bruno Haible  <bruno@clisp.org>
20255
20256         Finish support for source files in subdirectories.
20257         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
20258         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
20259         AUTOMAKE_OPTIONS.
20260         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
20261
20262 2006-11-12  Bruno Haible  <bruno@clisp.org>
20263
20264         * gnulib-tool (func_get_automake_snippet): Synthesize also an
20265         EXTRA_lib_SOURCES augmentation.
20266         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
20267
20268 2006-11-12  Jim Meyering  <jim@meyering.net>
20269
20270         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
20271         file descriptors.  This also averts a failure on systems with
20272         native openat support when a traversed directory lacks "x" access.
20273         * lib/fts_.h: Include "i-ring.h"
20274         (struct FTS) [fts_fd_ring]: New member.
20275         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
20276         (FCHDIR): Add parentheses.
20277         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
20278         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
20279         When descending, rather than simply closing the previous
20280         fts_cwd_fd value, push that file descriptor onto the ring.
20281         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
20282         (fts_open): Initialize the new fd_ring member.
20283         (fts_close): Clear the ring.
20284         (fts_safe_changedir): When possible, use our new fd_ring to skip
20285         the diropen and fstat and dev/ino comparison that would normally
20286         accompany a virtual `chdir ("..")'.
20287
20288         * modules/fts (Depends-on): Add i-ring.
20289         * modules/i-ring: New module.
20290         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
20291         * m4/i-ring.m4: New file.
20292
20293 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20294
20295         * gnulib-tool (func_create_testdir): Fix replacement of
20296         `build-aux' in configure.ac.  Run autotools in gltests
20297         subdirectory.
20298         (func_create_testdir, func_create_megatestdir, test): There is
20299         no need for '--force' in most autotool invocations in a new
20300         tree.  Actually fail the whole test if any of the tools, or the
20301         configure or make stages fail.
20302
20303         Sync from Automake.
20304         * build-aux/gnupload: Revert last change.  Add pointer to upload
20305         instructions of the GNU Maintenance Instructions.
20306         Suggestion by Karl Berry.
20307
20308 2006-11-10  Jim Meyering  <jim@meyering.net>
20309
20310         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
20311
20312 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
20313
20314         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
20315         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
20316         (bind_textdomain_codeset) [! ENABLE_NLS]:
20317         Evaluate all the arguments.  That way, callers get compatible behavior
20318         if the arguments have side effects.  Also, it avoids some GCC
20319         diagnostics in some cases; Joel E. Denny reported problems when Bison
20320         was configured with --enable-gcc-warnigs.
20321
20322 2006-11-10  Jim Meyering  <jim@meyering.net>
20323
20324         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
20325         relevant options in CFLAGS (like -O, -fno-inline) are taken into
20326         account.
20327
20328 2006-11-10  Jim Meyering  <jim@meyering.net>
20329
20330         * modules/inline: New file/module.
20331         * modules/xalloc (Files): Remove m4/inline.m4.
20332         (Depends-on): Add inline, instead.
20333         * modules/oset: Likewise.
20334         * modules/list: Likewise.
20335
20336 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
20337
20338         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
20339         Problem reported by Matthew Woehlke.
20340
20341 2006-11-09  Bruno Haible  <bruno@clisp.org>
20342
20343         * lib/tempname.c (gen_tempname): Remove variant that invokes
20344         __gen_tempname.
20345         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
20346         __gen_tempname.
20347
20348 2006-11-08  Bruno Haible  <bruno@clisp.org>
20349
20350         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
20351         to 'yes' instead of 'cross-compiling'.
20352
20353 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
20354
20355         * lib/quotearg.h (quotearg_free): New decl.
20356         * lib/quotearg.c (quotearg_free): New function.
20357         (slot0, nslots, slotvec0, slotvec):
20358         Now file-scope so that quotearg_free can get at them.
20359
20360 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20361
20362         Sync from Automake.
20363         * build-aux/gnupload: Add missing 'gnu' to example URL.
20364         Report by Karl Berry.
20365
20366 2006-11-08  Bruno Haible  <bruno@clisp.org>
20367
20368         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
20369         Suggested by Paul Eggert.
20370
20371 2006-11-08  Jim Meyering  <jim@meyering.net>
20372
20373         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
20374         It's already included if !_LIBC.
20375         (fts_safe_changedir): Add a comment.
20376
20377 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
20378
20379         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
20380         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
20381         Matthew Woehlke.
20382
20383         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
20384         definitions up, to avoid colliding with change below.
20385         (static_inline) [HAVE_INLINE]: New macro.
20386         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
20387         Provide extern decls when !HAVE_INLINE.  Do not define unless
20388         static_inline is defined, either by us or by xmalloc.c.  Use
20389         static_inline rather than static inline.
20390         (XCALLOC): Optimize sizeof(T) = 1 case.
20391         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
20392
20393 2006-11-07  Bruno Haible  <bruno@clisp.org>
20394
20395         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
20396         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
20397         AC_C_INLINE.
20398         * modules/xalloc (Files): Add m4/inline.m4.
20399
20400 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20401
20402         * README: Fix typo.
20403         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
20404         (Miscellanous Notes): ...from this.
20405
20406 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
20407
20408         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
20409         Mention that offsetof should be used instead of sizeof.
20410         From Bruno Haible.
20411
20412 2006-11-07  Bruno Haible  <bruno@clisp.org>
20413
20414         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
20415
20416 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
20417
20418         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
20419         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
20420         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
20421         (gl_tree_add_before, gl_tree_add_after):
20422         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
20423         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
20424         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
20425         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
20426         (gl_linked_add_after, gl_linked_add_at): Likewise.
20427         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
20428         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
20429         (gl_tree_add_before, gl_tree_add_after): Likewise.
20430         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
20431         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
20432         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
20433
20434 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20435
20436         * lib/gl_oset.h: Use C comment style, not C++ comment style.
20437
20438 2006-11-06  Bruno Haible  <bruno@clisp.org>
20439
20440         * m4/inline.m4: New file.
20441         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
20442         * modules/list (Files): Add m4/inline.m4.
20443         * modules/oset (Files): Likewise.
20444
20445 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
20446
20447         * lib/idcache.c: Include <stddef.h>, for offsetof.
20448         (struct userid.name): Change from char * to a flexible array member.
20449         All uses changed.
20450         * modules/idcache (Depends-on): Add flexmember.
20451
20452         * MODULES.html.sh (Core language properties): New module flexmember.
20453         * modules/flexmember, m4/flexmember.m4: New files.
20454
20455         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
20456         inline functions that are identical with the old xnmalloc_inline,
20457         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
20458         that we can avoid some unnecessary integer multiplications and
20459         divisions in the common case where the element size is known at
20460         compile time.
20461         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
20462         needed.
20463         (xnboundedmalloc): Remove.
20464         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
20465         arguments, for consistency with rest of this header.
20466         (xcharalloc): Rewrite using XNMALLOC.
20467         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
20468         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
20469         versions have been moved to lib/xalloc.h and renamed to be the
20470         non-*_inline versions.
20471         (xmalloc, xrealloc): Implement without reference to the xnmalloc
20472         and xnrealloc functions, since those functions are now inline and
20473         now call us.
20474         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
20475         renaming described above.
20476         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
20477         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
20478         captures the dependency in AC_C_INLINE.
20479
20480         New module canonicalize-lgpl, proposed by Charles Wilson in
20481         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
20482         with a few small changes afterwards.
20483         * MODULES.html.sh (File system functions): New module
20484         canonicalize-lgpl.
20485         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
20486         and canonicalize_file_name.
20487         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
20488         * modules/canonicalize-lgpl: New files.
20489
20490 2006-11-05  Bruno Haible  <bruno@clisp.org>
20491
20492         * gnulib-tool (func_import, func_create_testdir): Create directories
20493         also for files in subdirectories of lib/.
20494
20495 2006-11-05  Bruno Haible  <bruno@clisp.org>
20496
20497         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
20498         ANSI C compliant.
20499
20500 2006-11-03  Bruno Haible  <bruno@clisp.org>
20501
20502         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
20503         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
20504         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
20505         (xnboundedmalloc): New inline function.
20506         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
20507         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
20508         xmalloc.
20509         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
20510         xmalloc.
20511         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
20512         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
20513         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
20514         xmalloc.
20515         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
20516         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
20517         xmalloc.
20518         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
20519         gl_tree_add_after): Use XMALLOC instead of xmalloc.
20520         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
20521         xmalloc.
20522         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
20523         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
20524         gl_tree_add_after): Use XMALLOC instead of xmalloc.
20525         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
20526         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
20527         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
20528         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
20529
20530 2006-11-03  Bruno Haible  <bruno@clisp.org>
20531
20532         * lib/c-ctype.h [C++]: Define functions without name mangling.
20533         * lib/fwriteerror.h [C++]: Likewise.
20534         * lib/gcd.h [C++]: Likewise.
20535         * lib/linebreak.h [C++]: Likewise.
20536
20537 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
20538
20539         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
20540         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
20541         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
20542         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
20543         Check for functions and headers just once.
20544         Check for declaration of canonicalize_file_name.
20545         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
20546
20547 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
20548
20549         * gnulib-tool (func_import): Fix typo in actioncmd.
20550
20551 2006-11-02  Bruno Haible  <bruno@clisp.org>
20552
20553         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
20554         newline sequence in the Makefile.am snippet as a space, like "make"
20555         does.
20556         Reported by Roger Persson <perrog@gmail.com>.
20557
20558 2006-11-01  Bruno Haible  <bruno@clisp.org>
20559
20560         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
20561         already declared in <string.h>.
20562         * lib/strcase.h (strncasecmp): Don't declare it if yes.
20563
20564 2006-11-01  Bruno Haible  <bruno@clisp.org>
20565
20566         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
20567         * lib/strcase.h: Include <string.h>.
20568         (strcasecmp): Define to rpl_strcasecmp here.
20569
20570 2006-11-01  Bruno Haible  <bruno@clisp.org>
20571
20572         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
20573
20574 2006-11-01  Eric Blake  <ebb9@byu.net>
20575
20576         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
20577
20578         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
20579
20580 2006-10-29  Bruno Haible  <bruno@clisp.org>
20581
20582         Make it compile in C++ mode.
20583         * lib/full-write.c (full_rw): Add a cast.
20584
20585 2006-11-01  Bruno Haible  <bruno@clisp.org>
20586
20587         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
20588         be POSIX compliant.
20589         Reported by Roger Persson <perrog@gmail.com>.
20590
20591 2006-11-01  Eric Blake  <ebb9@byu.net>
20592
20593         * lib/getopt_.h: Fix comments.
20594
20595 2006-10-31  Eric Blake  <ebb9@byu.net>
20596
20597         * modules/tmpdir (Depends-on): Add sys_stat.
20598         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
20599         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
20600         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
20601         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
20602         tempname.
20603
20604 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
20605
20606         Avoid some C++ diagnostics reported by Bruno Haible.
20607         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
20608         xmalloc.
20609         (quotearg_alloc): Use xcharalloc rather than xmalloc.
20610         (struct slotvec): Move to top level.
20611         (quotearg_n_options): Rewrite to avoid xmalloc.
20612         * lib/xalloc.h (xcharalloc): New function.
20613         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
20614         [defined __cplusplus]: Add function template that provides result
20615         type propagation.  This part of the change is from Bruno Haible.
20616
20617 2006-10-29  Bruno Haible  <bruno@clisp.org>
20618
20619         Make it compile in C++ mode.
20620         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
20621         * lib/strnlen1.c (strnlen1): Cast memchr result.
20622         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
20623         * lib/clean-temp.c (string_equals, string_hash): Add casts.
20624         (create_temp_dir): Rename local variable 'template'.
20625         (compile_csharp_using_sscli): Add cast.
20626         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
20627         * lib/findprog.c (find_in_path): Likewise.
20628         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
20629         * lib/wait-process.c (register_slave_subprocess): Likewise.
20630
20631 2006-10-22  Bruno Haible  <bruno@clisp.org>
20632
20633         * modules/tsearch: New file.
20634         * lib/tsearch.h: New file.
20635         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
20636         * m4/tsearch.m4: New file.
20637         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
20638
20639 2006-10-29  Eric Blake  <ebb9@byu.net>
20640
20641         * lib/arcfour.c: Assume config.h.
20642         * lib/arctwo.c: Likewise.
20643         * lib/base64.c: Likewise.
20644         * lib/check-version.c: Likewise.
20645         * lib/crc.c: Likewise.
20646         * lib/des.c: Likewise.
20647         * lib/gc-gnulib.c: Likewise.
20648         * lib/gc-libgcrypt.c: Likewise.
20649         * lib/gc-pbkdf2-sha1.c: Likewise.
20650         * lib/getaddrinfo.c: Likewise.
20651         * lib/getdelim.c: Likewise.
20652         * lib/getline.c: Likewise.
20653         * lib/hmac-md5.c: Likewise.
20654         * lib/hmac-sha1.c: Likewise.
20655         * lib/iconvme.c: Likewise.
20656         * lib/md2.c: Likewise.
20657         * lib/md4.c: Likewise.
20658         * lib/memxor.c: Likewise.
20659         * lib/read-file.c: Likewise.
20660         * lib/readline.c: Likewise.
20661         * lib/rijndael-alg-fst.c: Likewise.
20662         * lib/rijndael-api-fst.c: Likewise.
20663         * lib/xgetdomainname.c: Likewise.
20664
20665 2006-10-28  Eric Blake  <ebb9@byu.net>
20666
20667         * lib/xstrndup.c: Assume config.h.
20668
20669 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
20670
20671         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
20672         stat-macros.h is now for our own macros, whereas stat_h is for
20673         macros in the <sys/stat.h> name space.
20674         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
20675         (STAT_MACROS_H): Remove.
20676         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
20677         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
20678         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
20679         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
20680         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
20681         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
20682         Move these macros to ...
20683         * lib/stat_.h: here.  Don't include stat-macros.h.
20684         * lib/canonicalize.c: Don't include stat-macros.h.
20685         * lib/chown.c: Likewise.
20686         * lib/euidaccess.c: Likewise.
20687         * lib/file-type.c: Likewise.
20688         * lib/filemode.c: Likewise.
20689         * lib/glob.c: Likewise.
20690         * lib/isapipe.c: Likewise.
20691         * lib/lchown.c: Likewise.
20692         * lib/lstat.c: Likewise.
20693         * lib/mkdir-p.c: Likewise.
20694         * lib/rmdir.c: Likewise.
20695         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
20696         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
20697         unless mkdir isn't declared, to speed up 'configure'.
20698         Always create sys/stat.h, since it's unlikely any real sys/stat.h
20699         would define all the S_* symbols.
20700         * modules/canonicalize (Depends-on):
20701         Depend on sys_stat, not stat-macros.
20702         * modules/chown: Likewise.
20703         * modules/euidaccess: Likewise.
20704         * modules/filemode: Likewise.
20705         * modules/file-type: Likewise.
20706         * modules/glob: Likewise.
20707         * modules/isapipe: Likewise.
20708         * modules/lchown: Likewise.
20709         * modules/lstat: Likewise.
20710         * modules/mkancesdirs: Likewise.
20711         * modules/rmdir: Likewise.
20712         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
20713         * modules/modechange: Likewise.
20714         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
20715         (configure.ac): Remove gl_STAT_MACROS.
20716         * modules/sys_stat (Depends-on): Remove stat-macros.
20717
20718 2006-10-27  Bruno Haible  <bruno@clisp.org>
20719
20720         * m4/signed.m4: Remove file.
20721         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
20722         invocation.
20723         * modules/vasnprintf (Files): Remove m4/signed.m4.
20724
20725 2006-10-27  Bruno Haible  <bruno@clisp.org>
20726
20727         Update to GNU gettext 0.16.
20728         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
20729         m4/inttypes-h.m4, m4/signed.m4.
20730         * m4/gettext.m4: Update to GNU gettext 0.16.
20731         * m4/intl.m4: New file, from GNU gettext.
20732         * m4/intldir.m4: New file, from GNU gettext.
20733         * config/srclist.txt: Update
20734
20735 2006-10-27  Eric Blake  <ebb9@byu.net>
20736
20737         * MODULES.html.sh: Document tempname.
20738         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
20739         dependencies.
20740         (Files): Move lib/tempname.c...
20741         * modules/tempname: ...to this new module.
20742         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
20743         (gl_PREREQ_TEMPNAME): Move...
20744         * m4/tempname.m4: ...to this new file.
20745         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
20746         * modules/sys_stat (Depends-on): Add stat-macros.
20747         * lib/stat_.h (includes): Pick up stat macros.
20748         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
20749         if stat macros are broken.
20750         * lib/tempname.c (includes): No need to include "stat-macros.h".
20751         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
20752         (direxists, __path_search) [!_LIBC]: Don't compile these in
20753         gnulib; the tmpdir module covers that.
20754         * lib/tempname.h: New file.
20755
20756 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
20757
20758         * COPYING: Explain how gnulib-tool converts licence headers.
20759         Almost all wording by Eric Blake.
20760
20761 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
20762
20763         * lib/mbchar.h (is_basic_table): Make read-only.
20764         * lib/mbchar.c (is_basic_table): Likewise.
20765         Reported by John Darrington.
20766
20767 2006-10-25  Bruno Haible  <bruno@clisp.org>
20768
20769         * lib/progname.h (set_program_name): Undefine before defining.
20770
20771 2006-10-25  Bruno Haible  <bruno@clisp.org>
20772
20773         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
20774         false for non-gcc C++ compilers.
20775         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
20776
20777 2006-10-24  Bruno Haible  <bruno@clisp.org>
20778
20779         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
20780         iconv implementations like Irix iconv.
20781
20782 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
20783
20784         * modules/vararrays: New file.
20785         * m4/vararrays.m4: New file, taken from diffutils.
20786         * MODULES.html.sh: New module vararrays.
20787
20788 2006-10-24  Karl Berry  <karl@gnu.org>
20789
20790         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
20791         Don't call GNU Unix.
20792
20793 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20794
20795         * users.txt: Add Libtool.
20796
20797         Sync from Libtool:
20798
20799         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
20800
20801         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
20802         to gnulib's policy of including config.h unconditionally.
20803
20804 2006-10-24  Bruno Haible  <bruno@clisp.org>
20805
20806         * modules/wcwidth (Files): Add m4/wint_t.m4.
20807         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
20808         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
20809
20810 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
20811
20812         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
20813         to pacify GCC with some -W flags enabled.  Problem reported by
20814         Bruno Haible.
20815
20816 2006-10-24  Jim Meyering  <jim@meyering.net>
20817
20818         * MODULES.html.sh: Remove uinttostr.  It's not a module.
20819         Reported by Karl Berry.
20820
20821 2006-10-23  Bruno Haible  <bruno@clisp.org>
20822
20823         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
20824
20825 2006-10-24  Bruno Haible  <bruno@clisp.org>
20826
20827         * lib/gl_list.h: Use C comment style, not C++ comment style.
20828
20829 2006-10-23  Eric Blake  <ebb9@byu.net>
20830
20831         * lib/getaddrinfo.c (includes): Add missing include.
20832
20833 2006-10-23  Bruno Haible  <bruno@clisp.org>
20834             Paul Eggert  <eggert@cs.ucla.edu>
20835
20836         Ability to rename obstack_free.
20837         * lib/obstack.h (__obstack_free): New macro. Declare instead of
20838         obstack_free.
20839         (obstack_free): Invoke the __obstack_free macro.
20840         * lib/obstack.c (obstack_free): Use __obstack_free macro.
20841
20842 2006-10-23  Bruno Haible  <bruno@clisp.org>
20843             Paul Eggert  <eggert@cs.ucla.edu>
20844
20845         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
20846         __argc, __argv from the declaration. (They are defined as macros on
20847         mingw.)
20848
20849 2006-10-22  Bruno Haible  <bruno@clisp.org>
20850
20851         * doc/gnulib-intro.texi: New file.
20852         * doc/gnulib.texi: Include it.
20853
20854 2006-10-21  Bruno Haible  <bruno@clisp.org>
20855
20856         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
20857         "Introduction", "Miscellanous Notes", "Particular Modules".
20858
20859 2006-10-21  Bruno Haible  <bruno@clisp.org>
20860
20861         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20862         Change mostlyclean-local rule to avoid sh syntax error from bash
20863         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
20864
20865 2006-10-23  Jim Meyering  <jim@meyering.net>
20866
20867         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
20868         in place of snprintf.
20869
20870         * modules/inttostr (Files): Add lib/uinttostr.c.
20871         * lib/uinttostr.c (inttostr): New file/function.
20872         * lib/inttostr.h (uinttostr): Declare.
20873         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
20874         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
20875         Add uinttostr.
20876         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
20877
20878 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
20879
20880         * lib/canonicalize.c (ELOOP): Define if not already defined.
20881         Problem reported by Bruno Haible in
20882         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
20883
20884 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
20885
20886         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
20887         Problem reported by Perry Smith and Ville Laurikari.
20888
20889         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
20890         uses.
20891
20892 2006-10-19  Bruno Haible  <bruno@clisp.org>
20893
20894         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
20895         for mingw.
20896
20897 2006-10-19  Bruno Haible  <bruno@clisp.org>
20898
20899         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
20900         Needed for mingw.
20901
20902 2006-10-19  Bruno Haible  <bruno@clisp.org>
20903
20904         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
20905
20906 2006-10-19  Bruno Haible  <bruno@clisp.org>
20907
20908         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
20909         it.
20910
20911 2006-10-19  Bruno Haible  <bruno@clisp.org>
20912
20913         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
20914         invocation.
20915
20916 2006-10-19  Bruno Haible  <bruno@clisp.org>
20917
20918         * gnulib-tool (func_create_testdir): Don't include ftruncate and
20919         mountlist by default.
20920
20921 2006-10-16  Bruno Haible  <bruno@clisp.org>
20922
20923         * lib/c-strstr.c: Include c-strstr.h.
20924
20925 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
20926
20927         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
20928         in a slash.
20929
20930 2006-10-18  Bruno Haible  <bruno@clisp.org>
20931
20932         * lib/lock.h [C++]: Wrap definitions in extern "C".
20933
20934 2006-10-18  Bruno Haible  <bruno@clisp.org>
20935
20936         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
20937         gl_LIBOBJS list.
20938
20939 2006-10-18  Bruno Haible  <bruno@clisp.org>
20940
20941         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
20942
20943 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
20944
20945         * lib/xstrtol.h: Include gettext.h.
20946         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
20947         Problem reported by Eric Blake.
20948         * modules/xstrtol (Depends-on): Add gettext-h.
20949
20950 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
20951
20952         * lib/strftime.c (advance): New macro.
20953         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
20954         incomplete type, so you can't add 0 to it.  Problem and patch
20955         reported by Eelco Dolstra for dietlibc.
20956
20957 2006-10-18  Jim Meyering  <jim@meyering.net>
20958
20959         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
20960         type for a local, and rename it: s/up/user_proc/.
20961
20962 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
20963
20964         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
20965         READ_UTMP_USER_PROCESS.
20966         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
20967
20968 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
20969
20970         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
20971         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
20972
20973 2006-10-17  Eric Blake  <ebb9@byu.net>
20974
20975         * lib/sigprocmask.c (sigprocmask): Fix typo.
20976
20977         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
20978
20979         * modules/clean-temp (Makefile.am): Don't add to make output...
20980         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
20981         config.h.
20982
20983 2006-10-17  Bruno Haible  <bruno@clisp.org>
20984
20985         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
20986         differently if DEFAULT_TEXT_DOMAIN is set.
20987
20988 2006-10-16  Bruno Haible  <bruno@clisp.org>
20989
20990         * lib/clean-temp.c: Include fwriteerror.h.
20991
20992 2006-10-16  Bruno Haible  <bruno@clisp.org>
20993
20994         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
20995
20996 2006-10-16  Bruno Haible  <bruno@clisp.org>
20997
20998         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
20999         * lib/sigprocmask.h: Include <sys/types.h>.
21000         (sigset_t): Use the system's definition if present.
21001
21002 2006-10-17  Eric Blake  <ebb9@byu.net>
21003
21004         * lib/xvasprintf.c (includes): Assume config.h.
21005         * lib/xasprintf.c (includes): Likewise.
21006
21007 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
21008
21009         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
21010         at least as wide as intmax_t.
21011
21012 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
21013
21014         (Imported from Automake.)
21015         * build-aux/gnupload: Update to version 1.1 of directive file.
21016
21017 2006-10-16  Eric Blake  <ebb9@byu.net>
21018
21019         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
21020         match Automake 1.10a.
21021
21022 2006-10-14  Bruno Haible  <bruno@clisp.org>
21023
21024         * modules/sigprocmask: New file.
21025         * lib/sigprocmask.h: New file.
21026         * lib/sigprocmask.c: New file.
21027         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
21028         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
21029         request sigprocmask.o.
21030         (gl_PREREQ_SIGPROCMASK): New macro.
21031         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
21032         (Depends-on): Add sigprocmask.
21033         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
21034         gt_SIGNALBLOCKING. Test for 'raise' only once.
21035         * lib/fatal-signal.c: Include sigprocmask.h.
21036         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
21037         unblock_fatal_signals): Define always.
21038         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21039         sigprocmask.
21040
21041 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
21042
21043         Sync from Automake.
21044         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
21045         which incorrectly sets the mode of an existing destination
21046         directory.  In some cases the unpatched install-sh could do the
21047         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
21048         system.  We hope this is rare in practice, but it's clearly worth
21049         fixing.  Problem reported by Alex Unleashed in
21050         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
21051         Also, don't bother to check for -m bugs unless we're using -m;
21052         suggested by Stepan Kasal.
21053
21054 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21055
21056         Sync from Automake.
21057         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
21058         `-c' flag, so they appear at the same position as in %FASTDEP%
21059         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
21060         which ignores unknown options only after the first non-option.
21061         Bug report against M4 by Nelson H. F. Beebe.
21062
21063 2006-10-13  Jim Meyering  <jim@meyering.net>
21064
21065         Fix a bug in yesterday's change.
21066         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
21067         p->fts_statp->st_dev would be used uninitialized.
21068         Ensures that we always call fts_stat on the very first entry.
21069         Miklos Szeredi reported that find -xdev stopped working.
21070
21071 2006-10-12  Bruno Haible  <bruno@clisp.org>
21072
21073         * gnulib-tool (func_get_automake_snippet): Append an automatically
21074         computed EXTRA_DIST augmentation.
21075         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
21076         * modules/alloca-opt (Makefile.am): Likewise.
21077         * modules/allocsa (Makefile.am): Likewise.
21078         * modules/arcfour (Makefile.am): Likewise.
21079         * modules/arctwo (Makefile.am): Likewise.
21080         * modules/argmatch (Makefile.am): Likewise.
21081         * modules/argz (Makefile.am): Likewise.
21082         * modules/atexit (Makefile.am): Likewise.
21083         * modules/backupfile (Makefile.am): Likewise.
21084         * modules/byteswap (Makefile.am): Likewise.
21085         * modules/c-strtod (Makefile.am): Likewise.
21086         * modules/c-strtold (Makefile.am): Likewise.
21087         * modules/calloc (Makefile.am): Likewise.
21088         * modules/canon-host (Makefile.am): Likewise.
21089         * modules/canonicalize (Makefile.am): Likewise.
21090         * modules/chdir-long (Makefile.am): Likewise.
21091         * modules/chdir-safer (Makefile.am): Likewise.
21092         * modules/check-version (Makefile.am): Likewise.
21093         * modules/chown (Makefile.am): Likewise.
21094         * modules/cloexec (Makefile.am): Likewise.
21095         * modules/close-stream (Makefile.am): Likewise.
21096         * modules/closeout (Makefile.am): Likewise.
21097         * modules/crc (Makefile.am): Likewise.
21098         * modules/csharpexec (Makefile.am): Likewise.
21099         * modules/cycle-check (Makefile.am): Likewise.
21100         * modules/des (Makefile.am): Likewise.
21101         * modules/dev-ino (Makefile.am): Likewise.
21102         * modules/dirfd (Makefile.am): Likewise.
21103         * modules/dirname (Makefile.am): Likewise.
21104         * modules/dup2 (Makefile.am): Likewise.
21105         * modules/eealloc (Makefile.am): Likewise.
21106         * modules/error (Makefile.am): Likewise.
21107         * modules/euidaccess (Makefile.am): Likewise.
21108         * modules/exclude (Makefile.am): Likewise.
21109         * modules/exitfail (Makefile.am): Likewise.
21110         * modules/fcntl-safer (Makefile.am): Likewise.
21111         * modules/fcntl (Makefile.am): Likewise.
21112         * modules/file-type (Makefile.am): Likewise.
21113         * modules/fileblocks (Makefile.am): Likewise.
21114         * modules/filemode (Makefile.am): Likewise.
21115         * modules/filenamecat (Makefile.am): Likewise.
21116         * modules/fnmatch (Makefile.am): Likewise.
21117         * modules/fopen-safer (Makefile.am): Likewise.
21118         * modules/fpending (Makefile.am): Likewise.
21119         * modules/fprintftime (Makefile.am): Likewise.
21120         * modules/free (Makefile.am): Likewise.
21121         * modules/fsusage (Makefile.am): Likewise.
21122         * modules/ftruncate (Makefile.am): Likewise.
21123         * modules/fts (Makefile.am): Likewise.
21124         * modules/gc-arcfour (Makefile.am): Likewise.
21125         * modules/gc-des (Makefile.am): Likewise.
21126         * modules/gc-hmac-md5 (Makefile.am): Likewise.
21127         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
21128         * modules/gc-md4 (Makefile.am): Likewise.
21129         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
21130         * modules/gc-sha1 (Makefile.am): Likewise.
21131         * modules/gc (Makefile.am): Likewise.
21132         * modules/getaddrinfo (Makefile.am): Likewise.
21133         * modules/getcwd (Makefile.am): Likewise.
21134         * modules/getdelim (Makefile.am): Likewise.
21135         * modules/getdomainname (Makefile.am): Likewise.
21136         * modules/getgroups (Makefile.am): Likewise.
21137         * modules/gethostname (Makefile.am): Likewise.
21138         * modules/gethrxtime (Makefile.am): Likewise.
21139         * modules/getline (Makefile.am): Likewise.
21140         * modules/getloadavg (Makefile.am): Likewise.
21141         * modules/getlogin_r (Makefile.am): Likewise.
21142         * modules/getndelim2 (Makefile.am): Likewise.
21143         * modules/getopt (Makefile.am): Likewise.
21144         * modules/getpagesize (Makefile.am): Likewise.
21145         * modules/getpass-gnu (Makefile.am): Likewise.
21146         * modules/getpass (Makefile.am): Likewise.
21147         * modules/getsubopt (Makefile.am): Likewise.
21148         * modules/gettime (Makefile.am): Likewise.
21149         * modules/gettimeofday (Makefile.am): Likewise.
21150         * modules/getugroups (Makefile.am): Likewise.
21151         * modules/getusershell (Makefile.am): Likewise.
21152         * modules/glob (Makefile.am): Likewise.
21153         * modules/group-member (Makefile.am): Likewise.
21154         * modules/hard-locale (Makefile.am): Likewise.
21155         * modules/hash (Makefile.am): Likewise.
21156         * modules/hmac-md5 (Makefile.am): Likewise.
21157         * modules/hmac-sha1 (Makefile.am): Likewise.
21158         * modules/human (Makefile.am): Likewise.
21159         * modules/idcache (Makefile.am): Likewise.
21160         * modules/imaxabs (Makefile.am): Likewise.
21161         * modules/imaxdiv (Makefile.am): Likewise.
21162         * modules/inet_ntop (Makefile.am): Likewise.
21163         * modules/inet_pton (Makefile.am): Likewise.
21164         * modules/intprops (Makefile.am): Likewise.
21165         * modules/inttostr (Makefile.am): Likewise.
21166         * modules/inttypes (Makefile.am): Likewise.
21167         * modules/isapipe (Makefile.am): Likewise.
21168         * modules/javaversion (Makefile.am): Likewise.
21169         * modules/lchmod (Makefile.am): Likewise.
21170         * modules/lchown (Makefile.am): Likewise.
21171         * modules/localcharset (Makefile.am): Likewise.
21172         * modules/long-options (Makefile.am): Likewise.
21173         * modules/lstat (Makefile.am): Likewise.
21174         * modules/malloc (Makefile.am): Likewise.
21175         * modules/mathl (Makefile.am): Likewise.
21176         * modules/mbchar (Makefile.am): Likewise.
21177         * modules/md2 (Makefile.am): Likewise.
21178         * modules/md4 (Makefile.am): Likewise.
21179         * modules/md5 (Makefile.am): Likewise.
21180         * modules/memcasecmp (Makefile.am): Likewise.
21181         * modules/memchr (Makefile.am): Likewise.
21182         * modules/memcmp (Makefile.am): Likewise.
21183         * modules/memcoll (Makefile.am): Likewise.
21184         * modules/memcpy (Makefile.am): Likewise.
21185         * modules/memmem (Makefile.am): Likewise.
21186         * modules/memmove (Makefile.am): Likewise.
21187         * modules/mempcpy (Makefile.am): Likewise.
21188         * modules/memrchr (Makefile.am): Likewise.
21189         * modules/memset (Makefile.am): Likewise.
21190         * modules/memxor (Makefile.am): Likewise.
21191         * modules/mkancesdirs (Makefile.am): Likewise.
21192         * modules/mkdir-p (Makefile.am): Likewise.
21193         * modules/mkdir (Makefile.am): Likewise.
21194         * modules/mkdtemp (Makefile.am): Likewise.
21195         * modules/mkstemp (Makefile.am): Likewise.
21196         * modules/mktime (Makefile.am): Likewise.
21197         * modules/modechange (Makefile.am): Likewise.
21198         * modules/mountlist (Makefile.am): Likewise.
21199         * modules/nanosleep (Makefile.am): Likewise.
21200         * modules/obstack (Makefile.am): Likewise.
21201         * modules/openat (Makefile.am): Likewise.
21202         * modules/pagealign_alloc (Makefile.am): Likewise.
21203         * modules/pathmax (Makefile.am): Likewise.
21204         * modules/physmem (Makefile.am): Likewise.
21205         * modules/poll (Makefile.am): Likewise.
21206         * modules/posixtm (Makefile.am): Likewise.
21207         * modules/posixver (Makefile.am): Likewise.
21208         * modules/putenv (Makefile.am): Likewise.
21209         * modules/quote (Makefile.am): Likewise.
21210         * modules/quotearg (Makefile.am): Likewise.
21211         * modules/raise (Makefile.am): Likewise.
21212         * modules/read-file (Makefile.am): Likewise.
21213         * modules/readline (Makefile.am): Likewise.
21214         * modules/readlink (Makefile.am): Likewise.
21215         * modules/readtokens (Makefile.am): Likewise.
21216         * modules/readutmp (Makefile.am): Likewise.
21217         * modules/realloc (Makefile.am): Likewise.
21218         * modules/regex (Makefile.am): Likewise.
21219         * modules/rename-dest-slash (Makefile.am): Likewise.
21220         * modules/rename (Makefile.am): Likewise.
21221         * modules/rijndael (Makefile.am): Likewise.
21222         * modules/rmdir (Makefile.am): Likewise.
21223         * modules/rpmatch (Makefile.am): Likewise.
21224         * modules/safe-read (Makefile.am): Likewise.
21225         * modules/safe-write (Makefile.am): Likewise.
21226         * modules/same-inode (Makefile.am): Likewise.
21227         * modules/same (Makefile.am): Likewise.
21228         * modules/save-cwd (Makefile.am): Likewise.
21229         * modules/savedir (Makefile.am): Likewise.
21230         * modules/setenv (Makefile.am): Likewise.
21231         * modules/settime (Makefile.am): Likewise.
21232         * modules/sha1 (Makefile.am): Likewise.
21233         * modules/sig2str (Makefile.am): Likewise.
21234         * modules/snprintf (Makefile.am): Likewise.
21235         * modules/stat-macros (Makefile.am): Likewise.
21236         * modules/stat-time (Makefile.am): Likewise.
21237         * modules/stdbool (Makefile.am): Likewise.
21238         * modules/stdint (Makefile.am): Likewise.
21239         * modules/stdlib-safer (Makefile.am): Likewise.
21240         * modules/stpcpy (Makefile.am): Likewise.
21241         * modules/stpncpy (Makefile.am): Likewise.
21242         * modules/strcase (Makefile.am): Likewise.
21243         * modules/strcasestr (Makefile.am): Likewise.
21244         * modules/strchrnul (Makefile.am): Likewise.
21245         * modules/strcspn (Makefile.am): Likewise.
21246         * modules/strdup (Makefile.am): Likewise.
21247         * modules/strerror (Makefile.am): Likewise.
21248         * modules/strftime (Makefile.am): Likewise.
21249         * modules/strndup (Makefile.am): Likewise.
21250         * modules/strnlen (Makefile.am): Likewise.
21251         * modules/strpbrk (Makefile.am): Likewise.
21252         * modules/strsep (Makefile.am): Likewise.
21253         * modules/strstr (Makefile.am): Likewise.
21254         * modules/strtod (Makefile.am): Likewise.
21255         * modules/strtoimax (Makefile.am): Likewise.
21256         * modules/strtok_r (Makefile.am): Likewise.
21257         * modules/strtol (Makefile.am): Likewise.
21258         * modules/strtoll (Makefile.am): Likewise.
21259         * modules/strtoul (Makefile.am): Likewise.
21260         * modules/strtoull (Makefile.am): Likewise.
21261         * modules/strtoumax (Makefile.am): Likewise.
21262         * modules/strverscmp (Makefile.am): Likewise.
21263         * modules/sys_socket (Makefile.am): Likewise.
21264         * modules/sys_stat (Makefile.am): Likewise.
21265         * modules/sysexits (Makefile.am): Likewise.
21266         * modules/time_r (Makefile.am): Likewise.
21267         * modules/timegm (Makefile.am): Likewise.
21268         * modules/timespec (Makefile.am): Likewise.
21269         * modules/tmpfile-safer (Makefile.am): Likewise.
21270         * modules/trim (Makefile.am): Likewise.
21271         * modules/unistd-safer (Makefile.am): Likewise.
21272         * modules/unlinkdir (Makefile.am): Likewise.
21273         * modules/unlocked-io (Makefile.am): Likewise.
21274         * modules/userspec (Makefile.am): Likewise.
21275         * modules/utime (Makefile.am): Likewise.
21276         * modules/utimecmp (Makefile.am): Likewise.
21277         * modules/utimens (Makefile.am): Likewise.
21278         * modules/vasnprintf (Makefile.am): Likewise.
21279         * modules/vasprintf (Makefile.am): Likewise.
21280         * modules/vsnprintf (Makefile.am): Likewise.
21281         * modules/xalloc (Makefile.am): Likewise.
21282         * modules/xgetcwd (Makefile.am): Likewise.
21283         * modules/xnanosleep (Makefile.am): Likewise.
21284         * modules/xreadlink (Makefile.am): Likewise.
21285         * modules/xstrtod (Makefile.am): Likewise.
21286         * modules/xstrtol (Makefile.am): Likewise.
21287         * modules/xstrtold (Makefile.am): Likewise.
21288         * modules/yesno (Makefile.am): Likewise.
21289         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
21290
21291 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
21292
21293         * modules/error (Makefile.am): Distribute files through
21294         EXTRA_DIST, not lib_SOURCES.
21295
21296 2006-10-12  Eric Blake  <ebb9@byu.net>
21297
21298         * modules/error (Makefile.am): Distribute files in /lib.
21299         * modules/obstack (Makefile.am): Likewise.
21300
21301 2006-10-12  Bruno Haible  <bruno@clisp.org>
21302
21303         * modules/acl (Makefile.am): Distribute all files in lib/ through
21304         EXTRA_DIST.
21305         * modules/arcfour (Makefile.am): Likewise.
21306         * modules/arctwo (Makefile.am): Likewise.
21307         * modules/argmatch (Makefile.am): Likewise.
21308         * modules/argz (Makefile.am): Likewise.
21309         * modules/atexit (Makefile.am): Likewise.
21310         * modules/backupfile (Makefile.am): Likewise.
21311         * modules/c-strtod (Makefile.am): Likewise.
21312         * modules/c-strtold (Makefile.am): Likewise.
21313         * modules/calloc (Makefile.am): Likewise.
21314         * modules/canon-host (Makefile.am): Likewise.
21315         * modules/canonicalize (Makefile.am): Likewise.
21316         * modules/chdir-long (Makefile.am): Likewise.
21317         * modules/chdir-safer (Makefile.am): Likewise.
21318         * modules/check-version (Makefile.am): Likewise.
21319         * modules/chown (Makefile.am): Likewise.
21320         * modules/cloexec (Makefile.am): Likewise.
21321         * modules/close-stream (Makefile.am): Likewise.
21322         * modules/closeout (Makefile.am): Likewise.
21323         * modules/crc (Makefile.am): Likewise.
21324         * modules/cycle-check (Makefile.am): Likewise.
21325         * modules/des (Makefile.am): Likewise.
21326         * modules/dirfd (Makefile.am): Likewise.
21327         * modules/dirname (Makefile.am): Likewise.
21328         * modules/dup2 (Makefile.am): Likewise.
21329         * modules/euidaccess (Makefile.am): Likewise.
21330         * modules/exclude (Makefile.am): Likewise.
21331         * modules/exitfail (Makefile.am): Likewise.
21332         * modules/fcntl-safer (Makefile.am): Likewise.
21333         * modules/file-type (Makefile.am): Likewise.
21334         * modules/fileblocks (Makefile.am): Likewise.
21335         * modules/filemode (Makefile.am): Likewise.
21336         * modules/filenamecat (Makefile.am): Likewise.
21337         * modules/fnmatch (Makefile.am): Likewise.
21338         * modules/fopen-safer (Makefile.am): Likewise.
21339         * modules/fpending (Makefile.am): Likewise.
21340         * modules/fprintftime (Makefile.am): Likewise.
21341         * modules/free (Makefile.am): Likewise.
21342         * modules/fsusage (Makefile.am): Likewise.
21343         * modules/ftruncate (Makefile.am): Likewise.
21344         * modules/fts (Makefile.am): Likewise.
21345         * modules/gc (Makefile.am): Likewise.
21346         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
21347         * modules/getaddrinfo (Makefile.am): Likewise.
21348         * modules/getcwd (Makefile.am): Likewise.
21349         * modules/getdelim (Makefile.am): Likewise.
21350         * modules/getdomainname (Makefile.am): Likewise.
21351         * modules/getgroups (Makefile.am): Likewise.
21352         * modules/gethostname (Makefile.am): Likewise.
21353         * modules/gethrxtime (Makefile.am): Likewise.
21354         * modules/getline (Makefile.am): Likewise.
21355         * modules/getloadavg (Makefile.am): Likewise.
21356         * modules/getlogin_r (Makefile.am): Likewise.
21357         * modules/getopt (Makefile.am): Likewise.
21358         * modules/getpass (Makefile.am): Likewise.
21359         * modules/getpass-gnu (Makefile.am): Likewise.
21360         * modules/getsubopt (Makefile.am): Likewise.
21361         * modules/gettime (Makefile.am): Likewise.
21362         * modules/gettimeofday (Makefile.am): Likewise.
21363         * modules/getugroups (Makefile.am): Likewise.
21364         * modules/getusershell (Makefile.am): Likewise.
21365         * modules/glob (Makefile.am): Likewise.
21366         * modules/group-member (Makefile.am): Likewise.
21367         * modules/hard-locale (Makefile.am): Likewise.
21368         * modules/hash (Makefile.am): Likewise.
21369         * modules/hmac-md5 (Makefile.am): Likewise.
21370         * modules/hmac-sha1 (Makefile.am): Likewise.
21371         * modules/human (Makefile.am): Likewise.
21372         * modules/idcache (Makefile.am): Likewise.
21373         * modules/imaxabs (Makefile.am): Likewise.
21374         * modules/imaxdiv (Makefile.am): Likewise.
21375         * modules/inet_ntop (Makefile.am): Likewise.
21376         * modules/inet_pton (Makefile.am): Likewise.
21377         * modules/inttostr (Makefile.am): Likewise.
21378         * modules/isapipe (Makefile.am): Likewise.
21379         * modules/lchown (Makefile.am): Likewise.
21380         * modules/long-options (Makefile.am): Likewise.
21381         * modules/lstat (Makefile.am): Likewise.
21382         * modules/malloc (Makefile.am): Likewise.
21383         * modules/mathl (Makefile.am): Likewise.
21384         * modules/mbchar (Makefile.am): Likewise.
21385         * modules/md2 (Makefile.am): Likewise.
21386         * modules/md4 (Makefile.am): Likewise.
21387         * modules/md5 (Makefile.am): Likewise.
21388         * modules/memcasecmp (Makefile.am): Likewise.
21389         * modules/memchr (Makefile.am): Likewise.
21390         * modules/memcmp (Makefile.am): Likewise.
21391         * modules/memcoll (Makefile.am): Likewise.
21392         * modules/memcpy (Makefile.am): Likewise.
21393         * modules/memmem (Makefile.am): Likewise.
21394         * modules/memmove (Makefile.am): Likewise.
21395         * modules/mempcpy (Makefile.am): Likewise.
21396         * modules/memrchr (Makefile.am): Likewise.
21397         * modules/memset (Makefile.am): Likewise.
21398         * modules/memxor (Makefile.am): Likewise.
21399         * modules/mkancesdirs (Makefile.am): Likewise.
21400         * modules/mkdir (Makefile.am): Likewise.
21401         * modules/mkdir-p (Makefile.am): Likewise.
21402         * modules/mkdtemp (Makefile.am): Likewise.
21403         * modules/mkstemp (Makefile.am): Likewise.
21404         * modules/mktime (Makefile.am): Likewise.
21405         * modules/modechange (Makefile.am): Likewise.
21406         * modules/mountlist (Makefile.am): Likewise.
21407         * modules/nanosleep (Makefile.am): Likewise.
21408         * modules/openat (Makefile.am): Likewise.
21409         * modules/pagealign_alloc (Makefile.am): Likewise.
21410         * modules/physmem (Makefile.am): Likewise.
21411         * modules/poll (Makefile.am): Likewise.
21412         * modules/posixtm (Makefile.am): Likewise.
21413         * modules/posixver (Makefile.am): Likewise.
21414         * modules/putenv (Makefile.am): Likewise.
21415         * modules/quote (Makefile.am): Likewise.
21416         * modules/quotearg (Makefile.am): Likewise.
21417         * modules/raise (Makefile.am): Likewise.
21418         * modules/read-file (Makefile.am): Likewise.
21419         * modules/readline (Makefile.am): Likewise.
21420         * modules/readlink (Makefile.am): Likewise.
21421         * modules/readtokens (Makefile.am): Likewise.
21422         * modules/readutmp (Makefile.am): Likewise.
21423         * modules/realloc (Makefile.am): Likewise.
21424         * modules/regex (Makefile.am): Likewise.
21425         * modules/rename (Makefile.am): Likewise.
21426         * modules/rename-dest-slash (Makefile.am): Likewise.
21427         * modules/rijndael (Makefile.am): Likewise.
21428         * modules/rmdir (Makefile.am): Likewise.
21429         * modules/rpmatch (Makefile.am): Likewise.
21430         * modules/safe-read (Makefile.am): Likewise.
21431         * modules/safe-write (Makefile.am): Likewise.
21432         * modules/same (Makefile.am): Likewise.
21433         * modules/save-cwd (Makefile.am): Likewise.
21434         * modules/savedir (Makefile.am): Likewise.
21435         * modules/setenv (Makefile.am): Likewise.
21436         * modules/settime (Makefile.am): Likewise.
21437         * modules/sha1 (Makefile.am): Likewise.
21438         * modules/sig2str (Makefile.am): Likewise.
21439         * modules/snprintf (Makefile.am): Likewise.
21440         * modules/stdlib-safer (Makefile.am): Likewise.
21441         * modules/stpcpy (Makefile.am): Likewise.
21442         * modules/stpncpy (Makefile.am): Likewise.
21443         * modules/strcase (Makefile.am): Likewise.
21444         * modules/strcasestr (Makefile.am): Likewise.
21445         * modules/strchrnul (Makefile.am): Likewise.
21446         * modules/strcspn (Makefile.am): Likewise.
21447         * modules/strdup (Makefile.am): Likewise.
21448         * modules/strerror (Makefile.am): Likewise.
21449         * modules/strftime (Makefile.am): Likewise.
21450         * modules/strndup (Makefile.am): Likewise.
21451         * modules/strnlen (Makefile.am): Likewise.
21452         * modules/strpbrk (Makefile.am): Likewise.
21453         * modules/strsep (Makefile.am): Likewise.
21454         * modules/strstr (Makefile.am): Likewise.
21455         * modules/strtod (Makefile.am): Likewise.
21456         * modules/strtoimax (Makefile.am): Likewise.
21457         * modules/strtok_r (Makefile.am): Likewise.
21458         * modules/strtol (Makefile.am): Likewise.
21459         * modules/strtoll (Makefile.am): Likewise.
21460         * modules/strtoul (Makefile.am): Likewise.
21461         * modules/strtoull (Makefile.am): Likewise.
21462         * modules/strtoumax (Makefile.am): Likewise.
21463         * modules/strverscmp (Makefile.am): Likewise.
21464         * modules/time_r (Makefile.am): Likewise.
21465         * modules/timegm (Makefile.am): Likewise.
21466         * modules/tmpfile-safer (Makefile.am): Likewise.
21467         * modules/unistd-safer (Makefile.am): Likewise.
21468         * modules/unlinkdir (Makefile.am): Likewise.
21469         * modules/userspec (Makefile.am): Likewise.
21470         * modules/utime (Makefile.am): Likewise.
21471         * modules/utimecmp (Makefile.am): Likewise.
21472         * modules/utimens (Makefile.am): Likewise.
21473         * modules/vasnprintf (Makefile.am): Likewise.
21474         * modules/vasprintf (Makefile.am): Likewise.
21475         * modules/vsnprintf (Makefile.am): Likewise.
21476         * modules/xalloc (Makefile.am): Likewise.
21477         * modules/xgetcwd (Makefile.am): Likewise.
21478         * modules/xnanosleep (Makefile.am): Likewise.
21479         * modules/xreadlink (Makefile.am): Likewise.
21480         * modules/xstrtod (Makefile.am): Likewise.
21481         * modules/xstrtol (Makefile.am): Likewise.
21482         * modules/xstrtold (Makefile.am): Likewise.
21483         * modules/yesno (Makefile.am): Likewise.
21484
21485 2006-10-12  Jim Meyering  <jim@meyering.net>
21486
21487         * m4/getloadavg.m4: Revert the change below.
21488
21489         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
21490         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
21491         fail with a symlink, which is what coreutils' ./bootstrap now
21492         creates by default.
21493
21494 2006-10-12  Bruno Haible  <bruno@clisp.org>
21495
21496         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
21497         mingw.
21498         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
21499         MSVC and mingw explicitly.
21500
21501 2006-10-11  Simon Josefsson  <jas@extundo.com>
21502             Bruno Haible  <bruno@clisp.org>
21503
21504         Add support for multiple gnulib-tool invocations in the scope of a
21505         single configure.ac file.
21506         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
21507         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
21508         with the same contents as the _LIBADD variable.
21509         (func_emit_initmacro_start, func_emit_initmacro_end,
21510         func_emit_initmacro_done): New functions.
21511         (func_import, func_create_testdir): Invoke them. Allow the identifiers
21512         gl_LIBOBJS and gl_LTLIBOBJS.
21513
21514 2006-10-11  Bruno Haible  <bruno@clisp.org>
21515
21516         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
21517         (func_create_testdir): Don't create po/Makefile.am, don't invoke
21518         autoreconf. Instead, invoke autopoint explicitly but move back the
21519         *.m4 files from gnulib.
21520
21521 2006-10-11  Bruno Haible  <bruno@clisp.org>
21522
21523         * gnulib-tool (func_usage): Make module names after --create-testdir
21524         optional.
21525         (func_create_testdir): If no module was specified, use nearly all
21526         modules.
21527
21528 2006-10-12  Jim Meyering  <jim@meyering.net>
21529
21530         Big performance improvement for fts-based tools that use FTS_NOSTAT.
21531         Avoid spurious inode-mismatch problems on non-POSIX file systems.
21532         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
21533         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
21534         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
21535         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
21536         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
21537         (fts_set_stat_required): New function.
21538         (fts_open): Defer the calls to fts_stat, if possible or requested.
21539         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
21540         into fts_stat itself.
21541         (fts_read): Perform any required (deferred) fts_stat call.
21542         (fts_build): Likewise, for the directory we're about to open and read.
21543         In the readdir loop, carefully decide whether each entry will require
21544         an eventual call to fts_stat, using dirent.d_type info if available.
21545         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
21546         a command line argument into this function.  Update all callers.
21547         Map a return value of FTS_DOT to FTS_D for a command line argument.
21548         * modules/fts (Depends-on): Add d-type.  Alphabetize.
21549         Thanks to Miklos Szeredi for his tenacity and for the initial
21550         bug report about "find" failing on a FUSE-based file system.
21551
21552         * lib/fts.c (fts_open): Use consistent indentation.
21553
21554 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
21555
21556         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
21557         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
21558         reported by Jim Meyering.  All uses of cache variables renamed
21559         to match Autoconf's.
21560         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
21561         the other one.
21562
21563         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
21564         Fix misspelling in diagnostic.
21565
21566 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
21567
21568         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
21569         defined.  Problem reported by Matthew Woehlke.
21570
21571         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
21572         Add support for Tandem NonStop R series.
21573         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
21574         Use new macro.
21575
21576         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
21577         (has_trailing_slash): Omit size arg; all callers changed.
21578         Omit 'inline', since it doesn't help performance and we'd
21579         need to configure it.
21580         Don't count //, ///, etc. as having a trailing slash.
21581         As a side effect, this removes a C99ism reported by Matthew Woehlke.
21582         (rpl_rename_dest_slash): On failure, use rename's errno rather
21583         than (in some cases) an incorrect or junk errno.
21584         Simplify code by removing need to compute length; this does
21585         cause it to make two passes instead of one over the file name,
21586         but it's worth it.
21587
21588         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
21589         change, since Autoconf's version may no longer be appropriate now
21590         that we are using CVS Autoconf's version.  Add support for Tandem.
21591
21592 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
21593             Bruno Haible  <bruno@clisp.org>
21594
21595         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
21596         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
21597         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
21598         gl_AC_TYPE_LONG_LONG.
21599
21600         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
21601         instead of HAVE_LONG_LONG.
21602         * lib/printf-args.c (printf_fetchargs): Likewise.
21603         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
21604         * lib/vasnprintf.c (VASNPRINTF): Likewise.
21605         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
21606         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
21607         gl_AC_TYPE_LONG_LONG.
21608
21609 2006-10-11  Bruno Haible  <bruno@clisp.org>
21610
21611         * m4/longlong.m4: Add comments.
21612         * m4/ulonglong.m4: Likewise.
21613
21614 2006-10-10  Bruno Haible  <bruno@clisp.org>
21615
21616         Make it possible to #define stpcpy, strdup to aliases.
21617         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
21618         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
21619
21620 2006-10-10  Bruno Haible  <bruno@clisp.org>
21621
21622         Make it possible to #define gcd to an alias.
21623         * lib/gcd.c: Include config.h.
21624
21625 2006-10-10  Bruno Haible  <bruno@clisp.org>
21626
21627         Make it possible to #define c_isascii to an alias.
21628         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
21629         defined. Undefine the macros before defining them, to avoid gcc
21630         warnings.
21631         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
21632         define NO_C_CTYPE_MACROS early.
21633
21634 2006-10-10  Bruno Haible  <bruno@clisp.org>
21635
21636         Make it possible to #define set_program_name to an alias.
21637         * lib/progname.c: Don't undefine set_program_name; instead, undefine
21638         ENABLE_RELOCATABLE early.
21639
21640 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
21641
21642         Port to Tandem NSK OSS, which has 64-bit signed int but at most
21643         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
21644         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
21645         More generally, don't assume that 64-bit signed int is available
21646         if unsigned int is, and vice versa.
21647         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
21648         unsigned symbols, not on their signed counterparts.
21649         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
21650         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
21651         (UINT64_C, UINTMAX_C):
21652         Likewise.
21653         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
21654         unsigned counterparts.
21655         (Have_long_long, Unsigned): New macros.
21656         (Int): Renamed from INT.
21657         (strtoimax): Use the new macros.
21658         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
21659         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
21660         * modules/inttypes (inttypes.h): Substitute
21661         HAVE_UNSIGNED_LONG_LONG_INT.
21662         * modules/stdint (stdint.h): Likewise.
21663         (Files): Add m4/ulonglong.m4.
21664
21665 2006-10-10  Bruno Haible  <bruno@clisp.org>
21666
21667         Fix a gcc -Wshadow warning.
21668         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
21669         to 'bucket'.
21670         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
21671         gl_linked_indexof_from_to): Likewise.
21672         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
21673         Likewise.
21674         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
21675         Likewise.
21676         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
21677         Reported by Eric Blake.
21678
21679 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
21680
21681         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
21682         for NetBSD.  Problem reported by Bruno Haible.
21683
21684 2006-10-09  Jim Meyering  <jim@meyering.net>
21685
21686         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
21687         Patch from Bruno Haible.
21688
21689 2006-10-09  Jim Meyering  <jim@meyering.net>
21690
21691         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
21692         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
21693         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
21694
21695 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
21696
21697         Don't include <config.h> twice; this doesn't work in some cases,
21698         e.g., when config.h has "#define intmax_t long long int" and
21699         we include <config.h>, <inttypes.h>, <config.h> in that order.
21700         Problem reported by Matthew Woehlke in:
21701         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
21702         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
21703         * lib/fts-cycle.c: Don't include config.h.
21704         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
21705         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
21706         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
21707         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
21708         inttypes.h.
21709         * lib/xstrtoumax.c: Likewise.
21710         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
21711         __strtol and the like, so that this module is more like its siblings.
21712         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
21713         Remove; no longer needed now that we assume gnulib inttypes.h.
21714
21715 2006-10-08  Bruno Haible  <bruno@clisp.org>
21716
21717         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
21718         option.
21719
21720 2006-10-07  Jim Meyering  <jim@meyering.net>
21721
21722         * modules/inttypes (inttypes.h): Revert what seems to have been
21723         an inadvertent part of today's change: use "|", not "/" in the
21724         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
21725
21726 2006-10-07  Bruno Haible  <bruno@clisp.org>
21727
21728         * modules/sublist: New file.
21729
21730 2006-10-07  Bruno Haible  <bruno@clisp.org>
21731
21732         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
21733         * modules/argz (argz.h): Likewise.
21734         * modules/arpa_inet (arpa/inet.h): Likewise.
21735         * modules/byteswap (byteswap.h): Likewise.
21736         * modules/configmake (configmake.h): Likewise.
21737         * modules/fcntl (fcntl.h): Likewise.
21738         * modules/fnmatch (fnmatch.h): Likewise.
21739         * modules/getopt (getopt.h): Likewise.
21740         * modules/glob (glob.h): Likewise.
21741         * modules/inttypes (inttypes.h): Likewise.
21742         * modules/netinet_in (netinet/in.h): Likewise.
21743         * modules/poll (poll.h): Likewise.
21744         * modules/stdbool (stdbool.h): Likewise.
21745         * modules/stdint (stdint.h): Likewise.
21746         * modules/sys_select (sys/select.h): Likewise.
21747         * modules/sys_socket (sys/socket.h): Likewise.
21748         * modules/sys_stat (sys/stat.h): Likewise.
21749         * modules/sysexits (sysexits.h): Likewise.
21750         * modules/unistd (unistd.h): Likewise.
21751         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21752         Add a "DO NOT EDIT" comment to the generated file.
21753         (func_import): Likewise for gnulib-comp.m4.
21754
21755 2006-10-07  Bruno Haible  <bruno@clisp.org>
21756
21757         * lib/gl_sublist.h: New file.
21758         * lib/gl_sublist.c: New file.
21759
21760 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
21761
21762         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
21763         name (relative to the original working directory) and the file
21764         name component (relative to the temporary working directory).  All
21765         callers changed.
21766         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
21767         * lib/mkdir-p.c (make_dir_parents): Likewise.
21768         * lib/mkdir-p.h (make_dir_parents): Likewise.
21769
21770 2006-10-06  Eric Blake  <ebb9@byu.net>
21771
21772         Define several macros for use by the clean-temp module.
21773         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
21774         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
21775         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
21776
21777         * lib/clean-temp.h (close_stream_temp): New declaration.
21778         * lib/clean-temp.c (includes): Pull in headers according to what
21779         other modules are in use.
21780         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
21781
21782 2006-10-06  Bruno Haible  <bruno@clisp.org>
21783
21784         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
21785         instead of fopen, fwriteerror.
21786
21787 2006-10-06  Bruno Haible  <bruno@clisp.org>
21788
21789         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
21790         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
21791         int.
21792         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
21793         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
21794         Return an error indicator.
21795         Suggested by Eric Blake.
21796
21797 2006-10-06  Bruno Haible  <bruno@clisp.org>
21798
21799         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
21800         Reported by Eric Blake.
21801
21802 2006-10-06  Bruno Haible  <bruno@clisp.org>
21803
21804         * modules/closeout (Description): Mention stderr too.
21805
21806 2006-10-06  Bruno Haible  <bruno@clisp.org>
21807         and Paul Eggert  <eggert@cs.ucla.edu>
21808
21809         * lib/closeout.c (close_stdout): Also close stderr.
21810         * lib/closeout.h: Update comment.
21811
21812 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
21813
21814         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
21815         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
21816         * lib/dirchownmod.c: Include lchown.h.
21817         * lib/lchown.c: Don't include files that lchown.h now includes.
21818         Don't declare chown, since lchown.h now does that.
21819         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
21820         (lchown): Define to rpl_chown if lchown is declared but
21821         does not exist.  Declare using a prototype if lchown is not
21822         declared.  Add a copyright notice.
21823         * lib/mkstemp.h: Include <unistd.h>.
21824         * lib/openat.c: Include lchown.h.
21825
21826         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
21827         we now test for that separately.
21828         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
21829         rather than O_NOFOLLOW, when testing whether it's possible to
21830         avoid a race condition reliably.
21831         * lib/savewd.c (savewd_chdir): Likewise.
21832
21833         Remove macros that are no longer needed now that stdint.h is
21834         reliable.
21835         * lib/fsusage.c (UINTMAX_MAX): Remove.
21836         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
21837         * lib/utimecmp.c (SIZE_MAX): Remove.
21838
21839         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
21840
21841         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
21842         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
21843         O_NOATIME works.
21844
21845 2006-10-05  Bruno Haible  <bruno@clisp.org>
21846
21847         * lib/gl_list.h (gl_sortedlist_search_from_to,
21848         gl_sortedlist_indexof_from_to): New declarations.
21849         (gl_list_implementation): New fields sortedlist_search_from_to,
21850         sortedlist_indexof_from_to.
21851         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
21852         inline functions.
21853         * lib/gl_list.c (gl_sortedlist_search_from_to,
21854         gl_sortedlist_indexof_from_to): New functions.
21855         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
21856         function.
21857         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
21858         (gl_array_sortedlist_search_from_to): New function.
21859         (gl_array_list_implementation): Update.
21860         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
21861         function.
21862         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
21863         (gl_carray_sortedlist_search_from_to): New function.
21864         (gl_carray_list_implementation): Update.
21865         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
21866         gl_linked_sortedlist_indexof_from_to): New functions.
21867         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
21868         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
21869         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
21870         gl_tree_sortedlist_indexof_from_to): New functions.
21871         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
21872         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
21873         Update.
21874         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
21875         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
21876         Update.
21877
21878 2006-10-05  Bruno Haible  <bruno@clisp.org>
21879
21880         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
21881         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
21882         (struct gl_list_implementation): Add fields search_from_to,
21883         indexof_from_to. Remove fields search, indexof.
21884         (gl_list_search): Use the search_from_to method.
21885         (gl_list_search_from, gl_list_search_from_to): New functions.
21886         (gl_list_indexof): Use the indexof_from_to method.
21887         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
21888         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
21889         (gl_list_search_from, gl_list_search_from_to): New functions.
21890         (gl_list_indexof): Use the indexof_from_to method.
21891         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
21892         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
21893         gl_array_indexof. Add start_index, end_index arguments.
21894         (gl_array_search_from_to): Renamed from gl_array_search. Add
21895         start_index, end_index arguments.
21896         (gl_array_remove, gl_array_list_implementation): Update.
21897         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
21898         gl_carray_indexof. Add start_index, end_index arguments.
21899         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
21900         start_index, end_index arguments.
21901         (gl_carray_remove, gl_carray_list_implementation): Update.
21902         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
21903         gl_linked_search. Add start_index, end_index arguments.
21904         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
21905         start_index, end_index arguments.
21906         (gl_linked_remove): Update.
21907         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
21908         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
21909         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
21910         field to 'size_t'.
21911         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
21912         gl_tree_search. Add start_index, end_index arguments.
21913         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
21914         start_index, end_index arguments.
21915         (gl_tree_remove): Update.
21916         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
21917         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
21918         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
21919         function.
21920         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
21921         gl_tree_search. Add start_index, end_index arguments.
21922         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
21923         start_index, end_index arguments.
21924         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
21925         Update.
21926         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
21927
21928 2006-10-05  Bruno Haible  <bruno@clisp.org>
21929
21930         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
21931
21932         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
21933         fwriteerror_temp): New declarations.
21934         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
21935         (descriptors): New variable.
21936         (cleanup): First, close the descriptors.
21937         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
21938         fclose_temp, fwriteerror_temp): New functions.
21939
21940 2006-10-04  Jim Meyering  <jim@meyering.net>
21941
21942         * lib/fts.c (fts_open): Tiny comment change.
21943
21944 2006-10-04  Bruno Haible  <bruno@clisp.org>
21945
21946         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
21947         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
21948         gl_LOCK_BODY.
21949         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
21950         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
21951         gl_LOCK_EARLY_BODY.
21952         (gl_LOCK): Require gl_LOCK_BODY.
21953
21954 2006-10-04  Bruno Haible  <bruno@clisp.org>
21955
21956         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
21957         (gl_oset_search_atleast): New declaration.
21958         (struct gl_oset_implementation): Add field 'search_atleast'.
21959         (gl_oset_search_atleast): New inline function.
21960         * lib/gl_oset.c (gl_oset_search_atleast): New function.
21961         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
21962         (gl_array_oset_implementation): Update.
21963         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
21964         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
21965         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
21966
21967 2006-10-04  Bruno Haible  <bruno@clisp.org>
21968
21969         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
21970
21971 2006-10-03  Bruno Haible  <bruno@clisp.org>
21972
21973         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
21974         from gl_avltreehash_list_implementation.
21975
21976 2006-10-03  Bruno Haible  <bruno@clisp.org>
21977
21978         * lib/gl_oset.c (gl_oset_add): Fix return type.
21979
21980 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
21981
21982         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
21983
21984 2006-10-02  Eric Blake  <ebb9@byu.net>
21985
21986         * modules/strnlen (Depends-on): Add extensions.
21987
21988 2006-10-02  Eric Blake  <ebb9@byu.net>
21989
21990         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
21991         definition in 2.60+.
21992
21993 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
21994
21995         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
21996         checks.
21997
21998 2006-10-02  Bruno Haible  <bruno@clisp.org>
21999
22000         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
22001         to the AUTOMAKE_OPTIONS.
22002         Reported by Jim Meyering.
22003
22004 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
22005
22006         Work around bug in Solaris 10 /proc file system:
22007         /proc/self/fd/NNN/.. isn't the parent directory of
22008         the directory whose file descriptor is NNN.  This needs to
22009         be worked around at run time, not compile time, since a
22010         program might be built on Solaris 8, where things work, and
22011         run on Solaris 10.
22012         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
22013         to use the following interface instead:
22014         (OPENAT_BUFFER_SIZE): New macro.
22015         (openat_proc_name): New function.
22016         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
22017         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
22018         Likewise.
22019         * lib/openat-proc.c: New file.
22020         * modules/openat (Files): Add lib/openat-proc.c.
22021         (Depends-on): Add same-inode, stdbool.
22022         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
22023
22024 2006-09-29  Bruno Haible  <bruno@clisp.org>
22025
22026         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
22027         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
22028         argument. Set stdout_closed before testing for ferror, not after.
22029         (fwriteerror, fwriteerror_no_ebadf): New functions.
22030
22031 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22032
22033         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
22034
22035 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
22036
22037         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
22038         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
22039
22040 2006-09-28  Jim Meyering  <jim@meyering.net>
22041
22042         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
22043         Include <unistd.h>.
22044
22045 2006-09-28  Bruno Haible  <bruno@clisp.org>
22046
22047         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
22048         * modules/linkedhash-list (Depends-on): Likewise.
22049         * modules/rbtreehash-list (Depends-on): Likewise.
22050
22051 2006-09-28  Bruno Haible  <bruno@clisp.org>
22052
22053         * lib/strndup.h: Simplify the redefinition of strndup.
22054         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
22055         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
22056
22057 2006-09-28  Bruno Haible  <bruno@clisp.org>
22058
22059         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
22060         * lib/gl_linkedhash_list.c: Likewise.
22061         * lib/gl_rbtreehash_list.c: Likewise.
22062
22063 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
22064
22065         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
22066         getaddrinfo.
22067
22068         * lib/__fpending.h: Don't include <stdio_ext.h> unless
22069         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
22070         it causes <stdio_ext.h> to cause a compile-time error.
22071         Problem reported by Nelson H. F. Beebe.
22072         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
22073         of HAVE_DECL___PENDING.
22074
22075         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
22076         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
22077         declaration.
22078
22079 2006-09-27  Jim Meyering  <jim@meyering.net>
22080
22081         This file could end up with a definition for a function
22082         named __strndup, rather than rpl_strndup on a system with
22083         incomplete weak_alias support.
22084         * lib/strndup.c (strndup): Rename from __strndup.
22085         Remove #defines that used to map __strndup to strndup.
22086         Don't use K&R prototypes.
22087         Remove LIBC-related code, since this file is not sync'd with glibc.
22088         * lib/strndup.h: Revamp, accordingly.
22089         * m4/strndup.m4: Modernize.
22090
22091 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
22092
22093         * modules/savewd (Depends-on): Add 'raise'.
22094         * lib/savewd.c: Include <signal.h>, for 'raise'.
22095
22096 2006-09-26  Jim Meyering  <jim@meyering.net>
22097
22098         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
22099         when we detect Darwin 8.7.0's acl_get_file bug.
22100         Rearrange to perform the new (below) run-test while $LIBS
22101         contains any acl-related library.  Set USE_ACL at the end.
22102         (gl_ACL_GET_FILE): New function.
22103
22104 2006-09-26  Eric Blake  <ebb9@byu.net>
22105
22106         * lib/verror.c: Include <config.h> unconditionally.
22107
22108 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
22109
22110         * modules/clock-time (Maintainer): Add self.
22111         * modules/getlogin_r (Depends-on): Add extensions.
22112
22113 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22114
22115         * modules/clock-time: New module.
22116         * modules/nanosleep (Depends-on): Add clock-time.
22117         * modules/gethrxtime (Depends-on): Likewise.
22118         * modules/gettime (Depends-on): Likewise.
22119         * modules/settime (Depends-on): Likewise.
22120
22121         * modules/fts-lgpl: Depend on openat.
22122         * modules/mkancesdirs: Depend on savewd.
22123         * modules/mkdir-p: Likewise.
22124
22125 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22126
22127         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
22128
22129         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
22130         `gl_have_arbitrary_file_name_length_limit' to
22131         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
22132         actually works between configure runs.
22133
22134 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22135             Bruno Haible  <bruno@clisp.org>
22136
22137         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
22138
22139 2006-09-25  Jim Meyering  <jim@meyering.net>
22140
22141         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
22142         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
22143
22144 2006-09-25  Eric Blake  <ebb9@byu.net>
22145
22146         * gnulib-tool (func_import, func_create_testdir): Fix typos in
22147         exec's in 2006-09-18 patch when shuffling fds.
22148
22149 2006-09-25  Bruno Haible  <bruno@clisp.org>
22150
22151         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
22152         Reported by Jim Meyering.
22153
22154 2006-09-24  Jim Meyering  <jim@meyering.net>
22155
22156         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
22157         compare a pointer against a literal "0".  That caused failures with
22158         at least HP-UX's hpcc.
22159
22160 2006-09-22  Simon Josefsson  <jas@extundo.com>
22161
22162         * modules/gc-sha1:
22163         * modules/gc-md4:
22164         * modules/gc-hmac-sha1:
22165         * modules/gc-hmac-md5:
22166         * modules/gc-des:
22167         * modules/gc-arcfour: Distribute more files.
22168
22169 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22170
22171         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
22172         (gl_linked_iterator_from_to): Initialize struct completely.
22173         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
22174         (gl_tree_iterator_from_to): Likewise
22175         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
22176         * lib/gl_array_list.c [lint] (gl_array_iterator)
22177         (gl_array_iterator_from_to): Likewise.
22178         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
22179         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
22180         (gl_carray_iterator_from_to): Likewise.
22181
22182         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
22183         * lib/md4.c (md4_process_block): Remove unused variable.
22184         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
22185         parentheses for clarity.
22186
22187 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22188
22189         * modules/bison-i18n (Depends-on): Add gettext.
22190
22191 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22192
22193         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
22194         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
22195         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
22196         also add missing comma that caused broken test.
22197         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
22198         stdlib.h, for `abort'.
22199         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
22200         variables.
22201         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
22202         include unistd.h if present, for `rmdir'.
22203         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
22204         variables.
22205         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
22206         in the process include standard headers for prototypes.
22207         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
22208         gets declared on GNU/Linux.
22209         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
22210         unistd.h, for `rmdir'.
22211         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
22212
22213         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
22214         always true.
22215         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
22216
22217         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
22218
22219 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22220
22221         * gnulib-tool (func_version): Create output all at once.  This
22222         may help avoid triggering unnecessary SIGPIPEs, and at any
22223         rate it doesn't hurt.
22224
22225 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22226             Bruno Haible  <bruno@clisp.org>
22227
22228         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
22229         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
22230         * m4/signed.m4 (bh_C_SIGNED): Likewise.
22231
22232         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
22233         (gl_FUNC_VASPRINTF): Invoke it.
22234
22235 2006-09-22  Bruno Haible  <bruno@clisp.org>
22236
22237         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
22238         getloadavg.c as first argument.
22239
22240 2006-09-22  Bruno Haible  <bruno@clisp.org>
22241
22242         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
22243         at the beginning of the gl_INIT macro.
22244         * modules/getloadavg (configure.ac): Pass $gl_source_base to
22245         gl_GETLOADAVG.
22246
22247 2006-09-22  Bruno Haible  <bruno@clisp.org>
22248
22249         * gnulib-tool (func_create_megatestdir): Don't include the config-h
22250         module.
22251         Suggested by Ralf Wildenhues.
22252
22253 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22254
22255         Import this patch from libc:
22256
22257         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
22258
22259         * lib/regex_internal.c (re_string_reconstruct): Handle
22260         offset < pstr->valid_raw_len && pstr->offsets_needed case.
22261         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
22262         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
22263         re_string_context_at.
22264
22265         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
22266         now requires it.
22267         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
22268         gl_REGEX now does it for us.
22269         (gl_REGEX): Add test taken from
22270         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
22271
22272         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
22273         Check that large offsets work.  Modernize Autoconf usages.
22274         Prefer "yes" to mean a good thing rather than a bad.
22275         Don't put "#define mkstemp" in config.h, as this might interfere
22276         with standard system headers that "#define mkstemp mkstemp64".
22277
22278         * modules/mkstemp (Depends-on): Add extensions, so that
22279         mkstemp is visible on some platforms.
22280         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
22281         (Include): Change to "mkstemp.h" from <stdlib.h>.
22282         (Files): Add mkstemp.h.
22283
22284         * lib/mkstemp.h: New file, since some standard headers
22285         #define mkstemp.
22286         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
22287         Include "mkstemp.h".
22288         Make the _LIBC code resemble glibc original more,
22289         e.g., use K&R style.
22290         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
22291         (mkstemp): Remove, since mkstemp.h does this for us.
22292         * lib/stdlib--.h: Include mkstemp.h.
22293
22294         Import this patch from libc:
22295
22296         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
22297
22298         * lib/tempname.c (__gen_tempname): Change attempts_min
22299         into a macro.  Use preprocessor to decide how to initialize
22300         attempts [Coverity CID 67].
22301
22302 2006-09-20  Bruno Haible  <bruno@clisp.org>
22303
22304         * lib/mkdtemp.c: Import from libc.
22305         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
22306                 * sysdeps/posix/tempname.c (__gen_tempname): Change
22307                 attempts_min into a macro.  Use preprocessor to decide how to
22308                 initialize attempts [Coverity CID 67].
22309         2001-11-27  Paul Eggert  <eggert@twinsun.com>
22310                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
22311                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
22312
22313 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22314
22315         * gnulib-tool (func_exit): New function, to allow to pass the
22316         exit status portably through the trap.  Use everywhere.
22317         (--help, --version): Signal a write error.
22318         (trap): catch SIGPIPE, for write errors.
22319         Exit at the end of the trap, with the correct exit status.
22320
22321 2006-09-19  Karl Berry  <karl@gnu.org>
22322
22323         * doc/gnulib.texi: note about the license texinfo files.
22324
22325 2006-09-19  Eric Blake  <ebb9@byu.net>
22326
22327         * gnulib-tool: Avoid space-tab.
22328
22329 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
22330
22331         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
22332         that prevented coreutils 6.1 from building.  Problem reported
22333         by Petter Reinholdtsen.
22334
22335 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
22336
22337         * gnulib-tool (avoidlist): Fix typo that broke options like
22338         --avoid=lock that are used by coreutils bootstrap.
22339
22340 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
22341
22342         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
22343         more systematically.
22344
22345 2006-09-18  Jim Meyering  <jim@meyering.net>
22346
22347         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
22348
22349 2006-09-18  Bruno Haible  <bruno@clisp.org>
22350
22351         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
22352
22353 2006-09-18  Bruno Haible  <bruno@clisp.org>
22354
22355         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
22356         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
22357         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
22358         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
22359         * m4/gettext.m4: Require autoconf >= 2.52.
22360         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
22361         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
22362         of gl_cv_header_inttypes_h.
22363
22364 2006-09-18  Bruno Haible  <bruno@clisp.org>
22365
22366         * lib/javaversion.c: Include configmake.h.
22367
22368 2006-09-18  Bruno Haible  <bruno@clisp.org>
22369
22370         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
22371         avoid that the while loops be executed in a subshell.
22372
22373 2006-09-18  Bruno Haible  <bruno@clisp.org>
22374
22375         * MODULES.html.sh (func_module): Break long lines.
22376         Suggested by Bruce Korb <bkorb@gnu.org>.
22377
22378 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22379
22380         Speed up by a factor of 1.12.
22381         * gnulib-tool (nl): New variable.
22382         (func_import): Rewrite include directive extraction to only read each
22383         directive once.
22384
22385 2006-09-17  Bruno Haible  <bruno@clisp.org>
22386
22387         * modules/javaversion (Makefile.am): Remove DEFS setting.
22388         (Depends-on): Add configmake, for PKGDATADIR definition.
22389
22390 2006-09-17  Bruno Haible  <bruno@clisp.org>
22391
22392         * gnulib-tool (func_create_testdir): Rewrite all files at once.
22393
22394 2006-09-17  Bruno Haible  <bruno@clisp.org>
22395
22396         * gnulib-tool (func_append): New function, stolen from libtool.m4.
22397         (func_modules_transitive_closure, func_modules_add_dummy,
22398         func_modules_to_filelist, func_import, func_create_testdir,
22399         func_create_megatestdir, ...): Use it wherever possible.
22400         Suggested by Ralf Wildenhues.
22401
22402 2006-09-16  Karl Berry  <karl@gnu.org>
22403
22404         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
22405         to avoid sectioning errors.
22406         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
22407         [ifinfo]: blank line after @center-ed titles.
22408         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
22409         Spell FSF address consistently with others.
22410         (These changes approved by rms.)
22411
22412 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22413
22414         Speed up by a factor of 1.61.
22415         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
22416         already checked module names again.
22417
22418 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22419
22420         Speed up by a factor of 1.13.
22421         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
22422         for new_files, and the input to func_add_or_update.
22423
22424 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22425
22426         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
22427         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
22428
22429 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
22430
22431         * modules/mkancesdirs (Depends-on): Add fcntl.
22432         * modules/savewd: New file.
22433         * MODULES.html.sh (File system functions): Add savewd.
22434
22435         * modules/configmake (Makefile.am): Add support for the
22436         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
22437
22438 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
22439
22440         * m4/savewd.m4: New file.
22441
22442 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
22443
22444         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
22445         (dirchownmod): New arg FD.  All callers changed.
22446         Use FD rather than opening the directory ourself, as opening is
22447         now the caller's responsibility.
22448         * lib/dirchownmod.h: Likewise.
22449         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
22450         hosts that require <sys/types.h> before <sys/stat.h>.  Include
22451         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
22452         (test_dir): Remove.
22453         (mkancesdirs): Return length of prefix of FILE that has already
22454         been made, or -2 if there is a child doing the work.  Redo
22455         algorithm so that it is O(N) rather than O(N**2).  Optimize away
22456         ".", and treat ".." specially since it might stray back into
22457         already-created areas.  Use a subprocess if necessary.  New arg
22458         WD; all users changed.  MAKE_DIR function should now return 1
22459         if it creates a directory that is not readable.  Return -2 if
22460         a child process is spun off.
22461         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
22462         Adjust signature to match code.
22463         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
22464         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
22465         all users changed.
22466         * lib/savewd.c, lib/savewd.h: New files.
22467
22468 2006-09-15  Jim Meyering  <jim@meyering.net>
22469
22470         * modules/rename-dest-slash: New module.
22471         * MODULES.html.sh (posix_compat): Add it here.
22472
22473         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
22474
22475 2006-09-15  Jim Meyering  <jim@meyering.net>
22476
22477         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
22478         file.
22479
22480         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
22481
22482 2006-09-15  Jim Meyering  <jim@meyering.net>
22483
22484         * lib/rename-dest-slash.c (has_trailing_slash): Use
22485         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
22486         (rpl_rename_dest_slash): Perform the cheaper trailing slash
22487         test before testing whether SRC is a directory.
22488         Suggestions from Bruno Haible.
22489
22490         Avoid a warning about an unused variable.
22491         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
22492         into the #ifdef block where it's used.
22493
22494         * lib/rename-dest-slash.c: New file.
22495
22496 2006-09-14  Bruno Haible  <bruno@clisp.org>
22497
22498         * lib/allocsa.c: Include <config.h> unconditionally.
22499         * lib/asnprintf.c: Likewise.
22500         * lib/asprintf.c: Likewise.
22501         * lib/c-strcasecmp.c: Likewise.
22502         * lib/c-strcasestr.c: Likewise.
22503         * lib/c-strncasecmp.c: Likewise.
22504         * lib/c-strstr.c: Likewise.
22505         * lib/classpath.c: Likewise.
22506         * lib/clean-temp.c: Likewise.
22507         * lib/concatpath.c: Likewise.
22508         * lib/copy-file.c: Likewise.
22509         * lib/csharpcomp.c: Likewise.
22510         * lib/csharpexec.c: Likewise.
22511         * lib/execute.c: Likewise.
22512         * lib/fatal-signal.c: Likewise.
22513         * lib/findprog.c: Likewise.
22514         * lib/fwriteerror.c: Likewise.
22515         * lib/gl_array_list.c: Likewise.
22516         * lib/gl_array_oset.c: Likewise.
22517         * lib/gl_avltree_list.c: Likewise.
22518         * lib/gl_avltree_oset.c: Likewise.
22519         * lib/gl_avltreehash_list.c: Likewise.
22520         * lib/gl_carray_list.c: Likewise.
22521         * lib/gl_linked_list.c: Likewise.
22522         * lib/gl_linkedhash_list.c: Likewise.
22523         * lib/gl_list.c: Likewise.
22524         * lib/gl_oset.c: Likewise.
22525         * lib/gl_rbtree_list.c: Likewise.
22526         * lib/gl_rbtree_oset.c: Likewise.
22527         * lib/gl_rbtreehash_list.c: Likewise.
22528         * lib/imaxabs.c: Likewise.
22529         * lib/imaxdiv.c: Likewise.
22530         * lib/javacomp.c: Likewise.
22531         * lib/javaexec.c: Likewise.
22532         * lib/javaversion.c: Likewise.
22533         * lib/linebreak.c: Likewise.
22534         * lib/localcharset.c: Likewise.
22535         * lib/lock.c: Likewise.
22536         * lib/mbchar.c: Likewise.
22537         * lib/mbswidth.c: Likewise.
22538         * lib/mkdtemp.c: Likewise.
22539         * lib/pipe.c: Likewise.
22540         * lib/printf-args.c: Likewise.
22541         * lib/printf-parse.c: Likewise.
22542         * lib/progname.c: Likewise.
22543         * lib/progreloc.c: Likewise.
22544         * lib/readlink.c: Likewise.
22545         * lib/sh-quote.c: Likewise.
22546         * lib/stpcpy.c: Likewise.
22547         * lib/stpncpy.c: Likewise.
22548         * lib/strcasecmp.c: Likewise.
22549         * lib/strcasestr.c: Likewise.
22550         * lib/strcspn.c: Likewise.
22551         * lib/striconv.c: Likewise.
22552         * lib/strncasecmp.c: Likewise.
22553         * lib/strnlen1.c: Likewise.
22554         * lib/strstr.c: Likewise.
22555         * lib/strtok_r.c: Likewise.
22556         * lib/tls.c: Likewise.
22557         * lib/tmpdir.c: Likewise.
22558         * lib/unicodeio.c: Likewise.
22559         * lib/unsetenv.c: Likewise.
22560         * lib/vasnprintf.c: Likewise.
22561         * lib/vasprintf.c: Likewise.
22562         * lib/wait-process.c: Likewise.
22563         * lib/xallocsa.c: Likewise.
22564         * lib/xsetenv.c: Likewise.
22565         * lib/xstriconv.c: Likewise.
22566
22567 2006-09-13  Simon Josefsson  <jas@extundo.com>
22568
22569         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
22570         that internally, suggested by Ralf Wildenhues
22571         <Ralf.Wildenhues@gmx.de>.
22572
22573 2006-09-13  Simon Josefsson  <jas@extundo.com>
22574
22575         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
22576         @LIBOBJS@.
22577         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22578
22579 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22580
22581         * lib/_fpending.c: Include <config.h> unconditionally, since we no
22582         longer worry about uses that don't define HAVE_CONFIG_H.
22583         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
22584         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
22585         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
22586         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
22587         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
22588         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
22589         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
22590         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
22591         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
22592         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
22593         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
22594         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
22595         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
22596         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
22597         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
22598         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
22599         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
22600         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
22601         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
22602         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
22603         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
22604         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
22605         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
22606         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
22607         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
22608         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
22609         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
22610         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
22611         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
22612         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
22613         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
22614         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
22615         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
22616         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
22617         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
22618         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
22619         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
22620         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
22621         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
22622         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
22623         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
22624         Likewise.
22625
22626 2006-09-13  Eric Blake  <ebb9@byu.net>
22627
22628         * lib/getopt.c: Fix typo in last commit.
22629
22630 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
22631
22632         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
22633         dgettext.
22634
22635 2006-09-12  Jim Meyering  <jim@meyering.net>
22636
22637         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
22638         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
22639         Reported by Nelson H. F. Beebe.
22640
22641 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
22642
22643         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
22644         program_invocation_name and program_invocation_short_name are
22645         initialized.
22646         * lib/argp-namefrob.h: Move declarations of program_invocation_name
22647         and program_invocation_short_name to argp.h, so they are visible
22648         to user programs.
22649         * lib/argp.h: Likewise
22650
22651 2006-09-10  Bruno Haible  <bruno@clisp.org>
22652
22653         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
22654         m4/inttypes_h.m4, m4/uintmax_t.m4.
22655
22656 2006-09-10  Bruno Haible  <bruno@clisp.org>
22657
22658         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
22659         gl_AC_TYPE_UINTMAX_T.
22660
22661 2006-09-10  Bruno Haible  <bruno@clisp.org>
22662
22663         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
22664
22665 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
22666
22667         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
22668         convention.  Text proposed by Bruno Haible.
22669         (struct argp_option): Document the use of N_() wrappers.
22670
22671         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
22672         '\v', and translate the two parts separately, instead of feeding
22673         the whole string to gettext.  This allows to exclude
22674         '\v' from the strings visible to the translator by writing doc
22675         strings as N_("..") "\v" N_("..").
22676
22677 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
22678
22679         * config/srclist.txt: Undo latest change; the bug was fixed.
22680
22681 2006-09-09  Bruno Haible  <bruno@clisp.org>
22682
22683         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
22684         assignments if building a library without libtool.
22685         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
22686         in func_emit_lib_Makefile_am.
22687         (func_import): When building a static library libfoo.a, arrange to
22688         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
22689         (func_create_testdir): Likewise.
22690         * modules/gc (configure.ac, Makefile.am): If building statically,
22691         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
22692         * modules/iconvme (configure.ac, Makefile.am): Likewise.
22693         * modules/striconv (configure.ac, Makefile.am): Likewise.
22694         Based on a suggestion by Ralf Wildenhues.
22695
22696 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
22697
22698         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
22699         Check for unistd.h too, since Autoconf doesn't assume POSIX.
22700         Also:
22701
22702         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
22703         Add year_2050_test to catch glibc bug 2821
22704         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
22705
22706         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
22707         Prefer #ifdef to #if.
22708
22709         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
22710         Return from 'main' instead of calling 'exit'.
22711
22712 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
22713
22714         * lib/mktime.c (guess_time_tm): Fix bug where mktime
22715         returned the maximum time_t value rather than (time_t) -1.
22716         Problem originally reported by William Bardwell
22717         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
22718
22719         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
22720         Moved to here ...
22721         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
22722         ... from here.
22723
22724 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
22725
22726         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
22727         2821 is fixed.
22728
22729 2006-09-08  Jim Meyering  <jim@meyering.net>
22730
22731         Don't make generated files read-only.  That would bother too many
22732         people.  However, do retain the ability to work when targets are
22733         read-only: remove the destination and temporary files before writing
22734         them (when generated via sed or echo), or by using the -f option for
22735         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
22736         * modules/alloca-opt, modules/argz, modules/arpa_inet:
22737         * modules/byteswap, modules/configmake, modules/fcntl:
22738         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
22739         * modules/localcharset, modules/netinet_in, modules/poll:
22740         * modules/stdbool, modules/stdint, modules/sys_select:
22741         * modules/sys_socket, modules/sys_stat, modules/sysexits:
22742
22743 2006-09-08  Jim Meyering  <jim@meyering.net>
22744
22745         Avoid new build failure on FreeBSD 6.0.
22746         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
22747         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
22748         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
22749
22750 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22751
22752         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
22753
22754 2006-09-07  Jim Meyering  <jim@meyering.net>
22755
22756         Fix global typo in last change: use chmod u-w, not chmod u-x.
22757         Spotted by Paul Eggert and Bruce Korb.
22758         * modules/alloca-opt, modules/argz, modules/arpa_inet:
22759         * modules/byteswap, modules/configmake, modules/fcntl:
22760         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
22761         * modules/localcharset, modules/netinet_in, modules/poll:
22762         * modules/stdbool, modules/stdint, modules/sys_select:
22763         * modules/sys_socket, modules/sys_stat, modules/sysexits:
22764
22765 2006-09-06  Jim Meyering  <jim@meyering.net>
22766
22767         Make generated files be read-only.
22768         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
22769         Ensure that each generated file is now read-only.
22770         * modules/argz: Likewise.
22771         * modules/arpa_inet: Likewise.
22772         * modules/byteswap: Likewise.
22773         * modules/configmake: Likewise.
22774         * modules/fcntl: Likewise.
22775         * modules/fnmatch: Likewise.
22776         * modules/getopt: Likewise.
22777         * modules/glob: Likewise.
22778         * modules/inttypes: Likewise.
22779         * modules/netinet_in: Likewise.
22780         * modules/poll: Likewise.
22781         * modules/stdbool: Likewise.
22782         * modules/stdint: Likewise.
22783         * modules/sys_select: Likewise.
22784         * modules/sys_socket: Likewise.
22785         * modules/sys_stat: Likewise.
22786         * modules/sysexits: Likewise.
22787         * modules/localcharset: Same as above, but continue using temporary
22788         file named "t-$@" (why different?) rather than the "$@-t" used
22789         everywhere else.
22790
22791         * modules/sysexits (Makefile.am): Replace literal occurrences
22792         of "sysexit.h" more readable, and more consistent, "$@".
22793
22794 2006-09-06  Bruno Haible  <bruno@clisp.org>
22795
22796         * modules/striconv: New file.
22797         * modules/xstriconv: New file.
22798         * MODULES.html.sh (Internationalization functions): Add striconv,
22799         xstriconv.
22800
22801 2006-09-06  Bruno Haible  <bruno@clisp.org>
22802
22803         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
22804         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
22805         not using libtool correctly.
22806
22807 2006-09-06  Bruno Haible  <bruno@clisp.org>
22808
22809         * lib/striconv.h: New file.
22810         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
22811         iconvstring.c.
22812         * lib/xstriconv.h: New file.
22813         * lib/xstriconv.c: New file.
22814
22815 2006-09-06  Bruno Haible  <bruno@clisp.org>
22816
22817         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
22818         lib_..._LDFLAGS.
22819
22820 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22821
22822         * lib/argz_.h: Sync from Libtool.
22823
22824         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
22825                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22826
22827         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
22828
22829 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
22830
22831         * modules/trim: New file.
22832
22833 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
22834
22835         * lib/trim.h: New file.
22836         * lib/trim.c: New file.
22837
22838 2006-09-05  Bruno Haible  <bruno@clisp.org>
22839
22840         * MODULES.html.sh (String handling): Add trim.
22841
22842 2006-09-04  Karl Berry  <karl@gnu.org>
22843
22844         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
22845         until next release.
22846
22847 2006-09-03  Bruno Haible  <bruno@clisp.org>
22848
22849         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
22850         correctly.
22851
22852 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
22853
22854         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
22855         not gl_GETLOADAVG.  Omit unneeded semicolons.
22856         Problems reported by Ralf Wildenhues in
22857         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
22858         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
22859         at the end, which is the usual gnulib style.
22860
22861         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
22862         of doing all the work ourselves.
22863         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
22864         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
22865
22866 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
22867
22868         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
22869         Problem reported by Ralf Wildenhues in
22870         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
22871
22872         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
22873         HAVE_STRUCT_STATFS_F_FSTYPENAME.
22874
22875 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
22876
22877         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
22878         yesterday's patch by changing test -n to test -z.
22879
22880 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22881
22882         * modules/getloadavg (Files): Add m4/getloadavg.m4.
22883         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
22884         the former is now obsolescent.
22885
22886         * modules/chdir-long (Depends-on): Add fcntl.
22887
22888 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22889
22890         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
22891         obsolescent, and programs should use gnulib instead.
22892         * m4/getloadavg.m4: New file, with contents taken from Autoconf
22893         but with prefixes changed.
22894
22895 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22896
22897         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
22898         or stdbool.h, because they might not exist while configuring.
22899
22900         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
22901         Don't include unistd.h or limits.h; not needed, since chdir-long.h
22902         does that for us.
22903         (O_DIRECTORY): Remove.
22904
22905 2006-08-31  Eric Blake  <ebb9@byu.net>
22906
22907         * gnulib-tool: Don't let emacs change spaces to TAB.
22908
22909 2006-08-31  Bruno Haible  <bruno@clisp.org>
22910
22911         * gnulib-tool: When calling func_import more than once, do it in a
22912         subshell.
22913         Reported by Eric Blake <ebb9@byu.net>.
22914
22915 2006-08-31  Bruno Haible  <bruno@clisp.org>
22916
22917         * gnulib-tool (nl): Remove variable.
22918         (sed_transform_lib_file): Use more robust test for config-h module.
22919         (func_import): Fix typo in 2006-08-25 patch.
22920
22921 2006-08-31  Bruno Haible  <bruno@clisp.org>
22922
22923         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
22924         specified, augment Makefile.am variables instead of assigning them.
22925
22926 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
22927
22928         Work around a bug in both the Linux and SunOS 64-bit kernels:
22929         nanosleep mishandles sleeps for longer than 2**31 seconds.
22930         Problem reported by Frank v Waveren in
22931         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
22932         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
22933         Check for nanosleep bug.
22934         (LIB_NANOSLEEP): Append clock_gettime library if needed.
22935
22936 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
22937
22938         Work around a bug in both the Linux and SunOS 64-bit kernels:
22939         nanosleep mishandles sleeps for longer than 2**31 seconds.
22940         Problem reported by Frank v Waveren in
22941         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
22942         * lib/nanosleep.c (BILLION): New constant.
22943         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
22944         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
22945         implementation.
22946
22947 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
22948
22949         * modules/nanosleep (Depends-on): Add gettime.
22950
22951 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
22952         and Simon Josefsson  <jas@extundo.com>
22953         and Oskar Liljeblad  <oskar@osk.mine.nu>
22954
22955         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
22956         * gnulib-tool (func_import): New license type 'unmodifiable license
22957         text'.
22958         * modules/fdl: Use it.  Longer description.
22959         * module/gpl, module/lgpl: New files.
22960
22961 2006-08-30  Jim Meyering  <jim@meyering.net>
22962
22963         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
22964         shadowing the parameter.
22965
22966 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22967
22968         Sync from Libtool:
22969
22970         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22971
22972         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
22973         sharing with gnulib.  Report by Eric Blake.
22974
22975 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
22976
22977         * modules/isapipe: New file.
22978         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
22979
22980 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
22981
22982         * modules/configmake (Makefile.am): Add a comment, and omit
22983         the CONFIGMAKE_ prefix from generated macro names.  Suggested
22984         by Bruno Haible.
22985
22986 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
22987
22988         * m4/isapipe.m4: New file.
22989
22990 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
22991
22992         * lib/isapipe.c, lib/isapipe.h: New files.
22993
22994 2006-08-29  Jim Meyering  <jim@meyering.net>
22995
22996         * modules/configmake (Makefile.am): Make configmake.h depend on
22997         Makefile.  Otherwise, a stale configmake.h could hang around.
22998
22999 2006-08-29  Eric Blake  <ebb9@byu.net>
23000
23001         * lib/error.c (error_at_line, print_errno_message): Match libc, after
23002         resolution of upstream bug 3044.
23003
23004 2006-08-29  Bruno Haible  <bruno@clisp.org>
23005
23006         * modules/localcharset (Depends-on): Add configmake.
23007         (Makefile.am): Remove setting of LIBDIR through DEFS.
23008
23009 2006-08-29  Bruno Haible  <bruno@clisp.org>
23010
23011         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
23012         defined.
23013
23014 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
23015
23016         * modules/fcntl: New file.
23017         * modules/chdir-safer (Depends-on): Add fcntl.
23018         * modules/fts: Likewise.
23019         * modules/mkdir-p: Likewise.
23020
23021         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
23022         This undoes the most recent change, since we're now addressing the
23023         problem in a different way.
23024
23025         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
23026         into output, since the output might be called Makefile.am even
23027         if $makefile_name is something different.
23028         (func_import): Use $makefile_am rather than
23029         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
23030         empty.
23031
23032         * modules/inttypes (Files): Add m4/inttypes-h.m4.
23033
23034 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
23035
23036         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
23037         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
23038         recent change to stdint.m4, since we're now addressing the problem in a
23039         different way.
23040
23041 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
23042
23043         * m4/fcntl_h.m4: New file.
23044
23045 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
23046
23047         * lib/fcntl_.h: New file.
23048         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
23049         the fcntl module.
23050         * lib/dirchownmod.c: Likewise.
23051         * lib/fts.c: Likewise.
23052
23053         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
23054         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
23055         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
23056         just before including <inttypes.h>, to avoid circular inclusion.
23057
23058 2006-08-28  Jim Meyering  <jim@meyering.net>
23059
23060         * doc/visibility.texi: Actually read and correct the grammar of the
23061         sentence affected by yesterday's change.
23062
23063 2006-08-28  Eric Blake  <ebb9@byu.net>
23064
23065         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
23066         needs wrapper.
23067
23068 2006-08-28  Eric Blake  <ebb9@byu.net>
23069
23070         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
23071
23072 2006-08-28  Eric Blake  <ebb9@byu.net>
23073
23074         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
23075
23076 2006-08-28  Bruno Haible  <bruno@clisp.org>
23077
23078         * modules/c-strstr: New file, from GNU gettext.
23079         * MODULES.html.sh (String handling): Add c-strstr.
23080
23081 2006-08-28  Bruno Haible  <bruno@clisp.org>
23082
23083         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
23084         macros.
23085         Reported by Eric Blake.
23086
23087 2006-08-28  Bruno Haible  <bruno@clisp.org>
23088
23089         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
23090         (VASNPRINTF): Return a string of length > INT_MAX without failing.
23091         * lib/vasprintf.c: Include errno.h, limits.h.
23092         (EOVERFLOW): New fallback definition.
23093         (vasprintf): Test here whether the string length is > INT_MAX.
23094         * lib/vsnprintf.c: Include errno.h, limits.h.
23095         (EOVERFLOW): New fallback definition.
23096         (vsnprintf): Fix bug when generated string was too long for the buffer.
23097         Test here whether the string length is > INT_MAX.
23098
23099 2006-08-28  Bruno Haible  <bruno@clisp.org>
23100
23101         * lib/inttypes_.h (SCNX*): Remove definitions.
23102         Reported by Eric Blake.
23103
23104 2006-08-28  Bruno Haible  <bruno@clisp.org>
23105
23106         * lib/c-strstr.h: New file, from GNU gettext.
23107         * lib/c-strstr.c: New file, from GNU gettext.
23108
23109 2006-08-28  Bruno Haible  <bruno@clisp.org>
23110
23111         * gnulib-tool: Reorder some statements.
23112
23113 2006-08-28  Bruno Haible  <bruno@clisp.org>
23114
23115         * gnulib-tool: New option --makefile-name.
23116         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
23117         $makefile_name.
23118         (func_import): Write $makefile_name to the cache file, and read it from
23119         there unless explicitly specified. Use $makefile_name as file name
23120         instead of Makefile.am. Adjust the recommendations accordingly.
23121
23122 2006-08-28  Bruno Haible  <bruno@clisp.org>
23123
23124         * gnulib-tool (func_verify_module): Check against misapplying patch.
23125
23126 2006-08-28  Bruno Haible  <bruno@clisp.org>
23127
23128         * gnulib-tool (func_relativize, func_relconcat): New functions.
23129         Give an error if --local-dir is given with --update.
23130         Remove trailing slashes from $local_gnulib_dir.
23131         (func_import): Store the relativized $local_gnulib_dir in
23132         gnulib-cache.m4, and read it from there if not specified explicitly.
23133
23134 2006-08-28  Bruno Haible  <bruno@clisp.org>
23135
23136         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
23137         is the current directory. Respect also $local_gnulib_dir.
23138
23139 2006-08-28  Bruno Haible  <bruno@clisp.org>
23140             Simon Josefsson  <jas@extundo.com>
23141
23142         BeOS portability.
23143         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
23144
23145 2006-08-27  Jim Meyering  <jim@meyering.net>
23146
23147         * doc/visibility.texi: Remove duplicate word: "pointer".
23148
23149 2006-08-26  Bruno Haible  <bruno@clisp.org>
23150
23151         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
23152         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
23153         (Makefile.am): Create inttypes.h from inttypes_.h.
23154         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
23155
23156         * modules/imaxabs: New file.
23157
23158         * modules/imaxdiv: New file.
23159
23160 2006-08-26  Bruno Haible  <bruno@clisp.org>
23161
23162         * m4/inttypes.m4: New file.
23163         * m4/_inttypes_h.m4: Remove file.
23164         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
23165         PRI_MACROS_BROKEN.
23166         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
23167
23168         * m4/imaxabs.m4: New file.
23169
23170         * m4/imaxdiv.m4: New file.
23171
23172 2006-08-26  Bruno Haible  <bruno@clisp.org>
23173
23174         * lib/inttypes_.h: New file.
23175         * lib/inttypes.h: Remove file.
23176         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
23177
23178         * lib/imaxabs.c: New file.
23179
23180         * lib/imaxdiv.c: New file.
23181
23182 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
23183
23184         New config-h module, so that "make" output needn't be cluttered
23185         by -DHAVE_CONFIG_H.
23186         * MODULES.html.sh (Support for building libraries and executables):
23187         Add config-h.
23188         * modules/config-h: New file.
23189         * gnulib-tool (nl, sed_transform_lib_file): New vars.
23190         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
23191         the config-h module is used.
23192
23193         New configmake module, so that "make" output needn't be cluttered
23194         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
23195         * MODULES.html.sh (Support for building libraries and executables):
23196         Add configmake.
23197         * modules/configmake: New file.
23198
23199 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
23200
23201         * m4/config-h.m4: New file.
23202
23203 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
23204
23205         * config/srclist.txt: Add elisp-comp.
23206
23207 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
23208
23209         * MODULES.html.sh (Support for building libraries and executables):
23210         Add elisp-comp.
23211         * build-aux/elisp-comp: New file.
23212         * modules/elisp-comp: New file.
23213
23214 2006-08-24  Bruno Haible  <bruno@clisp.org>
23215
23216         * gnulib-tool (func_create_testdir): Use non-default values of
23217         sourcebase and m4base.
23218
23219 2006-08-24  Bruno Haible  <bruno@clisp.org>
23220
23221         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
23222         HTML structure.
23223
23224 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
23225
23226         * modules/openat (Depends-on): Add lchown.
23227
23228 2006-08-23  Bruno Haible  <bruno@clisp.org>
23229
23230         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
23231         of gl_LOCK_EARLY instead of gl_LOCK.
23232
23233 2006-08-23  Bruno Haible  <bruno@clisp.org>
23234
23235         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
23236         on OSF/1 to no.
23237         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
23238
23239 2006-08-23  Bruno Haible  <bruno@clisp.org>
23240
23241         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
23242         as unusable.
23243
23244         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
23245         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
23246         (gl_LOCK): New macro.
23247
23248 2006-08-22  Simon Josefsson  <jas@extundo.com>
23249
23250         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
23251         to md5 module.
23252
23253 2006-08-22  Simon Josefsson  <jas@extundo.com>
23254
23255         * MODULES.html.sh: Add "Support for maintaining and release
23256         projects".
23257
23258         * build-aux/gnupload: New file, from coreutils.
23259
23260 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
23261
23262         Avoid the need for AC_LIBSOURCES in m4 macros.
23263         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
23264         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
23265         * modules/check-version (EXTRA_DIST): Add check-version.h.
23266         * modules/crc (EXTRA_DIST): Add crc.h.
23267         * modules/des (EXTRA_DIST): Add des.h.
23268         * modules/gc (EXTRA_DIST): Add gc.h.
23269         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
23270         * modules/getline (EXTRA_DIST): Add getline.h.
23271         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
23272         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
23273         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
23274         * modules/md2 (EXTRA_DIST): Add md2.h.
23275         * modules/md4 (EXTRA_DIST): Add md4.h.
23276         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
23277         * modules/read-file (EXTRA_DIST): Add read-file.h.
23278         * modules/readline (EXTRA_DIST): Add readline.h.
23279         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
23280         rijndael-api-fst.h.
23281
23282 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
23283
23284         * m4/rijndael.m4 (gl_ARCFOUR):
23285         * m4/arctwo.m4 (gl_ARCTWO):
23286         * m4/check-version.m4 (gl_CHECK_VERSION):
23287         * m4/crc.m4 (gl_CRC):
23288         * m4/des.m4 (gl_DES):
23289         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
23290         * m4/gc.m4 (gl_GC):
23291         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
23292         * m4/getline.m4 (gl_FUNC_GETLINE):
23293         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
23294         * m4/hmac-md5.m4 (gl_HMAC_MD5):
23295         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
23296         * m4/md2.m4 (gl_MD2):
23297         * m4/md4.m4 (gl_MD4):
23298         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
23299         * m4/read-file.m4 (gl_FUNC_READ_FILE):
23300         * m4/readline.m4 (gl_FUNC_READLINE):
23301         * m4/rijndael.m4 (gl_RIJNDAEL):
23302         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
23303         to get the necessary .h files and whatnot.
23304
23305 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
23306
23307         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
23308         gnulib rather than the other way around.
23309         * config/srclistvars.sh (COREUTILS): Remove.
23310
23311 2006-08-22  Jim Meyering  <jim@meyering.net>
23312
23313         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
23314
23315         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
23316
23317 2006-08-22  Eric Blake  <ebb9@byu.net>
23318
23319         * modules/regexprops-generic: New file.
23320         * MODULES.html.sh (Support for building documentation): List it.
23321
23322 2006-08-22  Eric Blake  <ebb9@byu.net>
23323
23324         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
23325         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
23326         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
23327         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
23328
23329 2006-08-22  Bruno Haible  <bruno@clisp.org>
23330
23331         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
23332         and lib_LTLIBRARIES like the other lib_* variables.
23333
23334 2006-08-22  Bruno Haible  <bruno@clisp.org>
23335
23336         * build-aux/x-to-1.in: New file, from GNU gettext.
23337
23338 2006-08-22  Bruno Haible  <bruno@clisp.org>
23339
23340         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
23341         <utmpx.h> exists.
23342
23343 2006-08-22  Bruno Haible  <bruno@clisp.org>
23344
23345         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
23346         <utmpx.h> exists.
23347
23348 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
23349
23350         BeOS portability.
23351         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
23352         exist.
23353         Problem reported by Bruno Haible.
23354
23355 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
23356
23357         Avoid the need for AC_LIBSOURCES in m4 macros.
23358         * modules/acl (EXTRA_DIST): Add acl.h.
23359         * modules/argmatch (Files): Add m4/argmatch.m4.
23360         (configure.ac): Add gl_ARGMATCH.
23361         (EXTRA_DIST): Renamed from lib_SOURCES, for
23362         consistency with the other modules.  Remove argmatch.c.
23363         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
23364         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
23365         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
23366         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
23367         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
23368         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
23369         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
23370         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
23371         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
23372         * modules/closeout (EXTRA_DIST): Add closeout.h.
23373         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
23374         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
23375         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
23376         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
23377         dirname.h; remove basename.c and stripslash.c.
23378         * modules/exclude (EXTRA_DIST): Add exclude.h.
23379         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
23380         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
23381         * modules/file-type (EXTRA_DIST): Add file-type.h.
23382         * modules/filemode (EXTRA_DIST): Add filemode.h.
23383         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
23384         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
23385         * modules/fpending (EXTRA_DIST): Add __fpending.h.
23386         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
23387         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
23388         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
23389         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
23390         * modules/getdate (EXTRA_DIST): Add getdate.c.
23391         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
23392         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
23393         * modules/getpass (EXTRA_DIST): Add getpass.h.
23394         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
23395         * modules/group-member (EXTRA_DIST): Add group-member.h.
23396         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
23397         * modules/hash (EXTRA_DIST): Add hash.h.
23398         * modules/human (EXTRA_DIST): Add human.h.
23399         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
23400         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
23401         * modules/lchown (EXTRA_DIST): Add lchown.h.
23402         * modules/long-options (EXTRA_DIST): Add long-options.h.
23403         * modules/lstat (EXTRA_DIST): Add lstat.h.
23404         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
23405         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
23406         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
23407         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
23408         * modules/memxor (EXTRA_DIST): Add memxor.h.
23409         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
23410         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
23411         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
23412         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
23413         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
23414         * modules/physmem (EXTRA_DIST): Add physmem.h.
23415         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
23416         * modules/posixver (EXTRA_DIST): Add posixver.h.
23417         * modules/quote (EXTRA_DIST): Add quote.h.
23418         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
23419         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
23420         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
23421         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
23422         regex_internal.h regexec.c.
23423         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
23424         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
23425         * modules/same (EXTRA_DIST): Add same.h.
23426         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
23427         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
23428         * modules/savedir (EXTRA_DIST): Add savedir.h.
23429         * modules/sha1 (EXTRA_DIST): Add sha1.h.
23430         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
23431         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
23432         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
23433         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
23434         * modules/strdup (EXTRA_DIST): Add strdup.h.
23435         * modules/strftime (EXTRA_DIST): Add strftime.h.
23436         * modules/strndup (EXTRA_DIST): Add strndup.h.
23437         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
23438         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
23439         * modules/time_r (EXTRA_DIST): Add time_r.h.
23440         * modules/timespec (EXTRA_DIST): Add timespec.h.
23441         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
23442         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
23443         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
23444         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
23445         * modules/userspec (EXTRA_DIST): Add userspec.h.
23446         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
23447         * modules/utimens (EXTRA_DIST): Add utimens.h.
23448         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
23449         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
23450         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
23451         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
23452         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
23453         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
23454         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
23455         * modules/yesno (EXTRA_DIST): Add yesno.h.
23456
23457 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
23458
23459         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
23460
23461         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
23462         * m4/dev-ino.m4, same-inode.m4: Remove.
23463
23464         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
23465         * m4/acl.m4 (AC_FUNC_ACL):
23466         * m4/backupfile.m4 (gl_BACKUPFILE):
23467         * m4/c-strtod.m4 (gl_C99_STRTOLD):
23468         * m4/canon-host.m4 (gl_CANON_HOST):
23469         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
23470         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
23471         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
23472         * m4/cloexec.m4 (gl_CLOEXEC):
23473         * m4/close-stream.m4 (gl_CLOSE_STREAM):
23474         * m4/closeout.m4 (gl_CLOSEOUT):
23475         * m4/dirfd.m4 (gl_FUNC_DIRFD):
23476         * m4/dirname.m4 (gl_DIRNAME):
23477         * m4/exclude.m4 (gl_EXCLUDE):
23478         * m4/exitfail.m4 (gl_EXITFAIL):
23479         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
23480         * m4/file-type.m4 (gl_FILE_TYPE):
23481         * m4/filemode.m4 (gl_FILEMODE):
23482         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
23483         * m4/fpending.m4 (gl_FUNC_FPENDING):
23484         * m4/fprintftime.m4 (gl_FPRINTFTIME):
23485         * m4/fts.m4 (gl_FUNC_FTS):
23486         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
23487         * m4/getdate.m4 (gl_GETDATE):
23488         * m4/gethrxtime.m4 (gl_GETHRXTIME):
23489         * m4/getpagesize.m4 (gl_GETPAGESIZE):
23490         * m4/getpass.m4 (gl_FUNC_GETPASS):
23491         * m4/gettime.m4 (gl_GETTIME):
23492         * m4/getugroups.m4 (gl_GETUGROUPS):
23493         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
23494         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
23495         * m4/hard-locale.m4 (gl_HARD_LOCALE):
23496         * m4/hash.m4 (gl_HASH):
23497         * m4/idcache.m4 (gl_IDCACHE):
23498         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
23499         * m4/lchown.m4 (gl_FUNC_LCHOWN):
23500         * m4/long-options.m4 (gl_LONG_OPTIONS):
23501         * m4/lstat.m4 (gl_FUNC_LSTAT):
23502         * m4/md5.m4 (gl_MD5):
23503         * m4/memcasecmp.m4 (gl_MEMCASECMP):
23504         * m4/memcoll.m4 (gl_MEMCOLL):
23505         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
23506         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
23507         * m4/memxor.m4 (gl_MEMXOR):
23508         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
23509         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
23510         * m4/modechange.m4 (gl_MODECHANGE):
23511         * m4/mountlist.m4 (gl_MOUNTLIST):
23512         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
23513         * m4/openat.m4 (gl_FUNC_OPENAT):
23514         * m4/pathmax.m4 (gl_PATHMAX):
23515         * m4/physmem.m4 (gl_PHYSMEM):
23516         * m4/posixtm.m4 (gl_POSIXTM):
23517         * m4/posixver.m4 (gl_POSIXVER):
23518         * m4/quote.m4 (gl_QUOTE):
23519         * m4/quotearg.m4 (gl_QUOTEARG):
23520         * m4/readtokens.m4 (gl_READTOKENS):
23521         * m4/readutmp.m4 (gl_READUTMP):
23522         * m4/regex.m4 (gl_REGEX):
23523         * m4/safe-read.m4 (gl_SAFE_READ):
23524         * m4/safe-write.m4 (gl_SAFE_WRITE):
23525         * m4/same.m4 (gl_SAME):
23526         * m4/save-cwd.m4 (gl_SAVE_CWD):
23527         * m4/savedir.m4 (gl_SAVEDIR):
23528         * m4/settime.m4 (gl_SETTIME):
23529         * m4/sha1.m4 (gl_SHA1):
23530         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
23531         * m4/stat-macros.m4 (gl_STAT_MACROS):
23532         * m4/stat-time.m4 (gl_STAT_TIME):
23533         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
23534         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
23535         * m4/strdup.m4 (gl_FUNC_STRDUP):
23536         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
23537         * m4/strndup.m4 (gl_FUNC_STRNDUP):
23538         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
23539         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
23540         * m4/time_r.m4 (gl_TIME_R):
23541         * m4/timespec.m4 (gl_TIMESPEC):
23542         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
23543         * m4/unlinkdir.m4 (gl_UNLINKDIR):
23544         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
23545         * m4/userspec.m4 (gl_USERSPEC):
23546         * m4/utimecmp.m4 (gl_UTIMECMP):
23547         * m4/utimens.m4 (gl_UTIMENS):
23548         * m4/xalloc.m4 (gl_XALLOC):
23549         * m4/xgetcwd.m4 (gl_XGETCWD):
23550         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
23551         * m4/xreadlink.m4 (gl_XREADLINK):
23552         * m4/xstrtod.m4 (gl_XSTRTOD):
23553         * m4/yesno.m4 (gl_YESNO):
23554         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
23555         to get the necessary .h files and whatnot.
23556
23557 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
23558             Bruno Haible  <bruno@clisp.org>
23559
23560         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
23561         /bin/sh understanding of '!' conditional negation.
23562
23563 2006-08-21  Jim Meyering  <jim@meyering.net>
23564
23565         * modules/openat (Depends-on): Really alphabetize.
23566
23567         * modules/acl (Depends-on): Add error and quote.
23568
23569         * check-module (find_included_lib_files): Add at-func.c to the
23570         ok-to-include-more-than-once white list.
23571
23572         * modules/openat (Depends-on): Add lstat.  Alphabetize.
23573
23574 2006-08-21  Bruno Haible  <bruno@clisp.org>
23575
23576         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23577         Emit a pkgdata_DATA variable only if some snippets add contents to it.
23578         Reported by Martin Lambers <marlam@marlam.de>.
23579
23580 2006-08-21  Bruno Haible  <bruno@clisp.org>
23581
23582         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
23583         specify an installation location, don't emit a noinst_LIBRARIES or
23584         noinst_LTLIBRARIES assignment.
23585
23586 2006-08-21  Bruno Haible  <bruno@clisp.org>
23587
23588         BeOS portability.
23589         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
23590         BeOS has mbrtowc() but no <wctype.h>.
23591
23592 2006-08-21  Bruno Haible  <bruno@clisp.org>
23593
23594         BeOS portability.
23595         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
23596         exist.
23597
23598 2006-08-21  Bruno Haible  <bruno@clisp.org>
23599
23600         BeOS portability.
23601         * lib/mbchar.h: Include <wctype.h> only if it exists.
23602
23603 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
23604
23605         Remove files that are no longer needed by their respective modules.
23606         * m4/obstack.m4: Remove.
23607         * m4/strerror_r.m4: Remove.
23608         * m4/uint32_t.m4: Remove.
23609         * m4/uintptr_t.m4: Remove.
23610         * m4/ullong_max.m4: Remove.
23611         * m4/xstrtoimax.m4: Remove.
23612         * m4/xstrtoumax.m4: Remove.
23613
23614         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
23615         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
23616         dependencies now capture this.
23617
23618         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
23619         Do not use AC_LIBSOURCES, since gnulib modules now do this.
23620         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
23621         * m4/human.m4 (gl_HUMAN): Likewise.
23622         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
23623         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
23624
23625         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
23626
23627         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
23628         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
23629         stdint.
23630         * m4/human.m4 (gl_HUMAN): Likewise.
23631         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
23632         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
23633         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
23634         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
23635         * m4/xstrtol (gl_XSTRTOL): Likewise.
23636
23637         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
23638         AC_TYPE_LONG_LONG_INT.
23639         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
23640         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
23641         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
23642         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
23643
23644         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
23645         on stdbool.
23646
23647         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
23648         (gl_PREREQ_XSTRTOUL): Remove.
23649
23650         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
23651
23652         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
23653         mode.
23654
23655 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
23656
23657         Add and change modules to make it easier for coreutils to use
23658         gnulib-tool.
23659         * modules/backupfile (Files): Remove m4/d-ino.m4.
23660         (Depends-on): Add d-ino.
23661         * modules/cycle-check (Depends-on): Add stdint.
23662         (lib_SOURCES): Add cycle-check.h.
23663         * modules/d-ino: New module.
23664         * modules/d-type: New module.
23665         * modules/error (Files): Remove m4/strerror_r.m4.
23666         * modules/filemode (Files): Add m4/st_dm_mode.m4.
23667         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
23668         m4/inttypes_h.m4, m4/uintmax_t.m4.
23669         (Depends-on): Add stdint.
23670         (lib_SOURCES): Add fsusage.h.
23671         * modules/getcwd (Files): Remove d-ino.m4.
23672         (Depends-on): Add d-ino.
23673         * modules/getndelim2 (Depends-on): Add stdint.
23674         * modules/glob (Files): Remove m4/d-type.m4.
23675         (Depends-on): Add d-type.
23676         * modules/host-os: New module.
23677         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
23678         m4/inttypes_h.m4, m4/uintmax_t.m4.
23679         * Depends-on: Add stdint.
23680         (lib_SOURCES): Add human.h.
23681         * modules/inttostr (Files): Remove m4/intmax_t.m4,
23682         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
23683         m4/uintmax_t.m4, m4/ulonglong.m4.
23684         (Depends-on): Add stdint.
23685         (EXTRA_DIST): Add inttostr.h.
23686         * modules/lchmod: New module.
23687         * modules/link-follow: New module.
23688         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
23689         (Depends-on): Add lchmod.
23690         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
23691         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
23692         (Depends-on): Add stdint.
23693         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
23694         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
23695         (Depends-on): Add stdint.
23696         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
23697         * modules/perl: New module.
23698         * modules/regex (Depends-on): Add stdint.
23699         * modules/rmdir-errno: New module.
23700         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
23701         m4/intmax_t.m4.
23702         (Depends-on): Add stdint.
23703         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
23704         m4/uintmax_t.m4.
23705         (Depends-on): Add stdint.
23706         * modules/unlink-busy: New module.
23707         * modules/utimecmp (Depends-on): Add stdint.
23708         * modules/uptime: New module.
23709         * modules/winsz-ioctl: New module.
23710         * modules/winsz-termios: New module.
23711         * modules/xnanosleep (Depends-on): Add nanosleep.
23712         * modules/ullong_max: Remove.
23713         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
23714         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
23715         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
23716         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
23717         (Depends-on): Add inttypes.
23718         (lib_SOURCES): Add xstrtol.h.
23719         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
23720         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
23721         * MODULES.html.sh: Move 'assert' into the assert section.
23722         Move 'dummy' into the linking section.
23723         Remove ullong_max.
23724         Add section for compatibility checks for POSIX:2001 functions,
23725         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
23726         winsz-ioctl, and winsz-termios into it.
23727         Add lchmod.
23728         Add top-level Misc section and put host-os, perl, and uptime
23729         into it.
23730
23731 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
23732
23733         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
23734         now assume the stdint module.  Do not include inttypes.h.
23735         * lib/fsusage.h: Likewise.
23736         * lib/getndelim2.c: Likewise.
23737         * lib/human.h: Likewise.
23738         * lib/inttostr.h: Likewise.
23739         * lib/obstack.c: Likewise.
23740         * lib/regex_internal.h: Likewise.
23741         * lib/tempname.c: Likewise.
23742         * lib/utimecmp.c: Likewise.
23743         * lib/xstrtol.h: Likewise.
23744
23745         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
23746
23747         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
23748         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
23749         * lib/xtime.h: Likewise.
23750
23751 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
23752
23753         * modules/openat (Files): Add lib/fchmodat.c.
23754         Fixes problem reported by Jay Youngman.
23755
23756 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
23757
23758         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
23759         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
23760
23761 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
23762             Bruno Haible  <bruno@clisp.org>
23763
23764         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
23765         and is a script that invokes bison. Tighten the code. Add comments.
23766
23767 2006-08-18  Jim Meyering  <jim@meyering.net>
23768
23769         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
23770         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
23771         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
23772         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
23773
23774 2006-08-18  Bruno Haible  <bruno@clisp.org>
23775
23776         * modules/bison-i18n: New file.
23777         * MODULES.html.sh (Internationalization functions): Add it.
23778
23779 2006-08-18  Bruno Haible  <bruno@clisp.org>
23780
23781         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
23782         sys/statvfs.h. When getmntinfo was found, check its declaration and
23783         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
23784
23785 2006-08-18  Bruno Haible  <bruno@clisp.org>
23786
23787         * m4/bison-i18n.m4: New file, from bison.
23788
23789 2006-08-18  Bruno Haible  <bruno@clisp.org>
23790
23791         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
23792         (ME_DUMMY): Treat "kernfs" as a dummy.
23793         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
23794
23795 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
23796
23797         Update from coreutils.
23798
23799         2006-08-15  Jim Meyering  <jim@meyering.net>
23800
23801         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
23802
23803         2006-01-17  Jim Meyering  <jim@meyering.net>
23804
23805         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
23806
23807         2006-01-11  Jim Meyering  <jim@meyering.net>
23808
23809         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
23810         Check for the lchmod function.
23811
23812 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
23813
23814         Update from coreutils.
23815
23816         * lib/__fpending.h: Add copyright notice.
23817         * lib/fprintftime.h: Likewise.
23818         * lib/savedir.c: Use (C) in copyright notice.
23819         * lib/savedir.h: Likewise.
23820
23821         2006-08-15  Jim Meyering  <jim@meyering.net>
23822
23823         * lib/at-func.c: New file, with the logic of all emulated at-functions.
23824         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
23825         in support of the EXPECTED_ERRNO macro.
23826         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
23827         definitions.  Instead, define the appropriate symbols and include
23828         "at-func.c".
23829         * lib/mkdirat.c (mkdirat): Likewise.
23830         * lib/fchmodat.c (fchmodat): Likewise.
23831         (ENOSYS): Remove definition.
23832         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
23833         it.  Don't include "unistd--.h" -- it wasn't ever used.
23834
23835         2006-01-17  Jim Meyering  <jim@meyering.net>
23836
23837         Rewrite fts.c not to change the current working directory,
23838         by using openat, fstatat, fdopendir, etc..
23839
23840         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
23841         (HAVE_OPENAT_SUPPORT): Define.
23842         [_LIBC] (fchdir): Don't undef or define; no longer used.
23843         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
23844         Now, this `function' always succeeds, and consumes its file descriptor
23845         parameter -- so callers must not close such FDs.  Update callers.
23846         (diropen_fd, opendirat, cwd_advance_fd): New functions.
23847         (diropen): Add parameter, SP.  Adjust all callers.
23848         Implement using diropen_fd, rather than open.
23849         (fts_open): Initialize new member, fts_cwd_fd.
23850         Remove fts_rft-setting code.
23851         (fts_close): Close fts_cwd_fd, if necessary.
23852         (__opendir2): Define in terms of opendir or opendirat,
23853         depending on whether the FST_NOCHDIR flag is set.
23854         (fts_build): Since fts_safe_changedir consumes its FD, and since
23855         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
23856         and close the dup'd file descriptor upon failure.
23857         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
23858         (fts_safe_changedir): Tweak semantics to reflect that this function
23859         now calls cwd_advance_fd and hence consumes its FD argument.
23860         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
23861         [struct FTS] (fts_rft): Remove now-unused member.
23862         [struct FTS] (fts_cycle.state): Improve comment.
23863
23864         * lib/openat.c (openat_needs_fchdir): New function.
23865         * lib/openat.h (openat_needs_fchdir): Declare it.
23866
23867 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
23868
23869         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
23870         Problem and fix reported by Pádraig Brady in
23871         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
23872
23873 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
23874
23875         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
23876
23877 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
23878
23879         * lib/memcoll.c (memcoll): Optimize for the common case where the
23880         arguments are bytewise equal.
23881
23882 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
23883
23884         * doc/regexprops-generic.texi: Add a copyright notice.
23885
23886 2006-08-15  Bruno Haible  <bruno@clisp.org>
23887
23888         * modules/tmpdir (License): Change to LGPL.
23889
23890 2006-08-15  Bruno Haible  <bruno@clisp.org>
23891
23892         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
23893         module.
23894
23895 2006-08-14  Simon Josefsson  <jas@extundo.com>
23896
23897         * config/srclist.txt: Add gnupload.
23898
23899 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23900
23901         Change copyright notice from LGPL 2 to GPL 2, since that's the
23902         standard form used in the gnulib repository.
23903         * tests/test-lock.c: Likewise.
23904         * tests/test-stdint.c: Likewise.
23905         * tests/test-tls.c: Likewise.
23906
23907         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
23908         prelude-manager.  User shorter URLs for GNU projects, without '?'.
23909         Add copyright notice.
23910
23911         * check-module: Add copyright notice.  Output a copyright
23912         notice if "--version" is specified.
23913         * modules/COPYING: New file.
23914         * tests/test-getaddrinfo.c: Add copyright notice.
23915         * tests/test-verify.c: Likewise.
23916
23917 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23918
23919         Change copyright notice from LGPL 2 to GPL 2, since that's the
23920         standard form used in the gnulib repository.
23921         * lib/lock.c: LGPL -> GPL.
23922         * lib/lock.h: Likewise.
23923         * lib/strnlen1.c: Likewise.
23924         * lib/strnlen1.h: Likewise.
23925         * lib/tls.c: Likewise.
23926         * lib/tls.h: Likewise.
23927         * lib/tmpdir.c: Likewise.
23928
23929         * lib/TODO: Remove; this belongs only in coreutils.
23930
23931 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23932
23933         Add copyright notices to long-enough files that lack them, since
23934         otherwise the files aren't clearly free.  Use the same notice that
23935         getdate.texi already uses.
23936         * doc/alloca-opt.texi: Add copyright notice.
23937         * doc/alloca.texi: Likewise.
23938         * doc/ctime.texi: Likewise.
23939         * doc/functions.texi: Likewise.
23940         * doc/gcd.texi: Likewise.
23941         * doc/gnulib-tool.texi: Likewise.
23942         * doc/inet_ntoa.texi: Likewise.
23943         * doc/visibility.texi: Likewise.
23944
23945         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
23946         * doc/quote.texi: Add copyright notice.
23947
23948         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
23949         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
23950         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
23951         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
23952         is now obsolete, and give a pointer to the Sun list.
23953         Add copyright notice.
23954
23955 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23956
23957         * config/srclistvars.sh: Add copyright notice.
23958
23959 2006-08-14  Eric Blake  <ebb9@byu.net>
23960
23961         Import the following change from libc:
23962
23963         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
23964
23965         Upstream bug 2997.
23966         * lib/misc/error.c: Add space between program name and message if file
23967         name is missing.
23968
23969 2006-08-12  Karl Berry  <karl@gnu.org>
23970
23971         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
23972         remove, these originate in gnulib now.
23973
23974 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23975
23976         * doc/Makefile (standards.info standards.html standards.dvi):
23977         Also depend on make-stds.texi.
23978
23979 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
23980
23981         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
23982         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
23983
23984         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
23985         in wchar_t.  Problem reported by Eric Blake.
23986
23987         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
23988         LEN is smaller than SIZE.  Suggested by Bruno Haible.
23989         Also, help the compiler to keep LEN in a register.
23990
23991 2006-08-11  Eric Blake  <ebb9@byu.net>
23992
23993         * users.txt: Sort.  Add tar.
23994
23995 2006-08-11  Bruno Haible  <bruno@clisp.org>
23996
23997         * users.txt: New file.
23998
23999 2006-08-11  Bruno Haible  <bruno@clisp.org>
24000
24001         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
24002         before <wchar.h>. Needed for OSF/1 and BSD/OS.
24003
24004 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
24005
24006         * modules/snprintf (Depends-on): Remove minmax.
24007         (Maintainer): Add self and Bruno.
24008
24009 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
24010
24011         * lib/.cppi-disable: Add snprintf.h, socket_.h.
24012         * lib/snprintf.c: Include <errno.h> and <limits.h>.
24013         (EOVERFLOW): Define if the system does not.
24014         Do not include "minmax.h"; it wasn't used.
24015         (snprintf): Don't assume size_t promotes to an unsigned type.
24016         Fix bug when generated string was too long for the buffer: the
24017         buffer's contents are supposed to be the initial prefix of the
24018         output.  Don't assume vasnprintf returns EOVERFLOW if the size
24019         exceeds INT_MAX; do the check ourselves.
24020
24021         Import the following changes from libc:
24022
24023         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
24024
24025         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
24026         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
24027         set wc to the byte which couldn't be converted.
24028         (re_string_reconstruct): Don't clear valid_raw_len before calling
24029         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
24030         tip_context using re_string_context_at.
24031
24032         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
24033
24034         * lib/posix/regex.h: g++ still cannot handled [restrict].
24035
24036         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
24037
24038         * lib/posix/regex.h: Remove special handling for VMS.
24039
24040 2006-08-10  Jim Meyering  <jim@meyering.net>
24041
24042         * modules/same-inode: New module.
24043         * modules/dev-ino: New module.
24044         * modules/cycle-check: Depend on these modules, rather than simply
24045         including their .h files.
24046         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
24047         required via m4/cycle-check.m4.
24048         * modules/same: Depend on new same-inode module, rather than
24049         including same-inode.h.
24050         * modules/chdir-safer: New file.
24051
24052         * modules/chown (Depends-on): Add stat-macros.
24053
24054 2006-08-10  Jim Meyering  <jim@meyering.net>
24055
24056         * m4/cycle-check.m4: New file.
24057         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
24058         * m4/dev-ino.m4, m4/same-inode.m4: New files.
24059
24060 2006-08-10  Eric Blake  <ebb9@byu.net>
24061
24062         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
24063         in from original proposal.
24064
24065 2006-08-10  Eric Blake  <ebb9@byu.net>
24066         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
24067
24068         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
24069         namespace.
24070
24071 2006-08-10  Bruno Haible  <bruno@clisp.org>
24072
24073         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
24074         as well.
24075
24076 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24077
24078         Sync from coreutils.
24079
24080         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
24081
24082         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
24083         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
24084
24085 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24086
24087         * modules/restrict: Remove; no longer needed now that we assume
24088         Autoconf 2.59 or later.
24089         * MODULES.html.sh: Remove 'restrict'.
24090         * modules/argp (Depends-on): Remove 'restrict'.
24091         * modules/base64 (Depends-on): Likewise.
24092         * modules/gc (Depends-on): Likewise.
24093         * modules/getaddrinfo (Depends-on): Likewise.
24094         * modules/glob (Depends-on): Likewise.
24095         * modules/inet_ntop (Depends-on): Likewise.
24096         * modules/inet_pton (Depends-on): Likewise.
24097         * modules/memxor (Depends-on): Likewise.
24098         * modules/regex (Depends-on): Likewise.
24099         * modules/strtok_r (Depends-on): Likewise.
24100         * modules/time_r (Depends-on): Likewise.
24101
24102 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
24103
24104         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
24105         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
24106         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
24107         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
24108         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
24109         * m4/memxor.m4 (gl_MEMXOR): Likewise.
24110         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
24111         gl_C_RESTRICT replaced by AC_C_RESTRICT.
24112
24113         Merge from coreutils.
24114         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
24115         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
24116         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
24117         * m4/time_r.m4 (gl_TIME_R): Likewise.
24118
24119 2006-08-09  Karl Berry  <karl@gnu.org>
24120
24121         * config/srclist.txt: no more gettext-tools, per Bruno.
24122
24123 2006-08-08  Eric Blake  <ebb9@byu.net>
24124
24125         * modules/verror: New module.
24126         * MODULES.html.sh: Document it.
24127
24128 2006-08-08  Eric Blake  <ebb9@byu.net>
24129
24130         * lib/verror.h, lib/verror.c: New files.
24131
24132 2006-08-08  Eric Blake  <ebb9@byu.net>
24133
24134         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
24135         verror_at_line output complies with GNU Coding Standards even when
24136         file is NULL.
24137
24138 2006-08-07  Bruno Haible  <bruno@clisp.org>
24139
24140         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
24141         versions of AIX.
24142         Reported by Ralf Wildenhues.
24143
24144 2006-08-07  Bruno Haible  <bruno@clisp.org>
24145
24146         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
24147         in an AC_DEFUN. Needed so that the autoconf snippets can use
24148         AC_REQUIRE.
24149
24150 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24151
24152         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24153         Initialize pkgdata_DATA.
24154         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
24155         overriding it.
24156
24157 2006-08-06  Eric Blake  <ebb9@byu.net>
24158
24159         * lib/error.h: Fold in some upstream changes from glibc.
24160         * lib/error.c: Likewise.
24161
24162 2006-08-04  Bruno Haible  <bruno@clisp.org>
24163
24164         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24165         Make the mostlyclean-local rule depend on mostlyclean-generic.
24166         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
24167
24168 2006-07-31  Bruno Haible  <bruno@clisp.org>
24169
24170         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
24171         <stdlib.h>, <string.h>.
24172
24173 2006-07-30  Bruno Haible  <bruno@clisp.org>
24174
24175         * modules/readlink (License): Change to LGPL.
24176
24177 2006-07-30  Bruno Haible  <bruno@clisp.org>
24178
24179         * modules/javaversion (Makefile.am): Distribute javaversion.java and
24180         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
24181         set PKGDATADIR to point to it.
24182
24183 2006-07-30  Bruno Haible  <bruno@clisp.org>
24184
24185         * modules/csharpexec (configure.ac): Comment out macro invocation.
24186         * modules/javaexec (configure.ac): Likewise.
24187         * modules/javacomp-script (configure.ac): Likewise.
24188
24189         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
24190
24191 2006-07-30  Bruno Haible  <bruno@clisp.org>
24192
24193         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
24194         linked-list.
24195
24196 2006-07-30  Bruno Haible  <bruno@clisp.org>
24197
24198         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
24199
24200 2006-07-30  Bruno Haible  <bruno@clisp.org>
24201
24202         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24203         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
24204         get removed.
24205
24206 2006-07-29  Bruno Haible  <bruno@clisp.org>
24207
24208         Make it possible for gnulib-tool to work with locally modified or
24209         augmented gnulib repositories.
24210         * gnulib-tool (func_usage): Document --local-dir option.
24211         (local_gnulib_dir): New variable.
24212         Handle --local-dir option.
24213         (func_lookup_file): New function.
24214         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
24215         (func_get_description, func_get_filelist, func_get_description,
24216         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
24217         func_get_automake_snippet, func_get_include_directive,
24218         func_get_license, func_get_maintainer): Use func_lookup_file.
24219         (func_import, func_create_testdir): Use func_lookup_file.
24220
24221 2006-07-29  Bruno Haible  <bruno@clisp.org>
24222
24223         * modules/setenv (Depends-on): Add unistd.
24224
24225 2006-07-29  Bruno Haible  <bruno@clisp.org>
24226
24227         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
24228
24229 2006-07-29  Bruno Haible  <bruno@clisp.org>
24230
24231         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
24232
24233 2006-07-29  Bruno Haible  <bruno@clisp.org>
24234
24235         * gnulib-tool (import, update): If there is no Makefile.am, look at
24236         aclocal.m4, instead of bailing out.
24237
24238 2006-07-29  Bruno Haible  <bruno@clisp.org>
24239
24240         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
24241         Categorize the options by when they are useful.
24242
24243 2006-07-29  Bruno Haible  <bruno@clisp.org>
24244
24245         * gnulib-tool (func_usage): Document option --no-libtool.
24246         Handle option --no-libtool.
24247         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
24248         for changed semantics of $libtool variable.
24249         (func_import): Likewise. If libtool is not used, show this through
24250         an option --no-libtool.
24251         (func_create_testdir): Update.
24252
24253 2006-07-29  Bruno Haible  <bruno@clisp.org>
24254
24255         * gnulib-tool (func_import): Extend error message about missing
24256         --doc-base.
24257
24258 2006-07-29  Bruno Haible  <bruno@clisp.org>
24259
24260         * gnulib-tool (func_import): Don't create the $docbase directory if
24261         there is no file to store there.
24262
24263 2006-07-29  Bruno Haible  <bruno@clisp.org>
24264
24265         * gnulib-tool (autoconf_minversion): If a --dir option is given and
24266         relevant, look for configure.ac there, not in the current directory.
24267         Also use a simple search for AC_PREREQ, not "autoconf --trace".
24268
24269 2006-07-29  Bruno Haible  <bruno@clisp.org>
24270
24271         * gnulib-tool (SORT): New variable.
24272         (func_usage): Undocument --assume-autoconf option.
24273         Remove --assume-autoconf option handling.
24274         (autoconf_minversion): Determine from the contents of configure.ac.
24275         (func_import): Remove autoconf_minversion handling.
24276         Suggested by Eric Blake.
24277
24278 2006-07-29  Bruno Haible  <bruno@clisp.org>
24279
24280         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
24281
24282 2006-07-29  Bruno Haible  <bruno@clisp.org>
24283
24284         * config/srclist.txt (*setenv.[ch]): Remove rules.
24285
24286 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24287
24288         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
24289
24290 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24291
24292         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
24293         arpa/inet.h.
24294
24295 2006-07-28  Simon Josefsson  <jas@extundo.com>
24296
24297         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
24298         * modules/inet_pton (Depends-on): Likewise.
24299
24300 2006-07-28  Simon Josefsson  <jas@extundo.com>
24301
24302         * m4/netinet_in_h.m4: New file.
24303
24304 2006-07-28  Simon Josefsson  <jas@extundo.com>
24305
24306         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
24307         #include's.
24308
24309 2006-07-28  Simon Josefsson  <jas@extundo.com>
24310
24311         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
24312         #include's.
24313
24314 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
24315
24316         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
24317         setgid on directories only if they set these bits.
24318         * lib/modechange.h: Remove obsolete comment about masks.
24319
24320 2006-07-28  Eric Blake  <ebb9@byu.net>
24321
24322         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
24323         macro expansion.
24324
24325 2006-07-28  Bruno Haible  <bruno@clisp.org>
24326
24327         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
24328
24329 2006-07-28  Bruno Haible  <bruno@clisp.org>
24330
24331         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
24332
24333 2006-07-28  Bruno Haible  <bruno@clisp.org>
24334
24335         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
24336         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
24337         Define fallbacks.
24338         Avoids link error on FreeBSD 4.x.
24339         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
24340
24341         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
24342         encoding.
24343         * lib/mbswidth.c (iswcntrl): Likewise.
24344
24345 2006-07-27  Bruno Haible  <bruno@clisp.org>
24346
24347         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
24348         test.
24349
24350 2006-07-27  Bruno Haible  <bruno@clisp.org>
24351
24352         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
24353         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
24354         defined.
24355
24356 2006-07-26  Eric Blake  <ebb9@byu.net>
24357
24358         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
24359
24360 2006-07-26  Eric Blake  <ebb9@byu.net>
24361
24362         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
24363         like mingw that lack mkstemp.
24364         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
24365         avoid compilation warning on mingw.
24366
24367 2006-07-26  Bruno Haible  <bruno@clisp.org>
24368
24369         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
24370         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
24371         INT_FAST*_MIN, INTPTR_MIN.
24372
24373 2006-07-25  Bruno Haible  <bruno@clisp.org>
24374
24375         * modules/version-etc (Depends-on): Add stdarg.
24376
24377 2006-07-25  Bruno Haible  <bruno@clisp.org>
24378
24379         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
24380         complex commands.
24381
24382 2006-07-25  Bruno Haible  <bruno@clisp.org>
24383
24384         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
24385         defined in <stdarg.h> or config.h.
24386
24387 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
24388
24389         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
24390         (gl_STDIO_SAFER): Remove.
24391
24392 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
24393
24394         * MODULES.html.sh (File stream based Input/Output):
24395         Add fopen-safer, tmpfile-safer; remove stdio-safer.
24396         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
24397         * modules/fopen-safer, modules/tmpfile-safer: New files.
24398         * modules/stdio-safer: Remove.
24399
24400 2006-07-24  Bruno Haible  <bruno@clisp.org>
24401
24402         * modules/tmpdir: New file.
24403         * MODULES.html.sh (File system functions): Add it.
24404
24405 2006-07-24  Bruno Haible  <bruno@clisp.org>
24406
24407         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
24408         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
24409
24410 2006-07-24  Bruno Haible  <bruno@clisp.org>
24411
24412         * modules/clean-temp: New file.
24413
24414 2006-07-24  Bruno Haible  <bruno@clisp.org>
24415
24416         * m4/tmpdir.m4: New file, from GNU gettext.
24417
24418 2006-07-24  Bruno Haible  <bruno@clisp.org>
24419
24420         * lib/tmpdir.h: New file, from GNU gettext.
24421         * lib/tmpdir.c: New file, from GNU gettext.
24422
24423 2006-07-24  Bruno Haible  <bruno@clisp.org>
24424
24425         * lib/clean-temp.h: New file, from GNU gettext.
24426         * lib/clean-temp.c: New file, from GNU gettext.
24427
24428 2006-07-23  Eric Blake  <ebb9@byu.net>
24429
24430         * modules/stdio-safer (Files): Add tmpfile-safer.c.
24431         (Depends-on): Add binary-io.
24432
24433 2006-07-23  Eric Blake  <ebb9@byu.net>
24434
24435         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
24436
24437 2006-07-23  Eric Blake  <ebb9@byu.net>
24438
24439         * lib/tmpfile-safer.c: New file.
24440         * lib/stdio-safer.h (fopen_safer): Add prototype.
24441         * lib/stdio--.h (tmpfile): Make safer.
24442
24443 2006-07-23  Bruno Haible  <bruno@clisp.org>
24444
24445         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
24446         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
24447         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
24448         gl_linked_remove_at): Use it.
24449
24450 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24451         and Simon Josefsson <jas@extundo.com>
24452
24453         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
24454
24455         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
24456
24457 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
24458
24459         * modules/close-stream: New file.
24460         * modules/closeout (Description): Make it clear that it exits
24461         with a diagnostic on error.
24462         (Depends-on): Add close-stream.  Remove fpending, stdbool.
24463         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
24464
24465 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
24466
24467         * m4/close-stream.m4: New file.
24468
24469 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
24470
24471         * lib/close-stream.c, lib/close-stream.h: New files.
24472
24473 2006-07-22  Bruno Haible  <bruno@clisp.org>
24474
24475         Merge from GNU gettext 0.15.
24476
24477         2006-05-01  Bruno Haible  <bruno@clisp.org>
24478
24479                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
24480
24481         2006-07-22  Bruno Haible  <bruno@clisp.org>
24482
24483                 * modules/javaversion: New file.
24484                 * MODULES.html.sh (Java): Add javaversion.
24485
24486         2006-03-12  Bruno Haible  <bruno@clisp.org>
24487
24488                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
24489
24490         2005-12-04  Bruno Haible  <bruno@clisp.org>
24491
24492                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
24493                 (untested).
24494
24495         2006-06-21  Bruno Haible  <bruno@clisp.org>
24496
24497                 Avoid warnings from recent versions of mcs.
24498                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
24499                 -o, -L, -r any more. Use options documented since mcs-1.0
24500                 instead. Similarly for -g.
24501
24502         2005-12-04  Bruno Haible  <bruno@clisp.org>
24503
24504                 * build-aux/csharpcomp.sh.in: Suffix for resources is
24505                 .resources, not .resource.
24506
24507         2005-07-09  Bruno Haible  <bruno@clisp.org>
24508
24509                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
24510                 add a .dll suffix.
24511                 Reported by Mark Junker <mjscod@gmx.de>.
24512
24513         2006-07-22  Bruno Haible  <bruno@clisp.org>
24514
24515                 * modules/gettext: Upgrade to gettext-0.15.
24516                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
24517                 m4/visibility.m4.
24518                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
24519
24520 2006-07-22  Bruno Haible  <bruno@clisp.org>
24521
24522         Merge from GNU gettext 0.15.
24523
24524         2006-03-25  Bruno Haible  <bruno@clisp.org>
24525
24526                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
24527
24528         2006-07-21  Bruno Haible  <bruno@clisp.org>
24529
24530                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
24531                 "1.1".
24532
24533         2006-05-09  Bruno Haible  <bruno@clisp.org>
24534
24535                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
24536                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
24537                 for the conftestver execution.
24538
24539         2006-05-01  Bruno Haible  <bruno@clisp.org>
24540
24541                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
24542                 optional target-version argument. Verify that the compiler
24543                 groks source of the specified source-version, or add -source
24544                 option as necessary. Verify that the compiler produces
24545                 bytecode in the specified target-version, or add -target and
24546                 -source options as necessary. Make the result of the test
24547                 available as variable CONF_JAVAC. Also log error output in
24548                 config.log.
24549
24550         2006-03-11  Bruno Haible  <bruno@clisp.org>
24551
24552                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
24553
24554         2006-05-09  Bruno Haible  <bruno@clisp.org>
24555
24556                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
24557                 CLASSPATH_SEPARATOR to a semicolon.
24558
24559         2006-03-12  Bruno Haible  <bruno@clisp.org>
24560
24561                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
24562                 available as variable CONF_JAVA, for subsequent autoconf
24563                 tests. Also log error output in config.log.
24564
24565         2006-07-19  Bruno Haible  <bruno@clisp.org>
24566
24567                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
24568                 that getline works on glibc2 systems. Needed to avoid trouble
24569                 in relocatable.c.
24570                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
24571
24572         2005-12-04  Bruno Haible  <bruno@clisp.org>
24573
24574                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
24575                 launcher (untested).
24576
24577         2005-12-04  Bruno Haible  <bruno@clisp.org>
24578
24579                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
24580
24581         2006-07-22  Bruno Haible  <bruno@clisp.org>
24582
24583                 * gettext.m4: Update from GNU gettext-0.15.
24584                 * nls.m4: Likewise.
24585                 * po.m4: Likewise.
24586                 * inttypes-pri.m4: Likewise.
24587                 * inttypes-h.m4: Renamed from inttypes.m4.
24588                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
24589
24590 2006-07-22  Bruno Haible  <bruno@clisp.org>
24591
24592         Merge from GNU gettext 0.15.
24593
24594         2005-07-05  Bruno Haible  <bruno@clisp.org>
24595
24596                 * printf-args.c (printf_fetchargs): Work around broken
24597                 definition of wint_t on mingw.
24598
24599         2005-02-12  Bruno Haible  <bruno@clisp.org>
24600
24601                 * xallocsa.h: Add extern "C" for C++.
24602
24603         2006-05-17  Bruno Haible  <bruno@clisp.org>
24604
24605                 Cygwin portability.
24606                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
24607
24608         2006-04-30  Bruno Haible  <bruno@clisp.org>
24609
24610                 * progreloc.c: Include <mach-o/dyld.h> if available.
24611                 (find_executable): Use _NSGetExecutablePath when possible.
24612
24613         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
24614
24615                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
24616                 function.
24617
24618         2005-12-29  Bruno Haible  <bruno@clisp.org>
24619
24620                 * progreloc.c (set_program_name_and_installdir): Fix
24621                 compilation error.
24622
24623         2005-12-04  Bruno Haible  <bruno@clisp.org>
24624
24625                 Cygwin portability.
24626                 * progreloc.c: Include <windows.h> also on Cygwin.
24627                 (find_executable): Add support for Cygwin.
24628                 (set_program_name_and_installdir): Handle also platforms with
24629                 nonempty EXEEXT.
24630
24631         2006-07-11  Bruno Haible  <bruno@clisp.org>
24632
24633                 * javacomp.c: Fix a comment.
24634                 Reported by Jim Meyering.
24635
24636         2006-04-30  Bruno Haible  <bruno@clisp.org>
24637
24638                 * javacomp.h (compile_java_class): Add source_version,
24639                 target_version arguments.
24640                 * javacomp.c: Rewritten to choose only a compiler that
24641                 respects the specified source_version and target_version.
24642
24643         2006-06-27  Bruno Haible  <bruno@clisp.org>
24644
24645                 Assume correct S_ISDIR macro.
24646                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
24647
24648         2006-07-22  Bruno Haible  <bruno@clisp.org>
24649
24650                 * javaversion.h: New file, from GNU gettext.
24651                 * javaversion.c: New file, from GNU gettext.
24652                 * javaversion.java: New file, from GNU gettext.
24653                 * javaversion.class: New file, from GNU gettext.
24654
24655         2006-05-17  Bruno Haible  <bruno@clisp.org>
24656
24657                 Cygwin portability.
24658                 * javaexec.c (execute_java_class): Test for jview program
24659                 also on Cygwin.
24660
24661         2006-04-09  Bruno Haible  <bruno@clisp.org>
24662
24663                 * fatal-signal.c: Don't include string.h.
24664                 (at_fatal_signal): Use a copying loop instead of memcpy.
24665
24666         2005-12-04  Bruno Haible  <bruno@clisp.org>
24667
24668                 * csharpexec.c: Add support for 'clix' launcher (untested).
24669                 (execute_csharp_using_sscli): New function.
24670                 (execute_csharp_program): Call it.
24671
24672         2006-06-21  Bruno Haible  <bruno@clisp.org>
24673
24674                 Avoid warnings from recent versions of mcs.
24675                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
24676                 -o, -L, -r any more. Use options documented since mcs-1.0
24677                 instead. Similarly for -g.
24678
24679         2005-07-09  Bruno Haible  <bruno@clisp.org>
24680
24681                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
24682                 add a .dll suffix.
24683                 Reported by Mark Junker <mjscod@gmx.de>.
24684
24685         2006-06-17  Bruno Haible  <bruno@clisp.org>
24686
24687                 * config.charset: Update for NetBSD 3.0.
24688
24689         2006-05-17  Bruno Haible  <bruno@clisp.org>
24690
24691                 Cygwin portability.
24692                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
24693
24694         2006-05-16  Bruno Haible  <bruno@clisp.org>
24695
24696                 * localcharset.c [CYGWIN]: Include <windows.h>.
24697                 (get_charset_aliases): For Cygwin, return the same CPxxx
24698                 aliases list as under WIN32.
24699                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
24700                 the environment variables. Fall back to GetACP().
24701
24702         2006-04-05  Bruno Haible  <bruno@clisp.org>
24703
24704                 * config.charset: Update Juan Manuel Guerrero's address.
24705
24706         2005-02-12  Bruno Haible  <bruno@clisp.org>
24707
24708                 * allocsa.h: Add extern "C" for C++.
24709
24710         2005-02-10  Bruno Haible  <bruno@clisp.org>
24711
24712                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
24713                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
24714
24715         2006-07-22  Bruno Haible  <bruno@clisp.org>
24716
24717                 * gettext.h: Update to GNU gettext-0.15.
24718
24719 2006-07-22  Bruno Haible  <bruno@clisp.org>
24720
24721         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
24722         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
24723         lib-prefix.m4, longdouble.m4, ssize_t.m4.
24724
24725 2006-07-21  Eric Blake  <ebb9@byu.net>
24726
24727         * modules/stdlib-safer: New file.
24728         * MODULES.html.sh (File stream based Input/Output): Add
24729         stdlib-safer.
24730
24731 2006-07-21  Eric Blake  <ebb9@byu.net>
24732
24733         * lib/stdlib-safer.h: New file from coreutils, required by
24734         stdlib--.h.
24735
24736 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
24737
24738         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
24739
24740 2006-07-20  Bruno Haible  <bruno@clisp.org>
24741
24742         * gnulib-tool: Recognize new option --assume-autoconf.
24743         (autoconf_minversion): New variable.
24744         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
24745
24746 2006-07-20  Bruno Haible  <bruno@clisp.org>
24747
24748         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
24749
24750 2006-07-19  Derek R. Price  <derek@ximbiot.com>
24751
24752         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
24753         Reindent and repaginate.
24754
24755 2006-07-19  Derek Price  <derek@ximbiot.com>
24756
24757         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
24758         Correct grammar.
24759
24760 2006-07-17  Bruno Haible  <bruno@clisp.org>
24761
24762         * modules/list: New file.
24763         * modules/array-list: New file.
24764         * modules/carray-list, modules/carray-list-tests: New files.
24765         * modules/linked-list, modules/linked-list-tests: New files.
24766         * modules/avltree-list, modules/avltree-list-tests: New files.
24767         * modules/rbtree-list, modules/rbtree-list-tests: New files.
24768         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
24769         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
24770         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
24771         * modules/oset: New file.
24772         * modules/array-oset: New file.
24773         * modules/avltree-oset, modules/avltree-oset-tests: New files.
24774         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
24775         * tests/test-carray_list.c: New file.
24776         * tests/test-linked_list.c: New file.
24777         * tests/test-avltree_list.c: New file.
24778         * tests/test-rbtree_list.c: New file.
24779         * tests/test-linkedhash_list.c: New file.
24780         * tests/test-avltreehash_list.c: New file.
24781         * tests/test-rbtreehash_list.c: New file.
24782         * tests/test-avltree_oset.c: New file.
24783         * tests/test-rbtree_oset.c: New file.
24784         * MODULES.html.sh (Container data structures): New section.
24785
24786 2006-07-17  Bruno Haible  <bruno@clisp.org>
24787
24788         * m4/gl_list.m4: New file.
24789
24790 2006-07-17  Bruno Haible  <bruno@clisp.org>
24791
24792         * lib/gl_list.h: New file.
24793         * lib/gl_list.c: New file.
24794         * lib/gl_array_list.h: New file.
24795         * lib/gl_array_list.c: New file.
24796         * lib/gl_carray_list.h: New file.
24797         * lib/gl_carray_list.c: New file.
24798         * lib/gl_linked_list.h: New file.
24799         * lib/gl_linked_list.c: New file.
24800         * lib/gl_anylinked_list1.h: New file.
24801         * lib/gl_anylinked_list2.h: New file.
24802         * lib/gl_avltree_list.h: New file.
24803         * lib/gl_avltree_list.c: New file.
24804         * lib/gl_anyavltree_list1.h: New file.
24805         * lib/gl_anyavltree_list2.h: New file.
24806         * lib/gl_rbtree_list.h: New file.
24807         * lib/gl_rbtree_list.c: New file.
24808         * lib/gl_anyrbtree_list1.h: New file.
24809         * lib/gl_anyrbtree_list2.h: New file.
24810         * lib/gl_anytree_list1.h: New file.
24811         * lib/gl_anytree_list2.h: New file.
24812         * lib/gl_linkedhash_list.h: New file.
24813         * lib/gl_linkedhash_list.c: New file.
24814         * lib/gl_anyhash_list1.h: New file.
24815         * lib/gl_anyhash_list2.h: New file.
24816         * lib/gl_avltreehash_list.h: New file.
24817         * lib/gl_avltreehash_list.c: New file.
24818         * lib/gl_rbtreehash_list.h: New file.
24819         * lib/gl_rbtreehash_list.c: New file.
24820         * lib/gl_anytreehash_list1.h: New file.
24821         * lib/gl_anytreehash_list2.h: New file.
24822
24823         * lib/gl_oset.h: New file.
24824         * lib/gl_oset.c: New file.
24825         * lib/gl_array_oset.h: New file.
24826         * lib/gl_array_oset.c: New file.
24827         * lib/gl_avltree_oset.h: New file.
24828         * lib/gl_avltree_oset.c: New file.
24829         * lib/gl_rbtree_oset.h: New file.
24830         * lib/gl_rbtree_oset.c: New file.
24831         * lib/gl_anytree_oset.h: New file.
24832
24833 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
24834
24835         * m4/mkancesdirs.m4: New file.
24836         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
24837         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
24838         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
24839         it.
24840
24841 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
24842
24843         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
24844         * lib/mkancesdirs.h: New files.
24845         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
24846         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
24847         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
24848         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
24849         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
24850         callers changed.  Revamp internals significantly, by not
24851         attempting to create directories that are temporarily more
24852         permissive than the final results.  Do not attempt to use
24853         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
24854         This removes some race conditions, fixes some bugs, and simplifies
24855         things.  Use new dirchownmod function to do owner and mode changes.
24856         * lib/mkdir-p.h: Likewise.
24857         * lib/modechange.c (octal_to_mode): New function.
24858         (struct mode_change): New member mentioned.
24859         (make_node_op_equals): New arg mentioned.  All callers changed.
24860         (mode_compile): Keep track of which mode bits the user has explicitly
24861         mentioned.
24862         (mode_adjust): New arg DIR, so that we implement the X op correctly.
24863         New arg PMODE_BITS, to keep track of which mode bits the user
24864         mentioned; it treats S_ISUID and S_ISGID speciall.
24865         All callers changed.
24866         * lib/modechange.h: Likewise.
24867
24868 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
24869
24870         * MODULES.html.sh: Add mkancestors.
24871         * modules/mkancesdirs: New module.
24872         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
24873         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
24874         The chdir-safer and afs files are now orphans; I'll remove them
24875         unless someone speaks up.
24876         Add lib/dirchownmod.c, lib/dirchownmod.h.
24877         (Depends-on): Remove alloca, chown, save-cwd, dirname.
24878         Add lchown, mkancesdirs.
24879         (Maintainer): Add self.
24880
24881 2006-07-15  Karl Berry  <karl@gnu.org>
24882
24883         * gnulib-tool: help message wording/arrangement.
24884
24885 2006-07-14  Simon Josefsson  <jas@extundo.com>
24886
24887         * doc/gnulib.texi (Libtool and Windows): New section.
24888
24889 2006-07-12  Simon Josefsson  <jas@extundo.com>
24890
24891         * modules/gendocs (License): Fix license, approved by Karl.
24892
24893 2006-07-12  Eric Blake  <ebb9@byu.net>
24894
24895         * MODULES.html.sh: Add gendocs.
24896
24897 2006-07-11  Eric Blake  <ebb9@byu.net>
24898
24899         * modules/fdl: New module, to install doc/fdl.texi.
24900         * MODULES.html.sh: Add new section for documentation modules.
24901         * gnulib-tool: Avoid space-tab.
24902         (--doc-base): New option, to manage files from doc.
24903
24904 2006-07-11  Eric Blake  <ebb9@byu.net>
24905
24906         * m4/absolute-header.m4: Fix comments to match recent change.
24907
24908 2006-07-11  Eric Blake  <ebb9@byu.net>
24909
24910         * gnulib-tool: List --doc-base before --tests-base.
24911
24912 2006-07-11  Derek R. Price  <derek@ximbiot.com>
24913
24914         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
24915
24916 2006-07-11  Bruno Haible  <bruno@clisp.org>
24917
24918         * README: Mention where to put documentation.
24919
24920 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24921
24922         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
24923
24924 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
24925
24926         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
24927         to stdint.m4.
24928
24929 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
24930
24931         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
24932         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
24933         "no/such/file/stdint.h" when there is no such file, so that
24934         the resulting C code can be parsed by dodgy compilers.
24935         Problems reported by Bob Proulx.
24936
24937 2006-07-10  Derek R. Price  <derek@ximbiot.com>
24938
24939         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
24940         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
24941         macros into the GNU _D_EXACT_NAMLEN.
24942         * lib/savedir.c:  Likewise.
24943         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
24944
24945 2006-07-10  Derek R. Price  <derek@ximbiot.com>
24946         and Paul Eggert  <eggert@cs.ucla.edu>
24947
24948         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
24949         * m4/savedir.m4:
24950         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
24951         macros into the GNU _D_EXACT_NAMLEN.
24952
24953 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24954
24955         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
24956         around the absolute name, to work around a problem with the HP-UX
24957         11.23 native C compiler, reported by Bob Proulx.
24958
24959 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24960
24961         * doc/maintain.texi, make-stds.texi: Sync from
24962         <http://savannah.gnu.org/projects/gnustandards>.
24963
24964 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24965
24966         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
24967
24968 2006-07-09  Jim Meyering  <jim@meyering.net>
24969
24970         * m4/glob.m4: Remove a doubled word in a comment.
24971
24972 2006-07-09  Jim Meyering  <jim@meyering.net>
24973
24974         * lib/argp-pv.c: Remove a doubled word in a comment.
24975         * lib/check-version.c (check_version): Likewise.
24976         * lib/javacomp.c (compile_java_class): Likewise.
24977
24978 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
24979
24980         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
24981         for the benefit of people using Autoconf 2.60.  If you want to
24982         support older Autoconf versions you can copy m4/onceonly_2_57.m4
24983         (or m4/onceonly.m4, if pre-2.57) manually.
24984
24985 2006-07-08  Jim Meyering  <jim@meyering.net>
24986
24987         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
24988         comment.
24989         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
24990         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
24991         comment.
24992
24993 2006-07-08  Jim Meyering  <jim@meyering.net>
24994
24995         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
24996
24997 2006-07-07  Simon Josefsson  <jas@extundo.com>
24998
24999         * tests/test-crc.c: Change expected crc value, the test vector
25000         were probably computed using the old broken crc.c?
25001
25002 2006-07-06  Simon Josefsson  <jas@extundo.com>
25003
25004         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
25005         now the canonical place for the M4 file).
25006
25007         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
25008         from the sys_socket dependency now.
25009
25010         * modules/inet_pton (Files): Ditto.
25011
25012         * modules/inet_ntop (Files): Ditto.
25013
25014 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
25015
25016         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
25017         not gl_PREREQ_GETUSERSHELL.
25018
25019 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25020
25021         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
25022         with only one argument, for Autoconf 2.60.
25023         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
25024         expand to nothing, so add a shell command to avoid syntax error.
25025         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
25026
25027 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25028
25029         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
25030
25031 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
25032
25033         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
25034         no longer needed.  Check for isblank decl.
25035         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
25036         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
25037         of existence.
25038
25039 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
25040
25041         * lib/getloadavg.c: Use __VMS, not VMS.
25042         * lib/getopt.c: Likewise.
25043         * lib/getpagesize.h: Likewise.
25044         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
25045         and probably does not work.
25046
25047 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
25048
25049         * lib/.cppi-disable: Add wcwidth.
25050         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
25051         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
25052         (ISGRAPH): Remove.  All uses changed to isgraph.
25053         (FOLD) [!defined _LIBC]: Remove special case.
25054         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
25055         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
25056         HAVE_ISBLANK.
25057         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
25058         case.
25059
25060 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
25061
25062         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
25063         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
25064         brackets.  Other minor changes to suppress some compiler
25065         warnings.
25066
25067 2006-07-06  Derek R. Price  <derek@ximbiot.com>
25068         and Paul Eggert  <eggert@cs.ucla.edu>
25069
25070         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
25071         of invoking obsolescent AC_HEADER_DIRENT macro.
25072         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
25073         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
25074         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
25075         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
25076         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
25077         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
25078         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
25079         * m4/readdir.m4: Remove; no longer needed.
25080
25081 2006-07-06  Derek R. Price  <derek@ximbiot.com>
25082         and Paul Eggert  <eggert@cs.ucla.edu>
25083
25084         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
25085         Don't worry about this obsolete case any more.
25086         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
25087         directories.
25088         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
25089         worry about this obsolete case any more.
25090         * lib/fts.c: Likewise.
25091         * lib/getcwd.c: Likewise.
25092         * lib/glob.h: Likewise.
25093         * lib/savedir.c: Likewise.
25094
25095 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
25096
25097         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
25098         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
25099         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
25100         needed.
25101         All uses removed.
25102         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
25103         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
25104         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
25105         needed.
25106         * m4/getdate.m4 (gl_GETDATE): Likewise.
25107         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
25108         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
25109         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
25110         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
25111         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
25112         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
25113         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
25114         needed.
25115
25116 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
25117
25118         * lib/memcasecmp.c: Include <limits.h>.
25119         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
25120         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
25121         Don't assume isdigit succeeds only on '0' through '9'.
25122
25123 2006-07-05  Eric Blake  <ebb9@byu.net>
25124
25125         * modules/getaddrinfo (Depends-on): Add snprintf.
25126
25127 2006-07-05  Eric Blake  <ebb9@byu.net>
25128
25129         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
25130         to avoid 'header present but could not be compiled' on cygwin.
25131
25132 2006-07-05  Eric Blake  <ebb9@byu.net>
25133
25134         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
25135         missing from netdb.h.
25136         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
25137
25138 2006-07-05  Derek R. Price  <derek@ximbiot.com>
25139
25140         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
25141         no longer needed.
25142         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
25143         * m4/getdate.m4 (gl_GETDATE): Likewise.
25144         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
25145         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
25146         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
25147         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
25148         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
25149
25150 2006-07-05  Derek R. Price  <derek@ximbiot.com>
25151
25152         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
25153         All uses of is_space replaced by isspace.
25154         * lib/exit.h: Don't talk about STDC_HEADERS.
25155         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
25156         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
25157         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
25158         replaced by isprint etc.
25159         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
25160         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
25161         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
25162         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
25163         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
25164         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
25165
25166 2006-07-05  Bruno Haible  <bruno@clisp.org>
25167
25168         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
25169         the function exists, before testing against AIX.
25170         Reported by Martin Lambers <marlam@marlam.de>.
25171
25172 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
25173
25174         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
25175         From Mark D. Baushke.
25176
25177 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
25178
25179         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
25180         to the absolute name, not just one, to bypass Sun C 5.8's
25181         "warning: #include of /usr/include/... may be non-portable".
25182
25183 2006-07-04  Eric Blake  <ebb9@byu.net>
25184
25185         * modules/dirname-tests: New test module.
25186         * tests/test-dirname.c: New file, replacing dirname.c
25187         TEST_DIRNAME section that was recently deleted.
25188
25189 2006-07-04  Bruno Haible  <bruno@clisp.org>
25190
25191         Assume ANSI C header files and <ctype.h> functions.
25192         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
25193         (mbsnwidth): Use isprint, iscntrl instead.
25194
25195 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
25196
25197         Merge from coreutils.
25198         * MODULES.html.sh: Add xstrtold.
25199         * modules/xstrtold: New file.
25200         * modules/cycle-check (Files): Add lib/same-inode.h.
25201         * modules/dirname (Files): Add m4/double-slash-root.m4.
25202         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
25203         * modules/mkdir-p (Files): Add lib/same-inode.h.
25204         * modules/same (Files): Add lib/same-inode.h.
25205
25206 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
25207
25208         * m4/absolute-header.m4: Renamed from full-header-path.m4.
25209         This is to keep the terminology clean; POSIX talks about
25210         "absolute pathnames", not "full pathnames", but the GNU
25211         Coding Standards say to use "path" for something else;
25212         so use "absolute" to keep both sides happy.
25213         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
25214         Set gl_absolute_header, not gl_full_header_path.
25215         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
25216         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
25217         All uses changed.
25218
25219         Merge from coreutils.
25220
25221         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
25222
25223         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
25224         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
25225         want to require the building of c-strtod.o.
25226         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
25227         needs -lm directly.
25228         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
25229
25230         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
25231
25232         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
25233         --as-needed option if available.  Problem reported by Albert Chin in
25234         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
25235         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
25236         cc merely issues a bunch of annoying warnings for --as-needed
25237         (this problem was reported by Bob Proulx).  Also, try linking with
25238         -lm to detect a bug in binutils 2.16 (this problem was reported
25239         by Ralf Wildenhues).
25240
25241         2006-06-18  Jim Meyering  <jim@meyering.net>
25242
25243         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
25244         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
25245         macro.
25246         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
25247         also check for glibc-2.4's abort-inducing bug.
25248
25249         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
25250         Low-probability clean-up should be to use rmdir to get rid of
25251         the just-created directory, not unlink.
25252
25253         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
25254         configure fail, and request a bug report to inform us about it.
25255         Add a comment that, barring reports to the contrary, in 2007 we'll
25256         assume ftruncate is universally available.
25257
25258         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
25259
25260         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
25261
25262         2006-03-12  Jim Meyering  <jim@meyering.net>
25263
25264         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
25265         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
25266         * m4/same.m4 (gl_SAME): Likewise.
25267         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
25268
25269         2006-03-11  Eric Blake  <ebb9@byu.net>
25270
25271         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
25272         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
25273         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
25274         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
25275
25276 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
25277
25278         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
25279         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
25280         reported by Mark D. Baushke, one in
25281         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
25282
25283         Merge from coreutils.
25284
25285         * lib/.cppi-disable: Add stdint_.h.
25286         * lib/.cvsignore: Add stdint.h.
25287
25288         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
25289
25290         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
25291         both double and long double versions.
25292         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
25293         * lib/xstrtold.c: New file.
25294         * lib/xstrtod.h (xstrtold): New decl.
25295
25296         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
25297
25298         * lib/filemode.c (setst): Remove.
25299         (strmode): Rewrite to avoid setst.  This makes the code shorter,
25300         (arguably) clearer, and the generated code is a bit smaller on my
25301         Debian GNU/Linux stable x86 host.
25302
25303         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
25304
25305         * lib/filemode.c: Include "filemode.h" first, to test the interface.
25306         Assume that filemode.h includes sys/types.h and sys/stat.h.
25307         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
25308         (ftypelet): Reorder to put common cases first, for efficiency.
25309         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
25310         to do 'M'.
25311         (strmode): Renamed from mode_string, and now stores 12 bytes instead
25312         of 10, for compatibility with FreeBSD.  All callers changed.
25313         (filemodestring): Now stores 12 bytes instead of 10, and sets file
25314         types that can't be deduced solely from st_mode.  First arg is now a
25315         const pointer.
25316         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
25317         (strmode): Renamed from mode_string.
25318         (filemodestring): New decl.
25319         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
25320         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
25321         needed.
25322         (S_ISPORT, S_ISWHT): New macros, if not already defined.
25323
25324         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
25325
25326         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
25327         fsusage.h now does that.  Include fsusage.h first, to test interface.
25328         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
25329         at most one method (the old code could have generated decls that
25330         didn't conform to C89, not that this was ever exercised).
25331         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
25332
25333         2006-03-19  Jim Meyering  <jim@meyering.net>
25334
25335         Work even in a chroot where d_ino values for entries in "/"
25336         don't match the stat.st_ino values for the same names.
25337         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
25338         number, iterate through all entries again, using lstat instead.
25339         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
25340         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
25341
25342         * lib/getcwd.c (__getcwd): Clarify a comment.
25343         Use memcpy in place of a call to strcpy.
25344
25345         2006-03-12  Jim Meyering  <jim@meyering.net>
25346
25347         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
25348         matches that of the current directory (which we're about to chdir ".."
25349         out of), then save the dev-ino of the parent, instead.
25350
25351         * lib/same-inode.h (SAME_INODE): New file/macro.
25352         * lib/chdir-safer.c (SAME_INODE): Remove definition.
25353         Include "same-inode.h", instead.
25354         * lib/same.c: Likewise.
25355         * lib/cycle-check.h: Include "same-inode.h".
25356         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
25357         * lib/cycle-check.c (SAME_INODE): Remove definition.
25358         * lib/root-dev-ino.h: Include "same-inode.h".
25359
25360         2006-03-11  Eric Blake  <ebb9@byu.net>
25361
25362         * lib/same.c (same_name): s/base_name/last_component/
25363         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
25364         * lib/filenamecat.c (file_name_concat): Likewise.
25365
25366         2006-03-11  Eric Blake  <ebb9@byu.net>,
25367                     Paul Eggert  <eggert@cs.ucla.edu>
25368
25369         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
25370         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
25371         drive prefix.
25372         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
25373         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
25374         (last_component): New method.
25375         * lib/dirname.c (dir_len): Determine when drive letters need a
25376         subsequent slash.  Preserve // when it is special.
25377         (dir_name): Don't append dot when drive letter is absolute.
25378         [TEST_DIRNAME]: Move into a full-blown gnulib test.
25379         * lib/basename.c (base_name): New semantics - malloc the result.
25380         Preserve // when it is special.  Preserve relative files that look
25381         like drive letters.
25382         (base_len): Preserve // when it is special.
25383         (last_component): New method, similar to old base_name semantics.
25384         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
25385         base_name.  Strip redundant slashes from ///.
25386
25387 2006-07-03  Jim Meyering  <jim@meyering.net>
25388
25389         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
25390         macro is used before the first cycle_check call.
25391
25392 2006-07-03  Eric Blake  <ebb9@byu.net>
25393
25394         * modules/dirname (Depends-on): Add xstrndup.
25395
25396 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
25397
25398         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
25399         test cases, so that config.log is a bit easier to follow.
25400
25401 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
25402
25403         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
25404         both are 64 bits, since this seems to be the tradition, and this
25405         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
25406         we ever run into a host that prefers long long to long in this
25407         case, we'll need another configure-time test.  Problem reported by
25408         Jim Meyering.
25409
25410 2006-07-02  Eric Blake  <ebb9@byu.net>
25411
25412         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
25413
25414 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
25415
25416         * modules/inttypes (Depends-on): No longer depends on stdint.
25417         * modules/stdint (Description): Say more about assumptions.
25418         Say that the fast types might differ.  Say macros are used.
25419         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
25420         (Makefile.am): Revise list of substituted symbols to match
25421         new stdint.m4.
25422         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
25423         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
25424         * tests/test-stdint.c (verify_same_types)
25425         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
25426         the code conforms to C99/C89.
25427         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
25428         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
25429
25430 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
25431
25432         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
25433         but fix a bug, by requiring at least 64 bits.
25434         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
25435         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
25436         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
25437         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
25438
25439         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
25440         changes.  Make 2.59 a prerequisite.  Check and substitute for
25441         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
25442         inttypes.h.  Do not use special include files; just use the
25443         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
25444         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
25445         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
25446         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
25447         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
25448         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
25449         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
25450         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
25451         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
25452         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
25453         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
25454         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
25455         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
25456         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
25457         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
25458         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
25459         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
25460         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
25461         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
25462         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
25463         WINT_MAX.  Check for C99 conformance more strictly, by detecting
25464         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
25465         not check for things that C99 does not require, e.g., int8_t.  If
25466         a test isn't needed unless <stdint.h> isn't working, and is
25467         unlikely to be needed for any other reason, then don't do it
25468         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
25469         size_t, since we assume C89 freestanding at least.  Do not check
25470         for sig_atomic_t, wchar_t, or wint_t, since the code now does
25471         the right thing even if the types are not defined.  Instead use:
25472         (gl_STDINT_TYPE_PROPERTIES): New macro.
25473         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
25474         testing whether <sys/types.h> clashes, as Autoconf does this for
25475         us now.  All uses removed.
25476         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
25477         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
25478         (gl_CHECK_TYPE_SAME):
25479         Remove; no longer needed.
25480         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
25481         exists, since we'll return 0 anyway in that case.
25482         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
25483
25484 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
25485
25486         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
25487         possible collision with system files.
25488         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
25489         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
25490         WCHAR_MIN and WCHAR_MAX in this case.
25491         (<stddef.h>): Do not include; no longer needed.
25492         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
25493         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
25494         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
25495         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
25496         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
25497         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
25498         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
25499         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
25500         !defined(__c99))]: Include in this case too, since it's harmless
25501         now.
25502         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
25503         dangerous to do so.
25504         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
25505         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
25506         (_STDINT_MIN, _STDINT_MAX): New macros.
25507         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
25508         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
25509         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
25510         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
25511         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
25512         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
25513         macros, not typedefs; this simplifies things quite a bit.
25514         Use long int for all types narrower than int64_t.
25515         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
25516         Define in terms of long long int or int64_t or long int,
25517         not int64_t or int32_t.  This saves some compile-time testing.
25518         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
25519         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
25520         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
25521         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
25522         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
25523         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
25524         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
25525         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
25526         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
25527         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
25528         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
25529         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
25530         undef any previous version and define our own version, for
25531         simplicity and consistency with the new macros for types.
25532         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
25533         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
25534         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
25535         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
25536         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
25537         @WINT_T_SUFFIX@ to keep things simple here.
25538         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
25539         Simplify by assuming typical 8/16/32/64 host, since we're
25540         already doing that elsewhere anyway.
25541         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
25542         and assume long long int is 64 bits if available.  This
25543         speeds up 'configure'.
25544
25545 2006-07-01  Eric Blake  <ebb9@byu.net>
25546
25547         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
25548         Reported by Andreas Buening.
25549
25550 2006-07-01  Eric Blake  <ebb9@byu.net>
25551
25552         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
25553
25554 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
25555
25556         * lib/getaddrinfo.c: fixed typo
25557
25558 2006-06-29  Jim Meyering  <jim@meyering.net>
25559
25560         * modules/strftime (Maintainer): Add my name, since with the
25561         FPRINTFTIME changes strftime.c has forked from glibc.
25562
25563 2006-06-29  Eric Blake  <ebb9@byu.net>
25564
25565         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
25566
25567 2006-06-29  Eric Blake  <ebb9@byu.net>
25568
25569         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
25570
25571 2006-06-29  Eric Blake  <ebb9@byu.net>
25572
25573         * lib/stat_.h: New file.
25574
25575 2006-06-29  Eric Blake  <ebb9@byu.net>
25576
25577         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
25578         unused static function.
25579
25580 2006-06-29  Eric Blake  <ebb9@byu.net>
25581
25582         * doc/functions.texi (Function Portability): Document missing lstat
25583         on mingw.
25584
25585 2006-06-29  Eric Blake  <ebb9@byu.net>
25586
25587         * MODULES.html.sh: Add sys_stat.
25588         * modules/sys_stat: New module.
25589         * modules/mkstemp (Depends-on): Add sys_stat.
25590
25591 2006-06-29  Derek R. Price  <derek@ximbiot.com>
25592
25593         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
25594
25595 2006-06-29  Derek R. Price  <derek@ximbiot.com>
25596
25597         * m4/c-bs-a.m4: Removed.
25598
25599 2006-06-29  Derek R. Price  <derek@ximbiot.com>
25600
25601         * lib/strftime.c: Assume strftime() exists.
25602
25603 2006-06-29  Derek Price  <derek@ximbiot.com>
25604
25605         * modules/c-bs-a: Removed - \a is C89.
25606         * MODULES.html.sh: Remove c-bs-a.
25607
25608 2006-06-29  Bruno Haible  <bruno@clisp.org>
25609
25610         * modules/wcwidth (License): Change to LGPL.
25611
25612 2006-06-28  Simon Josefsson  <jas@extundo.com>
25613
25614         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
25615         on _WIN32.
25616
25617         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
25618         getnameinfo.
25619
25620 2006-06-28  Simon Josefsson  <jas@extundo.com>
25621
25622         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
25623
25624 2006-06-28  Simon Josefsson  <jas@extundo.com>
25625
25626         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
25627         functions there.  It will succeed on Windows XP, but on Windows
25628         2000 and (presumably) earlier, it will fail, and use the internal
25629         re-implementation.
25630         (use_win32_p): New function.
25631         (getaddrinfo): Use strtoul on servname, to support numeric ports.
25632         Support AI_NUMERICSERV to disable getservbyname.
25633         (getnameinfo): New function, only supports
25634         NI_NUMERICHOST|NI_NUMERICSERV for now.
25635
25636         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
25637         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
25638         getnameinfo.
25639
25640 2006-06-28  Eric Blake  <ebb9@byu.net>
25641
25642         * modules/wcwidth: New file.
25643         * modules/mbchar (Depends-on): Add wcwidth.
25644         * modules/mbswidth (Depends-on): Add wcwidth.
25645         * MODULES.html.sh: Add wcwidth.
25646
25647 2006-06-28  Eric Blake  <ebb9@byu.net>
25648
25649         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
25650         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
25651
25652 2006-06-28  Eric Blake  <ebb9@byu.net>
25653
25654         * lib/xvasprintf.h: Fix comments.
25655
25656 2006-06-28  Eric Blake  <ebb9@byu.net>
25657
25658         * lib/mbchar.h (wcwidth): Include wcwidth.h.
25659         * lib/mbswidth.c (wcwidth): Move from here...
25660         * lib/wcwidth.h: ...to this new file.
25661
25662 2006-06-28  Derek R. Price  <derek@ximbiot.com>
25663
25664         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
25665
25666         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
25667         it's obsolete.
25668         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
25669
25670 2006-06-28  Derek R. Price  <derek@ximbiot.com>
25671
25672         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
25673         Autoconf 2.60 says this stuff was obsolete.
25674
25675 2006-06-28  Bruno Haible  <bruno@clisp.org>
25676
25677         * modules/wcwidth (Files): Add m4/wchar_t.m4.
25678
25679 2006-06-28  Bruno Haible  <bruno@clisp.org>
25680
25681         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
25682         gt_TYPE_WCHAR_T.
25683
25684 2006-06-28  Bruno Haible  <bruno@clisp.org>
25685
25686         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
25687         declaration for wcwidth.
25688         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
25689
25690 2006-06-28  Bruno Haible  <bruno@clisp.org>
25691
25692         * lib/mkdtemp.c [MINGW]: Include <io.h>.
25693         (mkdir): Define using _mkdir.
25694
25695 2006-06-28  Bruno Haible  <bruno@clisp.org>
25696
25697         * lib/getaddrinfo.h: Fix POSIX URL.
25698         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
25699         _WIN32.
25700         (use_win32_p): Make static.
25701         (getaddrinfo): Reject service name if it is empty or does not consist
25702         solely of decimal digits, or if its value is > 65535.
25703         (getnameinfo): Remove useless casts.
25704
25705 2006-06-27  Simon Josefsson  <jas@extundo.com>
25706
25707         * modules/sys_select: New file, suggested by Bruno Haible, Paul
25708         Eggert and Martin Lambers.
25709
25710 2006-06-27  Simon Josefsson  <jas@extundo.com>
25711
25712         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
25713         Eggert and Martin Lambers.
25714
25715 2006-06-27  Bruno Haible  <bruno@clisp.org>
25716
25717         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
25718         result to 0, not to empty.
25719         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
25720
25721 2006-06-27  Bruno Haible  <bruno@clisp.org>
25722
25723         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
25724
25725 2006-06-26  Simon Josefsson  <jas@extundo.com>
25726
25727         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
25728         present.
25729
25730 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
25731
25732         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
25733         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
25734         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
25735
25736 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
25737
25738         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
25739
25740 2006-06-26  Bruno Haible  <bruno@clisp.org>
25741
25742         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
25743
25744 2006-06-26  Bruno Haible  <bruno@clisp.org>
25745
25746         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
25747
25748 2006-06-26  Bruno Haible  <bruno@clisp.org>
25749
25750         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
25751         SGI C compiler in pre-C99 mode.
25752         Suggested by Mark D. Baushke and Larry Jones.
25753
25754 2006-06-26  Bruno Haible  <bruno@clisp.org>
25755
25756         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
25757         WCHAR_MAX.
25758         Reported by Mark D. Baushke and Larry Jones.
25759
25760 2006-06-26  Bruno Haible  <bruno@clisp.org>
25761
25762         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
25763         in pre-C99 mode.
25764         Suggested by Mark D. Baushke and Larry Jones.
25765
25766 2006-06-23  Simon Josefsson  <jas@extundo.com>
25767             Bruno Haible  <bruno@clisp.org>
25768
25769         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
25770         Emit mostlyclean-local rule.
25771         (func_emit_tests_Makefile_am): Likewise.
25772         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
25773
25774 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
25775
25776         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
25777
25778 2006-06-23  Bruno Haible  <bruno@clisp.org>
25779
25780         * tests/test-stdint.c: Update to match ISO C 99 Technical
25781         Corrigendum 1.
25782
25783 2006-06-23  Bruno Haible  <bruno@clisp.org>
25784
25785         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
25786
25787 2006-06-23  Bruno Haible  <bruno@clisp.org>
25788
25789         * lib/stdint_.h: Treat IRIX like OpenBSD.
25790
25791 2006-06-23  Bruno Haible  <bruno@clisp.org>
25792
25793         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
25794         ISO C 99 Technical Corrigendum 1.
25795
25796 2006-06-22  Simon Josefsson  <jas@extundo.com>
25797
25798         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
25799         MinGW.
25800
25801 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25802
25803         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
25804         needed.  Some compiler complained about some of them.  Problem reported
25805         by Larry Jones in
25806         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
25807
25808 2006-06-21  Simon Josefsson  <jas@extundo.com>
25809
25810         * tests/test-getaddrinfo.c: New file.
25811
25812         * modules/getaddrinfo-tests: New file.
25813
25814         * MODULES.html.sh: Add inet_pton.
25815
25816         * modules/inet_pton: New file.
25817
25818 2006-06-21  Simon Josefsson  <jas@extundo.com>
25819
25820         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
25821         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
25822         of using the (limited) gnulib implementation on Windows XP.
25823
25824         * m4/inet_pton.m4: New file.
25825
25826 2006-06-21  Simon Josefsson  <jas@extundo.com>
25827
25828         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
25829         variable.
25830
25831         * lib/socket_.h: Don't define WINVER.
25832
25833         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
25834         slightly modified to work in gnulib.
25835
25836 2006-06-21  Simon Josefsson  <jas@extundo.com>
25837
25838         * doc/gnulib.texi (Windows sockets): Add.
25839
25840 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
25841
25842         * lib/read-file.c (fread_file): Start with buffer allocation of
25843         0 bytes rather than 1 byte; this simplifies the code.
25844         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
25845         code to free buffer and save/restore errno.
25846         (internal_read_file): Remove unused local.
25847
25848 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
25849
25850         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
25851         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
25852         Problem reported by Denis Excoffier in
25853         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
25854
25855 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25856
25857         * modules/sys_socket, modules/socklen: Include sys/types since
25858         FreeBSD 4.x's sys/socket.h needs it.
25859
25860 2006-06-19  Simon Josefsson  <jas@extundo.com>
25861
25862         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
25863
25864 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
25865
25866         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
25867
25868 2006-06-19  Bruno Haible  <bruno@clisp.org>
25869
25870         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
25871         and FULL_PATH_INTTYPES_H in angle brackets.
25872         Reported by Mark D. Baushke <mdb@gnu.org>.
25873
25874 2006-06-17  Eric Blake  <ebb9@byu.net>
25875
25876         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
25877         errno.
25878
25879 2006-06-17  Bruno Haible  <bruno@clisp.org>
25880
25881         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
25882         <sys/inttypes.h>.
25883
25884 2006-06-17  Bruno Haible  <bruno@clisp.org>
25885
25886         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
25887         whether errno is declared. Assume <errno.h> declares errno.
25888
25889 2006-06-17  Bruno Haible  <bruno@clisp.org>
25890
25891         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
25892
25893 2006-06-17  Bruno Haible  <bruno@clisp.org>
25894
25895         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
25896         problem on Solaris 2.5.1.
25897
25898 2006-06-16  Eric Blake  <ebb9@byu.net>
25899
25900         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
25901         * lib/unicodeio.c [!defined errno]: Likewise.
25902         * lib/strtol.c [!defined errno]: Likewise.
25903         * lib/strtod.c [!defined errno]: Likewise.
25904
25905 2006-06-15  Eric Blake  <ebb9@byu.net>
25906
25907         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
25908
25909 2006-06-15  Eric Blake  <ebb9@byu.net>
25910
25911         * config/srclist.txt (ssize_t.m4): Lose sync.
25912
25913 2006-06-15  Bruno Haible  <bruno@clisp.org>
25914
25915         * modules/stdint (Files): Include m4/full-header-path.m4,
25916         m4/size_max.m4, m4/wchar_t.m4.
25917         (Makefile.am): Many more substitutions.
25918         * modules/stdint-tests: New file.
25919         * tests/test-stdint.c: New file.
25920
25921 2006-06-15  Bruno Haible  <bruno@clisp.org>
25922
25923         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
25924         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
25925         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
25926         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
25927         gl_CHECK_TYPE_SAME): New macros.
25928
25929 2006-06-15  Bruno Haible  <bruno@clisp.org>
25930
25931         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
25932
25933 2006-06-15  Bruno Haible  <bruno@clisp.org>
25934
25935         * lib/stdint_.h: Rewritten to be fully auto-configured.
25936         Fixes bug on HP-UX/IA64.
25937
25938 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
25939
25940         * lib/getdate.y (__attribute__): Don't define if already defined.
25941         Problem reported by Larry Jones.
25942         * lib/utimens.c (__attribute__): Likewise.
25943
25944 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
25945
25946         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
25947         reported by Andreas Schwab.
25948
25949 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25950             Bruno Haible  <bruno@clisp.org>
25951
25952         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
25953         check for the declaration of strnlen and a run test that exposes the
25954         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
25955         rpl_strndup.
25956
25957 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25958             Bruno Haible  <bruno@clisp.org>
25959
25960         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
25961
25962 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25963
25964         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
25965         compile test, for Tru64 4.0D.
25966
25967 2006-05-28  Karl Berry  <karl@gnu.org>
25968
25969         * config/srclist.txt (printf-args.c): lose sync.
25970
25971 2006-05-26  Martin Lambers  <marlam@marlam.de>
25972
25973         * lib/getpass.c: Updates the test for the native W32 API, and adds
25974         missing includes, thus fixing compilation warnings.
25975
25976 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
25977
25978         * lib/exclude.c (exclude_fnmatch): New function.
25979         (excluded_file_name): Call exclude_fnmatch.
25980         * lib/exclude.h (excluded_file_name): New prototype
25981
25982 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
25983
25984         * lib/tempname.c (small_open, large_open): New macros.
25985         (__open, __open64) [!_LIBC]: Remove.
25986         (__gen_tempname): Use small_open and large_open instead of __open
25987         and __open64.  This fixes a portability bug on HP-UX 11.11i
25988         reported by Simon Wing-Tang in
25989         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
25990
25991 2006-05-24  Bruno Haible  <bruno@clisp.org>
25992
25993         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
25994         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
25995         Reported by Thorsten Maerz <torte@netztorte.de> via
25996         Aaron Stone <aaron@serendipity.cx>.
25997
25998 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
25999
26000         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
26001         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
26002         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
26003         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
26004         not really conditional on the cache.
26005         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
26006
26007 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
26008
26009         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
26010         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
26011         (my_usleep): Don't mishandle maximum value.
26012
26013 2006-05-19  Jim Meyering  <jim@meyering.net>
26014
26015         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
26016
26017 2006-05-17  Bruno Haible  <bruno@clisp.org>
26018
26019         Cygwin portability.
26020         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
26021
26022 2006-05-17  Bruno Haible  <bruno@clisp.org>
26023
26024         * lib/stdint_.h: Fix recognition of Cygwin.
26025
26026 2006-05-15  Bruno Haible  <bruno@clisp.org>
26027
26028         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
26029         on libtool patch by Ralf Wildenhues.
26030
26031 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
26032
26033         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
26034         test for C99 conformance; (bool) 0.5 is an integer constant
26035         expression, but (bool) -0.5 is not.  Problem reported by Fedor
26036         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
26037
26038 2006-05-11  Simon Josefsson  <jas@extundo.com>
26039
26040         * m4/xvasprintf.m4: Fix obvious typo.
26041
26042 2006-05-11  Jim Meyering  <jim@meyering.net>
26043
26044         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
26045         James Lemley.
26046
26047 2006-05-10  Simon Josefsson  <jas@extundo.com>
26048
26049         * lib/md4.c: Typo fix, update copyright years.
26050         (K1, K2): Don't use L because it turn computations into 64-bit on
26051         64-bit platforms.
26052
26053 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
26054
26055         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
26056         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
26057         unwanted sign propagation, e.g., on hosts with 64-bit int.
26058         There still are some problems with reeelly weird theoretical hosts
26059         (e.g., 33-bit int) but it's not worth worrying about now.
26060         * lib/sha1.c (rol): Likewise.
26061         (K1, K2, K3, K4): Remove unnecessary L suffix.
26062
26063 2006-05-10  Bruno Haible  <bruno@clisp.org>
26064
26065         * lib/des.c: Cast to avoid warnings.
26066
26067 2006-05-09  Bruno Haible  <bruno@clisp.org>
26068
26069         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
26070         (Depends-on): Depend also on xsize, stdarg.
26071         (configure.ac): Add gl_XVASPRINTF.
26072
26073 2006-05-09  Bruno Haible  <bruno@clisp.org>
26074
26075         * m4/xvasprintf.m4: New file.
26076
26077 2006-05-09  Bruno Haible  <bruno@clisp.org>
26078
26079         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
26080         (EOVERFLOW): Define fallback value.
26081         (xstrcat): New function.
26082         (xvasprintf): Recognize the special case of a string concatenation.
26083
26084 2006-05-08  Eric Blake  <ebb9@byu.net>
26085
26086         * gnulib-tool (func_version): Base copyright year on CVS date.
26087         (func_emit_copyright_notice): New function.
26088         (func_emit_lib_Makefile_am): Use it.
26089         (func_emit_tests_Makefile_am): Likewise.
26090         (func_import): Likewise.
26091
26092 2006-05-08  Bruno Haible  <bruno@clisp.org>
26093
26094         * modules/stdarg: New file.
26095         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
26096
26097 2006-05-08  Bruno Haible  <bruno@clisp.org>
26098
26099         * m4/stdarg.m4: New file, from GNU gettext.
26100
26101 2006-05-08  Bruno Haible  <bruno@clisp.org>
26102
26103         * config/srclist.txt (build-aux/config.rpath): different from latest
26104         release.
26105
26106 2006-05-08  Bruno Haible  <bruno@clisp.org>
26107
26108         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
26109
26110 2006-05-05  Jim Meyering  <jim@meyering.net>
26111
26112         * m4/warning.m4: New file, derived from bison's file by the same name.
26113
26114 2006-05-03  Bruno Haible  <bruno@clisp.org>
26115
26116         * lib/stdint_.h: Shorter URL.
26117         * lib/inttypes.h: Likewise.
26118
26119 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
26120
26121         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
26122
26123 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
26124
26125         * lib/verify.h: Document the internals better.  Most of this change
26126         was written by Bruno Haible.
26127
26128 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
26129
26130         * doc/verify.texi: New file, partly based on a proposal by
26131         Bruno Haible.
26132
26133 2006-05-02  Bruno Haible  <bruno@clisp.org>
26134
26135         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
26136         test from here...
26137         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
26138
26139 2006-04-29  Bruno Haible  <bruno@clisp.org>
26140
26141         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
26142         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
26143
26144 2006-04-29  Bruno Haible  <bruno@clisp.org>
26145
26146         * gnulib-tool: Make --update option actually work.
26147
26148 2006-04-29  Bruno Haible  <bruno@clisp.org>
26149
26150         * doc/gcd.texi: New file.
26151         * doc/gnulib.texi: Include it.
26152
26153 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
26154
26155         * lib/getdate.y (get_date): When adding relative date, start with the
26156         initial time, not with the result of the first mktime call.
26157
26158 2006-04-25  Bruno Haible  <bruno@clisp.org>
26159
26160         * gnulib-tool (func_import): Output the include directives in three
26161         blocks, sorted separately.
26162         Reported by Ben Pfaff <blp@cs.stanford.edu>.
26163
26164 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
26165
26166         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
26167         to define main with arguments, for C++.  Reported by Eric Blake.
26168         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
26169         Prefer 'int main ()' to 'int main (void)', for C++.
26170         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
26171         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
26172         for 'main', for C99 and C++.
26173
26174 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
26175
26176         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
26177         Don't assume that exit status -1 is valid.
26178         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
26179         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
26180         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
26181         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
26182         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
26183         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
26184         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
26185         functions can be used without declaring them, or that you can
26186         exit with status -1.
26187         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
26188
26189 2006-04-24  Karl Berry  <karl@gnu.org>
26190
26191         * config/srclist.txt (longdouble.m4): sync lost.
26192
26193 2006-04-24  Eric Blake  <ebb9@byu.net>
26194
26195         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
26196
26197 2006-04-24  Bruno Haible  <bruno@clisp.org>
26198
26199         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
26200         poll() implementation in AIX.
26201         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26202
26203 2006-04-24  Bruno Haible  <bruno@clisp.org>
26204
26205         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
26206         assigned exactly once.
26207
26208 2006-04-23  Claudio Fontana  <claudio@gnu.org>
26209             Bruno Haible  <bruno@clisp.org>
26210
26211         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
26212         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
26213         for AM_CPPFLAGS.
26214
26215 2006-04-23  Bruno Haible  <bruno@clisp.org>
26216
26217         * modules/copy-file: Depend on unistd.
26218         * modules/execute: Likewise.
26219         * modules/fatal-signal: Likewise.
26220         * modules/findprog: Likewise.
26221         * modules/mkdtemp : Likewise.
26222         * modules/pipe: Likewise.
26223         * modules/wait-process: Likewise.
26224
26225 2006-04-23  Bruno Haible  <bruno@clisp.org>
26226
26227         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
26228         condition was already detected.
26229         Reported by Ben Pfaff <blp@cs.stanford.edu>.
26230
26231 2006-04-23  Bruno Haible  <bruno@clisp.org>
26232
26233         * lib/copy-file.c: Include <unistd.h> unconditionally.
26234         * lib/execute.c: Likewise.
26235         * lib/fatal-signal.c: Likewise.
26236         * lib/findprog.c: Likewise.
26237         * lib/mkdtemp.c: Likewise.
26238         * lib/pipe.h: Likewise.
26239         * lib/pipe.c: Likewise.
26240         * lib/wait-process.h: Likewise.
26241
26242 2006-04-23  Bruno Haible  <bruno@clisp.org>
26243
26244         * gnulib-tool (func_usage): Fix --import description. Document
26245         --update.
26246         (func_import): Create temporary file in a temporary directory, if
26247         --dry-run is specified. Silence errors from 'grep' when there are no
26248         m4 files in $m4dir.
26249         (func_create_testdir): Silence errors from 'grep' when there are no
26250         m4 files in $m4dir.
26251         Reported by Karl Berry <karl@freefriends.org>.
26252
26253 2006-04-20  Bruno Haible  <bruno@clisp.org>
26254
26255         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
26256         one argument, so that the code will be portable to Autoconf 2.60.
26257         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
26258         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
26259         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
26260
26261 2006-04-19  Derek Price  <derek@ximbiot.com>
26262             Eric Blake  <ebb9@byu.net>
26263
26264         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
26265         rather than "/full/path.h".  Update comment to match.  Shorten &
26266         generalize m4_translit call via AS_TR_CPP.
26267
26268 2006-04-19  Derek Price  <derek@ximbiot.com>
26269             Eric Blake  <ebb9@byu.net>
26270
26271         * lib/inttypes.h: Correct grammar in comment.
26272
26273 2006-04-18  Derek Price  <derek@ximbiot.com>
26274             Paul Eggert  <eggert@cs.ucla.edu>
26275
26276         * modules/inttypes: New file.
26277         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
26278
26279 2006-04-18  Derek Price  <derek@ximbiot.com>
26280             Paul Eggert  <eggert@cs.ucla.edu>
26281
26282         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
26283         New files.
26284
26285 2006-04-18  Derek Price  <derek@ximbiot.com>
26286             Paul Eggert  <eggert@cs.ucla.edu>
26287
26288         * lib/inttypes.h: New file.
26289         * lib/strtoimax.c: Assume <inttypes.h>.
26290
26291 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
26292
26293         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
26294         isn't mounted.  Problem reported by Kir Kolyshkin.
26295
26296 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
26297
26298         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
26299         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
26300         Derek R. Price.
26301         * lib/regex.h (RE_DUP_MAX): Update comment to match current
26302         implementation.
26303
26304 2006-04-12  Eric Blake  <ebb9@byu.net>
26305
26306         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
26307         is now done automatically by the corresponding Autoconf macro.
26308
26309 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
26310
26311         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
26312         time_r.h.
26313
26314 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
26315
26316         Merge regex changes from libc, removing some of our
26317         POSIX-conformance changes that were rejected and redoing them in a
26318         less-intrusive way.
26319
26320         * lib/regcomp.c (re_compile_internal, init_dfa):
26321         Length arg is now size_t, not Idx.  All uses changed.
26322         (peek_token): Forward decl now says internal_function.
26323         (__re_error_msgid, __re_error_msgid_idx):
26324         Now static rather than extern with attribute_hidden.
26325         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
26326         For some reason libc prefers K&R style defns for external functions.
26327         (regerror) [!defined _LIBC]: Likewise.
26328         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
26329         (seek_collating_symbol_entry, lookup_collation_sequence_value):
26330         (build_range_exp, build_collating_symbol):
26331         Use K&R-style defn.
26332         (re_compile_fastmap): Use '\0' to memset, not 0.
26333         (utf8_sb_map): Make the calculations more obvious.
26334         (init_dfa, parse_bracket_exp, build_charclass_op):
26335         Call calloc and cast result, as glibc does.
26336         (init_word_char, fetch_token, peek_token, peek_token_bracket):
26337         (build_range_exp, build_collating_symbol):
26338         Now internal functions.
26339
26340         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
26341
26342         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
26343         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
26344         Don't depend on VMS; depend on __VMS instead, for POSIX
26345         namespace cleanness.
26346         (regoff_t): Define to ssize_t, not long int.
26347
26348         Remove the REG_ macros named below.  Instead, make the old names
26349         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
26350         __USE_GNU_REGEX.
26351         (REG_BACKSLASH_ESCAPE_IN_LISTS):
26352         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
26353         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
26354         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
26355         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
26356         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
26357         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
26358         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
26359         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
26360         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
26361         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
26362         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
26363         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
26364         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
26365         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
26366         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
26367         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
26368         (REG_NREGS):
26369         Remove.  All uses replaced by the old RE_* names.
26370         (RE_BACKSLASH_ESCAPE_IN_LISTS):
26371         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
26372         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
26373         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
26374         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
26375         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
26376         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
26377         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
26378         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
26379         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
26380         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
26381         Don't bother having these macros be independent of each others'
26382         values, since they no longer exist in the POSIX name space.
26383
26384         Rename the following member names back to their old names,
26385         unless !__USE_GNU_REGEX.  All uses changed back.
26386         (buffer): Renamed from re_buffer.
26387         (allocated): Renamed from re_allocated.
26388         (used): Renamed from re_used.
26389         (syntax): Renamed from re_syntax.
26390         (fastmap): Renamed from re_fastmap.
26391         (translate): Renamed from re_translate.
26392         (can_be_null): Renamed from re_can_be_null.
26393         (regs_allocated): Renamed from re_regs_allocated.
26394         (fastmap_accurate): Renamed from re_fastmap_accurate.
26395         (no_sub): Renamed from re_no_sub.
26396         (not_bol): Renamed from re_not_bol.
26397         (not_eol): Renamed from re_not_eol.
26398         (newline_anchor): Renamed from re_newline_anchor.
26399         (num_regs): Renamed from rm_num_regs.
26400         (start): Renamed from rm_start.
26401         (end): Renamed from rm_end.
26402
26403         (free_state): Move up a bit.
26404
26405         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
26406         #define to be empty.
26407         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
26408         when that is what is intended.
26409         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
26410         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
26411         (MAX): New macro.
26412         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
26413         All uses changed back to re_malloc, etc.  It's now the caller's
26414         responsibility to check for overflow; all callers changed.
26415         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
26416         (re_x2nrealloc): Remove.
26417         (free_state): Remove decl.
26418
26419         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
26420         (re_set_registers, re_exec):
26421         Use K&R-style defn.
26422
26423         2006-01-31  Roland McGrath  <roland@redhat.com>
26424
26425         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
26426         Reported by Mike Frysinger <vapier@gentoo.org>.
26427
26428         2006-01-15  Andreas Jaeger  <aj@suse.de>
26429
26430         [BZ #1950]
26431         * lib/regex_internal.c (re_string_reconstruct): Adjust for
26432         build_wcs_upper_buffer change.
26433         (build_wcs_upper_buffer): Change return type.
26434
26435         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
26436
26437         * lib/regex_internal.h: Include <stdint.h> if available.
26438
26439         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
26440
26441         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
26442
26443         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
26444
26445         * lib/regcomp.c: Adjust for changed secondary hash function.
26446
26447         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
26448
26449         * lib/regex.h: Pretty printing.
26450         Clean up namespace a bit.
26451
26452         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
26453
26454         * lib/regexec.c (update_cur_sifted_state, check_arrival,
26455         check_arrival_add_next_nodes): Avoid using uninitialized variable.
26456
26457         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
26458                     Ulrich Drepper  <drepper@redhat.com>
26459
26460         [BZ #1302]
26461         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
26462         changed.
26463         (bitset_word_t): Renamed from bitset_word.  All uses changed.
26464
26465         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
26466
26467         [BZ #281]
26468         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
26469         * lib/regcomp.c: Remove unnecessary uses of
26470         unsigned RE_TRANSLATE_TYPE.
26471         * lib/regex_internal.h: Likewise.
26472         * lib/regex_internal.c: Likewise.
26473         * lib/regexec.c: Likewise.
26474         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
26475
26476         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
26477
26478         * lib/regexec.c (find_recover_state): Remove unnecessary
26479         initialization.
26480         (transit_state_bkref): Make DFA a const pointer.
26481         (get_subexp): Likewise.
26482         (check_arrival): Likewise.
26483         (update_cur_sifted_state): Likewise.
26484         (re_search_internal): Likewise.
26485         (prune_impossible_nodes): Likewise.
26486         (acquire_init_state_context): Likewise.
26487         (proceed_next_node): Likewise.
26488         (set_regs): Likewise.
26489         (free_fail_stack_return): Likewise.
26490         (check_arrival_expand_ecl): Mark DFA parameter as const.
26491         (check_arrival_expand_ecl_sub): Likewise.
26492         (check_subexp_limits): Likewise.
26493         (sub_epsilon_src_nodes):  Likewise.
26494         (add_epsilon_src_nodes):  Likewise.
26495         (merge_state_array): Likewise.
26496         (update_regs): Likewise.
26497         (build_trtable): Likewise.
26498         (sift_states_backward): Mark MCTX parameter as const.
26499         (build_sifted_states): Likewise.
26500         (update_cur_sifted_state): Likewise.
26501         (sift_states_mkref): Likewise.
26502         (check_arrival_expand_ecl): Mark eclosure as const.
26503         (check_dst_limits_calc_pos_1): Likewise.
26504         * lib/regex_internal.h (re_match_context_t): Make dfa a const
26505         pointer.
26506
26507         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
26508
26509         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
26510         (transit_state_sb): Likewise.
26511         (transit_state_mb): Likewise.
26512         (sift_states_iter_mb): Likewise.
26513         (check_arrival_add_next_nodes): Likewise.
26514         (check_node_accept_bytes): Change first parameter to pointer-to-const.
26515         [_LIBC] (re_search_2_stub): Use mempcpy.
26516
26517         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
26518         mbrtowc for very simple UTF-8 case.
26519
26520         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
26521         a pointer-to-const.
26522         (re_acquire_state_context): Likewise.
26523         * lib/regex_internal.h: Adjust prototypes.
26524
26525         * lib/regex.c: Prevent using C++ compilers.
26526
26527         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
26528         (re_acquire_state_context): Likewise.
26529
26530 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
26531
26532         * modules/regex (Depends-on): Add ssize_t.
26533
26534 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
26535
26536         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
26537         translation table.
26538
26539 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
26540
26541         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
26542
26543 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
26544             Bruno Haible  <bruno@clisp.org>
26545
26546         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
26547         <sys/types.h> and <inttypes.h>.
26548
26549 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26550
26551         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
26552         `__error_t_defined', so argp.h will not typedef the former.
26553
26554 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
26555
26556         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
26557         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
26558         glibc names.  Even if glibc is changed to conform to POSIX, the
26559         traditional names will be available anyway, since regex depends on
26560         the extensions module.  Also, fix a longstanding typo in the
26561         implementation of Spencer ERE test #75 from grep 2.3.  Problems
26562         reported by Emanuele Giaquinta.  Also, change sense of cached
26563         variable, so that the message makes sense.
26564
26565 2006-03-24  Simon Josefsson  <jas@extundo.com>
26566
26567         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
26568         including some doc fixes.
26569         (base64_encode_alloc): Fix +1 bug on allocation failures.
26570
26571 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26572
26573         * lib/base64.c (base64_encode): Do not read past end of array with
26574         unsanitized input on systems with CHAR_BIT > 8.
26575
26576 2006-03-24  Eric Blake  <ebb9@byu.net>
26577
26578         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
26579
26580 2006-03-22  Karl Berry  <karl@gnu.org>
26581
26582         * config/srclist.txt (*setenv.[ch]): get from coreutils.
26583         * config/srclistvars.sh (COREUTILS): new var.
26584
26585 2006-03-17  Jim Meyering  <jim@meyering.net>
26586
26587         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
26588         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
26589
26590 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
26591
26592         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
26593         no longer needs it.  Instead, check that regoff_t is as least
26594         as wide as ptrdiff_t.
26595
26596         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
26597         so that our regex.h stays compatible with the installed regex.
26598         This is helpful for installers who configure --without-included-regex.
26599         Problem reported by Emanuele Giaquinta.
26600
26601 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
26602
26603         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
26604         Typedef to long int, not to off_, as POSIX will likely change
26605         in that direction.
26606
26607 2006-03-15  Eric Blake  <ebb9@byu.net>
26608
26609         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
26610
26611 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
26612
26613         * lib/argp-help.c (validate_uparams): Fix typo
26614         * lib/argp-parse.c (argp_default_options): Consistently begin help
26615         messages with a lowercase letter.
26616
26617 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
26618
26619         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
26620         overrun buffers and shouldn't be used (much as gets shouldn't be
26621         used).
26622         * lib/time_r.c (asctime_r, ctime_r): Likewise.
26623
26624 2006-03-08  Simon Josefsson  <jas@extundo.com>
26625
26626         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
26627         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26628
26629 2006-03-08  Simon Josefsson  <jas@extundo.com>
26630
26631         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
26632         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26633
26634 2006-03-08  Simon Josefsson  <jas@extundo.com>
26635
26636         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
26637         signal that configure disabled the device.
26638
26639 2006-03-08  Simon Josefsson  <jas@extundo.com>
26640
26641         * build-aux/maint.mk: Fix refresh-po, to handle no translated
26642         languages.
26643
26644 2006-03-07  Simon Josefsson  <jas@extundo.com>
26645
26646         * modules/getopt (Depends-on): Add unistd.
26647
26648         * modules/unistd: New file.
26649
26650 2006-03-07  Simon Josefsson  <jas@extundo.com>
26651
26652         * modules/gc-random: New file.
26653
26654 2006-03-07  Simon Josefsson  <jas@extundo.com>
26655
26656         * m4/unistd_h.m4: New file.
26657
26658 2006-03-07  Simon Josefsson  <jas@extundo.com>
26659
26660         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
26661         test to be side-effect free by storing the result in the cache
26662         variable gl_cv_lib_readline, and moving the assignment of
26663         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
26664         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26665
26666 2006-03-07  Simon Josefsson  <jas@extundo.com>
26667
26668         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
26669         error on missing devices (the functions will return an error).
26670
26671         * m4/gc.m4: Move random stuff to gc-random.m4
26672
26673 2006-03-07  Simon Josefsson  <jas@extundo.com>
26674
26675         * lib/unistd_.h: New file.
26676
26677 2006-03-07  Simon Josefsson  <jas@extundo.com>
26678
26679         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
26680
26681 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
26682
26683         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
26684         Problem reported by Juan Manuel Guerrero.
26685
26686 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
26687
26688         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
26689         the unistd module.
26690         * lib/getlogin_r.c: Likewise.
26691         * lib/getlogin_r.h: Likewise.
26692         * lib/glob.c: Likewise.
26693         * lib/pagealign_alloc.c: Likewise.
26694         * lib/unistd_.h: Remove; no longer needed.
26695
26696 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
26697
26698         * MODULES.html.sh (Support for systems lacking POSIX:2001):
26699         Add unistd.
26700         * modules/c-stack (Depends-on): Add unistd.
26701         * modules/getlogin_r: Likewise.
26702         * modules/glob: Likewise.
26703         * modules/pagealign_alloc: Likewise.
26704         * modules/unistd (Files): Remove lib/unistd_.h.
26705         (EXTRA_DIST): Remove.
26706         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
26707         need unistd_.h.
26708         (MOSTLYCLEANFILES): Remove unistd.h-t.
26709
26710 2006-03-03  Simon Josefsson  <jas@extundo.com>
26711
26712         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
26713
26714 2006-03-03  Simon Josefsson  <jas@extundo.com>
26715
26716         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
26717         libidn and bison.
26718
26719 2006-03-03  Simon Josefsson  <jas@extundo.com>
26720
26721         * build-aux/maint.mk: Add indent target.
26722
26723 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
26724
26725         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
26726         our replacement poll.h in any case, to avoid a differing
26727         declaration from a system header.  Seen on AIX.
26728
26729 2006-03-01  Simon Josefsson  <jas@extundo.com>
26730
26731         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
26732         <kasal@ucw.cz>.
26733
26734 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
26735
26736         * modules/gettime (Depends-on): Add extensions module.
26737         * modules/nanosleep (Depends-on): Likewise.
26738         * modules/settime (Depends-on): Likewise.
26739
26740 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
26741
26742         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
26743         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
26744         pedantically.
26745         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
26746         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
26747
26748         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
26749         not "==".  Reported by Ralf Wildenhues.
26750
26751 2006-03-01  Karl Berry  <karl@gnu.org>
26752
26753         * doc/Copyright/request-*: new files, synced from gnuorg.
26754
26755 2006-03-01  Karl Berry  <karl@gnu.org>
26756
26757         * config/srclist.txt (Copyright/*): new entries.
26758
26759 2006-02-28  Simon Josefsson  <jas@extundo.com>
26760
26761         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
26762
26763 2006-02-27  Simon Josefsson  <jas@extundo.com>
26764
26765         * lib/base64.h: Indent #define's.  From Jim Meyering
26766         <jim@meyering.net>.
26767
26768 2006-02-27  Jim Meyering  <jim@meyering.net>
26769
26770         Revert the change of 2006-02-24, so these files can continue
26771         to be sync'd from gettext.
26772         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
26773         of `config.h'.
26774
26775 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
26776
26777         * modules/intprops: New file.
26778         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
26779         Add intprops.
26780         * modules/getloadavg (Files): Remove lib/intprops.h.
26781         (Depends-on): Add intprops.
26782         * modules/human: Likewise.
26783         * modules/inttostr: Likewise.
26784         * modules/openat: Likewise.
26785         * modules/sig2str: Likewise.
26786         * modules/userspec: Likewise.
26787         * modules/utimecmp: Likewise.
26788         * modules/xnanosleep: Likewise.
26789         * modules/xstrtol: Likewise.
26790
26791 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
26792
26793         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
26794         * modules/lock-tests (TESTS): Use $(EXEEXT).
26795         * modules/tls-tests: Likewise.
26796         * modules/argp-tests: Likewise.
26797         (check_PROGRAMS): New var, replacing...
26798         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
26799
26800 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26801
26802         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
26803         `config.h'.
26804
26805 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
26806
26807         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
26808
26809 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26810
26811         Sync from coreutils.
26812         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
26813         gl_CHDIR_SAFER.
26814
26815 2006-02-22  Jim Meyering  <jim@meyering.net>
26816
26817         Sync from coreutils.
26818         * m4/chdir-safer.m4: New file.
26819
26820 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
26821
26822         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
26823         AT_FDCWD exceeds INT_MAX.
26824         * lib/openat.h (AT_FDCWD): Likewise.
26825
26826 2006-02-17  Eric Blake  <address@hidden>
26827
26828         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
26829
26830 2006-02-16  Simon Josefsson  <jas@extundo.com>
26831
26832         * modules/getaddrinfo (Depends-on): Add sys_socket.
26833
26834 2006-02-15  Simon Josefsson  <jas@extundo.com>
26835
26836         * build-aux/maint.mk: Add dsyntax-check rule.
26837
26838 2006-02-15  Eric Blake  <ebb9@byu.net>
26839
26840         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
26841         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
26842         'present but cannot compile' warnings on cygwin.
26843         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
26844         use ws2tcpip.h if sys/socket.h works.
26845         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
26846         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
26847
26848 2006-02-14  Simon Josefsson  <jas@extundo.com>
26849
26850         * modules/maintainer-makefile (Files): Rename.
26851
26852         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
26853         and (the local) Makefile.cfg to maint-cfg.mk.
26854
26855         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
26856         to the latter.
26857
26858         * modules/maintainer-makefile: New module.
26859
26860         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
26861         severaly stripped to make it possible to build it up from scratch
26862         with reliable tests.
26863
26864         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
26865         fixes to permit overriding the default actions when configure and
26866         makefile are not available.
26867
26868 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
26869
26870         Sync from coreutils.
26871         * modules/lstat (Depends-on): Don't depend on xalloc.
26872         (License): Change from GPL to LGPL, since this is now simply a
26873         replacement for a libc function.
26874
26875 2006-02-14  Jim Meyering  <jim@meyering.net>
26876
26877         Sync from coreutils.
26878
26879         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
26880         failure on deficient systems, and simplify gnulib lgpl dependencies.
26881         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
26882         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
26883
26884         * lib/xalloc-die.c: Remove unused definition of N_.
26885
26886 2006-02-14  Jim Meyering  <jim@meyering.net>
26887
26888         Sync from coreutils.
26889         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
26890         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
26891         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
26892         double-quote uses of that variable, to accommodate the rare case in
26893         which getmntent is available in none of the libraries checked.  This
26894         happens at least on FreeBSD 5.0.
26895
26896 2006-02-13  Simon Josefsson  <jas@extundo.com>
26897
26898         * gnulib-tool (Usage): Fix --import, from
26899         karl@freefriends.org (Karl Berry).
26900
26901 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
26902
26903         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
26904
26905 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
26906
26907         * lib/argp-namefrob.h: Restore changes accidentally lost during the
26908         "autoupdate" on 2005-12-12.
26909
26910 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
26911
26912         * modules/closeout (Depends-on): Remove atexit.
26913
26914 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
26915
26916         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
26917         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
26918
26919 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
26920
26921         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
26922         __EXTENSIONS__ if this causes compilation to fail.  Problem
26923         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
26924         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
26925
26926 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
26927
26928         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
26929         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
26930         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
26931         All uses changed.
26932
26933 2006-01-26  Simon Josefsson  <jas@extundo.com>
26934
26935         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
26936         prototype is visible on mingw32.
26937
26938         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
26939         for mingw32.
26940
26941         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
26942         mingw32).
26943
26944 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
26945
26946         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
26947         attempt to open for write; this always fails, at least on POSIX
26948         hosts.  This reinstates the 2006-01-09 change, which was
26949         inadvertently removed.
26950
26951 2006-01-26  Bruno Haible  <bruno@clisp.org>
26952
26953         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
26954         Reported by Paul Eggert.
26955
26956 2006-01-26  Bruno Haible  <bruno@clisp.org>
26957             Paul Eggert  <eggert@cs.ucla.edu>
26958
26959         * lib/stdbool_.h (_Bool)
26960         [(! (defined __cplusplus || defined __BEOS__)
26961           && !defined __GNUC__
26962           && !(defined __HP_cc || defined __xlc__
26963                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
26964                || defined __sgi))]:
26965         #define to signed char in these cases too; this simplifies
26966         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
26967         etc., separately) and makes it more conservative.
26968
26969 2006-01-25  Simon Josefsson  <jas@extundo.com>
26970
26971         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
26972         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
26973         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
26974
26975 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
26976
26977         * lib/argp-namefrob.h: Bugfix. Remove stray #
26978
26979 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
26980
26981         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
26982         so that we test the test.
26983         Check for yet another HP-UX cc bug involving *bool |= bool.
26984
26985 2006-01-25  Karl Berry  <karl@gnu.org>
26986
26987         * config/srclist.txt (vasnprintf.c): sync lost.
26988
26989 2006-01-25  Jim Meyering  <jim@meyering.net>
26990
26991         Sync from the stable (b5) branch of coreutils:
26992
26993         * lib/fts.c (fts_children): Don't let close() clobber errno from
26994         failed fchdir().
26995
26996         * lib/fts.c (fts_stat): When following a symlink-to-directory,
26997         don't necessarily interpret stat-fails+lstat-succeeds as indicating
26998         a dangling symlink.  That can also happen at least for ELOOP.
26999         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
27000         FYI, this bug predates the inclusion of fts.c in coreutils.
27001
27002         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
27003         in their own block, so pre-c99 compilers don't object.
27004
27005         Avoid the double-free (first in fts_read, second in fts_close) that
27006         would occur when an `active' directory is made inaccessible (e.g.,
27007         via chmod a-x) during a traversal.
27008         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
27009         before returning.  Reproduce this failure by
27010         mkdir -p a/b; cd a; chmod a-x . b
27011         Reported by Stavros Passas.
27012
27013 2006-01-25  Jim Meyering  <jim@meyering.net>
27014
27015         * lib/fileblocks.c: Remove more useless parentheses.
27016         * lib/readutmp.h: Likewise.
27017
27018 2006-01-25  Bruno Haible  <bruno@clisp.org>
27019
27020         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
27021         warnings.
27022         Reported by Paul Eggert.
27023
27024 2006-01-25  Bruno Haible  <bruno@clisp.org>
27025
27026         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
27027         rid of a trap command. For Solaris sh.
27028         Reported by Mark D. Baushke <mdb@gnu.org>.
27029
27030 2006-01-24  Simon Josefsson  <jas@extundo.com>
27031
27032         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
27033         Bruno.
27034
27035 2006-01-24  Karl Berry  <karl@gnu.org>
27036
27037         * config/srclist.txt (argp-namefrob.h): sync lost.
27038
27039 2006-01-24  Jim Meyering  <jim@meyering.net>
27040
27041         * modules/openat (Files): Add lib/intprops.h.
27042         From Mark D. Baushke.
27043
27044 2006-01-24  Jim Meyering  <jim@meyering.net>
27045
27046         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
27047         Reported by Mark D. Baushke.
27048
27049 2006-01-24  Jim Meyering  <jim@meyering.net>
27050
27051         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
27052
27053 2006-01-24  Bruno Haible  <bruno@clisp.org>
27054
27055         * modules/strnlen (Maintainer): Change from glibc to all.
27056
27057 2006-01-24  Bruno Haible  <bruno@clisp.org>
27058
27059         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
27060         Patch by Paul Eggert.
27061
27062 2006-01-24  Bruno Haible  <bruno@clisp.org>
27063
27064         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
27065         already has it.
27066         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
27067         2005-11-26.
27068
27069         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
27070         'signed char' to avoid problems with the built-in _Bool type.
27071         Reported by Paul Eggert on 2005-11-26.
27072
27073 2006-01-24  Bruno Haible  <bruno@clisp.org>
27074
27075         * gnulib-tool (func_import): Avoid constructing complicated sed
27076         expressions inside backquote.
27077         Report and solution by Mark D. Baushke <mdb@gnu.org>.
27078
27079 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
27080
27081         These changes imported from libc.
27082         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
27083         test and two separate function calls.
27084         * lib/strndup.c (__strndup): Add libc_hidden_def.
27085
27086 2006-01-23  Simon Josefsson  <jas@extundo.com>
27087
27088         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
27089         Remove the test_*_SOURCES variable: automake infers it by default.
27090         * modules/tls-tests: Likewise.
27091
27092 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
27093
27094         Work around porting bugs reported by Dieter in
27095         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
27096         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
27097         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
27098         Include "getopt.h" first, to check interface.
27099         (getenv): Declare only if defined HAVE_DECL_GETENV &&
27100         !HAVE_DECL_GETENV.
27101         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
27102         (__strndup): Revert to K&R-style function dfns, the glibc style.
27103         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
27104         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
27105         Include strnlen.h first, to get prototype properly.
27106         (strnlen): Renamed from __strnlen.
27107         Remove weak alias.
27108
27109 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
27110
27111         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
27112
27113 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
27114
27115         * config/srclist.txt: Adjust to reflect glibc reorganization.
27116         This affects only comments.
27117
27118 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
27119
27120          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
27121          Reported by Bruce Korb <bkorb@gnu.org>.
27122
27123 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
27124
27125         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
27126         to pacify gcc -Wswitch-default.
27127
27128 2006-01-22  Bruno Haible  <bruno@clisp.org>
27129
27130         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
27131         temporary buffer for sprintf, take into account the precision also
27132         for 'd', 'i', 'u', 'o', 'x', 'X'.
27133
27134 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
27135
27136         * modules/argp-tests: New module
27137         * tests/test-argp.c: New file
27138         * tests/test-argp-2.sh: New file
27139
27140 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
27141
27142         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
27143         (__argp_base_name): Removed
27144         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
27145         typo.
27146         (__argp_base_name): Provide macro definition or extern declaration
27147         depending on the configuration
27148
27149 2006-01-20  Simon Josefsson  <jas@extundo.com>
27150
27151         * modules/inet_ntop (Depends-on): Depend on sys_socket.
27152
27153 2006-01-20  Simon Josefsson  <jas@extundo.com>
27154
27155         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
27156
27157 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
27158
27159         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
27160         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
27161         Suggested by Bruno Haible.
27162
27163 2006-01-20  Karl Berry  <karl@gnu.org>
27164
27165         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
27166         until changes propagate, I guess.
27167
27168 2006-01-19  Simon Josefsson  <jas@extundo.com>
27169
27170         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
27171
27172 2006-01-19  Simon Josefsson  <jas@extundo.com>
27173
27174         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
27175
27176 2006-01-19  Simon Josefsson  <jas@extundo.com>
27177
27178         * gnulib-tool: Set check_PROGRAMS.
27179
27180         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
27181         modules/des-tests, modules/gc-arcfour-tests,
27182         modules/gc-arctwo-tests, modules/gc-des-tests,
27183         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
27184         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
27185         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
27186         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
27187         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
27188         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
27189         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
27190         test_*_SOURCES.
27191
27192 2006-01-18  Simon Josefsson  <jas@extundo.com>
27193
27194         * modules/socklen (Depends-on): Depend on sys_socket.
27195
27196 2006-01-18  Simon Josefsson  <jas@extundo.com>
27197
27198         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
27199         modules/des-tests, modules/gc-arcfour-tests,
27200         modules/gc-arctwo-tests, modules/gc-des-tests,
27201         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
27202         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
27203         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
27204         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
27205         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
27206         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
27207         $(EXEEXT) to automake TESTS variable, for mingw32.
27208
27209 2006-01-17  Simon Josefsson  <jas@extundo.com>
27210
27211         * modules/socklen (Include): Need sys/socket.h.
27212
27213 2006-01-17  Bruno Haible  <bruno@clisp.org>
27214
27215         * modules/ssize_t (Include): Add <sys/types.h>.
27216
27217 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
27218
27219         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
27220         it's not portable and it doesn't work with cross-compiles.
27221         Problem reported by Bruno Haible.  Fix missing-$ typo in
27222         'test "gl_cv_ignore_unused_libraries" ...' that prevented
27223         -zignore from being used with Sun's C compiler.
27224
27225 2006-01-12  Simon Josefsson  <jas@extundo.com>
27226
27227         * lib/base64.c: Fix warning, reported by Bruno Haible
27228         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
27229
27230 2006-01-12  Bruno Haible  <bruno@clisp.org>
27231
27232         * modules/ldd: New file.
27233         * build-aux/ldd.sh.in: New file.
27234         * MODULES.html.sh (Support for building libraries and executables): Add
27235         ldd.
27236
27237 2006-01-12  Bruno Haible  <bruno@clisp.org>
27238
27239         * m4/ldd.m4: New file.
27240
27241 2006-01-12  Bruno Haible  <bruno@clisp.org>
27242
27243         * gnulib-tool (func_import, func_create_testdir): Don't go into an
27244         endless loop while replacing $auxdir with build-aux.
27245
27246 2006-01-11  Simon Josefsson  <jas@extundo.com>
27247
27248         * lib/stdint_.h (SIZE_MAX): Add missing (.
27249
27250 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
27251
27252         Sync from coreutils.
27253         * lib/md5.c: Fix commentary typos.
27254         (alignof, UNALIGNED_P): No need for a GCC-specific version.
27255         * lib/md5.h (__attribute__): Remove; unused.
27256         * lib/sha1.c: Fix commentary to match md5 better.
27257         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
27258         so that we don't need to worry about alignment.  All uses changed.
27259         This merges the 2005-10-28 md5 change into sha1.
27260
27261 2006-01-11  Jim Meyering  <jim@meyering.net>
27262
27263         Sync from coreutils.
27264         * lib/md5.c (OP): Fix spacing.
27265
27266 2006-01-11  Bruno Haible  <bruno@clisp.org>
27267
27268         Ensure automatic ordering between gl_LOCK and gl_ARGP.
27269         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
27270         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
27271
27272 2006-01-11  Bruno Haible  <bruno@clisp.org>
27273
27274         Ensure automatic ordering between gl_LOCK and gl_ARGP.
27275         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
27276         the "early" section as well.
27277
27278 2006-01-11  Bruno Haible  <bruno@clisp.org>
27279
27280         Avoid "ar: no archive members specified" error on MacOS X.
27281         * gnulib-tool (func_modules_add_dummy): New function.
27282         (func_import, func_create_testdir): Invoke it.
27283
27284 2006-01-11  Bruno Haible  <bruno@clisp.org>
27285
27286         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
27287         with $auxdir in AC_CONFIG_FILES statements.
27288
27289 2006-01-11  Bruno Haible  <bruno@clisp.org>
27290
27291         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
27292         Initialize also noinst_HEADERS to empty.
27293
27294 2006-01-11  Bruno Haible  <bruno@clisp.org>
27295
27296         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
27297         variables.
27298         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
27299         autoreconf.
27300
27301 2006-01-11  Bruno Haible  <bruno@clisp.org>
27302
27303         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
27304         overridable by the user.
27305         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27306
27307 2006-01-10  Simon Josefsson  <jas@extundo.com>
27308
27309         * modules/sys_socket: New file.
27310
27311 2006-01-10  Simon Josefsson  <jas@extundo.com>
27312
27313         * m4/sys_socket_h.m4: New file.
27314
27315 2006-01-10  Simon Josefsson  <jas@extundo.com>
27316
27317         * lib/socket_.h: New file.
27318
27319 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
27320
27321         * modules/readutmp (Maintainer): Add myself.
27322
27323 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
27324
27325         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
27326         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
27327         People who are still concerned with buggy memcmp implementations
27328         can invoke gl_FUNC_MEMCMP themselves.
27329
27330 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
27331
27332         * lib/regex_internal.h (BITSET_WORD_BITS):
27333         Work around a bug in 64-bit PGC (before version 6.1-2), where the
27334         preprocessor mishandles large unsigned values as if they were signed.
27335         Problem reported by Claudio Fontana in
27336         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
27337
27338 2006-01-10  Jim Meyering  <jim@meyering.net>
27339
27340         Avoid the double-free (first in fts_read, second in fts_close) that
27341         would occur when an `active' directory is made inaccessible (e.g.,
27342         via chmod a-x) during a traversal.
27343         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
27344         before returning.  Reproduce this failure by
27345         mkdir -p a/b; cd a; chmod a-x . b
27346         Reported by Stavros Passas.
27347
27348         Sync from coreutils.
27349         * lib/sha1.c: Tweak grammar in a comment.
27350
27351 2006-01-10  Jim Meyering  <jim@meyering.net>
27352
27353         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
27354         Patch by Joerg Sonnenberger.
27355
27356 2006-01-10  Bruno Haible  <bruno@clisp.org>
27357
27358         * modules/readutmp: Depend on module free.
27359         * modules/strtok_r: Depend on module restrict.
27360
27361 2006-01-10  Bruno Haible  <bruno@clisp.org>
27362
27363         * modules/gettext (configure.ac): Add an invocation of
27364         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
27365
27366 2006-01-10  Bruno Haible  <bruno@clisp.org>
27367
27368         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
27369         Reported by Werner Lemberg <wl@gnu.org>.
27370
27371 2006-01-10  Bruno Haible  <bruno@clisp.org>
27372
27373         * lib/localcharset.c: Update from GNU gettext.
27374
27375 2006-01-10  Bruno Haible  <bruno@clisp.org>
27376
27377         * lib/argp.h (__const): Remove macro. Use const instead.
27378         * lib/argp-fmtstream.h (__const): Likewise.
27379         * lib/glob_.h (__const): Remove macro.
27380         * lib/glob-libc.h: Use const instead of __const.
27381
27382 2006-01-10  Bruno Haible  <bruno@clisp.org>
27383
27384         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
27385         variable.
27386         Needed to avoid an automake error regarding the 'gettext' module.
27387
27388 2006-01-09  Simon Josefsson  <jas@extundo.com>
27389
27390         * modules/inet_ntop (Depends-on): Add restrict.
27391
27392 2006-01-09  Simon Josefsson  <jas@extundo.com>
27393
27394         * modules/gc-rijndael-tests (License): Put under LGPL.
27395
27396         * modules/gc-des-tests (License): Likewise.
27397
27398         * modules/gc-arcfour-tests (License): Likewise.
27399
27400         * modules/gc-arctwo-tests (License): Likewise.
27401
27402         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
27403
27404         * modules/gc-hmac-sha1-tests (Files): Likewise.
27405
27406         * modules/gc-hmac-md5-tests (License): Likewise.
27407
27408         * modules/gc-sha1-tests (License): Likewise.
27409
27410         * modules/gc-md5-tests (License): Likewise.
27411
27412         * modules/gc-md4-tests (License): Likewise.
27413
27414         * modules/gc-md2-tests (License): Likewise.
27415
27416         * modules/gc-tests (License): Likewise.
27417
27418         * modules/des-tests (License): Likewise.
27419
27420         * modules/md4-tests (License): Likewise.
27421
27422         * modules/md2-tests (License): Likewise.
27423
27424 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
27425
27426         Sync from coreutils:
27427
27428         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
27429         * modules/lib-ignore: New file.
27430         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
27431         chdir-safer.m4, lchmod.m4.
27432         * modules/openat: Add mkdirat.c, openat-priv.h.
27433
27434 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
27435
27436         Sync from coreutils.
27437         * m4/lib-ignore.m4: New file.
27438         * m4/lchmod.m4: New file.
27439
27440 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
27441
27442         Sync from coreutils.
27443         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
27444         for write access: POSIX says that must fail.
27445         * lib/fts.c (diropen): Likewise.
27446         * lib/save-cwd.c (save_cwd): Likewise.
27447         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
27448         well, for minor improvements on hosts that lack O_DIRECTORY.
27449         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
27450         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
27451         Fall back on chown if open failed with EACCES.
27452
27453         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
27454         Report an error at compile-time if only a 1-second nominal clock
27455         resolution is found.
27456
27457         * lib/lchmod.h: New file.
27458         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
27459         (make_dir_parents): Use lchown rather than chown, and
27460         lchmod rather than chmod.
27461
27462         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
27463         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
27464         "proc" reported by n0dalus.
27465
27466         * lib/mountlist.c: Include <limits.h>.
27467         (dev_from_mount_options)
27468         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
27469         New function.  It no longer assumes "dev=" has the System V meaning
27470         on Linux (since it doesn't).  It also parses "dev=" more carefully.
27471         (read_file_system_list)
27472         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
27473         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
27474         dev= in that case.
27475
27476         * lib/posixtm.h (PDS_PRE_2000): New macro.
27477         * lib/posixtm.c (year): Arg is now syntax_bits rather than
27478         allow_century.  All usages changed.  Reject dates outside the range
27479         1969-1999 if PDS_PRE_2000 is used.
27480
27481 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
27482
27483         Sync from coreutils.
27484         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
27485         (Time of day items): Mention the possibility of leap seconds.
27486         Problem reported by Dr. David Alan Gilbert.
27487
27488 2006-01-09  Jim Meyering  <jim@meyering.net>
27489
27490         Sync from coreutils.
27491
27492         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
27493
27494         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
27495
27496         * lib/modechange.c (mode_compile): Reject an invalid mode string
27497         that starts with an octal digit.  From Andreas Gruenbacher.
27498
27499         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
27500         and dup to open_safer and dup_safer, respectively.
27501         (openat_permissive): Fix typo in comment.
27502
27503         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
27504         "gettext.h"; either no longer needed or are guaranteed by openat.h.
27505         (_): Remove; no longer needed.
27506         (openat): Renamed from rpl_openat; no need for rpl_openat
27507         since openat.h renames openat for us.
27508         Replace most of the body with a call to openat_permissive,
27509         to avoid duplicate code.
27510         Port to (probably hypothetical) environments were mode_t is
27511         wider than int.
27512         (openat_permissive): Require mode arg, so that we can check
27513         types better.  Put it just after flags.  Change cwd failure
27514         indicator from pointer-to-bool to pointer-to-errno-value.
27515         All callers changed.
27516         Invoke openat_save_fail and/or openat_restore_fail if
27517         cwd_errno is null, so that openat can call us.
27518         (openat_permissive, fdopendir, fstatat, unlinkat):
27519         Simplify errno handling to avoid some duplicate code,
27520         as it's OK to set errno on success.
27521         * lib/openat.h: Revamp code so that function macros depend on
27522         __OPENAT_PREFIX only, not also on AT_FDCWD.
27523         (openat_ro): Remove.  Caller changed to use openat_permissive.
27524         (openat_permissive): Now a macro, if not a function.
27525         (openat_restore_fail, openat_save_fail): Now always functions,
27526         since mkdirat needs them even if __OPENAT_PREFIX is defined.
27527
27528         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
27529         and openat.c.
27530         * lib/mkdirat.c: Include openat-priv.h.
27531         Remove definitions of macros defined therein.
27532         * lib/openat.c: Likewise.
27533
27534         * lib/mkdirat.c (mkdirat): New file and function.
27535         * lib/openat.h (mkdirat): Declare.
27536
27537         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
27538
27539         * lib/openat.h (openat_permissive): Declare.
27540         (openat_ro): Define.
27541
27542         * lib/openat.c (EXPECTED_ERRNO): New macro.
27543         (openat_permissive): New function -- used in remove.c rewrite.
27544         (all functions): Set errno just before returning, only if there
27545         was an actual failure.
27546         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
27547
27548         Emulate openat-family functions using Linux's procfs, if possible.
27549         Idea and some code based on Ulrich Drepper's glibc changes.
27550
27551         * lib/openat.c: (BUILD_PROC_NAME): New macro.
27552         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
27553         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
27554         before falling back on save_cwd and restore_cwd.
27555         (fdopendir, fstatat, unlinkat): Likewise.
27556
27557         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
27558         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
27559
27560         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
27561         as second argument to va_arg.  Otherwise, some versions of gcc
27562         warn that `if this code is reached, the program will abort'.
27563
27564 2006-01-09  Jim Meyering  <jim@meyering.net>
27565
27566         Sync from coreutils.
27567         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
27568         Require openat-priv.h.
27569
27570 2006-01-09  Bruno Haible  <bruno@clisp.org>
27571
27572         * modules/strnlen (Include): Use strnlen.h.
27573
27574 2006-01-09  Bruno Haible  <bruno@clisp.org>
27575
27576         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
27577
27578 2006-01-09  Bruno Haible  <bruno@clisp.org>
27579
27580         * lib/sysexit_.h (EX_OK): New macro.
27581         Suggested by Martin Lambers <marlam@marlam.de>.
27582
27583 2006-01-09  Bruno Haible  <bruno@clisp.org>
27584
27585         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
27586         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
27587
27588 2006-01-09  Bruno Haible  <bruno@clisp.org>
27589
27590         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
27591         numbers.
27592
27593 2006-01-09  Bruno Haible  <bruno@clisp.org>
27594
27595         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
27596         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
27597         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
27598         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
27599
27600 2006-01-09  Bruno Haible  <bruno@clisp.org>
27601
27602         * build-aux/javacomp.sh.in: New file, moved from lib/.
27603         * modules/javacomp-script (Files): Update.
27604         (configure.ac): Add AC_CONFIG_FILES invocation.
27605         (EXTRA_DIST): Remove variable.
27606
27607         * build-aux/javaexec.sh.in: New file, moved from lib/.
27608         * modules/javaexec (Files): Update.
27609         (configure.ac): Add AC_CONFIG_FILES invocation.
27610         (EXTRA_DIST): Remove javaexec.sh.in.
27611
27612         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
27613         * modules/csharpcomp-script (Files): Update.
27614         (configure.ac): Add AC_CONFIG_FILES invocation.
27615         (EXTRA_DIST): Remove variable.
27616
27617         * build-aux/csharpexec.sh.in: New file, moved from lib/.
27618         * modules/csharpexec (Files): Update.
27619         (configure.ac): Add AC_CONFIG_FILES invocation.
27620         (EXTRA_DIST): Remove csharpexec.sh.in.
27621
27622 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
27623
27624         Sync from coreutils.
27625
27626         Add POSIX ACL support
27627         * lib/acl.h (copy_acl, set_acl): Add declarations.
27628         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
27629         systems other than Linux.
27630         (chmod_or_fchmod): New function: use fchmod when possible,
27631         and chmod otherwise.
27632         (file_has_acl): Add a POSIX ACL implementation, with a
27633         Linux-specific subcase.
27634         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
27635         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
27636         acls are unsupported.
27637         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
27638         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
27639         are unsupported.
27640
27641 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
27642
27643         Sync from coreutils.
27644         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
27645
27646 2006-01-07  Bruno Haible  <bruno@clisp.org>
27647
27648         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
27649         gl_EARLY.
27650
27651 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
27652
27653         * lib/strftime.c (tzname): Don't declare if it is already #defined.
27654         Problem reported for Mingw by Mark Junker.
27655
27656 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
27657
27658         * README: Gnulib normally doesn't generate a tarball.
27659
27660 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
27661
27662         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
27663         long int, not int, for nanosecond counts, so that people who are
27664         used to POSIX struct timespec won't be surprised.  Reported by Jim
27665         Meyering.
27666
27667 2005-12-28  Bruno Haible  <bruno@clisp.org>
27668
27669         * build-aux/config.rpath: Update from GNU gettext.
27670
27671 2005-12-16  Jim Meyering  <jim@meyering.net>
27672
27673         * modules/fprintftime: New module.
27674         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
27675
27676 2005-12-16  Jim Meyering  <jim@meyering.net>
27677
27678         * m4/fprintftime.m4: New file.
27679
27680 2005-12-16  Jim Meyering  <jim@meyering.net>
27681
27682         * lib/fprintftime.c, lib/fprintftime.h: New files.
27683
27684 2005-12-15  Simon Josefsson  <jas@extundo.com>
27685
27686         * modules/socklen (configure.ac): Fix M4 macro name, to align with
27687         new m4/socklen.m4.
27688
27689 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
27690
27691         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
27692         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
27693
27694 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
27695
27696         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
27697         * lib/argp-help.c (fill_in_uparams): Check if the constructed
27698         struct uparams is valid. Fall back to the default values if it is
27699         not.
27700
27701 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27702
27703         * modules/argp (Files): Add argp-pin.c
27704         (Depends-on): dirname
27705         (lib_SOURCES): Add argp-pin.c
27706
27707 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27708
27709         * m4/argp.m4:  Check if program_invocation_name and
27710         program_invocation_short_name are declared and define appropriate
27711         macros if they are not.
27712
27713 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27714
27715         * lib/argp-help.c (__argp_base_name): New function
27716         (__argp_short_program_name): Rewrite using __argp_base_name
27717         * lib/argp-namefrob.h: Define program_invocation_name and
27718         program_invocation_short_name if requested
27719         (__argp_base_name): Add prototype
27720         * lib/argp-parse.c (argp_def): Use gettext wrappers
27721         (argp_default_parser): Use __argp_base_name
27722         * lib/argp-pin.c: New file. Defines program_invocation_name and
27723         program_invocation_short_name on systems that lack them.
27724
27725 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
27726
27727         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
27728         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
27729         porting problem reported by Georg Schwarz in
27730         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
27731
27732 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
27733
27734         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
27735         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
27736         porting problem reported by Georg Schwarz in
27737         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
27738
27739 2005-12-05  Bruno Haible  <bruno@clisp.org>
27740
27741         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
27742         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
27743         Reported by Mark Junker <mjscod@gmx.de>.
27744
27745 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
27746
27747         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
27748         Use implementation from Albert Chin, with some
27749         comments/corrections by Stepan Kasal and myself.
27750
27751 2005-12-02  Bruno Haible  <bruno@clisp.org>
27752
27753         * gnulib-tool (func_import): Accept GPLed build tool modules when
27754         --lgpl is given.
27755         * modules/csharpcomp-script: New file.
27756         * modules/csharpcomp: Depend on it.
27757         * modules/javacomp-script: New file.
27758         * modules/javacomp: Depend on it.
27759         Suggested by Simon Josefsson.
27760
27761 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
27762
27763         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
27764         statement, to work around an HP-UX 10.20 compiler bug reported by
27765         Peter O'Gorman.
27766
27767 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
27768
27769         * modules/savedir (Depends-on): Add openat.
27770
27771 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
27772
27773         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
27774         (uintmax_t) [defined uintmax_t]: Do not declare.
27775         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
27776         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
27777         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
27778         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
27779         sake of portability to weird hosts that C allows (though we don't
27780         know of any practical examples).
27781
27782         * lib/savedir.h (fdsavedir): New decl.
27783         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
27784         contains most of the former guts of savedir.
27785         (savedir): Use savedirstream.
27786         Include "openat.h".
27787
27788 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
27789
27790         * modules/obstack (Files): Add m4/ulonglong.m4.
27791         Problem reported by Davide Angelocola.
27792
27793 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
27794
27795         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
27796         coreutils no longer futzes with rounding modes.
27797
27798 2005-11-14  Jim Meyering  <jim@meyering.net>
27799
27800         * lib/mkstemp-safer.c: Include <config.h>, required for possible
27801         replacement of mkstemp.
27802
27803 2005-11-10  Simon Josefsson  <jas@extundo.com>
27804
27805         * lib/readline.c: Remove EOL.
27806
27807 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
27808
27809         * modules/gethrxtime (Depends-on): Add gettime.
27810
27811 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
27812
27813         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
27814         or gettimeofday; no longer needed.
27815
27816 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
27817
27818         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
27819         time business.
27820         (gethrxtime) [! (HAVE_NANOUPTIME
27821         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
27822         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
27823         our own approximation.
27824
27825 2005-11-08  Eric Blake  <ebb9@byu.net>
27826
27827         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
27828
27829 2005-11-08  Eric Blake  <ebb9@byu.net>
27830
27831         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
27832
27833 2005-11-04  Bruno Haible  <bruno@clisp.org>
27834
27835         * gnulib-tool: Implement --update mode.
27836
27837 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
27838
27839         Fix porting problem reported by Theodoros V. Kalamatianos.
27840         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
27841         Don't assume that futimes failing means we must fail.
27842
27843 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
27844
27845         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
27846         variables to suggest the intended function of the PATH_MAX check.
27847
27848 2005-10-30  Kean Johnston  <jkj@sco.com>
27849
27850         Trivial changes to support SCO systems.
27851         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
27852         as PATH_MAX.
27853         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
27854         where __ptr is null when no I/O is pending.
27855
27856 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
27857
27858         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
27859         leave errno alone.  Problem reported by Dmitry V. Levin.
27860
27861 2005-10-28  Simon Josefsson  <jas@extundo.com>
27862
27863         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
27864         Test more.
27865
27866         * tests/test-gc-md2.c, tests/test-md2.c: New files.
27867
27868         * modules/md2, modules/md2-tests: New files.
27869
27870 2005-10-28  Simon Josefsson  <jas@extundo.com>
27871
27872         * m4/inet_ntop.m4: More tests.
27873
27874         * m4/gc-md2.m4, md2.m4: New file.
27875
27876 2005-10-28  Simon Josefsson  <jas@extundo.com>
27877
27878         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
27879         "restrict" keywords, as per POSIX.  Protect the function
27880         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
27881         Don't use K&R prototypes.  Check the sprintf return values.
27882         Re-define EAFNOSUPPORT if not present.  Indent.
27883
27884         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
27885         suggested by Bruno Haible <bruno@clisp.org>.
27886
27887         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
27888
27889         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
27890
27891         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
27892         libgcrypt).
27893
27894         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
27895
27896         * lib/md2.h, lib/md2.c: New files.
27897
27898 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
27899
27900         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
27901         errno alone.  Problem reported by Frederic Jolliton.
27902
27903 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
27904
27905         * modules/verify (License): Change from GPL to LGPL.  This is a
27906         tiny module and there are apparently near-equivalents that are
27907         under the BSD license.
27908
27909 2005-10-24  Simon Josefsson  <jas@extundo.com>
27910
27911         * modules/sha1: Relicense to LGPL.
27912
27913 2005-10-24  Simon Josefsson  <jas@extundo.com>
27914
27915         * lib/md4.h: Shrink buffer size, now that we changed the type.
27916
27917 2005-10-23  Simon Josefsson  <jas@extundo.com>
27918
27919         * gnulib-tool (func_import): Fix --tests-base.
27920
27921 2005-10-22  Simon Josefsson  <jas@extundo.com>
27922
27923         * modules/arcfour (Depends-on): Need stdint.
27924
27925 2005-10-22  Simon Josefsson  <jas@extundo.com>
27926
27927         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
27928         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
27929
27930 2005-10-22  Simon Josefsson  <jas@extundo.com>
27931
27932         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
27933         suggested by Bruno Haible <bruno@clisp.org>.
27934
27935 2005-10-22  Simon Josefsson  <jas@extundo.com>
27936
27937         * lib/crc.h: Include stddef.h, for size_t.
27938
27939 2005-10-22  Simon Josefsson  <jas@extundo.com>
27940
27941         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
27942         arcfour_context struct (simplify test vector testing in GNU
27943         Shishi).
27944
27945 2005-10-21  Simon Josefsson  <jas@extundo.com>
27946
27947         * modules/des, modules/des-tests: New files.
27948
27949         * modules/gc-des, modules/gc-des-tests: New files.
27950
27951         * tests/test-des.c, tests/test-gc-des.c: New file.
27952
27953 2005-10-21  Simon Josefsson  <jas@extundo.com>
27954
27955         * modules/arctwo, modules/arctwo-tests: New files.
27956
27957         * tests/test-arctwo.c: New file.
27958
27959         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
27960
27961         * tests/test-gc-arctwo.c: New file.
27962
27963 2005-10-21  Simon Josefsson  <jas@extundo.com>
27964
27965         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
27966         Bruno Haible <bruno@clisp.org>.
27967
27968         * m4/gc-des.m4: New file.
27969
27970 2005-10-21  Simon Josefsson  <jas@extundo.com>
27971
27972         * m4/arctwo.m4: New file.
27973
27974         * m4/gc-arctwo.m4: New file.
27975
27976 2005-10-21  Simon Josefsson  <jas@extundo.com>
27977
27978         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
27979         block.
27980
27981 2005-10-21  Simon Josefsson  <jas@extundo.com>
27982
27983         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
27984         <bruno@clisp.org>.
27985
27986         * lib/hmac-sha1.c (hmac_sha1): Likewise.
27987
27988         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
27989         Bruno Haible <bruno@clisp.org>.
27990
27991         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
27992         <bruno@clisp.org>.
27993
27994 2005-10-21  Simon Josefsson  <jas@extundo.com>
27995
27996         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
27997
27998 2005-10-21  Simon Josefsson  <jas@extundo.com>
27999
28000         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
28001
28002 2005-10-21  Simon Josefsson  <jas@extundo.com>
28003
28004         * lib/des.h, lib/des.c: New files.
28005
28006         * lib/gc-gnulib.c: Support DES.c
28007
28008 2005-10-21  Simon Josefsson  <jas@extundo.com>
28009
28010         * lib/arctwo.h, lib/arctwo.c: New files.
28011
28012         * lib/gc-gnulib.c: Support ARCTWO.
28013
28014 2005-10-21  Simon Josefsson  <jas@extundo.com>
28015
28016         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
28017         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28018
28019 2005-10-21  Simon Josefsson  <jas@extundo.com>
28020
28021         * gnulib-tool (func_import, func_create_testdir): Define automake
28022         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
28023         Makefile.am snippet),
28024         suggested by Bruno Haible <bruno@clisp.org>.
28025
28026         * modules/gc (Makefile.am): Use it.
28027
28028 2005-10-21  Bruno Haible  <bruno@clisp.org>
28029
28030         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
28031         patch.
28032
28033 2005-10-19  Simon Josefsson  <jas@extundo.com>
28034
28035         * tests/test-gc-rijndael.c: New file.
28036
28037         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
28038
28039 2005-10-19  Simon Josefsson  <jas@extundo.com>
28040
28041         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
28042         interface too.
28043
28044 2005-10-19  Simon Josefsson  <jas@extundo.com>
28045
28046         * tests/test-gc-arcfour.c: New file.
28047
28048         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
28049
28050 2005-10-19  Simon Josefsson  <jas@extundo.com>
28051
28052         * modules/gc-md4, modules/gc-md4-tests: New file.
28053
28054         * tests/test-gc-md4.c: New file.
28055
28056 2005-10-19  Simon Josefsson  <jas@extundo.com>
28057
28058         * m4/gc-md4.m4: New file.
28059
28060 2005-10-19  Simon Josefsson  <jas@extundo.com>
28061
28062         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
28063         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
28064         <kasal@ucw.cz>.
28065
28066 2005-10-19  Simon Josefsson  <jas@extundo.com>
28067
28068         * m4/gc-arcfour.m4: New file.
28069
28070         * m4/gc-rijndael.m4: New file.
28071
28072 2005-10-19  Simon Josefsson  <jas@extundo.com>
28073
28074         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
28075
28076 2005-10-19  Simon Josefsson  <jas@extundo.com>
28077
28078         * lib/gc-gnulib.c: Support ARCFOUR.
28079
28080 2005-10-19  Simon Josefsson  <jas@extundo.com>
28081
28082         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
28083         support.
28084
28085         * lib/gc.h: Add ECB enum type.
28086
28087         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
28088
28089 2005-10-18  Simon Josefsson  <jas@extundo.com>
28090
28091         * tests/test-md5.c: New file.
28092
28093         * modules/md5-tests: New file.
28094
28095 2005-10-18  Simon Josefsson  <jas@extundo.com>
28096
28097         * tests/test-md4.c: New file.
28098
28099         * modules/md4, modules/md4-tests: New files.
28100
28101 2005-10-18  Simon Josefsson  <jas@extundo.com>
28102
28103         * m4/md4.m4: New file.
28104
28105 2005-10-18  Simon Josefsson  <jas@extundo.com>
28106
28107         * lib/md4.h, lib/md4.c: New files, based on md5.?.
28108
28109 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
28110
28111         * gnulib-tool (func_create_testdir): Omit the second check whether
28112         BUILT_SOURCES in nonempty.
28113
28114 2005-10-17  Simon Josefsson  <jas@extundo.com>
28115
28116         * tests/test-rijndael.c: New file.
28117
28118 2005-10-17  Simon Josefsson  <jas@extundo.com>
28119
28120         * modules/sha1: Depend on stdint instead of md5.
28121
28122         * modules/md5: Depend on stdint, remove uint32_t.
28123
28124 2005-10-17  Simon Josefsson  <jas@extundo.com>
28125
28126         * modules/gc-sha1-tests: New file.
28127
28128         * tests/test-gc-sha1.c: New file.
28129
28130 2005-10-17  Simon Josefsson  <jas@extundo.com>
28131
28132         * m4/md5.m4: Remove call to uint32_t.m4.
28133
28134 2005-10-17  Simon Josefsson  <jas@extundo.com>
28135
28136         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
28137
28138         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
28139         md5.h.
28140
28141         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
28142
28143         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
28144
28145 2005-10-17  Simon Josefsson  <jas@extundo.com>
28146
28147         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
28148
28149 2005-10-17  Simon Josefsson  <jas@extundo.com>
28150
28151         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
28152
28153 2005-10-17  Simon Josefsson  <jas@extundo.com>
28154
28155         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
28156
28157         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
28158
28159 2005-10-17  Bruno Haible  <bruno@clisp.org>
28160
28161         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
28162         that it can also be used in a test.
28163
28164 2005-10-16  Bruno Haible  <bruno@clisp.org>
28165
28166         * gnulib-tool (func_emit_tests_Makefile_am): Also define
28167         TESTS_ENVIRONMENT, so that individual tests can augment it.
28168
28169         * gnulib-tool (func_create_testdir): Use an intermediate target for
28170         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
28171         macros, like $(ALLOCA_H), which cannot be passed through the command
28172         line.
28173
28174 2005-10-15  Simon Josefsson  <jas@extundo.com>
28175
28176         * modules/rijndael-tests: New file.
28177
28178         * modules/rijndael: New file.
28179
28180 2005-10-15  Simon Josefsson  <jas@extundo.com>
28181
28182         * m4/rijndael.m4: New file.
28183
28184 2005-10-15  Simon Josefsson  <jas@extundo.com>
28185
28186         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
28187
28188         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
28189
28190 2005-10-14  Simon Josefsson  <jas@extundo.com>
28191
28192         * tests/test-arcfour.c: New file.
28193
28194         * modules/arcfour, modules/arcfour-tests: New files.
28195
28196 2005-10-14  Simon Josefsson  <jas@extundo.com>
28197
28198         * m4/arcfour.m4: New file.
28199
28200 2005-10-14  Simon Josefsson  <jas@extundo.com>
28201
28202         * lib/arcfour.h, lib/arcfour.c: New files.
28203
28204 2005-10-14  Roland McGrath  <roland@redhat.com>
28205
28206         Import from libc.  [BZ #1331]
28207         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
28208         macro argument.
28209         Reported by Matej Vela <vela@debian.org>.
28210
28211 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
28212
28213         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
28214         include <wchar.h>; no longer needed.
28215
28216 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
28217
28218         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
28219
28220 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
28221         and  Ulrich Drepper  <drepper@redhat.com>
28222
28223         Import from libc.
28224         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
28225         instead of inline stream orientation test and two separate
28226         function calls.  Pay no attention to USE_IN_LIBIO.
28227
28228 2005-10-13  Simon Josefsson  <jas@extundo.com>
28229
28230         * modules/gc-hmac-md5-tests: New file.
28231
28232         * tests/test-gc-hmac-sha1.c: New file.
28233
28234         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
28235
28236         * modules/gc-hmac-md5-tests: New file.
28237
28238         * tests/test-gc-md5.c: New file.
28239
28240         * modules/gc-md5-tests: New file.
28241
28242 2005-10-13  Simon Josefsson  <jas@extundo.com>
28243
28244         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
28245         Move memory allocation outside of loop.
28246
28247 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
28248
28249         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
28250         intermediate directory is in a read-only file system.  Problem
28251         reported by Eric Blake.
28252
28253 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
28254
28255         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
28256
28257 2005-10-12  Simon Josefsson  <jas@extundo.com>
28258
28259         * tests/test-hmac-sha1.c: New file.
28260
28261         * modules/hmac-sha1-tests: New file.
28262
28263         * modules/hmac-sha1: New file.
28264
28265 2005-10-12  Simon Josefsson  <jas@extundo.com>
28266
28267         * modules/gc-sha1: New file.
28268
28269 2005-10-12  Simon Josefsson  <jas@extundo.com>
28270
28271         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
28272
28273         * tests/test-gc-pbkdf2-sha1.c: New file.
28274
28275 2005-10-12  Simon Josefsson  <jas@extundo.com>
28276
28277         * modules/gc-md5, modules/gc-hmac-md5: New files.
28278
28279         * modules/gc (Files): Remove md5, memxor and hmac files.
28280
28281 2005-10-12  Simon Josefsson  <jas@extundo.com>
28282
28283         * m4/gc-pbkdf2-sha1.m4: New file.
28284
28285         * m4/gc-hmac-sha1.m4: New file.
28286
28287         * m4/gc-sha1: New file.
28288
28289         * m4/hmac-sha1.m4: New file.
28290
28291 2005-10-12  Simon Josefsson  <jas@extundo.com>
28292
28293         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
28294
28295         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
28296
28297 2005-10-12  Simon Josefsson  <jas@extundo.com>
28298
28299         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
28300         suggested by Bruno Haible <bruno@clisp.org>.
28301
28302 2005-10-12  Simon Josefsson  <jas@extundo.com>
28303
28304         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
28305
28306 2005-10-12  Simon Josefsson  <jas@extundo.com>
28307
28308         * lib/gc-pbkdf2-sha1.c: New file.
28309
28310         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
28311
28312 2005-10-12  Simon Josefsson  <jas@extundo.com>
28313
28314         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
28315
28316         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
28317
28318 2005-10-12  Simon Josefsson  <jas@extundo.com>
28319
28320         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
28321         GC_USE_HMAC_MD5, respectively.
28322
28323         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
28324         (gc_md5): Fix typo.
28325
28326         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
28327
28328         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
28329
28330         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
28331
28332 2005-10-12  Bruno Haible  <bruno@clisp.org>
28333
28334         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
28335         Reported by Stepan Kasal <kasal@ucw.cz>.
28336
28337 2005-10-11  Simon Josefsson  <jas@extundo.com>
28338
28339         * tests/test-crc.c: New file.
28340
28341         * modules/crc, modules/crc-tests: New files.
28342
28343 2005-10-11  Simon Josefsson  <jas@extundo.com>
28344
28345         * m4/crc.m4: New file.
28346
28347 2005-10-11  Simon Josefsson  <jas@extundo.com>
28348
28349         * lib/gc.h: Add gc_hash and gc_hash_buffer.
28350
28351         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
28352
28353         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
28354
28355 2005-10-11  Simon Josefsson  <jas@extundo.com>
28356
28357         * lib/crc.h, lib/crc.c: New files.
28358
28359         * lib/gc.h (gc_hash_buffer): Add doc.
28360
28361 2005-10-11  Bruno Haible  <bruno@clisp.org>
28362
28363         * modules/c-strcasestr: New file.
28364         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
28365
28366 2005-10-11  Bruno Haible  <bruno@clisp.org>
28367
28368         * modules/c-strcase: New file.
28369         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
28370
28371 2005-10-11  Bruno Haible  <bruno@clisp.org>
28372
28373         * lib/strcasecmp.c: Include limits.h.
28374         (strcasecmp): Avoid integer overflow on exotic platforms.
28375         * lib/strncasecmp.c: Include limits.h.
28376         (strncasecmp): Avoid integer overflow on exotic platforms.
28377         Reported by Paul Eggert.
28378
28379 2005-10-11  Bruno Haible  <bruno@clisp.org>
28380
28381         * lib/c-strcasestr.h: New file, from GNU gettext.
28382         * lib/c-strcasestr.c: New file, from GNU gettext.
28383
28384 2005-10-11  Bruno Haible  <bruno@clisp.org>
28385
28386         * lib/c-strcase.h: New file, from GNU gettext.
28387         * lib/c-strcasecmp.c: New file, from GNU gettext.
28388         * lib/c-strncasecmp.c: New file, from GNU gettext.
28389
28390 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
28391
28392         * modules/mempcpy (License): GPL -> LGPL.
28393         * modules/strchrnul (License): Likewise.
28394         * modules/sysexits (License): Likewise.
28395
28396 2005-10-08  Simon Josefsson  <jas@extundo.com>
28397
28398         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
28399
28400 2005-10-07  Simon Josefsson  <jas@extundo.com>
28401
28402         * m4/memxor.m4: Remove gl_C_RESTRICT call.
28403
28404 2005-10-06  Simon Josefsson  <jas@extundo.com>
28405
28406         * tests/test-hmac-md5.c: New file.
28407
28408         * modules/hmac-md5-tests: New file.
28409
28410         * modules/hmac-md5: New file.
28411
28412 2005-10-06  Simon Josefsson  <jas@extundo.com>
28413
28414         * m4/hmac-md5.m4: New file.
28415
28416         * m4/memxor.m4: Require gl_C_RESTRICT.
28417
28418 2005-10-06  Simon Josefsson  <jas@extundo.com>
28419
28420         * lib/memxor.c (memxor): Avoid casts and warnings.
28421
28422 2005-10-06  Simon Josefsson  <jas@extundo.com>
28423
28424         * lib/hmac-md5.c: New file.
28425
28426         * lib/hmac.h: New file.
28427
28428 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
28429
28430         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
28431         promotes to int, not unsigned int, to catch the AIX 5.3
28432         compiler bug.
28433
28434 2005-10-05  Simon Josefsson  <jas@extundo.com>
28435
28436         * modules/memxor: New file.
28437
28438         * modules/iconv (Files): Move config.rpath to havelib, it is used
28439         there.
28440
28441         * modules/havelib (Files): Add config.rpath.
28442
28443 2005-10-05  Simon Josefsson  <jas@extundo.com>
28444
28445         * m4/memxor.m4: New file.
28446
28447 2005-10-05  Simon Josefsson  <jas@extundo.com>
28448
28449         * lib/memxor.c (memxor): Fix compiler error.
28450
28451         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
28452         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
28453
28454         * lib/memxor.h, lib/memxor.c: New files.
28455
28456         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
28457         we assume all systems have it, suggested by Jim Meyering
28458         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
28459         any systems lack sys/socket.h; mingw32 is known to lack it, but we
28460         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
28461         same reasons.
28462
28463 2005-10-05  Simon Josefsson  <jas@extundo.com>
28464
28465         * config/srclist.txt: Add glibc bug 1423 for md5.h.
28466
28467 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
28468
28469         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
28470         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
28471         needed, since the source code now assumes these .h files.
28472
28473 2005-10-05  Derek Price  <derek@ximbiot.com>
28474
28475         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
28476
28477 2005-10-05  Bruno Haible  <bruno@clisp.org>
28478
28479         * modules/stdint (License): Change to LGPL.
28480
28481 2005-10-04  Simon Josefsson  <jas@extundo.com>
28482
28483         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
28484         D. Baushke" <mdb@gnu.org>.
28485
28486 2005-10-04  Bruno Haible  <bruno@clisp.org>
28487
28488         * lib/verify.h (verify_true): Provide alternative definition for C++.
28489
28490 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
28491
28492         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
28493         (SSIZE_MAX): New macro, if not already defined.
28494         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
28495         than 2 GiB.
28496
28497 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
28498
28499         Sync from coreutils.
28500         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
28501         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
28502         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
28503         ULLONG_MAX doesn't work with 2.7.2.1.
28504
28505 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
28506
28507         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
28508         From Ben Pfaff.
28509
28510         * modules/exclude (Depends-on): Depend on verify.
28511         * modules/strtoimax (Depends-on): Likewise.
28512         * modules/utimecmp (Depends-on): Likewise.
28513
28514 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
28515
28516         * lib/exclude.c: Include verify.h.
28517         (verify): Remove.  All callers changed to use verify.h's version.
28518         * lib/strtoimax.c: Likewise.
28519         * lib/utimecmp.c: Likewis.e
28520
28521         Sync from coreutils.
28522         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
28523         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
28524         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
28525         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
28526         bother returning ENOSYS if settimeofday or stime fails; just let
28527         them return whatever errno they want to return.
28528         * lib/utimens.c: Include unistd.h, for dup2.
28529         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
28530         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
28531
28532 2005-10-02  Jim Meyering  <jim@meyering.net>
28533
28534         Sync from coreutils.
28535         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
28536         from glibc-2.2.5 that fails for read-only files.
28537
28538 2005-10-02  Jim Meyering  <jim@meyering.net>
28539
28540         Sync from coreutils.
28541         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
28542         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
28543         `#if HAVE_CONFIG_H'.
28544         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
28545         Remove AT_FDCWD test.
28546         Do not consume the fd unless successful.
28547         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
28548         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
28549         block, so that we don't even try to compile it if settimeofday is
28550         available.  This works around a compilation failure on OSF1 V5.1,
28551         due to stime requiring a `long int*' while tv_sec is `int'.
28552
28553 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
28554
28555         Sync from coreutils.
28556         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
28557         against `yes', rather than just testing for nonempty.
28558
28559 2005-10-01  Simon Josefsson  <jas@extundo.com>
28560
28561         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
28562         and Darwin.
28563
28564         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
28565         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
28566         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
28567         freeaddrinfo and gai_strerror are declared by the POSIX headers.
28568         Check if struct addrinfo is declared.
28569
28570 2005-10-01  Simon Josefsson  <jas@extundo.com>
28571
28572         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
28573         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
28574         AI_* and EAI_* definitions.  Protect function declarations.
28575
28576 2005-10-01  Jim Meyering  <jim@meyering.net>
28577
28578         Sync from coreutils.
28579
28580         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
28581         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
28582         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
28583         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
28584         in the inet and nsl libraries.  Required on Solaris 5.7.
28585
28586 2005-10-01  Jim Meyering  <jim@meyering.net>
28587
28588         Sync from coreutils.
28589         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
28590         in the inet and nsl libraries.  Required on Solaris 5.7.
28591
28592 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
28593
28594         * lib/getdelim.c (getdelim): Remove unused variables.
28595
28596 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
28597
28598         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
28599         so that the code works even with ancient cpp.  Portability problem
28600         with GCC 2.7.2.1 reported by Thomas M.Ott.
28601
28602 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
28603
28604         * modules/regex (Depends-on): Add strcase.
28605
28606         * modules/gethostname (Licence): Change from GPL to LGPL, since
28607         gethostname.c is a trivial implementation of a standard library
28608         function.
28609         * modules/poll (License): Change from GPL to LGPL, since it's
28610         derived from LGPL code.
28611
28612 2005-09-27  Jim Meyering  <jim@meyering.net>
28613
28614         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
28615         HAVE_CONFIG_H.
28616
28617         * lib/intprops.h (signed_type_or_expr__): Define.
28618         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
28619         for unsigned types.
28620
28621 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
28622
28623         * lib/verify.h (verify_expr): Remove, replacing with:
28624         (verify_true): New macro that returns true instead of void.
28625         (verify_type__): Remove.
28626         (verify): Use verify_true rather than verify_type__.
28627
28628 2005-09-26  Bruno Haible  <bruno@clisp.org>
28629
28630         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
28631         is necessary.
28632         (lib_SOURCES): Remove mbchar.c.
28633         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
28634         (Files): Add m4/mbrtowc.m4.
28635         * modules/mbiter: Likewise.
28636         * modules/mbuiter: Likewise.
28637
28638 2005-09-26  Bruno Haible  <bruno@clisp.org>
28639
28640         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
28641         compile mbchar.c if they are not both present.
28642         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
28643         * m4/mbiter.m4 (gl_MBITER): Likewise.
28644         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
28645         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
28646         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
28647
28648 2005-09-25  Jim Meyering  <jim@meyering.net>
28649
28650         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
28651         also uses socklen_t.
28652
28653 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
28654
28655         * lib/utimens.c (ENOSYS): Define if not already defined.
28656         (futimens): Support having a null PATH if the file descriptor
28657         is nonnegative.
28658
28659         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
28660         Remove.
28661         (__attribute): Define to empty unless GCC 3.1 or later.
28662         This works around a core dump on OpenBSD 3.4, which has GCC
28663         2.95.3, which dumps core when given __attribute__(()).  It also
28664         simplifies other tests, since we really don't want to bother with
28665         worrying about which ancient version of GCC supported what.
28666         Original problem reported by Yoann Vandoorselaere, with part of
28667         the fix suggested by Derek Price.
28668
28669 2005-09-24  Jim Meyering  <jim@meyering.net>
28670
28671         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
28672         so we can once again use a positive bitfield width of 1 -- now we
28673         don't have to explain why we were using a bitfield width of 2.
28674
28675 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
28676
28677         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
28678         and similarly for the other external symbols.  Problem reported
28679         by James Gallager.
28680
28681         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
28682         bug reported by Jim Meyering.
28683
28684         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
28685         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
28686         not needed, since socklen is a prerequisite module.
28687
28688 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
28689
28690         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
28691         Problem reported by Eric Blake.
28692         (getaddrinfo): Initialize se so that it's not garbage.
28693         Redo internal storage allocation so that it doesn't make unportable
28694         assumptions about alignment.
28695         Fix a memory leak.
28696
28697         * lib/utimens.c (futimens): Use futimesat if available.
28698         Prefer it to futimes since it doesn't have the futimes bug.
28699
28700         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
28701         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
28702         Instead, declare a function that returns a pointer to an array,
28703         and use verify_type__ to declare the size of the array.
28704         Problem and germ of a solution reported by Bruno Haible.
28705         (verify_type__): Use 2, not 1, for bitfield size, to avoid
28706         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
28707
28708 2005-09-23  Jim Meyering  <jim@meyering.net>
28709
28710         Sync from coreutils.
28711         Correct build failure (socklen_t not defined) on at least
28712         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
28713         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
28714
28715 2005-09-23  Jim Meyering  <jim@meyering.net>
28716
28717         * modules/getaddrinfo (Depends-on): Add socklen.
28718
28719 2005-09-23  Bruno Haible  <bruno@clisp.org>
28720
28721         * tests/test-verify.c: New file.
28722
28723 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
28724
28725         Sync from coreutils.
28726
28727         * modules/argmatch (Depends-on): Add verify.
28728         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
28729         unistd-safer.
28730         * modules/save-cwd (Depends-on): Likewise.
28731
28732         * modules/openat (Files): Add lib/openat-die.c.
28733         (Depends-on): Remove error, exitfail.
28734         Add dirname.
28735
28736         * modules/verify: New file.
28737         * MODULES.html.sh (Diagnostics <assert.h>): New section,
28738         with "verify" module.
28739
28740 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
28741
28742         Sync from coreutils.
28743
28744         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
28745         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
28746         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
28747         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
28748         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
28749         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
28750         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
28751         Don't bother checking for string.h, stdlib.h, unistd.h.
28752         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
28753         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
28754         module's job.
28755         * m4/jm-macros.m4 (gl_MACROS): Likewise.
28756         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
28757
28758         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
28759         (gl_GETDATE): Use it.
28760
28761         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
28762
28763 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
28764
28765         Sync from coreutils.
28766
28767         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
28768         stat-time.h.
28769         * lib/argmatch.h: Include verify.h
28770         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
28771         (ARGMATCH_ASSERT): Remove; unused.
28772         * lib/canonicalize.c: Assume STDC_HEADERS.
28773         * lib/exclude.c: Include "strcase.h".
28774         * lib/regex_internal.h [!defined _LIBC]: Likewise.
28775         * lib/getusershell.c: Include stdio--.h rather than stdio.h
28776         and stdio-safer.h.
28777         (getusershell): Call fopen, not fopen_safer.
28778         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
28779         Do not include unistd-safer.h.
28780         (save_cwd): Don't call fd_safer; no longer needed
28781         now that we include fcntl--.h.
28782
28783         * lib/getdate.y (relative_time): New type.
28784         (RELATIVE_TIME_0): New constant.
28785         (parser_control): Use relative_time instead of doing it ourselves.
28786         (%union): Add new relative_time rel member.
28787         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
28788         Now typeless.
28789         (relunit, relunit_snumber): Now of type rel.
28790         (zone, rel, relunit, get_date): Adjust to above changes.
28791
28792         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
28793         Do not include unistd-safer.h.
28794         (getloadavg): Don't call fd_safer; no longer needed
28795         now that we include fcntl--.h.
28796
28797         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
28798         (make_dir_parents): Treat ENOSYS like EEXIST.
28799
28800         Improve quality of diagnostics on restore_cwd failure.
28801         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
28802         (make_dir_parents): Last arg is now int * (for errno), not bool *.
28803         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
28804         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
28805         each time through the loop.  Do not diagnose restore_cwd failure;
28806         that is the caller's job (and perhaps the caller does not care).
28807
28808         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
28809         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
28810         If the file already exists but is not a directory, don't bother
28811         to try to make its parents.
28812         Close potential file descriptor leak if we can't chdir("/") (!).
28813         Don't always return true if chdir($PWD) fails; return true only
28814         if the requested action was done successfully (except for the
28815         chdir($PWD)).
28816         Don't log final directory unless we actually made it.
28817         Refactor to avoid duplicate code to fix up permissions.
28818         Don't attempt to fix up parent permissions if chdir($PWD) fails.
28819
28820         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
28821         to make it a bit faster and (I hope) clearer.
28822         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
28823         Fix bug in formats like %2N.
28824
28825         * lib/verify.h: New file.
28826
28827 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
28828
28829         Sync from coreutils.
28830         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
28831
28832 2005-09-22  Jim Meyering  <jim@meyering.net>
28833
28834         Sync from coreutils.
28835
28836         * m4/lstat.m4 (gl_FUNC_LSTAT):
28837         Use AC_LIBSOURCES to require lstat.c and lstat.h.
28838         Remove obsolete comment.
28839         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
28840         * m4/xstrtod.m4: Likewise.
28841
28842         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
28843
28844 2005-09-22  Jim Meyering  <jim@meyering.net>
28845
28846         Sync from coreutils.
28847
28848         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
28849
28850         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
28851         the .tm_year member, since otherwise gcc-4.0 would now warn about
28852         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
28853
28854         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
28855         order to avoid an unsuppressible warning from gcc on 64-bit systems.
28856
28857         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
28858         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
28859         when run in a time zone for which daylight savings time is in effect
28860         for the starting date.
28861
28862         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
28863         stop us from restricting permissions of just-created absolute-named
28864         directories.
28865         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
28866         to restore initial working directory.
28867         * lib/mkdir-p.c (make_dir_parents): New parameter:
28868         different_working_dir, to tell caller if/when we change the working
28869         directory and are unable to return to the initial one.
28870         * lib/mkdir-p.h (make_dir_parents): Update prototype.
28871         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
28872         `return false'.  This fixes a bug introduced on 2004-07-30.
28873
28874         * lib/openat.c (fdopendir): Be sure to close the supplied
28875         file descriptor before returning.  This makes our replacement
28876         implementation a little closer to Solaris's, where fdopendir
28877         ties the file descriptor to the returned DIR* pointer.
28878         * lib/openat.c (unlinkat): New function.
28879         * lib/openat.h (unlinkat): Add prototype.
28880         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
28881         (openat_restore_fail): Rename from openat_restore_die.
28882         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
28883
28884         Provide an alternative to exiting immediately upon save_cwd or
28885         restore_cwd failure.  Now, an application can arrange e.g.,
28886         to perform a longjump in that case.
28887         * lib/openat.c: Include dirname.h.
28888         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
28889         (rpl_openat, fdopendir, fstatat): Call openat_save_die
28890         and openat_restore_die rather than calling error directly.
28891         Don't include "error.h" or "exitfail.h"; they're no longer needed.
28892
28893         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
28894         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
28895         define.
28896
28897         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
28898         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
28899                             int utc, int nanoseconds);
28900         Background:
28901         date should not have to allocate a megabyte of virtual memory to
28902         handle a format argument like +%1048575T.  When implemented with
28903         strftime, it must allocate such a buffer, use strftime to fill it
28904         in, print it, then free it.
28905         With fprintftime, it simply prints everything and exits.
28906         With no need for memory allocation, that's one fewer way to fail.
28907         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
28908         optional field width, not before, so we accept %9:z, not %:9z.
28909         (my_strftime): Be sure to use L_('x') for literals.
28910
28911         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
28912         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
28913         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
28914         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
28915         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
28916         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
28917         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
28918         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
28919         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
28920         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
28921         * lib/xgethostname.c, lib/xreadlink.c:
28922         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
28923
28924         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
28925         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
28926         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
28927         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
28928         and don't include <sys/file.h>).
28929
28930 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
28931
28932         Sync from coreutils.
28933
28934         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
28935         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
28936         [!LDAV_DONE]: Avoid unused variable warning.
28937
28938 2005-09-21  Bruno Haible  <bruno@clisp.org>
28939
28940         * lib/unicodeio.h (unicode_to_mb): New declaration.
28941
28942 2005-09-20  Derek Price  <derek@ximbiot.com>
28943
28944         * lib/getaddrinfo.c: Don't include <netdb.h> included from
28945         getaddrinfo.h.
28946
28947 2005-09-20  Bruno Haible  <bruno@clisp.org>
28948
28949         * gnulib-tool: Remove trailing slashes from the values specified for
28950         --source-base, --m4-base, --tests-base, --aux-dir.
28951         Suggested by Simon Josefsson <jas@extundo.com>.
28952
28953 2005-09-20  Bruno Haible  <bruno@clisp.org>
28954
28955         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
28956         func_modules_to_filelist, func_import, func_create_testdir): Make all
28957         sorting results locale-independent, so that gnulib-cache.m4 doesn't
28958         change when gnulib-tool is invoked in a different locale.
28959
28960 2005-09-19  Simon Josefsson  <jas@extundo.com>
28961
28962         * m4/socklen.m4: Fix typo.
28963
28964 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28965
28966         Use a consistent style for including <config.h>.
28967         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
28968         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
28969         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
28970         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
28971         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
28972         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
28973         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
28974         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
28975         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
28976         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
28977         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
28978         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
28979         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
28980         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
28981         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
28982         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
28983         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
28984         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
28985         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
28986         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
28987         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
28988         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
28989         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
28990         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
28991         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
28992         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
28993         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
28994         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
28995         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
28996         lib/xstrtoumax.c, lib/yesno.c:
28997         Standardize inclusion of config.h.
28998         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
28999         lib/inttostr.h:  Removed inclusion of config.h from header files.
29000         * lib/inttostr.c:  Adjusted in-tree users.
29001         * lib/timespec.h: Remove superfluous warning to include config.h.
29002         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
29003         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
29004         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
29005         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
29006         config.h with HAVE_CONFIG_H.
29007
29008 2005-09-19  Jim Meyering  <jim@meyering.net>
29009
29010         * modules/pathmax (License): Change to LGPL.
29011
29012 2005-09-19  Derek Price  <derek@ximbiot.com>
29013
29014         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
29015
29016 2005-09-19  Bruno Haible  <bruno@clisp.org>
29017
29018         * gnulib-tool (import): Provide default for --tests-base.
29019
29020 2005-09-19  Bruno Haible  <bruno@clisp.org>
29021
29022         * doc/quote.texi: New file, extracted from gnulib.texi.
29023         * doc/ctime.texi: New file, extracted from gnulib.texi.
29024         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
29025         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
29026         * doc/gnulib.texi: Include them.
29027
29028 2005-09-18  Bruno Haible  <bruno@clisp.org>
29029
29030         Portability fix.
29031         * gnulib-tool (func_readlink): New function.
29032         (func_ln_if_changed): Use it.
29033
29034 2005-09-18  Bruno Haible  <bruno@clisp.org>
29035
29036         * gnulib-tool: Support --with-tests also with --import.
29037         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
29038         (func_import): Use variables $testsbase and $inctests. Emit a
29039         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
29040         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
29041         SUBDIRS += $testsdir.
29042         (func_create_testdir): Update.
29043
29044 2005-09-18  Bruno Haible  <bruno@clisp.org>
29045
29046         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
29047         instead of $dry_run.
29048         (func_cp_if_changed, func_mv_if_changed): Remove functions.
29049         (func_ln_if_changed): Don't handle dry-run here.
29050         (func_import): In dry-run mode, detect more precisely which actions
29051         would be performed, and don't use "...ing" verbs.
29052
29053 2005-09-18  Bruno Haible  <bruno@clisp.org>
29054
29055         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
29056         (func_import): Use join on two temporary files instead of three nested
29057         loops, in order to determine which files are new or old.
29058
29059 2005-09-18  Bruno Haible  <bruno@clisp.org>
29060
29061         * gnulib-tool (func_import): Comment out code that spits out the
29062         new files with --dry-run.
29063
29064 2005-09-18  Bruno Haible  <bruno@clisp.org>
29065
29066         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
29067
29068 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
29069
29070         * lib/stat-time.h: New file.
29071         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
29072         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
29073         in a different way.
29074         (timespec_cmp): New function.
29075         * lib/utimecmp.c: Include stat-time.h.
29076         (SYSCALL_RESOLUTION): Depend on whether various struct stat
29077         members exist, not on the obsolescent ST_MTIM_NSEC.
29078         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
29079
29080 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
29081
29082         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
29083
29084 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
29085
29086         * MODULES.html.sh (File system functions): Add stat-time.
29087         * modules/stat-time: New file.
29088         * modules/timespec (Files): Remove m4/st_mtim.m4; this
29089         is now done in a different way, by the stat-time module.
29090         * modules/utimecmp (Depends-on): Add stat-time.
29091
29092 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
29093
29094         * m4/st_mtim.m4: Remove.  Superseded by...
29095         * m4/stat-time.m4: New file.
29096         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
29097         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
29098
29099 2005-09-15  Derek Price  <derek@ximbiot.com>
29100
29101         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
29102
29103 2005-09-15  Derek Price  <derek@ximbiot.com>
29104
29105         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
29106         * lib/regex_internal.c: Ditto, using this...
29107         (__GNUC_PREREQ): ...new macro.
29108         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
29109         using...
29110         (__GNUC_PREREQ): ...this new macro.
29111
29112         * lib/strstr.h: Include string.h. Define strstr as a macro here.
29113
29114 2005-09-15  Derek Price  <derek@ximbiot.com>
29115             Paul Eggert  <eggert@cs.ucla.edu>
29116
29117         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
29118         changes, consolidating in...
29119         * lib/regex_internal.h: ...this file.
29120
29121 2005-09-13  Jim Meyering  <jim@meyering.net>
29122
29123         * lib/canon-host.c: Filter through gnu indent and reword comments
29124         slightly.
29125         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
29126
29127 2005-09-13  Derek Price  <derek@ximbiot.com>
29128
29129         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
29130         failure.
29131         Reported by Jim Meyering  <jim@meyering.net>.
29132
29133 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
29134
29135         * lib/base64.c: Typo.
29136         (base64_encode): Put b64str in initialized data section.
29137
29138 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
29139
29140         Merge glibc and coreutils changes into gnulib, plus a few
29141         extra fixes.
29142         * lib/md5.c: Use #error rather than a string.
29143         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
29144         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
29145         (__attribute__): Define to empty for non recent-GCC.
29146         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
29147         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
29148         Renamed from their non-__ counterparts, with new macros replacing
29149         them if not _LIBC.  Add __THROW attribute.
29150         (rol): Remove.
29151         (struct md5_ctx): Align buffer if using GCC.
29152         * lib/sha1.h (struct sha1_ctx): Likewise.
29153         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
29154         The old name was backwards.
29155         (NOTSWAP): Remove; not used.
29156         (rol): New macro, moved here from md5.h.
29157         (sha1_process_block): Remove a FIXME that doesn't make sense.
29158
29159 2005-09-12  Derek Price  <derek@ximbiot.com>
29160
29161         Return usable errors from canon-host.
29162         * lib/canon-host.h: New file.
29163         * lib/canon-host.c (canon_host): Wrap...
29164         (canon_host_r): ...this new function, which now relies exclusively on
29165         getaddrinfo.
29166         (ch_strerror): New function.
29167         (last_cherror): New global.
29168         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
29169         interface.
29170         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
29171         void *.
29172         (freeaddrinfo): Free ai->ai_canonname when set.
29173
29174 2005-09-12  Derek Price  <derek@ximbiot.com>
29175
29176         Make canon-host require getaddrinfo.
29177         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
29178         AC_LIBSOURCE canon-host.h.  Call...
29179         (gl_PREREQ_CANON_HOST): ...this new function, which requires
29180         gl_GETADDRINFO.
29181         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
29182
29183 2005-09-12  Derek Price  <derek@ximbiot.com>
29184
29185         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
29186         LGPL.
29187         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
29188
29189 2005-09-12  Derek Price  <derek@ximbiot.com>
29190
29191         * lib/gai_strerror.c: Include config.h when available.  Include
29192         getaddrinfo.h before other headers to test interface.
29193         Reported by Larry Jones <lawrence.jones@ugs.com>.
29194
29195 2005-09-12  Derek Price  <derek@ximbiot.com>
29196             Paul Eggert  <eggert@cs.ucla.edu>
29197
29198         * modules/glob (Files): Add glob-libc.h.
29199
29200 2005-09-12  Derek Price  <derek@ximbiot.com>
29201             Paul Eggert  <eggert@cs.ucla.edu>
29202
29203         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
29204         glob_.h, glob-libc.h.
29205         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
29206
29207 2005-09-12  Derek Price  <derek@ximbiot.com>
29208             Paul Eggert  <eggert@cs.ucla.edu>
29209
29210         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
29211         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
29212         protecting things that should be done only in gnulib contexts.
29213         * lib/glob_.h: New file, containing only the glob things needed for
29214         gnulib.
29215         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
29216         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
29217         (glob, globfree, glob_pattern_p): Now defined simply in terms of
29218         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
29219         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
29220         and to respect the namespace rules better.
29221
29222 2005-09-08  Simon Josefsson  <jas@extundo.com>
29223
29224         * modules/socklen: New file.
29225
29226 2005-09-08  Simon Josefsson  <jas@extundo.com>
29227
29228         * m4/socklen.m4: New file.
29229
29230 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
29231
29232         * modules/utimens (Files): Add m4/utimbuf.m4, since
29233         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
29234         Reported by Sergey Poznyakoff.
29235
29236 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
29237
29238         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
29239         definitions, since that's the preferred style in glibc.
29240         Fix a minor spacing issue, and update copyright notice to match
29241         glibc's.
29242
29243 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
29244
29245         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
29246
29247 2005-09-06  Simon Josefsson  <jas@extundo.com>
29248
29249         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
29250         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
29251
29252 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
29253
29254         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
29255         warning.
29256
29257 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
29258
29259         * config/srclist.txt: Add glibc bug 1302.
29260
29261 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
29262
29263         Change bitset word type from unsigned int to unsigned long int,
29264         as this has better performance on typical 64-bit hosts.
29265         Port bitset code to hosts with unusual word sizes.
29266         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
29267         (build_collating_symbol):
29268         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
29269         argument is a bitset.  This is merely a style issue, but it makes
29270         it clearer that an entire array is expected.
29271         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
29272         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
29273         Port to the case where bitset_word is not the same as unsigned int.
29274         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
29275         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
29276         Likewise.
29277         * lib/regexec.c (check_dst_limits_calc_pos_1,
29278         check_subexp_matching_top):
29279         (build_trtable, group_nodes_into_DFAstates):
29280         Likewise.
29281         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
29282         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
29283         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
29284         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
29285         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
29286         * lib/regcomp.c (optimize_subexps, lower_subexp):
29287         Work even if bitset_word has holes in its bitwise representation.
29288         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
29289         * lib/regexec.c (check_dst_limits_calc_pos_1,
29290         check_subexp_matching_top):
29291         Likewise.
29292         * lib/regex_internal.c (re_string_reconstruct):
29293         Don't assume UCHAR_MAX == 255.
29294         * lib/regex_internal.h (bitset_set_all): Likewise.
29295         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
29296         All uses changed.
29297         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
29298         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
29299         All uses changed.
29300         (BITSET_WORD_MAX): New macro.
29301         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
29302         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
29303         (bitset_empty, bitset_copy):
29304         Prefer sizeof (bitset) to multiplying it out ourselves.
29305         (bitset_not_merge): Remove; unused.
29306         (bitset_contain): Return bool, not unsigned int with one bit on.
29307         All callers changed.
29308         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
29309         alignment than re_node_set; do this by defining a new internal
29310         type struct dests_alloc and using it to allocate memory.
29311
29312 2005-09-05  Bruno Haible  <bruno@clisp.org>
29313
29314         * gnulib-tool (func_import): Fix comparison in handling of symbolic
29315         links.
29316
29317 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
29318
29319         * modules/size_max (Makefile.am): Add size_max.h
29320
29321 2005-09-04  Derek Price  <derek@ximbiot.com>
29322
29323         * gnulib-tool (func_import): Fix reversed $symbolic logic.
29324
29325 2005-09-03  Simon Josefsson  <jas@extundo.com>
29326
29327         * gnulib-tool: Fix typo.
29328
29329 2005-09-03  Simon Josefsson  <jas@extundo.com>
29330
29331         * config/srclist.txt: Add glibc bug 1293.
29332
29333 2005-09-03  Derek Price  <derek@ximbiot.com>
29334
29335         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
29336         From Larry Jones <lawrence.jones@ugs.com>.
29337
29338 2005-09-02  Simon Josefsson  <jas@extundo.com>
29339
29340         * modules/socklen: New file.
29341
29342 2005-09-02  Simon Josefsson  <jas@extundo.com>
29343
29344         * modules/havelib: New module.
29345
29346         * modules/gettext, modules/iconv, modules/lock, modules/readline:
29347         Use havelib.
29348
29349 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
29350
29351         Check for arithmetic overflow when calculating sizes, to prevent
29352         some buffer-overflow issues.  These patches are conservative, in the
29353         sense that when I couldn't determine whether an overflow was possible,
29354         I inserted a run-time check.
29355         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
29356         macros.
29357         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
29358         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
29359         (re_xnrealloc, re_x2nrealloc): New inline functions.
29360         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
29361         parse_bracket_exp):
29362         (build_equiv_class, build_charclass): Check for arithmetic overflow
29363         in size expression calculations.
29364         * lib/regex_internal.c (re_string_realloc_buffers):
29365         (build_wcs_upper_buffer, re_node_set_add_intersect):
29366         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
29367         (re_dfa_add_node, register_state): Likewise.
29368         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
29369         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
29370         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
29371         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
29372
29373 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
29374
29375         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
29376         m4/ulonglong.m4.  Problem reported by Martin Lambers.
29377
29378 2005-09-02  Bruno Haible  <bruno@clisp.org>
29379
29380         Support for lib vs. lib64 distinction on biarch platforms.
29381         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
29382         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
29383         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
29384
29385 2005-09-02  Bruno Haible  <bruno@clisp.org>
29386
29387         * gnulib-tool (import): In the other first-use case, provide defaults
29388         as well.
29389
29390 2005-09-02  Bruno Haible  <bruno@clisp.org>
29391
29392         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
29393         patches not yet found in the latest gettext release.
29394
29395 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
29396
29397         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
29398         to avoid a collision with bits/local_lim.h in glibc.
29399         All uses changed.  Problem reported by Dmitry V. Levin in
29400         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
29401
29402         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
29403         bugs in int versus size_t comparisons.
29404         (re_string_context_at): Fix bug where the code assumed that
29405         Idx is signed.
29406
29407         Use bool where appropriate.
29408         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
29409         All callers changed.
29410         (calc_eclosure_iter): Likewise, for ROOT arg.
29411         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
29412         (build_charclass_op): Likewise, for NON_MATCH arg.
29413         * lib/regex_internal.c (re_string_allocate, re_string_construct):
29414         (re_string_construct_common): Likewise, for ICASE arg.
29415         * lib/regexec.c (re_search_2_stub, re_search_stub):
29416         Likewise, for RET_LEN arg.
29417         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
29418         (set_regs): Likewise, for FL_BACKTRACK arg.
29419         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
29420         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
29421         (calc_eclosure_iter, parse_bracket_exp):
29422         Use bool for internal variables that are booleans.
29423         * lib/regexec.c (re_search_internal, check_matching,
29424         proceed_next_node):
29425         (set_regs, build_sifted_states, sift_states_bkref):
29426         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
29427         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
29428         (find_collation_sequence_value):
29429         Likewise.
29430         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
29431         (re_node_set_compare):
29432         Return bool, not int. All callers changed.
29433         * lib/regexec.c (check_halt_node_context, check_dst_limits):
29434         (build_trtable, check_node_accept): Likewise.
29435         * lib/regex_internal.h: Include stdbool.h.
29436
29437         Fix bugs uncovered when converting to bool.
29438         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
29439         failure instead of charging ahead blindly.
29440         * lib/regex_internal.c (register_state): Likewise.
29441         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
29442         for freeing internal storage.
29443         (group_nodes_into_DFA_states): Use unsigned int, not int, for
29444         bitset pieces used as boolean, to avoid undefined behavior
29445         on hosts that do int overflow checking.
29446
29447 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
29448
29449         * config/srclist.txt: Add glibc bugs 1285-1287.
29450
29451 2005-09-01  Jim Meyering  <jim@meyering.net>
29452
29453         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
29454         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
29455         Require gl_STAT_MACROS, too.
29456
29457 2005-09-01  Bruno Haible  <bruno@clisp.org>
29458
29459         * gnulib-tool (import): In the first-use case, provide defaults.
29460
29461 2005-09-01  Bruno Haible  <bruno@clisp.org>
29462
29463         * gnulib-tool (func_import): Remove the .tmp files.
29464
29465 2005-09-01  Bruno Haible  <bruno@clisp.org>
29466
29467         * gnulib-tool (func_import): Fix handling of symbolic links.
29468
29469 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
29470
29471         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
29472         old glibc regex code mishandles strings longer than 2**31 bytes.
29473         This patch fixes this when the regex code is used in gnulib
29474         (i.e., outside glibc).
29475
29476         This patch should not affect the use of the regex code inside
29477         glibc.  No doubt this problem also needs to be handled for glibc
29478         as well, but the result will be an incompatible change to the
29479         glibc ABI, and the old ABI will have to be supported too.  That
29480         can be the the subject for another patch.
29481
29482         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
29483         governing whether the rest of this patch is active.  By default,
29484         the macro is disabled and the patch has no effect.
29485         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
29486         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
29487         (struct re_pattern_buffer, re_search, re_search_2, re_match):
29488         (re_match_2, re_set_registers): Use the new types.
29489         * lib/regex_internal.h (Idx, re_hashval_t): New types.
29490         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
29491         New macros.
29492         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
29493         (re_string_context_at, bin_tree_t, re_dfastate_t):
29494         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
29495         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
29496         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
29497         (re_string_char_size_at, re_string_wchar_at):
29498         (re_string_elem_size_at):
29499         Use the new types and macros to port to 64-bit hosts.
29500         Use unsigned types for internal values, so that the code
29501         mostly works even for arrays larger than SSIZE_MAX.
29502         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
29503         (search_duplicated_node, calc_eclosure_iter, fetch_number):
29504         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
29505         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
29506         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
29507         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
29508         (calc_inveclosure, parse_dup_op, build_range_exp):
29509         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
29510         (fetch_number, create_token_tree, mark_opt_subexp):
29511         Likewise.
29512         * lib/regex_internal.c (re_string_construct_common,
29513         create_ci_newstate):
29514         (create_cd_newstate, re_string_allocate, re_string_construct):
29515         (re_string_realloc_buffers, build_wcs_upper_buffer):
29516         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
29517         (re_string_reconstruct, re_string_peek_byte_case):
29518         (re_string_fetch_byte_case, re_string_context_at):
29519         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
29520         (re_node_set_init_copy, re_node_set_add_intersect):
29521         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
29522         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
29523         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
29524         (re_acquire_state, re_acquire_state_context, register_state):
29525         Likewise.
29526         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
29527         search_cur_bkref_entry):
29528         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
29529         (re_search_internal, re_search_2_stub, re_search_stub)
29530         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
29531         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
29532         (update_cur_sifted_state, check_dst_limits):
29533         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
29534         (check_subexp_limits, sift_states_bkref, merge_state_array):
29535         (check_subexp_matching_top, get_subexp, get_subexp_sub):
29536         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
29537         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
29538         (expand_bkref_cache, check_node_accept_bytes):
29539         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
29540         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
29541         (acquire_init_state_context, check_halt_node_context):
29542         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
29543         (sift_states_backward, clean_state_log_if_needed):
29544         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
29545         (find_recover_state, transit_state_sb, transit_state_mb):
29546         (transit_state_bkref, build_trtable, match_ctx_clean):
29547         Likewise.
29548         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
29549         to work around an assumption that REG_MISSING is negative.
29550
29551         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
29552         (seek_collating_symbol_entry) [defined _LIBC]:
29553         (lookup_collation_sequence_value) [defined _LIBC]:
29554         (build_range_exp, build_collating_symbol) [defined _LIBC]:
29555         Use prototypes rather than old-style function definitions.
29556         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
29557         (transit_state_sb) [0]:
29558         (find_collation_sequence_value) [defined _LIBC]: Likewise.
29559
29560         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
29561         rm_eo.
29562
29563         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
29564         (optimize_subexps, lower_subexp):
29565         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
29566         since the signed shift might overflow.  Use 1u<<31 instead.
29567         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
29568         Likewise.
29569         * lib/regexec.c (check_dst_limits_calc_pos_1,
29570         check_subexp_matching_top): Likewise.
29571
29572         * lib/regcomp.c (optimize_subexps, lower_subexp):
29573         Use CHAR_BIT rather than 8, for clarity.
29574         * lib/regexec.c (check_dst_limits_calc_pos_1):
29575         (check_subexp_matching_top): Likewise.
29576         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
29577         have to worry about portability issues when shifting it left.
29578         Remove no-longer-needed test for table_size > 0.
29579         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
29580         in a word, as the resulting behavior is undefined.
29581         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
29582         in one case, a <= should have been an <, and in another case the
29583         whole test was missing.
29584         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
29585         the standard name CHAR_BIT.
29586         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
29587         this is not true on one's complement and signed-magnitude hosts.
29588
29589         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
29590         next_last_offset.
29591         (struct re_dfa_t): Remove unused member states_alloc.
29592         * lib/regcomp.c (init_dfa): Don't initialize unused members.
29593
29594 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
29595
29596         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
29597         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
29598         and large-file glibc and in 32-bit large-file Solaris.
29599
29600 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
29601
29602         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
29603         lengths fit in regoff_t; this isn't true if regoff_t is the same
29604         width as size_t.
29605         * lib/regex.c (re_search_internal): 5th arg is LAST_START
29606         (= START + RANGE) instead of RANGE.  This avoids overflow
29607         problems when regoff_t is the same width as size_t.
29608         All callers changed.
29609         (re_search_2_stub): Check for overflow when adding the
29610         sizes of the two strings.
29611         (re_search_stub): Check for overflow when adding START
29612         to RANGE; if it occurs, substitute the extreme value.
29613
29614 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
29615
29616         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
29617
29618 2005-08-31  Jim Meyering  <jim@meyering.net>
29619
29620         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
29621         a pointer-to-const.
29622         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
29623         (register_state): Likewise.
29624         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
29625         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
29626         (group_nodes_into_DFAstates): Likewise.
29627
29628 2005-08-31  Jim Meyering  <jim@meyering.net>
29629
29630         * check-module: Add a FIXME comment.
29631
29632 2005-08-31  Eric Blake  <ebb9@byu.net>
29633
29634         * modules/unistd-safer (Files): Add unistd--.h.
29635         * modules/stdio-safer (Files): Add stdio--.h.
29636
29637 2005-08-31  Derek Price  <derek@ximbiot.com>
29638
29639         * lib/getdelim.c (getdelim): Return EOF on EOF.
29640         Reported by Larry Jones <lawrence.jones@ugs.com>.
29641
29642 2005-08-31  Bruno Haible  <bruno@clisp.org>
29643
29644         Avoid unnecessary diffs in the generated lib/Makefile.am.
29645         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
29646         the generated files.
29647         (func_import): Don't set cmd.
29648
29649 2005-08-31  Bruno Haible  <bruno@clisp.org>
29650
29651         * lib/strstr.c: Include <stddef.h>, for NULL.
29652         * lib/strcasestr.c: Likewise.
29653         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
29654
29655 2005-08-31  Bruno Haible  <bruno@clisp.org>
29656
29657         * gnulib-tool: New option --macro-prefix.
29658         (func_import): Use macro_prefix.
29659         (import): Handle option --macro-prefix.
29660
29661 2005-08-31  Bruno Haible  <bruno@clisp.org>
29662
29663         * gnulib-tool (import): Rename most ac_* variables to cached_*.
29664         Also use new variables cached_lgpl, cached_libtool.
29665
29666 2005-08-31  Bruno Haible  <bruno@clisp.org>
29667
29668         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
29669         always instantiating them.
29670
29671 2005-08-31  Bruno Haible  <bruno@clisp.org>
29672
29673         * gnulib-tool (func_import): Read the previous cached settings
29674         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
29675         earlier added by gnulib but are now dropped. Warn when a gnulib file
29676         overwrites a non-gnulib file.
29677
29678 2005-08-31  Bruno Haible  <bruno@clisp.org>
29679
29680         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
29681         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
29682         projects that don't keep autogenerated files in CVS. Put into
29683         actioncmd only the specified modules, not the transitive closure.
29684
29685 2005-08-31  Bruno Haible  <bruno@clisp.org>
29686
29687         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
29688         Create directories that shall be filled.
29689         (import): Don't look for gl_* macros in configure.ac. Recurse across
29690         all directories containing a gnulib-cache.m4 files, if meaningful.
29691
29692 2005-08-31  Bruno Haible  <bruno@clisp.org>
29693
29694         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
29695         (import): Set seen_libtool when we see gl_LIBTOOL.
29696
29697 2005-08-31  Bruno Haible  <bruno@clisp.org>
29698
29699         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
29700         declaration macro definitions from generated gnulib.m4.
29701
29702 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
29703
29704         * lib/iconvme.h: Add prototype for iconv_alloc.
29705
29706 2005-08-29  Simon Josefsson  <jas@extundo.com>
29707
29708         * lib/iconvme.c: Fix errno.
29709
29710 2005-08-29  Bruno Haible  <bruno@clisp.org>
29711
29712         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
29713         that it works when the directory contains spaces.
29714
29715 2005-08-29  Bruno Haible  <bruno@clisp.org>
29716
29717         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
29718
29719 2005-08-29  Bruno Haible  <bruno@clisp.org>
29720
29721         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
29722         Emit more advice.
29723
29724 2005-08-29  Bruno Haible  <bruno@clisp.org>
29725         and Stepan Kasal  <kasal@ucw.cz>
29726
29727         * check-module: If more parameters are given, check each of them
29728         separately; add more exceptions, as noted by Jim Meyering.
29729         (check_module): New procedure.
29730         (%exempt_header): Now contains all exceptions.
29731
29732 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
29733
29734         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
29735
29736 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
29737
29738         * lib/iconvme.c: Split iconv_string into iconv_alloc.
29739
29740 2005-08-28  Bruno Haible  <bruno@clisp.org>
29741
29742         * m4/gnulib-tool.m4: New file.
29743
29744 2005-08-27  Jim Meyering  <jim@meyering.net>
29745
29746         * modules/unistd-safer (Files): Add pipe-safer.c.
29747         * modules/fcntl-safer (Files): Add creat-safer.c.
29748
29749 2005-08-27  Jim Meyering  <jim@meyering.net>
29750
29751         * m4/stdlib-safer.m4: New file.  From coreutils.
29752         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
29753         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
29754         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
29755         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
29756         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
29757
29758 2005-08-27  Jim Meyering  <jim@meyering.net>
29759
29760         * lib/fopen-safer.c: Merge minor changes from coreutils.
29761         * lib/dup-safer.c: Likewise.
29762         * lib/fd-safer.c: Likewise.
29763
29764         Merge from coreutils.
29765         * lib/stdio--.h: New file.
29766         * lib/stdlib--.h: New file.
29767         * lib/mkstemp-safer.c: New file.
29768
29769         GNU tar needs these.
29770         * lib/pipe-safer.c: New file.
29771         * lib/creat-safer.c: New file.
29772         * lib/fcntl--.h (creat): Define to creat_safer.
29773         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
29774         * lib/unistd--.h (pipe): Define to pipe_safer.
29775         * lib/unistd-safer.h: Declare pipe_safer.
29776
29777 2005-08-26  Simon Josefsson  <jas@extundo.com>
29778
29779         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
29780         Haible <bruno@clisp.org>.
29781
29782 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
29783
29784         * lib/regex_internal.h: Remove all references to
29785         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
29786         or better.
29787         (bitset_not, bitset_merge, bitset_not_merge):
29788         (bitset_mask, re_string_allocate, re_string_construct):
29789         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
29790         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
29791         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
29792         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
29793         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
29794         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
29795         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
29796         (re_acquire_state_context):
29797         Remove unnecessary forward decls.
29798         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
29799         Put __attribute at function definition,
29800         now that the function decl has been removed.
29801         * lib/regex_internal.c (re_string_peek_byte_case):
29802         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
29803         Likewise.
29804
29805 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
29806
29807         * m4/regex.m4: Add AC_PREREQ(2.50).
29808         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
29809
29810 2005-08-25  Simon Josefsson  <jas@extundo.com>
29811
29812         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
29813         __fsetlocking.
29814
29815 2005-08-25  Simon Josefsson  <jas@extundo.com>
29816
29817         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
29818         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
29819         GLIBC specific code.
29820
29821 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29822
29823         Make regex safe for g++.  This fixes one real bug (an "err"
29824         that should have been "*err").  g++ problem reported by
29825         Sam Steingold.
29826         * lib/regex_internal.h (re_calloc): New macro, consistent with
29827         re_malloc etc.  All callers of calloc changed to use re_calloc.
29828         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
29829         not int.  All callers changed.
29830         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
29831         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
29832         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
29833         (find_recover_state): Change "err" to "*err"; this fixes what
29834         appears to be a real bug.
29835         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
29836         versus int.
29837
29838 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29839
29840         * modules/regex (Depends-on): Add malloc, since the code
29841         assumes that !malloc(0) means failure.
29842
29843 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29844
29845         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
29846
29847         alloca modernization/simplification for regex.
29848         * lib/regex.c: Remove portability cruft for alloca.  This no longer
29849         needs to be at the start of the file, and can be moved into
29850         regex_internal.h and simplified.
29851         * lib/regex_internal.h: Include <alloca.h>.
29852         (__libc_use_alloca) [!defined _LIBC]: New macro.
29853         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
29854         now works outside glibc.
29855
29856 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29857
29858         * config/srclist.txt: Add glibc bugs 1241, 1245.
29859
29860 2005-08-25  Jim Meyering  <jim@meyering.net>
29861
29862         * lib/open-safer.c: Include <config.h>.
29863         Otherwise, we'd lose LARGEFILE support in any file using
29864         e.g. "fcntl--.h"
29865
29866 2005-08-25  Bruno Haible  <bruno@clisp.org>
29867
29868         * m4/minmax.m4: Require autoconf 2.52.
29869         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
29870         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
29871         alternatives of translit over the alphabet.
29872         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
29873
29874 2005-08-24  Simon Josefsson  <jas@extundo.com>
29875
29876         * tests/test-getpass.c: New file.
29877
29878 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29879
29880         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
29881         for GNU regex features.
29882
29883 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29884
29885         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
29886         * lib/regex.h (regerror): Likewise.
29887
29888         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
29889         requires this.  (The code never needed it.)
29890
29891         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
29892         All uses of recently-renamed identifiers changed to use the new,
29893         POSIX-compliant names.  The code will build and run just fine
29894         without these changes, but it's better to eat our own dog food
29895         and use the standard-conforming names.
29896
29897         * lib/regex.h: Fix a multitude of POSIX name space violations.
29898         These changes have an effect only for programs that define
29899         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
29900         do not change anything for programs compiled in the normal way.
29901         Also, there is no effect on the ABI.
29902
29903         (_REGEX_SOURCE): New macro.
29904         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
29905         defined and _GNU_SOURCE is not; this fixes a name space violation.
29906
29907         Rename the following macros to obey POSIX requirements.
29908         The old names are still visible as macros if _REGEX_SOURCE is defined.
29909         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
29910         RE_BACKSLASH_ESCAPE_IN_LISTS.
29911         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
29912         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
29913         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
29914         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
29915         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
29916         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
29917         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
29918         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
29919         (REG_INTERVALS): renamed from RE_INTERVALS.
29920         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
29921         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
29922         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
29923         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
29924         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
29925         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
29926         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
29927         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
29928         RE_UNMATCHED_RIGHT_PAREN_ORD.
29929         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
29930         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
29931         (REG_DEBUG): renamed from RE_DEBUG.
29932         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
29933         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
29934         unusual, since we can't clash with the POSIX REG_ICASE.
29935         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
29936         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
29937         (REG_NO_SUB): renamed from RE_NO_SUB.
29938         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
29939         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
29940         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
29941         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
29942         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
29943         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
29944         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
29945         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
29946         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
29947         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
29948         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
29949         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
29950         RE_SYNTAX_POSIX_MINIMAL_BASIC.
29951         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
29952         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
29953         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
29954         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
29955         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
29956         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
29957         (REG_FIXED): Renamed from REGS_FIXED.
29958         (REG_NREGS): Renamed from RE_NREGS.
29959
29960         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
29961         of other REG_* macros, since POSIX says the user is allowed to
29962         #undef these macros selectively.
29963
29964         (reg_errcode_t): Update comment stating what other tables need
29965         to be consistent.
29966
29967         Rename the following enum values to obey POSIX requirements.
29968         The old names are still visible as macros.
29969         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
29970         is not defined, since GNU is supposed to be a superset of POSIX as
29971         much as possible, and since we want reg_errcode_t to be a signed
29972         type for implementation consistency.
29973         (_REG_NOERROR): Renamed from REG_NOERROR.
29974         (_REG_NOMATCH): Renamed from REG_NOMATCH.
29975         (_REG_BADPAT): Renamed from REG_BADPAT.
29976         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
29977         (_REG_ECTYPE): Renamed from REG_ECTYPE.
29978         (_REG_EESCAPE): Renamed from REG_EESCAPE.
29979         (_REG_ESUBREG): Renamed from REG_ESUBREG.
29980         (_REG_EBRACK): Renamed from REG_EBRACK.
29981         (_REG_EPAREN): Renamed from REG_EPAREN.
29982         (_REG_EBRACE): Renamed from REG_EBRACE.
29983         (_REG_BADBR): Renamed from REG_BADBR.
29984         (_REG_ERANGE): Renamed from REG_ERANGE.
29985         (_REG_ESPACE): Renamed from REG_ESPACE.
29986         (_REG_BADRPT): Renamed from REG_BADRPT.
29987         (_REG_EEND): Renamed from REG_EEND.
29988         (_REG_ESIZE): Renamed from REG_ESIZE.
29989         (_REG_ERPAREN): Renamed from REG_ERPAREN.
29990         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
29991         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
29992         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
29993         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
29994
29995         (_REG_RE_NAME, _REG_RM_NAME): New macros.
29996         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
29997         changed.  But support the old name if the new one is not defined
29998         and if _REGEX_SOURCE.
29999
30000         Change the following member names in struct re_pattern_buffer.
30001         The old names are still supported if !_REGEX_SOURCE.
30002         The new names are always supported, regardless of _REGEX_SOURCE.
30003         (re_buffer): Renamed from buffer.
30004         (re_allocated): Renamed from allocated.
30005         (re_used): Renamed from used.
30006         (re_syntax): Renamed from syntax.
30007         (re_fastmap): Renamed from fastmap.
30008         (re_translate): Renamed from translate.
30009         (re_can_be_null): Renamed from can_be_null.
30010         (re_regs_allocated): Renamed from regs_allocated.
30011         (re_fastmap_accurate): Renamed from fastmap_accurate.
30012         (re_no_sub): Renamed from no_sub.
30013         (re_not_bol): Renamed from not_bol.
30014         (re_not_eol): Renamed from not_eol.
30015         (re_newline_anchor): Renamed from newline_anchor.
30016
30017         Change the following member names in struct re_registers.
30018         The old names are still supported if !_REGEX_SOURCE.
30019         The new names are always supported, regardless of _REGEX_SOURCE.
30020         (rm_num_regs): Renamed from num_regs.
30021         (rm_start): Renamed from start.
30022         (rm_end): Renamed from end.
30023
30024         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
30025         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
30026         Prepend __ to parameter names.
30027
30028         Undo yesterday's changes.
30029
30030 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
30031
30032         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
30033         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
30034         lib/regex.c.
30035
30036 2005-08-24  Jim Meyering  <jim@meyering.net>
30037
30038         Sync from coreutils.
30039         * m4/fcntl-safer.m4: New file.
30040
30041         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
30042         and object files for this module.
30043
30044 2005-08-24  Jim Meyering  <jim@meyering.net>
30045
30046         Sync from coreutils.
30047         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
30048
30049 2005-08-24  Jim Meyering  <jim@meyering.net>
30050
30051         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
30052         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
30053
30054 2005-08-24  Jim Meyering  <jim@meyering.net>
30055
30056         * modules/fcntl-safer: New module.
30057         * modules/fts (Depends-on): Add fcntl-safer.
30058         * MODULES.html.sh (File descriptor based Input/Output):
30059         Add fcntl-safer.
30060
30061 2005-08-24  Bruno Haible  <bruno@clisp.org>
30062
30063         Support for unit test modules.
30064         * modules/README: Mention tests modules.
30065         * modules/TEMPLATE-TESTS: New file.
30066         * gnulib-tool: New options --extract-tests-module, --with-tests and
30067         --tests-base (unused for the moment).
30068         (testsbase, inctests): New variables.
30069         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
30070         (func_verify_module): Exclude TEMPLATE-TESTS.
30071         (func_verify_nontests_module, func_verify_tests_module): New functions.
30072         (func_get_dependencies): Add implicit dependency for tests modules.
30073         (func_get_tests_module): New function.
30074         (func_modules_transitive_closure): When --with-tests was specified,
30075         include the unit tests as well, unless explicitly avoided.
30076         (func_emit_lib_Makefile_am): Ignore the tests modules here.
30077         (func_emit_tests_Makefile_am): New function.
30078         (func_create_testdir): When --with-tests was specified, emit a
30079         tests/ directory.
30080         * MODULES.html.sh (Future developments): Update.
30081
30082 2005-08-24  Bruno Haible  <bruno@clisp.org>
30083
30084         * modules/tls-tests: New file.
30085         * tests/test-tls.c: New file, from GNU gettext.
30086
30087 2005-08-24  Bruno Haible  <bruno@clisp.org>
30088
30089         * modules/lock-tests: New file.
30090         * tests/test-lock.c: New file, from GNU gettext.
30091
30092 2005-08-24  Bruno Haible  <bruno@clisp.org>
30093
30094         * lib/lock.h: Add multiple inclusion guard.
30095         * lib/tls.h: Add multiple inclusion guard.
30096
30097 2005-08-24  Bruno Haible  <bruno@clisp.org>
30098
30099         * gnulib-tool: Add support for the --aux-dir option to
30100         --create-testdir, --create-megatestdir, --test, --megatest.
30101         (func_create_testdir, func_create_megatestdir): Optionally emit a
30102         AC_CONFIG_AUX_DIR directive.
30103         (create-testdir, create-megatestdir, test, megatest): Provide a
30104         default value for $auxdir.
30105
30106 2005-08-24  Bruno Haible  <bruno@clisp.org>
30107
30108         * gnulib-tool (import): Use compound statement instead of subshell
30109         where possible.
30110
30111 2005-08-24  Bruno Haible  <bruno@clisp.org>
30112
30113         * gnulib-tool (import): Change --aux-dir default to "build-aux".
30114
30115 2005-08-24  Bruno Haible  <bruno@clisp.org>
30116
30117         * gnulib-tool (func_version): Update.
30118
30119 2005-08-24  Bruno Haible  <bruno@clisp.org>
30120
30121         * gnulib-tool (func_import, func_create_testdir,
30122         func_create_megatestdir): Quote all autoconf macro arguments.
30123
30124 2005-08-24  Bruno Haible  <bruno@clisp.org>
30125
30126         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
30127         option --force, because --force causes the aclocal.m4 of each
30128         subdirectory to be newer than the corresponding config.h.in.
30129
30130 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
30131
30132         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
30133         All contents moved to gl_REGEX.
30134         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
30135         assume that it does.
30136
30137 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
30138
30139         * lib/regex.h (REG_NOSYS)
30140         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
30141         Define, since POSIX requires it as of 2001.
30142         (_REG_ENOSYS)
30143         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
30144         New private symbol, used to keep the enum signed in all cases.
30145         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
30146         Youngman in
30147         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
30148
30149         * lib/regex_internal.c (re_string_skip_chars, register_state):
30150         (calc_state_hash):
30151         Remove forward decls; no longer needed now that we use prototypes.
30152         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
30153         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
30154         (clean_state_log_if_needed): Likewise.
30155
30156 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
30157
30158         * config/srclist.txt: Add glibc bugs 1231-1233.
30159
30160 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
30161
30162         Fix problems reported by Sam Steingold in
30163         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
30164         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
30165         assumed that reg_errcode_t is a signed type, which is not
30166         necessarily true if _XOPEN_SOURCE is not defined.
30167         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
30168         since some compilers warn about it otherwise.
30169
30170 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
30171
30172         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
30173         (init_word_char, create_initial_state, duplicate_node_closure):
30174         (fetch_token, peek_token_bracket, build_range_exp):
30175         (build_collating_symbol): Remove forward decls; no longer needed
30176         now that we use prototypes.
30177
30178         * lib/regcomp.c:
30179         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
30180         (re_compile_fastmap_iter, regcomp, regerror, regfree):
30181         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
30182         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
30183         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
30184         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
30185         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
30186         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
30187         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
30188         (build_range_exp, build_collating_symbol, parse_bracket_exp):
30189         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
30190         (build_charclass, build_charclass_op, fetch_number, create_tree):
30191         (create_token_tree, mark_opt_subexp, duplicate_tree):
30192         Use prototypes rather than old-style definitions.
30193
30194         * lib/regex_internal.c:
30195         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
30196         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
30197         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
30198         (re_string_reconstruct, re_string_peek_byte_case):
30199         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
30200         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
30201         (re_node_set_init_copy, re_node_set_add_intersect):
30202         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
30203         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
30204         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
30205         (re_acquire_state, re_acquire_state_context, register_state):
30206         (create_ci_newstate, create_cd_newstate, free_state):
30207         Likewise.
30208         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
30209         re_search_2):
30210         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
30211         (re_search_internal, prune_impossible_nodes):
30212         (acquire_init_state_context, check_matching, static):
30213         (check_halt_node_context, check_halt_state_context, proceed_next_node):
30214         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
30215         (update_regs, sift_states_backward, build_sifted_states):
30216         (clean_state_log_if_needed, merge_state_array):
30217         (update_cur_sifted_state, add_epsilon_src_nodes):
30218         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
30219         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
30220         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
30221         (find_recover_state, check_subexp_matching_top, transit_state_mb):
30222         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
30223         (check_arrival, check_arrival_add_next_nodes):
30224         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
30225         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
30226         (check_node_accept_bytes, check_node_accept, extend_buffers):
30227         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
30228         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
30229         (sift_ctx_init):
30230         Likewise.
30231
30232         * lib/regex_internal.h:
30233         (re_string_allocate, re_string_construct, re_string_reconstruct):
30234         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
30235         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
30236         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
30237         (re_string_context_at, re_string_peek_byte_case):
30238         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
30239         is defined, since we now use prototypes always.
30240
30241         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
30242         C89 or better.  All uses removed.
30243
30244 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
30245
30246         * config/srclist.txt: Add glibc bugs 1220-1227.
30247
30248 2005-08-20  Jim Meyering  <jim@meyering.net>
30249
30250         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
30251         of unused local, dfa.
30252
30253 2005-08-20  Bruno Haible  <bruno@clisp.org>
30254
30255         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
30256
30257 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30258
30259         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
30260         (re_node_set_insert_last, re_dfa_add_node):
30261         Rename local variables to avoid GCC shadowing warnings.
30262
30263 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30264
30265         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
30266         [defined lint]: Suppress bogus uninitialized-variable warnings.
30267
30268         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
30269         and let the caller return REG_ESPACE if out of space.  This
30270         removes an uninitialied-variable warning with GCC 4.0.1, and also
30271         avoids taking the address of a local variable.  All callers
30272         changed.
30273
30274 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30275
30276         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
30277         $LIBCSRC/posix/regexec.c.
30278         Add glibc bug 1217 for regcomp.c.
30279
30280 2005-08-19  Jim Meyering  <jim@meyering.net>
30281
30282         * lib/regexec.c (proceed_next_node): Redo local variables to
30283         avoid GCC shadowing warnings.
30284
30285 2005-08-18  Bruno Haible  <bruno@clisp.org>
30286
30287         * lib/strstr.c (strstr): Fix return value in multibyte case.
30288         * lib/strcasestr.c (strcasestr): Likewise.
30289
30290 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
30291
30292         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
30293
30294 2005-08-17  Jim Meyering  <jim@meyering.net>
30295
30296         Make the %s format (seconds since the epoch) work for a negative
30297         number and when used with a zero-padded field width, e.g. %015s.
30298
30299         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
30300         label so that it precedes the code to set `digits'.  Otherwise,
30301         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
30302         print `00-22'.  Now, it prints `-0022', as it should.
30303
30304 2005-08-17  Bruno Haible  <bruno@clisp.org>
30305
30306         * modules/strstr (Files): Add m4/mbrtowc.m4.
30307         (Depends-on): Add mbuiter.
30308
30309 2005-08-17  Bruno Haible  <bruno@clisp.org>
30310
30311         * modules/strcasestr: New file.
30312         * MODULES.html.sh (String handling, based on ANSI C 89): Add
30313         strcasestr.
30314
30315 2005-08-17  Bruno Haible  <bruno@clisp.org>
30316
30317         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
30318
30319 2005-08-17  Bruno Haible  <bruno@clisp.org>
30320
30321         * modules/mbuiter: New file.
30322         * MODULES.html.sh (Extended multibyte and wide character utilities):
30323         Add mbuiter.
30324
30325 2005-08-17  Bruno Haible  <bruno@clisp.org>
30326
30327         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
30328         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
30329
30330 2005-08-17  Bruno Haible  <bruno@clisp.org>
30331
30332         * m4/strcasestr.m4: New file.
30333
30334 2005-08-17  Bruno Haible  <bruno@clisp.org>
30335
30336         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
30337         * lib/strstr.c: Completely rewritten, with multibyte locale support.
30338
30339 2005-08-17  Bruno Haible  <bruno@clisp.org>
30340
30341         * lib/strcasestr.h: New file.
30342         * lib/strcasestr.c: New file.
30343
30344 2005-08-17  Bruno Haible  <bruno@clisp.org>
30345
30346         * lib/strcasecmp.c: Use mbuiter.h.
30347
30348 2005-08-17  Bruno Haible  <bruno@clisp.org>
30349
30350         * lib/mbuiter.h: New file.
30351
30352 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
30353
30354         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
30355         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
30356         and gl_GETOPT are both invoked via different paths (as happens
30357         with GNU tar CVS because it uses both argp and getopt), the former
30358         wins.
30359
30360 2005-08-16  Bruno Haible  <bruno@clisp.org>
30361
30362         * modules/tls: New file.
30363         * MODULES.html.sh (Multithreading): Add tls.
30364
30365 2005-08-16  Bruno Haible  <bruno@clisp.org>
30366
30367         * modules/strnlen1: New file.
30368         * MODULES.html.sh (String handling): Add strnlen1.
30369
30370 2005-08-16  Bruno Haible  <bruno@clisp.org>
30371
30372         * modules/strcase (Files): Add m4/mbrtowc.m4.
30373         (Depends-on): Add strnlen1, mbchar.
30374
30375 2005-08-16  Bruno Haible  <bruno@clisp.org>
30376
30377         * modules/mbiter: New file.
30378         * MODULES.html.sh (Extended multibyte and wide character utilities):
30379         Add mbiter.
30380
30381 2005-08-16  Bruno Haible  <bruno@clisp.org>
30382
30383         * modules/mbfile: New file.
30384         * MODULES.html.sh (Extended multibyte and wide character utilities):
30385         Add mbfile.
30386
30387 2005-08-16  Bruno Haible  <bruno@clisp.org>
30388
30389         * modules/mbchar: New file.
30390         * MODULES.html.sh (Extended multibyte and wide character utilities):
30391         New section.
30392
30393 2005-08-16  Bruno Haible  <bruno@clisp.org>
30394
30395         * m4/tls.m4: New file, from GNU gettext.
30396
30397 2005-08-16  Bruno Haible  <bruno@clisp.org>
30398
30399         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
30400         always.
30401         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
30402
30403 2005-08-16  Bruno Haible  <bruno@clisp.org>
30404
30405         * m4/mbiter.m4: New file.
30406
30407 2005-08-16  Bruno Haible  <bruno@clisp.org>
30408
30409         * m4/mbfile.m4: New file.
30410
30411 2005-08-16  Bruno Haible  <bruno@clisp.org>
30412
30413         * m4/mbchar.m4: New file.
30414
30415 2005-08-16  Bruno Haible  <bruno@clisp.org>
30416
30417         * lib/tls.h: New file, from GNU gettext.
30418         * lib/tls.c: New file, from GNU gettext.
30419
30420 2005-08-16  Bruno Haible  <bruno@clisp.org>
30421
30422         * lib/strnlen1.h: New file.
30423         * lib/strnlen1.c: New file.
30424
30425 2005-08-16  Bruno Haible  <bruno@clisp.org>
30426
30427         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
30428         (mbi_init): Update.
30429         (mbi_avail, mbi_advance): Let the iteration end before the terminating
30430         NUL byte, not after it.
30431
30432 2005-08-16  Bruno Haible  <bruno@clisp.org>
30433
30434         * lib/strcase.h (strcasecmp): Add note in comments.
30435         * lib/strncasecmp.c: Use code from strcasecmp.c.
30436         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
30437         (strcasecmp): Work correctly in multibyte locales.
30438
30439 2005-08-16  Bruno Haible  <bruno@clisp.org>
30440
30441         * lib/mbiter.h: New file.
30442
30443 2005-08-16  Bruno Haible  <bruno@clisp.org>
30444
30445         * lib/mbfile.h: New file.
30446
30447 2005-08-16  Bruno Haible  <bruno@clisp.org>
30448
30449         * lib/mbchar.h: New file.
30450         * lib/mbchar.c: New file.
30451
30452 2005-08-16  Bruno Haible  <bruno@clisp.org>
30453
30454         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
30455         the valid ones. Makes the comparison operations transitive:
30456         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
30457         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
30458
30459 2005-08-15  Simon Josefsson  <jas@extundo.com>
30460
30461         * modules/ssize_t (License): Change to 'unlimited'.
30462
30463         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
30464
30465 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
30466
30467         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
30468         Add comments for each pending glibc patch.
30469
30470 2005-08-15  Bruno Haible  <bruno@clisp.org>
30471
30472         * lib/regex.h (__restrict_arr): Don't define to __restrict if
30473         __cplusplus is defined.
30474
30475 2005-08-14  Jim Meyering  <jim@meyering.net>
30476
30477         Sync from coreutils.
30478
30479         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
30480         Use the hash-table-based cycle-detection code not just when
30481         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
30482         Reported by James Youngman in
30483         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
30484         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
30485         FTS_TIGHT_CYCLE_CHECK.
30486         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
30487         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
30488         once again.
30489         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
30490         * lib/fts.c (fd_safer): Remove decl.
30491         Include fcntl--.h rather than unistd-safer.h
30492         (fts_safe_changedir): Don't call fd_safer; no longer needed
30493         now that we include fcntl--.h.
30494
30495 2005-08-12  Simon Josefsson  <jas@extundo.com>
30496
30497         * modules/getndelim2: Use ssize_t module.
30498         * modules/getnline: Likewise.
30499         * modules/safe-read: Likewise.
30500         * modules/xreadlink: Likewise.
30501
30502         * modules/ssize_t: New file.
30503
30504 2005-08-12  Simon Josefsson  <jas@extundo.com>
30505
30506         * m4/readline.m4: Look for termcap, curses or ncurses if required.
30507
30508 2005-08-12  Simon Josefsson  <jas@extundo.com>
30509
30510         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
30511         ssize_t.
30512
30513 2005-08-12  Simon Josefsson  <jas@extundo.com>
30514
30515         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
30516         readline, getdelim and check_version.
30517         (Support for systems lacking ISO C 99: Sizes of integer types):
30518         Add size_max.
30519
30520 2005-08-12  Bruno Haible  <bruno@clisp.org>
30521
30522         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
30523
30524 2005-08-11  Simon Josefsson  <jas@extundo.com>
30525
30526         * modules/readline: New file.
30527
30528         * modules/strnlen (Files): Add strnlen.h.
30529
30530 2005-08-11  Simon Josefsson  <jas@extundo.com>
30531
30532         * m4/readline.m4: New file.
30533
30534 2005-08-11  Simon Josefsson  <jas@extundo.com>
30535
30536         * lib/readline.h, readline.c: New file.
30537
30538 2005-08-11  Simon Josefsson  <jas@extundo.com>
30539
30540         * doc/gnulib.texi (Initial import, Finishing touches): Mention
30541         gl_AVOID.
30542
30543 2005-08-11  Bruno Haible  <bruno@clisp.org>
30544
30545         * lib/strnlen.h (strnlen): Change parameter name to match comment.
30546
30547 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
30548
30549         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
30550
30551 2005-08-10  Simon Josefsson  <jas@extundo.com>
30552
30553         * tests/test-iconvme.c: New file.
30554
30555 2005-08-10  Simon Josefsson  <jas@extundo.com>
30556
30557         * m4/strnlen.m4: New file.
30558
30559         * m4/strndup.m4: Don't check for strnlen declaration, done in
30560         strnlen.m4.
30561
30562 2005-08-10  Simon Josefsson  <jas@extundo.com>
30563
30564         * lib/strndup.c: Use strnlen.h.
30565
30566         * lib/strnlen.h: New file.
30567
30568 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
30569
30570         * README: Typos.
30571
30572 2005-08-02  Simon Josefsson  <jas@extundo.com>
30573
30574         * modules/readline: New file.
30575
30576 2005-08-02  Simon Josefsson  <jas@extundo.com>
30577
30578         * modules/getdelim: New file.
30579
30580         * modules/getline: Rewrite, don't use getndelim2.
30581
30582 2005-08-02  Simon Josefsson  <jas@extundo.com>
30583
30584         * m4/getline.m4: Separate out getdelim stuff into separate module.
30585
30586         * m4/getdelim.m4: New file.
30587
30588 2005-08-02  Simon Josefsson  <jas@extundo.com>
30589
30590         * lib/getline.h, getline.c: Rewrite.
30591
30592         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
30593
30594 2005-07-31  Bruno Haible  <bruno@clisp.org>
30595
30596         * lib/lock.h (gl_lock_initializer): New macro.
30597         (gl_lock_define_initialized): Use it.
30598         (gl_rwlock_initializer): New macro.
30599         (gl_rwlock_define_initialized): Use it.
30600         (gl_recursive_lock_initializer): New macro.
30601         (gl_recursive_lock_define_initialized): Use it.
30602
30603 2005-07-30  Karl Berry  <karl@gnu.org>
30604
30605         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
30606         Report from Ben Pfaff, regarding getopt.
30607
30608 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
30609
30610         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
30611         normal way.
30612         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
30613         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
30614         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
30615         (gl_GETOPT): Use the new macros.  Most of the implementation
30616         is moved to the new macros.  This is for programs like Emacs
30617         that don't want all the functionality of gl_GETOPT.
30618
30619 2005-07-26  Bruno Haible  <bruno@clisp.org>
30620
30621         * m4/lock.m4: Update from GNU gettext.
30622
30623 2005-07-26  Bruno Haible  <bruno@clisp.org>
30624
30625         * lib/lock.h: Update from GNU gettext.
30626         * lib/lock.c: Update from GNU gettext.
30627
30628 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
30629
30630         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
30631         obsolescent AC_TRY_RUN.  Include the default includes files, for
30632         'exit'.
30633
30634 2005-07-24  Bruno Haible  <bruno@clisp.org>
30635
30636         * modules/visibility: New file.
30637         * MODULES.html.sh (Misc): Add visibility.
30638
30639 2005-07-24  Bruno Haible  <bruno@clisp.org>
30640
30641         * m4/visibility.m4: New file.
30642
30643 2005-07-24  Bruno Haible  <bruno@clisp.org>
30644
30645         * doc/visibility.texi: New file.
30646
30647 2005-07-22  Bruno Haible  <bruno@clisp.org>
30648
30649         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
30650         $(ALLOCA_H), redundant through BUILT_SOURCES.
30651         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
30652         redundant through BUILT_SOURCES.
30653         * modules/byteswap (Makefile.am): Remove explicit dependency on
30654         $(BYTESWAP_H), redundant through BUILT_SOURCES.
30655         * modules/fnmatch (Makefile.am): Remove explicit dependency on
30656         $(FNMATCH_H), redundant through BUILT_SOURCES.
30657         * modules/getopt (Makefile.am): Remove explicit dependency on
30658         $(GETOPT_H), redundant through BUILT_SOURCES.
30659         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
30660         redundant through BUILT_SOURCES.
30661         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
30662         redundant through BUILT_SOURCES.
30663         * modules/stdbool (Makefile.am): Remove explicit dependency on
30664         $(STDBOOL_H), redundant through BUILT_SOURCES.
30665         * modules/stdint (Makefile.am): Remove explicit dependency on
30666         $(STDINT_H), redundant through BUILT_SOURCES.
30667         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
30668         Remove explicit dependency on $(SYSEXITS_H).
30669         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
30670
30671 2005-07-18  Simon Josefsson  <jas@extundo.com>
30672
30673         * lib/check-version.c (check_version): Accept identical versions too.
30674
30675 2005-07-18  Bruno Haible  <bruno@clisp.org>
30676
30677         * modules/lock: New file.
30678         * MODULES.html.sh (Multithreading): New section.
30679
30680 2005-07-18  Bruno Haible  <bruno@clisp.org>
30681
30682         * m4/lock.m4: New file, from GNU gettext.
30683
30684 2005-07-18  Bruno Haible  <bruno@clisp.org>
30685
30686         * lib/lock.h: New file, from GNU gettext.
30687         * lib/lock.c: New file, from GNU gettext.
30688
30689 2005-07-18  Bruno Haible  <bruno@clisp.org>
30690
30691         * lib/lock.h (gl_once_t): New type.
30692         (gl_once_define, gl_once): New macros.
30693         * lib/lock.c (fresh_once): New variable.
30694         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
30695         functions.
30696
30697 2005-07-16  Simon Josefsson  <jas@extundo.com>
30698
30699         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
30700         workaround, suggested by Bruno.
30701
30702 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
30703
30704         * modules/xalloc (Depends-on): Add xalloc-die.
30705         * modules/xvasprintf (Depends-on): Add xalloc-die.
30706
30707 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
30708
30709         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
30710         with a minor change.
30711
30712 2005-07-15  Bruno Haible  <bruno@clisp.org>
30713
30714         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
30715         When using lib/poll.c, define poll as rpl_poll.
30716
30717 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
30718
30719         * modules/argp (Depends-on): Remove unlocked-io.
30720
30721 2005-07-14  Derek Price  <derek@ximbiot.com>
30722
30723         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
30724         for glob symlink bug.
30725
30726 2005-07-14  Bruno Haible  <bruno@clisp.org>
30727
30728         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
30729         Instead, test for *_unlocked function declarations directly.
30730
30731 2005-07-11  Simon Josefsson  <jas@extundo.com>
30732
30733         * modules/size_max: New file.
30734
30735         * modules/xsize: Depend on size_max module for size_max.m4.
30736
30737 2005-07-11  Simon Josefsson  <jas@extundo.com>
30738
30739         * lib/size_max.h: New file.
30740
30741 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
30742
30743         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
30744         copyright symbol and the year.
30745         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
30746         (version_etc_va): Use parameterized copyright notice.
30747         Reword to conform to the current GNU coding standards.
30748
30749 2005-07-11  Karl Berry  <karl@gnu.org>
30750
30751         * doc/gnulib.texi (Quoting): new node.
30752         (Initial import): more info, from Patrice.
30753
30754 2005-07-11  Bruno Haible  <bruno@clisp.org>
30755
30756         * gnulib-tool (func_usage): Document option --avoid.
30757         (Command line options): Handle --avoid.
30758         (func_acceptable): New function.
30759         (func_modules_transitive_closure): Use it.
30760
30761 2005-07-11  Bruno Haible  <bruno@clisp.org>
30762
30763         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
30764         Reported by Jim Meyering.
30765
30766 2005-07-10  Bruno Haible  <bruno@clisp.org>
30767
30768         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
30769         Needed when size_t is smaller than 'unsigned int'.
30770         Reported by Paul Eggert.
30771
30772 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30773
30774         * modules/argp (Depends-on): Add unlocked-io
30775
30776 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30777
30778         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
30779         block of defines.
30780
30781 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
30782
30783         * config/srclist.txt: Comment out regcomp.c, since we have a porting
30784         fix now.
30785
30786 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
30787         and Paul Eggert  <eggert@cs.ucla.edu>
30788
30789         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
30790         in wint_t, not wchar_t.  Remove now-unnecessary cast.
30791
30792 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
30793
30794         * modules/regex (Files): Add lib/regex_internal.c,
30795         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
30796         (Depends-on): Add extensions.
30797         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
30798
30799 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
30800
30801         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
30802         pathconf.
30803         * m4/same.m4 (gl_SAME): Likewise.
30804         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
30805
30806         * m4/regex.m4: Adjust to new libc regex implementation.
30807         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
30808         all the .c and .h parts of (the new) regex.
30809         Quote the m4 stuff better.
30810         Check for RE_ICASE bug of old gnulib.
30811         Check for REG_STARTEND of recent libc.
30812         Rename local variables from jm_* to gl_*.
30813         Quote operand of "test -f".
30814         Say "recent enough" version of libc, not "version 2".
30815         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
30816         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
30817         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
30818         Remove check for btowc, isascii.
30819         Require AM_LANGINFO_CODESET.
30820
30821 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
30822
30823         * lib/regex.c, regex.h: Sync from libc.
30824         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
30825         * lib/regexec.c:
30826         New files, synced from libc, except that regex_internal.h
30827         currently has a small porting fix.
30828
30829 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
30830
30831         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
30832         regex_internal.c, regexec.c.
30833         Add regex_internal.h too, but as a comment, since the libc version
30834         is currently broken in gnulib mode.
30835
30836 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
30837
30838         Support programs like Emacs that use gnulib but not gettext.
30839         * MODULES.html.sh (Internationalization functions): Add gettext-h.
30840         * modules/gettext-h: New file.
30841         * modules/gettext (Files): Remove lib/gettext.h.
30842         (Depends-on): Add gettext-h.
30843         (Makefile.am): Remove lib_SOURCES.
30844         * modules/argmatch, modules/c-stack, modules/closeout:
30845         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
30846         * modules/execute, modules/file-type, modules/getaddrinfo:
30847         * modules/getopt, modules/human, modules/javacomp:
30848         * modules/javaexec, modules/mkdir-p, modules/obstack:
30849         * modules/openat, modules/pagealign_alloc, modules/pipe:
30850         * modules/quotearg, modules/regex, modules/rpmatch:
30851         * modules/unicodeio, modules/userspec, modules/version-etc:
30852         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
30853         * modules/xsetenv:
30854         Depend on gettext-h, not gettext.
30855
30856 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
30857
30858         * gnulib-tool (func_import): Add support for 'public domain' license.
30859         * modules/alloca, modules/atexit, modules/memmove:
30860         Now public domain, not GPL.
30861         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
30862         * modules/realloc, modules/strerror, modules/strtod:
30863         Now LGPL, not GPL.
30864
30865 2005-07-05  Bruno Haible  <bruno@clisp.org>
30866
30867         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
30868         autoconf CVS. Needed for mingw.
30869
30870 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30871
30872         Remove the dependency of the strftime module on the tzset module.
30873         * modules/strftime (Depends-on): Remove dependency on tzset.
30874
30875 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30876
30877         Remove the dependency of the strftime module on the tzset module.
30878         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
30879         gl_FUNC_TZSET_CLOBBER.
30880
30881 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30882
30883         Remove the dependency of the strftime module on the tzset module.
30884         * lib/strftime.c (my_strftime)
30885         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
30886         Copy the input structure, to work around some of the bug with
30887         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
30888         Solaris releases, you should also use the tzset module, but we won't
30889         require it as a dependency any more since we don't want LGPLed code
30890         to depend on GPLed code.
30891
30892 2005-07-02  Jim Meyering  <jim@meyering.net>
30893
30894         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
30895         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
30896         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
30897         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
30898
30899 2005-07-02  Jim Meyering  <jim@meyering.net>
30900
30901         * lib/backupfile.c (backup_args): Change a `0' to NULL.
30902
30903 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
30904
30905         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
30906         declares only 'struct timespec;' (!).
30907
30908 2005-07-01  Jim Meyering  <jim@meyering.net>
30909
30910         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
30911         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
30912         * lib/save-cwd.c, tempname.c:
30913         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
30914         and don't include <sys/file.h>).
30915
30916 2005-06-29  Jim Meyering  <jim@meyering.net>
30917
30918         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
30919         type name.  Use the variable name instead.
30920         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
30921         Likewise.
30922
30923 2005-06-28  Simon Josefsson  <jas@extundo.com>
30924
30925         * modules/check-version (Files): Add check-version.m4.
30926
30927 2005-06-28  Simon Josefsson  <jas@extundo.com>
30928
30929         * m4/check-version.m4: New file, suggested by Jim Meyering
30930         <jim@meyering.net>.
30931
30932 2005-06-28  Simon Josefsson  <jas@extundo.com>
30933
30934         * lib/check-version.h, lib/check-version.c: New files.
30935
30936 2005-06-28  Simon Josefsson  <jas@extundo.com>
30937
30938         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
30939         collision with global variable.  Better indentation.  Don't
30940         increment buffer pointer beyond buffer end.  Based on comments
30941         from Paul Eggert <eggert@cs.ucla.edu>.
30942
30943         * lib/base64.h: Indent.
30944
30945 2005-06-28  Simon Josefsson  <jas@extundo.com>
30946
30947         * doc/gnulib.texi (Library version handling): New section.
30948
30949 2005-06-28  Jim Meyering  <jim@meyering.net>
30950
30951         * check-module (find_included_lib_files): Hard-code another
30952         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
30953         but modules/fts-lgpl (correctly) does not list those files.
30954
30955         * modules/canonicalize (Files): Add lib/pathmax.h.
30956
30957 2005-06-25  Simon Josefsson  <jas@extundo.com>
30958
30959         * modules/check-version: New file.
30960
30961 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
30962
30963         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
30964         initializer of struct addrinfo, as an indication that we don't
30965         care how many members the structure has.
30966
30967 2005-06-24  Derek Price  <derek@ximbiot.com>
30968         and Bruno Haible  <bruno@clisp.org>
30969
30970         Remove stat module & update lstat.
30971         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
30972         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30973         * m4/stat.m4: Remove this file.
30974
30975 2005-06-24  Derek Price  <derek@ximbiot.com>
30976         and Bruno Haible  <bruno@clisp.org>
30977
30978         Remove stat module & update lstat.
30979         * lib/stat.c: Remove this file...
30980         (slash_aware_lstat): ...moving this content and its support...
30981         * lib/lstat.c (rpl_lstat): ...into here.
30982         * lib/lstat.h: New file.
30983
30984 2005-06-24  Derek Price  <derek@ximbiot.com>
30985         and Bruno Haible  <bruno@clisp.org>
30986
30987         Remove stat module & update lstat.
30988         * config/srclist.txt (libc sources): Remove stat.
30989
30990 2005-06-24  Derek Price  <derek@ximbiot.com>
30991         and Bruno Haible  <bruno@clisp.org>
30992
30993         Remove stat module & update lstat.
30994         * MODULES.html.sh (stat): Remove.
30995         * MODULES.html: Regenerated.
30996         * modules/lstat (Description): Correct function name.
30997         (Files): Add "lstat.h".
30998         (Depends-on): Remove stat, add xalloc, stat-macros.
30999         * modules/stat: Remove this file.
31000         (Include): Add "lstat.h", remove <sys/stat.h>.
31001
31002 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
31003
31004         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
31005         (ranged_convert): Don't save conversion in a temporary struct.
31006         This causes a warning with GCC 4.0.0, and anyway in the typical
31007         case it's not worth the extra 100 bytes or so of code.
31008         (ranged_convert, __mktime_internal): When calling a function via a
31009         pointer P, use P () rather than (*P) (), as we now assume C89 or
31010         better.
31011
31012 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31013
31014         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
31015         "who -r" failed to give output.  Problem reported by Tim Waugh.
31016
31017         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
31018         (xcalloc): Use it to avoid needless tests.
31019         Problem reported by Jim Meyering.
31020
31021 2005-06-20  Derek Price  <derek@ximbiot.com>
31022
31023         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
31024         unnecessary for Autoconfs > 2.59c.
31025
31026 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31027
31028         * lib/argp.h (__option_is_short): Check upper limit of
31029         __key. Isprint() requires its argument to have the value
31030         of an unsigned char or EOF.
31031
31032 2005-06-16  Jim Meyering  <jim@meyering.net>
31033
31034         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
31035         when either N or S is zero.
31036
31037 2005-06-16  Derek Price  <derek@ximbiot.com>
31038
31039         * m4/bison.m4: Declare YACC & YFLAGS precious.
31040
31041 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
31042
31043         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
31044         multibyte string or pattern, fall back on unibyte matching.
31045         Problem reported by James Youngman.
31046
31047 2005-06-08  Bruno Haible  <bruno@clisp.org>
31048
31049         * modules/csharpcomp: New file.
31050         * MODULES.html.sh (C#): Add csharpcomp.
31051
31052 2005-06-08  Bruno Haible  <bruno@clisp.org>
31053
31054         * m4/csharpcomp.m4: New file, from GNU gettext.
31055
31056 2005-06-08  Bruno Haible  <bruno@clisp.org>
31057
31058         * lib/csharpcomp.h: New file, from GNU gettext.
31059         * lib/csharpcomp.c: New file, from GNU gettext.
31060         * lib/csharpcomp.sh.in: New file, from GNU gettext.
31061
31062 2005-06-08  Bruno Haible  <bruno@clisp.org>
31063
31064         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
31065         warning on mingw.
31066
31067 2005-06-07  Derek Price  <derek@ximbiot.com>
31068
31069         Sync from CVS.
31070         * lib/glob_.h: Indent nested #ifdef.
31071
31072 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
31073
31074         Sync from coreutils.
31075         Use "file name" when talking about file names, instead of "filename"
31076         or "path", as per the GNU coding standards.
31077         * lib/mkdir-p.c: Renamed from makepath.c.
31078         (make_dir_parents): Renamed from make_path.  All callers changed.
31079         * lib/mkdir-p.h: Likewise.  All includers changed.
31080         * lib/filenamecat.c: Renamed from path-concat.c.
31081         (file_name_concat): Renamed from path_concat.  All callers changed.
31082         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
31083         * lib/filenamecat.h: Likewise.  All includers changed.
31084         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
31085         in comments or local variable names.
31086         * lib/basename.c: Likewise.
31087         * lib/canonicalize.c, canonicalize.h: Likewise.
31088         * lib/dirname.c, dirname.h: Likewise.
31089         * lib/euidaccess.c: Likewise.
31090         * lib/exclude.c: Likewise
31091         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
31092         * lib/fsusage.c, fsuage.h: Likewise.
31093         * lib/fts.c, fts_.h: Likewise.
31094         * lib/getcwd.c: Likewise.
31095         * lib/getloadavg.c: Likewise.
31096         * lib/mkstemp.c: Likewise.
31097         * lib/mountlist.c, mountlist.h: Likewise.
31098         * lib/openat.c, openat.h: Likewise.
31099         * lib/readlink-stub.c: Likewise.
31100         * lib/readutmp.c, readutmp.h: Likewise.
31101         * lib/rename.c: Likewise.
31102         * lib/rmdir.c: Likewise.
31103         * lib/same.c: Likewise.
31104         * lib/savedir.c: Likewise.
31105         * lib/stripslash.c: Likewise.
31106         * lib/tempname.c: Likewise.
31107         * lib/xreadlink.c: Likewise.
31108         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
31109         All uses changed.
31110         * lib/exclude.h: Likewise.
31111
31112         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
31113         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
31114         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
31115         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
31116         * lib/pathmax.h: Include <limits.h> unconditionally, since other
31117         files have been getting away with it for years (MORE/BSD 4.3
31118         is extinct now).
31119         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
31120         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
31121
31122         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
31123         Define to 256, not 255, as per modern POSIX.
31124
31125 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
31126
31127         Sync from coreutils.
31128         Use "file name" when talking about file names, instead of "filename"
31129         or "path", as per the GNU coding standards.
31130         * MODULES.html.sh: mkdir-p renamed from makepath.
31131         filenamecat renamed from path-concat.
31132         * modules/filenamecat: Renamed from modules/path-concat.
31133         (Files): filenamecat.h and filenamecat.c renamed from
31134         path-concat.h and path-concat.c.
31135         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
31136         (Include): filenamecat.h, not path-concat.h.
31137         * modules/mkdir-p: Renamed from modules/makepath.
31138         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
31139         makepath.c.
31140         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
31141         (Include): mkdir-p.h, not makepath.h.
31142
31143 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
31144
31145         Sync from coreutils.
31146         * m4/mkdir-p.m4: Renamed from makepath.m4.
31147         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
31148         Rename files from makepath.c to mkdir-p.c, and from
31149         makepath.h to mkdir-p.h.
31150         * m4/filenamecat.m4: Renamed from path-concat.m4.
31151         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
31152         Rename files from path-concat.c to filenamecat.c,
31153         and from path-concat.h to filenamecat.h.
31154         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
31155         "file name" in local variables or comments.
31156         * m4/rename.m4: Likewise.
31157
31158 2005-06-01  Bruno Haible  <bruno@clisp.org>
31159
31160         * modules/csharpexec: New file.
31161         * MODULES.html.sh (C#): New section.
31162
31163 2005-06-01  Bruno Haible  <bruno@clisp.org>
31164
31165         * m4/csharp.m4: New file, from GNU gettext.
31166         * m4/csharpexec.m4: New file, from GNU gettext.
31167
31168 2005-06-01  Bruno Haible  <bruno@clisp.org>
31169
31170         * lib/csharpexec.h: New file, from GNU gettext.
31171         * lib/csharpexec.c: New file, from GNU gettext.
31172         * lib/csharpexec.sh.in: New file, from GNU gettext.
31173
31174 2005-05-31  Derek Price  <derek@ximbiot.com>
31175             Paul Eggert  <eggert@cs.ucla.edu>
31176
31177         Sync from cvs.
31178         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
31179
31180 2005-05-31  Derek Price  <derek@ximbiot.com>
31181             Paul Eggert  <eggert@cs.ucla.edu>
31182
31183         Sync from cvs.
31184         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
31185
31186 2005-05-29  Derek Price  <derek@ximbiot.com>
31187
31188         * config/srclist.txt (glob_.h, glob.c): Add these files.
31189
31190 2005-05-29  Derek Price  <derek@ximbiot.com>
31191
31192         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
31193         * modules/glob: New file.
31194         * modules/getlogin_r: Add link to POSIX spec in description.
31195
31196 2005-05-29  Derek Price  <derek@ximbiot.com>
31197             Paul Eggert  <eggert@cs.ucla.edu>
31198
31199         * m4/glob.m4: New file.
31200
31201 2005-05-29  Derek Price  <derek@ximbiot.com>
31202             Paul Eggert  <eggert@cs.ucla.edu>
31203
31204         * lib/glob_.h, lib/glob.c: New files.
31205
31206 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
31207
31208         * modules/fts (Files): Remove m4/inttypes-pri.m4.
31209         * modules/fts-lgpl (Depends-on): Remove gettext.
31210
31211 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
31212
31213         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
31214         and don't require gt_INTTYPES_PRI.
31215
31216 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
31217
31218         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
31219
31220         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
31221         the configuration hassle isn't worth it.
31222         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
31223         (LONGEST_MODIFIER, PRIuMAX): Remove.
31224
31225 2005-05-27  Bruno Haible  <bruno@clisp.org>
31226
31227         * lib/getlogin_r.h: Remove second include of <stddef.h>.
31228
31229 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
31230
31231         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
31232         _POSIX_PTHREAD_SEMANTICS for Solaris.
31233
31234 2005-05-25  Derek Price  <derek@ximbiot.com>
31235
31236         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
31237
31238 2005-05-25  Derek Price  <derek@ximbiot.com>
31239             Paul Eggert  <eggert@cs.ucla.edu>
31240
31241         * modules/getlogin_r, m4/getlogin_r.m4: New files.
31242         * lib/getlogin_r.c, getlogin_r.h: New files.
31243
31244 2005-05-25  Bruno Haible  <bruno@clisp.org>
31245             Derek Price  <derek@ximbiot.com>
31246
31247         * lib/getlogin_r.h: Simplify API documentation.
31248
31249 2005-05-23  Derek Price  <derek@ximbiot.com>
31250
31251         * modules/minmax (Files): Add m4/minmax.m4.
31252         (configure.ac): Add gl_MINMAX.
31253
31254 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
31255
31256         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
31257         so that unistd-safer.h (GPL'ed code) need not be included.
31258
31259 2005-05-22  Bruno Haible  <bruno@clisp.org>
31260
31261         * m4/minmax.m4: New file.
31262         Based on a patch by Derek Price <derek@ximbiot.com>.
31263
31264 2005-05-22  Bruno Haible  <bruno@clisp.org>
31265
31266         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
31267         (INT64_MIN): Fix definition.
31268         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
31269
31270         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
31271         NEED_SIGNED_INT_TYPES.
31272
31273         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
31274         HAVE_SYSTEM_INTTYPES.
31275
31276 2005-05-22  Bruno Haible  <bruno@clisp.org>
31277
31278         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
31279         Also include <sys/param.h> if it defines MIN, MAX.
31280         Based on a patch by Derek Price <derek@ximbiot.com>.
31281
31282 2005-05-21  Jim Meyering  <jim@meyering.net>
31283
31284         * modules/fts (Files): Add m4/inttypes-pri.m4.
31285         (Depends-on): Add lstat and remove gettext.  Alphabetize.
31286
31287 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
31288
31289         New fts module.
31290         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
31291         (setup_dir, free_dir): New functions.
31292         (enter_dir, leave_dir): Define trivial
31293         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
31294         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
31295         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
31296         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
31297         Move to fts-cycle.c.
31298         (fts_open): Use setup_dir.
31299         (fts_close): Use free_dir.
31300         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
31301         This adds a label and some gotos, but the alternatives were messier.
31302         Check for memory allocation failure when entering a dir.
31303         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
31304         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
31305         (FTS): New member fts_cycle, that is a union that contains the
31306         old active_dir_ht and cycle_state.  All uses changed to mention
31307         fts_cycle.ht and fts_cycle.state.
31308         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
31309         fts.c, with the following changes:
31310         (setup_dir, free_dir): New functions.
31311         (enter_dir): Now returns bool.  Return true if successful, false
31312         if memory exhausted.  All callers changed.
31313         Do not bother partly cleaning up on
31314         memory allocation failure; that is free_dir's job.
31315         However, free ad if hash_insert fails, to avoid memory leak.
31316         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
31317         fts->fts_options to see which union member to use.
31318
31319 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
31320
31321         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
31322         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
31323
31324 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
31325
31326         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
31327
31328 2005-05-20  Jim Meyering  <jim@meyering.net>
31329
31330         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
31331         Now a macro, to pacify GCC.
31332
31333 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
31334
31335         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
31336         of -1.
31337
31338 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
31339
31340         * lib/chown.c (rpl_chown): Return -1 on failure.
31341
31342 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
31343
31344         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
31345         Don't check for stddef.h.
31346         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
31347         don't use its results.
31348         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
31349         since we include them unconditionally.  Don't require
31350         AM_STDBOOL_H, since stdbool is a prerequisite.
31351         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
31352         since we assume C89 or better.
31353         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
31354         as we don't use their results.
31355         Don't check for fchdir, memmove, memset, strrchr, as we use
31356         them unconditionally.
31357         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
31358         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
31359
31360 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
31361
31362         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
31363         Include <stddef.h> unconditionally, since we assume C89 now.
31364         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
31365         * lib/fts.c: Include fts_.h first, to check interface.
31366         Do not include intprops.h; no longer needed.
31367         Include cycle-check.h and hash.h, since fts_.h no longer does.
31368         Remove unnecessary casts of closedir to void.
31369         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
31370         decide whether to decrement nlinks.
31371         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
31372         (FTS): Use struct hash_table * instead of Hash_table, so that
31373         we no longer need to include hash.h here.
31374
31375 2005-05-18  Jim Meyering  <jim@meyering.net>
31376
31377         * modules/dirfd (License): Change to LGPL.  Most of the code
31378         is already in the public domain.
31379
31380 2005-05-18  Jim Meyering  <jim@meyering.net>
31381
31382         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
31383         Reported by Yoann Vandoorselaere.
31384
31385 2005-05-17  Jim Meyering  <jim@meyering.net>
31386
31387         * m4/fts.m4: New file, from coreutils.
31388
31389 2005-05-17  Jim Meyering  <jim@meyering.net>
31390
31391         * lib/fts.c, lib/fts_.h: New files, from coreutils.
31392
31393 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
31394
31395         Sync from coreutils.
31396         * m4/unlinkdir.m4: New file.
31397
31398 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
31399
31400         Sync from coreutils.
31401         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
31402         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
31403         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
31404         White space changes only.
31405         * lib/makepath.c (make_path): Port to hosts where leading "//" is
31406         special.
31407         * lib/yesno.c: Include getline.h, not ctype.h.
31408         (yesno): Don't remove leading white space; POSIX doesn't allow it.
31409         Use getline to remove arbitrary restriction on response length.
31410
31411 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
31412
31413         * config/srclist-update: Spell out "Street" in FSF postal
31414         mail address; this is the style the FSF seems to prefer.
31415
31416         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
31417         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
31418         this updates FSF postal mail address.
31419
31420         Sync from coreutils.
31421         * modules/unlinkdir: New file.
31422         * modules/yesno (Depends-on): Add getline.
31423         * MODULES.html.sh (File system functions): Add unlinkdir.
31424
31425 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
31426
31427         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
31428         lib/strsep.h:
31429         Change the initial comment to refer to GPL, not LGPL.
31430         gnulib-tool will change it to LGPL as needed.
31431
31432         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
31433         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
31434         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
31435         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
31436         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
31437         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
31438         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
31439         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
31440         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
31441         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
31442         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
31443         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
31444         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
31445         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
31446         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
31447         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
31448         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
31449         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
31450         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
31451         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
31452         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
31453         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
31454         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
31455         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
31456         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
31457         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
31458         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
31459         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
31460         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
31461         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
31462         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
31463         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
31464         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
31465         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
31466         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
31467         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
31468         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
31469         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
31470         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
31471         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
31472         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
31473         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
31474         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
31475         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
31476         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
31477         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
31478         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
31479         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
31480         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
31481         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
31482         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
31483         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
31484         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
31485         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
31486         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
31487         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
31488         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
31489         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
31490         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
31491         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
31492         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
31493         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
31494         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
31495         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
31496         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
31497         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
31498         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
31499         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
31500         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
31501         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
31502         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
31503         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
31504         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
31505         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
31506         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
31507         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
31508         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
31509         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
31510         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
31511         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
31512         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
31513         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
31514         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
31515         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
31516         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
31517         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
31518         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
31519         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
31520         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
31521         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
31522         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
31523         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
31524         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
31525         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
31526         lib/yesno.c, lib/yesno.h:
31527         Update FSF postal mail address.
31528
31529 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
31530
31531         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
31532         tests/test-memmem.c, tests/test-stpncpy.c:
31533         Update FSF postal mail address.
31534
31535 2005-05-13  Bruno Haible  <bruno@clisp.org>
31536
31537         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
31538         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
31539         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
31540         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
31541         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
31542         Add support for 64-bit integers in the MSVC compiler.
31543
31544 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31545
31546         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
31547
31548 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
31549
31550         * gnulib-tool (func_import): Sort and uniquify recommended includes.
31551
31552 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
31553
31554         * doc/getdate.texi (General date syntax): Don't say that date
31555         date --iso-8601=ns generates acceptable dates; it doesn't yet.
31556         Problem reported by Nic Ferrier.
31557
31558 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31559
31560         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
31561         specified in ai_socktype. Fix invalid ai_protocol
31562         check. ai_protocol is usually set to 0 or depending on
31563         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
31564         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
31565         ai_socktype / ai_protocol in the returned addrinfo structure.
31566
31567 2005-05-10  Simon Josefsson  <jas@extundo.com>
31568
31569         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
31570         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
31571
31572 2005-05-10  Karl Berry  <karl@gnu.org>
31573
31574         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
31575         (from http://www.gnu.org/licenses).
31576         * doc/COPYING.LIB: also rename to COPYING.LESSER.
31577         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
31578         fdl.texi suffices.
31579
31580 2005-05-10  Karl Berry  <karl@gnu.org>
31581
31582         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
31583         (COPYING.DOC): remove.
31584
31585         * config/srclist-update: new FSF address.
31586
31587 2005-05-10  Derek Price  <derek@ximbiot.com>
31588
31589         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
31590         possible.
31591
31592 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31593             Bruno Haible  <bruno@clisp.org>
31594
31595         * modules/inet_ntop: New file.
31596         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
31597         inet_ntop.
31598
31599 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31600             Bruno Haible  <bruno@clisp.org>
31601
31602         * m4/inet_ntop.m4: New file.
31603
31604 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31605             Bruno Haible  <bruno@clisp.org>
31606
31607         * lib/inet_ntop.h: New file.
31608         * lib/inet_ntop.c: New file, from glibc with modifications.
31609
31610 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
31611
31612         * modules/time_r (License): Change to LGPL.
31613         * modules/extensions (License): Change to LGPL.  Actually,
31614         the license is more permissive than that, but currently gnulib-tool
31615         doesn't know how to handle more-permissive licenses.
31616
31617         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
31618         Problem reported by Dave Love.
31619
31620 2005-05-08  Jim Meyering  <jim@meyering.net>
31621
31622         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
31623         blank.
31624
31625 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
31626
31627         * modules/argmatch (Depends-on): Add stdbool.
31628         * modules/backupfile (Depends-on): Likewise.
31629         * modules/chdir-long (Depends-on): Likewise.
31630         * modules/closeout (Depends-on): Likewise.
31631         * modules/cycle-check (Depends-on): Likewise.
31632         * modules/dirname (Depends-on): Likewise.
31633         * modules/fnmatch (Depends-on): Likewise.
31634         * modules/fsusage (Depends-on): Likewise.
31635         * modules/fwriteerror (Depends-on): Likewise.
31636         * modules/getcwd (Depends-on): Likewise.
31637         * modules/getloadavg (Depends-on): Likewise.
31638         * modules/hard-locale (Depends-on): Likewise.
31639         * modules/makepath (Depends-on): Likewise.
31640         * modules/mountlist (Depends-on): Likewise.
31641         * modules/nanosleep (Depends-on): Likewise.
31642         * modules/posixtm (Depends-on): Likewise.
31643         * modules/quotearg (Depends-on): Likewise.
31644         * modules/readtokens (Depends-on): Likewise.
31645         * modules/readtokens0 (Depends-on): Likewise.
31646         * modules/readutmp (Depends-on): Likewise.
31647         * modules/save-cwd (Depends-on): Likewise.
31648         * modules/strftime (Depends-on): Likewise.
31649         * modules/userspec (Depends-on): Likewise.
31650         * modules/utimecmp (Depends-on): Likewise.
31651         * modules/xgetcwd (Depends-on): Likewise.
31652         * modules/xnanosleep (Depends-on): Likewise.
31653         * modules/xstrtod (Depends-on): Likewise.
31654         * modules/yesno (Depends-on): Likewise.
31655
31656 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
31657
31658         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
31659         needless checks.
31660
31661 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
31662
31663         Merge from coreutils.  Among other things,
31664         add bulletproofing for cases where stdin, stdout, or stderr are closed.
31665         * lib/fd-safer.c: New file.
31666         * lib/fcntl-safer.h, open-safer.c: Remove.
31667         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
31668         * lib/dup-safer.c: Include unistd-safer.h first.
31669         Don't include errno.h.
31670         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
31671         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
31672         * lib/file-type.c: Rely on file-type.h change.
31673         * lib/getloadavg.c: Include unistd-safer.h.
31674         (getloadavg): Use safer open.
31675         * lib/getusershell.c: Include "stdio-safer.h".
31676         (getusershell): Use safer fopen.
31677         * lib/long-options.c (long_options): Use NULL rather than 0.
31678         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
31679         'free'.
31680         * lib/modechange.c: Likewise.
31681         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
31682         (MODE_DONE): New constant.
31683         (struct mode_change): Remove 'next' member.
31684         (make_node_op_equals): New function; like the old one of the
31685         same name, except it allocates an array.
31686         (mode_compile, mode_create_from_ref): Use it.
31687         (mode_compile): Allocate result as an array, not a linked list.
31688         Parse octal string ourself, so that we catch mistakes like "+0".
31689         (mode_adjust): Arg is an array, not a linked list.
31690         * lib/modechange.c: Include stat-macros.h, xalloc.h.
31691         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
31692         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
31693         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
31694         Remove.  This is now stat-macros.h's job.
31695         (talloc): Remove.  All callers replaced by xalloc, so that
31696         our invokers don't have to worry about reporting memory failures.
31697         (make_node_op_equals): Remove.
31698         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
31699         New constants.
31700         (struct mode_change): Moved here from modechange.h.
31701         (mode_append_entry): Remove.
31702         (mode_compile): Remove MASKED_OPS arg, since it encouraged
31703         apps to have incorrect behavior.  Use simpler algorithm for head
31704         and tail.  Don't futz with umask; that's now the job of mode_adjust.
31705         Detect more invalid usages rather than having somewhat-random behavior.
31706         Don't insert an "a=" action, as that leads to incorrect behavior.
31707         (mode_compile, mode_create_from_ref): Return NULL on error instead
31708         of an enum, since now there's only one way to have an error.  All
31709         callers changed.
31710         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
31711         at the correct time.  Simplify calculation of "+u" and its ilk.
31712         Don't mishandle "+X".
31713         (mode_free): Remove "register" and localize decls.
31714         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
31715         (struct mode_change): Move to modechange.c; callers don't
31716         need to see this stuff.
31717         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
31718         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
31719         (mode_change, mode_adjust): Reflect the new signatures noted above.
31720         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
31721         that might redefine system include files.
31722         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
31723         (my_usleep): Use NULL rather than (void *) 0.
31724         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
31725         Use siginterrupt to specify that system calls should be interrupted.
31726         (rpl_nanosleep): Move initialization of suspended closer to call of
31727         my_usleep.
31728         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
31729         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
31730         (desirable_utmp_entry): New function.
31731         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
31732         using x2nrealloc, to simplify logic.
31733         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
31734         size calculation.  Do not assume utmp file is a regular file.
31735         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
31736         (READ_UTMP_CHECK_PIDS): New constant.
31737         * lib/save-cwd.c: Include unistd-safer.h.
31738         (save_cwd): Use fd_safer.
31739         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
31740         [!_LIBC] Include "stat-macros.h" instead.
31741         * lib/unistd-safer.h (fd_safer): New decl.
31742
31743 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
31744
31745         * modules/getloadavg (Depends-on): Add unistd-safer.
31746         * modules/getusershell (Depends-on): Add stdio-safer.
31747         * modules/lstat (Depends-on): Remove xalloc.
31748         * modules/mkstemp (Depends-on): Add stat-macros.
31749         * modules/modechange (Depends-on): Remove xstrtol.
31750         Add stat-macros, xalloc.
31751         * modules/save-cwd (Depends-on): Add unistd-safer.
31752         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
31753         * modules/unistd-safer (Files): Add lib/fd-safer.c
31754         (Makefile.am): Remove lib_SOURCES.
31755
31756         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
31757         Remove fcntl-safer; unistd-safer supersedes it.
31758
31759 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
31760
31761         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
31762         AC_HEADER_STAT.
31763         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
31764         (gl_PREREQ_CHOWN): Remove.
31765         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
31766         it.  Don't require AC_HEADER_STAT.
31767         (gl_PREREQ_LSTAT): Remove.
31768         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
31769         Don't require AC_HEADER_STAT.
31770         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
31771         (gl_PREREQ_RMDIR): Remove.
31772         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
31773         mention stat-macros.h or AC_HEADER_STAT, since we'll make
31774         the stat-macros module a prerequisite.
31775         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
31776         * m4/filemode.m4 (gl_FILEMODE): Likewise.
31777         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
31778         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
31779         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
31780         variable names.
31781         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
31782         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
31783         variable prefixes.
31784         * m4/fcntl-safer.m4: Remove.
31785         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
31786         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
31787         Invoke gl_PREREQ_FD_SAFER.
31788         (gl_PREREQ_FD_SAFER): New macro.
31789         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
31790         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
31791         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
31792         Remove duplicate call to AC_LIBOBJ(readutmp).
31793         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
31794
31795         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
31796         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
31797
31798 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
31799
31800         * MODULES.html.sh (Misc): Add byteswap.
31801
31802 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
31803
31804         * modules/getcwd (Depends-on): Add extensions.
31805         * modules/openat (Depends-on): Likewise.
31806
31807 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
31808
31809         * modules/byteswap: New file.
31810
31811 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
31812
31813         * m4/byteswap.m4: New file.
31814
31815 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
31816
31817         * lib/byteswap_.h: New file.
31818
31819 2005-04-25  Karl Berry  <karl@gnu.org>
31820
31821         * m4/gettext.m4: Update from GNU gettext 0.14.4.
31822
31823 2005-04-25  Albert Chin  <china@thewrittenword.com>
31824
31825         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
31826         Toolkit C bug.
31827
31828 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
31829
31830         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
31831         (func_ln_if_changed) Remove forcibly for no error message
31832         in case file does not exist.
31833
31834 2005-04-19  Simon Josefsson  <jas@extundo.com>
31835
31836         * gnulib-tool (Options): Make --symlink mean --symbolic.
31837
31838 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
31839
31840         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
31841
31842 2005-04-16  Simon Josefsson  <jas@extundo.com>
31843
31844         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
31845
31846 2005-04-15  Simon Josefsson  <jas@extundo.com>
31847
31848         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
31849
31850 2005-04-15  Simon Josefsson  <jas@extundo.com>
31851
31852         * gnulib-tool: Rename --symlink to --symbolic.
31853
31854 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
31855
31856         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
31857         symbolic links to files instead of copying/moving.  Add --aux-dir,
31858         specifying directory relative --dir where auxiliary build tools
31859         are placed.
31860
31861 2005-04-14  Bruno Haible  <bruno@clisp.org>
31862
31863         * modules/allocsa (License): Change to LGPL.
31864         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
31865
31866 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
31867
31868         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
31869         that "UTC +1 second" continues to work.  Problem reported
31870         by Dmitry V. Levin.
31871         (relunit_snumber): New rule.
31872         (relunit): Use it.
31873
31874 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
31875
31876         * lib/getdate.y (universal_time_zone_table): New constant.
31877         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
31878         universal_time_zone_table.
31879         (lookup_zone): Prefer universal_time_zone_table to
31880         local_time_zone_table, so that "GMT" time stamps are allowed in
31881         London during the summer.  Problem reported by Ian Abbott.
31882
31883 2005-04-12  Jim Meyering  <jim@meyering.net>
31884
31885         * lib/human.c (humblock): Set *options even when returning due to
31886         xstrtoumax conversion failure.  Thanks to a used-uninitialized
31887         warning from gcc-4.
31888
31889 2005-04-09  Jim Meyering  <jim@meyering.net>
31890
31891         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
31892         -Wuninitialized: initialize tm0.tm_year.
31893
31894 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
31895
31896         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
31897         count, since there's no maximum.  All uses changed.
31898         Add member dsts_seen.
31899         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
31900         not being INT_MAX.
31901         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
31902         Use pc_rels_seen to decide whther a date is absolute.
31903
31904         * lib/getdate.y (number): Don't overwrite year.
31905         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
31906         check.
31907
31908 2005-04-02  Simon Josefsson  <jas@extundo.com>
31909
31910         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
31911         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
31912
31913 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
31914
31915         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
31916         where no absolute path name can be longer than PATH_MAX.
31917
31918 2005-03-27  Jim Meyering  <jim@meyering.net>
31919
31920         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
31921
31922 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
31923
31924         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
31925         "one's complement" -> "ones' complement" in comment, as per Knuth.
31926         "value of type" -> "type or expression" in comment.
31927         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
31928
31929 2005-03-26  Jim Meyering  <jim@meyering.net>
31930
31931         Comment nits.
31932         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
31933         Correct typos: s/or/of/.
31934
31935 2005-03-26  Jim Meyering  <jim@meyering.net>
31936
31937         * modules/check-include-files: Move to ../ and rename to...
31938         * check-module: ...this.
31939
31940 2005-03-25  Jim Meyering  <jim@meyering.net>
31941
31942         * modules/xvasprintf (Files): Add xalloc.h.
31943
31944 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
31945
31946         * modules/gettext (Files): config/config.rpath ->
31947         build-aux/config.rpath
31948         * modules/iconv (Files): Likewise.
31949         Problem reported by Oskar Liljeblad.
31950
31951 2005-03-23  Jim Meyering  <jim@meyering.net>
31952
31953         * modules/check-include-files: New script to check for
31954         missing dependencies, multiple includes, etc.
31955
31956         * modules/c-strtold (Depends-on): Add xalloc.
31957         * modules/c-strtod (Depends-on): Add xalloc.
31958         * modules/hash (Depends-on): Add xalloc.
31959         (Files): Remove lib/xalloc.h.
31960
31961         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
31962         * modules/userspec (Files): Add lib/inttostr.h.
31963
31964 2005-03-23  Jim Meyering  <jim@meyering.net>
31965
31966         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
31967
31968 2005-03-22  Jim Meyering  <jim@meyering.net>
31969
31970         * modules/stat-macros: New module.
31971         * modules/canonicalize, modules/euidaccess, modules/file-type,
31972         * modules/filemode, modules/lchown, modules/makepath,
31973         * modules/rmdir, modules/stat: Depend on new stat-macros module
31974         rather than listing lib/stat-macros.h manually.
31975         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
31976
31977 2005-03-22  Jim Meyering  <jim@meyering.net>
31978
31979         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
31980
31981 2005-03-22  Bruno Haible  <bruno@clisp.org>
31982
31983         * config/srclist.txt: Replace target directory 'config' with
31984         'build-aux'.
31985         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
31986         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
31987         ../build-aux/.
31988
31989 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
31990
31991         * modules/chdir-long (Depends-on): Add mempcpy.
31992
31993         * modules/acl, modules/backupfile, modules/c-strtod,
31994         modules/c-strtold, modules/canon-host, modules/canonicalize,
31995         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
31996         modules/exclude, modules/exitfail, modules/file-type,
31997         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
31998         modules/getdate, modules/getline, modules/getpagesize,
31999         modules/getpass, modules/getugroups, modules/group-member,
32000         modules/hard-locale, modules/hash, modules/human, modules/idcache,
32001         modules/inttostr, modules/long-options, modules/makepath,
32002         modules/md5, modules/memcasecmp, modules/memcoll,
32003         modules/modechange, modules/mountlist, modules/path-concat,
32004         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
32005         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
32006         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
32007         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
32008         modules/strftime, modules/strndup, modules/strverscmp,
32009         modules/timespec, modules/unlocked-io, modules/userspec,
32010         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
32011         modules/yesno:
32012         Remove lib_SOURCES line from Makefile.am section, as this is now
32013         done automatically by the corresponding Autoconf macro.
32014
32015 2005-03-21  Jim Meyering  <jim@meyering.net>
32016
32017         Changes imported from coreutils.
32018
32019         * lib/cycle-check.c: Don't include xalloc.h.
32020
32021         * lib/path-concat.c: Don't include assert.h.
32022         (path_concat): Remove assertion that would have triggered
32023         for ABASE starting with more than one slash.
32024         Reported by Andreas Schwab.
32025
32026         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
32027         properly when ABASE is an absolute file name.
32028         Correct the description of this function.
32029         Include <assert.h>.
32030         Add an assertion and a test driver.
32031         This fixes a bug introduced on 2004-07-02.
32032         Andreas Schwab reported the resulting failure of cp --parents:
32033         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
32034
32035 2005-03-21  Jim Meyering  <jim@meyering.net>
32036
32037         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
32038         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
32039
32040 2005-03-21  Jim Meyering  <jim@meyering.net>
32041         and  Paul Eggert  <eggert@cs.ucla.edu>
32042
32043         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
32044         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
32045         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
32046         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
32047         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
32048         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
32049         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
32050         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
32051         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
32052         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
32053         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
32054         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
32055         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
32056         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
32057         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
32058         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
32059         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
32060         for these modules.
32061
32062 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
32063
32064         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
32065         (which shouldn't happen), generate nothing instead of returning 0
32066         immediately, so that nstrftime (NULL, ...) doesn't return 0.
32067
32068 2005-03-16  Bruno Haible  <bruno@clisp.org>
32069
32070         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
32071         HAVE_LONGLONG_64BIT.
32072
32073 2005-03-16  Bruno Haible  <bruno@clisp.org>
32074
32075         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
32076         HAVE_LONGLONG_64BIT.
32077
32078 2005-03-16  Bruno Haible  <bruno@clisp.org>
32079
32080         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
32081         HAVE_LONGLONG_64BIT.
32082
32083 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
32084
32085         * lib/strftime.c (my_strftime): Prepend space to format so that we can
32086         reliably distinguish strftime failure from empty output on POSIX
32087         hosts.
32088
32089 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
32090
32091         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
32092         (iconv_string): Don't guess a size-zero buffer, as that might cause
32093         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
32094         result would be 'too large', where 'too large' is (heuristically)
32095         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
32096         overflow concerns.  This will prevent some unwanted malloc failures
32097         when the inputs are very large.
32098
32099 2005-03-15  Karl Berry  <karl@gnu.org>
32100
32101         * config/srclist.txt (config.rpath): from gettext.
32102         * config/config.rpath: update.
32103
32104 2005-03-15  Bruno Haible  <bruno@clisp.org>
32105
32106         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
32107         to 'negate'.
32108
32109         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
32110         variable.
32111
32112         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
32113         results.
32114
32115 2005-03-14  Simon Josefsson  <jas@extundo.com>
32116
32117         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
32118         <fx@gnu.org>.
32119
32120 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
32121
32122         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
32123         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
32124         intprops.h.
32125         * lib/strtol.c: Likewise.
32126
32127 2005-03-14  Jim Meyering  <jim@meyering.net>
32128
32129         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
32130         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
32131         to be nonzero so that we (and caller) can detect the difference
32132         between a valid zero-length expansion and an error return, even
32133         when the underlying strftime fails before writing anything into
32134         that location.
32135
32136 2005-03-14  Bruno Haible  <bruno@clisp.org>
32137
32138         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
32139         Update from GNU gettext 0.14.3.
32140
32141 2005-03-10  Jim Meyering  <jim@meyering.net>
32142
32143         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
32144
32145 2005-03-10  Jim Meyering  <jim@meyering.net>
32146
32147         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
32148         so that this module works on systems without fchdir.
32149
32150 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
32151
32152         Factor int-properties macros into a single file, except for
32153         glibc-related files.
32154         * lib/intprops.h: New file.
32155         * lib/getloadavg.c: Include it instead of limits.h.
32156         (INT_STRLEN_BOUND): Remove.
32157         * lib/human.c: Include intprops.h.
32158         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
32159         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
32160         302/1000.
32161         * lib/inttostr.h: Include intprops.h instead of limits.h.
32162         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
32163         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
32164         for consistency with intprops.h.
32165         (time_t_is_integer, twos_complement_arithmetic): Use them.
32166         * lib/sig2str.h: Include <signal.h>, intprops.h.
32167         (INT_STRLEN_BOUND): Remove.
32168         * lib/strftime.c (TYPE_SIGNED): Remove.
32169         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
32170         * lib/strtol.c: Adjust comments to match intprops.h.
32171         * lib/userspec.c: Include intprops.h.
32172         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
32173         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
32174         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
32175         instead of rolling our own expressions.
32176         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
32177
32178         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
32179         instead of int.
32180         (my_strftime): Do not mishandle years close to INT_MAX, by doing
32181         the right thing even if adding 1900 would overflow.  Similarly
32182         for tm_mon + 1 and tm_yday + 1.
32183         Make %Y always equivalent to %C%y, and similarly for %G and %g.
32184         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
32185         (DO_SIGNED_NUMBER): New macro.
32186         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
32187
32188 2005-03-07  Bruno Haible  <bruno@clisp.org>
32189
32190         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
32191
32192 2005-03-07  Bruno Haible  <bruno@clisp.org>
32193
32194         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
32195
32196 2005-03-04  Derek R. Price  <derek@ximbiot.com>
32197
32198         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
32199         (func_import): Only replace files via --import when they have actually
32200         changed.
32201
32202 2005-03-03  Derek R. Price  <derek@ximbiot.com>
32203
32204         * m4/mmap-anon.m4: New file.
32205         * m4/pagealign_alloc.m4: New file.
32206
32207 2005-03-03  Derek R. Price  <derek@ximbiot.com>
32208             Bruno Haible  <bruno@clisp.org>
32209
32210         * modules/pagealign_alloc: New file.
32211         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
32212
32213 2005-03-03  Derek R. Price  <derek@ximbiot.com>
32214             Bruno Haible  <bruno@clisp.org>
32215
32216         * lib/pagealign_alloc.h: New file.
32217         * lib/pagealign_alloc.c: New file.
32218
32219 2005-03-03  Bruno Haible  <bruno@clisp.org>
32220
32221         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
32222         Use an all-permissive copyright notice, recommended by RMS.
32223
32224 2005-03-02  Bruno Haible  <bruno@clisp.org>
32225
32226         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
32227         of AIX, the replacement has to be done only after <string.h> is
32228         included, therefore not in config.h. stpncpy.h does the replacement,
32229         and stpncpy.c uses it.
32230
32231 2005-03-02  Bruno Haible  <bruno@clisp.org>
32232
32233         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
32234         stpncpy.c uses it.
32235
32236 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
32237
32238         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
32239         The workaround isn't strictly needed for POSIX conformance, and
32240         it's too much of a pain to configure and maintain.  We'll ask
32241         people to fix their kernels instead.
32242         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
32243         (NANOSLEEP_BUG_WORKAROUND): Remove.
32244         (xnanosleep): Remove the workaround.
32245
32246 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
32247
32248         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
32249         Reported by Derek Price.
32250         (Include): Add "timespec.h".
32251
32252         * modules/xnanosleep (Depends-on): Remove gethrxtime.
32253
32254 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
32255
32256         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
32257         to detect nanosleep bug.
32258
32259 2005-03-01  Bruno Haible  <bruno@clisp.org>
32260
32261         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
32262
32263 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
32264
32265         * modules/gethrxtime: New file.
32266         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
32267         (Depends-on): Add gethrxtime.
32268         (configure.ac): Add gl_XNANOSLEEP.
32269         (Makefile.am): Remove lib_SOURCES line.
32270
32271 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
32272
32273         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
32274         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
32275
32276 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
32277
32278         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
32279         * lib/timespec.h (gettime): Return void, since it always
32280         succeeds now.  All uses changed.
32281         * lib/gettime.c (gettime) Likewise.
32282         [HAVE_NANOTIME]: Prefer nanotime.
32283         Assume gettimeofday succeeds, as POSIX requires.
32284         Assime time () succeeds, since other code already does.
32285         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
32286         (timespec_subtract): Remove.
32287         (NANOSLEEP_BUG_WORKAROUND): New constant.
32288         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
32289         things considerably.  Use it only on GNU/Linux hosts, since the
32290         workaround shouldn't be needed elsewhere.
32291
32292 2005-02-24  Bruno Haible  <bruno@clisp.org>
32293
32294         * modules/gettext (Files): Add m4/glibc2.m4.
32295
32296 2005-02-24  Bruno Haible  <bruno@clisp.org>
32297
32298         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
32299         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
32300         * m4/progtest.m4:
32301         Update from GNU gettext 0.14.2.
32302         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
32303
32304 2005-02-24  Bruno Haible  <bruno@clisp.org>
32305
32306         * lib/localcharset.c: Update from GNU gettext 0.14.2.
32307         * lib/config.charset: Update from GNU gettext 0.14.2.
32308
32309 2005-02-24  Bruno Haible  <bruno@clisp.org>
32310
32311         * lib/gettext.h: Update from GNU gettext 0.14.2.
32312
32313 2005-02-23  Simon Josefsson  <jas@extundo.com>
32314
32315         * m4/iconvme.m4: New file.
32316
32317 2005-02-23  Jim Meyering  <jim@meyering.net>
32318
32319         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
32320         change.
32321         Thanks to Bruno Haible for catching it.
32322
32323 2005-02-22  Simon Josefsson  <jas@extundo.com>
32324
32325         * modules/iconvme: New file.
32326
32327         * MODULES.html.sh: Add iconvme.
32328
32329 2005-02-22  Simon Josefsson  <jas@extundo.com>
32330
32331         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
32332
32333 2005-02-22  Simon Josefsson  <jas@extundo.com>
32334
32335         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
32336
32337 2005-02-22  Jim Meyering  <jim@meyering.net>
32338
32339         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
32340         s/ifndef/ifdef/.
32341
32342 2005-02-20  Neil Conway  <neilc@samurai.com>
32343
32344         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
32345         returned by OSX/Darwin if the specified buffer is not large
32346         enough for the hostname.
32347
32348 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32349
32350         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
32351         pass it to _help, otherwise the latter coredumps trying to
32352         dereference state.root_argp.
32353
32354 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
32355
32356         * modules/chdir-long (Depends-on): Add memrchr.
32357         * modules/memrchr (Files): Add lib/memrchr.h.
32358         (Include): "memrchr.h".
32359
32360 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
32361
32362         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
32363
32364 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
32365
32366         * lib/memrchr.h: New file.
32367         * lib/chdir-long.c: Include it.
32368         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
32369         Don't bother including stddef.h.
32370
32371 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
32372
32373         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
32374         inclusion.
32375         Include <sys/types.h>, for dev_t.
32376         (ME_DUMMY, ME_REMOTE): Move from here....
32377         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
32378         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
32379         Dmitry V. Levin.
32380         Include mountlist.h first, to test the interface.
32381
32382 2005-01-29  Bruno Haible  <bruno@clisp.org>
32383
32384         * lib/progname.c (program_name): Initialize.
32385         Needed when linking statically on MacOS X.
32386
32387 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
32388
32389         Sync from coreutils.
32390         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
32391         (Depends-on): Add c-strtod.
32392         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
32393
32394 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
32395
32396         Sync from coreutils.
32397         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
32398
32399         Remove files that are specific to coreutils.
32400         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
32401
32402 2005-01-28  Bruno Haible  <bruno@clisp.org>
32403
32404         * modules/javacomp: New file.
32405         * MODULES.html.sh (Java): Add javacomp.
32406
32407 2005-01-28  Bruno Haible  <bruno@clisp.org>
32408
32409         * m4/javacomp.m4: New file, from GNU gettext.
32410
32411 2005-01-28  Bruno Haible  <bruno@clisp.org>
32412
32413         * lib/javacomp.sh.in: New file, from GNU gettext.
32414         * lib/javacomp.h: New file, from GNU gettext.
32415         * lib/javacomp.c: New file, from GNU gettext.
32416
32417 2005-01-26  Simon Josefsson  <jas@extundo.com>
32418
32419         * lib/gai_strerror.c: Use GPL in header.
32420
32421 2005-01-26  Bruno Haible  <bruno@clisp.org>
32422
32423         * modules/javaexec: New file.
32424         * MODULES.html.sh (Java): Add javaexec.
32425
32426 2005-01-26  Bruno Haible  <bruno@clisp.org>
32427
32428         * m4/javaexec.m4: New file, from GNU gettext.
32429
32430 2005-01-26  Bruno Haible  <bruno@clisp.org>
32431
32432         * lib/javaexec.sh.in: New file, from GNU gettext.
32433         * lib/javaexec.h: New file, from GNU gettext.
32434         * lib/javaexec.c: New file, from GNU gettext.
32435
32436 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32437
32438         * modules/lchown (Depends-on): Remove lchown.h
32439
32440 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32441
32442         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
32443         must be defined if the header file was not found, in order
32444         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
32445
32446 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32447
32448         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
32449         initializers for struct pentry_state.
32450         (__argp_error): Check return value of __asprintf
32451         (__argp_failure): Translate error message
32452
32453         * lib/argp-parse.c: Removed braces around the expansion of N_()
32454
32455 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
32456
32457         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
32458         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
32459         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
32460         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
32461         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
32462         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
32463         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
32464         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
32465         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
32466         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
32467         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
32468         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
32469         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
32470         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
32471         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
32472         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
32473         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
32474         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
32475         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
32476         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
32477         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
32478         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
32479         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
32480         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
32481         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
32482         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
32483         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
32484         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
32485         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
32486         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
32487         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
32488         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
32489         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
32490         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
32491         xstrtol.m4, xstrtoumax.m4, yesno.m4:
32492         Use an all-permissive copyright notice, recommended by RMS.
32493
32494 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
32495
32496         * modules/chdir-long (Depends-on): Remove mempcpy.
32497
32498 2005-01-21  Jim Meyering  <jim@meyering.net>
32499
32500         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
32501         same value as for Solaris 9.
32502
32503         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
32504         component length.  This included changing the parameter to be
32505         of type `char *' rather than `char const *'.
32506         * lib/chdir-long.h (chdir_long): Update prototype.
32507
32508         * lib/openat.c (fdopendir, fstatat): New functions.
32509         * lib/openat.h: Include headers required for use of DIR and struct
32510         stat.
32511         [AT_SYMLINK_NOFOLLOW]: Define.
32512         (fdopendir, fstatat): Add prototypes.
32513
32514 2005-01-21  Bruno Haible  <bruno@clisp.org>
32515
32516         * modules/classpath: New file.
32517         * MODULES.html.sh (Java): Add classpath.
32518
32519 2005-01-21  Bruno Haible  <bruno@clisp.org>
32520
32521         * lib/classpath.h: New file, from GNU gettext.
32522         * lib/classpath.c: New file, from GNU gettext.
32523
32524 2005-01-20  Simon Josefsson  <jas@extundo.com>
32525
32526         * modules/version-etc-fsf: New file.
32527
32528 2005-01-20  Simon Josefsson  <jas@extundo.com>
32529
32530         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
32531         * lib/version-etc.c: Remove version_etc_copyright.
32532         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
32533         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
32534
32535 2005-01-20  Simon Josefsson  <jas@extundo.com>
32536
32537         * lib/base64.h (isbase64): Add.
32538
32539         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
32540         using a unsigned prototype, don't inline.
32541         (base64_decode): Use it.
32542
32543 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
32544
32545         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
32546         it.
32547
32548 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
32549
32550         * lib/save-cwd.c (save_cwd): Remove code to support the case
32551         where fchdir is missing or flaky.
32552
32553 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
32554
32555         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
32556
32557 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
32558
32559         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
32560         AC_LIBSOURCES now does this.
32561         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
32562         with new ullong_max module.
32563
32564 2005-01-19  Bruno Haible  <bruno@clisp.org>
32565
32566         * modules/sh-quote: New file.
32567         * MODULES.html.sh (Executing programs): Add sh-quote.
32568
32569 2005-01-19  Bruno Haible  <bruno@clisp.org>
32570
32571         * lib/sh-quote.h: New file, from GNU gettext.
32572         * lib/sh-quote.c: New file, from GNU gettext.
32573
32574 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
32575
32576         Merge from coreutils.
32577         * m4/ullong_max.m4: New file.
32578         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
32579         (gl_MACROS): Assume localeconv exists.
32580
32581 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
32582
32583         Merge changes from coreutils, as described below in several
32584         changelogs dated today.
32585
32586         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
32587         (O_DIRECTORY): Remove; not needed here, since "." must be
32588         a directory.  All uses removed.
32589         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
32590         universal on Suns, and we also need to test for IRIX.
32591         Revamp code to use 'if' rather than '#if'.
32592         Avoid unnecessary comparison of cwd->desc to 0.
32593
32594         * lib/utimens.c (futimens): Robustify the previous patch, by checking
32595         for known valid error numbers rather than observed invalid ones.
32596
32597 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
32598
32599         * modules/ullong_max: New file.
32600
32601         * modules/chdir-long, modules/openat: New files.
32602         * modules/save-cwd (Depends-on): Depend on chdir-long.
32603         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
32604
32605 2005-01-18  Jim Meyering  <jim@meyering.net>
32606
32607         Merge from coreutils.
32608         * m4/chdir-long.m4, m4/openat.m4: New files.
32609         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
32610         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
32611         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
32612         is sane and DOES follow symlinks.  Besides, testing 20 different
32613         systems found no broken chown implementations.
32614         Prompted by a change in rsync's copy of this macro.
32615         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
32616
32617         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
32618
32619         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
32620         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
32621         NULL-means-set-to-current-time semantics.
32622         Remove temporary file immediately, rather than waiting
32623         for configure's at-exit trap code to do it.
32624
32625 2005-01-18  Jim Meyering  <jim@meyering.net>
32626
32627         * lib/version-etc.c (version_etc_copyright): Update copyright date.
32628
32629         * lib/utimens.c (futimens): Account for the fact that futimes
32630         can also fail with errno == ENOSYS or errno == ENOENT.
32631         Patch from Dmitry V. Levin.
32632
32633         Change the name of the robust chdir function from chdir to chdir_long.
32634         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
32635         (restore_cwd): Use chdir_long, not chdir.
32636         * lib/chdir-long.c: Renamed from chdir.c.
32637         * lib/chdir-long.h: Renamed from chdir.h.
32638         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
32639         Hurd.
32640
32641 2005-01-18  Bruno Haible  <bruno@clisp.org>
32642
32643         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
32644         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
32645         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
32646         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
32647         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
32648         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
32649         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
32650         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
32651         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
32652         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
32653         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
32654         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
32655         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
32656         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
32657         Use an all-permissive copyright notice, recommended by RMS.
32658
32659 2005-01-18  Bob Proulx  <bob@proulx.com>
32660
32661         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
32662         simplify offsetof() macro construct to avoid compile failure with
32663         native HP-UX 11.0 ANSI C compiler.
32664
32665 2005-01-17  Bruno Haible  <bruno@clisp.org>
32666
32667         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
32668         redundant because stpncpy.m4 takes care of it.
32669
32670 2005-01-17  Bruno Haible  <bruno@clisp.org>
32671
32672         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
32673
32674 2005-01-17  Bruno Haible  <bruno@clisp.org>
32675
32676         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
32677         used.
32678
32679 2005-01-17  Bruno Haible  <bruno@clisp.org>
32680
32681         * lib/fwriteerror.h (fwriteerror): Change specification to include
32682         fclose.
32683         * lib/fwriteerror.c: Include <stdbool.h>.
32684         (fwriteerror): At the end, close the file stream. Record whether
32685         stdout was already closed.
32686
32687 2005-01-17  Bruno Haible  <bruno@clisp.org>
32688
32689         * lib/execute.c (environ): Declare if needed.
32690         * lib/pipe.c (environ): Likewise.
32691         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
32692
32693 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32694
32695         * modules/argp: Depend on vsnprintf
32696
32697 2005-01-10  Jim Meyering  <jim@meyering.net>
32698
32699         * modules/closeout (Depends-on): Add atexit.
32700
32701 2005-01-06  Bruno Haible  <bruno@clisp.org>
32702
32703         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
32704
32705 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
32706
32707         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
32708         definitions to be after all include files, to avoid collisions.
32709         Problem reported by Bob Proulx.
32710
32711 2005-01-04  Jim Meyering  <jim@meyering.net>
32712
32713         Changes imported from coreutils.
32714         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
32715         as the mkstemp template, use a temporary directory and an
32716         8.3-friendly template to avoid trouble on systems like DJGPP.
32717         Reported by Juan M. Guerrero via Stepan Kasal.
32718         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
32719         close. Remove the temporary directory right away, rather than waiting
32720         for configure's at-exit trap code to do it.
32721         Suggestion from Stepan Kasal.
32722
32723 2005-01-01  Simon Josefsson  <jas@extundo.com>
32724
32725         * gnulib-tool: Print #include directives when --import'ing.
32726
32727 2004-12-28  Simon Josefsson  <jas@extundo.com>
32728
32729         * tests/test-base64.c: Include required header files.  Remove
32730         unused variables.
32731
32732 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
32733
32734         * modules/error (Depends-on): Remove gettext.
32735
32736 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
32737
32738         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
32739         not needed.  This removes a dependency on the gettext module.
32740         [defined _LIBC]: Do not include <libintl.h>; not needed.
32741
32742 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
32743
32744         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
32745         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
32746
32747 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
32748
32749         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
32750         HAVE_DECL_STRTOLD.
32751
32752 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
32753
32754         * modules/getdate (Depends-on): Remove alloca-opt.
32755
32756 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
32757
32758         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
32759
32760 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
32761
32762         * lib/argp-parse.c: Include <stddef.h>.
32763         (alignof, alignto): New macros.
32764         (parser_init): Don't assume that void * is aligned sufficiently
32765         for struct option.
32766
32767         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
32768         need to extend the stack.
32769         (YYINITDEPTH): New macro, so that the initial stack isn't overly
32770         large.
32771
32772 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32773
32774         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
32775
32776 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
32777
32778         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
32779         (2004-10-24) change.  Apparently this was a false alarm.
32780
32781         * modules/getdate: Depend on alloca-opt, not alloca.
32782
32783 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
32784
32785         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
32786         Remove now-obsolete comment about AIX.
32787         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
32788         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
32789         (YYMAXDEPTH): New macro.
32790
32791 2004-12-18  Simon Josefsson  <jas@extundo.com>
32792
32793         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
32794
32795 2004-12-18  Bruno Haible  <bruno@clisp.org>
32796
32797         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
32798
32799 2004-12-18  Bruno Haible  <bruno@clisp.org>
32800
32801         * lib/fatal-signal.c (fatal_signals): Make non-const.
32802         (init_fatal_signals): New function.
32803         (uninstall_handlers, install_handlers): Ignore signals that were set to
32804         SIG_IGN.
32805         (at_fatal_signal): Call init_fatal_signals.
32806         (init_fatal_signal_set): Likewise. Ignore signals that were set to
32807         SIG_IGN.
32808         Reported by Paul Eggert.
32809
32810 2004-12-18  Bruno Haible  <bruno@clisp.org>
32811
32812         * doc/alloca.texi: New file.
32813         * doc/alloca-opt.texi: New file.
32814
32815 2004-12-17  Jim Meyering  <jim@meyering.net>
32816
32817         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
32818         Otherwise, install-sh could exit with improper exit status when
32819         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
32820
32821 2004-12-16  Simon Josefsson  <jas@extundo.com>
32822
32823         * tests/test-base64.c: Add license.
32824
32825 2004-12-15  Stepan Kasal  <address@hidden>
32826
32827         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
32828
32829 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
32830
32831         * modules/getcwd (Files): Add m4/d-ino.m4.
32832         Suggested by Mark D. Baushke.
32833
32834 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
32835
32836         * lib/getdate.y (textint): New member "negative".
32837         (time_zone_hhmm): New function.
32838         Expect 14 shift-reduce conflicts, not 13.
32839         (o_colon_minutes): New rule.
32840         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
32841         (yylex): Set the "negative" member of signed numbers.
32842
32843 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
32844
32845         * doc/getdate.texi (Time of day items, Time zone items):
32846         Describe new formats +00:00, UTC+00:00.
32847
32848 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
32849
32850         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
32851         spurious "-l"s.  Problem reported by Stepan Kasal.
32852
32853 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
32854
32855         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
32856         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
32857
32858 2004-12-04  Simon Josefsson  <jas@extundo.com>
32859
32860         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
32861         Vandoorselaere <yoann@prelude-ids.org>.
32862
32863 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
32864
32865         Changes imported from coreutils.
32866         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
32867         exist.
32868         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
32869
32870 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
32871
32872         Changes imported from coreutils.
32873         * lib/hard-locale.c: Assume <locale.h> exists.
32874         Include "strdup.h".
32875         (GLIBC_VERSION): New macro.
32876         (hard_locale): Assume setlocale exists.
32877         Rewrite to avoid #ifdef.
32878         Use strdup rather than malloc + strcpy.
32879         * lib/human.c: Assume <locale.h> exists.
32880         (human_readable): Assume localeconv exists.
32881
32882 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
32883
32884         * modules/hard-locale (Depends-on): Add strdup.
32885
32886 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
32887
32888         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
32889         convert T2, not T.  (Imported from libc.)
32890
32891 2004-11-30  Simon Josefsson  <jas@extundo.com>
32892
32893         * modules/restrict (License): Change to LGPL.
32894
32895 2004-11-30  Simon Josefsson  <jas@extundo.com>
32896
32897         * m4/restrict.m4: Add copyright and copying conditions.
32898
32899 2004-11-30  Simon Josefsson  <jas@extundo.com>
32900
32901         * m4/base64.m4: New file.
32902
32903 2004-11-30  Simon Josefsson  <jas@extundo.com>
32904
32905         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
32906         base64.
32907
32908         * tests/test-base64.c: New file.
32909
32910         * modules/base64: New file.
32911
32912 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
32913
32914         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
32915         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
32916
32917         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
32918
32919 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
32920
32921         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
32922         (__getcwd.c): Don't restore errno; glibc doesn't.
32923         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
32924         first, falling back to our code only if its results look suspicious.
32925         Ensure that the resulting buffer is only as large as necessary.
32926
32927         * lib/readutmp.c: Include readutmp.h first.
32928         Include <errno.h>, since readutmp.h no longer does that.
32929         * lib/readutmp.h: Don't include <errno.h>,
32930         <sys/param.h>, <time.h>; not needed to establish interface.
32931         (errno): Remove decl.
32932         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
32933         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
32934         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
32935
32936 2004-11-28  Simon Josefsson  <jas@extundo.com>
32937
32938         * lib/base64.h, base64.c: New file.
32939
32940 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
32941
32942         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
32943
32944 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
32945
32946         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
32947         (Depends-on): Remove pathmax, same.  Add mempcpy.
32948         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
32949         (Makefile.am): Append getcwd.h to lib_SOURCES.
32950         (Include): Add getcwd.h.
32951         (Maintainer): Change from Jim Meyering to "all, glibc",
32952         since getdate now uses intended-for-glibc code.
32953         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
32954         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
32955
32956 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
32957
32958         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
32959         HP's ANSI C compiler.
32960         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
32961         Declaring int functions causes warnings on some modern systems and
32962         shouldn't be needed to compile on ancient ones.
32963         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
32964         defined.
32965
32966         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
32967         with the following changes.
32968         (__set_errno): Parenthesize properly.
32969         Include <stdbool.h>.
32970         (MIN, MAX, MATCHING_INO): New macros.
32971         (__getcwd): Define with prototype, not K&R form.
32972         Use heuristics to allocate default buffer on stack if possible.
32973         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
32974         behavior, and to avoid the PATH_MAX limit when computing
32975         ../../../../...
32976         Use MATCHING_INO to compare inode number to file.
32977         Check for arithmetic overflow in size calculations.
32978         Fix bug in reallocation of dot array that caused getcwd to fail
32979         on directories nested deeper than 75.
32980         Be more careful about saving errno on error.
32981         Do not use realloc; use only free+malloc, as this is a bit
32982         more flexible and avoids a needless copy operation.
32983         Do not inspect st_dev and st_ino for symbolic links; POSIX
32984         doesn't specify the latter.
32985         Check for closedir errors.
32986         Avoid needless casts.
32987         Use "#ifdef weak_alias" around weak_alias, to be like other
32988         glibc code.
32989         The following changes to getcwd.c have effect only when used in
32990         gnulib; they have no effect inside glibc proper.
32991         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
32992         as alloca isn't used.
32993         (alloca, __alloca): Likewise.
32994         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
32995         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
32996         unconditionally, as gnulib assumes C89 or better.
32997         Do not include <sys/param.h>.
32998         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
32999         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
33000         better.
33001         (NULL) [!defined NULL]: Remove; we assume C89 or better.
33002         Include <dirent.h> in a way that is compatible with modern Autoconf.
33003         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
33004         New macros, if not already defined.
33005         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
33006         Use "_LIBC", not "defined _LIBC", for consistency.
33007         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
33008         a mempcpy module.
33009         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
33010         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
33011         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
33012         credit only to Jim Meyering and adjust the copyright dates.
33013         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
33014         <stdlib.h>, <unistd.h>, "pathmax.h".
33015         Instead, include "xgetcwd.h" (first) and "getcwd.h".
33016         (INITIAL_BUFFER_SIZE): Remove.
33017         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
33018
33019 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
33020
33021         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
33022         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
33023         Use the _ONCE methods, for efficiency.
33024         Check for fcntl.h.  In test program, include <errno.h>
33025         and <fcntl.h> if available.  Remove old K&R cruft from
33026         test program.  Check for common errors in GNU/Linux,
33027         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
33028         don't do AC_LIBOBJ, as that's getcwd.m4's job.
33029         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
33030         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
33031         name accordingly.
33032         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
33033         accommodate new getcwd.c.
33034         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
33035         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
33036         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
33037         that's all we need now.
33038
33039 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33040
33041         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
33042         argp-parse.c depends on getopt internals, that means we should
33043         always use our getopt, to be on the safe side.
33044         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
33045         order not to spoil the result of an eventual previous invocation
33046         of gl_GETOPT_SUBSTITUTE.
33047
33048 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33049
33050         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
33051         redefinition warnings. To avoid them, include the defines
33052         in `#if !defined __need_getopt ... #endif'. The only place
33053         where __getopt_argv_const is used is in definitions
33054         of getopt_long and getopt_long_only below, which are as well
33055         protected by `#ifndef __need_getopt'.
33056         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
33057         __need_getopt after including <stdio.h> and <unistd.h> These
33058         headers might have defined it.
33059
33060 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
33061
33062         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
33063
33064 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
33065
33066         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
33067         (futimens): New function, which uses futimes if available.
33068         (futimens, utimens): Support timespec==NULL, with same semantics
33069         as utime and utimens.
33070         * lib/utimens.h (futimens): New decl.
33071
33072 2004-11-23  Jim Meyering  <jim@meyering.net>
33073
33074         * lib/getopt_.h: Remove trailing blanks.
33075
33076 2004-11-23  Jim Meyering  <jim@meyering.net>
33077
33078         * lib/__fpending.c: Add comment.
33079
33080 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
33081
33082         * modules/canonicalize (Depends-on): Add xreadlink.
33083         Problem reported by James Youngman.
33084
33085 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
33086
33087         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
33088         New macros.
33089         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
33090         optopt): Use them instead of invoking ## directly; otherwise, the
33091         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
33092
33093 2004-11-19  Bruno Haible  <bruno@clisp.org>
33094
33095         * lib/strtok_r.c: Move comments from here...
33096         * lib/strtok_r.h: ... to here.
33097
33098 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
33099
33100         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
33101         implementations that mishandle size_t overflow.
33102
33103 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
33104
33105         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
33106         might fail.  Problem reported by Yoann Vandoorselaere.
33107         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
33108         implementations that mishandle size_t overflow.
33109
33110 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
33111
33112         * modules/canon-host (Depends-on): Add strdup.
33113
33114 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
33115
33116         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
33117
33118 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
33119
33120         * lib/canon-host.c: Include "strdup.h".
33121         (canon_host): Use getaddrinfo if available, so that IPv6 works.
33122         Use strdup instead of malloc/strcpy to duplicate strings.
33123
33124         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
33125         (human_space_before_unit): New constant.
33126         * lib/human.c (human_readable): Support it.
33127
33128         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
33129         (xgetcwd): Set errno correctly when failing.
33130         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
33131         the failure is actually due to a PATH_MAX problem.
33132
33133         Further getopt changes to make it more likely that glibc will
33134         buy the changes back.
33135         * lib/getopt.c (POSIXLY_CORRECT): New constant.
33136         (getopt): Use it, so to preserve glibc semantic
33137         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
33138         when compiling for libc.
33139         * lib/getopt_.h (__getopt_argv_const): Bring it back.
33140         (getopt_long, getopt_long_only): Use it.
33141
33142         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
33143         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
33144         (getopt): Argv is now char * const *, as per standard.
33145         (_getopt_internal_r, _getopt_internal): Argv is now char **,
33146         not char *__getopt_argv_const *.
33147         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
33148         _getopt_long_only_r): Likewise.
33149         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
33150         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
33151         _getopt_long_r, _getopt_long_only_r): Likewise.
33152         * lib/getopt_.h (__getopt_argv_const): Remove.
33153         (getopt): Argv is now char * const *, as per standard.
33154
33155         * lib/getdate.y (tORDINAL): New token.
33156         (day, relunit): Allow it for relative times.
33157         (relative_time_table): Use tORDINAL for ordinals.
33158
33159 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
33160
33161         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
33162         Document that "second" isn't allowed as an ordinal number.
33163
33164 2004-11-16  Jim Meyering  <jim@meyering.net>
33165
33166         * modules/closeout (Depends-on): Add fpending.
33167
33168 2004-11-15  Jim Meyering  <jim@meyering.net>
33169
33170         * lib/closeout.c: Include "__fpending.h" once again.
33171         Include <stdbool.h>.
33172         (close_stdout): Don't fail just because stdout was closed initially,
33173         since some programs don't write to stdout in the normal course of
33174         operation (other than --version and --help), and we don't want this
33175         function to make e.g. `touch file >&-' fail.
33176         But do fail if it was closed and someone has tried to write to it.
33177         E.g., `printf foo >&-' must fail.
33178
33179 2004-11-13  Jim Meyering  <jim@meyering.net>
33180
33181         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
33182
33183 2004-11-12  Simon Josefsson  <jas@extundo.com>
33184
33185         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
33186         small doc fix is still pending.
33187
33188 2004-11-11  Simon Josefsson  <jas@extundo.com>
33189
33190         * modules/strtok_r: New file.
33191
33192         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
33193         strtok_r.
33194
33195 2004-11-11  Simon Josefsson  <jas@extundo.com>
33196
33197         * m4/strtok_r.m4: New file.
33198
33199         * m4/getopt.m4: Replace opterr.
33200
33201 2004-11-11  Simon Josefsson  <jas@extundo.com>
33202
33203         * lib/strtok_r.h, strtok_r.c: New file.
33204
33205 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
33206
33207         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
33208         of replacing opterr, getopt, etc.  This should handle the
33209         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
33210
33211 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
33212
33213         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
33214         we can stop lying to compilers about the constness of argv when we
33215         are compiled outside glibc.
33216         (getopt, getopt_long, getopt_long_only): Use it.
33217         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
33218         _getopt_internal, getopt): Likewise.
33219         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
33220         _getopt_long_only_r): Likewise.
33221         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
33222         _getopt_long_r, _getopt_long_only_r): Likewise.
33223
33224         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
33225         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
33226         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
33227         the other external symbols.
33228         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
33229         declaration, since the above renaming now works around collisions.
33230
33231 2004-11-11  Jim Meyering  <jim@meyering.net>
33232
33233         * lib/linebreak.c: Remove trailing blanks.
33234         * lib/alloca_.h: Likewise.
33235         * lib/acosl.c: Likewise.
33236         * lib/euidaccess.c: Likewise.
33237         * lib/allocsa.h: Likewise.
33238
33239 2004-11-10  Simon Josefsson  <jas@extundo.com>
33240
33241         * m4/getaddrinfo.m4: New file.
33242
33243 2004-11-10  Simon Josefsson  <jas@extundo.com>
33244
33245         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
33246
33247 2004-11-10  Simon Josefsson  <jas@extundo.com>
33248
33249         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
33250         getaddrinfo.
33251
33252         * modules/getaddrinfo: New file.
33253
33254 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
33255
33256         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
33257
33258 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
33259
33260         * lib/mktime.c (SHR): New macro, which is a portable
33261         substitute for >> that should work even on Crays.
33262         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
33263         Problem reported by Mark D. Baushke in
33264         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
33265         * lib/getdate.y (SHR): Likewise.
33266         (tm_diff): Use it.
33267         * lib/strftime.c (SHR): Likewise.
33268         (tm_diff): Use it.
33269         * lib/quotearg.c (struct quoting_options): Use unsigned int for
33270         quote_these_too, so that right shifts are well defined.  All uses
33271         changed.
33272
33273 2004-11-10  Jim Meyering  <jim@meyering.net>
33274
33275         Ensure that no close failure goes unreported.
33276         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
33277         return early when it seems there's nothing to flush.
33278         Don't include __fpending.h.
33279
33280 2004-11-10  Jim Meyering  <jim@meyering.net>
33281
33282         * modules/closeout (Depends-on): Remove fpending.
33283
33284 2004-11-10  Jim Meyering  <jim@meyering.net>
33285
33286         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
33287
33288 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
33289
33290         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
33291         gl_FUNC_STRFTIME.
33292         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
33293         and AC_REQUIRE when possible, to avoid duplicate checks.
33294         Check for <wchar.h>.
33295
33296 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
33297
33298         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
33299
33300 2004-11-09  Bruno Haible  <bruno@clisp.org>
33301
33302         * m4/sockpfaf.m4: New file.
33303
33304 2004-11-05  Bruno Haible  <bruno@clisp.org>
33305
33306         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
33307         Reported by Mark D. Baushke <mdb@cvshome.org>.
33308
33309 2004-11-04  Bruno Haible  <bruno@clisp.org>
33310
33311         2004-09-11  Bruno Haible  <bruno@clisp.org>
33312                 * allocsa.valgrind: New file.
33313         2004-02-06  Bruno Haible  <bruno@clisp.org>
33314                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
33315                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
33316                 Reported by Christopher Seip <chris.seip@hp.com>.
33317
33318 2004-11-04  Bruno Haible  <bruno@clisp.org>
33319
33320         * modules/allocsa (Files): Add lib/allocsa.valgrind.
33321         (Makefile.am): Distribute it.
33322
33323 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
33324
33325         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
33326         with errno == ERANGE if the buffer is too small.
33327         Problem reported by Mark D. Baushke.
33328
33329 2004-11-03  Albert Chin  <china@thewrittenword.com>
33330             Paul Eggert  <eggert@cs.ucla.edu>
33331
33332         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
33333         equivalent, substitute $ac_type for equivalent type rather than
33334         blindly using uint32_t *always* which won't work if uint32_t is not
33335         available.  Define _UINT32_T to work around typedef of uint32_t if
33336         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
33337         2.5.1.
33338
33339 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
33340
33341         * m4/jm-macros.m4: Sync from coreutils.
33342         (gl_MACROS): Check for mbrlen, for pathchk.
33343         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
33344
33345 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
33346
33347         * lib/xreadlink.c (MAXSIZE): New macro.
33348         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
33349         size does not exceed MAXSIZE.  Avoid cast.
33350         As suggested by Mark D. Baushke in
33351         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
33352         if readlink fails with buffer size just under MAXSIZE, try again
33353         with MAXSIZE.
33354
33355 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
33356
33357         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
33358
33359 2004-11-02  Derek R. Price  <derek@ximbiot.com>
33360         and  Paul Eggert  <eggert@cs.ucla.edu>
33361
33362         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
33363         (get_date): Overparenthesize to avoid GCC warning.
33364
33365 2004-11-02  Bruno Haible  <bruno@clisp.org>
33366
33367         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
33368         returns void.
33369
33370 2004-11-02  Bruno Haible  <bruno@clisp.org>
33371
33372         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
33373         function returns void.
33374
33375 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
33376
33377         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
33378         fflush_unlocked, flockfile, funlockfile, funlockfile,
33379         fputs_unlocked, putc_unlocked.
33380
33381 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
33382
33383         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
33384         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
33385         already declared.
33386
33387 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
33388
33389         * modules/getdate (Files): Add doc/getdate.texi.
33390         (Depends-on): Add setenv, xalloc.
33391
33392 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
33393
33394         * lib/getdate.y: Add support for TZ="foo" within a date string.
33395         Fix some bugs near time_t boundaries.  Reject dates with
33396         out-of-range components, e.g., "Sept 31".
33397         Include <stdlib.h>, "setenv.h", "xalloc.h".
33398         (ISDIGIT_LOCALE): Remove; unused.
33399         Note that the TZ and time functions used here are not reentrant.
33400         (mktime_ok, get_tz): New functions.
33401         (TZBUFSIZE): New constant.
33402         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
33403         This requires that we sometimes generate our own TZ="XXX..." setting.
33404
33405 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
33406
33407         * doc/getdate.texi: New file, from coreutils with modifications for
33408         the new TZ parsing.
33409
33410 2004-10-27  Derek R. Price  <derek@ximbiot.com>
33411
33412         * lib/mktime.c (not_equal_tm): Remove redundant check.
33413
33414 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
33415
33416         * modules/regex (lib_SOURCES): Add regex.c.
33417         Reported by James Youngman in
33418         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
33419
33420 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
33421
33422         * lib/getdate.y: Use Bison 1.875 features, and some minor
33423         code cleanups.  This change does not affect semantics.
33424         Don't include <stdlib.h>; no longer needed.
33425         Don't include unlocked-io.h; only the "#if TEST" code uses
33426         stdio, and performance isn't crucial there.
33427         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
33428         Bison 1.875 features as described below.
33429         All uses of "PC." replaced by "pc->".
33430         (YYSTYPE): Add a forward declaration.
33431         (yylex, yyerror): Use full prototypes in forward decls.
33432         Use "%pure-parser" rather than obsolescent "%pure_parser".
33433         Use %parse-param and %lex-param instead of obsolescent
33434         YYPARSE_PARAM and YYLEX_PARAM.
33435         (meridian_table, month_and_day_table, time_units_table,
33436         relative_time_table, time_zone_table, military_table,
33437         lookup_zone, lookup_word, get_date):
33438         Use NULL instead of 0 where appropriate.
33439         (to_hour): Avoid abort (), to avoid a dependency on
33440         stdlib.h.
33441         (yyerror, yylex): Now accepts parser_control * arg.
33442         (main) [TEST]: Use '\0' rather than 0 for char.
33443
33444 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
33445
33446         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
33447
33448 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
33449
33450         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
33451         It's now the caller's responsibility to handle the case where
33452         !HAVE_GETPAGESIZE && !defined getpagesize.
33453
33454         * lib/mktime.c (leapyear): Arg is long int, not int.
33455
33456 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
33457
33458         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
33459
33460 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
33461
33462         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
33463         missing.  Problem reported by James Youngman.
33464
33465 2004-10-16  Simon Josefsson  <jas@extundo.com>
33466
33467         * gnulib-tool: Fix comments.  Fix parse problem.
33468         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
33469
33470 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
33471
33472         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
33473         implementation of getopt_long.  Problem reported by Alexander Taler in:
33474         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
33475
33476 2004-10-15  Bruno Haible  <bruno@clisp.org>
33477
33478         * gnulib-tool: Untabify. Initialize supplied_libname.
33479         (func_usage): More homogenous output.
33480         (func_modules_transitive_closure, func_modules_to_filelist,
33481         func_emit_lib_Makefile_am): New functions.
33482         (func_import): New function, extracted from big case statement. Use
33483         func_get_license, func_modules_transitive_closure,
33484         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
33485         opt_lgpl. Don't use test -a, as it's not portable.
33486         (func_create_testdir): Use func_modules_transitive_closure,
33487         func_modules_to_filelist, func_emit_lib_Makefile_am.
33488
33489 2004-10-15  Bruno Haible  <bruno@clisp.org>
33490
33491         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
33492
33493 2004-10-15  Bruno Haible  <bruno@clisp.org>
33494
33495         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
33496         the portions belonging to each module.
33497         Suggested by Derek Robert Price <derek@ximbiot.com>.
33498
33499 2004-10-12  Simon Josefsson  <jas@extundo.com>
33500
33501         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
33502         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
33503         to real functions.
33504
33505 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
33506
33507         * modules/vsnprintf: New file.
33508
33509 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
33510
33511         * m4/vsnprintf.m4: New file.
33512
33513 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
33514
33515         * lib/vsnprintf.h: New file.
33516         * lib/vsnprintf.c: New file.
33517
33518 2004-10-11  Bruno Haible  <bruno@clisp.org>
33519
33520         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
33521         vsnprintf.
33522
33523 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
33524
33525         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
33526
33527 2004-10-07  Bruno Haible  <bruno@clisp.org>
33528
33529         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
33530         fits into the provided buffer.
33531
33532 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
33533
33534         * lib/diacrit.c, diacrit.h: Add GPL notice.
33535
33536         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
33537         notice.
33538         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
33539         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
33540         This avoids a potential constant-folding bug.
33541
33542 2004-10-05  Bruno Haible  <bruno@clisp.org>
33543
33544         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
33545         for the declaration of strsep.
33546
33547 2004-10-05  Bruno Haible  <bruno@clisp.org>
33548
33549         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
33550
33551 2004-10-04  Simon Josefsson  <jas@extundo.com>
33552
33553         * modules/memmem: New file.
33554         * tests/test-memmem.c: New file.
33555         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
33556
33557 2004-10-04  Simon Josefsson  <jas@extundo.com>
33558
33559         * m4/memmem.m4: New file.
33560
33561 2004-10-04  Simon Josefsson  <jas@extundo.com>
33562
33563         * lib/memmem.h: New file.
33564         * lib/memmem.c: New file, taken from glibc.
33565
33566 2004-10-04  Simon Josefsson  <jas@extundo.com>
33567
33568         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
33569         '#ifdef USE_UNLOCKED_IO'.
33570
33571 2004-10-04  Simon Josefsson  <jas@extundo.com>
33572
33573         * config/srclist.txt: Add memmem from glibc.
33574
33575 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
33576
33577         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
33578
33579         * modules/argmatch, modules/argp, modules/closeout, modules/error,
33580         modules/exclude, modules/getdate, modules/getline,
33581         modules/getndelim2, modules/getpass, modules/getpass-gnu,
33582         modules/getusershell, modules/linebuffer, modules/md5,
33583         modules/mountlist, modules/posixtm, modules/readtokens,
33584         modules/readutmp, modules/regex, modules/sha1,
33585         modules/version-etc, modules/yesno:
33586         Remove dependency on unlocked-io.
33587
33588 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
33589
33590         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
33591
33592         * m4/unlocked-io.m4: Add copyright notice.
33593         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
33594
33595 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
33596
33597         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
33598         * lib/xmalloc.c (xmemdup): Likewise.
33599         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
33600         XFREE): Remove these long-obsolescent macros.
33601         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
33602         * lib/xstrdup.c: Remove.
33603
33604         * lib/regex.c (re_comp): Cast gettext return value to char *,
33605         Problem reported by Martin Neitzel via Mark D. Baushke.
33606
33607 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
33608
33609         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
33610         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
33611         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
33612         regex.c, sha1.c, version-etc.c, yesno.c:
33613         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
33614         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
33615         the includer's responsibility.
33616
33617         Sync from coreutils.
33618
33619         * lib/modechange.c (mode_compile): Don't decrement a pointer that
33620         points to the start of a string, as the C Standard says the
33621         resulting behavior is undefined.
33622
33623         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
33624         simple -> simple_backups, numbered_existing ->
33625         numbered_existing_backups, numbered -> numbered_backups
33626         to avoid shadowing problems.  All uses changed.
33627         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
33628         * lib/backupfile.c (check_extension, numbered_backup):
33629         Rename locals to avoid shadowing 'basename'.
33630         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
33631         once.
33632
33633         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
33634         * lib/.cvsignore: Add getopt.h.
33635
33636 2004-10-04  Bruno Haible  <bruno@clisp.org>
33637
33638         * modules/README: New file.
33639         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
33640         not a module.
33641
33642 2004-10-02  Jim Meyering  <jim@meyering.net>
33643
33644         * lib/dirfd.h, getpagesize.h: Add copyright notice.
33645
33646 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
33647
33648         * modules/strsep: New file.
33649
33650 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
33651
33652         * m4/strsep.m4: New file.
33653
33654 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
33655
33656         * lib/strsep.h: New file.
33657         * lib/strsep.c: New file.
33658
33659 2004-10-01  Simon Josefsson  <jas@extundo.com>
33660
33661         * lib/snprintf.c (snprintf): Handle size==0.
33662
33663 2004-10-01  Simon Josefsson  <jas@extundo.com>
33664             Bruno Haible  <bruno@clisp.org>
33665
33666         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
33667         (snprintf): Declare 'args'.
33668
33669 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
33670
33671         * lib/snprintf.c: Remove comments as to why each header is needed.
33672
33673 2004-10-01  Bruno Haible  <bruno@clisp.org>
33674
33675         * MODULES.html.sh: Add strsep.
33676
33677 2004-09-30  Simon Josefsson  <jas@extundo.com>
33678
33679         * modules/snprintf: New file.
33680
33681 2004-09-30  Simon Josefsson  <jas@extundo.com>
33682
33683         * m4/snprintf.m4: New file.
33684
33685 2004-09-30  Simon Josefsson  <jas@extundo.com>
33686
33687         * lib/snprintf.h, lib/snprintf.c: New files.
33688
33689 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33690
33691         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
33692         (hol_entry_help): Never translate an empty string.
33693         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
33694         * lib/argp.h (OPTION_NO_TRANS): New option.
33695
33696 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
33697
33698         * modules/argp (Maintainer): Replace Simon Josefsson
33699         by Sergey Poznyakoff.
33700
33701 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
33702
33703         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
33704         changes merged back into glibc.
33705
33706 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
33707
33708         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
33709
33710 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
33711
33712         * lib/xvasprintf.c: Include xalloc.h.
33713         (xvasprintf): Use xalloc_die, not xmalloc_die.
33714
33715 2004-09-29  Bruno Haible  <bruno@clisp.org>
33716
33717         * modules/alloca-opt: New file, derived from modules/alloca.
33718         * modules/allocsa: Depend on alloca-opt instead of alloca.
33719         * modules/setenv: Likewise.
33720         * modules/vasnprintf: Likewise.
33721         * MODULES.html.sh: Add alloca-opt.
33722
33723 2004-09-28  Simon Josefsson  <jas@extundo.com>
33724
33725         * gnulib-tool: New parameter --lgpl, to asseert that modules are
33726         LGPL, and to replace license template from GPL to LGPL.
33727
33728 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
33729
33730         * modules/dummy: Change license to LGPL.
33731
33732 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
33733
33734         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
33735
33736 2004-09-24  Simon Josefsson  <jas@extundo.com>
33737
33738         * modules/minmax (License): Change from GPL to LGPL.
33739
33740 2004-09-23  Simon Josefsson  <jas@extundo.com>
33741
33742         * gnulib-tool (--import): Typo.
33743
33744 2004-09-23  Simon Josefsson  <jas@extundo.com>
33745
33746         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
33747
33748 2004-09-22  Bruno Haible  <bruno@clisp.org>
33749
33750         * modules/*: Add 'License' field.
33751         * gnulib-tool: Accept --extract-license option.
33752         (func_get_license): New function.
33753
33754 2004-09-21  Bruno Haible  <bruno@clisp.org>
33755
33756         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
33757         Reported by Simon Josefsson.
33758
33759 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
33760
33761         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
33762         gl_AC_TYPE_LONG_LONG.
33763
33764 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
33765
33766         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
33767
33768 2004-09-18  Simon Josefsson  <jas@extundo.com>
33769         and  Paul Eggert  <eggert@cs.ucla.edu>
33770
33771         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
33772         calls with autoreconf.  Define GL_LIB.
33773
33774 2004-09-14  Karl Berry  <karl@gnu.org>
33775
33776         * config/srclist.txt: unsync setenv.c, sigh.
33777
33778 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
33779
33780         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
33781         Problem reported by Bruno Haible in:
33782         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
33783
33784 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
33785
33786         * config/srclist.txt: Comment out argp-pvh.c.
33787
33788 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
33789
33790         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
33791         in case some system header has #define'd it.  Problem reported by
33792         Soeren D. Schulze in
33793         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
33794
33795 2004-09-09  Karl Berry  <karl@gnu.org>
33796
33797         * regex.[ch]: delete from the root.  These were supposed to be
33798                 synced with emacs cvs, but this has not happened for about
33799                 a year, and anyway nothing else uses emacs regex.[ch].
33800                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
33801                 lib/regex[.ch] is untouched.
33802
33803 2004-09-09  Bruno Haible  <bruno@clisp.org>
33804
33805         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
33806
33807 2004-09-09  Bruno Haible  <bruno@clisp.org>
33808
33809         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
33810         modifications.
33811         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
33812
33813 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
33814
33815         * modules/xvasprintf: New file.
33816         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
33817
33818 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
33819
33820         * lib/xvasprintf.h: New file.
33821         * lib/xvasprintf.c: New file.
33822         * lib/xasprintf.c: New file.
33823
33824 2004-09-08  Bruno Haible  <bruno@clisp.org>
33825
33826         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
33827
33828 2004-09-08  Bruno Haible  <bruno@clisp.org>
33829
33830         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
33831         length is > INT_MAX.
33832         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
33833         more.
33834
33835 2004-09-08  Bruno Haible  <bruno@clisp.org>
33836
33837         * lib/stdint_.h: New file, taken from GNU clisp.
33838
33839 2004-09-08  Bruno Haible  <bruno@clisp.org>
33840             Oskar Liljeblad  <oskar@osk.mine.nu>
33841
33842         * modules/stdint: New file.
33843         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
33844
33845 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33846
33847         Import from coreutils.
33848         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
33849         strings on unbounded length.  alloca's performance benefits aren't
33850         that important here.
33851         (V_STRDUP): Remove.
33852         (parse_with_separator): New function, with most of the internals
33853         of the old parse_user_spec.  Allow user to omit both user and group,
33854         for compatibility with FreeBSD.
33855         Clone only the user name, not the entire spec.
33856         Do not set *uid, *gid unless entirely successful.
33857         Avoid memory leak in some failing cases.
33858         Fix regression for USER.GROUP reported by Dmitry V. Levin in
33859         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
33860         (parse_user_spec): Rewrite to use parse_with_separator.
33861
33862 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33863
33864         * modules/userspec: Don't depend on alloca.
33865
33866 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33867
33868         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
33869
33870 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
33871
33872         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
33873         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
33874         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
33875
33876 2004-08-16  Simon Josefsson  <jas@extundo.com>
33877
33878         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
33879         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
33880         Add --dry-run for --import.
33881         Let user provided command line parameters override configure.ac
33882         settings.
33883
33884 2004-08-12  Simon Josefsson  <jas@extundo.com>
33885
33886         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
33887         as discussed with Paul Eggert in threads rooted at
33888         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
33889         and
33890         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
33891         Before, the test was empty, and relied on ELIDE_CODE in source
33892         code.)
33893         (gl_PREREQ_GETOPT): New macro.
33894         (gl_GETOPT): Use them.
33895
33896 2004-08-12  Simon Josefsson  <jas@extundo.com>
33897
33898         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
33899         * lib/getopt_.h: Renamed from getopt.h.
33900
33901 2004-08-12  Simon Josefsson  <jas@extundo.com>
33902
33903         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
33904         Change default library name from libfoo to libgnu.
33905         Now, if you have a configure.ac that says:
33906                 gl_SOURCE_BASE(gl)
33907                 gl_M4_BASE(gl/m4)
33908                 gl_MODULES(error getopt etcetera)
33909                 gl_INIT
33910         you can import all you need by running:
33911                 ../gnulib/gnulib-tool --import
33912
33913         * modules/getopt (Files): Rename getopt.h to getopt_.h.
33914         (Makefile.am): Rewrite, use logic from argz.
33915         (Include): Use <getopt.h> instead of "getopt.h".
33916
33917 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
33918
33919         * modules/argp (Files): Add m4/unlocked-io.m4.
33920         (Depends-on): Add extensions.
33921
33922 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
33923
33924         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
33925         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
33926         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
33927         Check for program_invocation_name, program_invocation_short_name,
33928         flockfile, funlockfile, features.h, _getopt_long_only_r.
33929
33930 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
33931
33932         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
33933         its complicated substitute.
33934         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
33935         and program_invocation_name.
33936         (__argp_basename) [!_LIBC]: Remove; the only use was
33937         replaced by its body.
33938         (__argp_short_program_name): Change condition from
33939         !defined __argp_short_program_name to
33940         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
33941         to match argp-namefrob.h.
33942         (__argp_failure): Don't assume strerror_r returns char *.
33943         * lib/argp-parse.c (N_): Define unconditionally.
33944         (argp_default_options): Fill out initializers with 0 to avoid
33945         gcc warnings.
33946
33947 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
33948
33949         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
33950         getopt1.c.
33951
33952 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
33953
33954         Merge from coreutils.
33955
33956         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
33957
33958         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
33959         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
33960
33961 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
33962
33963         Merge from coreutils.
33964
33965         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
33966         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
33967         for Reliant Unix 5.43.
33968
33969         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
33970         (union fooround): Use uintmax_t, not long int.
33971         The rest is a merge from libc:
33972         [defined _LIBC]: Include <shlib-compat.h>.
33973         (_obstack) [defined _LIBC]: Remove after 2.3.4.
33974
33975         * lib/settime.c (settime): Recode to avoid warning with
33976         Sun Forte C 6U2.
33977
33978         * lib/strverscmp.c: Convert to UTF-8.
33979
33980 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
33981
33982         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
33983         m4/uintmax_t.m4.
33984
33985 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
33986
33987         * modules/xalloc-die: New file.
33988         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
33989
33990         * modules/md5 (Files): Add m4/uint32_t.m4.
33991         * modules/sha1: Renamed from modules/sha.
33992         (Files):
33993         Rename lib/sha.h to lib/sha1.h.
33994         Rename lib/sha.c to lib/sha1.c.
33995         Rename m4/sha.m4 to m4/sha1.m4.
33996         (lib_SOURCES): Likewise.
33997         (configure.ac): Rename gl_SHA to gl_SHA1.
33998         (Include): sha.h -> sha1.h.
33999
34000 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
34001
34002         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
34003         * m4/sha1.m4: Renamed from sha.m4.
34004         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
34005
34006 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
34007
34008         * lib/obstack.h (obstack_empty_p):
34009         Don't assume that chunk->contents is suitably aligned.
34010         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
34011         Likewise. Problem reported by Benno in
34012         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
34013
34014         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
34015         readable.  This could be improved further but it'd take some work.
34016
34017 2004-08-08  Simon Josefsson  <jas@extundo.com>
34018
34019         * modules/xgethostname (Depends-on): Remove exit and error (not
34020         used).
34021
34022         * modules/getpass-gnu: Add getpass.h.
34023         (Depends-on): Add stdbool.
34024         * modules/getpass: Add getpass.h.
34025
34026 2004-08-08  Simon Josefsson  <jas@extundo.com>
34027
34028         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
34029         Check getpass declaration.
34030
34031 2004-08-08  Simon Josefsson  <jas@extundo.com>
34032
34033         * lib/xgethostname.c: Don't include error.h (not used).
34034
34035         * lib/getpass.h: Add.
34036         * lib/getpass.c: Include getpass.h first.
34037
34038 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
34039
34040         * lib/xalloc-die.c: New file.
34041         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
34042         All uses removed.
34043         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
34044         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
34045         xalloc-die.c.
34046         (_, N_, xalloc_die): Move to xalloc-die.c.
34047         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
34048         so that we needn't mess with xalloc_msg_memory_exhausted.
34049
34050         * lib/sha1.h: Renamed from sha.h.
34051         (SHA1_H): Renamed from _SHA_H.
34052         (sha1_ctx): Renamed from sha_ctx.
34053         (sha1_init_ctx): Renamed from sha_init_ctx.
34054         (sha1_process_block): Renamed from sha_process_block.
34055         (sha1_process_bytes): Renamed from sha_process_bytes.
34056         (sha1_finish_ctx): Renamed from sha_finish_ctx.
34057         (sha1_read_ctx): Renamed from sha_read_ctx.
34058         (sha1_stream): Renamed from sha_stream.
34059         (sha1_buffer): Renamed from sha_buffer.
34060         * lib/sha1.c: Likewise; renamed from sha.c.
34061         Do not include <sys/types.h>.
34062         Include <stddef.h> rather than <stdlib.h>.
34063
34064 2004-08-08  Bruno Haible  <bruno@clisp.org>
34065
34066         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
34067         FILESYSTEM_PREFIX_LEN.
34068         * lib/progreloc.c: Likewise.
34069         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
34070
34071 2004-08-06  Simon Josefsson  <jas@extundo.com>
34072
34073         * modules/progname (Depends-on): Don't depend on stdbool.
34074
34075 2004-08-06  Simon Josefsson  <jas@extundo.com>
34076
34077         * modules/getsubopt: New file.
34078         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34079         getsubopt.
34080
34081 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
34082
34083         More merge from coreutils.
34084
34085         * m4/utimens.m4, m4/utimecmp.m4: New files.
34086         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
34087         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
34088         prereq.m4, sha.m4: Import changes from coreutils.
34089
34090 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
34091
34092         More merge from coreutils.
34093         * modules/raise, modules/readtokens0, modules/utimens:
34094         * modules/utimecmp, module/xnanosleep: New files.
34095         * modules/strftime: Add lib/strftime.h.
34096         Change include from <time.h> to "strftime.h".
34097         * modules/yesno: Add lib/yesno.h.
34098         * modules/backupfile: Remove lib/addext.c.
34099         * modules/euidaccess: Add stat-macros.h.
34100         * modules/canonicalize, modules/euidaccess,
34101         modules/filemode, modules/lchown, modules/makepath,
34102         modules/rmdir, modules/stat: Likewise.
34103
34104 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
34105
34106         Merge from tar.
34107         * lib/argp-help.c (make_hol, hol_append): Don't assume that
34108         SIZE_MAX is a valid preprocessor constant.
34109         (__argp_basename): Change from "#ifndef _LIBC"
34110         to "#ifndef __argp_short_program_name", so that
34111         we don't compile these functions for tar.
34112
34113         More merges from coreutils.
34114         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
34115         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
34116         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
34117         * lib/addext.c: Remove; no longer needed.
34118         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
34119         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
34120         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
34121         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
34122         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
34123         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
34124         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
34125         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
34126         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
34127         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
34128         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
34129         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
34130         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
34131         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
34132         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
34133         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
34134         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
34135         Import changes from coreutils.
34136
34137 2004-08-05  Simon Josefsson  <jas@extundo.com>
34138
34139         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
34140
34141 2004-08-05  Simon Josefsson  <jas@extundo.com>
34142
34143         * m4/getsubopt.m4: New file.
34144
34145 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
34146
34147         Merge from coreutils.
34148
34149         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
34150         * m4/getcwd-path-max.m4: New files.
34151
34152         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
34153         FILESYSTEM_PREFIX_LEN ->
34154         FILE_SYSTEM_PREFIX_LEN.
34155         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
34156         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
34157         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
34158         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
34159
34160         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
34161         prerequisite modules now handle the DOS stuff.
34162         Don't check for unistd.h.
34163
34164 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
34165
34166         Merge from coreutils.
34167
34168         * lib/.gdb-history: Remove; this doesn't belong here.
34169
34170         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
34171         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
34172         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
34173         * lib/getcwd.c: New files.
34174
34175         * lib/dirname.h: Include <stdbool.h>.
34176         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
34177         for consistency with POSIX terminology.  All uses changed.
34178         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
34179         (strip_trailing_slashes): Use bool for booleans.
34180         * lib/stripslash.c (strip_trailing_slashes): Likewise.
34181
34182         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
34183         sometimes returns a positive errno value even when it succeeds.
34184         (print_errno_message) [!LIBC]: Fall back on strerror if
34185         __strerror_r fails.
34186
34187         * lib/path-concat.c (mempcpy): Don't define if a system header defines
34188         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
34189         (longest_relative_suffix): New function.
34190         (path_concat): Use it.  Assume first argument is not NULL.
34191         Port to DOS.  Omit redundant separators.
34192         Report an error instead of returning NULL.
34193         Use mempcpy instead of memcpy.
34194         (xpath_concat): Remove: not declared or used.
34195
34196         * lib/same.h: Include <stdbool.h>
34197         (same_name): Return bool, not int.
34198         * lib/same.c (same_name): Likewise.
34199         (errno): Don't declare; we assume C89 or better now.
34200
34201         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
34202         if not already defined.
34203
34204         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
34205         * lib/dup-safer.c (errno): Likewise.
34206
34207 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
34208
34209         Merge from coreutils.
34210         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
34211         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
34212         * modules/path-concat: Don't depend on strdup.
34213
34214 2004-08-03  Simon Josefsson  <jas@extundo.com>
34215
34216         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
34217         * lib/progname.h: Don't include stdbool.h.
34218
34219 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
34220
34221         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
34222         * MODULES.html.sh (func_all_modules): Remove fatal.
34223
34224 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
34225
34226         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
34227
34228 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
34229
34230         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
34231         working.
34232
34233 2004-08-02  Simon Josefsson  <jas@extundo.com>
34234
34235         * lib/getsubopt.h: New file, with comments from Bruno Haible.
34236         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
34237         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
34238
34239 2004-08-01  Simon Josefsson  <jas@extundo.com>
34240
34241         * lib/xgetdomainname.c: Include stdlib.h, for free().
34242
34243 2004-07-19  Bruno Haible  <bruno@clisp.org>
34244
34245         * MODULES.html.sh (func_all_modules): Add dummy.
34246
34247 2004-07-16  Simon Josefsson  <jas@extundo.com>
34248
34249         * modules/dummy: New file.
34250
34251 2004-07-16  Simon Josefsson  <jas@extundo.com>
34252
34253         * lib/dummy.c: New file.
34254
34255 2004-07-16  Bruno Haible  <bruno@clisp.org>
34256
34257         * lib/backupfile.h: Add extern "C" for C++.
34258         * lib/closeout.h: Likewise.
34259         * lib/copy-file.h: Likewise.
34260         * lib/findprog.h: Likewise.
34261         * lib/full-write.h: Likewise.
34262         * lib/pathname.h: Likewise.
34263         * lib/progname.h: Likewise.
34264         * lib/stpcpy.h: Likewise.
34265         * lib/stpncpy.h: Likewise.
34266         * lib/strcase.h: Likewise.
34267         * lib/strstr.h: Likewise.
34268         * lib/xalloc.h: Likewise.
34269
34270         * lib/mbswidth.h: Add extern "C" for C++.
34271         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
34272
34273 2004-07-13  Robert Millan  <robertmh@gnu.org>
34274
34275         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
34276
34277 2004-07-09  Simon Josefsson  <jas@extundo.com>
34278
34279         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
34280         failed without this.)
34281
34282 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
34283
34284         * modules/chown (Files): Add lib/fchown-stub.c, since
34285         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
34286
34287 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
34288
34289         * lib/fchown-stub.c: New file.
34290
34291 2004-06-24  Jim Meyering  <jim@meyering.net>
34292
34293         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
34294
34295 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
34296
34297         * modules/argz: Omit "#include".
34298
34299         * MODULES.html.sh (func_all_modules): Add calloc, to match
34300         2004-06-01 addition of calloc module.
34301
34302 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
34303
34304         * m4/argz.m4: New file, which is autoupdated from libtool.
34305
34306 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
34307
34308         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
34309         libtool.
34310
34311 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
34312
34313         * config/srclist-update: Don't insist on "USA." before the
34314         close-comment, as libtool omits the period and puts the */ on a
34315         separate line.
34316         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
34317         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
34318
34319 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
34320
34321         * modules/argz: New file.
34322         * MODULES.html.sh (func_all_modules): Add argz.
34323
34324 2004-06-12  Jim Meyering  <jim@meyering.net>
34325         and  Paul Eggert  <eggert@cs.ucla.edu>
34326
34327         * modules/hash (Files): Add lib/xalloc.h.
34328         * modules/pipe (Depends-on): Add wait-process.
34329         * modules/stat (Depends-on): Add xalloc.
34330         * modules/userspec (Files): Add lib/userspec.h.
34331         * modules/xstrto
34332
34333         Upgrade from gettext-0.13.
34334         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
34335         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
34336         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
34337
34338 2004-06-10  Jim Meyering  <jim@meyering.net>
34339
34340         * lib/calloc.c: New file.
34341
34342 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
34343
34344         * lib/getdate.y (yylex): Allow space between sign and number.
34345         Problem reported by Dan Jacobson.
34346
34347 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
34348
34349         Merge from coreutils CVS.
34350
34351         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
34352         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
34353         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
34354         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
34355         xstrtol.m4: Fix copyright date and/or serial number.
34356
34357         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
34358         See if we need an fchown replacement.
34359         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
34360         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
34361         and use the replacement function if we detect either defect.
34362
34363         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
34364         gl_UTIMECMP.
34365
34366 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
34367         and  Jim Meyering  <jim@meyering.net>
34368
34369         Merge from coreutils CVS.
34370
34371         * lib/stat-macros.h: New file, with contents from file-type.h
34372         and coreutils' system.h.
34373         * lib/file-type.c: Include "stat-macros.h".
34374         * lib/file-type.h (file_type): Move all macro definitions to new file,
34375         stat-macros.h.
34376
34377         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
34378         Wrap old code with this conditional.
34379         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
34380         function that does not dereference symlinks.
34381         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
34382
34383         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
34384         dependency problems.
34385         (xreadlink): Accept new arg SIZE, for efficiency.
34386         All decls and uses changed.
34387         * lib/xreadlink.h: Include <stddef.h>, for size_t.
34388
34389         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
34390         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
34391
34392         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
34393         sysexits.h.
34394
34395 2004-06-01  Jim Meyering  <jim@meyering.net>
34396
34397         * m4/calloc.m4: New file.
34398
34399 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
34400
34401         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
34402         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
34403         Also, fix a typo in a diagnostic.
34404
34405 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
34406
34407         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
34408         or AC_FUNC_REALLOC.
34409
34410 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
34411
34412         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
34413         macros to be defined.
34414         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
34415         the allocator returns NULL because the requested size is zero.
34416
34417 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
34418
34419         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
34420         var.  Add comment explaining why libc still defines it.  This
34421         merges the following patch from glibc:
34422         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
34423
34424 2004-05-20  Andreas Schwab  <schwab@suse.de>
34425
34426         * m4/free.m4: Replace free if it not known to work, not the other
34427         way round.
34428
34429 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
34430
34431         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
34432         present in glibc since revision 1.1 of this file.
34433         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
34434         obstack_alignment_mask, obstack_alloc, obstack_base,
34435         obstack_blank, obstack_blank_fast, obstack_chunk_size,
34436         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
34437         obstack_grow0, obstack_init, obstack_int_grow,
34438         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
34439         obstack_next_free, obstack_object_size, obstack_ptr_grow,
34440         obstack_ptr_grow_fast, obstack_room): Remove declarations of
34441         nonexistent functions.
34442
34443 2004-05-18  Karl Berry  <karl@gnu.org>
34444
34445         * config/srclist.txt: break link for vasnprintf.c.
34446
34447 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
34448
34449         Port obstack to the AS/400, where pointers are 16 bytes wide and
34450         you cannot cast an integer to a valid pointer.  This patch is
34451         currently waiting to be integrated into glibc; see
34452         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
34453
34454         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
34455         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
34456         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
34457         (struct obstack): temp member is now a union of a pointer and
34458         an integer, instead of an integer.  All integer uses changed.
34459         This does not affect the physical layout of struct obstack,
34460         except on hosts (like the AS/400) where the size or alignment of
34461         void * is greater than that of ptrdiff_t.
34462         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
34463         __STDC__)]: Store temporary in pointer member of union, not
34464         integer member.
34465         * lib/obstack.c: Include <stddef.h>, for offsetof.
34466         (struct fooalign): Remove; it doesn't need a name.
34467         (union fooround): Change double to long double, and add void *.
34468         (DEFAULT_ALIGNMENT): Use offsetof to compute.
34469         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
34470         not a macro.  Hence the values are always int; so remove all
34471         casts-to-int in uses.
34472
34473 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
34474
34475         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
34476         we can get this patch merged into glibc.
34477
34478 2004-05-17  Derek R. Price  <derek@ximbiot.com>
34479             Paul Eggert  <eggert@cs.ucla.edu>
34480
34481         * m4/argp: Depend on alloca.
34482
34483 2004-05-17  Derek R. Price  <derek@ximbiot.com>
34484             Paul Eggert  <eggert@cs.ucla.edu>
34485
34486         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
34487         freecoding.
34488
34489 2004-05-17  Bruno Haible  <bruno@clisp.org>
34490
34491         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
34492         precision that consists of a '.' followed by an empty digit string.
34493         Patch by Tor Lillqvist <tml@iki.fi>.
34494
34495 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
34496
34497         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
34498         for backward compatibility with older code.  We need our own
34499         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
34500         it under some other name, and our alloca.h will define it.
34501
34502 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
34503             Derek Price  <derek@ximbiot.com>
34504
34505         * lib/alloca.c: Include <alloca.h>, to get our interface.
34506         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
34507         include <alloca.h> first.  Use C89 prototype for alloca; this
34508         requires including <stddef.h> for size_t.  Use extern "C" if C++.
34509         Use #elif for simplicity, since we can assume C89 now.
34510         Don't try to source the system alloca.h since it will not be found
34511         and to prevent recursively including its replacement.
34512         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
34513         * lib/regex.c: Likewise.
34514
34515 2004-05-16  Derek Price  <derek@ximbiot.com>
34516             Paul Eggert  <eggert@cs.ucla.edu>
34517
34518         getline cleanup.  This changes the getndelim2 API: both order of
34519         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
34520         no delimiter).
34521
34522         * lib/getline.c: Don't include stddef.h or stdio.h, since our
34523         interface does that.
34524         (getline): Always use getdelim, so that we don't have two
34525         copies of this code.
34526         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
34527         if available.
34528         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
34529         (GETNDELIM2_MAXIMUM): New macro.
34530         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
34531         instead of the old practice of delim2==0.  All callers changed.
34532         Return -1 on overflow, instead of returning junk.
34533         Do not set *linesize unless allocation succeeds.
34534         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
34535         that we include sys/types.h.
34536         * lib/getnline.h: Likewise.
34537         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
34538         (getndelim2): Reorder arguments.
34539         * lib/getnline.c (getnline, getndelim):
34540         Don't discard the NMAX argument.
34541         (getnline): Invoke getndelim, to avoid code duplication.
34542         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
34543         of (size_t) -1 by callers of the getnline family.
34544
34545 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
34546
34547         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
34548         Check for gettimeofday.
34549         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
34550         Check for settimeofday, stime.
34551
34552 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
34553
34554         * lib/nanosleep.c (suspended): Change its type from int to
34555         sig_atomic_t volatile.
34556         (first_call): Make it private to rpl_nanosleep, and have it
34557         be zero initially as that's a bit faster.
34558         (my_usleep): Round up fractional times instead of truncating them,
34559         as this is the usual meaning for 'sleep'.
34560
34561         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
34562         doesn't work.
34563         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
34564         (ENOSYS): Define if not defined.
34565         (settime): Fall back on stime if it exists and settimeofday fails.
34566         But don't bother with fallbacks if a method fails with errno == EPERM.
34567
34568 2004-05-11  Jim Meyering  <jim@meyering.net>
34569
34570         Prior to this change, the save_cwd caller required read access to the
34571         current directory on most systems (ones with the fchdir function).
34572
34573         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
34574         fails, try write-only, and finally, resort to using xgetcwd.
34575
34576 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
34577
34578         * lib/obstack.c, obstack.h: Import changes from libc.
34579
34580 2004-04-28  Bruno Haible  <bruno@clisp.org>
34581
34582         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
34583         also implicitly appends .exe to executables.
34584         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
34585         accepts Windows pathnames.
34586         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
34587         Treat Cygwin like Windows, since it now accepts Windows pathnames.
34588         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
34589         Treat Cygwin like Windows, since it now accepts Windows pathnames.
34590         Reported by Derek Robert Price <derek@ximbiot.com>.
34591
34592 2004-04-21  Karl Berry  <karl@gnu.org>
34593
34594         * config/srclist.txt (localcharset.c): break sync.
34595
34596 2004-04-20  Paul Eggert  <eggert@twinsun.com>
34597
34598         * m4/host-os.m4: Add a copyright notice.
34599
34600 2004-04-20  Jim Meyering  <jim@meyering.net>
34601
34602         Change UTILS_ to gl_ in AC_DEFINE'd names.
34603         Change utils_- and jm_-prefixed variables, too.
34604         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
34605         UTILS_FUNC_MKDIR_TRAILING_SLASH.
34606         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
34607
34608         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
34609         Don't emit trailing blanks.
34610         Also rename jm_-prefixed variables to have gl_ prefix.
34611
34612         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
34613         Also rename jm_-prefixed variables to have gl_ prefix.
34614
34615         * m4/jm-macros.m4: Reflect the renamings.
34616         * m4/prereq.m4: Likewise.
34617
34618 2004-04-20  Jim Meyering  <jim@meyering.net>
34619
34620         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
34621         memory.
34622
34623 2004-04-20  Jim Meyering  <jim@meyering.net>
34624             Bruno Haible  <bruno@clisp.org>
34625
34626         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
34627         memory when realloc fails.
34628
34629 2004-04-19  Jim Meyering  <jim@meyering.net>
34630
34631         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
34632         now that readutmp.c may call `free (0)'.
34633
34634 2004-04-19  Bruno Haible  <bruno@clisp.org>
34635
34636         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
34637         * m4/inttypes_h.m4: Likewise.
34638         * m4/stdint_h.m4: Likewise.
34639         * m4/intmax_t.m4: Likewise.
34640         * m4/uintmax_t.m4: Likewise.
34641
34642 2004-04-18  Jim Meyering  <jim@meyering.net>
34643
34644         * m4/prereq.m4: Don't forbid jm_ prefix.
34645
34646         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
34647         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
34648         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
34649         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
34650         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
34651         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
34652         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
34653         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
34654         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
34655         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
34656         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
34657         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
34658         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
34659         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
34660         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
34661         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
34662         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
34663         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
34664         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
34665
34666 2004-04-18  Jim Meyering  <jim@meyering.net>
34667
34668         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
34669         failure, don't leak memory and do call END_UTMP_ENT.
34670
34671 2004-04-16  Jim Meyering  <jim@meyering.net>
34672
34673         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
34674         coreutils' stat program.
34675         (gl_PREREQ): Don't require jm_PREREQ_STAT.
34676
34677 2004-04-11  Paul Eggert  <eggert@twinsun.com>
34678
34679         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
34680         C89.
34681         (CHAR_BIT): Remove, since we assume C89.
34682         Include <stdint.h> if available, as per current Autoconf CVS advice.
34683
34684 2004-03-31  Jim Meyering  <jim@meyering.net>
34685
34686         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
34687         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
34688         * m4/xalloc.m4: Likewise.
34689
34690 2004-03-30  Paul Eggert  <eggert@twinsun.com>
34691
34692         Merge from coreutils.
34693
34694         * m4/inttostr.m4: New file.
34695         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
34696         Require AM_STDBOOL_H and gl_TIMESPEC instead.
34697         Require gl_CLOCK_TIME.
34698         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
34699
34700 2004-03-30  Paul Eggert  <eggert@twinsun.com>
34701
34702         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
34703         not bool, to be more consistent with Unix conventions.
34704         Suggested by Bruno Haible.
34705
34706         Merge from coreutils.
34707
34708         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
34709         * lib/umaxtostr.c: New files.
34710
34711         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
34712         the usual <time.h> dance.
34713         (get_date): Change signature to support fractional time stamps.
34714         All callers changed.
34715         * lib/getdate.y: Include "getdate.h" first, as we can now
34716         assume C89 and don't need to worry about 'const'.
34717         Similarly, include "unlocked-io.h" near start, not in middle.
34718         Include <limits.h>.
34719         (textint.value): Use long int rather than int.
34720         (textint.digits): Use size_t rather than int.
34721         (BILLION, LOG10_BILLION): New constants.
34722         (parser_control): New member rel_ns.  Members day_ordinal,
34723         time_zone, month, day, hour, minutes, rel_year, rel_month,
34724         rel_day, rel_hour, rel_minutes, rel_seconds
34725         are now long int, not int.  Member seconds is now struct timespec,
34726         not int.  New member timespec_seen.  Members dates_seen, days_seen,
34727         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
34728         not int.
34729         (%union.intval): Now long int, not int.
34730         New member timespec.
34731         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
34732         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
34733         (spec): Now is a timespec or an item list.
34734         (timespec, items): New nonterminals.
34735         (time, rel, relunit, number, get_date):
34736         Add support for fractional seconds.
34737         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
34738         (gmtime, localtime, mktime): Remove decls; not needed with C89.
34739         (to_hour): First arg is now long int, not int.
34740         (to_year): Returns long int, not int.
34741         Don't treat year -70 like 70.
34742         (tm_diff): Returns long int, not int.
34743         (lookup_word): Use bool instead of int when appropriate.
34744         (yylex): Use size_t for count, not int.
34745         Detect overflow when parsing large integer constants.
34746         Add support for fractions.
34747         (get_date): Make pointers 'const' if possible.
34748         Use more-portable code to detect integer overflow.
34749         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
34750         Don't use ctime; it's not reliable if the year has >4 digits.
34751
34752         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
34753         This is for compatibility with BSD.
34754
34755         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
34756         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
34757         From coreutils' system.h.
34758
34759         * lib/userspec.c: Don't include "posixver.h".
34760         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
34761         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
34762         compatible extension.  Simplify code by removing a boolean int
34763         that was always nonzero if a string was nonnull.
34764
34765 2004-03-30  Jim Meyering  <jim@meyering.net>
34766
34767         Merge from coreutils.
34768
34769         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
34770         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
34771         on some systems one must include <grp.h> before it.
34772         Reported by Christian Krackowizer.
34773
34774 2004-03-30  Jim Meyering  <jim@meyering.net>
34775
34776         Merge from coreutils.
34777
34778         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
34779
34780         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
34781         an empty input stream.
34782
34783         * lib/readtokens.c: Include <stdbool.h>.
34784         (readtoken): Use `size_t' rather than int/long.
34785         All callers adjusted.
34786         Use `bool' rather than `int' where appropriate.
34787         Use memset rather than an explicit loop.
34788         Use x2nrealloc rather than xrealloc.
34789         Allow the use of `\0' as a delimiter.
34790         (readtokens): Likewise.
34791         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
34792
34793 2004-03-30  Jim Meyering  <jim@meyering.net>
34794
34795         * m4/realloc.m4: Remove file, since now it does no more than
34796         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
34797         the `configure.ac' section of module/realloc.
34798         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
34799
34800 2004-03-30  Bruno Haible  <bruno@clisp.org>
34801
34802         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
34803         nonnull.
34804
34805 2004-03-29  Paul Eggert  <eggert@twinsun.com>
34806
34807         Merge changes to getloadavg.c from coreutils and Emacs.
34808
34809         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
34810         Define to an expression, not to the empty string.
34811         Include cloexec.h and xalloc.h.
34812         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
34813         Use set_cloexec_flag rather than rolling our own.
34814         * lib/cloexec.c, lib/cloexec.h: New files.
34815
34816 2004-03-29  Paul Eggert  <eggert@twinsun.com>
34817
34818         * m4/cloexec.m4: New file.
34819
34820 2004-03-18  Paul Eggert  <eggert@twinsun.com>
34821
34822         * lib/getopt.h: Sync with libc CVS.
34823
34824 2004-03-18  Paul Eggert  <eggert@twinsun.com>
34825             Bruno Haible  <bruno@clisp.org>
34826
34827         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
34828         mbswidth.
34829
34830 2004-03-18  Paul Eggert  <eggert@twinsun.com>
34831             Bruno Haible  <bruno@clisp.org>
34832
34833         * lib/mbswidth.h: Include <wchar.h> only if
34834         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
34835         <wchar.h>.
34836         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
34837
34838 2004-03-09  Paul Eggert  <eggert@twinsun.com>
34839
34840         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
34841         Sync with libc CVS.
34842         * lib/getopt_int.h: New file, also synced from libc.
34843
34844 2004-03-09  Paul Eggert  <eggert@twinsun.com>
34845
34846         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
34847         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
34848         Bring back getopt.c, getopt.h, getopt1.c.
34849
34850 2004-03-07  Paul Eggert  <eggert@twinsun.com>
34851
34852         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
34853         All uses changed.  Check for sa_sigaction member; this fixes
34854         a bug first reported by Jason Andrade in
34855         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
34856
34857 2004-03-07  Paul Eggert  <eggert@twinsun.com>
34858
34859         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
34860         '#if' expressions.  Unlike the code it replaces, it does not
34861         depend on (defined _SC_PAGESIZE).  However, it does depend on
34862         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
34863         first reported by Jason Andrade in
34864         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
34865
34866 2004-02-25  Simon Josefsson  <jas@extundo.com>
34867
34868         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
34869
34870 2004-02-25  Simon Josefsson  <jas@extundo.com>
34871
34872         * lib/strdup.h: New file.
34873         * lib/strdup.c: Include it.
34874         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
34875         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
34876
34877 2004-02-23  Karl Berry  <karl@gnu.org>
34878
34879         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
34880         (from fencepost.gnu.org:/gd/gnuorg).
34881
34882 2004-02-23  Karl Berry  <karl@gnu.org>
34883
34884         * config/srclistvars.sh (GNUORG) [karl]: redefine.
34885         * config/srclist.txt: add maintain/standards documents.
34886
34887 2004-02-18  Bruno Haible  <bruno@clisp.org>
34888
34889         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
34890         Reported by Derek Robert Price <derek@ximbiot.com>.
34891
34892 2004-02-16  Karl Berry  <karl@gnu.org>
34893
34894         * config/mkinstalldirs, install-sh: update from automake.
34895
34896 2004-02-06  Karl Berry  <karl@gnu.org>
34897
34898         * m4/po.m4: update from gettext 0.14.1.
34899
34900 2004-02-06  Karl Berry  <karl@gnu.org>
34901
34902         * lib/config.charset: update from gettext 0.14.1.
34903
34904 2004-02-05  Paul Eggert  <eggert@twinsun.com>
34905
34906         Add comments and code, prompted by suggestions from Bruno Haible
34907         for sh-quote.
34908         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
34909         describing the enum quoting_style values.
34910         * lib/quotearg.c (quotearg_alloc): New function.
34911         (quotearg_buffer_restyled): Treat lone { and } as special.
34912         Treat = as special.  Work around bug with older shells
34913         that "see" a '\' that is really the 2nd byte of a multibyte char.
34914         Quote empty string with shell_quoting_style.
34915
34916 2004-02-03  Bruno Haible  <bruno@clisp.org>
34917
34918         * m4/pipe.m4: New file, from GNU gettext.
34919
34920 2004-02-03  Bruno Haible  <bruno@clisp.org>
34921
34922         * lib/pipe.h: New file, from GNU gettext.
34923         * lib/pipe.c: New file, from GNU gettext.
34924
34925 2004-01-27  Bruno Haible  <bruno@clisp.org>
34926
34927         * m4/execute.m4: New file, from GNU gettext.
34928
34929 2004-01-27  Bruno Haible  <bruno@clisp.org>
34930
34931         * lib/execute.h: New file, from GNU gettext.
34932         * lib/execute.c: New file, from GNU gettext.
34933         * lib/w32spawn.h: New file, from GNU gettext.
34934
34935 2004-01-24  Paul Eggert  <eggert@twinsun.com>
34936
34937         Merge from diffutils.
34938
34939         * lib/file-type.c (file_type): Add typed memory objects.
34940         * lib/file-type.h (S_TYPEISTMO): New macro.
34941
34942         * lib/c-stack.h (c_stack_action): Remove argv argument.
34943         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
34944         (die): Don't calculate message unless segv_action returns.
34945         (get_stack_location, min_address_from_argv, max_address_from_argv,
34946         volatile stack_base, volatile_stack_size): Remove.
34947         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
34948         that every segmentation violation is a stack overflow.  (Ouch!)
34949         See Debian bug 136249 (still outstanding) for more info about why
34950         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
34951
34952 2004-01-24  Paul Eggert  <eggert@twinsun.com>
34953
34954         Exit-status fix from coreutils.
34955
34956         Use exit_failure consistently in place of EXIT_FAILURE,
34957         so that program exit statuses are consistent on failure.
34958
34959         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
34960         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
34961         * lib/argmatch.h: Comment fix to match the above.
34962         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
34963         Now a macro referring to exit_failure, instead of a separate
34964         variable.  Include "exitfail.h" to get it.
34965         * lib/xstrtol.h: Include "exitfail.h".
34966         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
34967
34968         * lib/long-options.c (parse_long_options): Use prototype
34969         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
34970         for clarity.
34971
34972 2004-01-21  Jim Meyering  <jim@meyering.net>
34973
34974         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
34975         so as not to conflict with a different-sized __mktime_internal
34976         function in GNU libc.
34977         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
34978         Problem building statically-linked `ls' reported by Michael Brunnbauer.
34979
34980 2004-01-20  Karl Berry  <karl@gnu.org>
34981
34982         * config/config.guess: update from config.
34983
34984         * config/srclistvars.sh: GNUWWWLICENSES for karl.
34985
34986 2004-01-20  Bruno Haible  <bruno@clisp.org>
34987
34988         Safer stack allocation.
34989         * lib/setenv.c: Include allocsa.h.
34990         (alloca): Remove fallback definition.
34991         (freea): Remove macro.
34992         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
34993         instead of freea.
34994
34995 2004-01-20  Bruno Haible  <bruno@clisp.org>
34996
34997         * m4/eealloc.m4: New file, from GNU gettext.
34998
34999 2004-01-20  Bruno Haible  <bruno@clisp.org>
35000
35001         * m4/allocsa.m4: New file, from GNU gettext.
35002
35003 2004-01-20  Bruno Haible  <bruno@clisp.org>
35004
35005         * lib/xallocsa.h: New file, from GNU gettext.
35006         * lib/xallocsa.c: New file, from GNU gettext.
35007
35008 2004-01-20  Bruno Haible  <bruno@clisp.org>
35009
35010         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
35011
35012 2004-01-20  Bruno Haible  <bruno@clisp.org>
35013
35014         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
35015         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
35016         specially.
35017
35018 2004-01-20  Bruno Haible  <bruno@clisp.org>
35019
35020         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
35021         patch.
35022
35023 2004-01-20  Bruno Haible  <bruno@clisp.org>
35024
35025         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
35026
35027 2004-01-20  Bruno Haible  <bruno@clisp.org>
35028
35029         * lib/eealloc.h: New file.
35030
35031 2004-01-20  Bruno Haible  <bruno@clisp.org>
35032
35033         * lib/binary-io.h: Avoid warnings on Cygwin.
35034
35035 2004-01-20  Bruno Haible  <bruno@clisp.org>
35036
35037         * lib/allocsa.h: New file, from GNU gettext.
35038         * lib/allocsa.c: New file, from GNU gettext.
35039
35040 2004-01-18  Karl Berry  <karl@gnu.org>
35041
35042         * doc/gpl.texi, doc/lgpl.texi: new files.
35043
35044 2004-01-18  Karl Berry  <karl@gnu.org>
35045
35046         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
35047         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
35048
35049 2004-01-15  Paul Eggert  <eggert@twinsun.com>
35050
35051         Merge from coreutils.
35052
35053         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
35054         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
35055         (gl_DEFAULT_POSIX2_VERSION): Move
35056         the documentation from 'configure' into 'config.hin',
35057         so that 'configure --help' isn't burdened by it and
35058         we don't have to worry about its formatting there.
35059         Reword the documentation so that it's more succinct
35060         and can be run together into a single paragraph.
35061         * m4/same.m4 (gl_SAME): Check for pathconf.
35062
35063 2004-01-15  Paul Eggert  <eggert@twinsun.com>
35064
35065         Merge from coreutils.
35066
35067         * lib/posixver.c: Include posixver.h.
35068
35069         * lib/same.c: Include <stdbool.h>, <limits.h>.
35070         (_POSIX_NAME_MAX): Define if not defined.
35071         (MIN): New macro.
35072         (same_name): If file names are silently truncated, report
35073         that the file names are the same if they are the same after
35074         the silent truncation.
35075
35076         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
35077         conversion function.
35078         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
35079         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
35080         longer needed.
35081
35082 2004-01-15  Jim Meyering  <jim@meyering.net>
35083
35084         Merge from coreutils.
35085
35086         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
35087         if no library is required.
35088         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
35089         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
35090         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
35091         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
35092         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
35093         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
35094         value, $ac_cv_search_crypt, if it's "none required".
35095         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
35096         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
35097         not gl_FUNC_GETLOADAVG.
35098         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
35099         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
35100
35101 2004-01-15  Jim Meyering  <jim@meyering.net>
35102
35103         Merge from coreutils.
35104
35105         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
35106         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
35107         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
35108
35109         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
35110         optional configure-time default.
35111
35112         * lib/version-etc.c (version_etc_copyright): Update copyright date.
35113
35114         * lib/xreadlink.c (xreadlink): Correct outdated comment.
35115
35116 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
35117
35118         Merge from coreutils.
35119
35120         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
35121         value, $ac_cv_search_nanosleep, if it's "none required".
35122
35123 2004-01-14  Paul Eggert  <eggert@twinsun.com>
35124
35125         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
35126         with like-named macro in fnmatch.c.
35127         (EXT): Use an internal constant instead.
35128
35129         Merge fnmatch patches from glibc.
35130         * lib/fnmatch.c (mbsinit): Remove define.
35131         Add libc_hidden_ver (__fnmatch, fnmatch).
35132         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
35133         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
35134
35135 2004-01-14  Karl Berry  <karl@gnu.org>
35136
35137         * config/install-sh: update from automake.
35138
35139 2004-01-13  Karl Berry  <karl@gnu.org>
35140
35141         * config/install-sh: update from automake.
35142
35143 2004-01-09  Karl Berry  <karl@gnu.org>
35144
35145         * config/install-sh: update from automake.
35146
35147 2004-01-05  Karl Berry  <karl@gnu.org>
35148
35149         * config/config.{sub,guess}: update from config.
35150
35151 2003-12-31  Karl Berry  <karl@gnu.org>
35152
35153         * config/depcomp: update from automake.
35154
35155 2003-12-14  Karl Berry  <karl@gnu.org>
35156
35157         * lib/config.charset: update from gettext-runtime.
35158
35159 2003-12-03  Paul Eggert  <eggert@twinsun.com>
35160
35161         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
35162         Bug reported by Alfred M. Szmidt.
35163
35164 2003-12-03  Bruno Haible  <bruno@clisp.org>
35165
35166         * m4/gettext.m4: Upgrade from gettext-0.13.
35167         * m4/po.m4: Upgrade from gettext-0.13.
35168         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
35169         * m4/intmax.m4: New file, from gettext-0.13.
35170         * m4/printf-posix.m4: New file, from gettext-0.13.
35171
35172 2003-11-29  Karl Berry  <karl@gnu.org>
35173
35174         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
35175
35176 2003-11-25  Paul Eggert  <eggert@twinsun.com>
35177             Bruno Haible  <bruno@clisp.org>
35178
35179         * lib/printf-parse.h: Don't include sys/types.h.
35180         (ARG_NONE): New macro.
35181         (char_directive): Change type of *arg_index fields to size_t.
35182         * lib/printf-parse.c: Don't include sys/types.h.
35183         (SSIZE_MAX): Remove macro.
35184         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
35185         Remove unnecessary overflow check.
35186         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
35187         fields.
35188
35189 2003-11-25  Bruno Haible  <bruno@clisp.org>
35190
35191         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
35192
35193 2003-11-25  Bruno Haible  <bruno@clisp.org>
35194
35195         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
35196         gt_TYPE_SSIZE_T.
35197
35198 2003-11-24  Paul Eggert  <eggert@twinsun.com>
35199
35200         * modules/alloca: Remove dependency on xalloc.
35201
35202 2003-11-24  Paul Eggert  <eggert@twinsun.com>
35203
35204         * lib/alloca.c: Remove dependency on xalloc module.
35205         (xalloc_die): Remove.
35206         (memory_full) [!defined emacs]: New macro.
35207         [!defined emacs]: Don't include xalloc.h.
35208         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
35209         address arithmetic overflows.  Change datatypes a bit to avoid
35210         unnecessary casts.
35211
35212 2003-11-22  Jim Meyering  <jim@meyering.net>
35213
35214         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
35215         s/size/size_t/.
35216
35217 2003-11-21  Karl Berry  <karl@gnu.org>
35218
35219         * config/config.{sub,guess}: update from config.
35220
35221 2003-11-18  Karl Berry  <karl@gnu.org>
35222
35223         * config/config.{sub,guess}: update from config.
35224
35225         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
35226
35227 2003-11-17  Paul Eggert  <eggert@twinsun.com>
35228
35229         * README: Mention that S+T cannot overflow if S is the size of
35230         an existing object and T is sufficiently small.
35231
35232 2003-11-17  Jim Meyering  <jim@meyering.net>
35233
35234         On systems without utime and without a utimes function capable of
35235         dealing with a NULL struct utimbuf* argument, this utime replacement
35236         could -- in unusual circumstances -- leak a file descriptor.
35237         * lib/utime.c: Include <unistd.h> and <errno.h>.
35238         (utime_null): Be sure to close `fd' and to preserve errno.
35239         Reported by Geoff Collyer via Arnold Robbins.
35240
35241 2003-11-17  Bruno Haible  <bruno@clisp.org>
35242
35243         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
35244         (Depends-on): Add xsize.
35245
35246 2003-11-17  Bruno Haible  <bruno@clisp.org>
35247
35248         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
35249
35250 2003-11-17  Bruno Haible  <bruno@clisp.org>
35251
35252         * lib/vasnprintf.c (alloca): Remove fallback definition.
35253         (freea): Remove definition.
35254         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
35255         Reported by Paul Eggert.
35256
35257 2003-11-16  Paul Eggert  <eggert@twinsun.com>
35258             Bruno Haible  <bruno@clisp.org>
35259
35260         Protect against address arithmetic overflow.
35261         * lib/printf-args.h: Include stddef.h.
35262         (arguments): Change type of field 'count' to size_t.
35263         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
35264         'unsigned int' where appropriate.
35265         * lib/printf-parse.h: Include sys/types.h.
35266         (char_directive): Change type of *arg_index fields to ssize_t.
35267         (char_directives): Change type of fields 'count', max_*_length to
35268         size_t.
35269         * lib/printf-parse.c: Include sys/types.h and xsize.h.
35270         (SSIZE_MAX): Define fallback value.
35271         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
35272         instead of 'int' where appropriate. Check a_allocated, d_allocated
35273         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
35274         * lib/vasnprintf.c: Include xsize.h.
35275         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
35276         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
35277         overflow. Avoid wraparound when converting a width or precision from
35278         decimal to binary.
35279
35280 2003-11-16  Bruno Haible  <bruno@clisp.org>
35281
35282         Update from GNU gettext.
35283         * lib/printf-parse.c: Generalize to it can be compiled for wide
35284         strings.
35285         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
35286         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
35287         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
35288         SNPRINTF): New macros.
35289         Don't include <alloca.h> if the file is used inside libintl.
35290         (local_wcslen): New function, for Solaris 2.5.1.
35291         (VASNPRINTF): Use it instead of wcslen.
35292
35293 2003-11-16  Bruno Haible  <bruno@clisp.org>
35294
35295         * lib/xsize.h (xmax): New function.
35296         (xsum, xsum3, xsum4): Declare as "pure" functions.
35297
35298 2003-11-12  Paul Eggert  <eggert@twinsun.com>
35299
35300         * modules/xalloc (Files): Undo latest change, since xalloc.h
35301         no longer needs SIZE_MAX or PTRDIFF_MAX.
35302
35303 2003-11-12  Paul Eggert  <eggert@twinsun.com>
35304
35305         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
35306         gl_PTRDIFF_MAX.
35307
35308 2003-11-12  Paul Eggert  <eggert@twinsun.com>
35309
35310         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
35311         "return", to pacify some unknown compiler.  Problem reported
35312         by Joerg Schilling.
35313
35314 2003-11-12  Paul Eggert  <eggert@twinsun.com>
35315
35316         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
35317         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
35318         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
35319         heuristic is just as accurate as far as we know, and it removes a
35320         dependency on size_max.m4 and ptrdiff_max.m4.
35321
35322 2003-11-11  Bruno Haible  <bruno@clisp.org>
35323
35324         * modules/xsize (Files): Add m4/size_max.m4.
35325         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
35326
35327 2003-11-11  Bruno Haible  <bruno@clisp.org>
35328
35329         * m4/size_max.m4: New file.
35330         * m4/ptrdiff_max.m4: New file.
35331         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
35332         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
35333         (gl_XALLOC): Invoke it.
35334
35335 2003-11-11  Bruno Haible  <bruno@clisp.org>
35336
35337         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
35338         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
35339         defined.
35340
35341 2003-11-10  Paul Eggert  <eggert@twinsun.com>
35342
35343         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
35344         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
35345         rejected some allocations of exactly SIZE_MAX - 2 bytes.
35346         From Bruno Haible.
35347         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
35348         not (size_t) -1, since it's defined here.
35349
35350 2003-11-09  Karl Berry  <karl@gnu.org>
35351
35352         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
35353
35354 2003-11-06  Paul Eggert  <eggert@twinsun.com>
35355
35356         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
35357         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
35358         Reject sizes of exactly SIZE_MAX bytes.
35359         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
35360         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
35361
35362 2003-11-05  Bruno Haible  <bruno@clisp.org>
35363
35364         * lib/xsize.h: Include limits.h, to avoid a possible collision with
35365         SIZE_MAX defined in <limits.h> on Solaris.
35366
35367 2003-11-04  Jim Meyering  <jim@meyering.net>
35368
35369         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
35370         variable names, rather than @VAR@.
35371         * modules/poll: Likewise.
35372
35373 2003-11-04  Bruno Haible  <bruno@clisp.org>
35374
35375         * modules/xsize: New file.
35376         * modules/linebreak: Depend on xsize.
35377         * MODULES.html.sh (func_all_modules): Add xsize.
35378
35379 2003-11-04  Bruno Haible  <bruno@clisp.org>
35380
35381         * m4/xsize.m4: New file.
35382
35383 2003-11-04  Bruno Haible  <bruno@clisp.org>
35384
35385         * lib/xsize.h: New file.
35386         * lib/linebreak.c: Include xsize.h.
35387         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
35388         argument for overflow.
35389         Suggested by Paul Eggert.
35390
35391 2003-11-03  Karl Berry  <karl@gnu.org>
35392
35393         * config/config.{guess,sub}: update from config.
35394
35395 2003-11-03  Jim Meyering  <jim@meyering.net>
35396
35397         * modules/userspec (lib_SOURCES): Add userspec.h.
35398         (Include): Add "userspec.h".
35399         Improve description.
35400
35401 2003-11-03  Jim Meyering  <jim@meyering.net>
35402
35403         * lib/userspec.c: Include "userspec.h".
35404         * lib/userspec.h: New file.
35405
35406 2003-11-03  Bruno Haible  <bruno@clisp.org>
35407
35408         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
35409
35410 2003-11-03  Bruno Haible  <bruno@clisp.org>
35411
35412         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
35413         available, to avoid (extremely rare) race condition.
35414         Suggested by Paul Eggert.
35415
35416 2003-11-02  Karl Berry  <karl@gnu.org>
35417
35418         * config/srclist.txt (vasprintf.c): sync broken, sigh.
35419
35420 2003-10-31  Paul Eggert  <eggert@twinsun.com>
35421
35422         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
35423         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
35424         (read_filesystem_list): Set and use me_type_malloced.
35425         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
35426         whatever the type happens to be), for brevity and consistency.
35427         Check for size calculation overflow on Alphas running OSF/1.
35428
35429 2003-10-31  Jim Meyering  <jim@meyering.net>
35430
35431         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
35432
35433         * lib/linebuffer.c: Include <string.h> for declaration of memset.
35434
35435 2003-10-30  Paul Eggert  <eggert@twinsun.com>
35436             Bruno Haible  <bruno@clisp.org>
35437
35438         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
35439         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
35440
35441 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
35442
35443         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
35444         netbsd*-gnu*.  Suggested by Robert Millan.
35445
35446 2003-10-29  Paul Eggert  <eggert@twinsun.com>
35447
35448         * modules/group-member: Depend on stdbool.
35449
35450 2003-10-29  Paul Eggert  <eggert@twinsun.com>
35451
35452         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
35453
35454 2003-10-29  Paul Eggert  <eggert@twinsun.com>
35455
35456         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
35457         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
35458         after the 'gnu' in these cases.  This fixes some bugs in the
35459         previous change, and is based on suggestions by Robert Millan.
35460
35461 2003-10-29  Paul Eggert  <eggert@twinsun.com>
35462
35463         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
35464         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
35465         no longer needed.
35466         * lib/quotearg.c (quotearg_n_options): Use it.
35467         * lib/group-member.c: Include <stdbool.h>.
35468         (free_group_info): Arg is now const *; don't free arg.
35469         (get_group_info): Now returns bool and accepts struct group_info *,
35470         rather than returning a malloc'ed struct group_info *.
35471         All uses changed.  Check for overflow in internal size calculation.
35472
35473         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
35474         rather than xmalloc/xrealloc.
35475         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
35476         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
35477         conformance bug: the old code used a pointer after freeing the
35478         storage that it addressed.
35479         * lib/hash.c (hash_initialize): Simplify the code by using
35480         xalloc_oversized rather than doing it by hand.
35481         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
35482         the buffer preserved.  Use free and xmalloc instead.
35483         * lib/quotearg.c (quotearg_n_options): Likewise.
35484         Use a simpler test for size overflow.  Don't use xalloc_oversized
35485         because unsigned int might be wider than size_t (!); this suggests
35486         that we should switch from unsigned int to size_t for slot numbers.
35487
35488 2003-10-28  Paul Eggert  <eggert@twinsun.com>
35489
35490         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
35491         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
35492         NetBSD kernels.  Requested by Richard Stallman.
35493
35494 2003-10-27  Paul Eggert  <eggert@twinsun.com>
35495
35496         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
35497         to allocate the returned structure.  Do not allocate a subarray,
35498         as x2nrealloc will do that.
35499         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
35500         instead of xnrealloc.
35501         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
35502
35503 2003-10-27  Bruno Haible  <bruno@clisp.org>
35504
35505         * lib/stdbool_.h: Better support for BeOS.
35506
35507 2003-10-26  Paul Eggert  <eggert@twinsun.com>
35508
35509         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
35510         now uses inline.
35511
35512 2003-10-26  Paul Eggert  <eggert@twinsun.com>
35513
35514         * lib/xalloc.h (xalloc_oversized): New static inline function, for
35515         callers that want to do their own size-overflow checking.  Include
35516         <stdbool.h>, since xalloc_oversized returns bool.
35517         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
35518         to use xalloc_oversized.
35519
35520         Add two functions x2realloc, x2nrealloc, for programs that grow
35521         arrays dynamically by doubling their sizes.
35522         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
35523         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
35524         New functions.
35525
35526         Port to C99 semantics for 'inline' of external functions.
35527         Bug reported by Bruno Haible.
35528         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
35529         with the old contents of xnmalloc.
35530         (xnmalloc, xmalloc): Use it.
35531         (xnrealloc_inline): New static inline function,
35532         with the old contents of xnrealloc.
35533         (xnrealloc, xrealloc): Use it.
35534
35535         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
35536         that.
35537
35538 2003-10-26  Karl Berry  <karl@gnu.org>
35539
35540         * config/srclist.txt (COPYING.DOC): no longer available from
35541         /gd/gnuorg; don't know where the ultimate source is.
35542
35543 2003-10-25  Paul Eggert  <eggert@twinsun.com>
35544
35545         Fix several address-calculation bugs in the hash modules,
35546         plus some minor code cleanup.
35547
35548         * lib/hash.h: Include <stdbool.h>, for bool.
35549         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
35550         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
35551         hash_get_n_entries, hash_get_max_bucket_length,
35552         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
35553         hash_rehash): Use size_t rather than unsigned.
35554         * lib/hash.c (struct hash_table, hash_get_n_buckets,
35555         hash_get_n_buckets_used, hash_get_n_entries,
35556         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
35557         hash_get_entries, hash_do_for_each, hash_string, is_prime,
35558         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
35559         Likewise.
35560         (SIZE_MAX): Define if not defined.
35561         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
35562         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
35563         hash_print):
35564         Use const * when possible.
35565         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
35566         (check_tuning): Fix bug: if tuning parameters were very close to
35567         0 or 1, rounding errors could have caused subscript violations.
35568         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
35569         (hash_initialize): Add 'fail:' label
35570         to free table and return NULL, and use it to simplify code.
35571         Use calloc rather than clearing the storage ourself.
35572         (hash_initialize, hash_rehash): Check for arithmetic overflow in
35573         buffer size calculations.
35574         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
35575         Include <stddef.h>, for size_t.
35576         * lib/hash-pjw.c (hash_pjw): Likewise.
35577         Switch to method described by Bruno Haible.
35578         Include <limits.h>, for CHAR_BIT.
35579         (SIZE_BITS): New macro.
35580
35581 2003-10-23  Paul Eggert  <eggert@twinsun.com>
35582
35583         * m4/getline.m4 (AM_FUNC_GETLINE):
35584         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
35585         hosts.  Problem reported by Derek Robert Price in
35586         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
35587         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
35588         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
35589
35590 2003-10-21  Paul Eggert  <eggert@twinsun.com>
35591
35592         * lib/getndelim2.c (getndelim2): When size calculation overflows,
35593         ceiling the allocation at NMAX bytes rather than silently
35594         discarding input bytes before NMAX is reached.  This makes
35595         a difference only if NMAX exceeds SIZE_MAX / 2.
35596
35597         * lib/obstack.c: Merge from glibc.
35598         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
35599         Add libc_hidden_def (_obstack_newchunk).
35600         (_obstack_free) [! defined _LIBC]: Remove.
35601         [defined _LIBC]: Make a strong alias from obstack_free, rather than
35602         a clone of the function body.
35603         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
35604         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
35605
35606         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
35607         glibc.
35608         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
35609         arg to memcpy.
35610
35611         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
35612         (obstack_ptr_grow_fast, obstack_int_grow_fast):
35613         Don't use lvalue casts, as GCC plans to remove support for them
35614         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
35615         was also present in the non-GCC version, indicating that this
35616         code had always been buggy and had never been widely used.
35617         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
35618         Use the fast variant of each macro, rather than copying the
35619         definiens of the fast variant; that way, we'll be more likely to
35620         catch future bugs in the fast variants.
35621
35622 2003-10-20  Bruno Haible  <bruno@clisp.org>
35623
35624         * modules/wait-process: New file.
35625         * MODULES.html.sh (func_all_modules): Add wait-process.
35626
35627 2003-10-20  Bruno Haible  <bruno@clisp.org>
35628
35629         * m4/wait-process.m4: New file.
35630
35631 2003-10-20  Bruno Haible  <bruno@clisp.org>
35632
35633         * lib/wait-process.h: New file, from GNU gettext.
35634         * lib/wait-process.c: New file, from GNU gettext.
35635
35636 2003-10-19  Jim Meyering  <jim@meyering.net>
35637
35638         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
35639         HPUX 10.20.
35640
35641 2003-10-18  Karl Berry  <karl@gnu.org>
35642
35643         * config/config.guess: update from config.
35644
35645 2003-10-16  Paul Eggert  <eggert@twinsun.com>
35646
35647         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
35648         (getgroups): First arg is int, not size_t.
35649         Don't let 'free' mangle errno.
35650
35651 2003-10-16  Paul Eggert  <eggert@twinsun.com>
35652
35653         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
35654
35655 2003-10-16  Karl Berry  <karl@gnu.org>
35656
35657         * config/config.{guess,sub}: update from config.
35658
35659 2003-10-16  Jim Meyering  <jim@meyering.net>
35660
35661         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
35662         memcpy.
35663
35664 2003-10-15  Paul Eggert  <eggert@twinsun.com>
35665
35666         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
35667         (SIZE_MAX): Remove.
35668         (new_exclude, add_exclude_file): Initial size no longer needs to
35669         be a power of 2.
35670         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
35671         our own address arithmetic overflow checking.
35672
35673         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
35674         (fnmatch): Do not alloca more than 2000 wide characters;
35675         instead, use malloc for large buffers.
35676         Check for address arithmetic overflow, and return -1
35677         with errno set to ENOMEM in that case.
35678         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
35679         (NEW_PATTERN): Do not alloca more than 8000 bytes;
35680         instead, return -1.  Check for address arithmetic overflow.
35681
35682 2003-10-14  Paul Eggert  <eggert@twinsun.com>
35683
35684         Handle invalid suffixes and overflow independently, so that
35685         callers can treat them independently as needed.  Fix some bugs in
35686         suffix handling, e.g., "100k@" was not diagnosed as an invalid
35687         suffix for a human-readable blocksize.  The major caller-visible
35688         change is the addition of a new
35689         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
35690         that both overflow and suffix chars were found.
35691
35692         * lib/human.c (humblock): Don't check separately for invalid suffix
35693         char; that is xstrtoumax's job (now that its bug is fixed).
35694         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
35695         INTMAX_MAX]: New macros.
35696         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
35697         TYPE_MAXIMUM): New macros.
35698         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
35699         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
35700         if overflow occurs, as it's what __strtol does and it's more useful
35701         in practice.
35702         (__xstrtol): If __strtol reports some error other than ERANGE,
35703         reflect it to the caller as LONGINT_INVALID.  If it reports
35704         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
35705         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
35706         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
35707         value.
35708         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
35709         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
35710         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
35711         [defined UINTMAX_MAX]: New macros.
35712
35713 2003-10-14  Bruno Haible  <bruno@clisp.org>
35714
35715         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
35716
35717 2003-10-14  Bruno Haible  <bruno@clisp.org>
35718
35719         * m4/sig_atomic_t: New file, from GNU gettext.
35720         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
35721
35722 2003-10-14  Bruno Haible  <bruno@clisp.org>
35723
35724         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
35725         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
35726         Also use volatile where needed.
35727
35728 2003-10-12  Paul Eggert  <eggert@twinsun.com>
35729
35730         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
35731         Change maintainer from Bruno Haible to 'all'.
35732
35733 2003-10-12  Paul Eggert  <eggert@twinsun.com>
35734
35735         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
35736
35737 2003-10-12  Paul Eggert  <eggert@twinsun.com>
35738
35739         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
35740         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
35741         and define in terms of the other primitives.
35742         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
35743         (SIZE_MAX): Define if not already defined.
35744         (array_size_overflow): New function.
35745         (xalloc_die): Abort instead of exiting if 'error' returns.
35746         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
35747         (xmalloc, xrealloc): Use them.
35748         (xcalloc): Check for address arithmetic overflow.
35749         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
35750         a bit faster than strcpy.
35751
35752 2003-10-10  Simon Josefsson  <jas@extundo.com>
35753
35754         * modules/argp (Depends-on): Add restrict and strcase.
35755
35756 2003-10-10  Simon Josefsson  <jas@extundo.com>
35757
35758         * m4/argp.m4: Add AC_C_INLINE.
35759
35760 2003-10-08  Paul Eggert  <eggert@twinsun.com>
35761
35762         Merge getpass from libc, plus a few fixes.
35763
35764         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
35765         Include <stdbool.h>.
35766         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
35767         __fsetlocking to empty.
35768         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
35769         do include <bits/libc-lock.h>.
35770         Do not include <fcntl.h>; not needed.
35771         [_LIBC]: Include <wchar.h>.
35772         (NOTCANCEL_MODE): New macro.
35773         (flockfile, funlockfile) [_LIBC]: New macros.
35774         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
35775         [!_LIBC]: New macros.
35776         (call_fclose): New function.
35777         (getpass): Use it.  Save tty stream separately; this simplifies the
35778         code and makes it more reliable if stdin happens to equal stdout.
35779         Invoke __fsetlocking on tty.
35780         Handle thread cancellation if needed.
35781         Namespace cleanup (use __tcgetattr, __getline).
35782         Use bool for Booleans.
35783         [USE_IN_LIBIO]: Handle wide streams.
35784         [!_LIBC]: Unconditionally do the fseek, since we don't know what
35785         stream might go where.
35786
35787         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
35788         doesn't have to include <stdio.h> before us.
35789         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
35790         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
35791         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
35792         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
35793         if not declared, so that we can use getpass.c code from libc without
35794         rewriting it.
35795         (flockfile, ftrylockfile, funlockfile): New macros.
35796
35797 2003-10-08  Paul Eggert  <eggert@twinsun.com>
35798
35799         * modules/getpass: Depend on stdbool.
35800
35801 2003-10-08  Paul Eggert  <eggert@twinsun.com>
35802
35803         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
35804
35805 2003-10-07  Karl Berry  <karl@gnu.org>
35806
35807         * config/config.{guess,sub}: update from config.
35808
35809 2003-10-06  Jim Meyering  <jim@meyering.net>
35810             Bruno Haible  <bruno@clisp.org>
35811
35812         This lets translators provide better translations for the
35813         "Written by ..." part of --version output.
35814         * lib/version-etc.h: Include stdarg.h.
35815         (version_etc_copyright): Declare as readonly.
35816         (version_etc): Make this function variadic with a NULL-terminated list
35817         of author name strings.
35818         (version_etc_va): New declaration.
35819         * lib/version-etc.c: Include stdarg.h, stdlib.h.
35820         (version_etc_copyright): Declare as readonly.
35821         (version_etc_va): New function. Provide a different translatable string
35822         for each possible number of authors < 10. Abbreviate when there are 10
35823         authors or more.
35824         (version_etc): Make this function variadic. Call version_etc_va.
35825         Suggestion from Gary V. Vaughan.
35826
35827         * lib/long-options.h (parse_long_options): Change prototype: the
35828         authors string is moved to the end and becomes variadic.
35829         * lib/long-options.c: Include stdarg.h.
35830         (parse_long_options): Make this function variadic, too.
35831         Call version_etc_va, not version_etc.
35832
35833 2003-10-06  Bruno Haible  <bruno@clisp.org>
35834
35835         * modules/version-etc-2: Remove file.
35836         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
35837
35838 2003-10-06  Bruno Haible  <bruno@clisp.org>
35839
35840         * modules/fatal-signal: New file.
35841         * MODULES.html.sh (func_all_modules): Add fatal-signal.
35842
35843 2003-10-06  Bruno Haible  <bruno@clisp.org>
35844
35845         * m4/fatal-signal.m4: New file.
35846         * m4/signalblocking.m4: New file, from GNU gettext.
35847
35848 2003-10-06  Bruno Haible  <bruno@clisp.org>
35849
35850         * lib/version-etc-2.h: Remove file.
35851         * lib/version-etc-2.c: Remove file.
35852
35853 2003-10-06  Bruno Haible  <bruno@clisp.org>
35854
35855         * lib/fatal-signal.h: New file, from GNU gettext.
35856         * lib/fatal-signal.c: New file, from GNU gettext.
35857
35858 2003-10-05  Paul Eggert  <eggert@twinsun.com>
35859
35860         * README: Rework advice for preventing empty .o files.
35861         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
35862         not <sys/types.h>.
35863
35864 2003-10-04  Karl Berry  <karl@gnu.org>
35865
35866         * lib/argp*: update from libc.
35867
35868 2003-10-04  Karl Berry  <karl@gnu.org>
35869
35870         * config/config.{guess,sub}: update from config.
35871
35872 2003-10-02  Bruno Haible  <bruno@clisp.org>
35873
35874         * modules/lchown (Include): Add lchown.h.
35875         * modules/time_r (Include): Use "..." syntax.
35876         * modules/xgetdomainname (Include): Add xgetdomainname.h.
35877
35878 2003-10-01  Simon Josefsson  <jas@extundo.com>
35879
35880         * MODULES.html.sh (func_all_modules): Move gethostname from section
35881         'based on' to section 'lacking' POSIX:2001.
35882
35883 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
35884
35885         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
35886         to output mode on the same stream.
35887
35888 2003-09-29  Paul Eggert  <eggert@twinsun.com>
35889
35890         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
35891         Fix arg typo in previous patch.
35892
35893 2003-09-28  Jim Meyering  <jim@meyering.net>
35894
35895         * lib/error.c: Correct cpp indentation.
35896
35897 2003-09-27  Paul Eggert  <eggert@twinsun.com>
35898
35899         * modules/free: New file.
35900
35901 2003-09-27  Paul Eggert  <eggert@twinsun.com>
35902
35903         * m4/free.m4: New file.
35904
35905 2003-09-27  Paul Eggert  <eggert@twinsun.com>
35906
35907         * lib/minmax.h (MIN, MAX)
35908         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
35909         Omit the special code that used __typeof__, since we worry that
35910         it could be more trouble than it's worth.  See:
35911         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
35912         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
35913
35914         * lib/free.c: New file.
35915
35916 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
35917
35918         Trivial fixes to Makefile.am parts of module listings.
35919         * modules/strstr: Append strstr.h to lib_SOURCES.
35920         * modules/strcase: Likewise, for strcase.h.
35921
35922 2003-09-27  Karl Berry  <karl@gnu.org>
35923
35924         * config/mkinstalldirs: update from automake.
35925
35926 2003-09-26  Paul Eggert  <eggert@twinsun.com>
35927
35928         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
35929         (error_tail): Do not loop, reallocating temporary buffer, since
35930         the output cannot contain more wide characters than the input
35931         contains bytes, the size must be big enough already.  This avoids
35932         one potential size overflow calculation.  Check for size overflow
35933         when calculating temporary buffer size.  Free temporary buffer
35934         when done, if it was allocated with malloc; this plugs a memory
35935         leak.  Remove casts from void * to pointers, that are no longer
35936         needed now that we're assuming C89 or better.
35937
35938         Merge error changes from glibc.
35939
35940         * lib/error.c, error.h: Update copyright notice header to match glibc.
35941         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
35942         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
35943         Disable cancellation while printing error.
35944         * lib/error.h: Prepend __ to parameter names.
35945
35946 2003-09-26  Jim Meyering  <jim@meyering.net>
35947
35948         * lib/error.c (error_tail): Move some declarations
35949         into inner scope where the local variables are used.
35950
35951 2003-09-26  Bruno Haible  <bruno@clisp.org>
35952
35953         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
35954         stpncpy().
35955         Don't define stpncpy through config.h; it's now done through stpncpy.h.
35956
35957 2003-09-26  Bruno Haible  <bruno@clisp.org>
35958
35959         * lib/stpncpy.h (gnu_stpncpy): New declaration.
35960         (stpncpy): Define as alias for gnu_stpncpy.
35961         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
35962
35963 2003-09-25  Simon Josefsson  <jas@extundo.com>
35964
35965         * lib/xgetdomainname.h: New file.
35966         * lib/xgetdomainname.c: New file.
35967
35968 2003-09-25  Simon Josefsson  <jas@extundo.com>
35969             Bruno Haible  <bruno@clisp.org>
35970
35971         * modules/getdomainname: New file.
35972         * modules/xgetdomainname: New file.
35973         * MODULES.html.sh (func_all_modules): Add getdomainname,
35974         xgetdomainname.
35975
35976 2003-09-25  Simon Josefsson  <jas@extundo.com>
35977             Bruno Haible  <bruno@clisp.org>
35978
35979         * m4/getdomainname.m4: New file.
35980
35981 2003-09-25  Simon Josefsson  <jas@extundo.com>
35982             Bruno Haible  <bruno@clisp.org>
35983
35984         * lib/getdomainname.h: New file.
35985         * lib/getdomainname.c: New file.
35986
35987 2003-09-25  Karl Berry  <karl@gnu.org>
35988
35989         * lib/argp-fmtstream.c, argp-help.c: update from libc.
35990
35991 2003-09-25  Karl Berry  <karl@gnu.org>
35992
35993         * config/install-sh: update from automake.
35994
35995 2003-09-25  Bruno Haible  <bruno@clisp.org>
35996
35997         * modules/version-etc-2: New file, from modules/version-etc with
35998         modifications.
35999         * MODULES.html.sh (func_all_modules): Add version-etc-2.
36000
36001 2003-09-25  Bruno Haible  <bruno@clisp.org>
36002
36003         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
36004         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
36005
36006 2003-09-24  Simon Josefsson  <jas@extundo.com>
36007
36008         * modules/xgethostname: Add xgethostname.h.
36009
36010 2003-09-24  Paul Eggert  <eggert@twinsun.com>
36011
36012         * lib/linebuffer.c (freebuffer): Don't free the argument, just
36013         the buffer associated with the argument.  Bug reported by
36014         Simon Josefsson.
36015
36016 2003-09-24  Paul Eggert  <eggert@twinsun.com>
36017
36018         * README: Document assumptions that 'int' is at least 32 bits
36019         wide, that integer arithmetic is 2's complement without overflow,
36020         that there are no holes in integer values, that adding sizes of
36021         two nonoverlapping objects can't overflow, and that all-bits-zero
36022         yields scalar zero.  Fix spelling and capitalization typos.
36023
36024 2003-09-19  Karl Berry  <karl@gnu.org>
36025
36026         * lib/argp.h: update from libc.
36027
36028 2003-09-17  Paul Eggert  <eggert@twinsun.com>
36029
36030         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
36031         to avoid spurious warnings like "AC_RUN_IFELSE was called before
36032         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
36033
36034 2003-09-17  Paul Eggert  <eggert@twinsun.com>
36035
36036         * gnulib-tool: Use "test -h", not "test -L", for portability
36037         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
36038         (tags_regexp): Remove, since \| doesn't conform to POSIX.
36039         (sed_extract_prog): Issue s commands one-by-one, rather than
36040         using \| in one s command.
36041
36042 2003-09-16  Paul Eggert  <eggert@twinsun.com>
36043
36044         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
36045         input error, instead of returning NULL the next time we are called
36046         (and therefore losing track of errno).
36047
36048 2003-09-16  Bruno Haible  <bruno@clisp.org>
36049
36050         * gnulib-tool (func_create_testdir): Warn about duplicated
36051         dependencies.
36052
36053 2003-09-15  Paul Eggert  <eggert@twinsun.com>
36054
36055         * modules/argmatch, modules/fatal, modules/obstack,
36056         modules/xalloc, modules/xgethostname: Sort dependencies by
36057         importance, not alphabetically.
36058
36059 2003-09-15  Paul Eggert  <eggert@twinsun.com>
36060
36061         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
36062         fails, so that the caller gets the proper errno.
36063
36064         * lib/readutmp.c (read_utmp): Likewise.
36065         Check for fstat error.  Close stream and free storage
36066         when failing.
36067
36068 2003-09-14  Karl Berry  <karl@gnu.org>
36069
36070         * config/srclist.txt (strdup.c): disable for c89 changes.
36071
36072 2003-09-14  Jim Meyering  <jim@meyering.net>
36073
36074         * lib/getloadavg.c: Correct cpp indentation.
36075         * lib/strdup.c: Likewise.
36076         * lib/vasnprintf.c: Likewise.
36077
36078 2003-09-14  Bruno Haible  <bruno@clisp.org>
36079
36080         * modules/fwriteerror: New file.
36081         * MODULES.html.sh (func_all_modules): Add fwriteerror.
36082
36083 2003-09-14  Bruno Haible  <bruno@clisp.org>
36084
36085         * lib/fwriteerror.h: New file.
36086         * lib/fwriteerror.c: New file.
36087
36088 2003-09-12  Paul Eggert  <eggert@twinsun.com>
36089
36090         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
36091         modules/xgethostname, modules/xalloc: Depend on exit.
36092
36093 2003-09-12  Paul Eggert  <eggert@twinsun.com>
36094
36095         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
36096
36097         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
36098         and AC_MINIX, too, so that their extensions are available.
36099
36100         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
36101         This macro has been superseded by gl_BACKUPFILE.
36102
36103         More patches to assume C89 or better.
36104
36105         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
36106
36107         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
36108         unconditionally.
36109         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
36110         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
36111         Include <string.h>, <stdlib.h> unconditionally.
36112         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
36113         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
36114         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
36115         headers or for string.h.
36116         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
36117         or strtoul.
36118
36119         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
36120         headers.
36121         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
36122         * m4/userspec.m4 (gl_USERSPEC): Likewise.
36123         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
36124         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
36125         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
36126         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
36127         memcpy, memset.
36128         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
36129         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
36130         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
36131         strtol.
36132         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
36133         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
36134         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
36135         strtoul.
36136
36137 2003-09-12  Paul Eggert  <eggert@twinsun.com>
36138
36139         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
36140         * lib/obstack.c [!defined _LIBC]: Likewise.
36141         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
36142         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
36143         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
36144
36145         More changes to assume C89 or better.
36146
36147         * lib/error.c (error_tail): Assume vprintf.
36148
36149         * lib/argmatch.c (getenv): Remove decl.
36150         * lib/progreloc.c (get_full_program_name): Define via prototype.
36151         * lib/setenv.c (clearenv): Likewise.
36152         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
36153         needed.
36154         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
36155         (malloc, memcpy): Remove decls.
36156         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
36157         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
36158         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
36159         (memcpy): Remove macro.
36160         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
36161         (__P): Remove.  All uses removed.
36162         (PTR): Remove.  All uses changed to void *.
36163         (CHAR_BIT, NULL): Remove.
36164         (spaces, zeros, memset_space, memset_zero)
36165         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
36166         Remove.
36167         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
36168         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
36169         Define with prototype.
36170         Remove now-unnecessary prototype decl.
36171         (extra_args_spec): Assume ANSI C.  All uses changed.
36172         (extra_args_spec_iso): Remove.
36173         (my_strftime, emacs_strftimeu): Define via prototype.
36174         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
36175         unconditionally.
36176         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
36177         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
36178         (strtoul, strtol): Remove decls.
36179         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
36180         LONG_MAX): Remove.
36181         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
36182         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
36183         (LOCALE_PARAM_PROTO): New macro.
36184         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
36185         (INTERNAL (strtol), strtol): Define with a prototype.
36186         (PARAMS): Remove.  All uses removed.
36187         * lib/tempname.c: Include <string.h> unconditionally.
36188         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
36189         * lib/xgethostname.c (main): Define with a prototype.
36190         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
36191         Include <stdlib.h> unconditionally.
36192         (calloc, malloc, realloc, free): Remove decls.
36193         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
36194         Include <stdlib.h> unconditionally.  Sort include file names.
36195         (strtod): Remove.
36196         (xstrtod): Define with a prototype.
36197         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
36198         (strtol, strtoul): Remove decls.
36199
36200 2003-09-11  Paul Eggert  <eggert@twinsun.com>
36201
36202         More patches to assume C89 or better.
36203         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
36204         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
36205         string.h, memchr, STDC_HEADERS.
36206
36207 2003-09-11  Paul Eggert  <eggert@twinsun.com>
36208
36209         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
36210         Include <stdlib.h>, <string.h> unconditionally.
36211         Remove now-unnecessary cast to char *.
36212         * lib/strnlen.c: Include <string.h> unconditionally.
36213         * lib/yesno.c (yesno): Define with a prototype.
36214
36215 2003-09-11  Bruno Haible  <bruno@clisp.org>
36216
36217         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
36218
36219 2003-09-10  Jim Meyering  <jim@meyering.net>
36220
36221         * lib/error.c: Correct indentation of cpp directives.
36222
36223 2003-09-10  Bruno Haible  <bruno@clisp.org>
36224
36225         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
36226         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
36227         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
36228         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
36229         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
36230         <stdlib.h> and <string.h> checks.
36231         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
36232         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
36233
36234 2003-09-10  Bruno Haible  <bruno@clisp.org>
36235
36236         * lib/strcspn.c: Include <string.h> unconditionally.
36237         * lib/strpbrk.c: Include <string.h> unconditionally.
36238         * lib/strstr.c: Include <string.h> unconditionally.
36239         * lib/unicodeio.c: Include <string.h> unconditionally.
36240         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
36241         * lib/unsetenv.c: Likewise.
36242         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
36243         * lib/yesno.c: Include <stdlib.h> unconditionally.
36244         (rpmatch): Add prototype.
36245
36246 2003-09-09  Paul Eggert  <eggert@twinsun.com>
36247
36248         More patches to assume C89 or better.
36249         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
36250         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
36251         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
36252         or for string.h.
36253         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
36254         stdlib.h.
36255         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
36256         C headers.
36257         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
36258         string.h.
36259         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
36260         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
36261         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
36262         or for string.h.
36263         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
36264         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
36265         C headers.
36266         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
36267         memcpy.
36268         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
36269         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
36270         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
36271         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
36272         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
36273         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
36274         string.h, free.
36275         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
36276         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
36277         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
36278         C headers, or for string.h.
36279         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
36280         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
36281         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
36282         headers, memory.h, stdlib.h, string.h, strings.h.
36283         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
36284         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
36285         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
36286         strchr.
36287         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
36288         headers, memory.h, string.h.
36289         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
36290         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
36291         free.
36292         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
36293         headers.
36294         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
36295         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
36296         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
36297         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
36298         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
36299
36300 2003-09-09  Paul Eggert  <eggert@twinsun.com>
36301
36302         More K&R removal.
36303
36304         * lib/acosl.c (main): Use a prototype.
36305         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
36306         tanl.c: Likewise.
36307
36308         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
36309
36310         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
36311         (getopt, etopt_long, getopt_long_only, _getopt_internal)
36312         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
36313         with a prototype.
36314         * lib/getopt.c (const): Remove macro.
36315         Include <string.h> unconditionally.
36316         (my_index): Remove; all uses changed to strchr.
36317         (strlen): Remove decl.
36318         (exchange): Remove forward decl; no longer needed.
36319         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
36320         Define with prototype.
36321         * lib/getopt1.c (const): Remove macro.
36322         (getopt_long, getopt_long_only, main): Define with prototype.
36323
36324         * lib/getugroups.c: Include <string.h> unconditionally.
36325
36326         * lib/getusershell.c: Include <stdlib.h> unconditionally.
36327         (getusershell, setusershell, endusershell, readname, main):
36328         Define with prototypes.
36329
36330         * lib/group-member.c: Include group-member.h first.
36331         Include <stdlib.h> unconditionally.
36332
36333         * lib/hard-locale.c: Include hard-locale.h first.
36334         Include <stdlib.h>, <string.h> unconditionally.
36335
36336         * lib/hash.c (free, malloc): Remove decls.
36337         Include <stdlib.h> unconditionally.
36338
36339         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
36340         (getenv): Do not declare.
36341
36342         * lib/idcache.c: Include <string.h> unconditionally.
36343
36344         * lib/long-options.c: Include long-options.h first, to test interface.
36345         Include <stdlib.h> unconditionally.
36346
36347         * lib/makepath.c: Include makepath.h first, to test interface.
36348         Include <stdlib.h> and <string.h> unconditionally.
36349
36350         * lib/linebuffer.c: Include <stdlib.h>.
36351         (free): Remove decl.
36352
36353         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
36354         stddef.h. rpl_malloc returns void *, not char *.
36355         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
36356         prototype.
36357
36358         * lib/md5.h: Include <limits.h> unconditionally.
36359         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
36360         (__P): Remove; all uses removed.
36361         * lib/md5.c: Include "md5.h" first.
36362         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
36363         md5_buffer, md5_process_bytes, md5_process_block):
36364         Define with prototypes.
36365         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
36366         * lib/sha.c: Include "sha.h" first.
36367         Include <stdlib.h>, <string.h> unconditionally.
36368
36369         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
36370         * lib/memcmp.c (__ptr_t): Likewise.
36371         * lib/memrchr.c (__ptr_t): Likewise.
36372         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
36373         Include <string.h> unconditionally.
36374         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
36375         * lib/memchr.c: Include <stdlib.h> unconditionally.
36376         * lib/memchr.c (LONG_MAX): Remove.
36377         * lib/memrchr.c (LONG_MAX): Likewise.
36378         * lib/memchr.c (__memchr): Define via a prototype.
36379         * lib/memrchr.c (__memrchr): Likewise.
36380         * lib/memcmp.c (__P): Remove, and remove all uses.
36381         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
36382         Remove forward decls; no longer needed.
36383         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
36384         Use types required by C89 in prototype.
36385
36386         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
36387         * lib/savedir.c: Likewise.
36388         * lib/mkdir.c (free): Remove decl.
36389         * lib/rmdir.c (rmdir): Define with a prototype.
36390         * lib/savedir.c: Include savedir.h first, to test interface.
36391
36392         * lib/mktime.c (STDC_HEADERS): Remove.
36393         Include <stdlib.h>, <string.h> unconditionally.
36394
36395         * lib/modechange.c: Include <stdlib.h> unconditionally.
36396         (malloc): Remove decl.
36397
36398         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
36399         (free): Remove decl.
36400
36401         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
36402         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
36403         (This type really should be intptr_t, but that's a C99ism.)
36404         (_obstack_memcpy): Remove: all uses changed to memcpy.
36405         Include <string.h> unconditionally.
36406         (struct obstack): Assume __STDC__ for types of members
36407         chunkfun, freefun, extra_arg.
36408         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
36409         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
36410         obstack_begin, obstack_specify_allocation,
36411         obstack_specify_allocation_with_arg, obstack_chunkfun,
36412         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
36413         Remove unprototyped decls and the macros that use them.
36414         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
36415         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
36416         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
36417         (defined __STDC__ && __STDC__)]:
36418         Remove nonprototyped code.
36419         Include <stdlib.h> unconditionally.
36420         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
36421         _obstack_allocated_p, _obstack_free, obstack_free,
36422         _obstack_memory_used, print_and_abort):
36423         Define using prototypes.
36424         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
36425         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
36426         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
36427         obstack_next_free, obstack_object_size, obstack_room) [0]:
36428         Remove unused, unprototyped code.
36429
36430         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
36431
36432         * lib/physmem.c (physmem_total, physmem_available, main): Define
36433         with prototypes.
36434
36435         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
36436         (main): Define with a prototype.
36437
36438         * lib/posixver.c (getenv): Remove decl.
36439
36440         * lib/putenv.c (malloc): Returns void *, not char *.
36441         Include <string.h> unconditionally.
36442         (strchr, memcpy, NULL): Do not define.
36443
36444         * lib/readtokens.c: Include readtokens.h first, to test interface.
36445         Include <stdlib.h>, <string.h> unconditionally.
36446         (init_tokenbuffer): Define with a prototype.
36447
36448         * lib/regex.c (PARAMS): Remove.  All uses removed.
36449         All uses of _RE_ARGS removed, too.
36450         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
36451         unconditionally.
36452         (bzero): Assume memset exists.
36453         (memcmp, memcpy, NULL): Remove.
36454         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
36455         char, or assignments to local vars of type signed char.
36456         (init_syntax_once, PREFIX(extract_number_and_incr),
36457         PREFIX(print_partial_compiled_pattern),
36458         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
36459         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
36460         PREFIX(regex_grow_registers), PREFIX(regex_compile),
36461         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
36462         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
36463         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
36464         wcs_compile_range, byte_compile_range, truncate_wchar,
36465         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
36466         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
36467         count_mbs_length, wcs_re_match_2_internal,
36468         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
36469         PREFIX(alt_match_null_string_p),
36470         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
36471         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
36472         regfree, PREFIX(extract_number)): Define with prototype.  Remove
36473         now-unnecessary declaration, if any.
36474         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
36475         regcomp, regexec):
36476         Remove now-unnecessary casts among pointer types.
36477         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
36478
36479         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
36480         (free): Remove decl.
36481
36482         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
36483
36484         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
36485         (free): Remove decl.
36486
36487         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
36488         * lib/xgetcwd.c: Likewise.
36489
36490         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
36491         (free): Remove decl.
36492
36493         * lib/strchrnul.c (strchrnul): Define with a prototype.
36494         Fix bug: c_in was not converted to char before searching.
36495
36496         The following changes are not K&R related:
36497
36498         * lib/group-member.h: Include <sys/types.h>, so that this file is
36499         self-contained.
36500         * lib/makepath.h: Likewise.
36501
36502         * lib/getusershell.c (readname, default_index, line_size, readname):
36503         Use size_t, not int, for sizes.
36504         (readname): If the size overflows, report an error instead of
36505         looping forever.
36506
36507 2003-09-09  Paul Eggert  <eggert@twinsun.com>
36508
36509         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
36510         libc.
36511
36512 2003-09-09  Paul Eggert  <eggert@twinsun.com>
36513
36514         * README: New section: portability guidelines.
36515
36516 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
36517
36518         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
36519         C89 spec.
36520
36521 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
36522
36523         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
36524
36525 2003-09-08  Paul Eggert  <eggert@twinsun.com>
36526
36527         Assume C89 or better; remove K&R cruft.
36528         A few of these changes were first proposed by Derek Robert Price
36529         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
36530
36531         * lib/addext.c: Include <string.h> unconditionally.
36532         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
36533         Don't declare getenv or malloc.
36534
36535         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
36536         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
36537         (NULL): Remove.
36538         (find_stack_direction, alloca): Use prototypes.
36539
36540         * lib/atexit.c (atexit): Define using a prototype.
36541
36542         * lib/basename.c, dirname.c, stripslash.c:
36543         Include <string.h> unconditionally.
36544
36545         * lib/bcopy.c: Include <stddef.h>.
36546         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
36547
36548         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
36549
36550         * lib/error.h (error, error_at_line, error_print_progname)
36551         [! (defined (__STDC__) && __STDC__)]: Remove decls.
36552         * lib/error.c: Include error.h first, to check interface.
36553         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
36554         (VA_START): Remove; all uses changeed to va_start.
36555         (exit, strerror): Remove decls.
36556         (error_print_progname): Prototype uncondionally.
36557         Don't include <errno.h>; no longer needed.
36558         (private_strerror): Remove.
36559         (error_tail): Always define.
36560         (error, error_at_line): Assume C89 or better; always use prototypes.
36561         * lib/fatal.c: Include "fatal.h" first, to test interface.
36562         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
36563         (VA_START): Remove; all uses changed to va_start.
36564         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
36565         this case.
36566         (exit): Remove decl.
36567         (fatal): Prototype unconditionally.  Assume va_start works.
36568         Abort at end, to pacify gcc.
36569
36570         * lib/euidaccess.c (main): Define with a prototype.
36571
36572         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
36573
36574         * lib/exitfail.c: Include <stdlib.h> unconditionally.
36575
36576         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
36577         prototypes.
36578         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
36579         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
36580         (getenv): Remove decl.
36581         (fnmatch): Define using a prototype.
36582         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
36583         (FCT): Define using a prototype.
36584
36585         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
36586
36587         * lib/gethostname.c: Include <stddef.h>.
36588         (gethostname): Define with prototype.  Length is size_t, not int.
36589
36590 2003-09-08  Paul Eggert  <eggert@twinsun.com>
36591
36592         Assume C89 or better; remove K&R cruft.
36593         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
36594         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
36595         string.h, getenv, malloc.
36596         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
36597         headers.
36598         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
36599         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
36600         do not check for strerror.
36601         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
36602         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
36603         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
36604         do not check for doprnt or vprintf.
36605         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
36606         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
36607
36608 2003-09-08  Paul Eggert  <eggert@twinsun.com>
36609
36610         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
36611         getversion.c should have been removed then, but was accidentally
36612         preserved.
36613
36614         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
36615         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
36616
36617 2003-09-08  Karl Berry  <karl@gnu.org>
36618
36619         * config/config.sub, config.guess, srclistvars.sh: update from savannah
36620                 config, forget about prep.
36621
36622         * config/depcomp, missing: update from automake.
36623
36624 2003-09-07  Paul Eggert  <eggert@twinsun.com>
36625
36626         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
36627         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
36628
36629 2003-09-07  Paul Eggert  <eggert@twinsun.com>
36630
36631         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
36632         copy_tm_result.  Bug reported by Simon Josefsson in
36633         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
36634
36635 2003-09-06  Paul Eggert  <eggert@twinsun.com>
36636
36637         * m4/time_r.m4: New file.
36638         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
36639         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
36640         is. Check for timegm declaration.
36641         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
36642         Do not check for gmtime_r.
36643         Replace mktime if __mktime_internal does not exist and if mktime
36644         hasn't been replaced already.
36645
36646 2003-09-06  Paul Eggert  <eggert@twinsun.com>
36647
36648         * lib/time_r.c, lib/time_r.h: New files.
36649
36650         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
36651         __localtime_r.
36652         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
36653         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
36654
36655         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
36656         __gmtime_r.
36657         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
36658         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
36659         Include <time_r.h>.
36660
36661         * lib/timegm.c: Switch to glibc implementation, with the following
36662         changes:
36663         [defined HAVE_CONFIG_H]: Include <config.h>.
36664         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
36665         (__mktime_internal) [!defined _LIBC]: New decl.
36666         (__gmtime_r) [!defined _LIBC]: New macro and function.
36667         (timegm): Use a prototype, since gnulib assumes C89.
36668         Do not bother declaring tmp to be const, as it's not really usefu.
36669         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
36670         (timegm): Declare only if HAVE_DECL_TIMEGM.
36671
36672 2003-09-06  Paul Eggert  <eggert@twinsun.com>
36673
36674         * MODULES.html.sh (func_all_modules): Add time_r.
36675         * modules/time_r: New file.
36676         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
36677         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
36678
36679 2003-09-03  Paul Eggert  <eggert@twinsun.com>
36680
36681         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
36682         Bug reported by Lute Kamstra in
36683         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
36684
36685         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
36686         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
36687         course with correspondingly smaller numbers for tomorrow and
36688         yesterday.  From Tadayoshi Funaba.  Originally installed into
36689         sh-utils on 1999-08-07, but the patch got lost (I guess during the
36690         coreutils merge?).
36691
36692 2003-08-31  Simon Josefsson  <jas@extundo.com>
36693
36694         * modules/timegm: New file.
36695         * MODULES.html.sh (func_all_modules): Add timegm.
36696
36697 2003-08-31  Simon Josefsson  <jas@extundo.com>
36698
36699         * m4/timegm.m4: New file.
36700
36701 2003-08-31  Simon Josefsson  <jas@extundo.com>
36702
36703         * lib/timegm.h: New file.
36704         * lib/timegm.c: New file.  Based on
36705         wget-1.8.2/src/http.c:mktime_from_utc.
36706
36707 2003-08-31  Karl Berry  <karl@gnu.org>
36708
36709         * lib/argp.h: update from libc.
36710
36711 2003-08-28  Bruno Haible  <bruno@clisp.org>
36712
36713         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
36714         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
36715         followed by '#define fnmatch fnmatch_posix' gives an error.
36716
36717 2003-08-28  Bruno Haible  <bruno@clisp.org>
36718
36719         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
36720         warning on QNX, which defines O_BINARY to 000000.
36721
36722 2003-08-27  Jim Meyering  <jim@meyering.net>
36723
36724         * m4/mkstemp.m4: Require that the system mkstemp be able to create
36725         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
36726         would fail after 32.  Reported by Danny Levinson.  Details here:
36727         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
36728
36729 2003-08-24  Bruno Haible  <bruno@clisp.org>
36730
36731         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
36732         MSVC7 <stdio.h> is included later.
36733
36734 2003-08-22  Simon Josefsson  <jas@extundo.com>
36735
36736         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
36737
36738 2003-08-20  Karl Berry  <karl@gnu.org>
36739
36740         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
36741
36742 2003-08-20  Bruno Haible  <bruno@clisp.org>
36743
36744         * modules/progname: New file.
36745         * MODULES.html.sh (func_all_modules): Add progname.
36746
36747 2003-08-20  Bruno Haible  <bruno@clisp.org>
36748
36749         * lib/progname.h: New file, from GNU gettext.
36750         * lib/progname.c: New file, from GNU gettext.
36751         * lib/progreloc.c: New file, from GNU gettext.
36752
36753 2003-08-19  Jim Meyering  <jim@meyering.net>
36754
36755         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
36756         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
36757
36758 2003-08-19  Bruno Haible  <bruno@clisp.org>
36759
36760         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
36761         more.
36762
36763 2003-08-19  Bruno Haible  <bruno@clisp.org>
36764
36765         * lib/xstrdup.c: Assume <string.h> exists.
36766
36767 2003-08-18  Paul Eggert  <eggert@twinsun.com>
36768
36769         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
36770         in makefile rules.
36771
36772 2003-08-18  Jim Meyering  <jim@meyering.net>
36773
36774         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
36775         * m4/lib-ld.m4: Likewise.
36776
36777 2003-08-18  Jim Meyering  <jim@meyering.net>
36778
36779         * lib/setenv.h: Indent nested cpp directive.
36780         * lib/vasnprintf.c: Remove trailing blanks.
36781
36782 2003-08-17  Simon Josefsson  <jas@extundo.com>
36783
36784         * modules/xstrndup: New file.
36785         * MODULES.html.sh (func_all_modules): Add xstrndup.
36786
36787 2003-08-17  Simon Josefsson  <jas@extundo.com>
36788
36789         * modules/argp: Fix autoconf macro name. Add more dependencies.
36790
36791 2003-08-17  Simon Josefsson  <jas@extundo.com>
36792
36793         * m4/xstrndup.m4: New file.
36794
36795 2003-08-17  Simon Josefsson  <jas@extundo.com>
36796
36797         * m4/argp.m4: New file.
36798
36799 2003-08-17  Simon Josefsson  <jas@extundo.com>
36800             Bruno Haible  <bruno@clisp.org>
36801
36802         * lib/xstrndup.h: New file.
36803         * lib/xstrndup.c: New file.
36804
36805 2003-08-17  Bruno Haible  <bruno@clisp.org>
36806
36807         * modules/strndup (Files, Include): Add lib/strndup.h.
36808
36809 2003-08-17  Bruno Haible  <bruno@clisp.org>
36810
36811         * modules/euidaccess (Files): Add lib/euidaccess.h.
36812
36813 2003-08-17  Bruno Haible  <bruno@clisp.org>
36814
36815         * lib/strndup.h: New file.
36816
36817 2003-08-17  Bruno Haible  <bruno@clisp.org>
36818
36819         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
36820         like AC_GNU_SOURCE.
36821         * modules/extensions (configure.ac): Comment out the invocation of
36822         gl_USE_SYSTEM_EXTENSIONS.
36823
36824 2003-08-16  Paul Eggert  <eggert@twinsun.com>
36825
36826         Merges from coreutils, etc.
36827         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
36828         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
36829         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
36830         fixing a typo.
36831         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
36832         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
36833
36834 2003-08-16  Paul Eggert  <eggert@twinsun.com>
36835
36836         Document merge from coreutils.
36837         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
36838         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
36839         * modules/utime: Add m4/utimes-null.m4.
36840
36841 2003-08-16  Paul Eggert  <eggert@twinsun.com>
36842
36843         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
36844         space, undoing this 2003-08-12 change:
36845         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
36846
36847 2003-08-16  Paul Eggert  <eggert@twinsun.com>
36848
36849         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
36850         strtoul.c from libc, undoing this 2003-08-12 change:
36851         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
36852
36853 2003-08-16  Jim Meyering  <jim@meyering.net>
36854
36855         Merges from coreutils.
36856         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
36857         prefix.  Adjust cache variables similarly.  Create 500 rather than
36858         just 300 files, to exercise bug on Darwin6.5, too.
36859         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
36860         $missing_dir.
36861         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
36862         AM_SYS_POSIX_TERMIOS.
36863         Reported by mkc@mathdogs.com.
36864         Also change use of $am_cv_sys_posix_termios
36865         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
36866         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
36867         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
36868         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
36869         in /proc/mounts until it finds one with matching device number.  This
36870         is unnecessary when the FILE argument *is* a mount point.  No stat call
36871         is necessary in that case.  So, disable the statvfs-testing code on
36872         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
36873         as RedHat bug# 84846.
36874         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
36875         to 1MB, so as not to render systems with no stack size limit (e.g.,
36876         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
36877         Include <unistd.h>.  On some systems,
36878         it is required for the definition of _SC_PAGESIZE.
36879
36880 2003-08-16  Jim Meyering  <jim@meyering.net>
36881
36882         Merge from coreutils.
36883         * lib/xstrtoimax.c: #else #if -> #elif.
36884         * lib/xstrtoumax.c: Likewise.
36885
36886 2003-08-16  Jim Meyering  <jim@meyering.net>
36887
36888         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
36889         * m4/utimes.m4: Removed.
36890         * m4/utimes-null.m4: Renamed from utimes.m4.
36891
36892         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
36893         to 1MB, so as not to render systems with no stack size limit (e.g.,
36894         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
36895         Include <unistd.h>.  On some systems,
36896         it is required for the definition of _SC_PAGESIZE.
36897
36898 2003-08-16  Jim Meyering  <jim@meyering.net>
36899         and Paul Eggert  <eggert@cs.ucla.edu>
36900
36901         Merges from coreutils, etc.
36902
36903         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
36904         using the latest version from cvs.  This avoids problems with #line
36905         directives using a vendor (Sun) compiler.
36906         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
36907         Don't set GETGROUPS_LIB here; now it's
36908         done via getgroups.m4's wrapper function.
36909         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
36910         rather than just in sh-util/configure.in, so that the
36911         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
36912         same.
36913         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
36914         AC_FUNC_GETLOADAVG where to find getloadavg.c.
36915         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
36916         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
36917         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
36918         Remove code that is now done by the newly-required macros.
36919         Append $(EXEEXT) to DF_PROG.
36920         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
36921         Do not invoke or require the following here,
36922         since prereq.m4 or some gnulib .m4 now does this for us:
36923         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
36924         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
36925         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
36926         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
36927         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
36928         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
36929         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
36930         AC_FUNC_OBSTACK.
36931         Do not replace the following functions, as this is now the job
36932         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
36933         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
36934         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
36935         atexit getpass, strdup, getpagesize.
36936         Replace 'raise'.
36937         Do not check for the following functions, as this is now the job
36938         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
36939         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
36940         setregid.
36941         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
36942         Check for sys/sysctl.h.
36943         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
36944         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
36945         of checking for ssize_t ourselves.
36946
36947         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
36948         Require every macro that gnulib/modules/* suggests for us.
36949         (jm_PREREQ_ADDEXT): New macro.
36950         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
36951         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
36952
36953         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
36954         (gl_PHYSMEM): Use it.
36955         Also check for `table' function.
36956         Check for new headers and functions.
36957         Add check for sys/sysmp.h.
36958         With suggestions from Kaveh Ghazi.
36959         Ignore headers that are present but cannot be compiled.  This
36960         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
36961         C 5.4.
36962
36963 2003-08-15  Paul Eggert  <eggert@twinsun.com>
36964
36965         Document merge from coreutils.
36966         * modules/userspec: Depend on posixver.
36967         * modules/strftime: Depend on tzset.
36968
36969 2003-08-15  Paul Eggert  <eggert@twinsun.com>
36970
36971         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
36972         rather than tab, after '#' in shell-script copyright notices.
36973         Suggested by Bruno Haible.
36974
36975 2003-08-15  Paul Eggert  <eggert@twinsun.com>
36976
36977         * config/srclist-update: Use three spaces, rather than tab, after '#'
36978         in shell-script copyright notices.  Suggested by Bruno Haible.
36979         Remove unnecessary parenthesization in regular expression.
36980
36981 2003-08-15  Jim Meyering  <jim@meyering.net>
36982
36983         Merge from coreutils.
36984         * lib/xgethostname.c: Include <stdlib.h>.
36985         (xghostname): Don't exit for anything other than memory-related
36986         failure; just return NULL.
36987         * lib/userspec.c: Include "posixver.h".
36988         (parse_user_spec): Accept `.' as a separator only
36989         in pre-POSIX-200112 mode.
36990         * lib/strtoimax.c: Use #elif rather than #else #if.
36991         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
36992         Remove function, now that we can rely on a working tzset function.
36993         [!_LIBC]: Ensure that the required autoconf test has been run.
36994         [!defined _NL_CURRENT && HAVE_STRFTIME]:
36995         Use underlying_strftime for %r.
36996         * lib/sha.c: Merge in some clean-up and optimization changes from
36997         glibc.
36998         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
36999         Ensure that it is a multiple of 64.
37000         Rearrange loop exit tests so as to avoid performing an
37001         additional fread after encountering an error or EOF.
37002         * lib/realloc.c: Update copyright date.
37003
37004 2003-08-15  Jim Meyering  <jim@meyering.net>
37005         and Paul Eggert  <eggert@twinsun.com>
37006
37007         Merge from coreutils.
37008         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
37009         member but strut utmpx does not.  Needed for AIX 4.3.3.
37010         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
37011
37012 2003-08-15  Jim Meyering  <jim@meyering.net>
37013         and Paul Eggert  <eggert@cs.ucla.edu>
37014
37015         Merges from coreutils, etc.
37016         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
37017         Require gl_FUNC_TZSET_CLOBBER.
37018         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
37019         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
37020         members.
37021
37022 2003-08-14  Paul Eggert  <eggert@twinsun.com>
37023
37024         Help the merge from coreutils.
37025         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
37026         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
37027         * m4/tzset.m4: Use it too.
37028
37029 2003-08-14  Paul Eggert  <eggert@twinsun.com>
37030
37031         * modules/tzset: New file.
37032
37033 2003-08-14  Jim Meyering  <jim@meyering.net>
37034
37035         Merges from coreutils.
37036         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
37037         variable names, rather than @FNMATCH_H@.
37038         * modules/alloca: Likewise for $(ALLOCA_H).
37039
37040         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
37041         the three copies of the literal target, `fnmatch.h'.
37042         * modules/alloca (alloca.h): Likewise.
37043
37044 2003-08-14  Jim Meyering  <jim@meyering.net>
37045
37046         Merge from coreutils.
37047         * m4/tzset.m4: New file.
37048         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
37049         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
37050         otherwise, AIX 5.1 systems would end up using the latter.
37051         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
37052         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
37053         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
37054         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
37055
37056 2003-08-14  Jim Meyering  <jim@meyering.net>
37057
37058         Merge from coreutils.
37059         * lib/obstack.h: Whitespace changes.
37060         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
37061         and xcalloc return values.
37062         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
37063         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
37064         hang on OSF/1 5.1 for DIR on both local and remote file systems.
37065         Reported by (and fix confirmed by) Nelson H. F. Beebe.
37066         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
37067         error from mntctl.
37068         Use mntctl's return value to drive the entry-processing loop, since
37069         we can't rely on the value of the vmt_length member in the last
37070         entry.  On some systems doing so could result in exhausting
37071         virtual memory.  Based in part on a patch from Mike Jetzer.
37072
37073 2003-08-14  Jim Meyering  <jim@meyering.net>
37074         and Paul Eggert  <eggert@twinsun.com>
37075
37076         Merges from coreutils, plus other fixes.
37077         * lib/physmem.c: Merge in portability changes from gcc/libiberty
37078         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
37079         for credits and details.  Thanks to Kaveh Ghazi for helping
37080         to keep these files in sync.
37081         (ARRAY_SIZE): Define it.
37082         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
37083         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
37084         (memcasecmp): Don't assume size_t fits in unsigned int.
37085         Remove casts and duplicate code.
37086         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
37087         (memcpy): Remove definition.
37088         Merge in some clean-up and optimization changes from glibc.
37089         [BLOCKSIZE]: Move definition to top of file.
37090         Ensure that it is a multiple of 64.
37091         Rearrange loop exit tests so as to avoid performing an
37092         additional fread after encountering an error or EOF.
37093         * lib/md5.h (md5_uintptr): Define.
37094         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
37095         return to the initial working directory.  Preserve errno
37096         for caller.
37097         * lib/idcache.c: Include "xalloc.h".
37098         (xmalloc, xrealloc): Remove decls.
37099         (getuser): Remove casts no longer required in C89.
37100         * lib/human.c: Include stdio.h, for sprintf.
37101         * lib/group-member.c: Include "xalloc.h".
37102         (xmalloc, xrealloc): Remove decls.
37103         (get_group_info): Remove casts no longer required in C89.
37104         * lib/getusershell.c (readname): Remove casts no longer required in
37105         C89.
37106         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
37107         * lib/getline.c: Whitespace fix, from coreutils.
37108
37109 2003-08-13  Paul Eggert  <eggert@twinsun.com>
37110
37111         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
37112         Check for isascii.
37113
37114         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
37115         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
37116         Undo previous (whitespace-only) change.
37117
37118 2003-08-13  Paul Eggert  <eggert@twinsun.com>
37119
37120         * lib/exclude.c: Include <ctype.h>
37121         (IN_CTYPE_DOMAIN): New macro.
37122         (is_space): New fn.
37123         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
37124         and empty lines.
37125
37126         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
37127         Undo previous (whitespace-only) change.
37128
37129 2003-08-13  Paul Eggert  <eggert@twinsun.com>
37130
37131         * config/srclist-update: Change update back to the old behavior,
37132         leaving whitespace alone.  Use one 'sed' command rather than a
37133         pipeline.
37134         (fixlicense): Now a variable, not a function.
37135         (remove_trailing_blanks): Remove.
37136         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
37137         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
37138         Undo previous (whitespace-only) change.
37139
37140 2003-08-12  Paul Eggert  <eggert@twinsun.com>
37141
37142         Merge from coreutils.
37143         * modules/euidaccess: Add lib_SOURCES, include for new
37144         file euidaccess.h
37145
37146 2003-08-12  Paul Eggert  <eggert@twinsun.com>
37147
37148         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
37149         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
37150         Normalize leading white space and remove trailing white space.
37151
37152         Merge from coreutils
37153         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
37154
37155         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
37156         0.12.1.  These files are now being upgraded automatically by
37157         ../config/srclist-update.
37158
37159 2003-08-12  Paul Eggert  <eggert@twinsun.com>
37160
37161         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
37162         Normalize leading white space and remove trailing white space.
37163         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
37164         notice, as per ../config/srclist-update.
37165
37166         Merge from coreutils.
37167         * lib/euidaccess.h: New file.
37168         * lib/euidaccess.c: Include it.
37169         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
37170         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
37171         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
37172
37173 2003-08-12  Paul Eggert  <eggert@twinsun.com>
37174
37175         * config/srclist-update: Add copyright notice.
37176         (remove_id_lines, remove_trailing_blanks): New constants.
37177         (fixfile): Use them to normalize spacing a bit in copied files.
37178         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
37179         Normalize leading white space and remove trailing white space.
37180
37181         * config/texinfo.tex: Sync with texinfo.
37182
37183         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
37184         strtoul.c from libc, to merge coreutils whitespace changes.
37185
37186         * config/srclist.txt: Get the following m4 files from gettext:
37187         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
37188         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
37189         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
37190         wint_t.m4.
37191
37192 2003-08-12  Karl Berry  <karl@gnu.org>
37193
37194         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
37195         been made.
37196
37197 2003-08-11  Paul Eggert  <eggert@twinsun.com>
37198
37199         * modules/gnu-source, m4/gnu-source.m4:
37200         Remove; we're assuming Autoconf 2.54 or later now.
37201         Suggested by Bruno Haible.
37202         * MODULES.html.sh (func_all_modules): Remove gnu-source.
37203
37204 2003-08-11  Bruno Haible  <bruno@clisp.org>
37205
37206         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
37207
37208 2003-08-11  Bruno Haible  <bruno@clisp.org>
37209
37210         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
37211         (vasnprintf): Use it instead of wcslen.
37212
37213 2003-08-11  Bruno Haible  <bruno@clisp.org>
37214
37215         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
37216         value to ensure that _Bool promotes to int. Use #define for _Bool when
37217         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
37218
37219 2003-08-10  Karl Berry  <karl@gnu.org>
37220
37221         * lib/regex.h: update from libc (whitespace fix).
37222
37223 2003-08-09  Paul Eggert  <eggert@twinsun.com>
37224
37225         Merge some files from coreutils.  These changes were
37226         originally made by Jim Meyering.
37227         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
37228         many older Unixes require this.
37229         * lib/alloca.c (alloca): Remove cast to argument of free;
37230         no longer needed in C89.
37231         * lib/alloca_.h, regex.h: Fix white space to match
37232         what GNU indent does.
37233
37234 2003-08-09  Paul Eggert  <eggert@twinsun.com>
37235
37236         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
37237         apparently Emacs's Unicode mode got confused before my 2003-08-05
37238         checkin.
37239
37240 2003-08-08  Paul Eggert  <eggert@twinsun.com>
37241
37242         * m4/extensions.m4: New file.
37243         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
37244         Require gl_USE_SYSTEM_EXTENSIONS.
37245         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
37246         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
37247
37248 2003-08-08  Paul Eggert  <eggert@twinsun.com>
37249
37250         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
37251         * modules/extensions, modules/gnu-source: New files.
37252         * modules/timespec, modules/unlocked-io: Depend on extensions.
37253
37254 2003-08-07  Paul Eggert  <eggert@twinsun.com>
37255
37256         * modules/restrict: New file.
37257         * MODULES.html.sh (func_all_modules): Add restrict.
37258         * modules/regex: Depend on restrict.
37259
37260 2003-08-07  Paul Eggert  <eggert@twinsun.com>
37261
37262         * m4/restrict.m4: New file.
37263         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
37264
37265 2003-08-07  Bruno Haible  <bruno@clisp.org>
37266
37267         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
37268         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
37269
37270 2003-08-07  Bruno Haible  <bruno@clisp.org>
37271
37272         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
37273         makes the module 'getndelim2' compatible with the module 'getline'.
37274
37275 2003-08-05  Paul Eggert  <eggert@twinsun.com>
37276
37277         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
37278         byte with "\201" to avoid glitches when editing that source file
37279         with multi-gnome-terminal.
37280
37281 2003-08-05  Paul Eggert  <eggert@twinsun.com>
37282
37283         * lib/bumpalloc.h: Remove.
37284
37285 2003-08-05  Paul Eggert  <eggert@twinsun.com>
37286
37287         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
37288         * modules/bumpalloc: Remove.
37289
37290 2003-08-04  Paul Eggert  <eggert@twinsun.com>
37291
37292         * lib/getloadavg.c: Change copyright notice and spacing to conform to
37293         GNU coding style.
37294
37295         Merge from coreutils.
37296         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
37297         1. From glibc.
37298         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
37299         from Karl Berry, implemented by Jim Meyering.
37300         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
37301         from Dmitry V. Levin.
37302         Remove anachronistic cast of xrealloc.
37303         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
37304         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
37305         type. Otherwise, it wouldn't compile with at least /bin/cc on
37306         ymp-cray-unicos9.0.2.X.
37307         Combine two mostly-identical uses of alloca into one.
37308         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
37309
37310 2003-08-04  Dave Love  <d.love@dl.ac.uk>
37311
37312         [From Emacs.]
37313
37314         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
37315         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
37316         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
37317         obsolete NLIST_NAME_UNION.
37318         [__GNU__]: Undef BSD and FSCALE.
37319         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
37320
37321 2003-08-03  Paul Eggert  <eggert@twinsun.com>
37322
37323         * lib/stdbool_.h (_Bool): Make it signed char, instead of
37324         an enum type, so that it's guaranteed to promote to int.  See:
37325         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
37326
37327 2003-08-03  Karl Berry  <karl@gnu.org>
37328
37329         * config/depcomp: update from automake.
37330
37331 2003-07-31  Paul Eggert  <eggert@twinsun.com>
37332
37333         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
37334         (strerror): Don't assume that a printable int fits in 14 bytes.
37335
37336 2003-07-31  Bruno Haible  <bruno@clisp.org>
37337
37338         * modules/getpass-gnu: New file.
37339         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
37340
37341 2003-07-31  Bruno Haible  <bruno@clisp.org>
37342
37343         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
37344
37345 2003-07-24  Karl Berry  <karl@gnu.org>
37346
37347         * config/missing: update from automake.
37348
37349 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
37350             Bruno Haible  <bruno@clisp.org>
37351
37352         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
37353         * lib/getline.c (getline, getdelim): Likewise.
37354         Remove _GNU_SOURCE define; now it's defined in config.h through
37355         m4/getline.m4.
37356
37357 2003-07-23  Karl Berry  <karl@gnu.org>
37358
37359         * config/config.sub: update from prep.
37360
37361 2003-07-22  Paul Eggert  <eggert@twinsun.com>
37362
37363         * modules/xalloc (Depends-on): Add exitfail.
37364         * modules/xmemcoll: Likewise.
37365
37366 2003-07-22  Paul Eggert  <eggert@twinsun.com>
37367
37368         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
37369         over-parenthesization in macros.
37370
37371         Sync with coreutils.
37372
37373         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
37374         required by C99.
37375
37376         Use `exit_failure' for xalloc and xmemcoll instead of their own
37377         private exit-failure variables.
37378         * lib/xalloc.h (xalloc_exit_failure): Remove.
37379         * lib/xmalloc.c: Likewise.  Include exitfail.h.
37380         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
37381         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
37382         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
37383         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
37384
37385 2003-07-20  Jim Meyering  <jim@meyering.net>
37386
37387         * modules/closeout (Depends-on): Add exitfail.
37388         Suggestion from Bruno Haible.
37389
37390 2003-07-19  Karl Berry  <karl@gnu.org>
37391
37392         * config/config.sub: update from prep.
37393
37394 2003-07-18  Paul Eggert  <eggert@twinsun.com>
37395
37396         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
37397         Remove.
37398         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
37399         to test that it can stand by itself.  Include "exitfail.h".
37400         Clients should set exit_failure instead.
37401         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
37402
37403 2003-07-18  Bruno Haible  <bruno@clisp.org>
37404
37405         * modules/getndelim2: New file.
37406         * modules/getline: Share files with module getndelim2.
37407         * modules/getnline: Depend on getndelim2 instead of sharing files with
37408         it. Add getnline.c to lib_SOURCES.
37409         * MODULES.html.sh (func_all_modules): Add getndelim2.
37410
37411 2003-07-18  Bruno Haible  <bruno@clisp.org>
37412
37413         * m4/getndelim2.m4: New file.
37414         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
37415         invoke gl_PREREQ_GETNDELIM2.
37416         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
37417         gl_PREREQ_GETNDELIM2.
37418         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
37419         gl_GETNDELIM2.
37420
37421 2003-07-18  Bruno Haible  <bruno@clisp.org>
37422
37423         * lib/getndelim2.h: New file.
37424         * lib/getndelim2.c: Make into a module of its own. Include config.h,
37425         getndelim2.h.
37426         (getndelim2): Make non-static. Change return type to ssize_t.
37427         * lib/getline.h: Change argument names.
37428         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
37429         * lib/getnline.c: Include getndelim2.h.
37430
37431 2003-07-18  Andreas Schwab  <schwab@suse.de>
37432
37433         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
37434
37435 2003-07-17  Karl Berry  <karl@gnu.org>
37436
37437         * config/config.sub: update from prep.
37438
37439 2003-07-17  Bruno Haible  <bruno@clisp.org>
37440
37441         * modules/getnline: New file.
37442         * modules/getline: Add lib/getndelim2.c to source file list.
37443         * MODULES.html.sh (func_all_modules): Add getnline.
37444
37445 2003-07-17  Bruno Haible  <bruno@clisp.org>
37446
37447         * m4/getnline.m4: New file.
37448
37449 2003-07-17  Bruno Haible  <bruno@clisp.org>
37450
37451         * m4/Makefile.am.in: Remove file.
37452         * m4/Makefile.am: Remove file.
37453         * m4/Makefile.in: Remove file.
37454
37455 2003-07-17  Bruno Haible  <bruno@clisp.org>
37456
37457         * lib/getnline.h: New file.
37458         * lib/getnline.c: New file.
37459         * lib/getndelim2.c: New file, extracted from getline.c.
37460         (getndelim2): Renamed from getdelim2, with added nmax argument.
37461         * lib/getline.c: Include getndelim2.c.
37462         (getdelim2): Moved out to getndelim2.c.
37463         (getline, getdelim): Update.
37464
37465 2003-07-17  Bruno Haible  <bruno@clisp.org>
37466
37467         * lib/Makefile.am: Remove file.
37468         * lib/Makefile.in: Remove file.
37469
37470 2003-07-17  Bruno Haible  <bruno@clisp.org>
37471
37472         * configure.in: Remove file.
37473         * Makefile.in: Remove file.
37474
37475 2003-07-17  Bruno Haible  <bruno@clisp.org>
37476
37477         * MODULES.html.sh: Put the </BODY> right before </HTML>.
37478
37479 2003-07-16  Karl Berry  <karl@gnu.org>
37480
37481         * config/srclist-update: was running fixlicense twice, which caused
37482                 texinfo.tex to be nullified for some reason.  Simplify,
37483                 $gplsrc is no longer needed as far as I can see?
37484
37485 2003-07-16  Jim Meyering  <jim@meyering.net>
37486
37487         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
37488
37489 2003-07-15  Paul Eggert  <eggert@twinsun.com>
37490
37491         * config/srclist.txt: Get the following files from gettext-runtime/intl
37492         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
37493         ref-del.sin.  From Bruno Haible.
37494         * config/srclist-update (fixfile): Change grep pattern again, since the
37495         previous fix didn't work (there was another trailing $).  Use
37496         '[$]' to escape the $s.
37497
37498 2003-07-15  Karl Berry  <karl@gnu.org>
37499
37500         * lib/vasnprintf.c: update from gettext.
37501
37502 2003-07-15  Karl Berry  <karl@gnu.org>
37503
37504         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
37505         gets expanded when surrounded by '$'.
37506
37507 2003-07-15  Jim Meyering  <jim@meyering.net>
37508
37509         * modules/save-cwd: Don't depend on error.  From Derek Price.
37510
37511 2003-07-15  Jim Meyering  <jim@meyering.net>
37512
37513         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
37514
37515 2003-07-14  Simon Josefsson  <jas@extundo.com>
37516
37517         * modules/mempcpy: New file.
37518         * MODULES.html.sh (func_all_modules): Add mempcpy.
37519
37520 2003-07-14  Simon Josefsson  <jas@extundo.com>
37521
37522         * m4/mempcpy.m4: New file.
37523
37524 2003-07-14  Simon Josefsson  <jas@extundo.com>
37525
37526         * lib/mempcpy.h: New file.
37527         * lib/mempcpy.c: New file.
37528
37529 2003-07-14  Paul Eggert  <eggert@twinsun.com>
37530
37531         * modules/getdate, modules/posixtm: Depend on mktime.
37532
37533 2003-07-14  Paul Eggert  <eggert@twinsun.com>
37534
37535         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
37536         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
37537         unicodeio.c, unicodeio.h, unlocked-io.h:
37538         Switch from LGPL to GPL.
37539
37540 2003-07-14  Paul Eggert  <eggert@twinsun.com>
37541
37542         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
37543         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
37544         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
37545         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
37546         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
37547         updated automatically by ../config/srclist-update.  This changes
37548         their license from LPGL to GPL.
37549
37550 2003-07-14  Paul Eggert  <eggert@twinsun.com>
37551
37552         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
37553         assumed to refer to the root of the most recent stable gettext version.
37554         * config/srclistvars.sh: Add defaults for eggert.
37555         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
37556         Match "This program" as well as "The program".  This is needed
37557         for gettext.
37558
37559 2003-07-14  Jim Meyering  <jim@meyering.net>
37560
37561         Don't emit diagnostics.  Let callers do that.
37562         * lib/save-cwd.c: Don't include "error.h".
37563         (save_cwd): Don't call error.  Ensure that errno is valid
37564         when returning nonzero.
37565
37566         * lib/save-cwd.h (restore_cwd): Update prototype.
37567         * lib/save-cwd.c (restore_cwd): Remove two parameters.
37568         Simplify.  Don't call error upon failure.  Let callers do that.
37569         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
37570         when auditing is enabled.  But don't bother updating the #if.
37571
37572 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
37573
37574         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
37575         it breaks C++ compilation.
37576         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
37577
37578 2003-07-10  Simon Josefsson  <jas@extundo.com>
37579
37580         * modules/strchrnul (Makefile.am): Add strchrnul.h.
37581
37582 2003-07-10  Jim Meyering  <jim@meyering.net>
37583
37584         * m4/clock_time.m4: Remove trailing blank.
37585         * m4/intmax_t.m4: Likewise.
37586
37587 2003-07-10  Jim Meyering  <jim@meyering.net>
37588
37589         * lib/vasnprintf.c: Remove trailing blanks.
37590         Make cpp indentation consistent.
37591
37592 2003-07-09  Paul Eggert  <eggert@twinsun.com>
37593
37594         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
37595         posixver.c, strftime.c, strnlen.c, strverscmp.c:
37596         Switch from LGPL to GPL.
37597
37598 2003-07-09  Paul Eggert  <eggert@twinsun.com>
37599
37600         * config/srclist.txt: Sort sublists.  Add
37601         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
37602         that differ from gnulib for one reason or another; we'd like this list
37603         to be smaller but for now let's document what we have.
37604
37605 2003-07-08  Paul Eggert  <eggert@twinsun.com>
37606
37607         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
37608         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
37609         and sweeter "eval x=$x".
37610         * config/srclist.txt: Get lib/argp* from glibc.
37611
37612 2003-07-07  Paul Eggert  <eggert@twinsun.com>
37613
37614         * lib/mktime.c: Fix some boundary cases and remove need for floating
37615         point.
37616
37617         Issue a compile-time diagnostic if time_t is floating point, or if
37618         two's complement arithmetic is not in effect, or if arithmetic
37619         right shift does not propagate the sign.  These assumptions were
37620         all in the original code but they weren't checked.
37621
37622         (TIME_T_MIDPOINT, verify): New macros.
37623         (__isleap): Remove; it has integer overflow problems.
37624         (leapyear): New function, without those problems.
37625         (ydhms_tm_diff): Remove; splitting into two parts.
37626         (ydhms_diff): New function, containing the arithmetic part of
37627         the old ydhms_tm_diff function.  Issue a compile-time
37628         diagnostic if we are not using C99 integer division.
37629         Avoid casts when possible.
37630         (guess_time_tm): New function, containing the checking part of
37631         the old ydhms_tm_diff function.  Return the new value, rather than
37632         the difference between it and the old.  Accept a new argument T
37633         so that *T specifies the old value.  Check for overflow in the result.
37634
37635         (__mktime_internal): Use a time_t offset, not a long int offset.
37636         This undoes the 2003-06-04 change, which is no longer needed now
37637         that we have better overflow checking.
37638         (localtime_offset): Likewise.
37639
37640         (__mktime_internal): Avoid harmful overflow on hosts where time_t
37641         and long are 64-bit but int is only 32-bit.
37642         (ydhms_diff): Use long int to store year1 and yday1.
37643         Issue a compile-time diagnostic if long int is not wide enough.
37644
37645         (__mktime_internal): Use long int to store adjusted year and yday.
37646         Use plain C rather than preprocessor commands, if that doesn't
37647         affect efficiency.
37648         Check for overflow (and try to repair) after each probe
37649         rather than checking only at the very end.  This avoids some bugs
37650         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
37651         does not equal GMT offset at maximum time).
37652         Use integer to check for overflow rather than floating point; this
37653         is more portable to non-IEEE hosts, and is a tad faster.
37654         When we detect that we are oscillating between two values,
37655         don't check whether tm_isdst has the requested value, since
37656         we already know the answer.  When tm_isdst has the wrong value,
37657         use a different heuristic to find the right one, based on the
37658         extreme values actually observed in practice in tz2003a,
37659         rather than the (overly optimistic) "previous 3 calendar quarters".
37660
37661         (not_equal_tm, print_tm, check_result): Use "const T" rather than
37662         "T const" to accommodate glibc style.
37663         (check_result): Use less-confusing report format.  "long" -> "long int.
37664         (main): Likewise.
37665         Don't loop if the iteration overflows time_t.
37666         Allow a negative step in the iteration.
37667
37668 2003-07-06  Karl Berry  <karl@gnu.org>
37669
37670         * config/depcomp: update from automake.
37671         * config/config.sub: update from prep.
37672
37673 2003-07-03  Karl Berry  <karl@gnu.org>
37674
37675         * config/config.guess: update from prep.
37676
37677 2003-07-01  Paul Eggert  <eggert@twinsun.com>
37678
37679         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
37680         xreadlink.c now includes it unconditionally.
37681
37682 2003-07-01  Paul Eggert  <eggert@twinsun.com>
37683
37684         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
37685         having it depend on HAVE_SYS_TYPES_H.
37686
37687 2003-07-01  Bruno Haible  <bruno@clisp.org>
37688
37689         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
37690         <sys/types.h> should be sufficient.
37691         Reported by Paul Eggert.
37692
37693 2003-06-26  Karl Berry  <karl@gnu.org>
37694
37695         * config/depcomp: update from automake.
37696
37697 2003-06-26  Bruno Haible  <bruno@clisp.org>
37698
37699         * modules/human: Depend on module stdbool.
37700
37701 2003-06-25  Bruno Haible  <bruno@clisp.org>
37702
37703         * modules/readlink: New file.
37704         * modules/xreadlink: Depend on it.
37705         * MODULES.html.sh (func_all_modules): Add readlink.
37706
37707 2003-06-25  Bruno Haible  <bruno@clisp.org>
37708
37709         * m4/readlink.m4: New file.
37710
37711 2003-06-25  Bruno Haible  <bruno@clisp.org>
37712
37713         * lib/readlink.c: New file.
37714
37715 2003-06-22  Karl Berry  <karl@gnu.org>
37716
37717         * config/srclist.txt: update mkinstalldirs from automake.
37718         * config/mkinstalldirs: update.
37719
37720 2003-06-22  Bruno Haible  <bruno@clisp.org>
37721
37722         Portability to mingw32.
37723         * m4/ssize_t.m4: New file, from GNU gettext.
37724         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
37725         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
37726
37727 2003-06-22  Bruno Haible  <bruno@clisp.org>
37728
37729         * modules/safe-read: Add m4/ssize_t.m4.
37730         * modules/xreadlink: Add m4/ssize_t.m4.
37731
37732 2003-06-20  Bruno Haible  <bruno@clisp.org>
37733
37734         Assume C89, so PARAMS isn't needed.
37735         * lib/unicodeio.h (PARAMS): Remove.
37736         * lib/unicodeio.c: Don't use PARAMS.
37737
37738 2003-06-18  Karl Berry  <karl@gnu.org>
37739
37740         * config/config.{guess,sub}: update from prep.
37741
37742 2003-06-18  Jim Meyering  <jim@meyering.net>
37743
37744         Merge changes from coreutils.
37745         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
37746         Remove explicit declarations of xmalloc and realloc.
37747         Include xalloc.h.
37748         (read_utmp): Remove anachronistic cast of xmalloc.
37749
37750 2003-06-17  Paul Eggert  <eggert@twinsun.com>
37751
37752         Assume C89, so PARAMS isn't needed.
37753         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
37754         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
37755         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
37756         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
37757         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
37758         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
37759         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
37760         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
37761         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
37762         lib/xstrtod.h, lib/xstrtol.h: Likewise.
37763         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
37764         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
37765         no longer needed. Anyway, config.h should always be included before any
37766         other file.
37767
37768 2003-06-11  Simon Josefsson  <jas@extundo.com>
37769
37770         * modules/sysexits: New file.
37771         * MODULES.html.sh (func_all_modules): Add sysexits.
37772
37773 2003-06-11  Simon Josefsson  <jas@extundo.com>
37774
37775         * lib/sysexit_.h: New file.
37776
37777 2003-06-11  Derek Price  <derek@ximbiot.com>
37778
37779         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
37780         necessary.
37781
37782 2003-06-11  Bruno Haible  <bruno@clisp.org>
37783
37784         * m4/sysexits.m4: New file.
37785
37786 2003-06-10  Simon Josefsson  <jas@extundo.com>
37787
37788         * lib/argp.h: New file, from glibc.
37789         * lib/argp-ba.c: New file, from glibc.
37790         * lib/argp-eexst.c: New file, from glibc.
37791         * lib/argp-fmtstream.c: New file, from glibc.
37792         * lib/argp-fmtstream.h: New file, from glibc.
37793         * lib/argp-fs-xinl.c: New file, from glibc.
37794         * lib/argp-help.c: New file, from glibc.
37795         * lib/argp-namefrob.h: New file, from glibc.
37796         * lib/argp-parse.c: New file, from glibc.
37797         * lib/argp-pv.c: New file, from glibc.
37798         * lib/argp-pvh.c: New file, from glibc.
37799         * lib/argp-xinl.c: New file, from glibc.
37800
37801 2003-06-10  Simon Josefsson  <jas@extundo.com>
37802
37803         * modules/strchrnul: New file.
37804
37805 2003-06-10  Simon Josefsson  <jas@extundo.com>
37806
37807         * modules/argp: New file.
37808
37809 2003-06-10  Simon Josefsson  <jas@extundo.com>
37810
37811         * m4/strchrnul.m4: New file.
37812
37813 2003-06-10  Simon Josefsson  <jas@extundo.com>
37814
37815         * lib/strchrnul.h: New file.
37816         * lib/strchrnul.c: New file.
37817
37818 2003-06-10  Bruno Haible  <bruno@clisp.org>
37819
37820         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
37821
37822 2003-06-07  Karl Berry  <karl@gnu.org>
37823
37824         * config/config.{guess,sub}: update from prep.
37825
37826 2003-06-07  Jim Meyering  <jim@meyering.net>
37827
37828         * modules/strtod: Use $(...) notation, not @...@ for
37829         AC_REPLACE'd variables.
37830         * modules/localcharset: Likewise.
37831
37832 2003-06-07  Jim Meyering  <jim@meyering.net>
37833
37834         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
37835         in place of my name in the copyright comment.
37836         Remove definition and uses of __P.
37837
37838         From coreutils.
37839         * lib/stat.c: Don't declare xmalloc explicitly.
37840         Instead, include "xalloc.h".
37841         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
37842         xrealloc, and xcalloc return values.
37843         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
37844         Improve comment.
37845         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
37846
37847 2003-06-07  Bruno Haible  <bruno@clisp.org>
37848
37849         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
37850         avoid AC_CONFIG_LINKS.
37851         * modules/fnmatch (Makefile.am): Use explicit creation rule for
37852         fnmatch.h, to avoid AC_CONFIG_LINKS.
37853         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
37854
37855 2003-06-07  Bruno Haible  <bruno@clisp.org>
37856
37857         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
37858         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
37859         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
37860         directory.
37861         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
37862         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
37863         directory.
37864
37865 2003-06-06  Jim Meyering  <jim@meyering.net>
37866
37867         Merge from coreutils.
37868         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
37869         Consolidate declarations and initializations of *_base* locals.
37870
37871         Merge from coreutils.
37872         This avoids a core dump on systems without GNU putenv,
37873         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
37874         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
37875         (unsetenv): New static function, from GNU libc.
37876         (rpl_putenv): Use it.
37877
37878         * lib/modechange.c: Remove trailing blanks.
37879
37880         Merge from coreutils.
37881         * lib/fsusage.c: Remove declaration of statfs.
37882         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
37883
37884         * lib/posixtm.c: Include <stdbool.h> unconditionally.
37885
37886 2003-06-06  Jim Meyering  <jim@meyering.net>
37887
37888         * lib/stdbool_.h: Renamed from stdbool.h.in.
37889
37890 2003-06-06  Jim Meyering  <jim@meyering.net>
37891             Bruno Haible  <bruno@clisp.org>
37892
37893         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
37894         Adjust Makefile.am snippet not to redirect directly to target.
37895         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
37896
37897 2003-06-05  Paul Eggert  <eggert@twinsun.com>
37898
37899         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
37900         mismatch, look in future quarters as well as past.  This fixes a
37901         bug when processing fall-backwards gaps immediately after a long
37902         period of daylight-saving time.
37903
37904         * lib/mktime.c: Assume freestanding C89 or better.
37905         (HAVE_LIMITS_H): Remove.  Assume it's 1.
37906         (__P): Remove; not used.
37907         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
37908         (mktime, not_equal_tm, print_tm, check_result,
37909         main): Use prototypes.  Use const * where appropriate.
37910         (main): Fix typo in testing code that uncovered by above changes.
37911         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
37912
37913 2003-06-04  Paul Eggert  <eggert@twinsun.com>
37914
37915         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
37916         locale.h, localeconv.  This merges changes from coreutils.
37917
37918         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
37919         It can be removed after the next Autoconf is released.
37920         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
37921         needed.
37922
37923 2003-06-04  Paul Eggert  <eggert@twinsun.com>
37924
37925         * lib/mktime.c: Fix Debian bug 177940
37926         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
37927         (localtime_offset): Now long int, not time_t, because we want it
37928         to be guaranteed to be signed.  All uses changed.
37929         (__mktime_internal): If overflow would occur when adding offset,
37930         don't add it.
37931
37932         Merge 'human' changes from coreutils.  Rewrite to support
37933         locale-specific notations like thousands separators.
37934         * lib/human.c: Simplify authorship notice.
37935         Include human.h immediately after config.h.
37936         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
37937         <limits.h>: Do not include, since human.h does.
37938         (SIZE_MAX, UINTMAX_MAX): New macros.
37939         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
37940         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
37941         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
37942         (power_letter): Renamed from suffixes.
37943         (generate_suffix_backwards): Remove.
37944         (adjust_value): Now takes int style (because of human.h changes)
37945         and long double value (for greater precision on some platforms).
37946         (group_number): New function.
37947         (human_readable): Use it.  Use integer options, not enum.
37948         Put the options before the sizes in the arg list.
37949         Support all the new options.
37950         The old human_readable function has been removed;
37951         use inttostr.h instead.
37952         (human_readable, default_block_size, humblock):
37953         Use uintmax_t, not int, for block sizes.
37954         (human_readable_inexact, block_size_types): Remove.
37955         (block_size_opts): New constant.
37956         (human_options): Renamed from human_block_size, with new signature
37957         that allows block sizes up to UINTMAX_MAX.  All callers changed.
37958         * lib/human.h: Add copyright and authorship notice.
37959         Include <limits.h> and <stdbool.h> unconditionally.
37960         (PARAMS): Remove.  All uses removed.
37961         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
37962         (enum human_inexact_style): Remove tag; now a nameless enum.
37963         (human_floor, human_ceiling, human_round_to_even): Now have
37964         values 2, 0, 1 rather than -1, 1, 0.
37965         (human_group_digits, human_suppress_point_zero, human_autoscale,
37966         human_base_1024, human_SI, human_B): New constants.
37967         (human_readable_inexact, human_block_size): Remove.
37968         (human_readable): Size args are now uintmax_t, not int.
37969         (human_options): New decl.
37970
37971         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
37972         unnecessary now that we assume C89 or better.  This change
37973         imported from coreutils.
37974
37975         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
37976         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
37977         in the 2003-05-30 sync from glibc.
37978
37979         .h files should stand alone, but we shouldn't include <sys/types.h>
37980         if we can get away with just <stddef.h>.
37981
37982         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
37983         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
37984         rather than <sys/types.h>, as we merely need size_t.
37985         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
37986         to get size_t.
37987         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
37988         Include <stdio.h>, to get FILE.
37989         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
37990         memcasecmp.h has included <stddef.h> and all we need is size_t.
37991         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
37992         our interface, instead of including <sys/types.h>
37993
37994 2003-06-04  Paul Eggert  <eggert@twinsun.com>
37995
37996         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
37997         now, as glibc mktime is buggy on non-glibc systems.
37998
37999 2003-06-03  Karl Berry  <karl@gnu.org>
38000
38001         * config/config.sub: update from prep.
38002
38003 2003-06-02  Paul Eggert  <eggert@twinsun.com>
38004
38005         [from coreutils]
38006         Fix some minor time-related bugs with POSIX time arguments.
38007         Some valid time stamps were being rejected (notably -1, and
38008         time stamps before 1900 on 64-bit hosts).  And some invalid
38009         time stamps were being accepted, e.g. September 31.
38010
38011         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
38012         that we can return (time_t) -1 successfully.
38013         * lib/posixtm.c: Likewise.
38014         [HAVE_STDBOOL_H]: Include <stdbool.h>.
38015         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
38016         (t): Remove static var.
38017         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
38018         of static var.  All uses changed.
38019         (year): Do not reject years before 1900; they can occur with
38020         64-bit time_t.
38021         (posix_time_parse): Do not check for out-of-range components;
38022         that is now the caller's responsibility, since our checks were
38023         only approximations.
38024         (posixtime): Use mktime to check for out-of-range components,
38025         since it knows them exactly.
38026         If mktime returns (time_t) -1, check whether an error actually occurred
38027         by invoking localtime on -1.
38028         (main) [TEST_POSIXTIME]: Check for input data errors, and report
38029         posixtime failures better.
38030         Improve the test data (in comments only).
38031
38032 2003-06-02  Karl Berry  <karl@gnu.org>
38033
38034         * config/mkinstalldirs (version): new variable.
38035         (--version): new option.
38036         (usage): improve message.
38037
38038 2003-05-30  Karl Berry  <karl@gnu.org>
38039
38040         * lib/mktime.c: update from libc.
38041
38042 2003-05-30  Bruno Haible  <bruno@clisp.org>
38043
38044         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
38045         * config/config.rpath: Upgrade to gettext-0.12.1.
38046
38047 2003-05-30  Bruno Haible  <bruno@clisp.org>
38048
38049         * m4/gettext.m4: Upgrade to gettext-0.12.1.
38050         * m4/nls.m4: New file, from gettext-0.12.1.
38051         * m4/po.m4: New file, from gettext-0.12.1.
38052         * m4/progtest.m4: Upgrade to gettext-0.12.1.
38053
38054 2003-05-30  Bruno Haible  <bruno@clisp.org>
38055
38056         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
38057         * lib/localcharset.h: Likewise.
38058         * lib/localcharset.c: Likewise.
38059
38060 2003-05-29  Karl Berry  <karl@gnu.org>
38061
38062         * config/config.rpath: update from gettext.
38063
38064 2003-05-28  Paul Eggert  <eggert@twinsun.com>
38065
38066         Assume the headers required for C89 freestanding compilers.
38067         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
38068         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
38069         * m4/human.m4 (gl_HUMAN): Likewise.
38070         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
38071         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
38072         * m4/userspec.m4 (gl_USERSPEC): Likewise.
38073         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
38074         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
38075         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
38076
38077 2003-05-28  Paul Eggert  <eggert@twinsun.com>
38078
38079         Assume the headers required for C89 freestanding compilers.
38080         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
38081         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
38082         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
38083         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
38084         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
38085         define, since <limits.h> is guaranteed to do that.
38086         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
38087         * lib/exclude.c: Include <stdbool.h> unconditionally.
38088         * lib/tempname.c: Include <stddef.h> unconditionally.
38089         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
38090         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
38091         <stddef.h> does that.
38092         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
38093         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
38094         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
38095         needed.
38096         * lib/xstrtol.c: Likewise.
38097         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
38098         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
38099
38100         * lib/addext.c (addext): Use assignment rather than cast, to avoid
38101         warnings on some platforms.
38102
38103         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
38104         arbitrarily.
38105
38106 2003-05-26  Jim Meyering  <jim@meyering.net>
38107
38108         Merge in a change from coreutils:
38109         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
38110         that is guaranteed to be `no'.  Use `no_such_member' to indicate
38111         that condition, rather than `-1' which is slightly misleading.
38112         Change the name of the cache variable to have the gl_ prefix.
38113         Prompted by a patch from Richard Dawe for DJGPP.
38114
38115 2003-05-24  Karl Berry  <karl@gnu.org>
38116
38117         * config/config.guess: update from prep.
38118
38119 2003-05-22  Karl Berry  <karl@gnu.org>
38120
38121         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
38122
38123 2003-05-20  Karl Berry  <karl@gnu.org>
38124
38125         * config/config.guess: update from prep.
38126
38127 2003-05-18  Karl Berry  <karl@gnu.org>
38128
38129         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
38130         might actually be set by the user.
38131
38132         * config/depcomp, install-sh, mdate-sh: update from automake.
38133
38134 2003-05-17  Bruno Haible  <bruno@clisp.org>
38135
38136         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
38137         invalid expansion for AC_EGREP_CPP.
38138         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
38139         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
38140         Suggested by Akim Demaille <akim@epita.fr> in
38141         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
38142
38143 2003-05-12  Jim Meyering  <jim@meyering.net>
38144
38145         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
38146         the space-padded-by-default conversion specifiers, %e, %k, %l.
38147
38148 2003-05-12  Bruno Haible  <bruno@clisp.org>
38149
38150         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
38151         the string is longer than 4 KB.
38152
38153 2003-05-11  Karl Berry  <karl@gnu.org>
38154
38155         * config/config.{guess,sub}: update from prep.
38156
38157 2003-05-09  Bruno Haible  <bruno@clisp.org>
38158
38159         * modules/error: Add m4/strerror_r.m4 to file list.
38160
38161 2003-05-03  Bruno Haible  <bruno@clisp.org>
38162
38163         Upgrade to Unicode-4.0.
38164         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
38165         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
38166         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
38167         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
38168         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
38169         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
38170         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
38171         Change width of U+E0100..U+E01EF from 1 to 0.
38172
38173 2003-04-25  Jim Meyering  <jim@meyering.net>
38174
38175         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
38176         of type size_t, not int.
38177
38178 2003-04-25  Bruno Haible  <bruno@clisp.org>
38179
38180         * lib/copy-file.c: Include <stddef.h>, for size_t.
38181
38182 2003-04-21  Paul Eggert  <eggert@twinsun.com>
38183
38184         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
38185         code which expansion is under static control.  Patch imported from
38186         Akim Demaille's patch to Bison; see
38187         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
38188
38189 2003-04-14  Bruno Haible  <bruno@clisp.org>
38190
38191         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
38192
38193 2003-04-11  Jim Meyering  <jim@meyering.net>
38194
38195         Merge changes from Coreutils.
38196
38197         2003-03-22  Jim Meyering  <jim@meyering.net>
38198
38199         * lib/strftime.c (widen): Cast alloca return value to proper type.
38200
38201         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
38202
38203         From GNU libc.
38204         * lib/strftime.c (my_strftime): Handle very large width
38205         specifications for numeric values correctly.  Improve checks for
38206         overflow.
38207
38208         2003-01-19  Jim Meyering  <jim@meyering.net>
38209
38210         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
38211         definitions.
38212         (nl_get_alt_digit) [! defined my_strftime]: Define.
38213         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
38214         _nl_get_alt_digit and _nl_get_walt_digit.
38215
38216         * lib/strftime.c (my_strftime): Merge in locale-related changes from
38217         libc. These changes have no effect outside of _LIBC.
38218
38219 2003-04-10  Bruno Haible  <bruno@clisp.org>
38220
38221         * modules/findprog: New file.
38222         * MODULES.html.sh (func_all_modules): Add it.
38223
38224 2003-04-10  Bruno Haible  <bruno@clisp.org>
38225
38226         * m4/findprog.m4: New file.
38227         * m4/eaccess.m4: New file.
38228
38229 2003-04-10  Bruno Haible  <bruno@clisp.org>
38230
38231         * lib/findprog.h: New file, from GNU gettext.
38232         * lib/findprog.c: New file, from GNU gettext.
38233
38234 2003-04-05  Jim Meyering  <jim@meyering.net>
38235
38236         Merge changes from Coreutils.
38237
38238         * lib/exclude.h (PARAMS): Remove definition and uses.
38239         * lib/exclude.c: Remove uses of `PARAMS'.
38240
38241         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
38242         Add test-cases for DOS filenames. Declare program_name.
38243         (main): Set up program_name.  Patch by Rich Dawe.
38244
38245         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
38246         error from mntctl.
38247         Use mntctl's return value to drive the entry-processing loop, since
38248         we can't rely on the value of the vmt_length member in the last
38249         entry.  On some systems doing so could result in exhausting
38250         virtual memory.  Based in part on a patch from Mike Jetzer.
38251
38252 2003-04-04  Bruno Haible  <bruno@clisp.org>
38253
38254         * modules/linebreak: New file.
38255         * MODULES.html.sh (func_all_modules): Add it.
38256
38257 2003-04-04  Bruno Haible  <bruno@clisp.org>
38258
38259         * m4/linebreak.m4: New file.
38260
38261 2003-04-04  Bruno Haible  <bruno@clisp.org>
38262
38263         * lib/linebreak.h: New file, from GNU gettext.
38264         * lib/linebreak.c: New file, from GNU gettext with slight
38265         modifications.
38266         * lib/lbrkprop.h: New file, from GNU gettext.
38267
38268 2003-04-03  Bruno Haible  <bruno@clisp.org>
38269
38270         * modules/utf8-ucs4: New file.
38271         * modules/utf16-ucs4: New file.
38272         * modules/ucs4-utf8: New file.
38273         * modules/ucs4-utf16: New file.
38274         * MODULES.html.sh (func_all_modules): Add them.
38275
38276 2003-04-03  Bruno Haible  <bruno@clisp.org>
38277
38278         * m4/utf-ucs4.m4: New file.
38279         * m4/ucs4-utf.m4: New file.
38280
38281 2003-04-03  Bruno Haible  <bruno@clisp.org>
38282
38283         * lib/utf8-ucs4.h: New file, from GNU gettext.
38284         * lib/utf16-ucs4.h: New file, from GNU gettext.
38285         * lib/ucs4-utf8.h: New file, from GNU gettext.
38286         * lib/ucs4-utf16.h: New file, from GNU gettext.
38287
38288 2003-04-02  Bruno Haible  <bruno@clisp.org>
38289
38290         * modules/binary-io: New file.
38291         * MODULES.html.sh (func_all_modules): Add it.
38292
38293 2003-04-02  Bruno Haible  <bruno@clisp.org>
38294
38295         * lib/binary-io.h: New file, from GNU gettext.
38296
38297 2003-04-01  Bruno Haible  <bruno@clisp.org>
38298
38299         * modules/pathname: New file.
38300         * MODULES.html.sh (func_all_modules): Add it.
38301
38302 2003-04-01  Bruno Haible  <bruno@clisp.org>
38303
38304         * lib/pathname.h: New file, from GNU gettext.
38305         * lib/concatpath.c: New file, from GNU gettext.
38306
38307 2003-03-30  Bruno Haible  <bruno@clisp.org>
38308
38309         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
38310
38311 2003-03-30  Bruno Haible  <bruno@clisp.org>
38312
38313         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
38314         function chown() doesn't exist.
38315
38316 2003-03-28  Bruno Haible  <bruno@clisp.org>
38317
38318         * modules/copy-file: New file.
38319         * MODULES.html.sh (func_all_modules): Add it.
38320
38321 2003-03-28  Bruno Haible  <bruno@clisp.org>
38322
38323         * m4/copy-file.m4: New file.
38324
38325 2003-03-28  Bruno Haible  <bruno@clisp.org>
38326
38327         * lib/copy-file.h: New file, from GNU gettext.
38328         * lib/copy-file.c: New file, from GNU gettext.
38329
38330 2003-03-18  Jim Meyering  <jim@meyering.net>
38331
38332         * lib/quote.c (quote_n): Fix typo in comment.
38333
38334 2003-03-18  Bruno Haible  <bruno@clisp.org>
38335
38336         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
38337         checking.
38338         * m4/onceonly_2_57.m4: Likewise.
38339
38340 2003-03-17  Bruno Haible  <bruno@clisp.org>
38341
38342         * m4/onceonly.m4: Require autoconf 2.54 or newer.
38343         (m4_quote): Remove macro.
38344         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
38345
38346 2003-03-14  Jim Meyering  <jim@meyering.net>
38347
38348         Merge changes from Coreutils.
38349         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
38350         to be const, in order to avoid warnings.
38351         (obstack_room): Likewise.
38352         (obstack_empty_p): Likewise.
38353
38354 2003-03-14  Bruno Haible  <bruno@clisp.org>
38355
38356         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
38357         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
38358
38359 2003-03-13  Paul Eggert  <eggert@twinsun.com>
38360
38361         Merge changes from Bison.
38362         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
38363         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
38364         when compiling Bison 1.875's `bitset bset = obstack_alloc
38365         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
38366         * lib/hash.c: Include <stdbool.h> unconditionally.
38367
38368 2003-03-13  Paul Eggert  <eggert@twinsun.com>
38369
38370         * m4/onceonly.m4 (m4_quote): New macro.
38371         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
38372         Quote AC_FOREACH variable-expansions properly.
38373
38374 2003-03-13  Paul Eggert  <eggert@twinsun.com>
38375
38376         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
38377
38378 2003-03-09  Paul Eggert  <eggert@twinsun.com>
38379
38380         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
38381         Reported by Bruce Becker; see:
38382         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
38383
38384 2003-03-03  Paul Eggert  <eggert@twinsun.com>
38385             Bruno Haible  <bruno@clisp.org>
38386
38387         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
38388         Reported by John Hughes, see
38389         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
38390
38391 2003-02-20  Bruno Haible  <bruno@clisp.org>
38392
38393         * MODULES.html.sh (func_all_modules): Add poll.
38394
38395 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
38396
38397         * modules/poll: New file.
38398
38399 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
38400
38401         * lib/poll_.h: New file.
38402         * lib/poll.c: New file.
38403
38404 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
38405
38406         * m4/poll.m4: New file.
38407
38408 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
38409
38410         * modules/mathl: New file.
38411
38412 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
38413
38414         * lib/mathl.h: New file.
38415         * lib/acosl.c: New file.
38416         * lib/asinl.c: New file.
38417         * lib/atanl.c: New file.
38418         * lib/ceill.c: New file.
38419         * lib/cosl.c: New file.
38420         * lib/expl.c: New file.
38421         * lib/floorl.c: New file.
38422         * lib/frexpl.c: New file.
38423         * lib/ldexpl.c: New file.
38424         * lib/logl.c: New file.
38425         * lib/sincosl.c: New file.
38426         * lib/sinl.c: New file.
38427         * lib/sqrtl.c: New file.
38428         * lib/tanl.c: New file.
38429         * lib/trigl.c: New file.
38430         * lib/trigl.h: New file.
38431
38432 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
38433
38434         * m4/mathl.m4: New file.
38435
38436 2003-02-18  Bruno Haible  <bruno@clisp.org>
38437
38438         * MODULES.html.sh (func_all_modules): Add mathl.
38439
38440 2003-02-17  Bruno Haible  <bruno@clisp.org>
38441
38442         * modules/mkdtemp: New module.
38443         * MODULES.html.sh (func_all_modules): Add it.
38444
38445 2003-02-17  Bruno Haible  <bruno@clisp.org>
38446
38447         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
38448
38449 2003-02-17  Bruno Haible  <bruno@clisp.org>
38450
38451         * lib/mkdtemp.h: New file, from GNU gettext.
38452         * lib/mkdtemp.c: New file, from GNU gettext.
38453
38454 2003-02-02  Jim Meyering  <jim@meyering.net>
38455
38456         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
38457         e.g. glibc-2.2.93.
38458
38459 2003-01-31  Bruno Haible  <bruno@clisp.org>
38460
38461         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
38462         'rpl_rename'.
38463         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
38464         'rpl_strnlen'.
38465         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
38466         'rpl_strtod'.
38467         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
38468         'rpl_utime'.
38469
38470 2003-01-31  Bruno Haible  <bruno@clisp.org>
38471
38472         * lib/rename.c: #undef rename before defining rpl_rename.
38473         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
38474
38475 2003-01-30  Bruno Haible  <bruno@clisp.org>
38476
38477         * modules/vasnprintf, modules/vasprintf: New modules.
38478         * MODULES.html.sh (func_all_modules): Add them.
38479
38480 2003-01-30  Bruno Haible  <bruno@clisp.org>
38481
38482         * m4/signed.m4: New file, from GNU gettext.
38483         * m4/longdouble.m4: New file, from GNU gettext.
38484         * m4/wchar_t.m4: New file, from GNU gettext.
38485         * m4/wint_t.m4: New file, from GNU gettext.
38486         * m4/vasnprintf.m4: New file.
38487         * m4/vasprintf.m4: New file.
38488
38489 2003-01-30  Bruno Haible  <bruno@clisp.org>
38490
38491         * lib/printf-args.h: New file, from GNU gettext.
38492         * lib/printf-args.c: New file, from GNU gettext.
38493         * lib/printf-parse.h: New file, from GNU gettext.
38494         * lib/printf-parse.c: New file, from GNU gettext.
38495         * lib/vasnprintf.h: New file, from GNU gettext.
38496         * lib/vasnprintf.c: New file, from GNU gettext.
38497         * lib/asnprintf.c: New file, from GNU gettext.
38498         * lib/vasprintf.h: New file, from GNU gettext with modifications.
38499         * lib/vasprintf.c: New file, from GNU gettext.
38500         * lib/asprintf.c: New file, from GNU gettext.
38501
38502 2003-01-29  Bruno Haible  <bruno@clisp.org>
38503
38504         * modules/stpncpy: New module.
38505         * MODULES.html.sh (func_all_modules): Add it.
38506
38507 2003-01-29  Bruno Haible  <bruno@clisp.org>
38508
38509         * m4/stpncpy.m4: New file.
38510
38511 2003-01-29  Bruno Haible  <bruno@clisp.org>
38512
38513         * lib/stpncpy.h: New file, from GNU gettext with modifications.
38514         * lib/stpncpy.c: New file, from GNU gettext with modifications.
38515
38516 2003-01-28  Bruno Haible  <bruno@clisp.org>
38517
38518         * modules/c-ctype: New module.
38519         * MODULES.html.sh (func_all_modules): Add it.
38520
38521 2003-01-28  Bruno Haible  <bruno@clisp.org>
38522
38523         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
38524         Paul Eggert.
38525         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
38526         Paul Eggert.
38527
38528 2003-01-27  Bruno Haible  <bruno@clisp.org>
38529
38530         * modules/xsetenv: New module.
38531         * MODULES.html.sh (func_all_modules): Add it.
38532
38533 2003-01-27  Bruno Haible  <bruno@clisp.org>
38534
38535         * lib/xsetenv.h: New file, from GNU gettext.
38536         * lib/xsetenv.c: New file, from GNU gettext.
38537
38538 2003-01-23  Jim Meyering  <jim@meyering.net>
38539
38540         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
38541         from working on systems without dirfd (at least Irix and OSF1/Tru64).
38542
38543 2003-01-23  Bruno Haible  <bruno@clisp.org>
38544
38545         * modules/minmax: New module.
38546         * MODULES.html.sh (func_all_modules): Add it.
38547
38548 2003-01-23  Bruno Haible  <bruno@clisp.org>
38549
38550         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
38551         Eggert.
38552
38553 2003-01-22  Bruno Haible  <bruno@clisp.org>
38554
38555         * modules/exit: New module.
38556         * MODULES.html.sh (func_all_modules): Add it.
38557
38558 2003-01-22  Bruno Haible  <bruno@clisp.org>
38559
38560         * lib/exit.h: New file, from GNU gettext.
38561
38562 2003-01-19  Bruno Haible  <bruno@clisp.org>
38563
38564         * gnulib-tool: Recognize option --extract-maintainer.
38565         (func_get_maintainer): New function.
38566         * modules/*: Add Maintainer entry.
38567
38568 2003-01-16  Jim Meyering  <jim@meyering.net>
38569
38570         * m4/regex.m4: The `regex' struct is both input and output.
38571         Initialize it before each use.  Patch by Tim Waugh.
38572
38573 2003-01-16  Bruno Haible  <bruno@clisp.org>
38574
38575         * MODULES.html.sh: Add a table of contents. Add the module name as
38576         leftmost column. Add hyperlinks.
38577
38578 2003-01-15  Bruno Haible  <bruno@clisp.org>
38579
38580         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
38581
38582 2003-01-15  Bruno Haible  <bruno@clisp.org>
38583
38584         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
38585         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
38586         suffix.
38587
38588 2003-01-15  Bruno Haible  <bruno@clisp.org>
38589
38590         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
38591
38592 2003-01-15  Bruno Haible  <bruno@clisp.org>
38593
38594         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
38595         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
38596
38597 2003-01-14  Jim Meyering  <jim@meyering.net>
38598
38599         * lib/same.c (same_name): Tweak a comment.
38600
38601 2003-01-14  Bruno Haible  <bruno@clisp.org>
38602
38603         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
38604         when a string comparison is sufficient.
38605
38606 2003-01-14  Bruno Haible  <bruno@clisp.org>
38607
38608         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
38609         'unsigned int'.
38610
38611 2003-01-14  Bruno Haible  <bruno@clisp.org>
38612
38613         * lib/hash-pjw.c: Add comment about low quality of this function.
38614
38615 2003-01-13  Bruno Haible  <bruno@clisp.org>
38616
38617         * modules/stpcpy: Distribute lib/stpcpy.h.
38618         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
38619
38620 2003-01-13  Bruno Haible  <bruno@clisp.org>
38621
38622         * modules/*: Add a description.
38623         * modules/strpbrk: Fix Makefile.am snippet.
38624         * modules/strtoimax: Fix dependencies.
38625         * modules/strtoumax: Likewise.
38626
38627 2003-01-13  Bruno Haible  <bruno@clisp.org>
38628
38629         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
38630         * modules/alloca (Makefile.am): All object files depend on alloca.h.
38631         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
38632
38633 2003-01-13  Bruno Haible  <bruno@clisp.org>
38634
38635         * gnulib-tool (func_create_testdir): Store config/* files in the main
38636         directory.
38637         * config.rpath: Move to ...
38638         * config/config.rpath: ... here.
38639         * modules/gettext: Contains config/config.rpath, not config.rpath.
38640         * modules/iconv: Likewise.
38641
38642 2003-01-12  Paul Eggert  <eggert@twinsun.com>
38643
38644         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
38645         to avoid collisions with libcurses and libreadline.
38646
38647         * m4/getstr.m4: Remove.
38648         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
38649
38650 2003-01-12  Paul Eggert  <eggert@twinsun.com>
38651
38652         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
38653         to avoid collisions with libcurses and libreadline.
38654
38655         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
38656         * lib/getstr.h, getstr.c: Remove.
38657         * lib/getline.c: Include "getline.h", to check interface.
38658         Move body of old getstr.c here: this defines MIN_CHUNK and
38659         declares getdelim2, which is renamed from getstr.
38660         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
38661
38662         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
38663         All uses changed.
38664         * lib/linebuffer.h: Likewise.
38665         (readline): Remove backward-compatibility macro.
38666
38667 2003-01-12  Paul Eggert  <eggert@twinsun.com>
38668
38669         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
38670         to avoid collisions with libcurses and libreadline.
38671         * getstr: Remove.
38672         * MODULES.html.sh: Remove getstr.
38673         * modules/getline: Depend on unlocked-io, not getstr.
38674
38675 2003-01-12  Jim Meyering  <jim@meyering.net>
38676
38677         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
38678
38679 2003-01-10  Bruno Haible  <bruno@clisp.org>
38680
38681         * modules/alloca: Change Makefile.am requirements. Simplify Include
38682         requirements. Add lib/alloca_.h to file list.
38683
38684 2003-01-10  Bruno Haible  <bruno@clisp.org>
38685
38686         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
38687
38688 2003-01-10  Bruno Haible  <bruno@clisp.org>
38689
38690         * lib/alloca_.h: New file.
38691         * lib/getdate.y: Unconditionally include alloca.h.
38692         * lib/makepath.c: Likewise.
38693         * lib/setenv.c: Likewise.
38694         * lib/userspec.c: Likewise.
38695
38696 2003-01-09  Karl Berry  <karl@gnu.org>
38697
38698         * MODULES.html.sh: include `dirname $0` in PATH, to find
38699         gnulib-tool.
38700
38701 2003-01-09  Bruno Haible  <bruno@clisp.org>
38702
38703         * modules/stdbool: Change configure.ac, Makefile.am requirements.
38704         Simplify Include requirements. Add lib/stdbool.h.in to file list.
38705
38706 2003-01-09  Bruno Haible  <bruno@clisp.org>
38707
38708         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
38709
38710 2003-01-09  Bruno Haible  <bruno@clisp.org>
38711
38712         * lib/stdbool.h.in: New file.
38713
38714 2003-01-09  Bruno Haible  <bruno@clisp.org>
38715
38716         * gnulib-tool (func_all_modules): Ignore files ending in ~.
38717         * MODULES.html.sh: Likewise.
38718
38719 2003-01-08  Jim Meyering  <jim@meyering.net>
38720
38721         * lib/full-write.c: Undefine and define-away `const' after inclusion
38722         of errno.h, not before.  Suggestion from Bruno Haible.
38723
38724 2003-01-08  Bruno Haible  <bruno@clisp.org>
38725
38726         * modules/full-read: Depend on full-write.
38727
38728 2003-01-08  Bruno Haible  <bruno@clisp.org>
38729
38730         * lib/safe-read.c: Include specification header first, to ensure its
38731         selfcontainedness.
38732         * lib/full-write.c: Likewise.
38733
38734 2003-01-07  Jim Meyering  <jim@meyering.net>
38735
38736         * lib/full-write.c: Rework so that it may serve to define full_read,
38737         too.
38738         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
38739
38740 2003-01-07  Bruno Haible  <bruno@clisp.org>
38741
38742         * lib/strtoimax.c: Include <stdint.h> as an alternative to
38743         <inttypes.h>.
38744         * lib/xstrtol.h: Likewise.
38745         * lib/xstrtoimax.c: Likewise.
38746         * lib/xstrtoumax.c: Likewise.
38747         * lib/human.h: Likewise.
38748
38749         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
38750         on systems that have <inttypes.h> but not <stdint.h>.
38751
38752 2003-01-07  Bruno Haible  <bruno@clisp.org>
38753
38754         * MODULES.html.sh: Add copyright notice.
38755         (missed_files): Omit CVS directory entries.
38756         (func_module): Make it work with sed-3.02.
38757         * MODULES.txt: Remove file.
38758
38759 2003-01-06  Jim Meyering  <jim@meyering.net>
38760
38761         * lib/version-etc.c: Update year in translatable copyright string.
38762
38763 2003-01-03  Karl Berry  <karl@gnu.org>
38764
38765         * config/config.{guess,sub}: update from prep.
38766
38767 2003-01-02  Karl Berry  <karl@gnu.org>
38768
38769         * doc/COPYING.DOC: belatedly updated to 1.2.
38770
38771 2003-01-01  Karl Berry  <karl@gnu.org>
38772
38773         * gnulib-tool (func_verify_module): report module name $module in
38774         error message, not $1.
38775         * gnulib-tool (create-testdir): don't complain if destdir couldn't
38776         be created, only if it doesn't exist.
38777         * gnulib-tool (last_checkin_date): don't expand the $Date here.
38778
38779 2002-12-31  Paul Eggert  <eggert@twinsun.com>
38780
38781         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
38782
38783 2002-12-31  Paul Eggert  <eggert@twinsun.com>
38784
38785         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
38786         memcmp if strcoll doesn't work.
38787
38788 2002-12-31  Bruno Haible  <bruno@clisp.org>
38789
38790         * lib/utime.c (utime_null): No need to call ftruncate if the file was
38791         nonempty.
38792
38793 2002-12-31  Bruno Haible  <bruno@clisp.org>
38794
38795         * lib/memcoll.c (STRCOLL): New macro.
38796         (memcoll): Use it.
38797
38798 2002-12-31  Bruno Haible  <bruno@clisp.org>
38799
38800         * lib/localcharset.h: New file.
38801         * lib/localcharset.c: Include it.
38802         * lib/unicodeio.c: Likewise.
38803
38804 2002-12-31  Bruno Haible  <bruno@clisp.org>
38805
38806         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
38807         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
38808
38809 2002-12-31  Bruno Haible  <bruno@clisp.org>
38810
38811         * lib/getline.h: Include <stddef.h>, for size_t.
38812
38813         * lib/unicodeio.h: Include <stddef.h>, for size_t.
38814         * lib/unicodeio.c: Don't include <stddef.h>.
38815
38816 2002-12-31  Bruno Haible  <bruno@clisp.org>
38817
38818         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
38819         HAVE_TM_ZONE.
38820
38821 2002-12-24  Karl Berry  <karl@gnu.org>
38822
38823         * config/config.guess: update from prep.
38824
38825 2002-12-24  Bruno Haible  <bruno@clisp.org>
38826
38827         General infrasructure.
38828         * m4/README: Rewritten.
38829         * m4/onceonly.m4: New file.
38830         * m4/onceonly_2_57.m4: New file.
38831
38832         Module atexit.
38833         * m4/atexit.m4: New file.
38834
38835         Module strtod.
38836         * m4/strtod.m4: New file.
38837
38838         Module strtol.
38839         * m4/strtol.m4: New file.
38840
38841         Module strtoul.
38842         * m4/strtoul.m4: New file.
38843
38844         Module memchr.
38845         * m4/memchr.m4: New file.
38846
38847         Module memcmp.
38848         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
38849         (jm_FUNC_MEMCMP): Invoke it.
38850
38851         Module memcpy.
38852         * m4/memcpy.m4: New file.
38853
38854         Module memmove.
38855         * m4/memmove.m4: New file.
38856
38857         Module memset.
38858         * m4/memset.m4: New file.
38859
38860         Module strcspn.
38861         * m4/strcspn.m4: New file.
38862
38863         Module strpbrk.
38864         * m4/strpbrk.m4: New file.
38865
38866         Module strstr.
38867         * m4/strstr.m4: New file.
38868
38869         Module strerror.
38870         * m4/strerror.m4: New file.
38871
38872         Module mktime.
38873         * m4/mktime.m4: Renamed from jm-mktime.m4.
38874         (gl_PREREQ_MKTIME): New macro.
38875         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
38876
38877         Module malloc.
38878         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
38879         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
38880         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
38881
38882         Module realloc.
38883         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
38884         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
38885         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
38886
38887         Module strftime.
38888         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
38889         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
38890         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
38891         gl_TM_GMTOFF.
38892         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
38893
38894         Module xalloc.
38895         * m4/xalloc.m4: New file.
38896
38897         Module alloca.
38898         * m4/alloca.m4: New file.
38899
38900         Module putenv.
38901         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
38902         (jm_FUNC_PUTENV): Invoke it.
38903
38904         Module setenv.
38905         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
38906         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
38907         when invoked twice.
38908         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
38909         gt_FUNC_SETENV.
38910
38911         Module memrchr.
38912         * m4/memrchr.m4: New file.
38913
38914         Module stpcpy.
38915         * m4/stpcpy.m4: New file.
38916
38917         Module strcase.
38918         * m4/strcase.m4: New file.
38919
38920         Module strdup.
38921         * m4/strdup.m4: New file.
38922
38923         Module strnlen.
38924         * m4/strnlen.m4: New file.
38925
38926         Module strndup.
38927         * m4/strndup.m4: New file.
38928
38929         Module xstrtod.
38930         * m4/xstrtod.m4: New file.
38931
38932         Module xstrtol.
38933         * m4/xstrtol.m4: New file.
38934
38935         Module getdate.
38936         * m4/getdate.m4: New file.
38937
38938         Module unlocked-io.
38939         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
38940         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
38941         * m4/jm-glibc-io.m4n: Remove file.
38942
38943         Module long-options.
38944         * m4/long-options.m4: New file.
38945
38946         Module md5.
38947         * m4/md5.m4: New file.
38948
38949         Module sha.
38950         * m4/sha.m4: New file.
38951
38952         Module getstr.
38953         * m4/getstr.m4: New file.
38954
38955         Module getline.
38956         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
38957         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
38958         <sys/types.h>, for size_t. Use the function name gnu_getline, not
38959         simply getline. Infoke gl_PREREQ_GETLINE.
38960
38961         Module obstack.
38962         * m4/obstack.m4: New file.
38963
38964         Module hash.
38965         * m4/hash.m4: New file.
38966
38967         Module readtokens.
38968         * m4/readtokens.m4: New file.
38969
38970         Module strverscmp.
38971         * m4/strverscmp.m4: New file.
38972
38973         Module stdbool.
38974         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
38975         OSF/1.
38976
38977         Module strtoll.
38978         * m4/strtoll.m4: New file.
38979
38980         Module strtoull.
38981         * m4/strtoull.m4: New file.
38982
38983         Module strtoimax.
38984         * m4/strtoimax.m4: New file.
38985
38986         Module strtoumax.
38987         * m4/strtoumax.m4: New file.
38988
38989         Module xstrtoimax.
38990         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
38991         jm_AC_PREREQ_XSTRTOIMAX.
38992         Moved the strtol prerequisites to strtol.m4.
38993         Moved the strtoll prerequisites to strtoll.m4.
38994         Moved the strtoimax prerequisites to strtoimax.m4.
38995
38996         Module xstrtoumax.
38997         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
38998         jm_AC_PREREQ_XSTRTOUMAX.
38999         Moved the strtoul prerequisites to strtoul.m4.
39000         Moved the strtoull prerequisites to strtoull.m4.
39001         Moved the strtoumax prerequisites to strtoumax.m4.
39002
39003         Module chown.
39004         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
39005         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
39006
39007         Module dup2.
39008         * m4/dup2.m4: New file.
39009
39010         Module ftruncate.
39011         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
39012         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
39013
39014         Module getgroups.
39015         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
39016         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
39017
39018         Module gettimeofday.
39019         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
39020         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
39021         gl_PREREQ_GETTIMEOFDAY.
39022
39023         Module mkdir.
39024         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
39025         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
39026
39027         Module mkstemp.
39028         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
39029         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
39030         jm_AC_TYPE_UINTMAX_T.
39031         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
39032
39033         Module stat.
39034         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
39035         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
39036
39037         Module lstat.
39038         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
39039         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
39040
39041         Module timespec.
39042         * m4/timespec.m4 (gl_TIMESPEC): New macro.
39043         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
39044         * m4/st_mtim.m4: Indentation.
39045
39046         Module nanosleep.
39047         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
39048         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
39049         gl_PREREQ_NANOSLEEP.
39050
39051         Module regex.
39052         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
39053         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
39054         (gl_REGEX): New macro.
39055
39056         Module rename.
39057         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
39058         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
39059
39060         Module rmdir.
39061         * m4/rmdir.m4: New file.
39062
39063         Module utime.
39064         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
39065         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
39066         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
39067
39068         Module dirname.
39069         * m4/dirname.m4: New file.
39070
39071         Module getopt.
39072         * m4/getopt.m4: New file.
39073
39074         Module unistd-safer.
39075         * m4/unistd-safer.m4: New file.
39076
39077         Module fnmatch.
39078         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
39079         declaration.
39080         (gl_PREREQ_FNMATCH_EXTRA): New macro.
39081         (gl_FUNC_FNMATCH_POSIX): New macro.
39082         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
39083         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
39084         simply fnmatch.
39085
39086         Module exclude.
39087         * m4/exclude.m4: New file.
39088
39089         Module human.
39090         * m4/human.m4: New file.
39091
39092         Module acl.
39093         * m4/acl.m4: Nop.
39094
39095         Module backupfile.
39096         * m4/backupfile.m4: New file.
39097         * m4/d-ino.m4: Indentation.
39098
39099         Module fsusage.
39100         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
39101         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
39102         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
39103
39104         Module dirfd.
39105         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
39106         requirements.
39107
39108         Module euidaccess.
39109         * m4/euidaccess.m4: New file.
39110
39111         Module file-type.
39112         * m4/file-type.m4: New file.
39113
39114         Module fileblocks.
39115         * m4/fileblocks.m4: New file.
39116
39117         Module filemode.
39118         * m4/filemode.m4: New file.
39119
39120         Module isdir.
39121         * m4/isdir.m4: New file.
39122
39123         Module lchown.
39124         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
39125         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
39126
39127         Module makepath.
39128         * m4/makepath.m4: New file.
39129
39130         Module modechange.
39131         * m4/modechange.m4: New file.
39132
39133         Module mountlist.
39134         * m4/mountlist.m4: New file.
39135         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
39136         Indentation.
39137
39138         Module path-concat.
39139         * m4/path-concat.m4: New file.
39140
39141         Module pathmax.
39142         * m4/pathmax.m4: New file.
39143
39144         Module same.
39145         * m4/same.m4: New file.
39146
39147         Module save-cwd.
39148         * m4/save-cwd.m4: New file.
39149
39150         Module savedir.
39151         * m4/savedir.m4: New file.
39152
39153         Module xgetcwd.
39154         * m4/xgetcwd.m4: New file.
39155         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
39156
39157         Module xreadlink.
39158         * m4/xreadlink.m4: New file.
39159
39160         Module safe-read.
39161         * m4/safe-read.m4: New file.
39162
39163         Module safe-write.
39164         * m4/safe-write.m4: New file.
39165
39166         Module closeout.
39167         * m4/closeout.m4: New file.
39168
39169         Module stdio-safer.
39170         * m4/stdio-safer.m4: New file.
39171
39172         Module getpass.
39173         * m4/getpass.m4: New file.
39174
39175         Module getugroups.
39176         * m4/getugroups.m4: New file.
39177
39178         Module group-member.
39179         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
39180         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
39181
39182         Module idcache.
39183         * m4/idcache.m4: New file.
39184
39185         Module userspec.
39186         * m4/userspec.m4: New file.
39187
39188         Module gettime.
39189         * m4/clock_time.m4: New file.
39190         * m4/gettime.m4: New file.
39191
39192         Module settime.
39193         * m4/settime.m4: New file.
39194
39195         Module posixtm.
39196         * m4/posixtm.m4: New file.
39197
39198         Module gethostname.
39199         * m4/gethostname.m4: New file.
39200
39201         Module canon-host.
39202         * m4/canon-host.m4: New file.
39203
39204         Module gettext.
39205         * m4/codeset.m4: New file, from gettext-0.11.5.
39206         * m4/gettext.m4: New file, from gettext-0.11.5.
39207         * m4/glibc21.m4: New file, from gettext-0.11.5.
39208         * m4/iconv.m4: New file, from gettext-0.11.5.
39209         * m4/intdiv0.m4: New file, from gettext-0.11.5.
39210         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
39211         * m4/inttypes.m4: New file, from gettext-0.11.5.
39212         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
39213         * m4/isc-posix.m4: New file, from gettext-0.11.5.
39214         * m4/lcmessage.m4: New file, from gettext-0.11.5.
39215         * m4/lib-ld.m4: New file, from gettext-0.11.5.
39216         * m4/lib-link.m4: New file, from gettext-0.11.5.
39217         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
39218         * m4/progtest.m4: New file, from gettext-0.11.5.
39219         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
39220         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
39221         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
39222
39223         Module localcharset.
39224         * m4/localcharset.m4: New file.
39225
39226         Module hard-locale.
39227         * m4/hard-locale.m4: New file.
39228
39229         Module mbswidth.
39230         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
39231         onceonly macros.
39232         * m4/mbrtowc.m4: Add comment.
39233
39234         Module memcasecmp.
39235         * m4/memcasecmp.m4: New file.
39236
39237         Module memcoll.
39238         * m4/memcoll.m4: New file.
39239
39240         Module unicodeio.
39241         * m4/unicodeio.m4: New file.
39242
39243         Module rpmatch.
39244         * m4/rpmatch.m4: New file.
39245
39246         Module yesno.
39247         * m4/yesno.m4: New file.
39248
39249         Module exitfail.
39250         * m4/exitfail.m4: New file.
39251
39252         Module c-stack.
39253         * m4/c-stack.m4 (gl_C_STACK): New macro.
39254         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
39255
39256         Module error.
39257         * m4/error.m4 (gl_ERROR): New macro.
39258         (jm_PREREQ_ERROR): Use onceonly macros.
39259
39260         Module fatal.
39261         * m4/fatal.m4: New file.
39262
39263         Module getloadavg.
39264         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
39265         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
39266
39267         Module getpagesize.
39268         * m4/getpagesize.m4: New file.
39269
39270         Module getusershell.
39271         * m4/getusershell.m4: New file.
39272
39273         Module physmem.
39274         * m4/physmem.m4: New file.
39275
39276         Module posixver.
39277         * m4/posixver.m4: New file.
39278
39279         Module quotearg.
39280         * m4/quotearg.m4: New file.
39281
39282         Module quote.
39283         * m4/quote.m4: New file.
39284
39285         Module readutmp.
39286         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
39287
39288         Module sig2str.
39289         * m4/sig2str.m4: New file.
39290
39291         Other.
39292         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
39293         ulonglong.m4.
39294         * m4/intmax_t.m4: New file.
39295         * m4/d-type.m4: Indentation.
39296         * m4/jm-macros.m4: Update.
39297         * m4/prereq.m4 (jm_PREREQ): Update.
39298         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
39299         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
39300         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
39301         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
39302         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
39303         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
39304         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
39305         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
39306         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
39307         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
39308         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
39309         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
39310         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
39311         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
39312         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
39313         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
39314         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
39315         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
39316         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
39317
39318 2002-12-24  Bruno Haible  <bruno@clisp.org>
39319
39320         * MODULES.txt: Update according to m4/ changes.
39321
39322         Module gettext.
39323         * config.rpath: New file, from gettext-0.11.5.
39324
39325         * modules/*: New module descriptions.
39326         * gnulib-tool: New file.
39327         * MODULES.html.sh: New file.
39328
39329 2002-12-21  Karl Berry  <karl@gnu.org>
39330
39331         * doc/fdl.texi: update to version 1.2.
39332
39333 2002-12-19  Karl Berry  <karl@gnu.org>
39334
39335         * config/config.guess: update from prep.
39336
39337 2002-12-18  Bruno Haible  <bruno@clisp.org>
39338
39339         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
39340         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
39341
39342 2002-12-17  Bruno Haible  <bruno@clisp.org>
39343
39344         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
39345         stdlib.h, string.h.
39346
39347 2002-12-17  Bruno Haible  <bruno@clisp.org>
39348
39349         * lib/canon-host.c (strdup): Remove unused declaration.
39350
39351         * lib/fsusage.c: Include full_read.h.
39352         (get_fs_usage): Use full_read instead of safe_read.
39353
39354         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
39355
39356 2002-12-12  Karl Berry  <karl@gnu.org>
39357
39358         * config/config.guess: update from prep.
39359
39360 2002-12-11  Bruno Haible  <bruno@clisp.org>
39361
39362         * m4/setenv.m4: New file, from gettext-0.11.5.
39363
39364 2002-12-11  Bruno Haible  <bruno@clisp.org>
39365
39366         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
39367         not unsetenv().
39368         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
39369         modifications:
39370
39371         2002-12-11  Bruno Haible  <bruno@clisp.org>
39372
39373                 * setenv.c (alloca): Fall back to malloc.
39374                 (freea): New macro.
39375                 (setenv): Use freea() to free memory allocated with alloca().
39376
39377         2002-11-13  Bruno Haible  <bruno@clisp.org>
39378
39379                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
39380                 function declarations.
39381                 * unsetenv.c (unsetenv): Likewise.
39382
39383         2002-03-04  Bruno Haible  <bruno@clisp.org>
39384
39385                 Portability to AIX 4.3.3.
39386                 * unsetenv.c: New file, extracted from setenv.c.
39387                 * setenv.c: Move the unsetenv() function to unsetenv.c.
39388
39389         2001-12-20  Bruno Haible  <bruno@clisp.org>
39390
39391                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
39392                 use malloc instead. For SunOS 4.
39393
39394         2001-12-11  Bruno Haible  <bruno@clisp.org>
39395
39396                 * setenv.c: Declare alloca.
39397                 (compar_fn_t): New typedef.
39398                 (KNOWN_VALUE, STORE_VALUE): Use it.
39399
39400         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
39401         setenv.h.
39402
39403 2002-12-10  Paul Eggert  <eggert@twinsun.com>
39404
39405         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
39406         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
39407         Choose values that are less likely to collide with system fnmatch
39408         options.
39409         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
39410         defined (e.g., a pure POSIX system).
39411         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
39412         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
39413
39414 2002-12-06  Paul Eggert  <eggert@twinsun.com>
39415
39416         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
39417         a pain in practice to deal with generated m4 files.  This change
39418         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
39419
39420         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
39421         and jm-glibc-io.m4, as they are no longer a special case.
39422         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
39423         kludge and the auto-generation stuff.  Check only whether the
39424         functions are declared, not whether they exist, since older hosts
39425         that don't declare the functions can't use the optimization anyway.
39426
39427 2002-12-06  Jim Meyering  <jim@meyering.net>
39428
39429         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
39430
39431         Merge in changes from libc's misc/error.c, in preparation
39432         for the merge of gnulib's changes back into libc.
39433
39434         * lib/error.c (_): Define only if not already defined.
39435         Move definition to follow all #include directives.
39436         Include unlocked-io.h only if !_LIBC.
39437         [_LIBC]: Include <libio/libioP.h>.
39438         [USE_IN_LIBIO]: Include <libio/iolibio.h>
39439         (fflush): Tweak definition to use INTUSE.
39440         (putc): Define.
39441
39442 2002-12-05  Paul Eggert  <eggert@twinsun.com>
39443
39444         * lib/alloca.c [defined emacs]: Include "lisp.h".
39445         (xalloc_die) [defined emacs]: New macro.
39446         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
39447         [! defined emacs]: Include <xalloc.h>.
39448         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
39449         (pointer): Typedef to POINTER_TYPE *.
39450         (malloc): Remove decl; we now always use xmalloc.
39451         (alloca): Use old-style definition, since Emacs needs this.
39452         Check for arithmetic overflow when computing combined size.
39453
39454 2002-12-04  Paul Eggert  <eggert@twinsun.com>
39455
39456         Do not generate unlocked-io.h automatically, since it's easier to
39457         maintain it by hand.
39458
39459         * lib/unlocked-io.h: New file, from GNU diffutils,
39460         but with proper copyright notice and attribution.
39461         * lib/gen-uio: Remove.
39462         * lib/Makefile.am: Add copyright notice.
39463         (libfetish_a_SOURCES): Add unlocked-io.h.
39464         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
39465         (DISTCLEANFILES, io_functions): Remove macros.
39466         (EXTRA_DIST): Remove gen_uio.
39467         (unlocked-io.h): Remove rule.
39468
39469 2002-12-04  Jim Meyering  <jim@meyering.net>
39470
39471         Reflect the fact that stat.c and lstat.c are no longer generated.
39472         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
39473         (DISTCLEANFILES): Likewise.
39474         (EXTRA_DIST): Likewise.
39475         (all_local): Don't depend on stat.c or lstat.c.
39476         (stat.c, lstat.c): Remove rules.
39477         (EXTRA_DIST): Remove xstat.in.
39478
39479         * lib/xstat.in: Remove file.  Contents moved into stat.c.
39480         * lib/stat.c: New file.  Contents mostly from xstat.in.
39481         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
39482         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
39483
39484         * lib/safe-read.c: Rework so that it may serve to define safe_write,
39485         too.
39486         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
39487
39488 2002-12-03  Jim Meyering  <jim@meyering.net>
39489
39490         * lib/safe-read.c, safe-write.c: Change variable names and comments,
39491         but not semantics, to minimize the differences between these two files.
39492         (safe_read): Change comment to mention SAFE_READ_ERROR.
39493
39494         * lib/safe-read.c (IS_EINTR): Define.
39495         (safe_read): Use IS_EINTR in place of in-function cpp directives.
39496
39497 2002-12-02  Jim Meyering  <jim@meyering.net>
39498
39499         * lib/safe-read.c (EINTR): Define.
39500         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
39501         (INT_MAX): Provide fallback.
39502         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
39503
39504         * lib/safe-read.h (SAFE_READ_ERROR): Define.
39505
39506 2002-12-02  Bruno Haible  <bruno@clisp.org>
39507
39508         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
39509         Define, taken from safe-read.c.
39510         (INT_MAX): Provide fallback.
39511         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
39512         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
39513
39514         * lib/safe-read.c (EINTR): Remove definition.
39515         (safe_read): Don't use EINTR if it is absent.
39516
39517 2002-12-01  Jim Meyering  <jim@meyering.net>
39518
39519         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
39520         zero.
39521         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
39522
39523 2002-11-27  Paul Eggert  <eggert@twinsun.com>
39524
39525         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
39526         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
39527         with `if (! (value < limit)) abort ();', for readability.
39528
39529 2002-11-26  Karl Berry  <karl@gnu.org>
39530
39531         * lib/strdup.c: copy from libc again, with jim's ok.
39532         * lib/.cppi-disable: re-add strdup.c
39533
39534 2002-11-25  Karl Berry  <karl@gnu.org>
39535
39536         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
39537         instead of "strtol.c".
39538
39539 2002-11-25  Karl Berry  <karl@gnu.org>
39540
39541         * config/install-sh: update from automake for variable quoting, $0 in
39542         error msgs, etc.
39543
39544         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
39545         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
39546         entry.
39547
39548 2002-11-25  Jim Meyering  <jim@meyering.net>
39549
39550         * lib/mktime.c: Sync from libc, now that it has the latest fix.
39551
39552 2002-11-24  Karl Berry  <karl@gnu.org>
39553
39554         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
39555         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
39556
39557 2002-11-24  Jim Meyering  <jim@meyering.net>
39558
39559         Update from coreutils:
39560
39561         * lib/mktime.c: Merge in changes from libc.
39562
39563         Avoid a link-time failure on some Linux systems.
39564         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
39565         (otherwise).
39566         (__mon_yday): Declare with the STATIC attribute.
39567         (__mktime_internal): Likewise.
39568         Based on a report from Greg Schafer.
39569
39570 2002-11-23  Jim Meyering  <jim@meyering.net>
39571
39572         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
39573         Use `unsigned', not `int', as type of index.
39574
39575         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
39576
39577         * lib/fsusage.c: Remove unneeded parentheses around operands of
39578         `defined'.
39579
39580 2002-11-22  Paul Eggert  <eggert@twinsun.com>
39581
39582         * lib/quotearg.h: Allow multiple inclusion by surrounding with
39583         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
39584         so that we can be included first.
39585         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
39586         * lib/quotearg.c: Include quotearg.h immediately after config.h.
39587         No need to include stddef.h or sys/types.h any more.
39588         Surround local include files with "", not "<>".
39589         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
39590         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
39591         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
39592         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
39593         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
39594         (ISPRINT): Remove; no longer needed now that we assume C89.
39595
39596         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
39597         Preserve errno.
39598
39599         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
39600         quotearg_char): Use SIZE_MAX rather than
39601         (size_t) -1 when we are talking about "infinity".
39602
39603         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
39604
39605 2002-11-22  Paul Eggert  <eggert@twinsun.com>
39606
39607         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
39608         hint that one should use `if (! x) abort ();' rather than `assert
39609         (x);', and anyway it's one less thing to worry about configuring.
39610         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
39611         hash_rehash, hash_insert): Use abort rather than assert.
39612
39613 2002-11-22  Bruno Haible  <bruno@clisp.org>
39614
39615         * lib/safe-read.h: Assume C89. Add comments.
39616         (safe_read): Change return type to size_t.
39617         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
39618         byte counts > SSIZE_MAX correctly.
39619         * lib/safe-write.h: New file.
39620         * lib/safe-write.c: New file.
39621         * lib/full-read.h: New file.
39622         * lib/full-read.c: New file.
39623         * lib/full-write.h: Assume C89. Add comments.
39624         * lib/full-write.c: Include safe-write.h.
39625         (full_write): Rewritten to use safe_write.
39626         Suggested by Jim Meyering and Paul Eggert.
39627
39628 2002-11-21  Jim Meyering  <jim@meyering.net>
39629
39630         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
39631
39632         Merge in changes from the coreutils.
39633
39634         2002-09-25  Paul Eggert  <eggert@twinsun.com>
39635         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
39636         <stdint.h>.
39637         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
39638         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
39639         int.  Work more efficiently if X is the same width as uintmax_t.
39640         Do not compare X to -1, to avoid bogus compiler warning.
39641         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
39642         Don't assume that f_frsize and f_bsize are the same type.
39643
39644         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
39645         warning on FreeBSD.
39646
39647         * lib/makepath.c (make_path): Restore umask *before* creating the final
39648         component.
39649         (make_path): Minor reformatting.
39650
39651         * lib/xmalloc.c: Adjust to work with new autoconf macros,
39652         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
39653         HAVE_MALLOC/HAVE_REALLOC.
39654
39655         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
39656         dummy ones.  At least on GNU/Linux systems, `auto' means something
39657         else.
39658         From Michael Stone.
39659
39660 2002-11-21  Bruno Haible  <bruno@clisp.org>
39661
39662         Remove case insensitive option matching.
39663         * lib/argmatch.h (argcasematch): Remove declaration.
39664         (ARGCASEMATCH): Remove macro.
39665         (__xargmatch_internal): Remove case_sensitive argument.
39666         (XARGMATCH): Update.
39667         (XARGCASEMATCH): Remove macro.
39668         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
39669         case_sensitive argument.
39670         (argcasematch): Remove function.
39671         (__xargmatch_internal): Remove case_sensitive argument.
39672         (main): Use XARGMATCH instead of XARGCASEMATCH.
39673
39674         * lib/xmalloc.c: Change compile-time error message. Add comment about
39675         required autoconf version.
39676
39677 2002-11-20  Paul Eggert  <eggert@twinsun.com>
39678
39679         Merge argmatch cleanups from Bison.  Assume C89.
39680
39681         * lib/argmatch.c: Include config.h here, not in argmatch.h.
39682         Include stdlib.h, for EXIT_FAILURE.
39683         Always include <string.h>, since we assume C89.
39684         (EXIT_FAILURE): Remove pre-C89 bug workaround.
39685         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
39686         Include <stddef.h> instead, since it's all we need for size_t.
39687         (PARAMS): Remove.  All uses removed.
39688         (ARRAY_CARDINALITY): Do not bother to #undef.
39689         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
39690         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
39691         Remove unnecessary parentheses.
39692         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
39693         Insert necessary parentheses.
39694         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
39695         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
39696
39697 2002-11-19  Bruno Haible  <bruno@clisp.org>
39698
39699         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
39700         * lib/mbswidth.h: Include <stddef.h>, for size_t.
39701
39702         * lib/mbswidth.h (PARAMS): Remove macro.
39703         (mbswidth, mbsnwidth): Use ANSI C function declarations.
39704         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
39705
39706         * lib/gcd.h (PARAMS): Remove macro.
39707         (gcd): Use ANSI C function declarations.
39708         * lib/gcd.c (gcd): Likewise.
39709
39710 2002-11-15  Bruno Haible  <bruno@clisp.org>
39711
39712         * lib/strcspn.c: Include <stddef.h>.
39713         (strcspn): Use ANSI C function declaration. Change return type to
39714         size_t. Use NULL.
39715         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
39716         (strpbrk): Use NULL.
39717         * lib/strpbrk.h (PARAMS): Remove macro.
39718         (strpbrk): Use ANSI C function declaration.
39719         * lib/strstr.c: Don't include <sys/types.h>.
39720         * lib/strstr.h (PARAMS): Remove macro.
39721         (strstr): Use ANSI C function declarations.
39722
39723 2002-11-14  Karl Berry  <karl@gnu.org>
39724
39725         * config/mkinstalldirs: `do' on separate line, instead of
39726         `for var; do'.
39727
39728 2002-11-06  Bruno Haible  <bruno@clisp.org>
39729
39730         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
39731         * lib/gcd.c (gcd): Likewise.
39732
39733 2002-11-05  Bruno Haible  <bruno@clisp.org>
39734
39735         * lib/gcd.h: New file, from gettext-0.11.5.
39736         * lib/gcd.c: New file, from gettext-0.11.5.
39737
39738 2002-11-05  Bruno Haible  <bruno@clisp.org>
39739
39740         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
39741         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
39742         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
39743         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
39744
39745         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
39746         <libintl.h>.
39747         * lib/makepath.c: Include gettext.h instead of <locale.h> and
39748         <libintl.h>.
39749
39750         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
39751         * lib/human.c: Include gettext.h instead of <libintl.h>.
39752         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
39753         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
39754         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
39755         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
39756         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
39757         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
39758         (textdomain): Remove definition.
39759         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
39760
39761         * lib/long-options.c: Remove include of <libintl.h> and definition of
39762         _.
39763         * lib/same.c: Remove include of <libintl.h> and definition of _.
39764
39765 2002-11-04  Owen Taylor  <otaylor@redhat.com>
39766
39767         * lib/config.charset: A few additions for Solaris.
39768
39769 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
39770
39771         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
39772         * lib/localcharset.c (locale_charset): Declare as extern "C".
39773
39774 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
39775
39776         * lib/config.charset: msdos in uk_UA uses CP1125.
39777
39778 2002-11-04  Bruno Haible  <bruno@clisp.org>
39779
39780         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
39781         * lib/strcase.h: New file, from GNU gettext-0.11.5.
39782         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
39783         * lib/strstr.h: New file, from GNU gettext-0.11.5.
39784         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
39785
39786 2002-11-04  Bruno Haible  <bruno@clisp.org>
39787
39788         * lib/localcharset.c (locale_charset): Don't return an empty string.
39789
39790 2002-11-04  Bruno Haible  <bruno@clisp.org>
39791
39792         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
39793         aliases.
39794
39795 2002-11-04  Bruno Haible  <bruno@clisp.org>
39796
39797         * lib/config.charset: Update for newest glibc. Add canonical names
39798         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
39799
39800 2002-11-04  Bruno Haible  <bruno@clisp.org>
39801
39802         * lib/config.charset: Add support for NetBSD.
39803
39804 2002-11-04  Bruno Haible  <bruno@clisp.org>
39805
39806         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
39807
39808 2002-11-01  Bruno Haible  <bruno@clisp.org>
39809
39810         * configure.in: Add AC_CONFIG_AUX_DIR call.
39811         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
39812         test/Makefile.
39813         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
39814
39815 2002-09-28  Karl Berry  <karl@gnu.org>
39816
39817         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
39818         installed automake until the next release, since changes have been
39819         made.
39820
39821 2002-09-25  Karl Berry  <karl@gnu.org>
39822
39823         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
39824         * lib/getopt*: copy from libc/posix.
39825         * lib/gettext.h: copy from gettext.
39826         * lib/.cppi-disable: add strdup.c, gettext.h.
39827
39828 2002-09-25  Karl Berry  <karl@gnu.org>
39829
39830         * config/srclist.txt: enable gettext.h check.
39831         * config/config.{guess,sub}: update from prep.
39832         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
39833                 from automake 1.6.3.
39834         See srclist*.
39835
39836 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
39837
39838         * regex.c (PATFETCH): Remove the translating fetch.
39839         (PATFETCH_RAW): Rename to PATFETCH.
39840         (set_image_of_range): New fun.
39841         (SET_RANGE_TABLE_WORK_AREA): Use it.
39842         (regex_compile): Don't translate the pattern chars so eagerly.
39843         Only do it when inserting an `exactn' bytecode or when handling
39844         a char-range.
39845         (mutually_exclusive_p): Avoid empty statement.
39846
39847 2002-07-06  Jim Meyering  <meyering@lucent.com>
39848
39849         * m4/README: Don't mention Makefile.am.in.
39850         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
39851
39852 2002-07-01  Jim Meyering  <meyering@lucent.com>
39853
39854         * lib/c-stack.c: Include sys/time.h.
39855         From Volker Borchert.
39856
39857 2002-06-26  Paul Eggert  <eggert@twinsun.com>
39858
39859         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
39860
39861 2002-06-26  Paul Eggert  <eggert@twinsun.com>
39862
39863         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
39864         New macro.  Use it uniformly instead of
39865         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
39866         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
39867         reported by Vin Shelton.
39868
39869 2002-06-22  Paul Eggert  <eggert@twinsun.com>
39870
39871         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
39872         Do not assume SA_SIGINFO behavior.
39873         Bug reported by Jim Meyering on NetBSD 1.5.2.
39874
39875 2002-06-22  Jim Meyering  <meyering@lucent.com>
39876
39877         * m4/c-stack.m4: New file, from diffutils-2.8.2.
39878         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
39879
39880         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
39881         now that configure.ac uses AC_GNU_SOURCE.
39882         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
39883         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
39884
39885         Update to latest tools.  Suggestions from Paul Eggert.
39886         * m4/stdbool.m4: New file, from diffutils-2.8.2.
39887         * m4/gnu-source.m4: Update from diffutils-2.8.2.
39888         * m4/fnmatch.m4: Likewise.
39889         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
39890         to AC_HEADER_STDBOOL
39891
39892 2002-06-22  Jim Meyering  <meyering@lucent.com>
39893
39894         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
39895         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
39896
39897 2002-06-22  Jim Meyering  <meyering@lucent.com>
39898
39899         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
39900
39901         * lib/exitfail.c, exitfail.h: Likewise.
39902         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
39903
39904         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
39905         of fnmatch.h.
39906         (EXTRA_DIST): Add fnmatch_loop.c.
39907         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
39908
39909         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
39910         * lib/fnmatch.c: Update from diffutils-2.8.2.
39911         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
39912         * lib/fnmatch.h: Remove file.
39913
39914 2002-06-21  Jim Meyering  <meyering@lucent.com>
39915
39916         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
39917         * m4/mbrtowc.m4: Likewise.
39918
39919         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
39920         * m4/mbswidth.m4: Reflect name change:
39921         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
39922         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
39923
39924         * m4/lib-link.m4: Update from gettext-0.11.2.
39925         * m4/gettext.m4: Likewise.
39926
39927         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
39928         From Alfred M. Szmidt.
39929
39930 2002-06-18  Paul Eggert  <eggert@twinsun.com>
39931
39932         * lib/file-type.h: Report an error if neither S_ISREG nor
39933         S_IFREG is defined, instead of using a test specific to glibc
39934         2.2.  This should be safe, since POSIX requires S_ISREG and
39935         Unix Version 7 had S_IFREG.  We don't need to check for
39936         <sys/types.h> since we don't use any symbols that it defines.
39937
39938 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
39939
39940         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
39941         $@-t, so that each temporary file name is unique and valid in the first
39942         8 characters, for operation under DOS.
39943
39944 2002-06-15  Paul Eggert  <eggert@twinsun.com>
39945
39946         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
39947
39948 2002-06-15  Jim Meyering  <meyering@lucent.com>
39949
39950         Work even with DJGPP 2.03, which lacks support for symlinks.
39951         From Richard Dawe.
39952         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
39953         is defined.
39954         * lib/lchown.c (S_ISLNK): Likewise.
39955
39956 2002-06-15  Jim Meyering  <meyering@lucent.com>
39957
39958         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
39959         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
39960         have been included before this file.
39961
39962 2002-06-14  Jim Meyering  <meyering@lucent.com>
39963
39964         * lib/file-type.h: Use the version from diffutils-2.8.2.
39965         * lib/file-type.c: Likewise.
39966
39967 2002-06-07  Jim Meyering  <meyering@lucent.com>
39968
39969         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
39970         They're needed at least for NetBSD 1.5.2.
39971         ($statxfs_includes): Include those same headers.
39972         ($statxfs_includes): Include sys/vfs.h if available.
39973         ($statxfs_includes): Likewise for sys/statvfs.h.
39974         Check for the following members in both structs statfs and statvfs:
39975         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
39976
39977 2002-06-01  Jim Meyering  <meyering@lucent.com>
39978
39979         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
39980         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
39981
39982 2002-05-28  Jim Meyering  <meyering@lucent.com>
39983
39984         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
39985         Reported by Volker Borchert.
39986
39987 2002-05-27  Jim Meyering  <meyering@lucent.com>
39988
39989         Fix a problem seen only on nonconforming systems whereby ls.c's
39990         use of localtime, and then of gettimeofday would cause trouble:
39991         the localtime call used to initialize rpl_gettimeofday's save
39992         mechanism would clobber ls's current local time information so
39993         that in any long listing the first file would always be listed
39994         with date 1970-01-01.  Analysis by Volker Borchert.
39995
39996         * lib/gettimeofday.c (localtime): Undefine.
39997         (rpl_localtime): New function.
39998
39999 2002-05-27  Jim Meyering  <meyering@lucent.com>
40000
40001         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
40002         localtime.
40003
40004         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
40005         use the replacement function; it wouldn't resolve at link time.
40006         Reported by Volker Borchert.
40007
40008 2002-05-22  Jim Meyering  <meyering@lucent.com>
40009
40010         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
40011         file-type.h.
40012         * lib/file-type.h: New file.
40013         * lib/file-type.c (file_type): New file/function.  Extracted from
40014         diffutils.
40015
40016 2002-04-30  Jim Meyering  <meyering@lucent.com>
40017
40018         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
40019
40020 2002-04-29  Paul Eggert  <eggert@twinsun.com>
40021
40022         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
40023
40024 2002-04-29  Paul Eggert  <eggert@twinsun.com>
40025
40026         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
40027         Do not check for alloca.h (no longer used) or stdbool.h (was never
40028         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
40029
40030 2002-04-29  Paul Eggert  <eggert@twinsun.com>
40031
40032         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
40033
40034 2002-04-29  Jim Meyering  <meyering@lucent.com>
40035
40036         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
40037         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
40038         Use AC_FUNC_STRNLEN here instead.
40039
40040         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
40041         With autoconf-2.53a, it's part of AC_PROG_CC.
40042
40043 2002-04-28  Paul Eggert  <eggert@twinsun.com>
40044
40045         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
40046         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
40047
40048 2002-04-28  Paul Eggert  <eggert@twinsun.com>
40049
40050         * lib/sig2str.h, lib/sig2str.c: New files.
40051         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
40052
40053 2002-04-28  Paul Eggert  <eggert@twinsun.com>
40054
40055         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
40056         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
40057         of 127, since 64 is the largest conceivable number for ancient
40058         nonstandard hosts.
40059         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
40060
40061 2002-04-28  Jim Meyering  <meyering@lucent.com>
40062
40063         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
40064
40065 2002-04-24  Jim Meyering  <meyering@lucent.com>
40066
40067         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
40068         (jm_PREREQ): Use it.
40069
40070         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
40071         mach/mach.h fcntl.h.
40072         Check for this function: setlocale.
40073
40074 2002-04-24  Jim Meyering  <meyering@lucent.com>
40075
40076         * lib/gettext.h: New file, from Gettext.
40077         * lib/Makefile.am (INCLUDES): Remove -I../intl.
40078         (libfetish_a_SOURCES): Add gettext.h.
40079
40080 2002-04-16  Jim Meyering  <meyering@lucent.com>
40081
40082         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
40083         ut_pid, ut_id, ut_exit.
40084
40085 2002-04-16  Jim Meyering  <meyering@lucent.com>
40086
40087         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
40088         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
40089         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
40090
40091 2002-04-12  Jim Meyering  <meyering@lucent.com>
40092
40093         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
40094         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
40095         existence of the getmntinfo function.  Needed for Darwin 5.3.
40096
40097         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
40098         This is necessary at least on Darwin 5.3.
40099
40100         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
40101         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
40102         strnlen.o in the library, and that makes some versions of ranlib
40103         object.
40104
40105 2002-04-12  Jim Meyering  <meyering@lucent.com>
40106
40107         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
40108
40109 2002-04-09  Jim Meyering  <meyering@lucent.com>
40110
40111         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
40112         to be more precise.  Rather than saying we're checking whether the
40113         function `works', say what we're testing.
40114         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
40115         Reported by Bruno Haible.
40116
40117 2002-03-10  Jim Meyering  <meyering@lucent.com>
40118
40119         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
40120         Suggestion from Santiago Vila.
40121
40122 2002-03-08  Jim Meyering  <meyering@lucent.com>
40123
40124         * lib/rename.c: Mention that this wrapper is needed also on
40125         mips-dec-ultrix4.4 systems.
40126
40127 2002-03-02  Jim Meyering  <meyering@lucent.com>
40128
40129         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
40130         not HAVE_CLOCK_SETTIME.
40131
40132 2002-02-27  Paul Eggert  <eggert@twinsun.com>
40133
40134         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
40135         Check for clock_settime.
40136
40137 2002-02-27  Paul Eggert  <eggert@twinsun.com>
40138
40139         * lib/nanosleep.h: Rename to....
40140         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
40141
40142         * lib/gettime.c: New file.
40143         * lib/settime.c: New file.
40144         * lib/stime.c: Remove.
40145
40146         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
40147         timespec.h.  Remove nanosleep.h.
40148
40149 2002-02-25  Paul Eggert  <eggert@twinsun.com>
40150
40151         * m4/acl.m4: New file.
40152         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
40153         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
40154
40155 2002-02-25  Paul Eggert  <eggert@twinsun.com>
40156
40157         * lib/acl.c, lib/acl.h: New files.
40158         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
40159
40160 2002-02-24  Jim Meyering  <meyering@lucent.com>
40161
40162         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
40163         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
40164         cause trouble.  Reported by Nelson Beebe.
40165
40166 2002-02-23  Paul Eggert  <eggert@twinsun.com>
40167
40168         * lib/path-concat.c (xpath_concat): Reorder code to pacify
40169         compilers that don't know that xalloc_die never returns.
40170
40171 2002-02-20  Jim Meyering  <meyering@lucent.com>
40172
40173         * lib/getdate.c: Regenerate using bison-1.33.
40174
40175 2002-02-17  Jim Meyering  <meyering@lucent.com>
40176
40177         * config/config.guess (main): Don't use `head -1'; it's no longer
40178         portable. Use `sed 1q' instead.
40179
40180 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
40181
40182         * m4/codeset.m4: Upgrade to gettext-0.11.
40183         * m4/gettext.m4: Upgrade to gettext-0.11.
40184         * m4/glibc21.m4: Upgrade to gettext-0.11.
40185         * m4/iconv.m4: Upgrade to gettext-0.11.
40186         * m4/isc-posix.m4: Upgrade to gettext-0.11.
40187         * m4/lcmessage.m4: Upgrade to gettext-0.11.
40188         * m4/lib-ld.m4: New file, from gettext-0.11.
40189         * m4/lib-link.m4: New file, from gettext-0.11.
40190         * m4/lib-prefix.m4: New file, from gettext-0.11.
40191         * m4/progtest.m4: Upgrade to gettext-0.11.
40192
40193 2002-02-15  Paul Eggert  <eggert@twinsun.com>
40194
40195         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
40196         (jm_PREREQ): Use it.
40197
40198 2002-02-15  Paul Eggert  <eggert@twinsun.com>
40199
40200         * lib/posixver.c, lib/posixver.h: New files.
40201         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
40202
40203 2002-02-02  Paul Eggert  <eggert@twinsun.com>
40204             Bruno Haible  <bruno@clisp.org>
40205
40206         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
40207         (fwrite_success_callback): New declaration.
40208         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
40209         print_unicode_char. Call failure callback instead of error.
40210         (fwrite_success_callback): New function.
40211         (exit_failure_callback): New function.
40212         (fallback_failure_callback): New function.
40213         (print_unicode_char): Call unicode_to_mb.
40214
40215 2002-01-26  Jim Meyering  <meyering@lucent.com>
40216
40217         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
40218         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
40219
40220 2002-01-26  Jim Meyering  <meyering@lucent.com>
40221
40222         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
40223
40224 2002-01-22  Paul Eggert  <eggert@twinsun.com>
40225
40226         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
40227
40228 2002-01-22  Jim Meyering  <meyering@lucent.com>
40229
40230         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
40231         Otherwise, some versions of automake would omit the rule that makes
40232         Makefile from Makefile.in.
40233
40234 2002-01-21  Paul Eggert  <eggert@twinsun.com>
40235
40236         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
40237         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
40238         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
40239         (memcoll): Set errno to zero if there is no error.
40240
40241         * lib/quotearg.c (quotearg_buffer_restyled):
40242         Fix bug with quoting buffers containing NUL when backslashing escapes.
40243         This bug was exposed by the other changes in this patch.
40244         (quotearg_n_options): New arg ARGSIZE.
40245         All callers changed.
40246         (quoting_options_from_style): New function.
40247         (quotearg_n_style): Use it.
40248         (quotearg_n_style_mem): New function.
40249
40250         * lib/quotearg.h (quotearg_n_style_mem): New function.
40251
40252 2002-01-19  Jim Meyering  <meyering@lucent.com>
40253
40254         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
40255         Remove useless quotes: DF_PROG="df".
40256         * m4/strnlen.m4: New file.
40257
40258 2002-01-16  Paul Eggert  <eggert@twinsun.com>
40259
40260         * lib/backupfile.c (ISDIGIT): Comment fix.
40261         * lib/getdate.y (ISDIGIT): Likewise.
40262         * lib/posixtm.c (ISDIGIT, year): Likewise.
40263         * lib/strverscmp.c (ISDIGIT): Likewise.
40264         * lib/userspec.c (ISDIGIT): Likewise.
40265
40266 2002-01-16  Jim Meyering  <meyering@lucent.com>
40267
40268         * lib/getdate.y: Add three semicolons, each just before a closing
40269         brace. Bison (as of version 1.31) no longer papers over that mistake.
40270
40271 2002-01-05  Jim Meyering  <meyering@lucent.com>
40272
40273         * lib/version-etc.c (version_etc_copyright): Update copyright year.
40274
40275 2001-12-19  Paul Eggert  <eggert@twinsun.com>
40276
40277         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
40278         not silently exit merely because the output buffer happens to
40279         have nothing pending.
40280
40281 2001-12-18  Paul Eggert  <eggert@twinsun.com>
40282
40283         See the big note in ../ChangeLog.
40284         * lib/human.c (suffixes): Prefer K to k for 1024.
40285         (generate_suffix_backwards): New function.
40286         (human_readable_inexact): Use it.
40287         * lib/xstrtol.c (__xstrtol): If there is no number but there
40288         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
40289         Accept 'K' as well as 'k'.
40290
40291 2001-12-15  Jim Meyering  <meyering@lucent.com>
40292
40293         * lib/regex.h (__restrict_arr): Update from libc.
40294
40295         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
40296         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
40297         (STREQ): Define.
40298
40299 2001-12-14  Jim Meyering  <meyering@lucent.com>
40300
40301         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
40302         Suggestion from Bruno Haible.
40303
40304 2001-12-10  Jim Meyering  <meyering@lucent.com>
40305
40306         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
40307         xrealloc, Instead, include "xalloc.h".
40308         (initbuffer): Don't cast xmalloc return value to char*.
40309         (readline): Reword comment.
40310         Don't cast xrealloc return value to char*
40311         Return NULL, not 0.
40312
40313 2001-12-09  Jim Meyering  <meyering@lucent.com>
40314
40315         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
40316         about `signed and unsigned type in conditional expression'.
40317         * lib/posixtm.c (posix_time_parse): Likewise.
40318
40319         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
40320
40321         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
40322         to avoid a pedantic warning.
40323
40324         * lib/getstr.c: Don't include assert.h.
40325         (getstr): Remove warning-evoking assertions.
40326         Return -1 if offset parameter is out of bounds.
40327         Change the type of a local from int to size_t.
40328
40329         * lib/strftime.c (my_strftime_localtime_r): Include this function
40330         definition in the `#if ! HAVE_TM_GMTOFF' block.
40331
40332         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
40333         Include xalloc.h instead.
40334
40335 2001-12-02  Jim Meyering  <meyering@lucent.com>
40336
40337         * lib/tempname.c: Don't declare getenv, thus reverting the change of
40338         2001-11-18.  It's no longer necessary, now that stdlib.h is always
40339         included.
40340
40341         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
40342         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
40343
40344 2001-11-30  Akim Demaille  <akim@epita.fr>
40345
40346         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
40347         before being defined.
40348
40349 2001-11-27  Paul Eggert  <eggert@twinsun.com>
40350
40351         * lib/quotearg.h (quotearg_n, quotearg_n_style):
40352         First arg is int, not unsigned.
40353         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
40354         (SIZE_MAX, UINT_MAX): New macros.
40355         (quotearg_n_options): Abort if N is negative.
40356         Avoid overflow check on hosts where size_t is 64 bits and int
40357         is 32 bits, as overflow is impossible there.
40358         Fix off-by-one typo that caused unnecessary reallocation.
40359
40360 2001-11-27  Jim Meyering  <meyering@lucent.com>
40361
40362         * lib/tempname.c: Merge with version from libc.
40363         * lib/regex.c: Likewise.
40364
40365         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
40366         systems for which STDC_HEADERS is 0, it was not included, resulting in
40367         a warning about an integer-to-pointer conversion problem with getenv.
40368         Reported by Volker Borchert.
40369
40370 2001-11-26  Jim Meyering  <meyering@lucent.com>
40371
40372         * lib/gtod.h: Remove file.
40373         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
40374         * lib/gettimeofday.c: Don't include gtod.h.
40375         (GTOD_init): Remove function.
40376         (rpl_gettimeofday): Do its job here instead, rather than aborting.
40377         Suggestion from Volker Borchert.
40378
40379 2001-11-23  Jim Meyering  <meyering@lucent.com>
40380
40381         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
40382         it.
40383         * lib/hash.c (struct hash_table): Define it here instead.
40384
40385 2001-11-22  Jim Meyering  <meyering@lucent.com>
40386
40387         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
40388
40389 2001-11-20  Jim Meyering  <meyering@lucent.com>
40390
40391         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
40392         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
40393
40394 2001-11-19  Jim Meyering  <meyering@lucent.com>
40395
40396         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
40397         directory.  Use "conftestXXXXXX" as the template.
40398         Suggestion from Paul Eggert.
40399
40400         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
40401         immediately, so the test doesn't mistakenly hit the max-open-files
40402         limit.
40403
40404 2001-11-18  Paul Eggert  <eggert@twinsun.com>
40405
40406         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
40407         (TEMPORARIES): New macro.
40408         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
40409         removes an artificial limitation (e.g. HP-UX 10.20, where
40410         TMP_MAX is 17576).
40411
40412 2001-11-18  Jim Meyering  <meyering@lucent.com>
40413
40414         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
40415
40416 2001-11-18  Jim Meyering  <meyering@lucent.com>
40417
40418         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
40419         on SunOS 4.
40420
40421         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
40422         files will be created before anything else.
40423
40424 2001-11-17  Paul Eggert  <eggert@twinsun.com>
40425
40426         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
40427         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
40428
40429 2001-11-17  Jim Meyering  <meyering@lucent.com>
40430
40431         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
40432         Prompted by a report from Bob Proulx.
40433
40434         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
40435         Instead, require UTILS_FUNC_MKSTEMP.
40436
40437 2001-11-17  Jim Meyering  <meyering@lucent.com>
40438
40439         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
40440         Now, that's done as part of AC_FUNC_STRTOD.
40441
40442 2001-11-17  Jim Meyering  <meyering@lucent.com>
40443
40444         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
40445         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
40446         rather than group writable.  Patch by Juan F. Codagnone.
40447
40448         * lib/readtokens.c: Remove explicit declarations of xmalloc and
40449         xrealloc, Instead, include "xalloc.h".
40450
40451         * lib/mountlist.c: Include unlocked-io.h after all system headers.
40452         Remove explicit declarations of xmalloc, xrealloc,
40453         and xstrdup.  Instead, include "xalloc.h".
40454
40455         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
40456         unlocked-io.h.
40457         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
40458         Likewise.
40459         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
40460
40461         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
40462         Reported by Padraig Brady.
40463
40464         * lib/mkstemp.c: #undef mkstemp.
40465         Include config.h.
40466         (rpl_mkstemp): Rename from mkstemp.
40467         Protoize.
40468
40469 2001-11-16  Jim Meyering  <meyering@lucent.com>
40470
40471         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
40472         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
40473         determine the amount of total physical memory, use pstat_getstatic.
40474         HPUX-11 doesn't define _SC_PHYS_PAGES.
40475         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
40476         If sysconf couldn't be used to determine the amount of available
40477         physical memory, use both pstat_getstatic and pstat_getdynamic.
40478         Based on a patch from Bob Proulx.
40479
40480 2001-11-10  Jim Meyering  <meyering@lucent.com>
40481
40482         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
40483         (jm_PREREQ): Use it.
40484
40485 2001-11-09  Jim Meyering  <meyering@lucent.com>
40486
40487         * m4/jm-macros.m4: Require autoconf-2.52f.
40488         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
40489         Use these AC_-prefixed names, not the AM_-prefixed ones.
40490
40491         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
40492
40493 2001-11-05  Jim Meyering  <meyering@lucent.com>
40494
40495         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
40496
40497 2001-11-04  Jim Meyering  <meyering@lucent.com>
40498
40499         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
40500         $DEFS.
40501
40502 2001-11-03  Jim Meyering  <meyering@lucent.com>
40503
40504         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
40505         of AC_DEFUN.
40506
40507         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
40508         know the name of the variable in the macro definition.
40509
40510 2001-11-03  Jim Meyering  <meyering@lucent.com>
40511
40512         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
40513         in argmatch_to_argument call.
40514
40515         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
40516         argument.
40517
40518         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
40519         e.g., a fault due to an attempt to free a NULL pointer.
40520
40521 2001-11-01  Jim Meyering  <meyering@lucent.com>
40522
40523         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
40524         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
40525
40526 2001-11-01  Jim Meyering  <meyering@lucent.com>
40527
40528         * lib/dirfd.c, lib/dirfd.h: New files.
40529         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
40530
40531         * lib/hash.c (hash_print) [TESTING]: Clean up.
40532
40533 2001-10-22  Paul Eggert  <eggert@twinsun.com>
40534
40535         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
40536         to avoid a warning if -Wall.
40537
40538 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
40539
40540         * README: New file
40541         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
40542         (per RMS's instructions, this is now the canonical source)
40543         * lgpl/, gpl/: New directories.
40544
40545 2001-10-21  Paul Eggert  <eggert@twinsun.com>
40546
40547         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
40548
40549 2001-10-21  Jim Meyering  <meyering@lucent.com>
40550
40551         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
40552         this code would end up calling gettext even in packages built
40553         with --disable-nls.
40554         * lib/getopt.c (_): Likewise.
40555         * lib/regex.c (_): Likewise.
40556
40557 2001-10-20  Paul Eggert  <eggert@twinsun.com>
40558
40559         * m4/error.m4 (jm_PREREQ_ERROR):
40560         Do not invoke AC_CHECK_FUNCS with strerror_r, as
40561         AC_FUNC_STRERROR_R does that.
40562         Check for strerror declaration.
40563
40564         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
40565         are supposed to have them these days.
40566         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
40567         Merge changes from latest Autoconf CVS.
40568         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
40569         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
40570         POSIX decided to standardize on the int flavor of strerror_r.
40571
40572 2001-10-20  Paul Eggert  <eggert@twinsun.com>
40573
40574         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
40575         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
40576         Use strerror_r that is only a macro, even if it is not a function.
40577         (strerror): Check for HAVE_DECL_STRERROR before declaring.
40578         (private_strerror): Use prototypes, not old-style function definition.
40579         (print_errno_message): New function.
40580         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
40581         char*-flavored one.
40582         (error_tail, error, error_at_line): Use it.
40583
40584 2001-10-11  Jim Meyering  <meyering@lucent.com>
40585
40586         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
40587         and quote_n (1, ... to avoid clobbering a buffer.
40588
40589 2001-10-05  Jim Meyering  <meyering@lucent.com>
40590
40591         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
40592         hash-pjw.h.
40593         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
40594         * lib/hash-pjw.h: New file.
40595
40596 2001-09-30  Jim Meyering  <meyering@lucent.com>
40597
40598         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
40599         `struct fsstat' has the `f_fstypename' member.
40600         Use that to define FS_TYPE, which is now used to make
40601         the getfsstat link test tighter.
40602
40603 2001-09-30  Jim Meyering  <meyering@lucent.com>
40604
40605         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
40606         Include <sys/ucred.h>, for Apple Darwin.
40607         Include sys/mount.h and sys/fs_types.h only if available.
40608         (FS_TYPE): Define.
40609         (read_filesystem_list): Use FS_TYPE.
40610
40611 2001-09-29  Paul Eggert  <eggert@twinsun.com>
40612
40613         * lib/exclude.c (excluded_filename): 0 -> false, since it's
40614         a boolean context.
40615
40616 2001-09-29  Jim Meyering  <meyering@lucent.com>
40617
40618         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
40619         [one-argument getmntent function]): Include stdio.h before mntent.h.
40620         SunOS 4.1.x needs it for the declaration of `FILE'.
40621         Patch by Volker Borchert.
40622
40623         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
40624         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
40625         sys/fs_types.h, and make the link-test for getfsstat guard #include
40626         directives with appropriate #if HAVE_*_H tests so that we can
40627         detect getfsstat on Apple Darwin1.3.7 systems.
40628         Reported by Nelson Beebe.
40629         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
40630
40631 2001-09-28  Paul Eggert  <eggert@twinsun.com>
40632
40633         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
40634         #defines strtoimax.  Also treat the other strto* functions
40635         like strtoimax.
40636
40637         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
40638         Check for strtoul and strtoumax,
40639         as those declarations are made even in the signed case.
40640         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
40641         Likewise, for strtol and strtoimax.
40642
40643 2001-09-28  Paul Eggert  <eggert@twinsun.com>
40644
40645         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
40646         #defines strtoimax.  Also treat the other strto* functions
40647         like strtoimax.
40648
40649         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
40650         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
40651         (strtoimax, strtoumax): Do not declare if already defined as a macro.
40652
40653 2001-09-26  Jim Meyering  <meyering@lucent.com>
40654
40655         Most macros in unlocked-io.h had the wrong number of arguments.
40656         * lib/gen-uio: New script.
40657         (USE_UNLOCKED_IO): Define to 1 if not already defined.
40658         * lib/unlocked-io.hin: Remove file.
40659         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
40660         rather than trying to embed it here.
40661         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
40662         Reported by Padraig Brady.
40663
40664 2001-09-25  Volker Borchert  <bt@teknon.de>
40665
40666         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
40667         `result'.
40668
40669 2001-09-24  Jim Meyering  <meyering@lucent.com>
40670
40671         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
40672
40673 2001-09-23  Jim Meyering  <meyering@lucent.com>
40674
40675         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
40676         instead of the mere test for existence of mntent.h.  The latter
40677         would get a false-positive on AIX 3.4 systems.
40678         In the outer getmntent if-block, don't die if neither of the getmntent
40679         tests succeeds.  Instead, just fall through and continue with the
40680         remaining tests.
40681
40682 2001-09-23  Jim Meyering  <meyering@lucent.com>
40683
40684         * lib/mountlist.c: Remove useless parentheses in #if directives.
40685         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
40686         the deprecated MOUNTED symbol is no longer defined in mntent.h.
40687
40688 2001-09-22  Jim Meyering  <meyering@lucent.com>
40689
40690         * m4/gettext.m4: New file.  From gettext.
40691         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
40692         * m4/progtest.m4: Likewise
40693         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
40694         * m4/glibc21.m4: Likewise.
40695
40696         * m4/libintl.m4: Remove.  No longer used.
40697
40698 2001-09-22  Jim Meyering  <meyering@lucent.com>
40699
40700         * lib/localcharset.c: Update from latest gettext.
40701         * lib/config.charset: Likewise.
40702
40703 2001-09-20  Jim Meyering  <meyering@lucent.com>
40704
40705         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
40706         strtoimax.
40707         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
40708         strtoumax.
40709
40710 2001-09-20  Jim Meyering  <meyering@lucent.com>
40711
40712         * lib/xstrtol.c (strtoimax): Guard declaration with
40713         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
40714         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
40715         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
40716         (strtoumax): Likewise, for completeness (it wasn't necessary).
40717
40718 2001-09-17  Paul Eggert  <eggert@twinsun.com>
40719
40720         * lib/strtoimax.c (HAVE_LONG_LONG):
40721         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
40722         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
40723         to work around bug in IBM C compiler.
40724
40725 2001-09-17  Jim Meyering  <meyering@lucent.com>
40726
40727         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
40728         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
40729         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
40730         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
40731         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
40732         whenever the right hand side need not be expanded by the shell.
40733
40734 2001-09-16  Paul Eggert  <eggert@twinsun.com>
40735
40736         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
40737         library.  It's not correct, as some older glibcs are buggy.
40738         fnmatch wasn't fixed until glibc 2.2.
40739
40740         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
40741         special shell magic here.
40742
40743 2001-09-16  Jim Meyering  <meyering@lucent.com>
40744
40745         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
40746         * m4/jm-macros.m4: Require it.
40747
40748 2001-09-16  Jim Meyering  <meyering@lucent.com>
40749
40750         * lib/mkdir.c: New file.
40751
40752 2001-09-15  Jim Meyering  <meyering@lucent.com>
40753
40754         * m4/jm-macros.m4: Check for help2man.
40755
40756 2001-09-11  Jim Meyering  <meyering@lucent.com>
40757
40758         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
40759         The body, by Paul Eggert, was moved here from configure.in.
40760         * m4/jm-macros.m4: Require UTILS_HOST_OS.
40761
40762 2001-09-04  Paul Eggert  <eggert@twinsun.com>
40763
40764         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
40765         (jm_PREREQ): Use it.
40766
40767 2001-09-04  Paul Eggert  <eggert@twinsun.com>
40768
40769         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
40770         Use ssize_t, not int, to store result of readlink.
40771         Check for ssize_t overflow as well as size_t overflow,
40772         as POSIX says the result of readlink is implementation-defined
40773         when ssize_t overflows.
40774         Remove unnecessary cast to char*.
40775         Use free+malloc instead of realloc, as the storage doesn't need
40776         to be preserved and it's clearer and can be more efficient that way.
40777         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
40778         * lib/xreadlink.h (xreadlink): Update prototype.
40779
40780 2001-09-04  Paul Eggert  <eggert@twinsun.com>
40781
40782         * lib/xgetcwd.c: Revert some of the previous change; intead,
40783         fix the HAVE_GETCWD_NULL code to behave more like the
40784         !HAVE_GETCWD_NULL code used to.
40785
40786         Include "xalloc.h".
40787         (xgetcwd): Do not return NULL when memory is exhausted; instead,
40788         invoke xalloc_die.
40789
40790 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40791
40792         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
40793         sys/param.h, as pathmax.h includes them.
40794
40795 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40796
40797         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
40798         (jm_PREREQ_XGETCWD): New macro.
40799
40800         * m4/getcwd.m4: New file.
40801
40802 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40803
40804         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
40805         like the HAVE_GETCWD_NULL code.
40806         Include pathmax.h if not HAVE_GETCWD.
40807         Do not include xalloc.h.
40808         (INITIAL_BUFFER_SIZE): New symbol.
40809         Do not use xmalloc / xrealloc, since the caller is responsible for
40810         handling errors.  Preserve errno around `free' during failure.
40811         Do not overrun buffer when using getwd.
40812
40813 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40814
40815         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
40816         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
40817         getcwd (NULL, 0).
40818
40819 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40820
40821         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
40822         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
40823         spotted by Jim Meyering.
40824
40825 2001-09-03  Jim Meyering  <meyering@lucent.com>
40826
40827         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
40828         failure.
40829
40830 2001-09-02  Jim Meyering  <meyering@lucent.com>
40831
40832         * lib/error.c: Update from GNU libc.
40833
40834 2001-09-01  Jim Meyering  <meyering@lucent.com>
40835
40836         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
40837         Used by df.
40838
40839 2001-09-01  Jim Meyering  <meyering@lucent.com>
40840
40841         * lib/xreadlink.c: New file.
40842         * lib/xreadlink.h: New file.
40843         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
40844         xreadlink.h.
40845
40846         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
40847         doesn't conflict with sparc Solaris 7's definition in
40848         /usr/include/sys/int_types.h.
40849
40850         * lib/exclude.c: Use `""', not `<>' to #include non-system header
40851         files.
40852         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
40853         and strncasecmp as r-values.  Unixware didn't have declarations.
40854
40855 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40856
40857         * lib/xstrtol.h: Add copyright notice.
40858         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
40859         LONGINT_INVALID_SUFFIX_CHAR.
40860
40861 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40862
40863         * lib/xstrtol.c (strtoimax): New decl.
40864
40865 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40866
40867         * lib/xgetcwd.c: Don't include pathmax.h.
40868         Include stdlib.h and unistd.h if available.
40869         Include xalloc.h.
40870         (xmalloc, xstrdup, free): Remove decls.
40871         (xgetcwd): Don't assume sizes fit in unsigned.
40872         Check for overflow when computing sizes.
40873         Simplify reallocation code.
40874
40875 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40876
40877         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
40878         a directory's st_size can have an arbitrary value, so the old
40879         usage could waste an arbitrary amount of memory.  All uses
40880         changed.
40881         * lib/savedir.h: Update prototype.
40882
40883 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40884
40885         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
40886
40887         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
40888         old strtoimax.c.
40889
40890         Also, make the following further changes to make this file's
40891         configuration more similar to that of strtol.c:
40892         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
40893         (strtoumax, uintmax_t, strtoull, strtol): Remove.
40894         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
40895         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
40896         changed to signed values.
40897
40898         And make the following changes as well:
40899         Fix copyright notice, as 1999 was missing.
40900         (verify): New macro.
40901         (strtoimax): Check sizes at compile-time, not run-time.
40902         Prefer strtol to strtoll if both work.
40903         (main): Remove; it was not that useful and was a pain to maintain.
40904
40905         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
40906
40907 2001-08-31  Jim Meyering  <meyering@lucent.com>
40908
40909         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
40910         Use an initial, malloc'd, buffer of length 128 rather than
40911         a statically allocated one of length 1024.
40912
40913 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40914
40915         Simplify code, partly by assuming autoconf 2.52 semantics.
40916
40917         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
40918
40919         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
40920         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
40921         All uses removed.
40922         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
40923         Move AC_REQUIRE to next-to-top level, to avoid confusion.
40924         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
40925         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
40926         jm_AC_HEADER_INTTYPES_H.
40927         * m4/jm-macros.m4 (jm_MACROS): Likewise.
40928
40929         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
40930
40931         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
40932         Quote first arg of AC_DEFUN.
40933         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
40934         since they are needed to parse the include file even if we need
40935         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
40936         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
40937         but with opposite signedness.
40938
40939 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40940
40941         Merge 'exclude' changes from tar 1.13.22.
40942         This fixes one or two unlikely storage allocation overflow bugs,
40943         but doesn't change user-visible behavior otherwise.
40944
40945 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40946
40947         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
40948         (jm_PREREQ_EXCLUDE): New macro.
40949
40950 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40951
40952         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
40953         tm to be declared.
40954
40955 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40956
40957         * lib/hash.c: Remove '2001' from copyright notice.
40958
40959 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40960
40961         * lib/full-write.h: New file.
40962         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
40963         * lib/full-write.c: Correct credits, as cccp.c no longer
40964         exists and anyway it was so heavily changed from the old cccp
40965         code as to be unrecognizable.  Include full-write.h.
40966         (full_write) Return size_t, with short writes meaning failure.
40967         All callers changed.  This fixes a bug with large buffers
40968         on 64-bit hosts.
40969         * lib/utime.c: Include full-write.h.
40970
40971 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40972
40973         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
40974         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
40975         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
40976         Include if available.
40977         (<xalloc.h>): Include
40978         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
40979         (verify): New macro.  Use it to verify that EXCLUDE macros do not
40980         collide with FNM macros.
40981         (struct patopts): New struct.
40982         (struct exclude): Use it, as exclude patterns now come with options.
40983         (new_exclude): Support above changes.
40984         (new_exclude, add_exclude_file):
40985         Initial size must now be a power of two to simplify overflow checking.
40986         (free_exclude, fnmatch_no_wildcards): New function.
40987         (excluded_filename): No longer requires options arg, as the options
40988         are determined by add_exclude.  Now returns bool, not int.
40989         (excluded_filename, add_exclude):
40990         Add support for the fancy new exclusion options.
40991         (add_exclude, add_exclude_file): Now takes int options arg.
40992         Check for arithmetic overflow when computing sizes.
40993         (add_exclude_file): xrealloc might modify errno, so don't
40994         realloc until after errno might be used.
40995
40996         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
40997         New macros.
40998         (free_exclude): New decl.
40999         (add_exclude, add_exclude_file): Now takes int options arg.
41000         (excluded_filename): No longer requires options arg, as the options
41001         are determined by add_exclude.  Now returns bool, not int.
41002
41003 2001-08-30  Paul Eggert  <eggert@twinsun.com>
41004
41005         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
41006
41007 2001-08-27  Jim Meyering  <meyering@lucent.com>
41008
41009         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
41010
41011         * lib/version-etc.c (N_): Remove definition.
41012         Revert most of last change.
41013         Instead, simply don't mark the `Copyright...' string for translation.
41014         Based on advice from Paul Eggert.
41015
41016         * lib/strtoxmax.c: Tweak comment.
41017
41018 2001-08-26  Jim Meyering  <meyering@lucent.com>
41019
41020         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
41021
41022         * m4/xstrtoimax.m4: New file.
41023         * m4/xstrtoumax.m4: Add comments explaining why we
41024         AC_REPLACE_FUNCS(strtol).
41025
41026 2001-08-26  Jim Meyering  <meyering@lucent.com>
41027
41028         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
41029         of copyright with `%s' so translators don't get an untranslated
41030         message in 2002.
41031         (COPYRIGHT_YEAR): Define.
41032         (version_etc): Use fprintf rather than fputs.
41033         Suggestion from Ulrich Drepper.
41034
41035         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
41036
41037         * lib/strtoll.c: New file, from GNU libc.
41038         * lib/xstrtoimax.c: New file.
41039
41040         * lib/xstrtol.h: Add xstrtoimax.
41041         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
41042         * lib/strtoimax.c: New file.  Likewise, but first define
41043         STRTOUXMAX_SIGNED.
41044
41045         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
41046         ...
41047         * lib/strtoxmax.c: ... then renamed to this.
41048
41049 2001-08-18  Paul Eggert  <eggert@twinsun.com>
41050
41051         * m4/inttypes.m4: Add AC_PREREQ(2.13).
41052         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
41053         (jm_AC_TYPE_INTMAX_T): New macro.
41054         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
41055
41056         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
41057
41058         * m4/longlong.m4: Renamed from ulonglong.m4.
41059         * m4/inttypes.m4: Renamed from inttypes_h.m4.
41060         * m4/uintmax_t.m4: Removed.
41061
41062 2001-08-13  Paul Eggert  <eggert@twinsun.com>
41063
41064         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
41065         Port to Solaris 8, where 'sed' requires a space after the 'r'
41066         command, and where sh dislikes "$/".  Clean up the spacing a bit.
41067         Redirect output to $tmp just once.
41068
41069 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
41070
41071         * lib/addext.c (<errno.h>): Include.
41072         (errno): Declare if not defined.
41073         (addext): Work correctly when pathconf returns -1 and leaves
41074         errno alone because there is no limit.  Also, work even if
41075         pathconf returns a value greater than SIZE_MAX.
41076
41077 2001-08-12  Jim Meyering  <meyering@lucent.com>
41078
41079         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
41080         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
41081         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
41082         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
41083         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
41084         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
41085         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
41086         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
41087         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
41088         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
41089         utime.m4, utimes.m4, xstrtoumax.m4:
41090         Quote the first argument in each use of AC_DEFUN.
41091
41092 2001-08-12  Jim Meyering  <meyering@lucent.com>
41093
41094         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
41095         Simply `return getcwd (NULL, 0);'.
41096         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
41097         Use 1300 as initial value for length, not PATH_MAX.
41098
41099         * lib/pathmax.h: Clean up cpp syntax.
41100
41101 2001-08-12  Jim Meyering  <meyering@lucent.com>
41102
41103         * lib/gettimeofday.c: New file.
41104         * lib/gtod.h: New file.
41105         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
41106
41107 2001-08-05  Jim Meyering  <meyering@lucent.com>
41108
41109         * m4/jm-macros.m4: Require autoconf-2.52.
41110
41111 2001-08-04  Jim Meyering  <meyering@lucent.com>
41112
41113         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
41114         stmt, to get in sync with glibc.
41115
41116 2001-08-03  Paul Eggert  <eggert@twinsun.com>
41117
41118         The following changes are from gettext 0.10.39 as maintained by
41119         Bruno Haible.
41120
41121         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
41122         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
41123         with inverted sense.  All uses changed.
41124
41125         * lib/mbswidth.c: Don't include <limits.h>.
41126         Include <stdlib.h> and <string.h> unconditionally.
41127         (iswcntrl, mbsinit, ISCNTRL): New macros.
41128         (mbsnwidth): Use K&R style function declarations.
41129         Don't bother checking for MB_LEN_MAX == 1, since the compiler
41130         can optimize it when MB_CUR_MAX == 1.
41131         The width of control characters is zero, not 1.
41132
41133 2001-08-03  Paul Eggert  <eggert@twinsun.com>
41134
41135         The following changes are from gettext 0.10.39 as maintained by
41136         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
41137
41138         * m4/codeset.m4: Upgrade to serial AM1.
41139         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
41140         all uses changed.  Quote first arg of AC_DEFUN.
41141         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
41142
41143         * m4/iconv.m4: Upgrade to serial AM2.
41144         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
41145         Add --with-libconv-prefix.
41146         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
41147         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
41148         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
41149         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
41150         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
41151
41152         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
41153         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
41154         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
41155         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
41156         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
41157         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
41158         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
41159         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
41160         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
41161
41162         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
41163         string.h any more.
41164
41165         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
41166         not the default value.
41167
41168         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
41169         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
41170         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
41171         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
41172         Also check for iswcntrl, used for wcwidth fallback.
41173         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
41174         to Autoconf 2.13.
41175
41176 2001-08-03  Jim Meyering  <meyering@lucent.com>
41177
41178         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
41179         as it was in the original.  Reported by Paul Eggert.
41180
41181 2001-07-16  Jim Meyering  <meyering@lucent.com>
41182
41183         * m4/gettimeofday.m4: New file.
41184         Prompted by a report from Bernhard Baehr.
41185
41186 2001-07-15  Jim Meyering  <meyering@lucent.com>
41187
41188         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
41189         stuff. Now it's in ../Makefile.cfg.
41190
41191 2001-07-15  Jim Meyering  <meyering@lucent.com>
41192
41193         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
41194         (BUILT_SOURCES): Add unlocked-io.h.
41195         (io_functions): Define.
41196         (unlocked-io.h): New rule.
41197         (DISTCLEANFILES): Add unlocked-io.h.
41198         (all-local): Depend on unlocked-io.h, to ensure it is created.
41199
41200         * lib/unlocked-io.hin: New file
41201
41202         * lib/regex.c: Update from glibc.
41203
41204 2001-07-05  Jim Meyering  <meyering@lucent.com>
41205
41206         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
41207         recommendation.
41208         (libfetish_a_SOURCES): Put all .h files here instead.
41209         Remove a thus-exposed (better checks in automake) duplicate and
41210         two unnecessary .h files.
41211
41212 2001-07-04  Jim Meyering  <meyering@lucent.com>
41213
41214         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
41215         that generates jm-glibc-io.m4 so that it doesn't trigger any make
41216         distcheck failure.
41217
41218 2001-07-02  Jim Meyering  <meyering@lucent.com>
41219
41220         The following changes were prompted by suggestions from Bruno Haible.
41221
41222         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
41223         is now generated.
41224         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
41225         definition of EXTRA_DIST.
41226         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
41227         ensure that the generated file is created/updated whenever the list
41228         of $(unlocked_functions) is changed.
41229         (jm-glibc-io.m4): New rule.
41230         (unlocked-io.h): New rule -- currently unused.
41231
41232 2001-06-24  Jim Meyering  <meyering@lucent.com>
41233
41234         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
41235         unmatched right bracket, rather than kludging it with an extra,
41236         falsely-matching quote in a comment.  Patch by Akim Demaille.
41237
41238 2001-06-11  Jim Meyering  <meyering@lucent.com>
41239
41240         * lib/regex.c: Update from GNU libc.
41241
41242 2001-05-27  Jim Meyering  <meyering@lucent.com>
41243
41244         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
41245         Check for ut_type in struct utmp.
41246
41247 2001-05-27  Jim Meyering  <meyering@lucent.com>
41248
41249         * lib/readutmp.h (UT_TYPE): Define.
41250
41251 2001-05-24  Jim Meyering  <meyering@lucent.com>
41252
41253         * lib/argmatch.c: Include "quote.h".
41254         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
41255         quote function.  Reported by Göran Uddeborg.
41256
41257 2001-05-22  Jim Meyering  <meyering@lucent.com>
41258
41259         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
41260         now that we use the package-supplied version unconditionally.
41261         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
41262
41263 2001-05-21  Jim Meyering  <meyering@lucent.com>
41264
41265         * m4/regex.m4: Change a couple backticks to single quotes to avoid
41266         shell syntax errors.
41267
41268 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
41269
41270         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
41271
41272 2001-05-20  Paul Eggert  <eggert@twinsun.com>
41273
41274         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
41275         Don't bother to check library strftime, since
41276         we'll be using our own my_strftime function anyway.
41277         Define my_strftime instead of strftime.
41278
41279 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
41280
41281         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
41282         which is not yet declared.
41283
41284 2001-05-15  Jim Meyering  <meyering@lucent.com>
41285
41286         * m4/regex.m4: Use proper quoting so brackets appear in the test
41287         program.
41288         Reported by, and with help from, Bruno Haible.
41289
41290 2001-05-13  Jim Meyering  <meyering@lucent.com>
41291
41292         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
41293         undefined.
41294
41295 2001-05-11  Paul Eggert  <eggert@twinsun.com>
41296
41297         dirname code cleanup.  base_name now behaves more compatibly
41298         with POSIX basename when given file names that have trailing
41299         slashes, and similarly for dir_name.  Add new primitives
41300         base_len and dir_len.  Put the directory-name-related decls
41301         into dirname.h.
41302
41303         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
41304         * lib/backupfile.c (base_name): Likewise.
41305         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
41306         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
41307         * lib/makepath.c (strip_trailing_slashes): Likewise.
41308         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
41309         ISSLASH): Likewise.
41310         * lib/rename.c (strip_trailing_slashes): Likewise.
41311         * lib/same.c (base_name): Likewise.
41312         * lib/stripslash.c (ISSLASH): Likewise.
41313
41314         * lib/addext.c: Include <dirname.h> after size_t is defined.
41315         * lib/backupfile.c: Likewise.
41316
41317         * lib/addext.c (addext): Use base_len to trim redundant
41318         trailing slashes instead of doing it ourselves.
41319         But do not trim the last slash if it is not redundant.
41320
41321         * lib/backupfile.c (find_backup_file_name,
41322         max_backup_version): Use base_len instead of rolling it ourselves.
41323         Handle the case of "" and (on DOS) "C:" correctly.
41324
41325         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
41326         needed. Include <string.h>, <dirname.h>.
41327         (base_name): Allow file names ending in slashes, other than names
41328         that are all slashes.  In this case, return the basename followed
41329         by the slashes.  This is more general, and can be used in places
41330         where the original base_name purposely had an assertion failure.
41331         (base_len): New function.
41332
41333         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
41334         Do not include <assert.h>; no longer needed.
41335         Include xalloc.h.
41336         (memrchr): Remove decl.
41337         (dir_name_r): Remove.
41338         (dir_len): Renamed from dirlen.  All callers changed.
41339         Rewrite in terms of base_name, for simplicity and consistency.
41340         (dir_name): Never return NULL.  All callers changed.
41341         Do not include <stdlib.h> in test program; no longer needed.
41342         return 0; is fine for test program.
41343
41344         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
41345         New macros.
41346         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
41347
41348         * lib/path-concat.c (path_concat): Use base_len to compute
41349         base length, not strlen; this means we cannot rely on memcpy
41350         to null-terminate.
41351
41352         * lib/same.c (STREQ): Remove.
41353         (same_name): Handle the case where the basename ends in trailing '/'.
41354
41355         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
41356         a slash was stripped.  Do not strip the last slash after a
41357         file system prefix.
41358
41359 2001-05-11  Paul Eggert  <eggert@twinsun.com>
41360
41361         * lib/Makefile.am (libfetish_a_SOURCES):
41362         Add strftime.c, since we now compile it on all hosts.
41363
41364         * lib/strftime.c (my_strftime):
41365         Define to nstrftime if emacs, but only if my_strftime is not defined.
41366         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
41367         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
41368         Add one more extra argument: a nanoseconds value.
41369         All uses changed.
41370         (ns): New macro.
41371         (my_strftime function): Add %N format.
41372         (emacs_strftimeu): Renamed from emacs_strftime,
41373         with extra ut argument.
41374
41375 2001-05-09  Paul Eggert  <eggert@twinsun.com>
41376
41377         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
41378
41379 2001-04-21  Jim Meyering  <meyering@lucent.com>
41380
41381         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
41382         doesn't interfere.
41383
41384 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
41385
41386         * m4/ftruncate.m4: Check for chsize.
41387         Link with ftruncate.o unconditionally if ftruncate is missing.
41388         This was required when cross-compiling to i586-mingw32msvc.
41389
41390 2001-04-08  Jim Meyering  <meyering@lucent.com>
41391
41392         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
41393         recomputed; that's necessary when the offset spans a DST transition.
41394         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
41395
41396 2001-04-02  Jim Meyering  <meyering@lucent.com>
41397
41398         * lib/regex.h, regex.c: Update from GNU libc.
41399
41400 2001-03-24  Jim Meyering  <meyering@lucent.com>
41401
41402         * m4/jm-macros.m4: Require autoconf-2.49d.
41403
41404 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
41405
41406         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
41407
41408 2001-03-19  Paul Eggert  <eggert@twinsun.com>
41409
41410         * lib/version-etc.c (version_etc_copyright): Update to 2001.
41411
41412 2001-03-17  Jim Meyering  <meyering@lucent.com>
41413
41414         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
41415         now that the version in autoconf is equivalent.
41416         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
41417
41418         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
41419         Suggestion from Akim Demaille.
41420
41421         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
41422         (jm_PREREQ_TEMPNAME): New function.
41423
41424 2001-03-16  Paul Eggert  <eggert@twinsun.com>
41425
41426         * lib/tempname.c (uint64_t): Define to uintmax_t if
41427         not defined, and if UINT64_MAX is not defined.
41428         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
41429         Reported by John David Anglin.
41430
41431 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
41432
41433         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
41434         resolve alias if codeset is empty.
41435         * lib/config.charset (BeOS): Use wildcard syntax.
41436
41437 2001-03-13  Jim Meyering  <meyering@lucent.com>
41438
41439         * lib/path-concat.c (path_concat)
41440         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
41441         concatenating e.g., `C:' and `foo'.
41442         From Bruno Haible.
41443
41444 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
41445
41446         * lib/localcharset.c (locale_charset): Don't use
41447         setlocale(LC_CTYPE,NULL). Don't return NULL.
41448         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
41449
41450 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
41451
41452         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
41453         support for DOS/DJGPP.
41454
41455 2001-03-01  Paul Eggert  <eggert@twinsun.com>
41456
41457         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
41458         lacks mkstemp.  Compile our own tempname.c if we compile our own
41459         mkstemp.c, as mkstemp relies on tempname.
41460
41461 2001-03-01  Jim Meyering  <meyering@lucent.com>
41462
41463         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
41464         AH_VERBATIM really does output its argument verbatim.
41465
41466 2001-02-28  Paul Eggert  <eggert@twinsun.com>
41467
41468         * lib/Makefile.am (libfetish_a_SOURCES):
41469         Add dup-safer.c, fopen-safer.c.
41470         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
41471
41472         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
41473         * lib/unistd-safer.h: New files.
41474
41475 2001-02-25  Paul Eggert  <eggert@twinsun.com>
41476
41477         The mkstemp replacement is taken from glibc 2.2.2, with some
41478         portability fixes for use outside glibc, as follows:
41479
41480         * lib/tempname.c (struct_stat64): New macro.
41481         (direxists, __gen_tempname): Use it.
41482         This avoids a portability problem with Solaris 8.
41483
41484         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
41485         (<stddef.h>, <stdint.h>, <string.h>):
41486         Include only if STDC_HEADERS || _LIBC.
41487         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
41488         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
41489         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
41490         (__set_errno): Define this macro if <errno.h> doesn't.
41491         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
41492         Define these macros if <stdio.h> doesn't.
41493         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
41494         Define these macros if <sys/stat.h>
41495         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
41496         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
41497         __xstat64): Define if not _LIBC.
41498         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
41499         (__gen_tempname): Invoke gettimeofday only if
41500         HAVE_GETTIMEOFDAY || _LIBC;
41501         otherwise, fall back on plain "time".
41502         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
41503
41504         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
41505
41506         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
41507
41508 2001-02-18  Paul Eggert  <eggert@twinsun.com>
41509
41510         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
41511
41512 2001-02-17  Paul Eggert  <eggert@twinsun.com>
41513
41514         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
41515         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
41516         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
41517         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
41518
41519 2001-02-17  Paul Eggert  <eggert@twinsun.com>
41520
41521         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
41522         Remove workaround macros for hosts that have mbrtowc but not
41523         mbstate_t, as we now insist on proper declarations for both
41524         before using mbrtowc.
41525
41526 2001-02-17  Jim Meyering  <meyering@lucent.com>
41527
41528         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
41529         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
41530         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
41531         UnixWare 7.1.1.
41532
41533         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
41534         rather than AC_CACHE_VAL.
41535
41536 2001-02-17  Jim Meyering  <meyering@lucent.com>
41537
41538         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
41539         around included file name.
41540
41541         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
41542
41543         * lib/strftime.c: Update from GNU libc (the only changes were to
41544         comments).
41545
41546 2001-02-17  Jim Meyering  <meyering@lucent.com>
41547
41548         * lib/regex.c: Update from libc.
41549
41550 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
41551
41552         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
41553         clash.
41554
41555 2001-02-16  Paul Eggert  <eggert@twinsun.com>
41556
41557         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
41558         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
41559         Reported by Mark Hounschell via Paul Eggert.
41560
41561 2001-02-07  Jim Meyering  <meyering@lucent.com>
41562
41563         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
41564
41565 2001-02-05  Jim Meyering  <meyering@lucent.com>
41566
41567         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
41568         it includes the patch required for `large file' support with at least
41569         HP-UX's 10.20 /bin/cc.
41570
41571 2001-02-03  Jim Meyering  <meyering@lucent.com>
41572
41573         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
41574         AS_IF, now that it works once again (mysteriously).
41575         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
41576
41577 2001-01-30  Jim Meyering  <meyering@lucent.com>
41578
41579         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
41580         * m4/chown.m4: Rename conftestchown to conftest.chown.
41581         * m4/rename.m4: s/conftestdir/conftest.d1/ and
41582         s/conftestdir2/conftest.d2/.
41583         * m4/utimes.m4: s/conftestdata/conftest.data/
41584         Inspired by Pavel Roskin's change in autoconf.
41585
41586 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
41587
41588         * lib/config.charset: Update for FreeBSD 4.2.
41589
41590 2001-01-27  Jim Meyering  <meyering@lucent.com>
41591
41592         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
41593         a use of AS_IF.
41594         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
41595
41596 2001-01-26  Jim Meyering  <meyering@lucent.com>
41597
41598         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
41599         quotearg.c includes it.
41600
41601 2001-01-26  Jim Meyering  <meyering@lucent.com>
41602
41603         * lib/quotearg.c: Include stddef.h.
41604         * lib/quote.c: Include stddef.h.
41605         Reported by Axel Kittenberger.
41606
41607         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
41608         line in double quotes so that it evokes a better diagnostic.
41609         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
41610         Reported by Axel Kittenberger.
41611
41612 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
41613
41614         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
41615         as if it was a `charset'.
41616
41617 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
41618
41619         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
41620         has const.
41621
41622 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
41623
41624         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
41625         to avoid a warning.  Add back 'const' to inptr.
41626
41627 2001-01-20  Jim Meyering  <meyering@lucent.com>
41628
41629         Be sure that headers are checked before used in code compiled
41630         for the type checks.
41631         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
41632         In place of that, invoke jm_CHECK_ALL_TYPES.
41633         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
41634         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
41635         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
41636         The check for ssize_t was mistakenly run before the test for unistd.h.
41637
41638         The configure-time check for stdbool.h was missing.
41639         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
41640         (jm_PREREQ_HASH): New function.
41641
41642 2001-01-17  Jim Meyering  <meyering@lucent.com>
41643
41644         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
41645         for autoconf-2.49c.
41646         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
41647
41648 2001-01-16  Jim Meyering  <meyering@lucent.com>
41649
41650         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
41651         From Bruno Haible.
41652
41653 2001-01-14  Jim Meyering  <meyering@lucent.com>
41654
41655         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
41656         foo and bar.  Create conftestdir/ in the script, not in the C code.
41657         Remove directories in the script, not in the C code.
41658         Remove conftestdir{,2} before trying to create the directory.
41659         Make the entire configure script fail if the mkdir fails.
41660
41661 2001-01-14  Jim Meyering  <meyering@lucent.com>
41662
41663         * lib/rename.c: New file.  From Volker Borchert.
41664         Include stdlib.h, string.h or strings.h, and xalloc.h.
41665         Use strip_trailing_slashes rather than open-coding it.
41666
41667 2001-01-03  Paul Eggert  <eggert@twinsun.com>
41668
41669         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
41670
41671 2001-01-03  Jim Meyering  <meyering@lucent.com>
41672
41673         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
41674         of local `inptr' to avoid warning with some system declarations of
41675         iconv.
41676
41677 2001-01-02  Volker Borchert  <bt@teknon.de>
41678
41679         * m4/rename.m4: New file.
41680         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
41681
41682 2001-01-01  Jim Meyering  <meyering@lucent.com>
41683
41684         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
41685         even on systems with utmpx.h.  It's necessary for the declaration of
41686         utmp's ut_user member.  Reported by Andreas Jaeger.
41687
41688         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
41689         available. They are required for the declarations of getgrgid and
41690         getpwuid resp.
41691         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
41692         Reported by Andreas Jaeger.
41693
41694 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
41695
41696         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
41697         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
41698         so `make install' also works in VPATH builds.
41699
41700 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
41701
41702         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
41703         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
41704         can be used in subdirectories.
41705
41706 2000-12-29  Paul Eggert  <eggert@twinsun.com>
41707
41708         * lib/modechange.c: Do not assume that mode_t uses the
41709         traditional octal encoding.  E.g. "chmod 1 FOO" should set
41710         the other-execute bit of FOO even if S_IXOTH != 1.
41711
41712         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
41713         WOTH, XOTH, ALLM): New macros.
41714         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
41715          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
41716         Use them.
41717         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
41718         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
41719         (mode_compile):
41720         No need to use uintmax_t; unsigned long is long enough.
41721         Don't bother to get suffix since we don't use it.
41722
41723 2000-12-26  Jim Meyering  <meyering@lucent.com>
41724
41725         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
41726         better with autoheader.
41727
41728 2000-12-24  Jim Meyering  <meyering@lucent.com>
41729
41730         * lib/hash.c (is_prime): Return explicit boolean values.
41731         (hash_get_first): Return NULL to appease Irix5.6's 89.
41732         Reported by Nelson Beebe.
41733
41734 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
41735
41736         * lib/localcharset.c (locale_charset): Add support for Win32.
41737
41738 2000-12-18  Paul Eggert  <eggert@twinsun.com>
41739
41740         * lib/physmem.h, lib/physmem.c: New files.
41741
41742         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
41743         (noinst_HEADERS): Add physmem.h.
41744
41745         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
41746         't' for compatibility with Solaris 8 sort.
41747
41748 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
41749
41750         * lib/config.charset: Add support for BeOS.
41751
41752 2000-12-17  Jim Meyering  <meyering@lucent.com>
41753
41754         * m4/dos.m4 (jm_AC_DOS): New file and macro.
41755         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
41756
41757 2000-12-16  Jim Meyering  <meyering@lucent.com>
41758
41759         This bug had a serious impact on chown: `chown N:M FILE' (for integer
41760         N and M) would have treated it like `chown N:N FILE'.
41761
41762         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
41763
41764 2000-12-16  Jim Meyering  <meyering@lucent.com>
41765
41766         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
41767         SHELLS_FILE to a file name that's useful on djgpp systems.
41768         Include stdlib.h.
41769         (ADDITIONAL_DEFAULT_SHELLS): Define.
41770         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
41771         Based mostly on a patch from Prashant TR.
41772
41773 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
41774
41775         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
41776         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
41777         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
41778
41779 2000-12-08  Andreas Schwab  <schwab@suse.de>
41780
41781         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
41782         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
41783
41784 2000-12-07  Jim Meyering  <meyering@lucent.com>
41785
41786         * lib/stripslash.c (ISSLASH): Define.
41787         (strip_trailing_slashes): Use ISSLASH rather than comparing against
41788         `/'.
41789         From Prashant TR.
41790
41791         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
41792         (dir_name_r): Declare this function as static.
41793         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
41794         manifest itself on a name containing a mix of slashes and
41795         backslashes.
41796         Make this function work with names starting with a DOS-style
41797         drive letter and colon prefix.
41798         (dir_name): Append `.' if necessary.
41799         Based mostly on patches from Prashant TR and Eli Zaretskii.
41800
41801         * lib/dirname.h (dir_name_r): Remove prototype.
41802
41803 2000-12-06  Paul Eggert  <eggert@twinsun.com>
41804
41805         * m4/off_t-format.m4: Remove this file.
41806         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
41807
41808 2000-12-06  Jim Meyering  <meyering@lucent.com>
41809
41810         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
41811         replacement strtoull, we may well need the replacement strtoul, too.
41812         Check for declarations of strtoul and strtoull.
41813         Check for strtol.  Mainly as a cue to cause automake to include
41814         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
41815         Check for limits.h -- strtol.c needs it.
41816
41817 2000-12-05  Jim Meyering  <meyering@lucent.com>
41818
41819         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
41820
41821 2000-12-04  Jim Meyering  <meyering@lucent.com>
41822
41823         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
41824         Also include memory.h, stdlib.h, unistd.h if appropriate.
41825         Reported by Andreas Jaeger (conflicting declaration of malloc).
41826
41827 2000-12-02  Jim Meyering  <meyering@lucent.com>
41828
41829         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
41830         * m4/jm-macros.m4 (jm_MACROS): require it.
41831
41832 2000-12-02  Jim Meyering  <meyering@lucent.com>
41833
41834         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
41835
41836 2000-12-01  Paul Eggert  <eggert@twinsun.com>
41837
41838         * lib/memrchr.c: Include <config.h> before any system include file.
41839
41840 2000-11-30  Jim Meyering  <meyering@lucent.com>
41841
41842         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
41843
41844 2000-11-30  Jim Meyering  <meyering@lucent.com>
41845
41846         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
41847
41848 2000-11-29  Paul Eggert  <eggert@twinsun.com>
41849
41850         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
41851
41852 2000-11-26  Jim Meyering  <meyering@lucent.com>
41853
41854         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
41855
41856 2000-11-22  Paul Eggert  <eggert@twinsun.com>
41857
41858         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
41859         size of (size_t) -1; it's not portable.
41860
41861 2000-11-17  Jim Meyering  <meyering@lucent.com>
41862
41863         * lib/strstr.c: Update from GNU libc.
41864
41865 2000-11-17  Akim Demaille  <akim@epita.fr>
41866
41867         * lib/obstack.h: Formatting changes.
41868         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
41869         prevent type checking.
41870         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
41871         cast the value to (void *): assigning a `foo *' to a `void *'
41872         variable is valid.
41873         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
41874
41875 2000-11-16  Jim Meyering  <meyering@lucent.com>
41876
41877         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
41878
41879 2000-11-11  Jim Meyering  <meyering@lucent.com>
41880
41881         * lib/error.c: Add a couple #includes, merging from GNU libc version.
41882
41883 2000-11-10  Jim Meyering  <meyering@lucent.com>
41884
41885         * lib/obstack.h: Update from GNU libc.
41886         * lib/obstack.c: Likewise.
41887
41888 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
41889
41890         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
41891
41892 2000-11-06  Paul Eggert  <eggert@twinsun.com>
41893
41894         * lib/getusershell.c (setusershell): Use rewind rather than
41895         fseek/fseeko, to avoid configuration hassles with fseeko.
41896         Don't bother opening SHELLS_FILE if shellstream is NULL;
41897         it's not necessary.
41898
41899 2000-11-05  Jim Meyering  <meyering@lucent.com>
41900
41901         * lib/makepath.h (make_dir): Declare.
41902         * lib/makepath.c (make_dir): Remove `static' attribute.
41903         Tweak a comment.
41904
41905 2000-11-04  Jim Meyering  <meyering@lucent.com>
41906
41907         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
41908
41909 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
41910
41911         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
41912         last one in a bucket, advance to the next bucket.
41913
41914 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
41915
41916         * lib/fnmatch.c: Do not comment out all the code if we are using
41917         the GNU C library, because in some cases we are replacing buggy
41918         code in the GNU C library itself.
41919
41920 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
41921
41922         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
41923         (regex_compile): Catch bogus \(\1\).
41924
41925 2000-10-30  Paul Eggert  <eggert@twinsun.com>
41926
41927         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
41928         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
41929         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
41930
41931 2000-10-30  Paul Eggert  <eggert@twinsun.com>
41932
41933         * lib/error.h, getline.h, modechange.h:
41934         Remove "2000" from Copyright line, as the file hasn't been
41935         changed this year other than in the copyright notice.
41936
41937         * lib/xalloc.h: Add "2000" to Copyright line, as this file
41938         was changed this year.
41939
41940 2000-10-29  Jim Meyering  <meyering@lucent.com>
41941
41942         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
41943         renaming.
41944         * m4/ls-mntd-fs.m4: Likewise
41945
41946 2000-10-29  Jim Meyering  <meyering@lucent.com>
41947
41948         * lib/xstat.in: Fix grammar in comment.
41949
41950 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
41951
41952         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
41953         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
41954         doesn't define __restrict_arr.
41955
41956 2000-10-28  Jim Meyering  <meyering@lucent.com>
41957
41958         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
41959         (jm_PREREQ_MEMCHR): New function.
41960
41961 2000-10-28  Jim Meyering  <meyering@lucent.com>
41962
41963         * lib/memchr.c: Update from libc.
41964         Adjust for portability:
41965         [HAVE_STDLIB_H]: Include stdlib.h.
41966         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
41967         Undef __memchr, too.
41968         [!weak_alias]: Define __memchr to memchr.
41969
41970         * lib/regex.c: Update from libc.
41971         * lib/regex.h: Likewise.
41972         * lib/getopt1.c: Likewise.
41973         * lib/memcmp.c: Likewise.
41974
41975         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
41976         Avoid using fseek, when possible -- it's broken by design.
41977         Patch by Ulrich Drepper.
41978
41979 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
41980
41981         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
41982         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
41983         Giving in to popular pressure to shut up the compiler with casts.
41984
41985 2000-10-26  Jim Meyering  <meyering@lucent.com>
41986
41987         * lib/strftime.c: Update from libc.
41988
41989 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
41990
41991         * regex.c: More `unsigned char' -> `re_char' changes.
41992         Also change several `int' into `re_wchar_t'.
41993         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
41994         (PUSH_FAILURE_POINTER): Don't cast any more.
41995         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
41996         We want GCC to complain, since this piece of code makes
41997         re_match non-reentrant, which *should* be fixed.
41998         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
41999         (EXTEND_BUFFER): Use RETALLOC.
42000         (SET_LIST_BIT): Don't cast.
42001         (re_wchar_t): New type.
42002         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
42003         that those two functions will always properly return.
42004         (IMMEDIATE_QUIT_CHECK): Cast to void.
42005         (analyse_first): Use recursion rather than an explicit stack.
42006         (re_compile_fastmap): Can't fail anymore.
42007         (re_search_2): Don't check re_compile_fastmap for failure.
42008         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
42009         Now also sets the new value (passed in a new argument).
42010         (re_match_2_internal): Use it.
42011         Also, use a new var `reg' of type size_t when looping through regs
42012         rather than reuse the inappropriate `mcnt'.
42013
42014 2000-10-25  Jim Meyering  <meyering@lucent.com>
42015
42016         * lib/obstack.c: Update from libc.
42017
42018 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
42019
42020         * regex.c (regex_compile): Change the way of handling a range from
42021         a char less than 256 to a char not less than 256.
42022
42023 2000-10-24  Andrew Innes  <andrewi@gnu.org>
42024
42025         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
42026         NT-Emacs only.
42027         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
42028         so that re_search functions only quit when callers expect them to.
42029
42030 2000-10-23  Jim Meyering  <meyering@lucent.com>
42031
42032         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
42033         wrong.  That set_locale call must not have any side effects.
42034         From Paul Eggert.
42035
42036 2000-10-22  Jim Meyering  <meyering@lucent.com>
42037
42038         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
42039         [CYCLIC]: Remove now-unused definition.
42040
42041         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
42042         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
42043         Suggestion from Ulrich Drepper.
42044
42045 2000-10-21  Jim Meyering  <meyering@lucent.com>
42046
42047         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
42048         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
42049         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
42050
42051 2000-10-21  Jim Meyering  <meyering@lucent.com>
42052
42053         * lib/dirname.c (memrchr): Declare if necessary.
42054         (dir_name): Remove the restriction that there be no
42055         trailing slashes.  Now, this code skips past them, effectively
42056         ignoring them.
42057         [TEST_DIRNAME] (main): New unit tests.
42058
42059         * lib/memrchr.c: New file from GNU libc.
42060         Undef __memrchr, too.
42061         [!weak_alias]: Define __memrchr to memrchr.
42062         Guard weak_alias use with `#ifdef weak_alias'.
42063
42064 2000-10-21  Jim Meyering  <meyering@lucent.com>
42065
42066         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
42067         (dir_name): Use dir_name_r.
42068         * lib/dirname.h (dir_name_r): Declare it.
42069
42070 2000-10-17  Jim Meyering  <meyering@lucent.com>
42071
42072         * lib/quote.h (PARAMS): Define and use.
42073         Reported by Akim Demaille.
42074
42075         * lib/getopt.c: Update from libc.
42076
42077 2000-10-16  Jim Meyering  <meyering@lucent.com>
42078
42079         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
42080         setlocale.
42081         From Jan Fedak.
42082
42083 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
42084
42085         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
42086
42087 2000-09-25  Jim Meyering  <meyering@lucent.com>
42088
42089         * lib/md5.h (rol): Define (from GnuPG).
42090
42091         * lib/sha.c: Give credit (GnuPG) where due.
42092         (M): Use rol rather than open-coding it.
42093         Add a FIXME comment.
42094
42095 2000-09-21  Jim Meyering  <meyering@lucent.com>
42096
42097         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
42098         Reported by Michael Stone.
42099
42100 2000-09-20  Jim Meyering  <meyering@lucent.com>
42101
42102         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
42103         (noinst_HEADERS): Add sha.h.
42104         Based on code from Scott G. Miller and from GnuPG.
42105
42106 2000-09-18  Jim Meyering  <meyering@lucent.com>
42107
42108         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
42109         LIBS. Otherwise, everyone ends up linking with -lelf for some
42110         configurations.
42111         Reported by Mike Stone.
42112
42113 2000-09-15  Jim Meyering  <meyering@lucent.com>
42114
42115         * lib/regex.c: Update from libc.
42116
42117 2000-09-10  Jim Meyering  <meyering@lucent.com>
42118
42119         * lib/getopt.c (_getopt_internal): Update from glibc.
42120
42121 2000-09-09  Jim Meyering  <meyering@lucent.com>
42122
42123         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
42124         think it should be used as a general replacement for isascii.
42125         * lib/fnmatch.c: Likewise.
42126         * lib/mbswidth.c: Likewise
42127         * lib/regex.c: Likewise.
42128
42129         Don't use atoi.
42130         * lib/userspec.c: Include sys/param.h and limits.h.
42131         Include xstrtol.h.
42132         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
42133         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
42134         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
42135         UID, GID.  Check range.
42136
42137 2000-09-06  Jim Meyering  <meyering@lucent.com>
42138
42139         * lib/getopt.c (_getopt_internal): Update from glibc.
42140
42141 2000-08-30  Jim Meyering  <meyering@lucent.com>
42142
42143         * lib/strftime.c: Merge in changes from GNU libc.
42144
42145 2000-08-26  Jim Meyering  <meyering@lucent.com>
42146
42147         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
42148         * m4/fpending.m4: New file.
42149
42150 2000-08-26  Jim Meyering  <meyering@lucent.com>
42151
42152         * lib/closeout.c: Include "__fpending.h".
42153         (close_stdout_status): Return right away if there's nothing to flush.
42154
42155         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
42156         * lib/__fpending.c: New file.
42157         * lib/__fpending.h: New file.
42158
42159 2000-08-20  Jim Meyering  <meyering@lucent.com>
42160
42161         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
42162         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
42163         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
42164
42165 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
42166
42167         Improve fileutils installation on systems where running
42168         programs (like install) can't be unlinked.
42169         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
42170         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
42171
42172 2000-08-07  Paul Eggert  <eggert@twinsun.com>
42173
42174         Standardize on "memory exhausted" instead of "Memory exhausted"
42175         or "virtual memory exhausted".
42176         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
42177         "virtual memory exhausted".
42178         * lib/same.c (same_name): Invoke xalloc_die instead of printing
42179         our own message.
42180         * lib/userspec.c (parse_user_spec): Likewise.
42181         * lib/bumpalloc.h: comment fix
42182         * lib/same.c, userspec.c: Include xalloc.h.
42183
42184         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
42185         not char *const and pointing to a constant array.
42186         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
42187         (xrealloc): Comment fix.
42188
42189         * lib/userspec.c (parse_user_spec):
42190         Don't translate a message until just before returning,
42191         to avoid unnecessary translation.
42192
42193 2000-08-07  Jim Meyering  <meyering@lucent.com>
42194
42195         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
42196         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
42197         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
42198         getgroups.c, gethostname.c, getopt.h, group-member.c,
42199         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
42200         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
42201         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
42202         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
42203         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
42204         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
42205         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
42206         yesno.c: Back out Copyright date changes for each file with no change
42207         this year.  This eases coordination with other programs using the same
42208         source code modules.  From Paul Eggert.
42209
42210 2000-08-06  Paul Eggert  <eggert@twinsun.com>
42211
42212         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
42213         not char, for compatibility with glibc 2.1.3 strftime.c.
42214
42215 2000-08-03  Greg McGary  <greg@mcgary.org>
42216
42217         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
42218         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
42219         (EXTEND_BUFFER): Use them.
42220
42221 2000-08-01  Jim Meyering  <meyering@lucent.com>
42222
42223         * lib/dirname.c (ISSLASH): Define.
42224         (BACKSLASH_IS_PATH_SEPARATOR): Define.
42225         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
42226         both `\' and `/' may be use as path separators.
42227         Based on a patch from Prashant TR.
42228
42229 2000-07-31  Paul Eggert  <eggert@twinsun.com>
42230
42231         * lib/quotearg.c (quotearg_n_options): Don't make the initial
42232         slot vector a constant, since it might get modified.
42233
42234 2000-07-31  Jim Meyering  <meyering@lucent.com>
42235
42236         * lib/xmalloc.c: Use `virtual memory exhausted', not
42237         `Memory exhausted'.
42238         * lib/obstack.c (print_and_abort): Likewise.
42239
42240 2000-07-30  Paul Eggert  <eggert@twinsun.com>
42241
42242         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
42243         buffer, so that the caller can always quote one small
42244         component of a "memory exhausted" message in slot 0.
42245         From a suggestion by Jim Meyering.
42246
42247 2000-07-30  Jim Meyering  <meyering@lucent.com>
42248
42249         * lib/makepath.c (make_path): Quote the other instance, too.
42250
42251         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
42252         (STATIC_BUF_SIZE): Define.
42253         (quotearg_n_options): Use only statically allocated storage when
42254         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
42255         than STATIC_BUF_SIZE.
42256
42257 2000-07-29  Jim Meyering  <meyering@lucent.com>
42258
42259         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
42260         * lib/dirname.c (dir_name): Likewise.
42261
42262         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
42263         `/'.
42264
42265         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
42266         (dir_name): Assert that there are no trailing slashes.
42267
42268 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
42269
42270         * lib/mbswidth.h (mbswidth): Add a flags argument.
42271         (mbswidth): New declaration.
42272         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
42273         * lib/mbswidth.c (mbswidth): Add a flags argument.
42274         (mbsnwidth): New function.
42275
42276 2000-07-24  Jim Meyering  <meyering@lucent.com>
42277
42278         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
42279
42280 2000-07-23  Paul Eggert  <eggert@twinsun.com>
42281
42282         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
42283
42284 2000-07-23  Paul Eggert  <eggert@twinsun.com>
42285
42286         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
42287         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
42288         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
42289         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
42290         invoke multibyte primitives.
42291
42292 2000-07-23  Paul Eggert  <eggert@twinsun.com>
42293
42294         * lib/quotearg.c:
42295         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
42296         so that mbstate_t is always defined.
42297
42298         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
42299         be 1 in at least one GCC installation, and this configuration
42300         error is likely to be common.  Ignoring MB_LEN_MAX hurts
42301         performance on hosts that have mbrtowc but have only unibyte
42302         locales, but I assume these hosts are rare.
42303
42304 2000-07-23  Paul Eggert  <eggert@twinsun.com>
42305
42306         * lib/mbswidth.c (_XOPEN_SOURCE):
42307         Don't define; this causes problems on Solaris 7.
42308         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
42309
42310 2000-07-23  Jim Meyering  <meyering@lucent.com>
42311
42312         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
42313         too: getgrgid, getpwuid, getuid.
42314
42315 2000-07-23  Jim Meyering  <meyering@lucent.com>
42316
42317         * lib/basename.c (base_name): Add an assertion.
42318
42319 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
42320
42321         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
42322         shadow its mbsinit function.
42323
42324 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
42325
42326         * lib/mbswidth.h: New file.
42327         * lib/mbswidth.c: New file.
42328         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
42329         (noinst_HEADERS): Add mbswidth.h.
42330
42331 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
42332
42333         * lib/config.charset: Add support for FreeBSD. Improve support for
42334         HP-UX and IRIX 6.
42335
42336 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
42337
42338         * m4/mbswidth.m4: New file.
42339         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
42340
42341 2000-07-15  Jim Meyering  <meyering@lucent.com>
42342
42343         * lib/makepath.c: Include quote.h.
42344         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
42345         corresponding argument in a `quote (...)' call.
42346         Give better diagnostics.
42347
42348         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
42349         (noinst_HEADERS): Add quote.h.
42350
42351         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
42352         from tar's src/misc.c.
42353         * lib/quote.h: New file.  Prototypes for same.
42354
42355 2000-07-14  Paul Eggert  <eggert@twinsun.com>
42356
42357         From a suggestion by Bruno Haible.
42358         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
42359         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
42360         to decide whether to define the BeOS workaround macro;
42361         this adjusts to the change to AC_MBSTATE_T.
42362
42363 2000-07-14  Jim Meyering  <meyering@lucent.com>
42364
42365         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
42366         jm_AC_TYPE_UINTMAX_T.
42367
42368 2000-07-13  Paul Eggert  <eggert@twinsun.com>
42369
42370         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
42371
42372         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
42373         quotearg_buffer_restyled): Add support for
42374         clocale_quoting_style.  Undo previous change to
42375         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
42376         and "{RIGHT QUOTATION MARK}" msgids.
42377
42378 2000-07-10  Paul Eggert  <eggert@twinsun.com>
42379
42380         From a suggestion by Bruno Haible.
42381         * m4/mbstate_t.m4 (AC_MBSTATE_T):
42382         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
42383         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
42384         and mbstate_t, to a single-part test that simply defines mbstate_t.
42385         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
42386         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
42387
42388 2000-07-10  Jim Meyering  <meyering@lucent.com>
42389
42390         * m4/strerror_r.m4: Mirror the correction made in autoconf.
42391
42392         * m4/gnu-source.m4: Output to confdefs.h directly.
42393         Suggestion from Akim Demaille.
42394
42395 2000-07-09  Paul Eggert  <eggert@twinsun.com>
42396
42397         The old behavior of quoting `like this' doesn't look good with
42398         newer, ISO-style fonts.  See:
42399         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
42400
42401         Instead, quote "like this" by default.  Let the translator
42402         tailor the locale-specific quoting behavior by providing
42403         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
42404
42405         * lib/quotearg.c (N_): New macro.
42406         (gettext_default): New function.
42407         (quotearg_buffer_restyled): Use
42408         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
42409         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
42410
42411 2000-07-09  Jim Meyering  <meyering@lucent.com>
42412
42413         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
42414         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
42415
42416         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
42417         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
42418
42419 2000-07-09  Jim Meyering  <meyering@lucent.com>
42420
42421         * lib/Most files: Update copyright dates to include 2000.
42422
42423 2000-07-08  Jim Meyering  <meyering@lucent.com>
42424
42425         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
42426         if not defined.
42427         (xgethostname): Remove now-unnecessary #ifdef.
42428         Move declaration of `err' into loop where it's used.
42429
42430 2000-07-05  Paul Eggert  <eggert@twinsun.com>
42431         and Bruno Haible  <haible@clisp.cons.org>
42432
42433         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
42434         only if the test for an object-type mbstate_t fails.  This
42435         prevents us from mistakenly reporting that mbstate_t is a
42436         system object type after we "#define mbstate_t int" to work
42437         around its lack.
42438
42439 2000-07-05  Paul Eggert  <eggert@twinsun.com>
42440         and Bruno Haible  <haible@clisp.cons.org>
42441
42442         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
42443
42444 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
42445
42446         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
42447         to strerror_r.
42448         Include <ctype.h> for use of isalpha.
42449
42450 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
42451
42452         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
42453         by allocating a larger buffer. Test the gethostname return value for
42454         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
42455         returns an error and ENAMETOOLONG isn't defined.
42456
42457 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
42458
42459         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
42460         dimension.
42461
42462 2000-07-04  Jim Meyering  <meyering@lucent.com>
42463
42464         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
42465         of the deprecated AC_CHECKING.
42466
42467 2000-07-04  Jim Meyering  <meyering@lucent.com>
42468
42469         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
42470         Reported by Bruno Haible.
42471
42472 2000-07-04  Jim Meyering  <meyering@lucent.com>
42473
42474         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
42475         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
42476         lacks mbrtowc.
42477
42478 2000-07-03  Paul Eggert  <eggert@twinsun.com>
42479
42480         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
42481         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
42482
42483 2000-07-03  Paul Eggert  <eggert@twinsun.com>
42484         and Bruno Haible  <haible@clisp.cons.org>
42485
42486         * lib/quotearg.c (mbrtowc):
42487         Assign to *pwc, and return 1 only if result is nonzero.
42488         (iswprint): Use ISPRINT when substituting our own mbrtowc.
42489
42490 2000-07-03  Jim Meyering  <meyering@lucent.com>
42491
42492         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
42493
42494 2000-07-03  Jim Meyering  <meyering@lucent.com>
42495
42496         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
42497         This is necessary to get a definition of e.g., UTMP_FILE on
42498         HP-UX 10.20.
42499         From Bob Proulx.
42500
42501 2000-07-02  Jim Meyering  <meyering@lucent.com>
42502
42503         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
42504
42505         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
42506         AC_LIBOBJ(function_name).
42507         * m4/chown.m4: Likewise.
42508         * m4/fnmatch.m4: Likewise.
42509         * m4/ftruncate.m4: Likewise.
42510         * m4/getgroups.m4: Likewise.
42511         * m4/getline.m4: Likewise.
42512         * m4/group-member.m4: Likewise.
42513         * m4/jm-macros.m4: Likewise.
42514         * m4/lstat.m4: Likewise.
42515         * m4/malloc.m4: Likewise.
42516         * m4/memcmp.m4: Likewise.
42517         * m4/nanosleep.m4: Likewise.
42518         * m4/putenv.m4: Likewise.
42519         * m4/realloc.m4: Likewise.
42520         * m4/regex.m4: Likewise.
42521         * m4/stat.m4: Likewise.
42522         * m4/strftime.m4: Likewise.
42523
42524 2000-07-02  Jim Meyering  <meyering@lucent.com>
42525
42526         * lib/quotearg.c (mbstate_t): Don't define here.
42527
42528 2000-07-02  Jim Meyering  <meyering@lucent.com>
42529
42530         * lib/nanosleep.c (SIGCONT): Define if not already defined.
42531
42532 2000-07-01  Jim Meyering  <meyering@lucent.com>
42533
42534         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
42535
42536 2000-07-01  Jim Meyering  <meyering@lucent.com>
42537
42538         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
42539         problem.
42540
42541 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
42542
42543         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
42544         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
42545
42546 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
42547
42548         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
42549         per change in ../m4/ls-mntd-fs.m4.
42550         (read_filesystem_list): Ignore symbolic links.
42551
42552 2000-06-29  Jim Meyering  <meyering@lucent.com>
42553
42554         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
42555         for declaration of strcmp.
42556
42557         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
42558
42559         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
42560         Avoid warning by casting result to `char *' to remove `const'.
42561
42562 2000-06-28  Jim Meyering  <meyering@lucent.com>
42563
42564         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
42565         included by quotearg.c, for which we perform this test.  From
42566         Bruno Haible.
42567
42568 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
42569
42570         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
42571         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
42572         <utmpx.h> exists, put readutmp.o into LIBOBJS.
42573
42574 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
42575
42576         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
42577
42578 2000-06-26  Paul Eggert  <eggert@twinsun.com>
42579
42580         savedir now sets errno on failure and invokes xmalloc to get memory.
42581         Fix a couple of other minor bugs while we're at it.
42582
42583         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
42584         (NAMLEN): Remove macro.
42585         (malloc, realloc): Remove decls.
42586         (stpcpy): Likewise.
42587         ("xalloc.h"): Include.
42588         (NAME_SIZE_DEFAULT): New macro.
42589         (savedir): Use xmalloc / xrealloc to allocate memory.
42590         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
42591         Skip "" directory entries.
42592         Use strlen to calculate directory entry length, since the old method
42593         is rarely used these days and isn't worth supporting.
42594         Don't use a pointer after freeing it.
42595         Check for integer overflow when calculating allocation size.
42596         Use memcpy to copy entries, instead of stpcpy.
42597         Set errno properly when returning NULL.
42598         Check for readdir error.
42599
42600 2000-06-26  Jim Meyering  <meyering@lucent.com>
42601
42602         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
42603
42604 2000-06-25  Jim Meyering  <meyering@lucent.com>
42605
42606         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
42607         Linux header bug when _XOPEN_SOURCE is defined to 500.
42608
42609 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
42610
42611         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
42612         deficiency.
42613
42614 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
42615
42616         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
42617         Include xalloc.h.
42618         Don't include <stdlib.h>.  Don't declare malloc, realloc.
42619
42620 2000-06-24  Jim Meyering  <meyering@lucent.com>
42621
42622         * m4/strerror_r.m4: Revive this file -- to try out an experimental
42623         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
42624         for which strerror does return char*, but which lacks a conveniently
42625         accessible declaration of the function.  If the compile-test says
42626         strerror_r doesn't work, then resort to a `run'-test that works on
42627         BeOS and segfaults on DEC Unix.
42628
42629 2000-06-24  Jim Meyering  <meyering@lucent.com>
42630
42631         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
42632
42633 2000-06-23  Paul Eggert  <eggert@twinsun.com>
42634
42635         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
42636         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
42637
42638 2000-06-23  Paul Eggert  <eggert@twinsun.com>
42639
42640         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
42641         (mbrtowc, mbstate_t): Define substitutes if
42642         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
42643         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
42644         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
42645
42646 2000-06-23  Jim Meyering  <meyering@lucent.com>
42647
42648         * m4/afs.m4: Add missing AC_MSG_RESULT.
42649         Reported by Bruno Haible.
42650
42651         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
42652         Suggestion from Bruno Haible.
42653
42654 2000-06-23  Jim Meyering  <meyering@lucent.com>
42655
42656         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
42657
42658 2000-06-21  Jim Meyering  <meyering@lucent.com>
42659
42660         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
42661
42662 2000-06-21  Jim Meyering  <meyering@lucent.com>
42663
42664         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
42665         (noinst_HEADERS): Add getstr.h.
42666
42667         * lib/getline.c (getstr): Move into a separate file.
42668         * lib/getstr.c (getstr): New file, extracted from getline.c, with
42669         the following changes: new parameter, delim2; both delim[12]
42670         parameters have type `int', not `char'.  The latter would lose
42671         with 8-bit delimiters.
42672         * lib/getstr.h: New file.
42673
42674 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
42675
42676         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
42677         than 1024, return a memory chunk of least possible size, instead
42678         of size PATH_MAX + 2. In the loop, increment the size proportionally.
42679         Use free/xmalloc instead of xrealloc to avoid copying for very long
42680         paths.
42681
42682 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
42683
42684         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
42685         the empty string.
42686
42687 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
42688
42689         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
42690         address, not strdup.  Include <stdlib.h> and don't declare free().
42691
42692 2000-06-19  Jim Meyering  <meyering@lucent.com>
42693
42694         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
42695
42696 2000-06-18  Jim Meyering  <meyering@lucent.com>
42697
42698         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
42699
42700         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
42701         `checking whether...' message to be consistent with that of the
42702         lstat test.
42703
42704 2000-06-18  Jim Meyering  <meyering@lucent.com>
42705
42706         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
42707         Besides, these days every porting target provides a mkdir function.
42708
42709         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
42710         needed. (this snippet comes from src/system.h).
42711
42712 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
42713
42714         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
42715
42716 2000-06-15  Paul Eggert  <eggert@twinsun.com>
42717
42718         * lib/human.c (adjust_value): New function.
42719         (human_readable_inexact): Apply rounding style even when
42720         printing approximate values.
42721
42722 2000-06-14  Paul Eggert  <eggert@twinsun.com>
42723
42724         * lib/human.c (human_readable_inexact): Allow an input block
42725         size that is not a multiple of the output block size, and vice versa.
42726         Reported by Piergiorgio Sartor.
42727
42728 2000-06-14  Paul Eggert  <eggert@twinsun.com>
42729
42730         * lib/getdate.y (get_date): Apply relative times after time
42731         zone indicator, not before.  Reported by Todd A. Jacobs.
42732
42733 2000-06-13  Jim Meyering  <meyering@lucent.com>
42734
42735         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
42736
42737         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
42738
42739 2000-06-12  Paul Eggert  <eggert@twinsun.com>
42740
42741         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
42742
42743 2000-06-12  Jim Meyering  <meyering@lucent.com>
42744
42745         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
42746         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
42747         optional argument.
42748         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
42749         the optional argument, `lib'.
42750
42751 2000-06-08  Jim Meyering  <meyering@lucent.com>
42752
42753         * m4/largefile.m4: Remove file (now that it's part of autoconf).
42754
42755 2000-06-04  Paul Eggert  <eggert@twinsun.com>
42756
42757         Rewrite largefile configuration so that we don't need to run
42758         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
42759         AC_CANONICAL_HOST in configure.in -- jmm]
42760
42761         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
42762         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
42763         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
42764         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
42765         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
42766         All uses changed.
42767         Instead of inspecting the output of getconf, try to compile the
42768         test program without and with the macro definition.
42769         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
42770         for getconf.  Instead, check for the needed flags by compiling
42771         test programs.
42772
42773 2000-06-04  Paul Eggert  <eggert@twinsun.com>
42774
42775         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
42776
42777 2000-06-04  Jim Meyering  <meyering@lucent.com>
42778
42779         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
42780         SunOS 4.1.4 for which gid_t is an unsigned type.
42781
42782 2000-06-03  Jim Meyering  <meyering@lucent.com>
42783
42784         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
42785         now that autoconf requires that.
42786
42787         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
42788         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
42789         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
42790
42791 2000-06-03  Jim Meyering  <meyering@lucent.com>
42792
42793         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
42794
42795 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
42796
42797         * m4/glibc21.m4: New file.
42798         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
42799
42800 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
42801
42802         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
42803         newer, don't install charset.alias.
42804         * lib/config.charset: Change the Linux/glibc rules so they become empty
42805         on glibc-2.1 or newer.
42806
42807 2000-06-02  Jim Meyering  <meyering@lucent.com>
42808
42809         * lib/mountlist.c: Back out last change.  Instead, do this...
42810         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
42811         me_dummy member using the same `ignore'-testing code.
42812         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
42813         fs_type strings.
42814         From Mark D. Roth.
42815
42816 2000-05-29  Jim Meyering  <meyering@lucent.com>
42817
42818         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
42819         mounts with the `ignore' attribute.  Based on a patch from
42820         Mark D. Roth.
42821
42822 2000-05-28  Jim Meyering  <meyering@lucent.com>
42823
42824         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
42825         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
42826         * m4/stat.m4: Likewise.
42827         * m4/lstat.m4: Likewise.
42828         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
42829
42830         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
42831         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
42832
42833 2000-05-26  Jim Meyering  <meyering@lucent.com>
42834
42835         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
42836
42837 2000-05-24  Jim Meyering  <meyering@lucent.com>
42838
42839         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
42840         autoconf requires that.
42841         * m4/lib-check.m4: Likewise.
42842         * m4/jm-macros.m4: Likewise.
42843         * m4/strftime.m4: Likewise.
42844
42845         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
42846         AC_CHECK_DECLS, now that autoconf requires that.
42847
42848 2000-05-22  Jim Meyering  <meyering@lucent.com>
42849
42850         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
42851         * m4/lstat.m4: Likewise.
42852
42853 2000-05-22  Jim Meyering  <meyering@lucent.com>
42854
42855         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
42856
42857 2000-05-20  Jim Meyering  <meyering@lucent.com>
42858
42859         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
42860         (jm_PREREQ): Use it.
42861
42862 2000-05-18  Jim Meyering  <meyering@lucent.com>
42863
42864         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
42865         back, too, since it may have been modified by allocate_entry.
42866         (hash_delete): Rewrite to use neither the assignment operator
42867         nor the comma operator in an if-expression.
42868
42869 2000-05-15  Paul Eggert  <eggert@twinsun.com>
42870
42871         * lib/closeout.c:
42872         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
42873         Remove; no longer needed.
42874         "quotearg.h": Add include.
42875         (file_name): Do not bother to explicitly initialize to NULL; it's less
42876         efficient on some hosts.
42877         (close_stdout_status): Remove test as to whether stdout was already
42878         closed; it breaks for the case "echo x | sort >&-".
42879         Quote file name colons.
42880         Do not assume that _("write error") lacks format strings.
42881
42882 2000-05-15  Jim Meyering  <meyering@lucent.com>
42883
42884         * lib/version-etc.c (version_etc_copyright): Update the copyright
42885         string used in all --version output.
42886
42887 2000-05-14  Jim Meyering  <meyering@lucent.com>
42888
42889         * lib/closeout.c (close_stdout_set_file_name): New function.
42890         (close_stdout_status): Use new file-scoped global.
42891         Return right away if fstat says the stdout file descriptor is invalid.
42892         * lib/closeout.h (close_stdout_set_file_name): Declare.
42893
42894 2000-05-10  Jim Meyering  <meyering@lucent.com>
42895
42896         * lib/closeout.c [default_exit_status]: New file-scoped variable.
42897         (close_stdout_set_status): New function.
42898         * lib/closeout.h (close_stdout_set_status): Declare.
42899
42900 2000-05-09  Jim Meyering  <meyering@lucent.com>
42901
42902         * m4/gettext.m4: Rename this...
42903         * m4/libintl.m4: ...to this.
42904
42905 2000-05-08  Jim Meyering  <meyering@lucent.com>
42906
42907         * lib/long-options.c: Don't include closeout.h.
42908         (parse_long_options): Don't call close_stdout for --version.
42909
42910 2000-05-06  Paul Eggert  <eggert@twinsun.com>
42911
42912         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
42913         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
42914         2.1.3 bug.  This avoids a clash when files like regex.c define
42915         _GNU_SOURCE.
42916
42917 2000-05-06  Jim Meyering  <meyering@lucent.com>
42918
42919         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
42920         (AC_REPLACE_FUNCS): Add strnlen.
42921
42922         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
42923         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
42924
42925         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
42926         AC_SEARCH_LIBS call for nanosleep.
42927         (LIB_NANOSLEEP): Set and AC_SUBST.
42928
42929 2000-05-06  Jim Meyering  <meyering@lucent.com>
42930
42931         * lib/strnlen.c: Undefine __strnlen and strnlen.
42932         [!weak_alias]: Define __strnlen to strnlen.
42933
42934         * lib/atexit.c: New file, from libiberty.
42935
42936 2000-05-06  Jim Meyering  <meyering@lucent.com>
42937
42938         * lib/closeout.c (close_stdout_status): Also check for errors on the
42939         stderr stream.
42940
42941 2000-05-05  Jim Meyering  <meyering@lucent.com>
42942
42943         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
42944         AC_SEARCH_LIBS call for clock_gettime.
42945         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
42946
42947         * m4/search-libs.m4: Update from autoconf.
42948
42949         su doesn't work on Solaris 2.6.
42950         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
42951         <shadow.h>.  Reported by Dragos Harabor.
42952
42953 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
42954
42955         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
42956         memcpy instead of xmalloc, xrealloc, path_concat.
42957         (locale_charset): Treat empty environment variables as absent.
42958         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
42959
42960 2000-05-04  Jim Meyering  <meyering@lucent.com>
42961
42962         * lib/getopt.c: Update from glibc.
42963         * lib/obstack.c: Likewise.
42964         * lib/obstack.h: Likewise.
42965         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
42966         file
42967
42968         * lib/regex.h: Likewise.
42969         * lib/strndup.c: Likewise.
42970         * lib/strnlen.c: New file, from glibc.
42971
42972 2000-05-03  Jim Meyering  <meyering@lucent.com>
42973
42974         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
42975
42976 2000-05-02  Paul Eggert  <eggert@twinsun.com>
42977
42978         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
42979         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
42980         compile-time test, rather than inspecting host and OS, to
42981         decide whether to define _LARGEFILE_SOURCE.
42982
42983 2000-05-01  Jim Meyering  <meyering@lucent.com>
42984
42985         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
42986
42987         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
42988         Based on a patch from Bruno Haible.
42989
42990 2000-05-01  Jim Meyering  <meyering@lucent.com>
42991
42992         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
42993
42994 2000-04-29  Jim Meyering  <meyering@lucent.com>
42995
42996         * lib/path-concat.c: Declare strdup only if it's not defined.
42997         * lib/canon-host.c: Likewise.
42998
42999 2000-04-28  Jim Meyering  <meyering@lucent.com>
43000
43001         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
43002         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
43003         is included first, then limits.h is included by locale.h by libintl.h.
43004         From John David Anglin.
43005
43006 2000-04-25  Jim Meyering  <meyering@lucent.com>
43007
43008         * lib/makepath.c (S_IRWXUGO): Define.
43009         (make_path): Always perform explicit chmod if MODE specifies any
43010         of the `special' permission bits.  Prompted by a bug report against
43011         install from Mate Wierdl and Joost van Baal.
43012
43013 2000-04-18  Jim Meyering  <meyering@lucent.com>
43014
43015         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
43016         (jm_PREREQ): Use it.
43017
43018 2000-04-18  Jim Meyering  <meyering@lucent.com>
43019
43020         * lib/README: New file.
43021
43022         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
43023         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
43024
43025 2000-04-17  Jim Meyering  <meyering@lucent.com>
43026
43027         Get it right :-)
43028         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
43029         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
43030         Suggestion from Akim Demaille.
43031
43032 2000-04-17  Jim Meyering  <meyering@lucent.com>
43033
43034         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
43035         the definition of it to rpl_strftime also defined-away the system's
43036         declaration.
43037
43038 2000-04-15  Jim Meyering  <meyering@lucent.com>
43039
43040         Use `C' to denote so-called `contiguous' files, the same way
43041         that tar does.
43042         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
43043         (ftypelet): Use S_ISCTG.
43044         From Michael Deutschmann.
43045
43046 2000-04-14  Jim Meyering  <meyering@lucent.com>
43047
43048         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
43049         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
43050         clobbered.
43051
43052 2000-04-14  Jim Meyering  <meyering@lucent.com>
43053
43054         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
43055
43056 2000-04-13  Jim Meyering  <meyering@lucent.com>
43057
43058         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
43059         AH_VERBATIM to insert required #ifndef into config.h.in.
43060         Suggestion from Akim Demaille.
43061
43062 2000-04-12  Jim Meyering  <meyering@lucent.com>
43063
43064         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
43065         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
43066         Christian Krackowizer.
43067
43068         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
43069         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
43070         (AC_SYS_LARGEFILE): Require.
43071         (AM_C_PROTOTYPES): Require.
43072
43073 2000-04-08  Jim Meyering  <meyering@lucent.com>
43074
43075         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
43076         names don't conflict.  Reported by Eli Zaretskii.
43077
43078 2000-04-07  Jim Meyering  <meyering@lucent.com>
43079
43080         * lib/putenv.c: Move inclusion of errno.h so it follows that of
43081         sys/types.h, to work around system header problems on AIX 3.2.5.
43082         From Bruno Haible.
43083
43084 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
43085
43086         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
43087         bug.  Deal with the different error behavior of Irix iconv.
43088
43089 2000-04-05  Paul Eggert  <eggert@twinsun.com>
43090
43091         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
43092         IRIX if the installer said otherwise.
43093
43094 2000-04-05  Jim Meyering  <meyering@lucent.com>
43095
43096         Portability tweaks required for ultrix4.3.
43097         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
43098         (jm_CHECK_DECLS): Add getutent to the list of functions.
43099         (_jm_DECL_HEADERS): Add utmpx.h.
43100         From John David Anglin.
43101
43102         * m4/strftime.m4: Back out the 2000-04-02 change.
43103         Instead of that change, simply undefine putenv in the test program.
43104
43105 2000-04-05  Jim Meyering  <meyering@lucent.com>
43106
43107         Portability tweaks required for ultrix4.3.
43108         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
43109         getutent.
43110         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
43111         * lib/canon-host.c: Declare strdup.
43112         * lib/path-concat.c: Likewise.
43113         From John David Anglin.
43114
43115 2000-04-04  Jim Meyering  <meyering@lucent.com>
43116
43117         Be more DOS 8.3-friendly.
43118         * lib/ref-add.sin: Renamed from ref-add.sed.in.
43119         * lib/ref-del.sin: Renamed from ref-del.sed.in.
43120         * lib/Makefile.am: Reflect renaming.
43121         Reported by Eli Zaretskii.
43122
43123         Use a temporary file name that won't clash with `charset.alias'
43124         in the DOS 8.3 name space.
43125         * lib/Makefile.am (charset_tmp): Define.
43126         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
43127         (uninstall-local): Likewise.
43128         Reported by Eli Zaretskii.
43129
43130 2000-04-03  Jim Meyering  <meyering@lucent.com>
43131
43132         * m4/gettext.m4: Fix typo in comment.
43133
43134         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
43135         textutils/configure.in).  Suggestion from Paul Eggert.
43136         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
43137
43138 2000-04-02  Paul Eggert  <eggert@twinsun.com>
43139
43140         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
43141         variable in the shell rather than using putenv, which isn't
43142         portable.  This avoids the configure-time inter-test dependency
43143         on the potentially-renamed putenv function.
43144
43145 2000-03-30  Paul Eggert  <eggert@twinsun.com>
43146
43147         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
43148         before checking struct stat.st_blksize, so that
43149         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
43150
43151 2000-03-29  Paul Eggert  <eggert@twinsun.com>
43152
43153         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
43154         since strftime.c uses HAVE_STRFTIME to decide whether to use
43155         the underlying strftime.
43156
43157 2000-03-29  Paul Eggert  <eggert@twinsun.com>
43158
43159         * lib/time/strftime.c (my_strftime): Make sure we call the system
43160         strftime, not ourselves, when invoking the underlying strftime.
43161
43162 2000-03-24  Jim Meyering  <meyering@lucent.com>
43163
43164         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
43165         (charset_alias): Define.
43166         (install-exec-local): Factor out common code.
43167         (uninstall-local): Split lines longer than 80.
43168         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
43169         (SUFFIXES): Define.
43170         (.sed.in.sed): New rule.  Don't redirect directly to $@.
43171         (CLEANFILES): Add ref-add.sed and ref-del.sed.
43172
43173 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
43174
43175         * lib/config.charset: Output a line containing "Packages using this
43176         file".
43177         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
43178         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
43179         ref-del.sed): New rules.
43180
43181 2000-03-17  Jim Meyering  <meyering@lucent.com>
43182
43183         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
43184         Otherwise, include <strings.h>
43185
43186 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
43187
43188         * lib/unicodeio.c (utf8_wctomb): New function.
43189         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
43190         format instead of in UCS-4 with platform dependent endianness.
43191
43192 2000-03-10  Jim Meyering  <meyering@lucent.com>
43193
43194         * m4/lib-check.m4: Look for getspnam in -lgen, too.
43195         From Marco Franzen.
43196
43197 2000-03-07  Paul Eggert  <eggert@twinsun.com>
43198
43199         * lib/savedir.c (savedir): Work even if directory size is
43200         negative; this can happen with some screwy NFS configurations.
43201
43202 2000-03-06  Jim Meyering  <meyering@lucent.com>
43203
43204         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
43205         if it's NULL (because we ran out of memory).  From Bruno Haible.
43206
43207 2000-03-05  Jim Meyering  <meyering@lucent.com>
43208
43209         * lib/localcharset.c ("path-concat.h"): Include.
43210         (get_charset_aliases): Use path_concat instead of ANSI string
43211         concatenation.
43212
43213         * lib/unicodeio.h (PARAMS): Define.
43214         Use it to guard prototype.
43215
43216 2000-03-04  Jim Meyering  <meyering@lucent.com>
43217
43218         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
43219         for lib/localcharset.c.
43220
43221 2000-03-04  Jim Meyering  <meyering@lucent.com>
43222
43223         * lib/Makefile.am (install-exec-local): Create $(libdir) before
43224         installing into it.
43225         (uninstall-local): Uncomment this rule so `make distcheck' works
43226         once again.
43227
43228         * lib/unicodeio.c (<errno.h>): Include it.
43229         (errno): Declare if not defined.
43230
43231         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
43232
43233         * lib/config.charset: New version, incorporating remarks from a linux
43234         i18n mailing list.  From Bruno Haible.
43235
43236 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
43237
43238         * m4/codeset.m4: New file.
43239         * m4/iconv.m4: New file.
43240         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
43241
43242 2000-03-03  Jim Meyering  <meyering@lucent.com>
43243
43244         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
43245
43246 2000-03-02  Jim Meyering  <meyering@lucent.com>
43247
43248         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
43249         the messages come out on separate lines.
43250
43251         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
43252         rather than jm_CHECK_DECLARATIONS.
43253         * m4/decl.m4: Remove now-unused file.
43254
43255         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
43256         geteuid.
43257
43258 2000-03-02  Jim Meyering  <meyering@lucent.com>
43259
43260         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
43261
43262 2000-03-01  Jim Meyering  <meyering@lucent.com>
43263
43264         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
43265         * lib/unicodeio.c: Likewise.
43266
43267 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
43268
43269         * lib/config.charset: New file.
43270         * lib/localcharset.c: New file.
43271         * lib/unicodeio.h, lib/unicodeio.c: New files.
43272         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
43273         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
43274         (noinst_HEADERS): Add unicodeio.h.
43275         (all-local, install-exec-local, charset.alias): New targets.
43276
43277 2000-02-28  Paul Eggert  <eggert@twinsun.com>
43278
43279         * lib/quotearg.c (ALERT_CHAR): New macro.
43280         (quotearg_buffer_restyled): Use it.
43281
43282 2000-02-27  Jim Meyering  <meyering@lucent.com>
43283
43284         * m4/check-decl.m4: Add getenv to the list.
43285
43286 2000-02-27  Jim Meyering  <meyering@lucent.com>
43287
43288         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
43289         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
43290
43291         * lib/backupfile.c: Guard inclusion of stdlib.h with
43292         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
43293         Declare malloc if needed.
43294
43295         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
43296         `#ifndef HAVE_DECL..'
43297         now that autoconf always defines the HAVE_DECL_ symbols.
43298         * lib/human.c: Likewise.
43299         * lib/same.c: Likewise.
43300         * lib/strtoumax.c: Likewise.
43301
43302         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
43303         declaration check was not run.
43304         * lib/hash.c: Likewise.
43305         * lib/human.c: Likewise.
43306         * lib/same.c: Likewise.
43307         * lib/strtoumax.c: Likewise.
43308
43309         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
43310         `.', then first look up the entire `.'-containing string as a login
43311         name.
43312
43313 2000-02-23  Jim Meyering  <meyering@lucent.com>
43314
43315         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
43316         in place of my hack.
43317
43318 2000-02-18  Paul Eggert  <eggert@twinsun.com>
43319
43320         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
43321         (textint): New typedef.
43322         (parser_control): Member year changed from int to textint.
43323         All uses changed.
43324         (YYSTYPE): Removed; replaced by %union with int and textint members.
43325         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
43326         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
43327         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
43328         (tSNUMBER, tUNUMBER): Now of type <textintval>.
43329         (date, number, to_year): Use width of number in digits, not its value,
43330         to determine whether it's a 2-digit year, or a 2-digit time.
43331         (yylex): Store number of digits of numeric tokens.
43332         Reported by John Kendall.
43333
43334         (parser_control): Changed from struct parser_control to typedef (for
43335         consistency).  All uses changed.
43336
43337         (tID): Removed; not used.
43338         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
43339
43340 2000-02-14  Paul Eggert  <eggert@twinsun.com>
43341
43342         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
43343         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
43344
43345 2000-02-12  Jim Meyering  <meyering@lucent.com>
43346
43347         * lib/userspec.c (ISDIGIT): Define it.
43348         (isdigit): Remove definition.
43349         (is_number): Use ISDIGIT, not isdigit.
43350         <libintl.h>: Include.
43351         (_ and N_): Define.
43352         (parse_user_spec): Mark translatable strings.
43353
43354 2000-02-10  Jim Meyering  <meyering@lucent.com>
43355
43356         With these changes, nanosleep.[ch] are finally enough like the other
43357         lib/* replacement files to compile on a few more losing systems.
43358
43359         * lib/nanosleep.h: Don't include config.h.
43360         Remove prototype from declaration of nanosleep.
43361         (PARAMS): Remove now-unneeded definition.
43362         * lib/nanosleep.c: #undef nanosleep.
43363         (rpl_nanosleep): Rename from nanosleep.
43364
43365 2000-02-10  Jim Meyering  <meyering@lucent.com>
43366
43367         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
43368         gnu_nanosleep to rpl_nanosleep.
43369
43370 2000-02-09  Jim Meyering  <meyering@lucent.com>
43371
43372         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
43373         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
43374
43375 2000-02-08  Akim Demaille  <akim@epita.fr>
43376
43377         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
43378         `[' and `]' and remove uses of `changequote'.
43379         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
43380         (AC_SYS_LARGEFILE): Likewise.
43381         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
43382         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
43383         of changequote.
43384         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
43385         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
43386         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
43387         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
43388
43389 2000-02-05  Jim Meyering  <meyering@lucent.com>
43390
43391         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
43392         Remove explicit use of AC_HEADER_TIME.  It is required by
43393         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
43394         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
43395         in autoconf whereby the expansion of the latter ended up preceding
43396         the expansion of its prerequisite, AC_HEADER_TIME.
43397         Reported by Volker Borchert.
43398
43399 2000-02-03  Jim Meyering  <meyering@lucent.com>
43400
43401         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
43402
43403 2000-02-03  Jim Meyering  <meyering@lucent.com>
43404
43405         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
43406         rather than with `#if HAVE_UTMPNAME'.
43407
43408 2000-02-02  Jim Meyering  <meyering@lucent.com>
43409
43410         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
43411         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
43412         Reported by Eli Zaretskii.
43413
43414 2000-02-01  Jim Meyering  <meyering@lucent.com>
43415
43416         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
43417
43418 2000-01-31  Jim Meyering  <meyering@lucent.com>
43419
43420         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
43421         functions.  Add the time.h and sys/time.h headers along with the
43422         AC_REQUIRE'ment of AC_HEADER_TIME.
43423
43424 2000-01-31  Jim Meyering  <meyering@lucent.com>
43425
43426         * lib/nanosleep.h (nanosleep): Guard declaration with
43427         `#if ! HAVE_DECL_NANOSLEEP'.
43428         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
43429         the declaration in that vendor's sys/timers.h.
43430         Reported by Christian Krackowizer.
43431
43432         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
43433         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
43434         (ISPRINT): Likewise.
43435         Reported by Tom Tromey.
43436
43437 2000-01-30  Jim Meyering  <meyering@lucent.com>
43438
43439         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
43440
43441         * m4/prereq.m4 (utmp_includes): Define.
43442         Check for ut_user and ut_name members in both struct utmpx
43443         and struct utmp.
43444
43445 2000-01-30  Jim Meyering  <meyering@lucent.com>
43446
43447         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
43448         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
43449         header files where only utmpx.ut_user is declared.
43450
43451         * lib/readutmp.h (UT_USER): Define.
43452
43453 2000-01-29  Jim Meyering  <meyering@lucent.com>
43454
43455         * m4/lib-check.m4: New file containing library-related checks from
43456         fileutils and sh-utils (textutils had none).
43457
43458 2000-01-28  Jim Meyering  <meyering@lucent.com>
43459
43460         * m4/perl.m4: Change format of warning message to look more like that
43461         from the missing script.  Suggestion from François Pinard.
43462
43463 2000-01-25  Jim Meyering  <meyering@lucent.com>
43464
43465         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
43466         well as time.h in the compile check.
43467         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
43468         Fix typo in cross-compiling case: s/yes/no/.
43469
43470 2000-01-23  Jim Meyering  <meyering@lucent.com>
43471
43472         * m4/jm-macros.m4: Move df-related tests here from
43473         fileutils/configure.in
43474
43475         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
43476         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
43477
43478         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
43479         s/space/ac_fsusage_space/.
43480         (jm_FILE_SYSTEM_USAGE): Take two parameters.
43481
43482         * m4/ftruncate.m4: New file (derived from part of
43483         fileutils/configure.in).
43484         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
43485         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
43486
43487         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
43488         AC_SUBST these here, rather than just in sh-util/configure.in, so
43489         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
43490         all the same.
43491         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
43492         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
43493         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
43494         (AC_SUBST(POW_LIBM)): Likewise.
43495         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
43496
43497 2000-01-23  Jim Meyering  <meyering@lucent.com>
43498
43499         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
43500         obstack.c.
43501
43502 2000-01-22  Jim Meyering  <meyering@lucent.com>
43503
43504         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
43505
43506         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
43507
43508         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
43509         configure.in
43510         (AC_CHECK_HEADERS): Likewise for sh-utils.
43511         (AC_CHECK_HEADERS): Likewise for textutils.
43512         Merge the three lists of headers.
43513
43514         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
43515         from fileutils' configure.in.
43516
43517         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
43518         code. Moved tests into their own function (_jm_DECL_HEADERS) in
43519         check-decl.m4.
43520
43521         * m4/check-decl.m4: Use #if rather than #ifdef.
43522         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
43523         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
43524         (_jm_DECL_HEADERS): Define new function.
43525         (jm_CHECK_DECLARATIONS): Require it.
43526
43527 2000-01-22  Jim Meyering  <meyering@lucent.com>
43528
43529         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
43530         [! HAVE_DECL_STRTOULL]: Declare strtoull.
43531         Required for some AIX systems.  Reported by Christian Krackowizer.
43532         [TESTING] (main): New function.
43533
43534         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
43535         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
43536         letters.
43537
43538         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
43539         iswprint.
43540
43541         * lib/strverscmp.c (ISDIGIT): Define.
43542         (strverscmp): Use ISDIGIT, not isdigit.
43543
43544 2000-01-19  Jim Meyering  <meyering@lucent.com>
43545
43546         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
43547         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
43548         defines `struct timespec' in <sys/time.h>
43549
43550         * m4/c-bs-a.m4: Remove uses of changequote altogether.
43551         Thanks to Akim for explaining.
43552
43553 2000-01-17  Paul Eggert  <eggert@twinsun.com>
43554
43555         * lib/nanosleep.c (nanosleep):
43556         Don't use SA_INTERRUPT to decide whether to call sigaction, as
43557         POSIX.1 doesn't require SA_INTERRUPT and some systems
43558         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
43559         it's been part of POSIX.1 since day 1 (in 1988).
43560
43561 2000-01-17  Jim Meyering  <meyering@lucent.com>
43562
43563         * lib/interlock: Remove unused file.  Reported by François Pinard.
43564
43565 2000-01-16  Paul Eggert  <eggert@twinsun.com>
43566
43567         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
43568         alert, backslash, formfeed, and vertical tab unnecessarily in
43569         shell quoting style.
43570
43571 2000-01-16  Jim Meyering  <meyering@lucent.com>
43572
43573         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
43574         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
43575         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
43576         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
43577
43578 2000-01-16  Jim Meyering  <meyering@lucent.com>
43579
43580         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
43581         because the latter didn't work.
43582
43583 2000-01-15  Jim Meyering  <meyering@lucent.com>
43584
43585         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
43586         (AC_REPLACE_FUNCS): Add memcpy and memset.
43587         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
43588         Add strpbrk.
43589         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
43590
43591 2000-01-12  Jim Meyering  <meyering@lucent.com>
43592
43593         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
43594         (jm_PREREQ): Use it.
43595         (jm_PREREQ_READUTMP): New macro.
43596         (jm_PREREQ): Use it.
43597
43598 2000-01-11  Paul Eggert  <eggert@twinsun.com>
43599
43600         Quote multibyte characters correctly.
43601         * m4/c-bs-a.m4: New file.
43602         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
43603         (jm_PREREQ): Use it.
43604
43605 2000-01-11  Paul Eggert  <eggert@twinsun.com>
43606
43607         * m4/uintmax_t.m4: Port to autoconf 2.13.
43608
43609 2000-01-08  Jim Meyering  <meyering@ascend.com>
43610
43611         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
43612         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
43613
43614 2000-01-04  Jim Meyering  <meyering@ascend.com>
43615
43616         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
43617         jm_STRUCT_DIRENT_D_TYPE.
43618         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
43619         jm_STRUCT_DIRENT_D_INO.
43620         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
43621         jm_STRUCT_UTIMBUF.
43622         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
43623         renamings.
43624         * m4/utime.m4: Likewise.
43625
43626         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
43627         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
43628
43629 2000-01-03  Paul Eggert  <eggert@twinsun.com>
43630
43631         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
43632         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
43633
43634 2000-01-02  Jim Meyering  <meyering@ascend.com>
43635
43636         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
43637         remember if this is necessary.
43638
43639 1999-12-26  Jim Meyering  <meyering@ascend.com>
43640
43641         * m4/jm-macros.m4: Use it here.
43642         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
43643
43644 1999-12-23  Jim Meyering  <meyering@ascend.com>
43645
43646         * m4/jm-macros.m4: Check for clock_gettime (moved from
43647         fileutils/configure.in)
43648         Check for gettimeofday.
43649
43650 1999-12-20  Jim Meyering  <meyering@ascend.com>
43651
43652         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
43653         autoconf-2.14a-1999-12-20.
43654
43655 1999-12-19  Jim Meyering  <meyering@ascend.com>
43656
43657         * m4/lstat-slash.m4: New file.
43658         * m4/jm-macros.m4: Use the new macro:
43659         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
43660
43661 1999-12-07  Jim Meyering  <meyering@ascend.com>
43662
43663         * m4/perl.m4: Require that File::Compare be available, too.
43664         Too many systems seem to lack it.
43665
43666         * m4/strftime.m4: Add checks for most of the cpp macros tested in
43667         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
43668
43669 1999-11-18  Paul Eggert  <eggert@twinsun.com>
43670
43671         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
43672         problem with the QNX 4.25 shell, which doesn't propagate exit
43673         status of failed commands inside shell assignments.
43674
43675 1999-11-17  Jim Meyering  <meyering@ascend.com>
43676
43677         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
43678
43679 1999-11-07  Jim Meyering  <meyering@ascend.com>
43680
43681         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
43682
43683 1999-11-06  Jim Meyering  <meyering@ascend.com>
43684
43685         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
43686         * m4/jm-macros.m4 (jm_MACROS): Use it here.
43687
43688 1999-11-05  Jim Meyering  <meyering@ascend.com>
43689
43690         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
43691         configure.in of textutils, fileutils, and sh-utils into this one
43692         (shared between those packages) file.
43693         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
43694         AC_STRUCT_ST_BLKSIZE.
43695
43696 1999-11-03  Jim Meyering  <meyering@ascend.com>
43697
43698         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
43699         of AC_CHECK_TYPE checks includes unistd.h.
43700         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
43701         Suggestion from Akim Demaille.
43702
43703 1999-10-30  Jim Meyering  <meyering@ascend.com>
43704
43705         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
43706         m4-quoted string.
43707         * m4/ls-mntd-fs.m4: Likewise.
43708         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
43709         * m4/jm-winsz1.m4: Likewise.
43710
43711         * m4/const.m4: Remove file, since the fix made it into the experimental
43712         version of autoconf.
43713         * m4/mktime.m4: Likewise.
43714
43715         * m4/check-type.m4: Remove file, now that the latest version of
43716         AC_CHECK_TYPE takes a third arg to specify additional #includes.
43717
43718         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
43719         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
43720         AC_CHECK_TYPE.
43721
43722 1999-10-04  Jim Meyering  <meyering@ascend.com>
43723
43724         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
43725
43726 1999-09-22  Paul Eggert  <eggert@twinsun.com>
43727
43728         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
43729         2.95.1 bug with HP-UX 10.20.
43730
43731 1999-09-17  Jim Meyering  <meyering@ascend.com>
43732
43733         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
43734         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
43735         due to missing strdup (against sh-utils-2.0).
43736
43737 1999-08-29  Jim Meyering  <meyering@ascend.com>
43738
43739         * m4/jm-macros.m4: Require jm_BISON.
43740         * m4/bison.m4: New file.
43741
43742 1999-08-17  Paul Eggert  <eggert@twinsun.com>
43743
43744         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
43745         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
43746
43747 1999-08-05  Jim Meyering  <meyering@ascend.com>
43748
43749         * m4/getline.m4: Rename test file from conftestdata to conftest.data
43750         to avoid conflicts with `conftest' on 8+3 filesystems.
43751         Suggestion from Eli Zaretskii.
43752
43753 1999-08-04  Jim Meyering  <meyering@ascend.com>
43754
43755         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
43756         fileutils and sh-utils (textutils's getline test was inadequate).
43757         (AM_FUNC_GETLINE): Run this test.
43758         (AC_CHECK_FUNCS): Check for getdelim.
43759         Reported by Bob Proulx.
43760
43761 1999-08-02  Jim Meyering  <meyering@ascend.com>
43762
43763         * m4/jm-macros.m4: Add a comment.
43764
43765 1999-08-01  Paul Eggert  <eggert@twinsun.com>
43766
43767         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
43768         <inttypes.h> defines strtoumax as a macro (and not as a
43769         function).
43770
43771 1999-08-01  Paul Eggert  <eggert@twinsun.com>
43772
43773         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
43774         that we can shift, multiply and divide unsigned long long
43775         values; Ultrix cc can't do it.
43776
43777 1999-08-01  Paul Eggert  <eggert@twinsun.com>
43778
43779         * m4/mktime.m4: New file, which is a preview of what should appear
43780         in the next public autoconf release.
43781
43782 1999-08-01  Paul Eggert  <eggert@twinsun.com>
43783
43784         * m4/lfs.m4: Remove this file.
43785         * m4/largefile.m4: New file.  It contains the old contents of
43786         lfs.m4, except that all names with prefix AC_LFS have been
43787         changed to use the prefix AC_SYS_LARGEFILE instead, to be
43788         compatible with future autoconf versions.  Also, some minor m4
43789         quoting problems have been fixed.
43790
43791 1999-08-01  Paul Eggert  <eggert@twinsun.com>
43792
43793         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
43794         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
43795         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
43796         and simplify the shell code.
43797
43798 1999-08-01  Jim Meyering  <meyering@ascend.com>
43799
43800         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
43801         m4.
43802
43803 1999-07-20  Jim Meyering  <meyering@ascend.com>
43804
43805         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
43806
43807 1999-07-15  Jim Meyering  <meyering@ascend.com>
43808
43809         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
43810
43811 1999-05-22  Jim Meyering  <meyering@ascend.com>
43812
43813         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
43814
43815 1999-05-20  Jim Meyering  <meyering@ascend.com>
43816
43817         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
43818         Add a colon after each `then' in case $4 is empty.
43819
43820 1999-05-16  Jim Meyering  <meyering@ascend.com>
43821
43822         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
43823
43824 1999-05-10  Jim Meyering  <meyering@ascend.com>
43825
43826         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
43827
43828         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
43829         AC_FUNC_MKTIME.
43830
43831 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
43832
43833         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
43834
43835 1999-05-04  Paul Eggert  <eggert@twinsun.com>
43836
43837         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
43838         not CPPFLAGS, so that linking works correctly in IRIX.
43839
43840 1999-04-30  Paul Eggert  <eggert@twinsun.com>
43841
43842         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
43843
43844 1999-04-20  Paul Eggert  <eggert@twinsun.com>
43845
43846         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
43847         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
43848         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
43849         jm_AC_TYPE_UNSIGNED_LONG_LONG.
43850         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
43851
43852         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
43853
43854 1999-04-20  Jim Meyering  <meyering@ascend.com>
43855
43856         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
43857         AC_REPLACE xstroull if necessary.  From Paul Eggert.
43858         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
43859
43860 1999-04-18  Jim Meyering  <meyering@ascend.com>
43861
43862         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
43863         * m4/jm-macros.m4: Use it.
43864
43865 1999-04-06  Jim Meyering  <meyering@ascend.com>
43866
43867         * m4/strftime.m4: Remove test for %f.
43868
43869 1999-03-29  Jim Meyering  <meyering@ascend.com>
43870
43871         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
43872         superset of the AC_TYPE_* checks in the textutils, fileutils,
43873         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
43874         AC_TYPE_PID_T.
43875
43876 1999-03-28  Jim Meyering  <meyering@ascend.com>
43877
43878         * m4/jm-macros.m4: Define GNU_PACKAGE here.
43879         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
43880         replaced e.g., in the *.sh files of the sh-utils.
43881
43882 1999-03-20  Jim Meyering  <meyering@ascend.com>
43883
43884         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
43885         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
43886         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
43887
43888 1999-03-19  Jim Meyering  <meyering@ascend.com>
43889
43890         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
43891
43892 1999-03-12  Jim Meyering  <meyering@ascend.com>
43893
43894         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
43895
43896 1999-03-07  Jim Meyering  <meyering@ascend.com>
43897
43898         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
43899         declared.
43900
43901 1999-02-17  Jim Meyering  <meyering@ascend.com>
43902
43903         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
43904         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
43905
43906 1999-02-07  Jim Meyering  <meyering@ascend.com>
43907
43908         * m4/group-member.m4: New file -- extracted from sh-utils'
43909         configure.in.
43910
43911         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
43912         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
43913
43914 1999-02-06  Jim Meyering  <meyering@ascend.com>
43915
43916         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
43917         * m4/fnmatch.m4: Likewise.
43918         * m4/getgroups.m4: Likewise.
43919         * m4/lstat.m4: Likewise.
43920         * m4/malloc.m4: Likewise.
43921         * m4/putenv.m4: Likewise.
43922         * m4/realloc.m4: Likewise.
43923         * m4/regex.m4: Likewise.
43924         * m4/stat.m4: Likewise.
43925         * m4/strftime.m4: Likewise.
43926         Suggestion from Alain Magloire.
43927
43928         * m4/chown.m4: Use `.$ac_objext', not `.o'.
43929         * m4/fnmatch.m4: Likewise.
43930         * m4/getgroups.m4: Likewise.
43931         * m4/getline.m4: Likewise.
43932         * m4/lstat.m4: Likewise.
43933         * m4/malloc.m4: Likewise.
43934         * m4/memcmp.m4: Likewise.
43935         * m4/putenv.m4: Likewise.
43936         * m4/realloc.m4: Likewise.
43937         * m4/regex.m4: Likewise.
43938         * m4/stat.m4: Likewise.
43939         * m4/strftime.m4: Likewise.
43940         Suggestion from Alain Magloire.
43941
43942         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
43943         an argument.
43944
43945         * m4/regex.m4: Add a run-time Test for proper operation of
43946         re_compile_pattern.
43947
43948 1999-01-31  Jim Meyering  <meyering@ascend.com>
43949
43950         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
43951
43952 1999-01-30  Jim Meyering  <meyering@ascend.com>
43953
43954         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
43955
43956         * m4/jm-mktime.m4: Make this a wrapper around the official
43957         AM_FUNC_MKTIME rather than my private copy, now that the official one
43958         is up to date.
43959         * m4/mktime.m4: Remove file.
43960
43961         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
43962         * m4/uptime.m4: Likewise.
43963         * m4/uintmax_t.m4: Likewise.
43964
43965 1999-01-28  Jim Meyering  <meyering@ascend.com>
43966
43967         * m4/jm-macros.m4: Use jm_AFS.
43968         * m4/afs.m4: New file (from fileutils' configure.in).
43969
43970         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
43971         * m4/chown.m4: Likewise.
43972         * m4/d-ino.m4: Likewise.
43973         * m4/d-type.m4: Likewise.
43974         * m4/fnmatch.m4: Likewise.
43975         * m4/getgroups.m4: Likewise.
43976         * m4/gettext.m4: Likewise.
43977         * m4/jm-mktime.m4: Likewise.
43978         * m4/jm-winsz2.m4: Likewise.
43979         * m4/lcmessage.m4: Likewise.
43980         * m4/ls-mntd-fs.m4: Likewise.
43981         * m4/malloc.m4: Likewise.
43982         * m4/memcmp.m4: Likewise.
43983         * m4/putenv.m4: Likewise.
43984         * m4/realloc.m4: Likewise.
43985         * m4/st_mtim.m4: Likewise.
43986         * m4/strftime.m4: Likewise.
43987
43988 1999-01-16  Jim Meyering  <meyering@ascend.com>
43989
43990         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
43991         (ARGMATCH_DIE_DECL): Define.
43992
43993 1999-01-12  Jim Meyering  <meyering@ascend.com>
43994
43995         * m4/Makefile.am.in: Rewrite to avoid using fmt.
43996         Reported by Lars Hecking.
43997
43998 1999-01-10  Jim Meyering  <meyering@ascend.com>
43999
44000         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
44001         gross kludge.
44002         * m4/inttypes_h.m4: Likewise.
44003         * m4/lstat.m4: Likewise.
44004         * m4/malloc.m4: Likewise.
44005         * m4/readdir.m4: Likewise.
44006         * m4/realloc.m4: Likewise.
44007         * m4/st_dm_mode.m4: Likewise.
44008         * m4/stat.m4: Likewise.
44009         * m4/utimbuf.m4: Likewise.
44010         * m4/utimes.m4: Likewise.
44011
44012         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
44013         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
44014         comments in config.h.in are meaningful.
44015
44016         * m4/jm-macros.m4: Require autoconf-2.13 here.
44017
44018         * m4/regex.m4: By default, don't use the included regex.c on systems
44019         with glibc 2.  Suggestion from Uli Drepper.
44020
44021 1999-01-02  Jim Meyering  <meyering@ascend.com>
44022
44023         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
44024
44025 1998-12-18  Jim Meyering  <meyering@ascend.com>
44026
44027         * m4/Makefile.am.in (Makefile.am): Simplify rule.
44028         Based on a suggestion from Lars Hecking.
44029
44030 1998-11-16  Paul Eggert  <eggert@twinsun.com>
44031
44032         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
44033
44034 1998-11-16  Jim Meyering  <meyering@ascend.com>
44035
44036         * m4/lfs.m4: Double-quote the `uname...` expression.
44037
44038 1998-11-14  Jim Meyering  <meyering@ascend.com>
44039
44040         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
44041         * m4/stat.m4: Likewise.
44042
44043 1998-11-03  Jim Meyering  <meyering@ascend.com>
44044
44045         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
44046         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
44047
44048 1998-10-18  Jim Meyering  <meyering@ascend.com>
44049
44050         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
44051
44052 1998-10-17  Jim Meyering  <meyering@ascend.com>
44053
44054         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
44055         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
44056         calls for those previously hard-coded headers.  Instead, take a new
44057         parameter.
44058         (jm_CHECK_DECLARATIONS): Reflect interface change.
44059         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
44060         (jm_CHECK_DECL_LOCALTIME_R): New macro.
44061
44062         * m4/mktime.m4: Test for spring-forward gap before long-running test.
44063
44064 1998-10-14  Jim Meyering  <meyering@ascend.com>
44065
44066         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
44067         instead of "TZ=America/Vancouver".  From Paul Eggert.
44068
44069 1998-10-11  Jim Meyering  <meyering@ascend.com>
44070
44071         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
44072         This adds a test for a recently added compatibility fix for mktime.c.
44073         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
44074
44075 1998-09-27  Jim Meyering  <meyering@ascend.com>
44076
44077         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
44078
44079         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
44080         ../configure.in, including a change from Gordon Matzigkeit to allow
44081         cross-compiling for the Hurd.
44082
44083         * m4/glibc.m4: New file/macro to test for the GNU C Library
44084         versions 1 and 2.  From Gordon Matzigkeit.
44085         Indent.
44086
44087 1998-09-21  Jim Meyering  <meyering@ascend.com>
44088
44089         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
44090
44091 1998-08-18  Paul Eggert  <eggert@twinsun.com>
44092
44093         Port nanosecond-resolution times to UnixWare 2.1.2 and
44094         pedantic Solaris 2.6.
44095
44096         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
44097         AC_STRUCT_ST_MTIM.
44098         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
44099         Generate name of ns member, instead of just 1 or undef.
44100         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
44101
44102 1998-08-15  Jim Meyering  <meyering@ascend.com>
44103
44104         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
44105         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
44106         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
44107         instead of jm_TYPE_SSIZE_T.
44108
44109 1998-08-12  Jim Meyering  <meyering@ascend.com>
44110
44111         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
44112
44113 1998-08-02  Jim Meyering  <meyering@ascend.com>
44114
44115         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
44116         in acconfig.h manually.
44117
44118 1998-07-31  Paul Eggert  <eggert@twinsun.com>
44119
44120         * m4/st_mtim.m4: New file.
44121
44122 1998-07-28  Jim Meyering  <meyering@ascend.com>
44123
44124         * m4/utimes.m4: Undef stat.
44125
44126 1998-07-25  Jim Meyering  <meyering@ascend.com>
44127
44128         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
44129         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
44130
44131 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
44132
44133         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
44134         uid and gid actually remain unchanged.
44135
44136 1998-07-07  Jim Meyering  <meyering@ascend.com>
44137
44138         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
44139
44140 1998-07-04  Jim Meyering  <meyering@ascend.com>
44141
44142         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
44143         to prove that this macro can be used in packages without regex.c.
44144
44145 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
44146
44147         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
44148         is to be used.
44149
44150 1998-07-03  Jim Meyering  <meyering@ascend.com>
44151
44152         * m4/gettext.m4: Add -lintl if it's found to be necessary.
44153
44154         * m4/gettext.m4: New file -- from gettext-0.10.35.
44155         * m4/lcmessage.m4: Likewise.
44156         * m4/progtest.m4: Likewise.
44157
44158         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
44159         * m4/jm-macros.m4: Require the new macro.
44160
44161 1998-06-29  Jim Meyering  <meyering@ascend.com>
44162
44163         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
44164         for the definition of NGROUPS (used in a system header included
44165         by sys/mount.h).
44166
44167 1998-06-28  Jim Meyering  <meyering@ascend.com>
44168
44169         * m4/ls-mntd-fs.m4: New file.
44170         * m4/fstypename.m4: New file.
44171
44172         * m4/jm-macros.m4: Require the new macro.
44173         * m4/jm-glibc-io.m4: New file.
44174
44175 1998-05-19  Jim Meyering  <meyering@ascend.com>
44176
44177         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
44178         * m4/lchown.m4: New file.
44179
44180         * m4/Makefile.am.in: New file.
44181         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
44182
44183 1998-05-14  Jim Meyering  <meyering@ascend.com>
44184
44185         * m4/Makefile.am (EXTRA_DIST): Add them.
44186         * m4/jm-macros.m4: New file.
44187         * m4/utimbuf.m4: New file.
44188
44189 1998-05-12  Jim Meyering  <meyering@ascend.com>
44190
44191         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
44192
44193 1998-05-11  Jim Meyering  <meyering@ascend.com>
44194
44195         * m4/isc-posix.m4: New file.
44196
44197 1998-05-10  Jim Meyering  <meyering@ascend.com>
44198
44199         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
44200
44201 1998-05-09  Jim Meyering  <meyering@ascend.com>
44202
44203         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
44204         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
44205         with automake.
44206
44207         * m4/ssize_t.m4: New file.
44208         * m4/mktime.m4: Remove file -- the new automake has this now.
44209
44210 1998-04-26  Jim Meyering  <meyering@ascend.com>
44211
44212         * m4/assert.m4: New file.
44213         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
44214
44215 1998-04-05  Jim Meyering  <meyering@ascend.com>
44216
44217         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
44218         (jm_PREREQ): Use it here.
44219
44220 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
44221
44222         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
44223         in acconfig.h.
44224
44225 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
44226
44227         * m4/prereq.m4: New file.
44228         * m4/error.m4: New file.
44229         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
44230
44231 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
44232
44233         * m4/getline.m4: Don't set am_cv_func_working_getline before the
44234         cache-check for the same variable -- that defeated the purpose of
44235         the test; the test program was never run.  This was a problem only
44236         on systems with losing getline functions -- HP-UX 10.20 is one.
44237         Reported by Bjorn Helgaas.
44238
44239 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
44240
44241         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
44242
44243 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
44244
44245         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
44246
44247         * m4/const.m4: New file.  Use an initializer in this declaration
44248         typedef int charset[2]; const charset x;
44249         Reported by Bob Glickstein.
44250
44251 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
44252
44253         * m4/chown.m4: Fix reversed types on -1 args to chown.
44254         From Kaveh Ghazi.
44255
44256 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
44257
44258         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
44259         Add lseek and memchr.
44260
44261         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
44262         T.E.Dickey <dickey@clark.net> said that some older preprocessors
44263         have a 20-character limit on names.
44264
44265 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
44266
44267         * m4/inttypes_h.m4: New file.
44268         * m4/uintmax_t.m4: New file.
44269         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
44270
44271
44272         -----
44273
44274         Local Variables:
44275         coding: utf-8
44276         End:
44277
44278         Copyright (C) 1997-2008 Free Software Foundation, Inc.
44279
44280         Copying and distribution of this file, with or without
44281         modification, are permitted provided the copyright notice
44282         and this notice are preserved.