532fa3d2ebeab874e9c103090f7fbd73cbd92590
[gnulib.git] / ChangeLog
1 2008-10-07  Simon Josefsson  <simon@josefsson.org>
2
3         Add pmccabe2html module, from gnupdf.
4         * build-aux/pmccabe.css: New file.
5         * build-aux/pmccabe2html: New file.
6         * m4/pmccabe2html.m4: New file.
7         * modules/pmccabe2html: New file.
8
9 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
10
11         flock: new module
12         * MODULES.html.sh: Add to list of modules.
13         * lib/flock.c: flock implementation for Windows and Unix systems
14         which have fcntl.
15         * doc/glibc-functions/flock.texi: Update documentation.
16         * lib/sys_file.in.h: <sys/file.h> header file.
17         * m4/flock.m4: M4 macros.
18         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
19         * modules/flock: flock module.
20         * modules/flock-tests: flock tests module.
21         * modules/sys_file: sys/file.h module.
22         * tests/test-flock.c: test suite for flock.
23
24 2008-10-06  Jim Meyering  <meyering@redhat.com>
25
26         bootstrap: check for LT_INIT more portably still ;-)
27         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
28         Spotted by Bruno Haible.
29
30 2008-10-06  Eric Blake  <ebb9@byu.net>
31
32         test-signbit: avoid tripping Irix cc bug on -0.0L
33         * tests/test-signbit.c (minus_zerol): Delete, and replace with
34         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
35         entire testsuite consistent and avoids an Irix 6.2 bug.
36
37 2008-10-05  Bruno Haible  <bruno@clisp.org>
38             Jim Meyering  <jim@meyering.net>
39
40         Add an option for ignoring EPIPE during close_stdout.
41         * lib/closeout.h: Include <stdbool.h>.
42         (close_stdout_set_ignore_EPIPE): New declaration.
43         * lib/closeout.c: Include <stdbool.h>.
44         (ignore_EPIPE): New variable.
45         (close_stdout_set_ignore_EPIPE): New function.
46         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
47         * lib/close-stream.c (close_stream): Mention the possible EPIPE
48         failure.
49         * modules/closeout (Depends-on): Add stdbool.
50
51 2008-10-05  Bruno Haible  <bruno@clisp.org>
52
53         * modules/accept: New file.
54         * modules/bind: New file.
55         * modules/connect: New file.
56         * modules/getpeername: New file.
57         * modules/getsockname: New file.
58         * modules/getsockopt: New file.
59         * modules/listen: New file.
60         * modules/recv: New file.
61         * modules/recvfrom: New file.
62         * modules/send: New file.
63         * modules/sendto: New file.
64         * modules/setsockopt: New file.
65         * modules/socket: New file.
66         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
67         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
68         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
69         the particular module is requested. Add a link warning when the
70         particular module is not requested.
71         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
72         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
73         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
74         the particular module is requested.
75         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
76         gl_SYS_SOCKET_H_DEFAULTS): New macros.
77         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
78         * modules/sys_socket (Depends-on): Add link-warning.
79         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
80         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
81         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
82         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
83         GL_LINK_WARNING.
84         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
85         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
86         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
87         * doc/posix-functions/getpeername.texi: Mention the new module
88         'getpeername'.
89         * doc/posix-functions/getsockname.texi: Mention the new module
90         'getsockname'.
91         * doc/posix-functions/getsockopt.texi: Mention the new module
92         'getsockopt'.
93         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
94         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
95         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
96         * doc/posix-functions/send.texi: Mention the new module 'send'.
97         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
98         * doc/posix-functions/setsockopt.texi: Mention the new module
99         'setsockopt'.
100         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
101         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
102         listen, connect, accept.
103         * modules/select-tests (Depends-on): Likewise.
104
105 2008-10-05  Bruno Haible  <bruno@clisp.org>
106
107         * lib/winsock.c (strerror): Remove unused #undef.
108         (rpl_close): Remove unused local variable.
109
110         * modules/sys_socket (Depends-on); Add errno.
111
112 2008-10-05  Bruno Haible  <bruno@clisp.org>
113
114         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
115         (select): Add a link warning when the 'select' module is not used.
116         * modules/sys_select (Depends-on): Add link-warning.
117         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
118         Suggested by Paolo Bonzini.
119
120 2008-10-05  Jim Meyering  <meyering@redhat.com>
121
122         bootstrap: check for LT_INIT more portably
123         * build-aux/bootstrap: Avoid using grep -E, since it's not
124         portable enough.  Suggestion from Bruno Haible.
125
126 2008-10-05  Bruno Haible  <bruno@clisp.org>
127
128         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
129         as being fixed by gnulib.
130
131 2008-10-05  Bruno Haible  <bruno@clisp.org>
132
133         * modules/select-tests: New file, mostly copied from
134         modules/sys_select-tests.
135         * tests/test-select.c: New file, mostly copied from
136         tests/test-sys_select.c.
137         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
138         * modules/sys_select-tests (Depends-on): Remove all dependencies.
139         (Makefile.am): Remove test_sys_select_LDADD.
140
141         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
142         to an undefined symbol, for an error message.
143         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
144         (gl_SYS_SELECT_H_DEFAULTS): New macro.
145         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
146         winsock-select.c here.
147         * modules/sys_select (Files): Remove lib/winsock-select.c.
148         (Depends-on): Remove alloca.
149         (Makefile.am): Substitute GNULIB_SELECT.
150         * modules/select: New file.
151         * doc/posix-functions/select.texi: Update.
152
153 2008-10-05  Bruno Haible  <bruno@clisp.org>
154
155         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
156         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
157         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
158         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
159         getdtablesize.
160         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
161         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
162
163 2008-10-05  Bruno Haible  <bruno@clisp.org>
164
165         * modules/getdtablesize-tests: New file.
166         * tests/test-getdtablesize.c: New file.
167
168         New module 'getdtablesize'.
169         * lib/unistd.in.h (getdtablesize): New declaration.
170         * lib/getdtablesize.c: New file.
171         * m4/getdtablesize.m4: New file.
172         * modules/getdtablesize: New file.
173         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
174         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
175         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
176         HAVE_GETDTABLESIZE.
177         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
178
179 2008-10-05  Bruno Haible  <bruno@clisp.org>
180
181         * modules/sched (Makefile.am): Fix typo.
182         Reported by Simon Josefsson.
183
184 2008-10-05  Jim Meyering  <meyering@redhat.com>
185
186         bootstrap: check for LT_INIT, too
187         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
188         are deprecated.  Suggestion from Ralf Wildenhues.
189
190 2008-10-05  Bruno Haible  <bruno@clisp.org>
191
192         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
193         overriding them by ours.
194         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
195
196 2008-10-05  Jim Meyering  <meyering@redhat.com>
197
198         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
199         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
200         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
201
202 2008-10-04  Bruno Haible  <bruno@clisp.org>
203
204         * modules/dup2 (License): Change to LGPLv2+.
205         * modules/sleep (License): Likewise.
206         * modules/perror (License): Likewise.
207         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
208         Blake.
209         * modules/signal (License): Likewise.
210         * modules/sigprocmask (License): Likewise.
211         * modules/raise (License): Change to LGPLv2+, with approval by Jim
212         Meyering.
213
214 2008-10-04  Bruno Haible  <bruno@clisp.org>
215
216         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
217         Reported by Rainer Tammer <tammer@tammer.net>.
218
219 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
220             Bruno Haible  <bruno@clisp.org>
221
222         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
223         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
224         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
225
226 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
227
228         filevercmp: new module
229         * lib/filevercmp.h: New function filevercmp comparing version strings.
230         * lib/filevercmp.c: Implementation of filevercmp function.
231         * modules/filevercmp: Module metadata.
232         * tests/test-filevercmp.c: Unit test for new module.
233         * modules/filevercmp-tests: Unit test metadata.
234         * MODULES.html.sh: Add filevercmp module.
235
236 2008-10-03  Bruno Haible  <bruno@clisp.org>
237
238         * lib/c-ctype.h: Add comment.
239         Reported by Jim Meyering.
240
241 2008-10-02  Bruno Haible  <bruno@clisp.org>
242
243         * modules/posix_spawn-internal (Depends-on): Add 'open'.
244
245 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
246
247         * build-aux/bootstrap: Allow renaming bootstrap, and change the
248         name of bootstrap.conf accordingly.
249
250 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
251
252         * build-aux/bootstrap: Install git-merge-changelog configuration
253         items into .gitconfig if needed.
254
255 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
256
257         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
258         git repository, and initialize/update it accordingly.
259
260 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
261
262         * modules/fsync-tests: New file.
263         * tests/test-fsync.c: New file.
264
265         New module 'fsync'.
266         * lib/fsync.c: New file.
267         * m4/fsync.m4: New file.
268         * modules/fsync: New file.
269         * lib/unistd.in.h (fsync): New declaration.
270         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
271         GNULIB_FSYNC and HAVE_FSYNC.
272         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
273         * MODULES.html.sh (posix_functions): Add fsync.
274         * doc/posix-functions/fsync.texi: Mention the new module.
275
276 2008-10-02  Jim Meyering  <meyering@redhat.com>
277
278         fts.c: sync with similar code from coreutils' remove.c
279         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
280         Guard also with "#if defined __linux__", since for now at least,
281         this code is Linux-kernel-specific.
282
283 2008-10-02  Jim Meyering  <meyering@redhat.com>
284
285         fts: bug fixes
286         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
287         Include <sys/vfs.h>, not <sys/statfs.h>.
288
289         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
290         Include <sys/vfs.h>, not <sys/statfs.h>.
291
292 2008-10-01  Bruno Haible  <bruno@clisp.org>
293
294         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
295         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
296         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
297         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
298         * doc/posix-functions/posix_spawnp.texi: Likewise.
299         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
300         whether posix_spawn actually works.
301         * m4/pipe.m4 (gl_PIPE): Likewise.
302         * modules/execute (Files): Add m4/posix_spawn.m4.
303         * modules/pipe (Files): Add m4/posix_spawn.m4.
304         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
305
306 2008-10-01  Jim Meyering  <meyering@redhat.com>
307
308         remove trailing spaces
309         * NEWS: Likewise.
310         * lib/poll.c (poll): Likewise.
311         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
312         * lib/winsock.c (rpl_close): Likewise.
313         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
314         * modules/yield: Likewise.
315         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
316         * tests/test-sys_select.c (connect_to_socket): Likewise.
317
318         fts.c: adjust a new interface to be more generally useful
319         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
320         (fts_build): Adjust caller.
321
322 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
323
324         * modules/cond-tests: New file.
325         * tests/test-cond.c: New file.
326
327 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
328             Bruno Haible  <bruno@clisp.org>
329
330         * modules/cond (Dependencies): Add errno, time.
331         * lib/glthread/cond.h: Include <time.h>.
332         (gl_cond_define, gl_cond_define_initialized): Use the same definition
333         across platforms.
334
335 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
336             Bruno Haible  <bruno@clisp.org>
337
338         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
339
340 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
341             Bruno Haible  <bruno@clisp.org>
342
343         * modules/tls-tests (Depends-on): Add thread, yield.
344         (configure.ac): Remove all checks.
345         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
346         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
347         gl_thread_self): Remove definitions. Include glthread/thread.h and
348         glthread/yield.h instead.
349         (test_tls): Pass an additional NULL argument to gl_thread_join.
350
351 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
352             Bruno Haible  <bruno@clisp.org>
353
354         * modules/lock-tests (Depends-on): Add thread, yield.
355         (configure.ac): Remove all checks.
356         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
357         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
358         gl_thread_self): Remove definitions. Include glthread/thread.h and
359         glthread/yield.h instead.
360         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
361         additional NULL argument to gl_thread_join.
362
363 2008-09-30  Bruno Haible  <bruno@clisp.org>
364
365         Fix the Win32 implementation of the 'thread' module.
366         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
367         pointer type.
368         (gl_thread_self): Invoke gl_thread_self_func.
369         (gl_thread_self_func): New declaration.
370         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
371         (do_init_self_key, init_self_key): New functions.
372         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
373         Remove some fields.
374         (running_threads, running_lock): Remove variables.
375         (get_current_thread_handle): New function.
376         (gl_thread_self_func, wrapper_func, glthread_create_func,
377         glthread_join_func, gl_thread_exit_func): Largely rewritten and
378         simplified.
379
380 2008-09-30  Bruno Haible  <bruno@clisp.org>
381
382         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
383         files.
384
385 2008-09-30  Jim Meyering  <meyering@redhat.com>
386
387         fts.m4: correct the test for statfs.f_type
388         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
389         when checking for statfs.f_type.
390
391 2008-09-15  Simon Josefsson  <simon@josefsson.org>
392
393         tests: avoid some compiler warnings
394         * tests/test-memchr.c (main): Pass NULL indirectly.
395         * tests/test-getdate.c (main): Remove unused variable 'ret'.
396
397 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
398
399         getdate.y: disallow countable dayshifts like "4 yesterday ago"
400         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
401         exactly specified dayshifts.
402         (dayshift): New rule.
403         (rel): Add dayshift.
404         (relative_time_table) [tomorrow, yesterday, today, now]:
405         Use tDAY_SHIFT in place of tDAY_UNIT.
406         * tests/test-getdate.c: Add tests for now-disallowed countable
407         dayshifts, e.g., "4 yesterday ago".
408
409 2008-09-29  Bruno Haible  <bruno@clisp.org>
410
411         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
412         * tests/test-posix_spawn1.in.sh: Renamed from
413         tests/test-posix_spawn.in.sh.
414         * tests/test-posix_spawn2.c: New file.
415         * tests/test-posix_spawn2.in.sh: New file.
416         * modules/posix_spawnp-tests (Files): Update.
417         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
418
419 2008-09-29  Bruno Haible  <bruno@clisp.org>
420
421         Propagate effects of putenv/setenv/unsetenv to child processes.
422         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
423         * lib/pipe.c (create_pipe): Likewise.
424
425 2008-09-29  Bruno Haible  <bruno@clisp.org>
426
427         Enable use of shell scripts as executables in mingw.
428         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
429         run the program as a shell script.
430         * lib/pipe.c (create_pipe): Likewise.
431         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
432         resulting array.
433
434 2008-09-29  Eric Blake  <ebb9@byu.net>
435
436         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
437
438 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
439
440         * doc/posix-functions/accept.texi: Update mingw problems.
441         * doc/posix-functions/bind.texi: Update mingw problems.
442         * doc/posix-functions/close.texi: Update mingw problems.
443         * doc/posix-functions/connect.texi: Update mingw problems.
444         * doc/posix-functions/getpeername.texi: Update mingw problems.
445         * doc/posix-functions/getsockname.texi: Update mingw problems.
446         * doc/posix-functions/getsockopt.texi: Update mingw problems.
447         * doc/posix-functions/ioctl.texi: Update mingw problems.
448         * doc/posix-functions/listen.texi: Update mingw problems.
449         * doc/posix-functions/recv.texi: Update mingw problems.
450         * doc/posix-functions/recvfrom.texi: Update mingw problems.
451         * doc/posix-functions/select.texi: Update mingw problems.
452         * doc/posix-functions/send.texi: Update mingw problems.
453         * doc/posix-functions/sendto.texi: Update mingw problems.
454         * doc/posix-functions/setsockopt.texi: Update mingw problems.
455         * doc/posix-functions/socket.texi: Update mingw problems.
456
457 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
458             Bruno Haible  <bruno@clisp.org>
459
460         * lib/sys_select.in.h: Include sys/time.h.
461         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
462         * modules/sys_select: Depend on sys_time.
463         * tests/test-sys_select.c: Test that sys/select.h defines struct
464         timeval fully.
465
466 2008-09-29  Bruno Haible  <bruno@clisp.org>
467
468         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
469         * lib/sys_select.in.h: Likewise.
470
471 2008-09-29  Bruno Haible  <bruno@clisp.org>
472
473         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
474
475 2008-09-29  Bruno Haible  <bruno@clisp.org>
476
477         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
478         Set LIBSOCKET instead of augmenting LIBS.
479         * modules/sockets (Link): New section.
480         * modules/sockets-tests (test_sockets_LDADD): New variable.
481         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
482         * modules/poll-tests (test_poll_LDADD): New variable.
483         * NEWS: Document the change.
484
485 2008-09-29  Bruno Haible  <bruno@clisp.org>
486
487         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
488         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
489         ARPA_INET_H directly.
490         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
491
492 2008-09-28  Bruno Haible  <bruno@clisp.org>
493
494         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
495         from gl_HEADER_SYS_SOCKET.
496         (gl_HEADER_SYS_SOCKET): Invoke it.
497         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
498
499 2008-09-28  Bruno Haible  <bruno@clisp.org>
500
501         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
502         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
503         Needed on OSF/1 4.0.
504
505 2008-09-28  Bruno Haible  <bruno@clisp.org>
506
507         Override open more carefully.
508         * lib/open.c (orig_open): New function.
509         (rpl_open): Use orig_open instead of open.
510         * lib/fcntl.in.h: Add special invocation convention.
511         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
512         (gl_FUNC_OPEN): Invoke it.
513
514         Override freopen more carefully.
515         * lib/freopen.c (orig_freopen): New function.
516         (rpl_freopen): Use orig_freopen instead of freopen.
517         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
518         (gl_FUNC_FREOPEN): Invoke it.
519
520         Override fopen more carefully.
521         * lib/fopen.c (orig_fopen): New function.
522         (rpl_fopen): Use orig_fopen instead of fopen.
523         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
524         (gl_FUNC_FOPEN): Invoke it.
525         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
526
527 2008-09-28  Bruno Haible  <bruno@clisp.org>
528
529         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
530         SIGPIPE.
531
532 2008-09-28  Bruno Haible  <bruno@clisp.org>
533
534         * tests/test-sigaction.c (handler, main): Disable the check whether
535         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
536         glibc systems with LinuxThreads.
537
538 2008-09-28  Bruno Haible  <bruno@clisp.org>
539
540         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
541
542         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
543         with AIX xlc.
544         * lib/fcntl.in.h (open): Likewise.
545         Reported by Rainer Tammer <tammer@tammer.net>.
546
547 2008-09-28  Bruno Haible  <bruno@clisp.org>
548
549         * modules/posix_spawnp-tests: New file.
550         * tests/test-posix_spawn.c: New file.
551         * tests/test-posix_spawn.in.sh: New file.
552
553         New module 'posix_spawnp'.
554         * modules/posix_spawnp: New file.
555         * lib/spawnp.c: New file, from GNU libc with modifications.
556         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
557
558         New module 'posix_spawn'.
559         * modules/posix_spawn: New file.
560         * lib/spawn.c: New file, from GNU libc with modifications.
561         * doc/posix-functions/posix_spawn.texi: Mention the new module.
562
563         New module 'posix_spawnattr_destroy'.
564         * modules/posix_spawnattr_destroy: New file.
565         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
566         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
567         module.
568
569         New module 'posix_spawnattr_setsigmask'.
570         * modules/posix_spawnattr_setsigmask: New file.
571         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
572         modifications.
573         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
574         new module.
575
576         New module 'posix_spawnattr_getsigmask'.
577         * modules/posix_spawnattr_getsigmask: New file.
578         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
579         modifications.
580         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
581         new module.
582
583         New module 'posix_spawnattr_setsigdefault'.
584         * modules/posix_spawnattr_setsigdefault: New file.
585         * lib/spawnattr_setdefault.c: New file, from GNU libc with
586         modifications.
587         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
588         new module.
589
590         New module 'posix_spawnattr_getsigdefault'.
591         * modules/posix_spawnattr_getsigdefault: New file.
592         * lib/spawnattr_getdefault.c: New file, from GNU libc with
593         modifications.
594         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
595         new module.
596
597         New module 'posix_spawnattr_setschedpolicy'.
598         * modules/posix_spawnattr_setschedpolicy: New file.
599         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
600         modifications.
601         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
602         new module.
603
604         New module 'posix_spawnattr_getschedpolicy'.
605         * modules/posix_spawnattr_getschedpolicy: New file.
606         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
607         modifications.
608         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
609         new module.
610
611         New module 'posix_spawnattr_setschedparam'.
612         * modules/posix_spawnattr_setschedparam: New file.
613         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
614         modifications.
615         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
616         new module.
617
618         New module 'posix_spawnattr_getschedparam'.
619         * modules/posix_spawnattr_getschedparam: New file.
620         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
621         modifications.
622         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
623         new module.
624
625         New module 'posix_spawnattr_setpgroup'.
626         * modules/posix_spawnattr_setpgroup: New file.
627         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
628         modifications.
629         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
630         module.
631
632         New module 'posix_spawnattr_getpgroup'.
633         * modules/posix_spawnattr_getpgroup: New file.
634         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
635         modifications.
636         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
637         module.
638
639         New module 'posix_spawnattr_setflags'.
640         * modules/posix_spawnattr_setflags: New file.
641         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
642         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
643         module.
644
645         New module 'posix_spawnattr_getflags'.
646         * modules/posix_spawnattr_getflags: New file.
647         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
648         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
649         module.
650
651         New module 'posix_spawnattr_init'.
652         * modules/posix_spawnattr_init: New file.
653         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
654         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
655         module.
656
657         New module 'posix_spawn_file_actions_destroy'.
658         * modules/posix_spawn_file_actions_destroy: New file.
659         * lib/spawn_faction_destroy.c: New file, from GNU libc with
660         modifications.
661         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
662         the new module.
663
664         New module 'posix_spawn_file_actions_addopen'.
665         * modules/posix_spawn_file_actions_addopen: New file.
666         * lib/spawn_faction_addopen.c: New file, from GNU libc with
667         modifications.
668         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
669         the new module.
670
671         New module 'posix_spawn_file_actions_adddup2'.
672         * modules/posix_spawn_file_actions_adddup2: New file.
673         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
674         modifications.
675         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
676         the new module.
677
678         New module 'posix_spawn_file_actions_addclose'.
679         * modules/posix_spawn_file_actions_addclose: New file.
680         * lib/spawn_faction_addclose.c: New file, from GNU libc with
681         modifications.
682         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
683         the new module.
684
685         New module 'posix_spawn_file_actions_init'.
686         * modules/posix_spawn_file_actions_init: New file.
687         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
688         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
689         new module.
690
691         New module 'posix_spawn-internal'.
692         * modules/posix_spawn-internal: New file.
693         * lib/spawn_int.h: New file, from GNU libc with modifications.
694         * lib/spawni.c: New file, from GNU libc with modifications.
695         * m4/posix_spawn.m4: New file.
696
697         New module 'spawn'.
698         * modules/spawn: New file.
699         * lib/spawn.in.h: New file, from GNU libc with modifications.
700         * m4/spawn_h.m4: New file.
701         * doc/posix-headers/spawn.texi: Mention the new module.
702
703 2008-09-28  Bruno Haible  <bruno@clisp.org>
704
705         * modules/sched-tests: New file.
706         * tests/test-sched.c: New file.
707
708         New module 'sched'.
709         * modules/sched: New file.
710         * lib/sched.in.h: New file.
711         * m4/sched_h.m4: New file.
712         * doc/posix-headers/sched.texi: Mention the new module.
713
714 2008-09-27  Eric Blake  <ebb9@byu.net>
715
716         Fix previous patch, and tweak references to $0.
717         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
718         (func_version, func_gnulib_dir): Don't call this program
719         gnulib-tool.
720         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
721         with using $0 in function.
722         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
723         (func_fatal_error): Reuse the name the user invoked us with.
724
725 2008-09-27  Bruno Haible  <bruno@clisp.org>
726
727         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
728         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
729         (gl_ICONV_H): Not here.
730         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
731         instead of assigning ICONV_H directly.
732
733         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
734         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
735         WCHAR_H directly.
736
737 2008-09-27  Bruno Haible  <bruno@clisp.org>
738
739         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
740         * modules/arpa_inet (Depends-on): Add link-warning.
741         (Makefile.am): Insert the definition of GL_LINK-WARNING.
742         * modules/unistd (Makefile.am): Likewise.
743
744 2008-09-26  Bruno Haible  <bruno@clisp.org>
745
746         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
747         variables.
748         (func_version): Essentially copied from gnulib-tool.
749         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
750         func_readlink): Copied from gnulib-tool.
751
752 2008-09-26  Bruno Haible  <bruno@clisp.org>
753
754         * gnulib-tool (func_version): Change directory to $gnulib_dir before
755         invoking git-version-gen.
756
757 2008-09-26  Bruno Haible  <bruno@clisp.org>
758
759         * posix-modules: Update to directory names changed on 2008-01-19.
760         Remove commas in output before splitting into words. No more need to
761         avoid 'ftruncate' since 2007-02-19.
762
763 2008-09-26  Bruno Haible  <bruno@clisp.org>
764
765         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
766
767 2008-09-26  Bruno Haible  <bruno@clisp.org>
768
769         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
770         * modules/fwriteerror (Depends-on): Add errno.
771
772 2008-09-26  Bruno Haible  <bruno@clisp.org>
773
774         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
775         * tests/test-vc-list-files-cvs.sh: Likewise.
776
777 2008-09-26  Bruno Haible  <bruno@clisp.org>
778
779         * doc/posix-headers/sys_resource.texi: Reorder items.
780
781 2008-09-26  Jim Meyering  <meyering@redhat.com>
782
783         fts: tweak inode comparison function
784         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
785         inode numbers, as documented.
786
787         fts: sort dirent entries on inode number before traversing
788         This avoids a quadratic, seek-related performance penalty when
789         operating on a directory containing many entries (measurable at 10k;
790         3.5 hours at 2 million entries with a cold cache) on certain types
791         of file systems, including ext3 and ext4, but not tmpfs.
792         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
793         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
794         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
795         (fs_handles_readdir_ordered_dirents_efficiently): New function.
796         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
797         (fts_build): Set the stat.st_ino member from D_INO.
798         If it is likely to be useful, sort dirent entries on inode number.
799
800         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
801         and the struct statfs.f_type member.
802         * modules/fts (Depends-on): Add d-ino.
803
804 2008-09-26  Bruno Haible  <bruno@clisp.org>
805
806         * modules/sigpipe-die (Depends-on): Add sigpipe.
807
808         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
809         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
810         and GNULIB_STDIO_H_SIGPIPE are set.
811         * lib/stdio-write.c: New file.
812         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
813         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
814         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
815         REPLACE_STDIO_WRITE_FUNCS.
816         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
817         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
818         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
819         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
820         * modules/stdio (Files): Add lib/stdio-write.c.
821         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
822         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
823         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
824         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
825         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
826         REPLACE_FPRINTF_POSIX.
827         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
828         REPLACE_PRINTF_POSIX.
829         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
830         REPLACE_VFPRINTF_POSIX.
831         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
832         REPLACE_VPRINTF_POSIX.
833         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
834         SIGPIPE issue.
835         * doc/posix-functions/fputc.texi: Likewise.
836         * doc/posix-functions/fputs.texi: Likewise.
837         * doc/posix-functions/fwrite.texi: Likewise.
838         * doc/posix-functions/printf.texi: Likewise.
839         * doc/posix-functions/putc.texi: Likewise.
840         * doc/posix-functions/putchar.texi: Likewise.
841         * doc/posix-functions/puts.texi: Likewise.
842         * doc/posix-functions/vfprintf.texi: Likewise.
843         * doc/posix-functions/vprintf.texi: Likewise.
844
845         * modules/safe-write (Depends-on): Add write.
846
847         * modules/sigpipe-tests: New file.
848         * tests/test-sigpipe.c: New file.
849         * tests/test-sigpipe.sh: New file.
850
851         * modules/write: New file.
852         * lib/unistd.in.h: Include <sys/types.h>.
853         (write): New declaration.
854         * lib/write.c: New file.
855         * m4/write.m4: New file.
856         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
857         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
858         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
859         GNULIB_WRITE, REPLACE_WRITE.
860         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
861         and the SIGPIPE issue.
862
863         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
864         (raise): New declaration.
865         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
866         (ext_signal): New function.
867         (rpl_raise): New function.
868         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
869         GNULIB_SIGNAL_H_SIGPIPE.
870         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
871         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
872
873         * modules/sigpipe: New file.
874         * m4/sigpipe.m4: New file.
875
876 2008-09-25  Derek Price  <derek@ximbiot.com>
877             Bruno Haible  <bruno@clisp.org>
878
879         * gnulib-tool (func_import): Report all license incompatibilities, not
880         just the first one.
881
882 2008-09-25  Bruno Haible  <bruno@clisp.org>
883
884         * gnulib-tool (func_import): When computing the edits, consider not
885         only the Makefile.ams that exist but also those that will be generated.
886
887 2008-09-25  Simon Josefsson  <simon@josefsson.org>
888
889         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
890         fixes gnulib-tool --test warning about duplicate dependency.
891
892 2008-09-25  Bruno Haible  <bruno@clisp.org>
893
894         * gnulib-tool: Don't ask the user to perform edits in the generated
895         Makefile.ams.
896         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
897         apply to the Makefile.am being generated.
898         (func_emit_tests_Makefile_am): Execute edits that apply to the
899         Makefile.am being generated.
900         (func_import): Setup list of Makefile.am edits before emitting the
901         Makefile.ams, not at the end.
902         (func_create_testdir): Update.
903         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
904
905 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
906
907         * gnulib-tool (func_import): Store the --tests-base option in the
908         comment in gnulib-cache.m4.
909
910 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
911
912         * NEWS: Document increased portability that sys_select now provides.
913
914         * lib/sys_select.in.h: Install select wrapper.
915         * lib/sys_socket.in.h: Use more descriptive name when there is no
916         select wrapper.
917         * lib/winsock-select.c: New.
918         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
919         Require gl_HEADER_SYS_SOCKET.
920         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
921         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
922         * tests/test-sys_select.c: Add functional tests.
923
924 2008-09-24  Eric Blake  <ebb9@byu.net>
925
926         open, fopen: close fd leak in last patch
927         * lib/open.c (rpl_open): Close fd before returning error.
928         * lib/fopen.c (rpl_fopen): Close fd before returning error.
929         * doc/posix-functions/open.texi (open): Document that Irix also
930         has the bug.
931         * doc/posix-functions/fopen.texi (fopen): Likewise.
932         Reported by Paolo Bonzini.
933
934 2008-09-24  Bruno Haible  <bruno@clisp.org>
935
936         Ensure that a filename ending in a slash cannot be used to access a
937         non-directory.
938         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
939         to check whether it's really a directory.
940         * lib/fopen.c: Include fcntl.h, unistd.h.
941         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
942         and fdopen().
943         * modules/fopen (Depends-on): Add unistd.
944         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
945         * tests/test-fopen.c (main): Likewise.
946         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
947         * doc/posix-functions/fopen.texi: Likewise.
948         Reported by Eric Blake.
949
950 2008-09-23  Eric Blake  <ebb9@byu.net>
951
952         c-stack: avoid compiler optimizations when provoking overflow
953         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
954         recursion harder to optimize, to ensure a stack overflow occurs.
955         * tests/test-c-stack.c (recurse): Likewise.
956         Borrowed from libsigsegv.
957
958         c-stack: work around Irix sigaltstack bug
959         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
960         whether sigaltstack uses wrong end of stack_t (copied in part from
961         libsigsegv).
962         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
963         Irix bug, without requiring an over-allocation.
964         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
965         bug.
966
967         fopen: document mingw bug on directories
968         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
969         not allowing a stream visiting a directory, even though reading
970         from such a stream is not portable.
971
972 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
973
974         * lib/poll.c: Rewrite.
975         * modules/poll: Depend on alloca.
976
977 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
978
979         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
980         instead define prototypes for a full set of wrappers.  Ensure
981         that Cygwin does not use the compatibility code, which is only
982         for MinGW.
983         * lib/winsock.c: New.
984         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
985         * modules/sys_socket: Add lib/winsock.c.
986
987         * modules/poll-tests: Add errno and perror.
988         * tests/test-poll.c: Use ioctl, not ioctlsocket.
989
990 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
991
992         * tests/test-poll.c: Downgrade minimum needed Winsock version.
993
994 2008-09-23  Bruno Haible  <bruno@clisp.org>
995
996         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
997         * doc/glibc-functions/*: Likewise.
998
999 2008-09-23  Simon Josefsson  <simon@josefsson.org>
1000
1001         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
1002         success.
1003
1004 2008-09-22  Eric Blake  <ebb9@byu.net>
1005             Bruno Haible  <bruno@clisp.org>
1006
1007         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
1008         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
1009         supply %A but mishandle pseudo-NaN.
1010         Reported by Simon Josefsson.
1011
1012 2008-09-21  Bruno Haible  <bruno@clisp.org>
1013
1014         * tests/test-lock.c (main): Tweak skip message.
1015         * tests/test-tls.c (main): Likewise.
1016
1017 2008-09-21  Bruno Haible  <bruno@clisp.org>
1018
1019         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
1020         whether 'struct sigaction' has sa_sigaction here...
1021         (gl_PREREQ_SIG_HANDLER_H): ... not here.
1022         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
1023
1024 2008-09-21  Bruno Haible  <bruno@clisp.org>
1025
1026         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
1027         section.
1028         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
1029         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
1030         the new section.
1031         (Support for obsolete systems lacking POSIX:2001): New section.
1032         (String handling <string.h>): Move strdup to the new section.
1033         Suggested by Simon Josefsson and Paolo Bonzini.
1034
1035 2008-09-21  Bruno Haible  <bruno@clisp.org>
1036
1037         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
1038         exponents in %e and %g results on 'long double'. Needed for mingw's
1039         improved *printf functions.
1040         * tests/test-vasprintf-posix.c (test_function): Likewise.
1041         * tests/test-snprintf-posix.h (test_function): Likewise.
1042         * tests/test-sprintf-posix.h (test_function): Likewise.
1043         Reported by Eric Blake.
1044
1045 2008-09-21  Bruno Haible  <bruno@clisp.org>
1046
1047         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
1048         * tests/test-sprintf-posix.h (test_function): Likewise.
1049
1050 2008-09-21  Bruno Haible  <bruno@clisp.org>
1051
1052         * modules/getpass (Depends-on): Add strdup-posix.
1053
1054         New module 'strdup-posix'.
1055         * modules/strdup-posix: New file.
1056         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
1057         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
1058         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1059         REPLACE_STRDUP.
1060         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
1061         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
1062         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1063         strdup-posix.
1064
1065         * modules/strdup (Depends-on): Remove malloc-posix.
1066
1067 2008-09-20  Bruno Haible  <bruno@clisp.org>
1068
1069         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
1070         Wildenhues.
1071
1072 2008-09-20  Bruno Haible  <bruno@clisp.org>
1073
1074         Ensure that wint_t gets defined on IRIX 5.3.
1075         * lib/wchar.in.h (wint_t): Define if not defined by the system.
1076         * lib/wctype.in.h (wint_t): Likewise.
1077         (__wctype_wint_t): Remove type.
1078         (isw*): Use wint_t instead of __wctype_wint_t.
1079         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
1080         * modules/wchar (Files): Add m4/wint_t.m4.
1081         (Makefile.am): Substitute HAVE_WINT_T.
1082         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
1083         * tests/test-wctype.c: Check that wint_t is defined.
1084         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
1085         * doc/posix-headers/wctype.texi: Likewise.
1086         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
1087
1088 2008-09-18  Bruno Haible  <bruno@clisp.org>
1089
1090         * gnulib-tool (func_exit): Update comment.
1091
1092 2008-09-18  Simon Josefsson  <simon@josefsson.org>
1093
1094         * modules/getaddrinfo (Depends-on): Remove strdup, this module
1095         assumes strdup exists and does not depend on strdup to return
1096         ENOMEM on out of memory conditions.
1097
1098 2008-09-18  Bruno Haible  <bruno@clisp.org>
1099
1100         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
1101         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
1102         digits for the exponent.
1103
1104 2008-09-18  Jim Meyering  <meyering@redhat.com>
1105             Bruno Haible  <bruno@clisp.org>
1106
1107         * lib/vasnprintf.c (decimal_point_char): Define also if
1108         NEED_PRINTF_INFINITE_LONG_DOUBLE.
1109
1110 2008-09-16  Bruno Haible  <bruno@clisp.org>
1111         and Eric Blake  <ebb9@byu.net>
1112
1113         vasnprintf: support Irix 5.3
1114         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
1115         that mishandle long double infinity.
1116         Reported by Tom G. Christensen.
1117
1118 2008-09-16  Bruno Haible  <bruno@clisp.org>
1119
1120         * doc/glibc-functions/scandir.texi: Mention the function is missing on
1121         Solaris 9.
1122         * doc/glibc-functions/alphasort.texi: Likewise.
1123         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
1124
1125 2008-09-16  Jim Meyering  <meyering@redhat.com>
1126
1127         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
1128         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
1129         a umask modification leak out of a subshell.  Otherwise, the
1130         opensolaris /bin/sh would be accepted and thus cause unwarranted
1131         failures in the coreutils test suite.
1132
1133 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
1134
1135         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
1136         to succeed.
1137
1138 2008-09-16  Jim Meyering  <meyering@redhat.com>
1139
1140         avoid spurious test failure when library is built without ACL support
1141         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
1142         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
1143         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
1144         * tests/test-copy-acl.sh: Likewise.
1145
1146 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1147
1148         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
1149         based on character occurrence counts.
1150
1151 2008-09-15  Eric Blake  <ebb9@byu.net>
1152
1153         tests: avoid some compiler warnings
1154         * tests/test-memchr.c (main): Pass NULL indirectly.
1155         * tests/test-closein.c (main): Avoid unused variable.
1156
1157 2008-09-15  Bruno Haible  <bruno@clisp.org>
1158
1159         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
1160         are missing on OpenBSD 4.0 individually.
1161         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
1162
1163 2008-09-15  Bruno Haible  <bruno@clisp.org>
1164
1165         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
1166         * doc/posix-functions/strerror.texi: Mention also Cygwin.
1167         * doc/posix-functions/perror.texi: Likewise.
1168         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
1169         is missing.
1170         Reported by Eric Blake.
1171
1172         * lib/errno.in.h: Use replacement values >= 2000.
1173         Reported by Eric Blake.
1174
1175 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1176
1177         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
1178         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
1179         limit.
1180         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
1181         compareseq was aborted.
1182
1183 2008-09-14  Bruno Haible  <bruno@clisp.org>
1184
1185         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
1186         yvec_edit_count.
1187         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
1188         (fstrcmp_bounded): Simplify result computation accordingly.
1189
1190 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1191
1192         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
1193         (fstrcmp): Define in terms of fstrcmp_bounded.
1194         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
1195         lower_bound argument.
1196         Return quickly if the result is certainly < lower_bound.
1197         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
1198
1199 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1200
1201         * lib/diffseq.h (EARLY_ABORT): New macro.
1202         (compareseq): Change return type to bool. Return true when EARLY_ABORT
1203         evaluates to true.
1204
1205 2008-09-14  Bruno Haible  <bruno@clisp.org>
1206
1207         * modules/perror-tests: New file.
1208         * tests/test-perror.sh: New file.
1209         * tests/test-perror.c: New file.
1210
1211         New module 'perror'.
1212         * lib/stdio.in.h (perror): New declaration.
1213         * lib/perror.c: New file.
1214         * m4/perror.m4: New file.
1215         * modules/perror: New file.
1216         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
1217         * doc/posix-functions/perror.texi: Mention the perror module.
1218         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
1219         REPLACE_PERROR.
1220         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
1221         REPLACE_PERROR.
1222
1223 2008-09-14  Bruno Haible  <bruno@clisp.org>
1224
1225         * modules/stdio (Makefile.am): Reorder to match the order in
1226         lib/stdio.in.h.
1227         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
1228
1229 2008-09-13  Bruno Haible  <bruno@clisp.org>
1230
1231         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
1232
1233 2008-09-13  Bruno Haible  <bruno@clisp.org>
1234
1235         Extend strerror to cover the added errno values.
1236         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
1237         (rpl_strerror): Provide error messages for the added errno values and
1238         for the WSA* values.
1239         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
1240         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
1241         strerror.
1242         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
1243         * modules/strerror (Depends-on): Add errno.
1244         * doc/posix-functions/strerror.texi: Document the change.
1245         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
1246         and EOVERFLOW.
1247
1248 2008-09-13  Bruno Haible  <bruno@clisp.org>
1249
1250         * modules/EOVERFLOW: Remove file.
1251         * m4/eoverflow.m4: Remove file.
1252         * modules/EOVERFLOW-tests: Remove file.
1253         * tests/test-EOVERFLOW.c: Remove file.
1254         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
1255         * modules/ftell (Depends-on): Likewise.
1256         * modules/getdelim (Depends-on): Likewise.
1257         * modules/getugroups (Depends-on): Likewise.
1258         * modules/poll (Depends-on): Likewise.
1259         * modules/snprintf (Depends-on): Likewise.
1260         * modules/sprintf-posix (Depends-on): Likewise.
1261         * modules/vasnprintf (Depends-on): Likewise.
1262         * modules/vasprintf (Depends-on): Likewise.
1263         * modules/vfprintf-posix (Depends-on): Likewise.
1264         * modules/vsnprintf (Depends-on): Likewise.
1265         * modules/vsprintf-posix (Depends-on): Likewise.
1266         * modules/xvasprintf (Depends-on): Likewise.
1267         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
1268         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
1269         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
1270         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
1271         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
1272         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
1273         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
1274         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
1275         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
1276         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
1277         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
1278         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
1279         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
1280         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
1281         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
1282         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
1283         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
1284         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
1285         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
1286         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
1287         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
1288         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
1289         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
1290         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
1291         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
1292         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
1293         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
1294         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
1295         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
1296         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
1297         * MODULES.html.sh: Remove EOVERFLOW.
1298         * NEWS: Mention the change.
1299
1300 2008-09-13  Bruno Haible  <bruno@clisp.org>
1301
1302         * modules/errno-tests: New file.
1303         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
1304
1305         * lib/errno.in.h: New file.
1306         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
1307         * modules/errno: New file.
1308         * doc/posix-headers/errno.texi: Update documentation.
1309         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
1310
1311 2008-09-13  Bruno Haible  <bruno@clisp.org>
1312
1313         * tests/test-poll.c: Use #if for native Windows, rather than testing
1314         __MSVCRT__.
1315
1316 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1317             Bruno Haible  <bruno@clisp.org>
1318
1319         * lib/glob.c: Don't include <pwd.h> on native Windows.
1320         (WINDOWS32): New macro.
1321         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
1322
1323 2008-09-13  Bruno Haible  <bruno@clisp.org>
1324
1325         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
1326         (ETIMEDOUT): Remove macro.
1327         (glthread_cond_timedwait_multithreaded): New declaration.
1328         (glthread_cond_timedwait): Use it.
1329         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
1330         (glthread_cond_timedwait_multithreaded): New function.
1331
1332 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
1333
1334         * modules/poll-tests: Do not check for io.h.
1335         * tests/test-poll.c: Check for __MSVCRT__ instead.
1336
1337 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
1338
1339         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
1340         * modules/poll-tests: Add inet_pton, stdbool, sockets.
1341         * tests/test-poll.c: Use them.  Use _pipe on Windows.
1342
1343 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
1344
1345         * modules/poll-tests: New.
1346         * tests/test-poll.c: New.
1347
1348 2008-09-12  Eric Blake  <ebb9@byu.net>
1349
1350         frexp: test for NetBSD failure on -0.0
1351         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
1352         not all, bugs from NetBSD 3.0 have been fixed.
1353         * doc/posix-functions/frexp.texi (frexp): Document bug.
1354         Reported by Thomas Klausner.
1355
1356         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
1357         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
1358         literal -0.0.
1359         Reported by Jonathan C. Patschke <jp@centtech.com>.
1360
1361 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1362
1363         * lib/glthread/cond.h: Use dummy implementation also if
1364         USE_WIN32_THREADS.
1365
1366 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1367
1368         * modules/fnmatch-posix (License): Change to LGPLv2+.
1369         * modules/fnmatch-gnu (License): Likewise.
1370
1371 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1372
1373         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
1374
1375 2008-09-11  Jim Meyering  <meyering@redhat.com>
1376
1377         * users.txt: Add gtk-vnc.
1378
1379 2008-09-08  Simon Josefsson  <simon@josefsson.org>
1380
1381         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
1382         rotate amounts.
1383
1384         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
1385         required for 16-bit and 8-bit rotates.
1386         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
1387         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
1388         UINT8_MAX instead of hard-coded constants.
1389         Suggested by Paul Eggert.
1390
1391 2008-09-07  Bruno Haible  <bruno@clisp.org>
1392
1393         * tests/test-striconveh.c (main): Check behaviour when converting from
1394         UTF-7.
1395
1396         Make striconveh work better with stateful encodings.
1397         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
1398         that iconv does not increment the inptr when returning -1/EINVAL.
1399
1400 2008-09-07  Bruno Haible  <bruno@clisp.org>
1401
1402         * build-aux/config.rpath: Update according to libtool-2.2.6.
1403         * build-aux/config.libpath: Likewise.
1404
1405 2008-09-06  Bruno Haible  <bruno@clisp.org>
1406
1407         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
1408         * lib/freadptr.c (freadptr): Likewise.
1409         * lib/freadseek.c (freadptrinc): Likewise.
1410         Reported by Simon Josefsson.
1411
1412 2008-09-06  Bruno Haible  <bruno@clisp.org>
1413
1414         * modules/freadptr (License): Change to LGPLv2+.
1415         * modules/freadseek (License): Likewise.
1416         Suggested by Eric Blake.
1417
1418         * modules/memchr2 (License): Change to LGPLv2+.
1419         Approved by Eric Blake.
1420
1421 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1422             Bruno Haible  <bruno@clisp.org>
1423
1424         Make gnulib-tool work with native 'sed' on AIX.
1425         * gnulib-tool (sed_noop): New variable.
1426         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
1427         func_add_or_update, func_create_testdir): Use it to initialize sed
1428         script variables.
1429         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1430
1431 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
1432             Bruno Haible  <bruno@clisp.org>
1433
1434         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
1435         also works after #include directives.
1436
1437 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
1438
1439         getdate.y: reject an out-of-range timezone value
1440         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
1441         the range [-24...+24].  When specified with only one or two digits,
1442         * tests/test-getdate.c: Tests for the fix.
1443         * doc/getdate.texi: Document this change.
1444
1445 2008-09-03  Bruno Haible  <bruno@clisp.org>
1446
1447         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
1448
1449 2008-09-02  Simon Josefsson  <simon@josefsson.org>
1450
1451         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
1452         <bruce.korb@gmail.com> with ideas from Ben Pfaff
1453         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
1454         Blake <ebb9@byu.net>.
1455
1456         * tests/test-bitrotate.c: Add more test vectors.
1457
1458 2008-09-02  Eric Blake  <ebb9@byu.net>
1459
1460         vasnprintf-posix: handle large precision via %.*d
1461         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
1462         when handling it ourselves.
1463         * tests/test-vasnprintf-posix.c (test_function): Add test.
1464         * tests/test-snprintf-posix.h (test_function): Likewise.
1465         * tests/test-sprintf-posix.h (test_function): Likewise.
1466         * tests/test-vasprintf-posix.c (test_function): Likewise.
1467         Reported by Alain Guibert.
1468
1469 2008-09-01  Eric Blake  <ebb9@byu.net>
1470
1471         c-stack: make configure-time check more robust
1472         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
1473         successful sigaction call.
1474         Reported by Tom G. Christensen.
1475
1476 2008-09-01  Bruno Haible  <bruno@clisp.org>
1477
1478         New module 'findprog-lgpl'.
1479         * modules/findprog-lgpl: New file.
1480         * lib/findprog-lgpl.c: New file.
1481         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
1482         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
1483         to decide whether to use strdup or xstrdup, concatenated_filename or
1484         xconcatenated_filename.
1485
1486 2008-09-01  Bruno Haible  <bruno@clisp.org>
1487
1488         Split module 'concat-filename' into 'concat-filename' (LGPL) and
1489         'xconcat-filename' (GPL).
1490         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
1491         (License): Change to LGPLv2+.
1492         * modules/xconcat-filename: New file.
1493         * lib/concat-filename.h (concatenated_filename): Change specification.
1494         (xconcatenated_filename): New declaration.
1495         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
1496         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
1497         memory situations.
1498         * lib/xconcat-filename.c: New file.
1499         * NEWS: Mention the change.
1500         * lib/findprog.c: Include concat-filename.h, not filename.h.
1501         (find_in_path): Use xconcatenated_filename instead of
1502         concatenated_filename.
1503         * lib/javacomp.c: Include concat-filename.h, not filename.h.
1504         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
1505         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
1506         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
1507         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
1508         instead of concatenated_filename.
1509         * lib/javaexec.c: Include concat-filename.h, not filename.h.
1510         (execute_java_class): Use xconcatenated_filename instead of
1511         concatenated_filename.
1512         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
1513         * modules/javacomp (Depends-on): Likewise.
1514         * modules/javaexec (Depends-on): Likewise.
1515
1516 2008-09-01  Bruno Haible  <bruno@clisp.org>
1517
1518         Split module 'filename' into 'filename' and 'concat-filename'.
1519         * modules/filename: Keep only lib/filename.h.
1520         (License): Change to LGPLv2+.
1521         * modules/concat-filename: New file, extracted from modules/filename.
1522         * lib/filename.h (concatenated_filename): Remove declaration.
1523         * lib/concat-filename.h: New file, extracted from lib/filename.h.
1524         * lib/concat-filename.c: Include concat-filename.h.
1525         * NEWS: Mention the change.
1526
1527 2008-09-01  Simon Josefsson  <simon@josefsson.org>
1528
1529         * lib/bitrotate.h (rotl8, rotr8): Add.
1530
1531         * modules/bitrotate (configure.ac): Need
1532         AC_REQUIRE([AC_C_INLINE]).
1533         (Description): Mention stdint.h.  Reported by Bruno Haible
1534         <bruno@clisp.org>.
1535
1536         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
1537         Paolo Bonzini <bonzini@gnu.org>.
1538
1539 2008-08-31  Bruno Haible  <bruno@clisp.org>
1540
1541         Assume Solaris specific bi-arch conventions on Solaris systems.
1542         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
1543         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
1544         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
1545         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
1546         like acl_libdirstem.
1547         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
1548         acl_libdirstem.
1549         * NEWS: Mention the change.
1550         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
1551
1552 2008-08-31  Jim Meyering  <meyering@redhat.com>
1553
1554         * lib/strftime.h: Add comments describing the two added arguments.
1555
1556         remove duplicate #include directives
1557         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
1558         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
1559
1560 2008-08-31  Bruno Haible  <bruno@clisp.org>
1561
1562         New module 'sigpipe-die'.
1563         * modules/sigpipe-die: New file.
1564         * lib/sigpipe-die.h: New file.
1565         * lib/sigpipe-die.c: New file.
1566         * MODULES.html.sh (Signal handling): Add sigpipe-die.
1567
1568 2008-08-31  Bruno Haible  <bruno@clisp.org>
1569
1570         Don't override previously installed signal handlers.
1571         * lib/fatal-signal.c (saved_sigactions): New variable.
1572         (uninstall_handlers): Reset the signal to the saved handler, not
1573         to SIG_DFL (except when ignored).
1574         (install_handlers): Save the previous handlers.
1575
1576 2008-08-30  Bruno Haible  <bruno@clisp.org>
1577
1578         * gnulib-tool (func_reset_sigpipe): New function.
1579         (func_get_automake_snippet, func_modules_transitive_closure,
1580         func_import): Invoke it before a join command that reads from stdin,
1581         to avoid "echo: write error: Broken pipe" error messages on stderr.
1582         Reported by Sam Steingold <sds@gnu.org>.
1583
1584 2008-08-30  Bruno Haible  <bruno@clisp.org>
1585
1586         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
1587         Code copied from m4/open.m4.
1588         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
1589         access and the filename ends in a slash. Code copied from lib/open.c.
1590         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
1591         * tests/test-fopen.c (main): Check against bug with trailing slash.
1592
1593 2008-08-29  Bruno Haible  <bruno@clisp.org>
1594
1595         Avoid some "gcc -pedantic" warnings.
1596         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
1597         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
1598         * lib/dirent.in.h: Likewise.
1599         * lib/fcntl.in.h: Likewise.
1600         * lib/float.in.h: Likewise.
1601         * lib/iconv.in.h: Likewise.
1602         * lib/inttypes.in.h: Likewise.
1603         * lib/locale.in.h: Likewise.
1604         * lib/math.in.h: Likewise.
1605         * lib/netinet_in.in.h: Likewise.
1606         * lib/search.in.h: Likewise.
1607         * lib/signal.in.h: Likewise.
1608         * lib/stdarg.in.h: Likewise.
1609         * lib/stdint.in.h: Likewise.
1610         * lib/stdio.in.h: Likewise.
1611         * lib/stdlib.in.h: Likewise.
1612         * lib/string.in.h: Likewise.
1613         * lib/strings.in.h: Likewise.
1614         * lib/sys_select.in.h: Likewise.
1615         * lib/sys_socket.in.h: Likewise.
1616         * lib/sys_stat.in.h: Likewise.
1617         * lib/sys_time.in.h: Likewise.
1618         * lib/sysexits.in.h: Likewise.
1619         * lib/time.in.h: Likewise.
1620         * lib/unistd.in.h: Likewise.
1621         * lib/wchar.in.h: Likewise.
1622         * lib/wctype.in.h: Likewise.
1623         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
1624         * modules/fchdir (Makefile.am): Likewise.
1625         * modules/fcntl (Makefile.am): Likewise.
1626         * modules/float (Makefile.am): Likewise.
1627         * modules/iconv_open (Makefile.am): Likewise.
1628         * modules/inttypes (Makefile.am): Likewise.
1629         * modules/locale (Makefile.am): Likewise.
1630         * modules/math (Makefile.am): Likewise.
1631         * modules/netinet_in (Makefile.am): Likewise.
1632         * modules/search (Makefile.am): Likewise.
1633         * modules/signal (Makefile.am): Likewise.
1634         * modules/stdarg (Makefile.am): Likewise.
1635         * modules/stdint (Makefile.am): Likewise.
1636         * modules/stdio (Makefile.am): Likewise.
1637         * modules/stdlib (Makefile.am): Likewise.
1638         * modules/string (Makefile.am): Likewise.
1639         * modules/strings (Makefile.am): Likewise.
1640         * modules/sys_select (Makefile.am): Likewise.
1641         * modules/sys_socket (Makefile.am): Likewise.
1642         * modules/sys_stat (Makefile.am): Likewise.
1643         * modules/sys_time (Makefile.am): Likewise.
1644         * modules/sysexits (Makefile.am): Likewise.
1645         * modules/time (Makefile.am): Likewise.
1646         * modules/unistd (Makefile.am): Likewise.
1647         * modules/wchar (Makefile.am): Likewise.
1648         * modules/wctype (Makefile.am): Likewise.
1649         Reported by Reuben Thomas <rrt@sc3d.org>.
1650
1651 2008-08-29  Bruno Haible  <bruno@clisp.org>
1652
1653         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
1654         any more.
1655
1656 2008-08-29  Simon Josefsson  <simon@josefsson.org>
1657
1658         * MODULES.html.sh (Misc): Add bitrotate.
1659
1660         * modules/bitrotate: New file.
1661
1662         * lib/bitrotate.h: New file.
1663
1664         * modules/bitrotate-tests: New file.
1665
1666         * tests/test-bitrotate.c: New file.
1667
1668         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
1669         on the bitrotate module.
1670
1671         * lib/arctwo.c: Use new bitrotate module.
1672
1673 2008-08-29  Jim Meyering  <meyering@redhat.com>
1674
1675         bootstrap: merge changes from coreutils
1676         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
1677         of copied files.  Remove a kludge, now that this is fixed.
1678         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
1679         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
1680         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
1681
1682 2008-08-29  Bruno Haible  <bruno@clisp.org>
1683
1684         * MODULES.html.sh: Remove --cvs-urls option.
1685
1686 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
1687
1688         maint.mk: adjust to file name change
1689         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
1690
1691 2008-08-28  Jim Meyering  <meyering@redhat.com>
1692
1693         * modules/getndelim2 (License): Relicense to LGPLv2+.
1694         Approved by Richard Stallman for the version of 1995, and by
1695         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
1696
1697 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
1698
1699         * lib/getdelim.c (flockfile, funlockfile): Make all of them
1700         dummy if one is not available.  Do not touch them if
1701         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
1702         (getc_maybe_unlocked): New.
1703         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
1704
1705 2008-08-26  Eric Blake  <ebb9@byu.net>
1706
1707         doc/INSTALL: resync from autoconf
1708         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
1709         (INSTALL_PRELUDE): Delete; this is done more efficiently by
1710         moving...
1711         * install.texi [!autoconf]: ...here.  Resync from autoconf.
1712         * INSTALL: Regenerate.
1713         * INSTALL.ISO: New file.
1714         * INSTALL.UTF-8: Likewise.
1715
1716 2008-08-26  Jim Meyering  <meyering@redhat.com>
1717
1718         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
1719         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
1720         these definitions conditional, so that they may be overridden, too.
1721
1722 2008-08-26  Bruno Haible  <bruno@clisp.org>
1723
1724         Generate INSTALL file variants with prettier quotes.
1725         * doc/Makefile (INSTALL_PRELUDE): New macro.
1726         (INSTALL): Use it.
1727         (INSTALL.ISO, INSTALL.UTF-8): New rules.
1728
1729 2008-08-26  Bruno Haible  <bruno@clisp.org>
1730
1731         Run makeinfo in an English locale.
1732         * doc/Makefile (MAKEINFO): New variable.
1733
1734 2008-08-26  Bruno Haible  <bruno@clisp.org>
1735
1736         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
1737         Suggested by Eric Blake.
1738
1739 2008-08-25  Bruno Haible  <bruno@clisp.org>
1740
1741         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
1742
1743 2008-08-25  Eric Blake  <ebb9@byu.net>
1744
1745         c-stack: test that stack overflow can be caught
1746         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
1747         that platform allows handling stack overflow; at least OS/2 EMX
1748         has sigaltstack, but crashes before transferring control to
1749         handler on stack overflow.
1750         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
1751         check for HAVE_STACK_OVERFLOW_HANDLING.
1752         Reported by Elbert Pol.
1753
1754 2008-08-25  Bruno Haible  <bruno@clisp.org>
1755
1756         * doc/posix-functions/strftime.texi: Fix description of strftime
1757         module.
1758
1759 2008-08-24  Bruno Haible  <bruno@clisp.org>
1760
1761         * tests/uniwidth/test-uc_width2.c: New file.
1762         * tests/uniwidth/test-uc_width2.sh: New file.
1763         * modules/uniwidth/width-tests (Files): Add the new files.
1764         (TESTS): Add uniwidth/test-uc_width2.sh.
1765         (TESTS_ENVIRONMENT): New variable.
1766         (check_PROGRAMS): Add test-uc_width2.
1767         (test_uc_width2_SOURCES): New variable.
1768
1769         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
1770         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
1771         not 0x00AB.
1772         Reported by Alexander V. Lukyanov <lav@netis.ru>.
1773
1774 2008-08-22  Eric Blake  <ebb9@byu.net>
1775
1776         test-lock, test-tls: mention why a test is skipped
1777         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
1778         skipped.
1779         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
1780
1781         count-one-bits: relax license
1782         * modules/count-one-bits (License): Relicense to LGPLv2+.
1783         Suggested by Ludovic Courtès, approved by Ben Pfaff.
1784
1785 2008-08-22  Andreas Schwab  <schwab@suse.de>
1786
1787         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
1788         Remove spurious space in assignment.
1789
1790 2008-08-21  Simon Josefsson  <simon@josefsson.org>
1791
1792         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
1793         Paul Eggert <eggert@CS.UCLA.EDU>.
1794
1795 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
1796
1797         * modules/gettext: Add m4/threadlib.m4.
1798
1799 2008-08-19  Eric Blake  <ebb9@byu.net>
1800
1801         test-c-stack: fix compilation failure on FreeBSD 5.0
1802         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
1803         headers before <sys/resource.h>.
1804         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
1805         the bug.
1806         Reported by Nelson H. F. Beebe.
1807
1808         strverscmp: migrate from "strverscmp.h" to <string.h>
1809         * modules/string (Makefile.am): Add new hooks.
1810         * modules/strverscmp (Files): Remove strverscmp.h.
1811         (Depends-on): Add string.
1812         (configure.ac): Add indicator.
1813         (Include): Mention new header.
1814         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
1815         defaults.
1816         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
1817         results.
1818         * lib/strverscmp.h: Delete.
1819         * lib/string.in.h (strverscmp): Provide declaration, when needed.
1820         * tests/test-strverscmp.c (includes): Adjust client.
1821         * lib/check-version.c (includes): Likewise.
1822         * NEWS: Document the change.
1823
1824         strverscmp: add unit test
1825         * modules/strverscmp-tests: New file.
1826         * tests/test-strverscmp.c: Likewise.
1827
1828 2008-08-19  Simon Josefsson  <simon@josefsson.org>
1829
1830         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
1831         regarding Windows crypto stuff, from Mono.
1832
1833 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
1834
1835         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
1836         if present, for intel RND.  Return error on failures.
1837
1838 2008-08-18  Ben Pfaff  <blp@gnu.org>
1839
1840         gitlog-to-changelog: give better diagnostic for failed pipe-open
1841         * build-aux/gitlog-to-changelog: Improve error message: suggest
1842         that the version of Git may be too old.
1843
1844 2008-08-18  Simon Josefsson  <simon@josefsson.org>
1845
1846         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
1847         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
1848
1849 2008-08-18  Bruno Haible  <bruno@clisp.org>
1850
1851         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
1852         pthread_in_use().
1853
1854 2008-08-18  Bruno Haible  <bruno@clisp.org>
1855
1856         * lib/glthread/threadlib.c: Include <pthread.h>.
1857
1858 2008-08-18  Bruno Haible  <bruno@clisp.org>
1859
1860         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
1861         glthread_recursive_lock_* macros.
1862         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
1863         Fix syntax error.
1864
1865 2008-08-18  Bruno Haible  <bruno@clisp.org>
1866
1867         * lib/glthread/thread.c: Avoid forcing a context switch right after
1868         thread creation.
1869
1870 2008-08-17  Bruno Haible  <bruno@clisp.org>
1871
1872         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
1873         * lib/glthread/thread.h: Provide Win32 specific implementation.
1874         * modules/thread (Files): Add lib/glthread/thread.c.
1875         (Depends-on): Add lock.
1876         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
1877
1878 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1879
1880         New module 'yield'.
1881         * modules/yield: New file.
1882         * lib/glthread/yield.h: New file.
1883         * m4/yield.m4: New file.
1884         * MODULES.html.sh (Multithreading): Add yield.
1885
1886 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1887
1888         New module 'thread'.
1889         * modules/thread: New file.
1890         * lib/glthread/thread.h: New file.
1891         * m4/thread.m4: New file.
1892         * MODULES.html.sh (Multithreading): Add thread.
1893
1894 2008-08-17  Bruno Haible  <bruno@clisp.org>
1895
1896         * lib/glthread/lock.h: Include <stdlib.h> always.
1897         * lib/glthread/tls.h: Likewise.
1898         * lib/glthread/cond.h: Likewise.
1899
1900 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1901
1902         New module 'cond'.
1903         * modules/cond: New file.
1904         * lib/glthread/cond.h: New file.
1905         * lib/glthread/cond.c: New file.
1906         * m4/cond.m4: New file.
1907         * MODULES.html.sh (Multithreading): Add cond.
1908
1909 2008-08-16  Eric Blake  <ebb9@byu.net>
1910
1911         c-stack: fix regression on Irix 5.3 from 2008-06-21
1912         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
1913         sa_sigaction...
1914         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
1915         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
1916         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
1917         * modules/signal (Makefile.am): Use the value.
1918         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
1919         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
1920         * doc/posix-headers/signal.texi (signal.h): Document this
1921         portability issue.
1922         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
1923         Reported by Tom G. Christensen.
1924
1925 2008-08-17  Bruno Haible  <bruno@clisp.org>
1926
1927         New module 'threadlib'.
1928         * modules/threadlib: New file.
1929         * lib/glthread/threadlib.c: New file, extracted from
1930         lib/glthread/lock.c.
1931         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
1932         functions.
1933         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
1934         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
1935         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
1936         macros.
1937         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
1938         (gl_DISABLE_THREADS): Remove macro.
1939         * modules/lock (Files): Remove build-aux/config.rpath.
1940         (Depends-on): Remove havelib. Add threadlib.
1941         (configure.ac-early): Remove section.
1942         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
1943         * modules/tls (Depends-on): Remove lock. Add threadlib.
1944         (Link): New section, copied from threadlib.
1945         * MODULES.html.sh (Multithreading): Add threadlib.
1946
1947 2008-08-14  Bruno Haible  <bruno@clisp.org>
1948
1949         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
1950         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
1951         glthread_rwlock_unlock, glthread_rwlock_destroy,
1952         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
1953         glthread_recursive_lock_destroy): Define as macros always.
1954         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
1955         glthread_lock_lock.
1956         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
1957         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
1958         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
1959         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
1960         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
1961         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
1962         (glthread_recursive_lock_lock_func): Renamed from
1963         glthread_recursive_lock_lock.
1964         (glthread_recursive_lock_unlock_func): Renamed from
1965         glthread_recursive_lock_unlock.
1966         (glthread_recursive_lock_destroy_func): Renamed from
1967         glthread_recursive_lock_destroy.
1968
1969 2008-08-14  Bruno Haible  <bruno@clisp.org>
1970
1971         * lib/glthread/lock.h: Renamed from lib/lock.h.
1972         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
1973         * lib/glthread/tls.h: Renamed from lib/tls.h.
1974         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
1975         * lib/fstrcmp.c: Update includes.
1976         * lib/strsignal.c: Update includes.
1977         * modules/lock (Files, Makefile.am): Update.
1978         (Include): Change to "glthread/lock.h".
1979         * modules/tls (Files, Makefile.am): Update.
1980         (Include): Change to "glthread/tls.h".
1981         * tests/test-lock.c: Update includes.
1982         * tests/test-tls.c: Update includes.
1983         * NEWS: Mention the renamed header files.
1984
1985 2008-08-11  Jim Meyering  <meyering@redhat.com>
1986
1987         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
1988
1989 2008-08-11  Eric Blake  <ebb9@byu.net>
1990
1991         test-c-stack: avoid C99-ism
1992         * tests/test-c-stack.c (main): Fix whitespace, move declaration
1993         before statement.
1994         Reported by Alain Guibert.
1995
1996 2008-08-10  Jim Meyering  <meyering@redhat.com>
1997
1998         ensure that return value of uinttostr et al are not ignored
1999         * lib/inttostr.h (__GNUC_PREREQ): Define.
2000         (__attribute_warn_unused_result__): Define.
2001         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
2002
2003 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
2004
2005         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
2006         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
2007
2008 2008-08-07  Jim Meyering  <meyering@redhat.com>
2009
2010         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
2011
2012         * modules/mkstemp (License): Relicense under LGPLv2+.
2013         * modules/tempname (License): Likewise.
2014
2015 2008-08-06  Bruno Haible  <bruno@clisp.org>
2016
2017         * lib/poll.c (poll): Further micro-optimization.
2018
2019 2008-08-06  Jim Meyering  <meyering@redhat.com>
2020
2021         inet_pton.c: use locale-independent tolower
2022         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
2023         (inet_pton6): Use c_tolower rather than tolower.
2024         * modules/inet_pton (Depends-on): Add c-ctype.
2025
2026 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
2027
2028         * lib/poll.c (poll): Avoid division when timeout is 0, cache
2029         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
2030
2031 2008-08-06  Jim Meyering  <meyering@redhat.com>
2032
2033         * modules/inet_pton (License): Relicense under LGPLv2+.
2034
2035 2008-08-03  Bruno Haible  <bruno@clisp.org>
2036
2037         Additional non-aborting API for lock and tls.
2038         * lib/lock.h: Include <errno.h>.
2039         (glthread_lock_init): New macro/function.
2040         (gl_lock_init): Define as wrapper around glthread_lock_init.
2041         (glthread_lock_lock): New macro/function.
2042         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
2043         (glthread_lock_unlock): New macro/function.
2044         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
2045         (glthread_lock_destroy): New macro/function.
2046         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
2047         (glthread_rwlock_init): New macro/function.
2048         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
2049         (glthread_rwlock_rdlock): New macro/function.
2050         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
2051         (glthread_rwlock_wrlock): New macro/function.
2052         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
2053         (glthread_rwlock_unlock): New macro/function.
2054         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
2055         (glthread_rwlock_destroy): New macro/function.
2056         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
2057         (glthread_recursive_lock_init): New macro/function.
2058         (gl_recursive_lock_init): Define as wrapper around
2059         glthread_recursive_lock_init.
2060         (glthread_recursive_lock_lock): New macro/function.
2061         (gl_recursive_lock_lock): Define as wrapper around
2062         glthread_recursive_lock_lock.
2063         (glthread_recursive_lock_unlock): New macro/function.
2064         (gl_recursive_lock_unlock): Define as wrapper around
2065         glthread_recursive_lock_unlock.
2066         (glthread_recursive_lock_destroy): New macro/function.
2067         (gl_recursive_lock_destroy): Define as wrapper around
2068         glthread_recursive_lock_destroy.
2069         (glthread_once): New macro/function.
2070         (gl_once): Define as wrapper around glthread_once.
2071         Update function declarations.
2072         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
2073         glthread_rwlock_init. Return error code.
2074         (glthread_rwlock_rdlock_multithreaded): Renamed from
2075         glthread_rwlock_rdlock. Return error code.
2076         (glthread_rwlock_wrlock_multithreaded): Renamed from
2077         glthread_rwlock_wrlock. Return error code.
2078         (glthread_rwlock_unlock_multithreaded): Renamed from
2079         glthread_rwlock_unlock. Return error code.
2080         (glthread_rwlock_destroy_multithreaded): Renamed from
2081         glthread_rwlock_destroy. Return error code.
2082         (glthread_recursive_lock_init_multithreaded): Renamed from
2083         glthread_recursive_lock_init. Return error code.
2084         (glthread_recursive_lock_lock_multithreaded): Renamed from
2085         glthread_recursive_lock_lock. Return error code.
2086         (glthread_recursive_lock_unlock_multithreaded): Renamed from
2087         glthread_recursive_lock_unlock. Return error code.
2088         (glthread_recursive_lock_destroy_multithreaded): Renamed from
2089         glthread_recursive_lock_destroy. Return error code.
2090         (glthread_once_call): Make static.
2091         (glthread_once_multithreaded): Renamed from glthread_once.
2092         * lib/tls.h: Include <errno.h>.
2093         (glthread_tls_key_init): New macro/function.
2094         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
2095         (glthread_tls_set): New macro/function.
2096         (gl_tls_set): Define as wrapper around glthread_tls_set.
2097         (glthread_tls_key_destroy): New macro/function.
2098         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
2099         Update function declarations.
2100         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
2101         glthread_tls_get.
2102         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
2103
2104 2008-08-04  Eric Blake  <ebb9@byu.net>
2105
2106         gnumakefile: use space, not TAB, outside of targets
2107         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
2108
2109 2008-08-02  Jim Meyering  <meyering@redhat.com>
2110
2111         getdate.y: avoid locale-dependent date parsing failure
2112         In Turkish locales, getdate would fail to recognize keywords
2113         containing a lowercase "i".  The solution is not to rely on
2114         locale-sensitive case-conversion.
2115         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
2116         (lookup_word): Use c_toupper in place of toupper.
2117         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
2118         Reported by Vefa Bicakci <bicave@superonline.com> in
2119         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
2120         * modules/getdate (Depends-on): Add c-ctype.
2121
2122 2008-08-02  Bruno Haible  <bruno@clisp.org>
2123
2124         * gnulib-tool (func_import): When updating or creating a .gitignore
2125         file, prepend each added line with a slash, and ignore leading slashes
2126         from the existing lines.
2127         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
2128
2129 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2130
2131         Portability fix for GNU make 3.79.1.
2132         * top/GNUmakefile: Avoid 'else COND', which older GNU make
2133         versions do not understand.
2134
2135 2008-08-01  Bruno Haible  <bruno@clisp.org>
2136
2137         Work around bug of HP-UX 10.20 cc with -0.0 literal.
2138         * tests/test-isnanf.h (zero): New variable.
2139         (main): Avoid literal -0.0f.
2140         * tests/test-isnand.h (zero): New variable.
2141         (main): Avoid literal -0.0.
2142         * tests/test-isnanl.h (zero): New variable.
2143         (main): Avoid literal -0.0L.
2144         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
2145         (test_float, test_double, test_long_double): Avoid literals -0.0f,
2146         -0.0, -0.0L.
2147         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
2148         (test_signbitd): Avoid literal -0.0.
2149         (test_signbitl): Avoid literal -0.0L.
2150         * tests/test-ceilf1.c (zero): New variable.
2151         (main): Avoid literal -0.0f.
2152         * tests/test-ceill.c (zero): New variable.
2153         (main): Avoid literal -0.0L.
2154         * tests/test-floorf1.c (zero): New variable.
2155         (main): Avoid literal -0.0f.
2156         * tests/test-floorl.c (zero): New variable.
2157         (main): Avoid literal -0.0L.
2158         * tests/test-roundf1.c (zero): New variable.
2159         (main): Avoid literal -0.0f.
2160         * tests/test-round1.c (zero): New variable.
2161         (main): Avoid literal -0.0.
2162         * tests/test-roundl.c (zero): New variable.
2163         (main): Avoid literal -0.0L.
2164         * tests/test-truncf1.c (zero): New variable.
2165         (main): Avoid literal -0.0f.
2166         * tests/test-trunc1.c (zero): New variable.
2167         (main): Avoid literal -0.0.
2168         * tests/test-truncl.c (zero): New variable.
2169         (main): Avoid literal -0.0L.
2170         * tests/test-frexp.c (zero): New variable.
2171         (main): Avoid literal -0.0.
2172         * tests/test-frexpl.c (zero): New variable.
2173         (main): Avoid literal -0.0L.
2174         * tests/test-ldexpl.c (zero): New variable.
2175         (main): Avoid literal -0.0L.
2176         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
2177         (zerod, zerol): New variables.
2178         (test_function): Avoid literals -0.0, -0.0L.
2179         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
2180         (zerod, zerol): New variables.
2181         (test_function): Avoid literals -0.0, -0.0L.
2182         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
2183         (zerod, zerol): New variables.
2184         (test_function): Avoid literals -0.0, -0.0L.
2185         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
2186         (zerod, zerol): New variables.
2187         (test_function): Avoid literals -0.0, -0.0L.
2188         * tests/test-strtod.c (zero): New variable.
2189         (main): Avoid literal -0.0.
2190         Reported by Jonathan C. Patschke <jp@centtech.com>.
2191
2192 2008-07-31  Jim Meyering  <meyering@redhat.com>
2193
2194         sha256.h: correct definition of SHA224_DIGEST_SIZE
2195         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
2196         Reported by Paulie Pena IV <paulie4@gmail.com>.
2197         Define as 224 / 8, rather than as a literal.
2198         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
2199         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
2200         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
2201
2202 2008-07-31  Bruno Haible  <bruno@clisp.org>
2203
2204         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
2205         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
2206         Reported by Jonathan Patschke <jp@centtech.com>.
2207
2208 2008-07-31  Bruno Haible  <bruno@clisp.org>
2209
2210         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
2211         Reported by Paolo Bonzini <bonzini@gnu.org>.
2212
2213 2008-07-30  Eric Blake  <ebb9@byu.net>
2214
2215         test-strtod: allow compilation without -lm
2216         * tests/test-strtod.c (main): Avoid link dependence on fabs.
2217         Reported by Dennis Clarke <blastwave@gmail.com>.
2218
2219 2008-07-28  Jim Meyering  <meyering@redhat.com>
2220
2221         bootstrap: work also when there are no .po files in po/
2222         * build-aux/bootstrap (update_po_files): Complete the change
2223         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
2224
2225 2008-07-27  Jim Meyering  <meyering@redhat.com>
2226
2227         * users.txt: Add zile.
2228
2229 2008-07-26  Ben Pfaff  <blp@gnu.org>
2230
2231         Add missing dependencies on new m4/exponent[fdl].m4 files.
2232         * modules/isnanf-nolibm: Add m4/exponentf.m4.
2233         * modules/isnand-nolibm: Add m4/exponentd.m4.
2234         * modules/isnanl-nolibm: Add m4/exponentl.m4.
2235         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
2236         m4/isnan[fdl].m4, because the macros actually used moved.
2237         Reported by Jim Meyering.
2238
2239 2008-07-14  Ben Pfaff  <blp@gnu.org>
2240
2241         Add isinf module.
2242         * lib/isinf.c: New file.
2243         * lib/math.in.h: Define isinf macro if we have decided to replace
2244         it.
2245         * m4/isinf.m4: New file.
2246         * m4/math_h.m4: Initialize and substitute variables for isinf
2247         module.
2248         * modules/isinf: New file.
2249         * modules/isinf-tests: New file.
2250         * modules/math: Add substitutions for new module.
2251         * tests/test-isinf.c: New file.
2252         * doc/posix-functions/isinf.texi: Mention new module.
2253         * MODULES.html.sh: Mention new module.
2254
2255 2008-07-14  Ben Pfaff  <blp@gnu.org>
2256
2257         Factor out some macros for use by additional modules.
2258         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
2259         exponentf.m4.
2260         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
2261         exponentd.m4.
2262         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
2263         file exponentl.m4.
2264         * m4/exponentf.m4: New file.
2265         * m4/exponentd.m4: New file.
2266         * m4/exponentl.m4: New file.
2267         * modules/isnanf: Use new file m4/exponentf.m4.
2268         * modules/isnand: Use new file m4/exponentd.m4.
2269         * modules/isnanl: Use new file m4/exponentl.m4.
2270
2271 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
2272
2273         mktime.c: normalize tp->tm_isdst value to -1/0/1.
2274         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
2275         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
2276         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
2277
2278         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
2279         readlink on platforms without PATH_MAX.
2280
2281 2008-07-21  Eric Blake  <ebb9@byu.net>
2282
2283         Warn, not fail, on stale version.
2284         * top/GNUmakefile (_curr-ver): Tone down previous patch.
2285
2286         Don't allow installation with stale devel version number.
2287         * top/GNUmakefile (_is-install-target): New macro.
2288         (_curr-ver): Forbid installation with stale version number.
2289
2290 2008-07-20  Bruno Haible  <bruno@clisp.org>
2291
2292         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
2293         TESTS_ENVIRONMENT.
2294         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
2295
2296 2008-07-20  Bruno Haible  <bruno@clisp.org>
2297
2298         * lib/c-stack.h (c_stack_action): Add documentation.
2299         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
2300
2301 2008-07-20  Bruno Haible  <bruno@clisp.org>
2302
2303         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
2304         * modules/readlink (License): Likewise.
2305
2306 2008-07-17  Eric Blake  <ebb9@byu.net>
2307
2308         * modules/c-stack (Link): Fix typo.
2309
2310         Make c-stack use libsigsegv, when available.
2311         * modules/c-stack (Depends-on): Add libsigsegv.
2312         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
2313         needed.
2314         * lib/c-stack.c (SIGSTKSZ): Define fallback.
2315         (segv_handler, overflow_handler, c_stack_action)
2316         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
2317         implementation when libsigsegv is available, but only when using
2318         the library is necessary.
2319         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
2320         comment, explaining why XSI check fails on Linux.
2321         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
2322         * tests/test-c-stack2.sh: Tweak skip message.
2323         * NEWS: Document new link-time requirements.
2324
2325 2008-07-16  Eric Blake  <ebb9@byu.net>
2326
2327         c-stack: Expose false positives when not using libsigsegv.
2328         * modules/c-stack-tests (Files): Expand test.
2329         * tests/test-c-stack.c (main): Add means to conditionally trigger
2330         non-overflow SIGSEGV.
2331         * tests/test-c-stack2.sh: New file.
2332
2333 2008-07-14  Bruno Haible  <bruno@clisp.org>
2334
2335         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
2336         Reported by Eric Blake.
2337
2338 2008-07-14  Sam Steingold  <sds@gnu.org>
2339             Bruno Haible  <bruno@clisp.org>
2340
2341         New module libsigsegv.
2342         * modules/libsigsegv: New file.
2343         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
2344         modifications.
2345         * MODULES.html.sh (Signal handling): New section.
2346
2347 2008-07-14  Bruno Haible  <bruno@clisp.org>
2348
2349         * modules/unictype/ctype-* (Description): Add the word "function".
2350         Improves the resulting doc in MODULES.html.
2351
2352 2008-07-12  Ben Pfaff  <blp@gnu.org>
2353
2354         Add longlong module.
2355         * modules/longlong: New file.
2356
2357 2008-07-12  Bruno Haible  <bruno@clisp.org>
2358
2359         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
2360         to empty.
2361
2362 2008-07-10  Ben Pfaff  <blp@gnu.org>
2363
2364         Add isnan module.
2365         * doc/posix-functions/isnan.texi: Mention new module.
2366         * lib/math.in.h: Define isnan macro if we have decided to replace
2367         it.
2368         * m4/isnan.m4: New file.
2369         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
2370         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
2371         also.
2372         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
2373         redundancy.
2374         * m4/math_h.m4: Initialize and substitute variables for isnan
2375         module.
2376         * modules/isnan: New file.
2377         * modules/isnan-tests: New file.
2378         * modules/math: Add substitutions for new module.
2379         * tests/test-isnan.c: New file.
2380         * MODULES.html.sh: Mention new module.
2381
2382 2008-07-10  Ben Pfaff  <blp@gnu.org>
2383
2384         Add isnanf module.
2385         * lib/isnanf.m4: New file.
2386         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
2387         (gl_HAVE_ISNANF_IN_LIBM): New macro.
2388         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
2389         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
2390         * modules/isnanf: New file.
2391         * modules/isnanf-tests: New file.
2392         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
2393         files.
2394         * tests/test-isnanf-nolibm.c: factored most of its contents into
2395         new file tests/test-isnanf.h.
2396         * tests/test-isnanf.h: New file.
2397         * tests/test-isnanf.c: New file.
2398         * MODULES.html.sh: Mention new module.
2399         * doc/glibc-functions/isnanf.texi: Mention new module.
2400
2401 2008-07-10  Ben Pfaff  <blp@gnu.org>
2402
2403         Add isnand module.
2404         * lib/isnand.h: New file.
2405         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
2406         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
2407         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
2408         functionality also.
2409         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
2410         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
2411         (gl_HAVE_ISNAND_IN_LIBM): New macro.
2412         * modules/isnand: New file.
2413         * modules/isnand-tests: New file.
2414         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
2415         files.
2416         * tests/test-isnand-nolibm.c: factored most of its contents into
2417         new file tests/test-isnand.h.
2418         * tests/test-isnand.h: New file.
2419         * tests/test-isnand.c: New file.
2420         * MODULES.html.sh: Mention new module.
2421
2422 2008-07-10  Ben Pfaff  <blp@gnu.org>
2423
2424         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
2425         * lib/isnand.h: Rename lib/isnand-nolibm.h.
2426         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
2427         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
2428         * modules/isnanf-nolibm: Update references to renamed files.
2429         * modules/isnand-nolibm: Likewise.
2430         * modules/isnanf-nolibm-tests: Likewise.
2431         * modules/isnand-nolibm-tests: Likewise.
2432         * lib/frexp.c: Likewise.
2433         * lib/isfinite.c: Likewise.
2434         * lib/signbitd.c: Likewise.
2435         * lib/signbitf.c: Likewise.
2436         * lib/vasnprintf.c: Likewise.
2437         * tests/test-ceilf1.c: Likewise.
2438         * tests/test-ceilf2.c: Likewise.
2439         * tests/test-floorf1.c: Likewise.
2440         * tests/test-floorf2.c: Likewise.
2441         * tests/test-frexp.c: Likewise.
2442         * tests/test-round1.c: Likewise.
2443         * tests/test-round2.c: Likewise.
2444         * tests/test-roundf1.c: Likewise.
2445         * tests/test-strtod.c: Likewise.
2446         * tests/test-trunc1.c: Likewise.
2447         * tests/test-trunc2.c: Likewise.
2448         * tests/test-truncf1.c: Likewise.
2449         * tests/test-truncf2.c: Likewise.
2450         * NEWS: Mention the renamed header files.
2451
2452 2008-07-11  Jim Meyering  <meyering@redhat.com>
2453
2454         vc-list-files: make the last-resort awk code more portable
2455         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
2456         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
2457         does not support it.
2458
2459 2008-07-10  Eric Blake  <ebb9@byu.net>
2460
2461         Work with tar's bootstrap.
2462         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
2463         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
2464         an m4 comment.
2465
2466 2008-07-09  Jim Meyering  <meyering@redhat.com>
2467
2468         posix-shell.m4: fix typo that made this test malfunction
2469         * m4/posix-shell.m4: Remove capitalization in variable name.
2470
2471 2008-07-08  Bruno Haible  <bruno@clisp.org>
2472
2473         * m4/onceonly.m4: Update comments.
2474         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2475
2476 2008-07-04  Jim Meyering  <meyering@redhat.com>
2477
2478         * users.txt: Add vc-dwim.
2479         (bison, coreutils): Use the gitweb URL.
2480
2481 2008-07-03  Jim Meyering  <meyering@redhat.com>
2482
2483         * users.txt: Add libffcall.  From Sam Steingold.
2484
2485 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
2486
2487         getdate.y: do not ignore TZ with relative day, month or year offset
2488         * lib/getdate.y (get_date): Move the tz-handling block to follow the
2489         relative-date-handling, since otherwise, the latter would clobber the
2490         sole output (an updated Start value) of the tz-handling block.
2491         * tests/test-getdate.c: Tests for the fix
2492
2493 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2494
2495         Recognize 'foo_LIBRARIES += libgnu.a'.
2496         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
2497         makefile snippet has already specified an installation location,
2498         also using '+='.
2499
2500 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
2501
2502         getdate.y: factor out common actions
2503         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
2504         Use them in place of open-coded actions.
2505
2506 2008-07-01  Simon Josefsson  <simon@josefsson.org>
2507
2508         Add self-test for getdate module.
2509         * modules/getdate-tests: New file.
2510         * tests/test-getdate.c: New file.
2511
2512 2008-06-29  Bruno Haible  <bruno@clisp.org>
2513
2514         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
2515         .gitignore.
2516         Reported by Sylvain Beucler <beuc@beuc.net>.
2517
2518 2008-06-29  Bruno Haible  <bruno@clisp.org>
2519
2520         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
2521         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
2522
2523 2008-06-29  Bruno Haible  <bruno@clisp.org>
2524
2525         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
2526         EXTRA_DIST.
2527         Reported by Sylvain Beucler <beuc@beuc.net>.
2528
2529 2008-06-26  Jim Meyering  <meyering@redhat.com>
2530
2531         make several modules depend on the "open" module
2532         This provides slightly increased consistency when opening-for-write
2533         the name of a non-directory spelled with a trailing slash.
2534         * modules/chdir-safer: Likewise.
2535         * modules/chown: Likewise.
2536         * modules/clean-temp: Likewise.
2537         * modules/copy-file: Likewise.
2538         * modules/fchdir: Likewise.
2539         * modules/fcntl-safer: Likewise.
2540         * modules/pipe: Likewise.
2541         * modules/utime: Likewise.
2542         Prompted by Eric Blake and Bruno Haible.
2543
2544 2008-06-24  Andreas Schwab  <schwab@suse.de>
2545
2546         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
2547         literals can be used as initializers for global variables.
2548
2549 2008-06-23  Eric Blake  <ebb9@byu.net>
2550
2551         Make gnulib-cache.m4 easier to diff.
2552         * gnulib-tool (func_import): Allow newlines when reading cached
2553         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
2554
2555 2008-06-23  Bruno Haible  <bruno@clisp.org>
2556
2557         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
2558         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
2559         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
2560         m4/signalblocking.m4.
2561         (gl_PREREQ_SIGACTION): Don't invoke it.
2562         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
2563         gl_PREREQ_SIG_HANDLER_H.
2564         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
2565         Don't check for sigaction here.
2566
2567 2008-06-23  Bruno Haible  <bruno@clisp.org>
2568
2569         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
2570         (install_handlers): Don't set the SA_RESETHAND flag.
2571
2572 2008-06-23  Bruno Haible  <bruno@clisp.org>
2573
2574         * m4/sigaction.m4: Comment fixes.
2575         * lib/signal.in.h: Likewise.
2576
2577 2008-06-23  Eric Blake  <ebb9@byu.net>
2578
2579         Fix typo.
2580         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
2581
2582         Avoid SA_ namespace.
2583         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
2584         Reported by Ralf Wildenhues.
2585
2586         Avoid test failure due to SA_RESTORER.
2587         * tests/test-sigaction.c (SA_MASK): New macro.
2588         (main): Avoid failing due to extension flags being set.
2589         Reported by Jim Meyering.
2590
2591         Revert use of sig-handler.h in sigprocmask.c.
2592         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
2593         it requires the existence of struct sigaction.
2594         * lib/sigprocmask.c (handler_t): Restore typedef.
2595         (rpl_signal, old_handlers): Use local type.
2596
2597 2008-06-22  Bruno Haible  <bruno@clisp.org>
2598
2599         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
2600         conditionally.
2601         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2602
2603 2008-06-22  Bruno Haible  <bruno@clisp.org>
2604
2605         * doc/posix-functions/siginterrupt.texi: Move note.
2606
2607         * lib/signal.in.h (SA_RESTART): New macro.
2608         * lib/sigaction.c: Update comment.
2609
2610         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
2611
2612         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
2613         (gl_PREREQ_SIGPROCMASK): Invoke it.
2614         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
2615
2616         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
2617
2618         * lib/sigprocmask.c: Update a comment.
2619
2620 2008-06-21  Eric Blake  <ebb9@byu.net>
2621
2622         Use sigaction module rather than signal().
2623         * modules/c-stack (Depends-on): Add sigaction.
2624         * modules/fatal-signal (Depends-on): Likewise.
2625         * modules/nanosleep (Depends-on): Likewise.
2626         * modules/sigprocmask (Files): Add sig-handler.h.
2627         * modules/sigaction (Files): Likewise.
2628         * lib/sig-handler.h (get_handler): New file, suggested by Paul
2629         Eggert.
2630         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
2631         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
2632         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
2633         (init_fatal_signals): Likewise.
2634         * lib/nanosleep.c (rpl_nanosleep): Likewise.
2635         (siginterrupt): Delete fallback.
2636         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
2637         instead.
2638         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
2639         siginterrupt.
2640
2641         New module sigaction, for mingw.
2642         * modules/sigaction: New module...
2643         * modules/sigaction-tests: ...and its test.
2644         * m4/sigaction.m4: New file.
2645         * lib/sigaction.c: Likewise.
2646         * tests/test-sigaction.c: Likewise.
2647         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
2648         * modules/signal (Makefile.am): Likewise.
2649         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
2650         needed.
2651         * doc/posix-headers/signal.texi (signal.h): Mention provided
2652         types.
2653         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
2654         that sigaction is preferable.
2655         * doc/posix-functions/sigaction.texi (sigaction): Mention new
2656         module.
2657         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2658         sigaction.
2659
2660         Improve robustness of sigprocmask by overriding signal.
2661         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
2662         is in use.
2663         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
2664         (SIGKILL, SIGSTOP): Provide fallbacks.
2665         (rpl_signal): Implement.
2666         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
2667         signal can be called inside handlers.
2668
2669         Fix nanosleep module on mingw.
2670         * modules/nanosleep (Depends-on): Add sys_select.
2671         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
2672
2673         Fix licensing of sigprocmask.
2674         * modules/raise (License): Relicense as LGPL.
2675
2676 2008-06-21  Bruno Haible  <bruno@clisp.org>
2677
2678         * lib/propername.c (proper_name_utf8): Don't use the transliterated
2679         result if it contains question marks.
2680         Reported by Michael Geng <linux@michaelgeng.de>.
2681
2682 2008-06-19  Bruno Haible  <bruno@clisp.org>
2683
2684         Fix CVS-ism.
2685         * doc/gnulib.texi: Include updated-stamp.texi.
2686         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
2687         (updated-stamp.texi): New rule.
2688         (gnulib.info): Depend on it.
2689         * doc/.gitignore: Add updated-stamp.texi.
2690         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
2691
2692 2008-06-19  Bruno Haible  <bruno@clisp.org>
2693
2694         * doc/Makefile (gnulib.info): Update and simplify dependencies.
2695         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
2696
2697 2008-06-19  Eric Blake  <ebb9@byu.net>
2698
2699         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
2700         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
2701         Reported by Stepan Kasal.
2702
2703 2008-06-18  Bruno Haible  <bruno@clisp.org>
2704
2705         * lib/fatal-signal.c (init_fatal_signals): Add comment.
2706         Reported by Eric Blake.
2707
2708 2008-06-18  Eric Blake  <ebb9@byu.net>
2709
2710         Work around cygwin 1.5.25 strsignal bug.
2711         * tests/test-strsignal.c: Allow for const char *.
2712         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
2713
2714 2008-06-18  Simon Josefsson  <simon@josefsson.org>
2715
2716         * users.txt: Update URL to article and add author/date
2717         information.
2718
2719 2008-06-17  Bruno Haible  <bruno@clisp.org>
2720
2721         New macro gl_DISABLE_THREADS.
2722         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
2723         if the user did not pass --enable-threads or --disable-threads option.
2724         (gl_DISABLE_THREADS): New macro.
2725         Reported by Eric Blake <ebb9@byu.net>.
2726
2727 2008-06-17  Bruno Haible  <bruno@clisp.org>
2728
2729         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
2730         when the macro ignores it.
2731         Based on a patch by Eric Blake <ebb9@byu.net>.
2732
2733 2008-06-17  Bruno Haible  <bruno@clisp.org>
2734
2735         * modules/tls (License): Change to LGPLv2+.
2736         Reported by Eric Blake.
2737
2738 2008-06-17  Eric Blake  <ebb9@byu.net>
2739
2740         Simplify c-stack prerequisites.
2741         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
2742         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
2743         no longer requires <ucontext.h> to exist.  Optimize setrlimit
2744         check.
2745         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
2746         <sys/resource.h>.
2747
2748         Move c-stack test into testsuite.
2749         * modules/c-stack-tests: New file.
2750         * lib/c-stack.c [DEBUG]: Move test program...
2751         * tests/test-c-stack.c: ...into this new file.  Skip rather than
2752         fail test if sigaltstack is lacking.
2753         * tests/test-c-stack.sh: New driver file.
2754
2755 2008-06-16  Eric Blake  <ebb9@byu.net>
2756
2757         Use raise module consistently.
2758         * modules/fatal-signal (Depends-on): Add raise.
2759         * modules/sigprocmask (Depends-on): Likewise.
2760         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
2761         * lib/sigprocmask.c (sigprocmask): Likewise.
2762         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
2763         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
2764
2765         Fix compliance bug in sigpending.
2766         * lib/sigprocmask.c (sigpending): Return pending array via
2767         parameter, not return value.
2768
2769 2008-06-14  Eric Blake  <ebb9@byu.net>
2770
2771         Improve obstack-printf test code.
2772         * tests/test-obstack-printf.c (test_function): Fix comment, and
2773         simplify usage of obstack_* in macros.  Add a test for coverage.
2774         Reported by Bruno Haible.
2775
2776 2008-06-14  Bruno Haible  <bruno@clisp.org>
2777
2778         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
2779         array size as a constant, not as a const variable.
2780         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
2781         AC_USE_SYSTEM_EXTENSIONS.
2782         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
2783         Test whether the obstack_printf function actually exists.
2784         * modules/obstack-printf (Depends-on): Add extensions.
2785         (Include): Remove obstack.h.
2786         * modules/obstack-printf-posix (Depends-on): Add extensions.
2787         (Include): Remove obstack.h.
2788
2789 2008-06-13  Eric Blake  <ebb9@byu.net>
2790
2791         Add obstack-printf and obstack-printf-posix modules.
2792         * modules/obstack-printf: New file.
2793         * modules/obstack-printf-posix: Likewise.
2794         * MODULES.html.sh (Misc): Mention them.
2795         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
2796         Likewise.
2797         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
2798         Likewise.
2799         * modules/stdio (Makefile.am): Accomodate new modules.
2800         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2801         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
2802         Declare.
2803         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
2804         functions.
2805         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
2806         (gl_REPLACE_OBSTACK_PRINTF): New macros
2807         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
2808         * tests/test-obstack-printf.c: New file.
2809         * modules/obstack-printf-tests: Likewise.
2810         * modules/obstack-printf-posix-tests: Likewise.
2811
2812 2008-06-11  Bruno Haible  <bruno@clisp.org>
2813
2814         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
2815         * lib/open.c: Include errno.h.
2816         (open): Fail when attempting to write to a file that has a trailing
2817         slash.
2818         * tests/test-open.c (main): Test against trailing slash bug.
2819         * doc/posix-functions/open.texi: Mention the trailing slash bug.
2820
2821 2008-06-10  Bruno Haible  <bruno@clisp.org>
2822
2823         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
2824         for $? to work inside the trap command, with various /bin/sh-s.
2825         * tests/test-vc-list-files-cvs.sh: Likewise.
2826
2827 2008-06-10  Bruno Haible  <bruno@clisp.org>
2828
2829         * lib/acl-internal.h: Don't include gettext.h here.
2830         * lib/set-mode-acl.c: Include gettext.h here.
2831         * lib/copy-acl.c: Likewise.
2832
2833 2008-06-10  Bruno Haible  <bruno@clisp.org>
2834
2835         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
2836         * lib/wait-process.c (wait_subprocess): Likewise.
2837         * lib/execute.h (execute): Add termsigp argument.
2838         * lib/execute.c (execute): Likewise.
2839         * lib/csharpcomp.c (compile_csharp_using_pnet,
2840         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
2841         * lib/csharpexec.c (execute_csharp_using_pnet,
2842         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
2843         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
2844         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
2845         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
2846         is_jikes_present): Update.
2847         * lib/javaexec.c (execute_java_class): Update.
2848         * lib/javaversion.c (execute_and_read_line): Update.
2849         * NEWS: Document the changes.
2850         Reported by Eric Blake.
2851
2852 2008-06-10  Eric Blake  <ebb9@byu.net>
2853
2854         Add missing include.
2855         * tests/test-strstr.c (includes): Add <signal.h>.
2856         * tests/test-strcasestr.c (includes): Likewise.
2857         * tests/test-memmem.c (includes): Likewise.
2858
2859 2008-06-10  Bruno Haible  <bruno@clisp.org>
2860
2861         * lib/wait-process.c (wait_subprocess): Add an assertion.
2862
2863 2008-06-10  Bruno Haible  <bruno@clisp.org>
2864
2865         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
2866
2867 2008-06-10  Bruno Haible  <bruno@clisp.org>
2868
2869         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
2870         using alarm().
2871         * tests/test-strcasestr.c (main): Likewise.
2872         * tests/test-strstr.c (main): Likewise.
2873
2874 2008-06-09  Bruno Haible  <bruno@clisp.org>
2875
2876         Work around the Solaris 10 ACE ACLs ABI change.
2877         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
2878         declare if ACL_NO_TRIVIAL is present.
2879         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
2880         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
2881         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
2882         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
2883         define if ACL_NO_TRIVIAL is present.
2884         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
2885         and use the current ABI.
2886         (file_has_acl): Use same #if condition as elsewhere.
2887         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
2888         in use, and use the current ABI.
2889         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
2890         Reported by Jim Meyering.
2891
2892 2008-06-09  Eric Blake  <ebb9@byu.net>
2893
2894         Work around environments that (stupidly) ignore SIGALRM.
2895         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
2896         before using alarm().
2897         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
2898         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
2899         Reported by Ian Beckwith <ianb@erislabs.net>.
2900
2901         Produce autobuild blurb earlier in log.
2902         * modules/autobuild (configure.ac-early): Move AB_INIT here.
2903
2904 2008-06-09  Jim Meyering  <meyering@redhat.com>
2905         and OndÅ™ej Vašík  <ovasik@redhat.com>
2906
2907         utimens.c: correct kernel bug work-around
2908         OndÅ™ej Vašík found that the invalid return value of 280 indicates
2909         failure, not success, and the kernel bug we're trying to work
2910         around affects not just the utimensat call, but also the fallback
2911         futimens call.
2912         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
2913         not success.
2914         [HAVE_FUTIMENS]: Use the same work-around, here.
2915
2916 2008-06-09  Jim Meyering  <meyering@redhat.com>
2917
2918         add more guards around definition of ACE_-related code
2919         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
2920         ALLOW and ACE_OWNER are also defined.
2921
2922 2008-06-08  Bruno Haible  <bruno@clisp.org>
2923
2924         * lib/acl-internal.h: Add me as co-author.
2925         * lib/file-has-acl.c: Likewise.
2926         * lib/set-mode-acl.c: Likewise.
2927         * lib/copy-acl.c: Likewise.
2928
2929 2008-06-08  Bruno Haible  <bruno@clisp.org>
2930
2931         Add support for AIX ACLs.
2932         * lib/acl-internal.h (acl_nontrivial): New declaration.
2933         * lib/file-has-acl.c (acl_nontrivial): New function.
2934         (file_has_acl): Add implementation using AIX 4 ACL API.
2935         * lib/set-mode-acl.c (qset_acl): Likewise.
2936         * lib/copy-acl.c (qcopy_acl): Likewise.
2937
2938 2008-06-08  Bruno Haible  <bruno@clisp.org>
2939
2940         Add support for HP-UX ACLs.
2941         * lib/acl-internal.h (acl_nontrivial): New declaration.
2942         * lib/file-has-acl.c (acl_nontrivial): New function.
2943         (file_has_acl): Add implementation using HP-UX 11 ACL API.
2944         * lib/set-mode-acl.c (qset_acl): Likewise.
2945         * lib/copy-acl.c (qcopy_acl): Likewise.
2946
2947 2008-06-08  Bruno Haible  <bruno@clisp.org>
2948
2949         Add support for Cygwin ACLs.
2950         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
2951         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
2952         the chmod_or_fchmod call.
2953         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
2954
2955 2008-06-08  Bruno Haible  <bruno@clisp.org>
2956
2957         Fix bug with setuid modes in Solaris 10+ code.
2958         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
2959         succeeded, when the mode contains some special bits.
2960
2961 2008-06-08  Bruno Haible  <bruno@clisp.org>
2962
2963         Add support for Solaris 7..10 ACLs.
2964         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
2965         declarations.
2966         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
2967         functions.
2968         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
2969         * lib/set-mode-acl.c (qset_acl): Likewise.
2970         * lib/copy-acl.c (qcopy_acl): Likewise.
2971
2972 2008-06-08  Bruno Haible  <bruno@clisp.org>
2973
2974         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
2975         declaration.
2976         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
2977         (acl_access_nontrivial): Remove MacOS X case.
2978         (file_has_acl): Use acl_extended_nontrivial.
2979         * lib/copy-acl.c (qcopy_acl): Likewise.
2980
2981 2008-06-08  Bruno Haible  <bruno@clisp.org>
2982
2983         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
2984
2985 2008-06-08  Jim Meyering  <meyering@redhat.com>
2986
2987         * modules/acl (Maintainer): Add Bruno Haible.
2988
2989 2008-06-07  Bruno Haible  <bruno@clisp.org>
2990
2991         Improve support for Tru64 ACLs.
2992         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
2993         ACL on OSF/1.
2994
2995 2008-06-07  Bruno Haible  <bruno@clisp.org>
2996
2997         Add support for MacOS X ACLs.
2998         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
2999         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
3000         * lib/set-mode-acl.c (qset_acl): Likewise.
3001         * lib/copy-acl.c (qcopy_acl): Likewise.
3002
3003 2008-06-07  Bruno Haible  <bruno@clisp.org>
3004
3005         Fix memory leak introduced on 2008-05-22.
3006         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
3007         use.
3008
3009 2008-06-07  Bruno Haible  <bruno@clisp.org>
3010
3011         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
3012         to construct an empty ACL.
3013
3014 2008-06-07  Bruno Haible  <bruno@clisp.org>
3015
3016         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
3017         precisely.
3018         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
3019
3020 2008-06-07  Bruno Haible  <bruno@clisp.org>
3021
3022         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
3023         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
3024
3025 2008-06-07  Bruno Haible  <bruno@clisp.org>
3026
3027         * doc/posix-functions/_setjmp.texi: Explain the use of this function
3028         regardless of POSIX.
3029         * doc/posix-functions/_longjmp.texi: Likewise.
3030         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
3031         SystemV platform in this case.
3032
3033 2008-06-06  Eric Blake  <ebb9@byu.net>
3034
3035         Document abort() bugs.
3036         * doc/posix-functions/abort.texi (abort): Mention anomalies.
3037
3038         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
3039         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
3040         sigsetjmp.
3041         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
3042         siglongjmp, but only as a macro.
3043         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
3044         is obsolete.
3045         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
3046
3047         Tweak documentation to cover cygwin argz bugs.
3048         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
3049         argz bug fix; no code change needed since no cygwin releases
3050         occurred between the last fix and the bug being tested.
3051         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
3052         module and recently fixed cygwin bugs.
3053         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
3054         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
3055         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
3056         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
3057         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
3058         Likewise.
3059         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
3060         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
3061         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
3062         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
3063         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
3064         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
3065         Likewise.
3066
3067         Avoid gcc warning on cygwin.
3068         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
3069         !ACL_NO_TRIVIAL]: Avoid unused variable.
3070
3071 2008-06-05  Eric Blake  <ebb9@byu.net>
3072
3073         Be tolerant of UNKNOWN version in gnulib-tool test dir.
3074         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
3075         git-version-gen fails to come up with a version.
3076         Reported by Simon Josefsson.
3077
3078 2008-06-05  Jim Meyering  <meyering@redhat.com>
3079             Paul Eggert  <eggert@cs.ucla.edu>
3080
3081         utimens.c: work around a probable Linux kernel bug
3082         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
3083         appears to be a kernel bug that causes utimensat to return 280
3084         instead of 0, indicating success.
3085
3086 2008-06-04  Bruno Haible  <bruno@clisp.org>
3087
3088         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
3089         2008-06-01 commit.
3090
3091 2008-06-04  Bruno Haible  <bruno@clisp.org>
3092
3093         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
3094         * lib/file-has-acl.c (acl_access_nontrivial): New function.
3095         (file_has_acl): Use it. Save errno afterwards.
3096         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
3097
3098 2008-06-03  Bruno Haible  <bruno@clisp.org>
3099
3100         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
3101         draft code. Simplify #ifs.
3102         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
3103         Put Solaris code after POSIX-draft code. Fix comments regarding
3104         Solaris 10, HP-UX. Mention Cygwin.
3105         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
3106
3107 2008-06-03  Eric Blake  <ebb9@byu.net>
3108
3109         Provide fallback for older kernels.
3110         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
3111         Provide runtime fallback if kernel lacks support.
3112         Reported by Mike Frysinger.
3113
3114 2008-06-02  Bruno Haible  <bruno@clisp.org>
3115
3116         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
3117         it exists.
3118
3119 2008-06-02  Bruno Haible  <bruno@clisp.org>
3120
3121         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
3122         * lib/copy-acl.c (qcopy_acl): Update comment.
3123
3124 2008-06-02  Bruno Haible  <bruno@clisp.org>
3125
3126         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
3127         like ACL APIs.
3128
3129 2008-06-02  Bruno Haible  <bruno@clisp.org>
3130
3131         * tests/test-file-has-acl.sh: Use different code for Cygwin.
3132         * tests/test-set-mode-acl.sh: Likewise.
3133         * tests/test-copy-acl.sh: Likewise.
3134         * tests/test-copy-file.sh: Likewise.
3135
3136 2008-06-02  Bruno Haible  <bruno@clisp.org>
3137
3138         * tests/test-file-has-acl.sh: Remove unused code.
3139
3140 2008-06-01  Bruno Haible  <bruno@clisp.org>
3141
3142         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
3143         (copy_acl): Just a wrapper around qcopy_acl that emits the error
3144         messages.
3145         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
3146
3147 2008-06-01  Bruno Haible  <bruno@clisp.org>
3148
3149         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
3150         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
3151         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
3152         APIs.
3153         * modules/acl-tests (configure.ac): Remove tests now contained in
3154         m4/acl.m4.
3155
3156 2008-06-02  Jim Meyering  <meyering@redhat.com>
3157
3158         announce-gen: use a better key-server host name
3159         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
3160         it may be more consistently reliable.  Suggested by Werner Koch
3161         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
3162
3163 2008-06-01  Bruno Haible  <bruno@clisp.org>
3164
3165         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
3166         Reported by Voroskoi Andras <voroskoi@gmail.com>.
3167
3168 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
3169
3170         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
3171
3172 2008-06-01  Bruno Haible  <bruno@clisp.org>
3173
3174         New ACL tests.
3175         * tests/test-file-has-acl.sh: New file.
3176         * tests/test-file-has-acl.c: New file.
3177         * tests/test-set-mode-acl.sh: New file.
3178         * tests/test-set-mode-acl.c: New file.
3179         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
3180         * tests/test-copy-acl.c: New file.
3181         * modules/acl-tests: New file, based on modules/copy-file-tests.
3182         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
3183         (Depends-on): Add acl-tests.
3184         (configure.ac): Remove checks.
3185         (Makefile.am): Don't create test-sameacls program here any more.
3186
3187 2008-06-01  Bruno Haible  <bruno@clisp.org>
3188
3189         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
3190         * tests/test-sameacls.c: Include progname.h.
3191         (main): Invoke set_program_name. Portability fixes for MacOS X,
3192         Solaris, HP-UX.
3193
3194 2008-06-01  Bruno Haible  <bruno@clisp.org>
3195
3196         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
3197         function.
3198         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
3199
3200 2008-06-01  Bruno Haible  <bruno@clisp.org>
3201
3202         * modules/rpmatch (Depends-on): Add strdup.
3203
3204 2008-06-01  Bruno Haible  <bruno@clisp.org>
3205
3206         * lib/pipe.c: Include unistd-safer.h.
3207         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
3208         * modules/pipe (Depends-on): Add unistd-safer.
3209
3210 2008-05-30  Simon Josefsson  <simon@josefsson.org>
3211
3212         * modules/autobuild (configure.ac): Call AB_INIT.
3213
3214 2008-05-30  Simon Josefsson  <simon@josefsson.org>
3215
3216         * tests/test-getaddrinfo.c: Don't print debug messages by default.
3217         Suggested by Bruno Haible <bruno@clisp.org>.
3218
3219 2008-05-30  Simon Josefsson  <simon@josefsson.org>
3220
3221         * tests/test-base64.c: Cast size_t to unsigned long when invoking
3222         printf.  Use %lu instead of %d.  Reported by Bruno Haible
3223         <bruno@clisp.org>.
3224
3225 2008-05-29  Eric Blake  <ebb9@byu.net>
3226
3227         Prefer new POSIX 200x interfaces over futimesat.
3228         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
3229         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
3230         when available.
3231         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
3232
3233 2008-05-28  Bruno Haible  <bruno@clisp.org>
3234
3235         * modules/stpcpy (License): Change to LGPLv2+.
3236         Requested by David Lutterkort <dlutter@redhat.com>.
3237
3238 2008-05-27  Bruno Haible  <bruno@clisp.org>
3239
3240         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
3241         current mingw.
3242         Reported by Jose E. Marchesi <jemarch@gnu.org>.
3243
3244 2008-05-27  Bruno Haible  <bruno@clisp.org>
3245
3246         * modules/iconv_open (Link): New section, from module 'iconv'.
3247         * modules/striconv (Link): Likewise.
3248         * modules/striconveh (Link): Likewise.
3249         * modules/xstriconv (Link): Likewise.
3250         * modules/unicodeio (Link): Likewise.
3251         * modules/propername (Link): Likewise.
3252         Reported by Jim Meyering.
3253
3254 2008-05-26  Jim Meyering  <meyering@redhat.com>
3255
3256         sha256: do not artificially restrict buffer length to be < 2^32
3257         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
3258         uint32_t to size_t.
3259         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
3260         to match.
3261
3262         avoid unaligned access errors, e.g., on sparc
3263         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
3264         direct access through a possibly-unaligned uint64* pointer.
3265         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
3266         direct access through a possibly-unaligned uint32* pointer.
3267         Prompted by this patch from Tom "spot" Callaway:
3268         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
3269
3270         sha512.c: fix typo in comment
3271         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
3272
3273 2008-05-25  Bruno Haible  <bruno@clisp.org>
3274
3275         * lib/set-mode-acl.c: Renamed from lib/acl.c.
3276         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
3277         (Makefile.am): Update lib_SOURCES.
3278
3279 2008-05-25  Bruno Haible  <bruno@clisp.org>
3280
3281         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
3282
3283 2008-05-25  Jim Meyering  <meyering@redhat.com>
3284
3285         useless-if-before-free: freed expr may have white-space differences
3286         * build-aux/useless-if-before-free: Recognize cases in which the
3287         freed expression differs from the tested one in embedded white
3288         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
3289         $1 was used, so we can't make any regexp shy.  Improved tests now
3290         detect this.
3291
3292         useless-if-before-free: accept white space in the expression.
3293         * build-aux/useless-if-before-free: For now, any white space
3294         in the expression must be identical in the free argument.
3295
3296         useless-if-before-free: efficiency tweak
3297         * build-aux/useless-if-before-free: Make the expression-matching
3298         regexp "shy".
3299         Make the *outer* regexp shy, not the expr-matching one.
3300
3301         update code-in-comment to accept cast of free arg
3302         * build-aux/useless-if-before-free: Update regexp.
3303
3304 2008-05-25  Bruno Haible  <bruno@clisp.org>
3305
3306         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
3307         * modules/copy-file-tests (Files, Makefile.am): Update.
3308         * tests/test-copy-file.c (func_test_copy): Update.
3309
3310 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
3311
3312         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
3313
3314 2008-05-23  Bruno Haible  <bruno@clisp.org>
3315
3316         Improve support for ACLs on OSF/1.
3317         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
3318         Remove fallback for unknown flavors of ACLs.
3319
3320 2008-05-22  Bruno Haible  <bruno@clisp.org>
3321
3322         Add support for ACLs on OSF/1.
3323         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
3324         replacements.
3325         (acl_free_text): New macro fallback.
3326         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
3327         acl_free.
3328         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
3329         acl_free_text function. Require AC_C_INLINE.
3330
3331 2008-05-22  Bruno Haible  <bruno@clisp.org>
3332
3333         Make copy_acl work on MacOS X 10.5.
3334         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
3335         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
3336         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
3337         If MODE_INSIDE_ACL, don't assume that every system has the same text
3338         representation for ACLs as FreeBSD.
3339         * lib/copy-acl.c (copy_acl): Add support for platforms with
3340         !MODE_INSIDE_ACL.
3341         * lib/file-has-acl.c (file_has_acl): Likewise.
3342         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
3343         FreeBSD, MacOS X, or IRIX, respectively.
3344
3345 2008-05-22  Bruno Haible  <bruno@clisp.org>
3346
3347         * lib/acl.h: Don't include <sys/acl.h>.
3348         (GETACLCNT): Move fallback to lib/acl-internal.h.
3349         * lib/acl-internal.h: Include <sys/acl.h> here.
3350         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
3351
3352 2008-05-22  Bruno Haible  <bruno@clisp.org>
3353
3354         Split off copy_acl function to separate file.
3355         * lib/copy-acl.c: New file, extracted from lib/acl.c.
3356         * lib/acl.c (copy_acl): Moved function to separate file.
3357         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
3358         * modules/acl (Files): Add lib/copy-acl.c.
3359         (Makefiles.am): Augment lib_SOURCES.
3360
3361 2008-05-22  Bruno Haible  <bruno@clisp.org>
3362
3363         * modules/copy-file-tests: New file.
3364         * tests/test-copy-file.sh: New file.
3365         * tests/test-copy-file.c: New file.
3366         * tests/test-copy-file-sameacls.c: New file.
3367
3368 2008-05-22  Eric Blake  <ebb9@byu.net>
3369
3370         Avoid gcc warning.
3371         * tests/test-memcmp.c (main): Pass NULL indirectly.
3372
3373 2008-05-21  Bruno Haible  <bruno@clisp.org>
3374
3375         Add reference doc about ACLs.
3376         * doc/acl-resources.txt: New file.
3377         * doc/acl-cygwin.txt: New file.
3378
3379 2008-05-21  Bruno Haible  <bruno@clisp.org>
3380
3381         Avoid one more warning from gcc.
3382         * lib/vasnprintf.c (IF_LINT): Update comments.
3383         (VASNPRINTF): Use it also for the 'prefix' array initializer.
3384
3385 2008-05-21  Jim Meyering  <meyering@redhat.com>
3386
3387         avoid a warning from gcc
3388         * lib/vasnprintf.c (IF_LINT): Define.
3389         (scale10_round_decimal_long_double):
3390         Use it to avoid a "may be used uninitialized" warning.
3391         (scale10_round_decimal_double): Likewise.
3392
3393 2008-05-21  Simon Josefsson  <simon@josefsson.org>
3394
3395         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
3396         declared.
3397
3398 2008-05-20  Bruno Haible  <bruno@clisp.org>
3399
3400         * tests/test-memcmp.c (main): Test also the sign of the result. Test
3401         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
3402
3403 2008-05-20  Simon Josefsson  <simon@josefsson.org>
3404
3405         * modules/memcmp-tests: New file.
3406         * tests/test-memcmp.c: New file.
3407
3408 2008-05-19  Bruno Haible  <bruno@clisp.org>
3409
3410         * modules/propername (Notice, configure.ac): Put quoted "..." into
3411         --keyword option.
3412         * lib/propername.h: Update comments accordingly.
3413         Reported by Eric Blake.
3414
3415 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
3416
3417         * modules/getpass-gnu (Depends-on): Add fseeko.
3418
3419 2008-05-19  Simon Josefsson  <simon@josefsson.org>
3420
3421         * modules/base64-tests: New file.
3422
3423 2008-05-19  Bo Borgerson <gigabo@gmail.com>
3424
3425         * lib/base64.c (base64_decode_ctx): If a decode context structure
3426         was passed in use it to ignore newlines.  If a context structure
3427         was _not_ passed in, continue to treat newlines as garbage (this
3428         is the historical behavior).  Formerly base64_decode.
3429         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
3430         takes a decode context structure.
3431         * lib/base64.h (base64_decode): Macro for four-argument calls.
3432         (base64_decode_alloc): Likewise.
3433         * lib/base64.c (base64_decode_ctx): If a decode context structure
3434         was passed in use it to ignore newlines.  If a context structure
3435         was _not_ passed in, continue to treat newlines as garbage (this
3436         is the historical behavior).  Formerly base64_decode.
3437         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
3438         takes a decode context structure.
3439         * lib/base64.h (base64_decode): Macro for four-argument calls.
3440         (base64_decode_alloc): Likewise.
3441
3442 2008-05-19  Jim Meyering  <meyering@redhat.com>
3443
3444         avoid a warning from gcc
3445         * lib/trim.c (IF_LINT): Define.
3446         (trim2): Use it to avoid a "may be used uninitialized" warning.
3447
3448         Fix doc typo.
3449         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
3450
3451 2008-05-19  Bruno Haible  <bruno@clisp.org>
3452
3453         * doc/glibc-functions/getpass.texi: Document limits of other
3454         implementations.
3455
3456 2008-05-19  Simon Josefsson  <simon@josefsson.org>
3457             Bruno Haible <bruno@clisp.org>
3458
3459         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
3460
3461 2008-05-18  Bruno Haible  <bruno@clisp.org>
3462
3463         * modules/propername: New file, from GNU gettext.
3464         * lib/propername.h: New file, from GNU gettext.
3465         * lib/propername.c: New file, from GNU gettext.
3466         * MODULES.html.sh (Internationalization functions): Add propername.
3467
3468 2008-05-16  Jim Meyering  <meyering@redhat.com>
3469             Bruno Haible  <bruno@clisp.org>
3470
3471         Avoid some warnings from "gcc -Wshadow".
3472         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
3473
3474 2008-05-15  Eric Blake  <ebb9@byu.net>
3475
3476         Extend previous patch to cygwin 1.7.0.
3477         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
3478         fast implementation in cygwin >= 1.7.0.
3479         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3480         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3481
3482 2008-05-15  Bruno Haible  <bruno@clisp.org>
3483
3484         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
3485         implementation in glibc >= 2.9.
3486         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3487         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3488
3489 2008-05-15  Bruno Haible  <bruno@clisp.org>
3490
3491         * MODULES.html.sh (Internationalization functions): Remove linebreak.
3492         (Unicode string functions): Add unilbrk/*.
3493         Reported by Karl Berry.
3494
3495 2008-05-15  Eric Blake  <ebb9@byu.net>
3496
3497         Fix violation of <stdbool.h> replacement in regex.
3498         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
3499         * lib/regexec.c (re_search_internal): Likewise.
3500         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
3501
3502 2008-05-15  Jim Meyering  <meyering@redhat.com>
3503
3504         avoid distracting test output when git or cvs is not found
3505         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
3506         * tests/test-vc-list-files-git.sh: Likewise.
3507
3508 2008-05-15  Eric Blake  <ebb9@byu.net>
3509
3510         Glibc finally accepted the memmem speedup code, bugzilla #5514.
3511         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
3512         glibc version.
3513         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
3514         * doc/posix-functions/strstr.texi (strstr): Likewise.
3515         * lib/str-two-way.h (MAX): Sychronize with glibc.
3516
3517 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
3518
3519         * lib/regcomp.c (optimize_utf8): Add a note on why we test
3520         opr.ctx_type.
3521         (calc_first): Initialize constraint field.
3522         (duplicate_node_closure): Use it instead of special casing ANCHORS.
3523         Fix grammar.
3524         (duplicate_node): Merge constraint field for all node types.
3525         (calc_eclosure_iter): Look at constraint field for all node types.
3526         * lib/regex_internal.c (create_cd_newstate): Don't look at
3527         opr.ctx_type.
3528
3529 2008-05-14  Bruno Haible  <bruno@clisp.org>
3530
3531         Help GCC to do better code generation.
3532         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
3533         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
3534         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
3535         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
3536         Declare with attribute 'malloc' if supported.
3537
3538 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
3539
3540         use "echo STR|wc -c" rather than unportable "expr length STR"
3541         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
3542         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
3543
3544 2008-05-14  Jim Meyering  <meyering@redhat.com>
3545
3546         use dd ibs=$n count=1 ... rather than less-portable head -c$n
3547         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
3548         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
3549         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
3550         via Collin Lasse.
3551
3552 2008-05-14  Eric Blake  <ebb9@byu.net>
3553
3554         Avoid quadratic growth in gl_LIBSOURCES.
3555         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
3556         Suggested by Bruno Haible.
3557
3558         Test xmemdup0.
3559         * modules/xmemdup0-tests: New file.
3560         * tests/test-xmemdup0.c: Likewise.
3561
3562 2008-05-13  Eric Blake  <ebb9@byu.net>
3563
3564         Split xmemdup0 into its own module.
3565         * modules/xmemdup0: New file.
3566         * lib/xmemdup0.h: Likewise.
3567         * lib/xmemdup0.c: Likewise.
3568         * MODULES.html.sh (Memory management functions): Add xmemdup0.
3569         * lib/xalloc.h (xmemdup0): Remove.
3570         * lib/xmalloc.c (xmemdup0): Likewise.
3571
3572 2008-05-13  Eric Blake  <ebb9@byu.net>
3573             Bruno Haible  <bruno@clisp.org>
3574
3575         Reduce number of forks required during autoconf.
3576         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
3577         and gl_LIBSOURCES_DIR.
3578         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
3579         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
3580         m4_syscmd per file.
3581         <m4_foreach_w>: Move...
3582         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
3583
3584 2008-05-13  Eric Blake  <ebb9@byu.net>
3585
3586         * gnulib-tool: Fix various comment typos.
3587
3588 2008-05-12  Bruno Haible  <bruno@clisp.org>
3589
3590         Tailor the linebreaking algorithm.
3591         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
3592
3593 2008-05-12  Bruno Haible  <bruno@clisp.org>
3594
3595         Update to Unicode 5.0.0.
3596         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
3597         LBP_JV, LBP_JT. Redistribute values.
3598         (unilbrk_table): Change size.
3599         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
3600         Unicode TR#14 rev. 22.
3601         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
3602         LBP_JV, LBP_JT. Redistribute values.
3603         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
3604         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
3605         Update.
3606         * lib/unilbrk/lbrkprop1.h: Regenerated.
3607         * lib/unilbrk/lbrkprop2.h: Regenerated.
3608         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
3609         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
3610         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
3611         Likewise.
3612         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
3613         Likewise.
3614         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
3615         result.
3616         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
3617         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
3618         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
3619         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
3620         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
3621         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
3622
3623 2008-05-11  Bruno Haible  <bruno@clisp.org>
3624
3625         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
3626
3627 2008-05-11  Bruno Haible  <bruno@clisp.org>
3628
3629         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
3630         * modules/unilbrk/gen-lbrk: New file.
3631
3632 2008-05-11  Bruno Haible  <bruno@clisp.org>
3633
3634         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
3635         * m4/sha512.m4 (gl_SHA512): Likewise.
3636
3637 2008-05-11  Jim Meyering  <meyering@redhat.com>
3638
3639         New modules: crypto/sha256, crypto/sha512 (from coreutils)
3640         * modules/crypto/sha256: New file.
3641         * modules/crypto/sha512: Likewise.
3642         * lib/sha256.c: Likewise.
3643         * lib/sha256.h: Likewise.
3644         * lib/sha512.c: Likewise.
3645         * lib/sha512.h: Likewise.
3646         * lib/u64.h: Likewise.
3647         * m4/sha256.m4: Likewise.
3648         * m4/sha512.m4: Likewise.
3649         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
3650
3651 2008-05-10  Bruno Haible  <bruno@clisp.org>
3652
3653         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
3654         (Input/Output <stdio.h>): Add xprintf.
3655         (Signal handling <signal.h>): Add strsignal.
3656         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
3657         (Core language properties): Add func.
3658         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
3659         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
3660         strings.
3661         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
3662         (Input/output): New section.
3663         (File system functions): Add openat-die, stat-macros.
3664         (Networking functions): Add sockets.
3665         (Unicode string functions): Add unictype/*.
3666         (Support for building libraries and executables): Add gperf.
3667         (Support for building documentation): Add agpl-3.0.
3668         (Misc): Add nocrash.
3669
3670 2008-05-10  Bruno Haible  <bruno@clisp.org>
3671
3672         * modules/unictype/gen-ctype: New file.
3673
3674 2008-05-10  Jim Meyering  <meyering@redhat.com>
3675
3676         Make chdir-safer.c more efficient on a system with no symlinks.
3677         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
3678         also if ELOOP is zero.  Suggested by Bruno Haible.
3679
3680         Make chdir-safer.c slightly safer.
3681         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
3682         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
3683
3684         Avoid compile failure on systems without ELOOP (like mingw).
3685         * lib/chdir-safer.c (ELOOP): Define if not already defined.
3686         Reported by Bruno Haible.
3687
3688 2008-05-10  Bruno Haible  <bruno@clisp.org>
3689
3690         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
3691         (is_utf8_encoding): Use a case-insensitive comparison.
3692         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
3693         streq.
3694
3695 2008-05-10  Bruno Haible  <bruno@clisp.org>
3696
3697         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
3698         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
3699         * lib/unilbrk/ulc-common.h (iconv_string_length,
3700         iconv_string_keeping_offsets): Remove declarations.
3701         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
3702         Don't include <iconv.h>, streq.h, xsize.h.
3703         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
3704         conversion.
3705         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
3706         <iconv.h>, streq.h, xsize.h.
3707         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
3708         conversion.
3709         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
3710         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
3711         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
3712         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
3713
3714 2008-05-10  Bruno Haible  <bruno@clisp.org>
3715
3716         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
3717         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
3718
3719         * modules/unilbrk/u32-width-linebreaks-tests: New file.
3720         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
3721
3722         * modules/unilbrk/u16-width-linebreaks-tests: New file.
3723         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
3724
3725         * modules/unilbrk/u8-width-linebreaks-tests: New file.
3726         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
3727
3728         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
3729         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
3730
3731         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
3732         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
3733
3734         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
3735         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
3736
3737         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
3738         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
3739
3740 2008-05-10  Bruno Haible  <bruno@clisp.org>
3741
3742         Split up 'linebreak' module.
3743         * lib/unilbrk.h: New file, based on lib/linebreak.h.
3744         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
3745         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
3746         modifications.
3747         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
3748         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
3749         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
3750         lib/linebreak.c.
3751         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
3752         lib/linebreak.c.
3753         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
3754         lib/linebreak.c.
3755         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
3756         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
3757         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
3758         lib/linebreak.c.
3759         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
3760         lib/linebreak.c.
3761         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
3762         lib/linebreak.c.
3763         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
3764         lib/linebreak.c.
3765         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
3766         lib/linebreak.c.
3767         * modules/unilbrk/base: New file.
3768         * modules/unilbrk/tables: New file.
3769         * modules/unilbrk/u8-possible-linebreaks: New file.
3770         * modules/unilbrk/u16-possible-linebreaks: New file.
3771         * modules/unilbrk/u32-possible-linebreaks: New file.
3772         * modules/unilbrk/ulc-common: New file.
3773         * modules/unilbrk/ulc-possible-linebreaks: New file.
3774         * modules/unilbrk/u8-width-linebreaks: New file.
3775         * modules/unilbrk/u16-width-linebreaks: New file.
3776         * modules/unilbrk/u32-width-linebreaks: New file.
3777         * modules/unilbrk/ulc-width-linebreaks: New file.
3778         * lib/linebreak.h: Remove file.
3779         * lib/linebreak.c: Remove file.
3780         * m4/linebreak.m4: Remove file.
3781         * modules/linebreak: Remove file.
3782         * NEWS: Mention the changes.
3783
3784 2008-05-09  Eric Blake  <ebb9@byu.net>
3785
3786         Add xmemdup0.
3787         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
3788         implementation.
3789         * lib/xmalloc.c (xmemdup0): New C implementation.
3790
3791 2008-05-08  Bruno Haible  <bruno@clisp.org>
3792
3793         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
3794
3795 2008-05-07  Eric Blake  <ebb9@byu.net>
3796
3797         Support cross-compilation of <wctype.h>.
3798         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
3799         AC_CACHE_CHECK.
3800
3801 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
3802
3803         * build-aux/vc-list-files: Add support for bzr.
3804
3805 2008-05-03  Jim Meyering  <meyering@redhat.com>
3806
3807         avoid failed assertion with tight malloc
3808         * tests/test-getndelim2.c: Correct an off-by-one assertion.
3809
3810 2008-05-03  Simon Josefsson  <simon@josefsson.org>
3811
3812         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
3813         are needed from arpa/inet.h.
3814         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
3815         Reported by Bruno Haible.
3816
3817 2008-05-02  Jim Meyering  <meyering@redhat.com>
3818
3819         avoid compilation error on FreeBSD 6
3820         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
3821
3822 2008-05-01  Jim Meyering  <meyering@redhat.com>
3823
3824         useless-if-before-free: correct --help's exit status description
3825         * build-aux/useless-if-before-free (usage): Like grep, exit 0
3826         for one or more matches, etc.  Reported by Bruno Haible.
3827
3828         vc-list-files: make the stand-alone gnulib test work
3829         * modules/vc-list-files-tests (configure.ac):
3830         Define and AC_SUBST abs_aux_dir.
3831         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
3832         $(abs_top_srcdir) to each script and having each of them
3833         duplicate the work of setting PATH, set PATH here, using
3834         the new variable, abs_aux_dir instead.
3835         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
3836         * tests/test-vc-list-files-git.sh: Likewise.
3837         Reported by Bruno Haible.
3838
3839 2008-05-01  Bruno Haible  <bruno@clisp.org>
3840
3841         * lib/getndelim2.c (getndelim2): Fix newsize computation during
3842         reallocation. Rename 'done' to 'found_delimiter'.
3843
3844 2008-05-01  Jim Meyering  <meyering@redhat.com>
3845
3846         vc-list-files: accommodate /bin/sh like the one from Solaris 10
3847         * build-aux/vc-list-files: Use `...`, not $(...).
3848
3849 2008-04-30  Jim Meyering  <meyering@redhat.com>
3850
3851         add tests for vc-list-files
3852         * modules/vc-list-files-tests: New module.
3853         * tests/test-vc-list-files-cvs.sh: New file.
3854         * tests/test-vc-list-files-git.sh: New file.
3855
3856         avoid a warning from gcc
3857         * lib/getndelim2.c (IF_LINT): Define.
3858         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
3859
3860         vc-list-files: work properly with build-aux/cvsu, too
3861         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
3862         to all cvs-based clauses.
3863
3864         vc-list-files: work properly in the CVS+awk case, too
3865         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
3866
3867         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
3868         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
3869         take more than one file argument, so .  Add quotes, just in case $dir
3870         ever contains a shell meta-character.  Prompted by Soren Hansen in
3871         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
3872
3873 2008-04-29  Eric Blake  <ebb9@byu.net>
3874
3875         Optimize getndelim2 to use block operations when possible.
3876         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
3877         freadseek, and memchr2.
3878         * lib/getndelim2.c (getndelim2): Use them for block reads.
3879
3880 2008-04-29  Bruno Haible  <bruno@clisp.org>
3881
3882         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
3883         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
3884         * modules/inet_ntop (Depends-on): Add extensions.
3885         * modules/inet_pton (Depends-on): Likewise.
3886         Reported by Simon Josefsson.
3887
3888 2008-04-29  Jim Meyering  <meyering@redhat.com>
3889
3890         When the is more than one match in a block, match all of them.
3891         * build-aux/useless-if-before-free: Iterate through each block
3892         until there are no more matches.
3893
3894         Fix broken useless-if-before-free script.
3895         * build-aux/useless-if-before-free: Fix typo: missing "?" after
3896         the expression to match cast of argument to free-like function.
3897
3898 2008-04-29  Eric Blake  <ebb9@byu.net>
3899
3900         Use new header.
3901         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
3902
3903 2008-04-29  Jim Meyering  <meyering@redhat.com>
3904
3905         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
3906         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
3907         by gnulib to exist and to declare e.g., inet_ntop.
3908         Don't include "inet_ntop.h", now removed.
3909
3910         * m4/arpa_inet_h.m4: Remove trailing blanks.
3911
3912 2008-04-29  Eric Blake  <ebb9@byu.net>
3913
3914         Silence valgrind on safe reads beyond potential array bounds.
3915         * lib/rawmemchr.valgrind: New file.
3916         * lib/strchrnul.valgrind: Likewise.
3917         * modules/rawmemchr (Files): Distribute new file.
3918         * modules/strchrnul (Files): Likewise.
3919         Suggested by Bruno Haible.
3920
3921 2008-04-29  Bruno Haible  <bruno@clisp.org>
3922
3923         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
3924         (inet_ntop, inet_pton): Change portability warning's wording.
3925         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
3926         Invoke gl_CHECK_NEXT_HEADERS.
3927         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
3928         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
3929         set ARPA_INET_H.
3930         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
3931         * modules/arpa_inet (Description): No longer only for systems that
3932         lack it.
3933         (Depends-on): Add include_next.
3934         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
3935         HAVE_ARPA_INET_H.
3936
3937 2008-04-29  Jim Meyering  <meyering@redhat.com>
3938
3939         * modules/mkdir (License): Re-license as LGPLv2+.
3940
3941 2008-04-29  Bruno Haible  <bruno@clisp.org>
3942
3943         * modules/rawmemchr (Maintainer): Set to Eric.
3944         * modules/strchrnul (Maintainer): Likewise.
3945
3946 2008-04-29  Simon Josefsson  <simon@josefsson.org>
3947
3948         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
3949         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
3950
3951         * modules/arpa_inet (arpa/inet.h): Use them.
3952
3953 2008-04-28  Eric Blake  <ebb9@byu.net>
3954
3955         Test getndelim2.
3956         * modules/getndelim2-tests: New file.
3957         * tests/test-getndelim2.c: Likewise.
3958         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
3959         stream.
3960         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
3961
3962         * MODULES.html.sh: Document new module.
3963
3964 2008-04-20  Bruno Haible  <bruno@clisp.org>
3965
3966         * lib/c-stack.c (die): Use raise.
3967         * modules/c-stack (Depends-on): Add raise.
3968
3969 2008-04-28  Bruno Haible  <bruno@clisp.org>
3970
3971         Expect rpmatch to be declared.
3972         * lib/yesno.c (rpmatch): Remove declaration.
3973
3974         Declare rpmatch.
3975         * lib/stdlib.in.h (rpmatch): New declaration.
3976         * lib/rpmatch.c: Include <stdlib.h> first.
3977         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
3978         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
3979         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
3980         HAVE_RPMATCH.
3981         * modules/rpmatch (Depends-on): Add stdlib, extensions.
3982         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
3983         (Include): Set to <stdlib.h>.
3984         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
3985         HAVE_RPMATCH.
3986         * NEWS: Document the change.
3987
3988 2008-04-28  Bruno Haible  <bruno@clisp.org>
3989
3990         Change rpmatch to use nl_langinfo when appropriate.
3991         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
3992         (N_): New macro.
3993         (localized_pattern): New function/macro.
3994         (try): Remove match, nomatch arguments. Copy the pattern into safe
3995         memory before caching it.
3996         (rpmatch): Use localized_pattern. Add translator comments.
3997         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
3998         Suggested by Eric Blake.
3999         * modules/rpmatch (Depends-on): Add stdbool.
4000
4001 2008-04-28  Eric Blake  <ebb9@byu.net>
4002
4003         Add rawmemchr module, matching glibc.
4004         * modules/string (Makefile.am): New indicator.
4005         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
4006         * lib/string.in.h (rawmemchr): Declare when appropriate.
4007         * modules/rawmemchr: New file.
4008         * m4/rawmemchr.m4: Likewise.
4009         * lib/rawmemchr.c: Likewise.
4010         * modules/rawmemchr-tests: Likewise.
4011         * tests/test-rawmemchr.c: Likewise.
4012         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
4013         module.
4014         * modules/strchrnul (Depends-on): Add rawmemchr.
4015         * lib/strchrnul.c (strchrnul): Optimize a corner case.
4016
4017         Whitespace cleanup.
4018         * tests/test-strchrnul.c: Reindent.
4019         * lib/strchrnul.c: Likewise.
4020
4021         Optimize and test strchrnul.
4022         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
4023         * modules/strchrnul-tests: New file.
4024         * tests/test-strchrnul.c: Likewise.
4025
4026         Remove intprops dependency.
4027         * modules/memchr (Depends-on): Remove intprops.
4028         * modules/memrchr (Depends-on): Likewise.
4029         * modules/memchr2 (Depends-on): Likewise.
4030         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
4031         * lib/memrchr.c (__memrchr): Likewise.
4032         * lib/memrchr2.c (memchr2): Likewise.
4033         Reported by Simon Josefsson.
4034
4035 2008-04-28  Simon Josefsson  <simon@josefsson.org>
4036
4037         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
4038         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4039
4040 2008-04-28  Simon Josefsson  <simon@josefsson.org>
4041
4042         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
4043
4044         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
4045
4046         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
4047
4048         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
4049         declarations.
4050         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
4051
4052         * m4/inet_pton.m4: Don't check for header files.
4053
4054         * m4/inet_ntop.m4: Don't check for header files.
4055
4056 2008-04-28  Simon Josefsson  <simon@josefsson.org>
4057
4058         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
4059         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
4060         trigger for cygwin).
4061         Reported by Bruno Haible  <bruno@clisp.org>.
4062
4063 2008-04-28  Bruno Haible  <bruno@clisp.org>
4064
4065         * doc/posix-functions/strdup.texi: Mention mingw problem.
4066
4067 2008-04-27  Bruno Haible  <bruno@clisp.org>
4068
4069         * modules/stat-time-tests (Depends-on): Add sleep.
4070         * tests/test-stat-time.c (force_unlink): New function.
4071         (cleanup): Use it.
4072         (test_mtime): Remove the ctime related tests.
4073         (test_ctime): New function, containing the ctime related tests.
4074         (main): Call test_ctime, except on native Windows platforms.
4075
4076 2008-04-27  Bruno Haible  <bruno@clisp.org>
4077
4078         * lib/rpmatch.c (rpmatch): Add some comments.
4079         Reported by James Youngman <jay@gnu.org>.
4080
4081 2008-04-27  Bruno Haible  <bruno@clisp.org>
4082
4083         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
4084         quiet NaNs.
4085
4086 2008-04-27  Bruno Haible  <bruno@clisp.org>
4087
4088         Make test-yesno.sh work on mingw.
4089         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
4090         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
4091         (main): Set stdin to binary mode.
4092         * modules/yesno-tests (Depends-on): Add binary-io.
4093
4094 2008-04-27  Bruno Haible  <bruno@clisp.org>
4095
4096         Fix 'isfinite' on x86, x86_64, ia64 platforms.
4097         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
4098         argument that lie outside the IEEE 854 domain.
4099         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
4100         (gl_ISFINITE): Use it.
4101         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
4102
4103 2008-04-27  Bruno Haible  <bruno@clisp.org>
4104
4105         Allow local renaming in config.h.
4106         * lib/memrchr.c (memrchr): Don't undefine outside libc.
4107
4108 2008-04-27  Bruno Haible  <bruno@clisp.org>
4109
4110         * lib/memchr.c (__memchr): Change type of 'i'.
4111         * lib/memchr2.c (memchr2): Likewise.
4112
4113 2008-04-26  Eric Blake  <ebb9@byu.net>
4114         and Bruno Haible  <bruno@clisp.org>
4115
4116         Optimize and test memrchr.
4117         * modules/memrchr (Depends-on): Add intprops.
4118         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
4119         * modules/memrchr-tests: New file.
4120         * tests/test-memrchr.c: New file.
4121
4122 2008-04-26  Bruno Haible  <bruno@clisp.org>
4123
4124         Add tentative support for DragonFly BSD.
4125         * lib/stdio-impl.h: Add macros for DragonFly BSD.
4126         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
4127         fp.
4128         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
4129         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
4130         * lib/fpurge.c (fpurge): Likewise.
4131         * lib/freadable.c (freaadable): Likewise.
4132         * lib/freadahead.c (freadahead): Likewise.
4133         * lib/freading.c (freading): Likewise.
4134         * lib/freadptr.c (freadptr): Likewise.
4135         * lib/freadseek.c (freadptrinc): Likewise.
4136         * lib/fseeko.c (fseeko): Likewise.
4137         * lib/fseterr.c (fseterr): Likewise.
4138         * lib/fwritable.c (fwritable): Likewise.
4139         * lib/fwriting.c (fwriting): Likewise.
4140
4141 2008-04-26  Bruno Haible  <bruno@clisp.org>
4142
4143         * lib/stdio-impl.h: New file.
4144         * lib/fbufmode.c: Include stdio-impl.h.
4145         (fbufmode): Use fp_, remove redundant #defines.
4146         * lib/fflush.c: Include stdio-impl.h.
4147         (clear_ungetc_buffer): Remove redundant #defines.
4148         * lib/fpurge.c: Include stdio-impl.h.
4149         (fpurge): Remove redundant #defines.
4150         * lib/freadable.c: Include stdio-impl.h.
4151         (freadable): Remove redundant #defines.
4152         * lib/freadahead.c: Include stdio-impl.h.
4153         (freadahead): Remove redundant #defines.
4154         * lib/freading.c: Include stdio-impl.h.
4155         (freading): Remove redundant #defines.
4156         * lib/freadptr.c: Include stdio-impl.h.
4157         (freadptr): Remove redundant #defines.
4158         * lib/freadseek.c: Include stdio-impl.h.
4159         (freadptrinc): Remove redundant #defines.
4160         * lib/fseeko.c: Include stdio-impl.h.
4161         (rpl_fseeko): Remove redundant #defines.
4162         * lib/fseterr.c: Include stdio-impl.h.
4163         (fseterr): Remove redundant #defines.
4164         * lib/fwritable.c: Include stdio-impl.h.
4165         (fwritable: Remove redundant #defines.
4166         * lib/fwriting.c: Include stdio-impl.h.
4167         (fwriting): Remove redundant #defines.
4168         * modules/fbufmode (Files): Add lib/stdio-impl.h.
4169         * modules/fflush (Files): Likewise.
4170         * modules/fpurge (Files): Likewise.
4171         * modules/freadable (Files): Likewise.
4172         * modules/freadahead (Files): Likewise.
4173         * modules/freading (Files): Likewise.
4174         * modules/freadptr (Files): Likewise.
4175         * modules/freadseek (Files): Likewise.
4176         * modules/fseeko (Files): Likewise.
4177         * modules/fseterr (Files): Likewise.
4178         * modules/fwritable (Files): Likewise.
4179         * modules/fwriting (Files): Likewise.
4180
4181 2008-04-26  Bruno Haible  <bruno@clisp.org>
4182
4183         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
4184         restore_seek_optimization, update_fpos_cache): New functions, extracted
4185         from rpl_fflush.
4186         (rpl_fflush): Use them.
4187         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
4188         (gl_REPLACE_FFLUSH): Use it.
4189
4190 2008-04-26  Bruno Haible  <bruno@clisp.org>
4191
4192         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
4193         on Solaris.
4194         * tests/test-xstrtoimax.sh: Likewise.
4195         * tests/test-xstrtoumax.sh: Likewise.
4196         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4197
4198 2008-04-26  Bruno Haible  <bruno@clisp.org>
4199
4200         * modules/memchr-tests: New file.
4201         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
4202
4203 2008-04-26  Eric Blake  <ebb9@byu.net>
4204             Bruno Haible  <bruno@clisp.org>
4205
4206         * lib/memchr.c: Include intprops.h.
4207         (__memchr): Optimize parallel detection of matching bytes. Rename local
4208         variables. Add explanatory comments.
4209
4210 2008-04-26  Bruno Haible  <bruno@clisp.org>
4211
4212         Fix module 'memchr', broken since 2000-10-28.
4213         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
4214
4215 2008-04-26  Bruno Haible  <bruno@clisp.org>
4216
4217         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
4218         comments.
4219
4220 2008-04-25  Eric Blake  <ebb9@byu.net>
4221
4222         Use native fstatat on cygwin 1.7.0.
4223         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
4224         first.
4225
4226 2008-04-23  Eric Blake  <ebb9@byu.net>
4227
4228         Improve memchr2 performance.
4229         * lib/memchr2.c (memchr2): Further optimize parallel detection of
4230         NUL bytes.
4231         * modules/memchr2 (Depends-on): Use intprops.h.
4232
4233 2008-04-23  Simon Josefsson  <simon@josefsson.org>
4234
4235         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
4236         an inline function instead of a CPP macro.  Patch by Ben Pfaff
4237         <blp@cs.stanford.edu>.
4238
4239 2008-04-23  Simon Josefsson  <simon@josefsson.org>
4240
4241         * lib/arpa_inet.in.h: New file.
4242
4243         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
4244         (Makefile.am): Sed in substitute header file.
4245
4246         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
4247         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
4248
4249         * modules/inet_ntop (configure.ac): Use
4250         gl_ARPA_INET_MODULE_INDICATOR.
4251
4252         * modules/inet_pton (configure.ac): Use
4253         gl_ARPA_INET_MODULE_INDICATOR.
4254
4255 2008-04-22  Jim Meyering  <meyering@redhat.com>
4256
4257         * modules/verify (License): Re-license as LGPLv2+.
4258
4259 2008-04-22  Simon Josefsson  <simon@josefsson.org>
4260
4261         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
4262         parameter to void* as per POSIX standard (MinGW uses char*).
4263
4264 2008-04-21  Bruno Haible  <bruno@clisp.org>
4265
4266         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
4267         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
4268         Define to replacements if REPLACE_ISWCNTRL is 1.
4269         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
4270         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
4271         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
4272         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
4273         what it fixes.
4274         * doc/posix-functions/iswalpha.texi: Likewise.
4275         * doc/posix-functions/iswblank.texi: Likewise.
4276         * doc/posix-functions/iswcntrl.texi: Likewise.
4277         * doc/posix-functions/iswdigit.texi: Likewise.
4278         * doc/posix-functions/iswgraph.texi: Likewise.
4279         * doc/posix-functions/iswlower.texi: Likewise.
4280         * doc/posix-functions/iswprint.texi: Likewise.
4281         * doc/posix-functions/iswpunct.texi: Likewise.
4282         * doc/posix-functions/iswspace.texi: Likewise.
4283         * doc/posix-functions/iswupper.texi: Likewise.
4284         * doc/posix-functions/iswxdigit.texi: Likewise.
4285         Reported by Alain Guibert.
4286
4287 2008-04-21  Bruno Haible  <bruno@clisp.org>
4288
4289         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
4290         Patch by Alain Guibert.
4291
4292 2008-04-21  Bruno Haible  <bruno@clisp.org>
4293
4294         Fix test failures on mingw.
4295         * tests/test-xstrtol.c (print_no_progname): New function.
4296         (main): Install it in error_print_progname hook.
4297         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
4298         * tests/test-xstrtoimax.sh: Likewise.
4299         * tests/test-xstrtoumax.sh: Likewise.
4300
4301 2008-04-21  Bruno Haible  <bruno@clisp.org>
4302
4303         Fix test failure on mingw.
4304         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
4305
4306 2008-04-21  Bruno Haible  <bruno@clisp.org>
4307
4308         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
4309         Actually assign a value.
4310
4311 2008-04-20  Bruno Haible  <bruno@clisp.org>
4312
4313         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
4314         take 2.
4315         * lib/canonicalize.c (canonicalize_file_name): Elide if the
4316         'canonicalize-lgpl' module is also used.
4317         * lib/canonicalize-lgpl.c: Undo last change.
4318         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
4319
4320 2008-04-20  Bruno Haible  <bruno@clisp.org>
4321
4322         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
4323         config.h. Provide _mkdir based fallback for mingw.
4324         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
4325         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
4326         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
4327         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
4328         rather than defining mkdir in config.h.
4329         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
4330         (gl_SYS_STAT_H_DEFAULTS): New macro.
4331         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
4332         HAVE_IO_H any more.
4333         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
4334         HAVE_DECL_MKDIR and HAVE_IO_H.
4335
4336 2008-04-20  Bruno Haible  <bruno@clisp.org>
4337
4338         * lib/isapipe.c: Port to native Windows platforms.
4339
4340 2008-04-20  Bruno Haible  <bruno@clisp.org>
4341
4342         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
4343
4344 2008-04-21  Eric Blake  <ebb9@byu.net>
4345
4346         Work around preprocessors that don't handle UINTMAX_MAX.
4347         * lib/memchr2.c (memchr2): Avoid embedded #if.
4348         Reported by Alain Guibert, fix suggested by Bruno Haible.
4349
4350 2008-04-21  Simon Josefsson  <simon@josefsson.org>
4351
4352         * doc/posix-functions/strftime.texi (strftime): Explain better
4353         Windows incompatibility.  Suggested by Micah Cowan
4354         <micah@cowan.name>.
4355
4356 2008-04-20  Bruno Haible  <bruno@clisp.org>
4357
4358         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
4359         unistr/u8-mblen.
4360
4361 2008-04-20  Bruno Haible  <bruno@clisp.org>
4362
4363         Fix test failure on platforms with non-GNU iconv.
4364         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
4365         (U_TO_U8): Use it, rather than u16_to_u8.
4366         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
4367         units at the end of the input string.
4368         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
4369
4370 2008-04-20  Bruno Haible  <bruno@clisp.org>
4371
4372         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
4373         when the resulting length is 0.
4374         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
4375
4376 2008-04-20  Bruno Haible  <bruno@clisp.org>
4377
4378         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
4379         works.
4380         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
4381
4382 2008-04-20  Bruno Haible  <bruno@clisp.org>
4383
4384         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
4385         * modules/tsearch-tests (configure.ac): Test for initstate function.
4386
4387 2008-04-20  Bruno Haible  <bruno@clisp.org>
4388
4389         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
4390         for nlink_t if missing.
4391         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
4392
4393 2008-04-19  Bruno Haible  <bruno@clisp.org>
4394
4395         Work around snprintf bug on Linux libc5.
4396         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
4397         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
4398         gl_SNPRINTF_SIZE1.
4399         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4400         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
4401         that test failed.
4402         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
4403         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
4404         * modules/snprintf (Files): Add m4/printf.m4.
4405         * modules/vsnprintf (Files): Likewise.
4406         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
4407         * doc/posix-functions/vsnprintf.texi: Likewise.
4408
4409 2008-04-19  Bruno Haible  <bruno@clisp.org>
4410
4411         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
4412         from 0.0058 to less than 10^-7.
4413
4414 2008-04-19  Bruno Haible  <bruno@clisp.org>
4415
4416         Fix rounding when a precision is given.
4417         * lib/vasnprintf.c (is_borderline): New function.
4418         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
4419         9...9x.
4420         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
4421         %e, %g.
4422         * tests/test-vasprintf-posix.c (test_function): Likewise.
4423         * tests/test-snprintf-posix.h (test_function): Likewise.
4424         * tests/test-sprintf-posix.h (test_function): Likewise.
4425         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
4426         * tests/test-printf-posix.h (test_function): Likewise.
4427         * tests/test-printf-posix.output: Update.
4428         Reported by John Darrington <john@darrington.wattle.id.au> via
4429         Ben Pfaff <blp@cs.stanford.edu>.
4430
4431 2008-04-18  Simon Josefsson  <simon@josefsson.org>
4432
4433         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
4434         Suggested by Bruno Haible <bruno@clisp.org>.
4435
4436 2008-04-17  Bruno Haible  <bruno@clisp.org>
4437
4438         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
4439         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
4440         implementation.
4441         Patch by Bruce Merry <bmerry@gmail.com>.
4442
4443 2008-04-17  Simon Josefsson  <simon@josefsson.org>
4444
4445         * doc/posix-functions/strftime.texi (strftime): Mention that %e
4446         doesn't work under Windows.
4447
4448 2008-04-16  Bruno Haible  <bruno@clisp.org>
4449
4450         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
4451         New macros.
4452         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
4453         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
4454         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
4455         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
4456         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
4457         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
4458         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
4459         macros.
4460         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
4461         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
4462         Northern Sotho, Uighur.
4463
4464 2008-04-16  Bruno Haible  <bruno@clisp.org>
4465
4466         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
4467         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
4468         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
4469         Reported by Daniel Bergström <daniel@octocode.com>.
4470
4471 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
4472             Bruno Haible  <bruno@clisp.org>
4473
4474         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
4475         function.
4476         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
4477         New functions, mostly extracted from gl_locale_name_default.
4478         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
4479
4480 2008-04-16  Eric Blake  <ebb9@byu.net>
4481
4482         Adjust strtod detection to catch glibc 2.7 bug.
4483         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
4484         Reported by John Gatewood Ham.
4485
4486 2008-04-16  Bruno Haible  <bruno@clisp.org>
4487
4488         Add tentative support for Linux libc5.
4489         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
4490         * lib/fpurge.c (fpurge): Likewise.
4491         * lib/freadable.c (freadable): Likewise.
4492         * lib/freadahead.c (freadahead): Likewise.
4493         * lib/freading.c (freading): Likewise.
4494         * lib/freadptr.c (freadptr): Likewise.
4495         * lib/freadseek.c (freadptrinc): Likewise.
4496         * lib/fseeko.c (rpl_fseeko): Likewise.
4497         * lib/fseterr.c (fseterr): Likewise.
4498         * lib/fwritable.c (fwritable): Likewise.
4499         * lib/fwriting.c (fwriting): Likewise.
4500         Reported by Alain Guibert <alguibert+bts@free.fr>.
4501
4502 2008-04-15  Bruno Haible  <bruno@clisp.org>
4503
4504         * modules/mathl (configure.ac): Define module indicator.
4505
4506 2008-04-15  Bruno Haible  <bruno@clisp.org>
4507
4508         * lib/logl.c (logl): Remove unused variables.
4509
4510 2008-04-15  Bruno Haible  <bruno@clisp.org>
4511
4512         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
4513         fails.
4514
4515 2008-04-15  Bruno Haible  <bruno@clisp.org>
4516
4517         * lib/trim.c (trim2): Fix argument of isspace() macro.
4518
4519 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
4520
4521         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
4522         to 0.
4523         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
4524
4525 2008-04-14  Bruno Haible  <bruno@clisp.org>
4526
4527         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
4528         AC_LANG_PROGRAM argument.
4529         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
4530         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
4531         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
4532         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4533         * m4/math_h.m4 (gl_MATH_H): Likewise.
4534         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
4535         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
4536         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
4537         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
4538         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
4539         * m4/regex.m4 (gl_REGEX): Likewise.
4540         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
4541         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
4542         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
4543         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
4544         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
4545         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
4546         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4547         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
4548
4549 2008-04-14  Jim Meyering  <meyering@redhat.com>
4550
4551         test-strtod: fix typos: s/abs/fabs/
4552         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
4553
4554 2008-04-13  Bruno Haible  <bruno@clisp.org>
4555
4556         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
4557         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
4558         module is also used and while not building the reloc-wrapper.
4559
4560 2008-04-13  Bruno Haible  <bruno@clisp.org>
4561
4562         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
4563
4564 2008-04-13  Bruno Haible  <bruno@clisp.org>
4565
4566         Fix AIX compilation failure introduced on 2008-04-02.
4567         * tests/test-frexp.c (exp): Undefine before redefining.
4568         * tests/test-frexpl.c (exp): Likewise.
4569
4570 2008-04-13  Bruno Haible  <bruno@clisp.org>
4571
4572         Work around a HP-UX stdio bug.
4573         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
4574         * tests/test-ftello.c (main): Likewise.
4575         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
4576         * doc/posix-functions/ftello.texi: Likewise.
4577
4578 2008-04-13  Bruno Haible  <bruno@clisp.org>
4579
4580         Make test-signbit pass on HP-UX/hppa.
4581         * tests/test-signbit.c (minus_zerol): New variable.
4582         (test_signbitl): Use it.
4583
4584 2008-04-13  Bruno Haible  <bruno@clisp.org>
4585
4586         Make truncl work on OSF/1 4.0.
4587         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
4588         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
4589         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
4590         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
4591         HAVE_DECL_TRUNCL.
4592         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
4593         HAVE_DECL_TRUNCL.
4594         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
4595
4596 2008-04-13  Bruno Haible  <bruno@clisp.org>
4597
4598         * lib/unictype.h: Remove trailing comma from enumeration definitions.
4599
4600 2008-04-13  Bruno Haible  <bruno@clisp.org>
4601
4602         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
4603         expression, so as to avoid HP-UX 11 cc compiler bug.
4604
4605 2008-04-13  Bruno Haible  <bruno@clisp.org>
4606
4607         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
4608
4609 2008-04-13  Bruno Haible  <bruno@clisp.org>
4610
4611         * lib/git-merge-changelog.c: Remove empty declaration outside of
4612         functions.
4613
4614 2008-04-13  Bruno Haible  <bruno@clisp.org>
4615
4616         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
4617
4618 2008-04-13  Bruno Haible  <bruno@clisp.org>
4619
4620         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
4621         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
4622         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
4623         also if it exists but lacks definitions of the SHUT_* macros.
4624         * modules/sys_socket (Description): Update.
4625         Reported by Elbert Pol <e.pol@chello.nl>.
4626
4627 2008-04-13  Bruno Haible  <bruno@clisp.org>
4628
4629         * lib/localcharset.c (OS2): Don't redefine if already defined.
4630         Reported by Elbert Pol <e.pol@chello.nl>.
4631
4632 2008-04-13  Bruno Haible  <bruno@clisp.org>
4633
4634         * lib/binary-io.h [__EMX__]: Include <io.h>.
4635         Reported by Elbert Pol <e.pol@chello.nl>.
4636
4637 2008-04-12  Bruno Haible  <bruno@clisp.org>
4638
4639         * lib/fpucw.h: Enable the definitions also for x86_64.
4640         Needed for NetBSD/x86_64.
4641         Reported by Thomas Klausner <tk@giga.or.at>.
4642
4643 2008-04-12  Bruno Haible  <bruno@clisp.org>
4644
4645         * tests/test-strtod.c: Include isnand.h.
4646         (main): Use isnand instead of isnan.
4647         Reported by Jim Meyering.
4648
4649 2008-04-12  Bruno Haible  <bruno@clisp.org>
4650
4651         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
4652         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4653
4654 2008-04-12  Jim Meyering  <meyering@redhat.com>
4655
4656         * m4/math_h.m4 (gl_MATH_H): Fix typos.
4657
4658 2008-04-12  Bruno Haible  <bruno@clisp.org>
4659
4660         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
4661         Reported by Elbert Pol <e.pol@chello.nl>.
4662
4663 2008-04-12  Eric Blake  <ebb9@byu.net>
4664
4665         Work around Solaris 10 math.h bug.
4666         * m4/math_h.m4 (gl_MATH_H): Check for bug.
4667         (gl_MATH_H_DEFAULTS): Set up default.
4668         * modules/math (Makefile.am): Replace new indicators.
4669         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
4670         * tests/test-math.c (main): Test this.
4671         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
4672         * doc/posix-headers/math.texi (math.h): Mention bug.
4673         Reported by Nelson H. F. Beebe and Jim Meyering.
4674
4675 2008-04-11  Bruno Haible  <bruno@clisp.org>
4676
4677         Adapt to future versions of Apple GCC.
4678         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
4679         Reported by Peter O'Gorman <peter@pogma.com>.
4680
4681 2008-04-11  Bruno Haible  <bruno@clisp.org>
4682
4683         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
4684
4685 2008-04-11  Bruno Haible  <bruno@clisp.org>
4686
4687         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
4688
4689         * modules/getaddrinfo-tests (Makefile.am): Define
4690         test_getaddrinfo_LDADD.
4691
4692 2008-04-11  Bruno Haible  <bruno@clisp.org>
4693
4694         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
4695         (init): Fix syntax error.
4696         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
4697         is declared.
4698
4699 2008-04-11  Bruno Haible  <bruno@clisp.org>
4700
4701         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
4702         * modules/glob (Depends-on): Add stdbool.
4703
4704 2008-04-11  Bruno Haible  <bruno@clisp.org>
4705
4706         * lib/trim.c: Include <string.h>.
4707
4708 2008-04-11  Eric Blake  <ebb9@byu.net>
4709
4710         Avoid compile failure on OS/2.
4711         * lib/regex_internal.h (internal_function): Disable optimization
4712         on OS/2 (__EMX__), where it caused compiler error.
4713         Reported by Elbert Pol.
4714
4715 2008-04-11  Bruno Haible  <bruno@clisp.org>
4716
4717         Flush the standard error stream before aborting. Needed on mingw.
4718         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
4719         * tests/test-array_list.c (ASSERT): Likewise.
4720         * tests/test-array_oset.c (ASSERT): Likewise.
4721         * tests/test-avltree_list.c (ASSERT): Likewise.
4722         * tests/test-avltree_oset.c (ASSERT): Likewise.
4723         * tests/test-avltreehash_list.c (ASSERT): Likewise.
4724         * tests/test-binary-io.c (ASSERT): Likewise.
4725         * tests/test-byteswap.c (ASSERT): Likewise.
4726         * tests/test-c-ctype.c (ASSERT): Likewise.
4727         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
4728         * tests/test-c-strcasestr.c (ASSERT): Likewise.
4729         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
4730         * tests/test-c-strstr.c (ASSERT): Likewise.
4731         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
4732         * tests/test-canonicalize.c (ASSERT): Likewise.
4733         * tests/test-carray_list.c (ASSERT): Likewise.
4734         * tests/test-ceilf1.c (ASSERT): Likewise.
4735         * tests/test-ceilf2.c (ASSERT): Likewise.
4736         * tests/test-ceill.c (ASSERT): Likewise.
4737         * tests/test-count-one-bits.c (ASSERT): Likewise.
4738         * tests/test-fbufmode.c (ASSERT): Likewise.
4739         * tests/test-fflush2.c (ASSERT): Likewise.
4740         * tests/test-floorf1.c (ASSERT): Likewise.
4741         * tests/test-floorf2.c (ASSERT): Likewise.
4742         * tests/test-floorl.c (ASSERT): Likewise.
4743         * tests/test-fopen.c (ASSERT): Likewise.
4744         * tests/test-fpending.c (ASSERT): Likewise.
4745         * tests/test-fprintf-posix.c (ASSERT): Likewise.
4746         * tests/test-fpurge.c (ASSERT): Likewise.
4747         * tests/test-freadable.c (ASSERT): Likewise.
4748         * tests/test-freadahead.c (ASSERT): Likewise.
4749         * tests/test-freading.c (ASSERT): Likewise.
4750         * tests/test-freadptr.c (ASSERT): Likewise.
4751         * tests/test-freadptr2.c (ASSERT): Likewise.
4752         * tests/test-freadseek.c (ASSERT): Likewise.
4753         * tests/test-freopen.c (ASSERT): Likewise.
4754         * tests/test-frexp.c (ASSERT): Likewise.
4755         * tests/test-frexpl.c (ASSERT): Likewise.
4756         * tests/test-fseek.c (ASSERT): Likewise.
4757         * tests/test-fseeko.c (ASSERT): Likewise.
4758         * tests/test-fstrcmp.c (ASSERT): Likewise.
4759         * tests/test-ftell.c (ASSERT): Likewise.
4760         * tests/test-ftello.c (ASSERT): Likewise.
4761         * tests/test-func.c (ASSERT): Likewise.
4762         * tests/test-fwritable.c (ASSERT): Likewise.
4763         * tests/test-fwriting.c (ASSERT): Likewise.
4764         * tests/test-getdelim.c (ASSERT): Likewise.
4765         * tests/test-getline.c (ASSERT): Likewise.
4766         * tests/test-i-ring.c (ASSERT): Likewise.
4767         * tests/test-iconv-utf.c (ASSERT): Likewise.
4768         * tests/test-iconv.c (ASSERT): Likewise.
4769         * tests/test-isfinite.c (ASSERT): Likewise.
4770         * tests/test-isnand.c (ASSERT): Likewise.
4771         * tests/test-isnanf.c (ASSERT): Likewise.
4772         * tests/test-isnanl.h (ASSERT): Likewise.
4773         * tests/test-ldexpl.c (ASSERT): Likewise.
4774         * tests/test-linked_list.c (ASSERT): Likewise.
4775         * tests/test-linkedhash_list.c (ASSERT): Likewise.
4776         * tests/test-localename.c (ASSERT): Likewise.
4777         * tests/test-lseek.c (ASSERT): Likewise.
4778         * tests/test-mbscasecmp.c (ASSERT): Likewise.
4779         * tests/test-mbscasestr1.c (ASSERT): Likewise.
4780         * tests/test-mbscasestr2.c (ASSERT): Likewise.
4781         * tests/test-mbscasestr3.c (ASSERT): Likewise.
4782         * tests/test-mbscasestr4.c (ASSERT): Likewise.
4783         * tests/test-mbschr.c (ASSERT): Likewise.
4784         * tests/test-mbscspn.c (ASSERT): Likewise.
4785         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
4786         * tests/test-mbspbrk.c (ASSERT): Likewise.
4787         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
4788         * tests/test-mbsrchr.c (ASSERT): Likewise.
4789         * tests/test-mbsspn.c (ASSERT): Likewise.
4790         * tests/test-mbsstr1.c (ASSERT): Likewise.
4791         * tests/test-mbsstr2.c (ASSERT): Likewise.
4792         * tests/test-mbsstr3.c (ASSERT): Likewise.
4793         * tests/test-memchr2.c (ASSERT): Likewise.
4794         * tests/test-memmem.c (ASSERT): Likewise.
4795         * tests/test-open.c (ASSERT): Likewise.
4796         * tests/test-printf-frexp.c (ASSERT): Likewise.
4797         * tests/test-printf-frexpl.c (ASSERT): Likewise.
4798         * tests/test-printf-posix.c (ASSERT): Likewise.
4799         * tests/test-quotearg.c (ASSERT): Likewise.
4800         * tests/test-rbtree_list.c (ASSERT): Likewise.
4801         * tests/test-rbtree_oset.c (ASSERT): Likewise.
4802         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
4803         * tests/test-round1.c (ASSERT): Likewise.
4804         * tests/test-roundf1.c (ASSERT): Likewise.
4805         * tests/test-roundl.c (ASSERT): Likewise.
4806         * tests/test-signbit.c (ASSERT): Likewise.
4807         * tests/test-sleep.c (ASSERT): Likewise.
4808         * tests/test-snprintf-posix.c (ASSERT): Likewise.
4809         * tests/test-snprintf.c (ASSERT): Likewise.
4810         * tests/test-sprintf-posix.c (ASSERT): Likewise.
4811         * tests/test-stat-time.c (ASSERT): Likewise.
4812         * tests/test-strcasestr.c (ASSERT): Likewise.
4813         * tests/test-strerror.c (ASSERT): Likewise.
4814         * tests/test-striconv.c (ASSERT): Likewise.
4815         * tests/test-striconveh.c (ASSERT): Likewise.
4816         * tests/test-striconveha.c (ASSERT): Likewise.
4817         * tests/test-strsignal.c (ASSERT): Likewise.
4818         * tests/test-strstr.c (ASSERT): Likewise.
4819         * tests/test-strtod.c (ASSERT): Likewise.
4820         * tests/test-trunc1.c (ASSERT): Likewise.
4821         * tests/test-trunc2.c (ASSERT): Likewise.
4822         * tests/test-truncf1.c (ASSERT): Likewise.
4823         * tests/test-truncf2.c (ASSERT): Likewise.
4824         * tests/test-truncl.c (ASSERT): Likewise.
4825         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
4826         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
4827         * tests/test-vasnprintf.c (ASSERT): Likewise.
4828         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
4829         * tests/test-vasprintf.c (ASSERT): Likewise.
4830         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
4831         * tests/test-vprintf-posix.c (ASSERT): Likewise.
4832         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
4833         * tests/test-vsnprintf.c (ASSERT): Likewise.
4834         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
4835         * tests/test-wcwidth.c (ASSERT): Likewise.
4836         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
4837         * tests/test-xprintf-posix.c (ASSERT): Likewise.
4838         * tests/test-xvasprintf.c (ASSERT): Likewise.
4839         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
4840         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
4841         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
4842         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
4843         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
4844         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
4845         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
4846         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
4847         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
4848         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
4849         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
4850         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
4851         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
4852         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
4853         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
4854         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
4855         * tests/unictype/test-block_list.c (ASSERT): Likewise.
4856         * tests/unictype/test-block_of.c (ASSERT): Likewise.
4857         * tests/unictype/test-block_test.c (ASSERT): Likewise.
4858         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
4859         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
4860         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
4861         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
4862         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
4863         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
4864         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
4865         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
4866         * tests/unictype/test-combining.c (ASSERT): Likewise.
4867         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
4868         * tests/unictype/test-digit.c (ASSERT): Likewise.
4869         * tests/unictype/test-mirror.c (ASSERT): Likewise.
4870         * tests/unictype/test-numeric.c (ASSERT): Likewise.
4871         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
4872         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
4873         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
4874         * tests/unictype/test-scripts.c (ASSERT): Likewise.
4875         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
4876         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
4877         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
4878         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
4879         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
4880         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
4881         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
4882         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
4883         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
4884         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
4885         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
4886         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
4887         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
4888         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
4889         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
4890         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
4891         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
4892         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
4893         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
4894         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
4895         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
4896         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
4897         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
4898         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
4899         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
4900         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
4901         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
4902         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
4903         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
4904         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
4905         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
4906         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
4907         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
4908         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
4909         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
4910         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
4911         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
4912         Reported by Eric Blake.
4913
4914 2008-04-11  Bruno Haible  <bruno@clisp.org>
4915
4916         * lib/wchar.in.h: Tweak comment.
4917
4918 2008-04-11  Bruno Haible  <bruno@clisp.org>
4919
4920         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
4921         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
4922         gl_COMMON.
4923         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
4924
4925 2008-04-11  Bruno Haible  <bruno@clisp.org>
4926
4927         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
4928
4929 2008-04-11  Simon Josefsson  <simon@josefsson.org>
4930
4931         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
4932         of attempting to use non-existing /dev/*random.  Based on patch
4933         from Adam Strzelecki <ono@java.pl> in
4934         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
4935
4936 2008-04-08  Bruno Haible  <bruno@clisp.org>
4937
4938         Add tentative support for emx+gcc.
4939         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
4940         * lib/fpurge.c (fpurge): Likewise.
4941         * lib/freadable.c (freadable): Likewise.
4942         * lib/freadahead.c (freadahead): Likewise.
4943         * lib/freading.c (freading): Likewise.
4944         * lib/freadptr.c (freadptr): Likewise.
4945         * lib/freadseek.c (freadptrinc): Likewise.
4946         * lib/fseeko.c (rpl_fseeko): Likewise.
4947         * lib/fseterr.c (fseterr): Likewise.
4948         * lib/fwritable.c (fwritable): Likewise.
4949         * lib/fwriting.c (fwriting): Likewise.
4950         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
4951
4952 2008-04-09  Eric Blake  <ebb9@byu.net>
4953
4954         Avoid some autoconf warnings.
4955         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
4956         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
4957         * m4/afs.m4 (gl_AFS): Likewise.
4958         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
4959         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
4960         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
4961         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
4962         (gl_INTEGER_TYPE_SUFFIX): Likewise.
4963         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
4964         (AC_CHECK_DECLS_ONCE): Likewise.
4965         Rename file...
4966         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
4967         gnulib-tool requires autoconf 2.59 or better.
4968         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
4969
4970 2008-04-08  Eric Blake  <ebb9@byu.net>
4971
4972         Use 'git describe --match' if present (added in git 1.5.5).
4973         * build-aux/git-version-gen: Limit result to tags that match 'v*'
4974         if possible.
4975
4976 2008-04-08  Bruno Haible  <bruno@clisp.org>
4977
4978         Add tentative support for OpenServer.
4979         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
4980         _ptr, _cnt.
4981         * lib/fpurge.c (fpurge): Likewise.
4982         * lib/freadable.c (freadable): Likewise.
4983         * lib/freadahead.c (freadahead): Likewise.
4984         * lib/freading.c (freading): Likewise.
4985         * lib/freadptr.c (freadptr): Likewise.
4986         * lib/freadseek.c (freadptrinc): Likewise.
4987         * lib/fseeko.c (rpl_fseeko): Likewise.
4988         * lib/fseterr.c (fseterr): Likewise.
4989         * lib/fwritable.c (fwritable): Likewise.
4990         * lib/fwriting.c (fwriting): Likewise.
4991         Reported by Roger Cornelius <rac@tenzing.org> and
4992         Brian K. White <brian@aljex.com>.
4993
4994 2008-04-06  Jim Meyering  <meyering@redhat.com>
4995
4996         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
4997
4998 2008-04-06  Bruno Haible  <bruno@clisp.org>
4999
5000         Avoid possible error with non-ASCII bytes in UTF-8 locales.
5001         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
5002         * tests/test-printf-posix.sh: Likewise.
5003         * tests/test-vfprintf-posix.sh: Likewise.
5004         * tests/test-vprintf-posix.sh: Likewise.
5005         * tests/test-xprintf-posix.sh: Likewise.
5006
5007 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5008
5009         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
5010         hide error from 'ls', needed on OS/2.
5011         Report by Elbert Pol <elbert.pol@gmail.com>.
5012
5013 2008-04-04  Eric Blake  <ebb9@byu.net>
5014
5015         Make test-fseeko.c failures meaningful.
5016         * tests/test-fseeko.c: Print line number on failure.
5017         * tests/test-fseek.c: Likewise.
5018         Reported by Nelson H. F. Beebe.
5019
5020         Improve strtod bug detection check.
5021         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
5022         required for Solaris 10.
5023         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
5024
5025 2008-04-04  Bruno Haible  <bruno@clisp.org>
5026
5027         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
5028         by m4/setenv.m4.
5029
5030 2008-04-03  Eric Blake  <ebb9@byu.net>
5031
5032         Ensure sane .version contents.
5033         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
5034         version string.
5035         * build-aux/git-version-gen: Improve documentation.
5036
5037         Make GNU make output nicer.
5038         * top/GNUmakefile [!_have-Makefile]: Add dependency on
5039         MAKECMDGOALS to enforce message for all command line targets.  Set
5040         srcdir for use in maint.mk.
5041
5042         Another maintainer tweak.
5043         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
5044         a target that regenerates version.
5045
5046 2008-04-03  Jim Meyering  <meyering@redhat.com>
5047
5048         vc-list-files: don't cause coreutils "make po-check" failure
5049         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
5050
5051 2008-04-03  Eric Blake  <ebb9@byu.net>
5052
5053         Allow VPATH usage of vc-list-files.
5054         * build-aux/vc-list-files (scriptversion): Add timestamp.
5055         (options): Add --help, --version, -C.
5056         (CVS): Support installed cvsu.
5057
5058 2008-04-02  Bruno Haible  <bruno@clisp.org>
5059
5060         Avoid some "statement with no effect" warnings from gcc.
5061         * tests/test-wctype.c (main): Explicitly ignore unused values.
5062         Reported by Jim Meyering.
5063
5064 2008-04-02  Jim Meyering  <meyering@redhat.com>
5065
5066         Avoid some warnings from "gcc -Wshadow".
5067         * tests/test-frexp.c (exp): Define to a different identifier.
5068         * tests/test-frexpl.c (exp): Likewise.
5069
5070 2008-04-03  Jim Meyering  <meyering@redhat.com>
5071
5072         bootstrap: remove dangling *.[ch] symlinks from lib
5073         * build-aux/bootstrap [dangling symlink removal]: Move find's
5074         -depth option to precede all others, to avoid a warning.
5075         Remove *.[ch] files too, and from "$source_base" (usually lib/).
5076
5077 2008-04-02  Bruno Haible  <bruno@clisp.org>
5078
5079         Avoid some warnings from "gcc -Wshadow".
5080         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
5081         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
5082         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
5083         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
5084         Reported by Jim Meyering.
5085
5086 2008-04-01  Bruno Haible  <bruno@clisp.org>
5087
5088         Fix test to work on IRIX 6.5 with cc.
5089         * tests/test-math.c (numeric_equal): New function.
5090         (main): Use it.
5091
5092 2008-04-01  Bruno Haible  <bruno@clisp.org>
5093
5094         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
5095
5096 2008-04-01  Bruno Haible  <bruno@clisp.org>
5097
5098         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
5099         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
5100         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
5101         (Depends-on): Remove math.
5102
5103         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
5104         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
5105         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
5106         (Depends-on): Remove math.
5107
5108         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
5109         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
5110         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
5111         (Depends-on): Remove math.
5112         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
5113         (Depends-on): Remove math.
5114
5115         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
5116         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
5117         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
5118         (Depends-on): Remove math.
5119         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
5120         (Depends-on): Remove math.
5121
5122         * tests/test-round1.c: Include nan.h.
5123         (main): Use NaNd instead of NAN.
5124         * modules/round-tests (Files): Add tests/nan.h.
5125
5126         * tests/test-trunc1.c: Include nan.h.
5127         (main): Use NaNd instead of NAN.
5128         * modules/trunc-tests (Files): Add tests/nan.h.
5129
5130         * tests/test-roundf1.c: Include nan.h.
5131         (main): Use NaNf instead of NAN.
5132         * modules/roundf-tests (Files): Add tests/nan.h.
5133
5134         * tests/test-truncf1.c: Include nan.h.
5135         (main): Use NaNf instead of NAN.
5136         * modules/truncf-tests (Files): Add tests/nan.h.
5137
5138         * tests/test-ceilf1.c: Include nan.h.
5139         (main): Use NaNf instead of NAN.
5140         * modules/ceilf-tests (Files): Add tests/nan.h.
5141
5142         * tests/test-floorf1.c: Include nan.h.
5143         (main): Use NaNf instead of NAN.
5144         * modules/floorf-tests (Files): Add tests/nan.h.
5145
5146         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
5147         (main): Use NaNf instead of NAN.
5148         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
5149
5150         * tests/test-isnand.c: Include nan.h instead of <math.h>.
5151         (main): Use NaNd instead of NAN.
5152         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
5153
5154         * tests/test-frexp.c: Include nan.h.
5155         (main): Use NaNd instead of NAN.
5156         * modules/frexp-tests (Files): Add tests/nan.h.
5157
5158         * lib/isnan.c: Don't include <math.h>.
5159         (FUNC): Don't use NAN macro.
5160         * modules/isnand-nolibm (Depends-on): Remove math.
5161         * modules/isnanf-nolibm (Depends-on): Remove math.
5162         * modules/isnanl (Depends-on): Remove math.
5163         * modules/isnanl-nolibm (Depends-on): Remove math.
5164
5165         * tests/nan.h: New file.
5166
5167 2008-04-01  Eric Blake  <ebb9@byu.net>
5168
5169         Fix typos.
5170         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
5171         values to be the right type.
5172
5173         For now, cater to gnulib strtod inaccuracies.
5174         * tests/test-strtod.c (main): Allow 1-ulp error on expected
5175         fractional results.  While not as nice from a QoI perspective, it
5176         is a quicker patch than correctly implementing decimal to binary
5177         rounding.
5178
5179 2008-03-31  Eric Blake  <ebb9@byu.net>
5180
5181         Guarantee a definition of NAN.
5182         * lib/math.in.h (NAN): Define if missing.
5183         * tests/test-math.c (main): Test it.
5184         * doc/posix-headers/math.texi (math.h): Document this.
5185         * lib/isnan.c (rpl_isnand): Use it.
5186         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
5187         * tests/test-floorf1.c (NaN): Likewise.
5188         * tests/test-frexp.c (NaN): Likewise.
5189         * tests/test-isnand.c (NaN): Likewise.
5190         * tests/test-isnanf.c (NaN): Likewise.
5191         * tests/test-round1.c (NaN): Likewise.
5192         * tests/test-roundf1.c (NaN): Likewise.
5193         * tests/test-snprintf-posix.h (NaN): Likewise.
5194         * tests/test-sprintf-posix.h (NaN): Likewise.
5195         * tests/test-trunc1.c (NaN): Likewise.
5196         * tests/test-truncf1.c (NaN): Likewise.
5197         * tests/test-vasnprintf-posix.c (NaN): Likewise.
5198         * tests/test-vasprintf-posix.c (NaN): Likewise.
5199         * modules/isnand-nolibm (Depends-on): Add math.
5200         * modules/isnanf-nolibm (Depends-on): Likewise.
5201         * modules/isnanl (Depends-on): Likewise.
5202         * modules/isnanl-nolibm (Depends-on): Likewise.
5203         * modules/snprintf-posix-tests (Depends-on): Likewise.
5204         * modules/sprintf-posix-tests (Depends-on): Likewise.
5205         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
5206         * modules/vsprintf-posix-tests (Depends-on): Likewise.
5207         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
5208         * modules/vasprintf-posix-tests (Depends-on): Likewise.
5209
5210 2008-03-31  Bruno Haible  <bruno@clisp.org>
5211
5212         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
5213         * doc/posix-functions/strtod.texi: Likewise.
5214
5215 2008-03-31  Bruno Haible  <bruno@clisp.org>
5216
5217         * tests/test-strtod.c (main): Don't use C99 syntax.
5218
5219 2008-03-31  Bruno Haible  <bruno@clisp.org>
5220
5221         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
5222         Reported by Eric Blake.
5223
5224 2008-03-31  Jim Meyering  <meyering@redhat.com>
5225
5226         Don't compare actual signbit return values.
5227         * tests/test-strtod.c (main): Rather, compare only their
5228         zero/non-zero nature.
5229
5230 2008-03-31  Eric Blake  <ebb9@byu.net>
5231
5232         More strtod documentation.
5233         * doc/posix-functions/strtod.texi (strtod): Interpret more test
5234         failures as distinct bugs.
5235
5236 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
5237
5238         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
5239         Problem reported by Erik Benada in
5240         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
5241
5242 2008-03-30  Bruno Haible  <bruno@clisp.org>
5243
5244         * tests/test-strtod.c: Add comments about which assertion fails on which
5245         platform.
5246         * doc/posix-functions/strtod.texi: Add info about many more platforms.
5247
5248 2008-03-30  Eric Blake  <ebb9@byu.net>
5249
5250         Test signbit behavior on zeros.
5251         * tests/test-signbit.c (test_signbitf): Add tests for zero.
5252         (test_signbitd, test_signbitl): Likewise.
5253
5254         More strtod touchups.
5255         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
5256         sign of negative underflow, for now.  Use .5, not .1.
5257         * doc/posix-functions/strtod.texi (strtod): Mention these
5258         limitations.
5259         Reported by Jim Meyering.
5260
5261 2008-03-30  Bruno Haible  <bruno@clisp.org>
5262
5263         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
5264         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
5265
5266 2008-03-30  Bruno Haible  <bruno@clisp.org>
5267
5268         Avoid failure when attempting to return empty iconv results on some
5269         platforms.
5270         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
5271         allocation, don't report ENOMEM when the resulting string is empty.
5272
5273 2008-03-30  Bruno Haible  <bruno@clisp.org>
5274
5275         Fix buffer overrun.
5276         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
5277         Don't consider the width for tmp_length. Check count against tmp_length
5278         before doing the padding. Ensure enough allocation during padding.
5279
5280 2008-03-30  Eric Blake  <ebb9@byu.net>
5281
5282         strtod touchups.
5283         * lib/strtod.c (strtod): Avoid compiler warnings.
5284         Reported by Jim Meyering.
5285
5286 2008-03-30  Bruno Haible  <bruno@clisp.org>
5287
5288         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
5289         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
5290         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
5291         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
5292         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
5293         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
5294         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
5295         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
5296
5297         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
5298         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
5299         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
5300         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
5301         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
5302         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
5303         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
5304         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
5305
5306         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
5307         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
5308         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
5309         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
5310         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
5311         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
5312         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
5313         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
5314
5315         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
5316         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
5317
5318         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
5319         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
5320
5321         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
5322         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
5323
5324         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
5325         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
5326         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
5327
5328         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
5329         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
5330         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
5331
5332         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
5333         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
5334         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
5335
5336         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
5337         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
5338         * modules/vasprintf (Depends-on): Add EOVERFLOW.
5339
5340         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
5341         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
5342         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
5343         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
5344         (Depends-on): Add EOVERFLOW.
5345         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
5346         (Depends-on): Add EOVERFLOW.
5347         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
5348         (Depends-on): Add EOVERFLOW.
5349         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
5350         (Depends-on): Add EOVERFLOW.
5351         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
5352         (Depends-on): Add EOVERFLOW.
5353         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
5354         (Depends-on): Add EOVERFLOW.
5355         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
5356         (Depends-on): Add EOVERFLOW.
5357         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
5358         (Depends-on): Add EOVERFLOW.
5359
5360         * lib/sprintf.c (EOVERFLOW): Remove fallback.
5361         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
5362         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
5363
5364         * lib/snprintf.c (EOVERFLOW): Remove fallback.
5365         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
5366         * modules/snprintf (Depends-on): Add EOVERFLOW.
5367
5368         * lib/poll.c (EOVERFLOW): Remove fallback.
5369         * modules/poll (Depends-on): Add EOVERFLOW.
5370
5371         * lib/getugroups.c (EOVERFLOW): Remove fallback.
5372         * modules/getugroups (Depends-on): Add EOVERFLOW.
5373
5374         * lib/getdelim.c (EOVERFLOW): Remove fallback.
5375         * modules/getdelim (Depends-on): Add EOVERFLOW.
5376
5377         * lib/ftell.c (EOVERFLOW): Remove fallback.
5378         * modules/ftell (Depends-on): Add EOVERFLOW.
5379
5380         * lib/fprintf.c (EOVERFLOW): Remove fallback.
5381         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
5382         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
5383
5384         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
5385
5386         * modules/EOVERFLOW-tests: New file.
5387         * tests/test-EOVERFLOW.c: New file.
5388
5389         * modules/EOVERFLOW: New file.
5390         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
5391
5392 2008-03-30  Bruno Haible  <bruno@clisp.org>
5393
5394         Fix bug introduced on 2007-06-10.
5395         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
5396         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
5397
5398 2008-03-30  Bruno Haible  <bruno@clisp.org>
5399
5400         Improve freadseek's efficiency after ungetc.
5401         * lib/freadseek.c: Include freadahead.h.
5402         (freadptrinc): New function, extracted from freadseek.
5403         (freadseek): Use it in a loop. Use freadahead to determine the number
5404         of loop iterations.
5405         * modules/freadseek (Depends-on): Add freadahead.
5406         (configure.ac): Require AC_C_INLINE.
5407
5408 2008-03-30  Bruno Haible  <bruno@clisp.org>
5409
5410         * lib/freadseek.c (freadseek): Don't ignore the return value of
5411         freadptr.
5412
5413 2008-03-29  Eric Blake  <ebb9@byu.net>
5414
5415         Add hex float support.
5416         * modules/strtod (Depends-on): Add c-ctype.
5417         (Link): Mention POW_LIB.
5418         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
5419         whitespace between 'e' and exponent.
5420         * tests/test-strtod.c (main): Enable hex float tests.
5421         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
5422         now provides.
5423
5424         Document various strtod bugs, with some fixes.
5425         * doc/posix-functions/strtod.texi (strtod): Document bugs with
5426         "-0x", "inf", "nan", and hex constants.
5427         * doc/posix-functions/atof.texi (atof): Likewise.
5428         * modules/stdlib (Makefile.am): Support strtod.
5429         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
5430         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
5431         detect additional strtod bugs.
5432         * lib/stdlib.in.h (rpl_strtod): Add declarations.
5433         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
5434         bool where appropriate.  Parse 'inf' and 'nan'.
5435         * tests/test-strtod.c: New file.
5436         * modules/strtod (Depends-on): Add stdbool, stdlib.
5437         (configure.ac): Turn on module indicator.
5438         * modules/strtod-tests: New module.
5439
5440 2008-03-29  Eric Blake  <ebb9@byu.net>
5441
5442         Fix ftell on mingw.
5443         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
5444         * modules/ftell-tests (Depends-on): Add binary-io.
5445         * modules/ftello-tests (Depends-on): Likewise.
5446         * tests/test-ftell.c (main): Enhance test to cover behavior after
5447         ungetc.  Enforce binary mode.
5448         * tests/test-ftello.c (main): Likewise.
5449
5450         Pass test-freadseek on cygwin.
5451         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
5452         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
5453         ungetc buffer.
5454
5455         * tests/test-fflush2.c (main): Fix typo.
5456
5457 2008-03-29  Bruno Haible  <bruno@clisp.org>
5458
5459         * tests/test-fflush2.c (main): Temporarily disable the contents of
5460         this test.
5461         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
5462         Reported by Eric Blake.
5463
5464 2008-03-28  Simon Josefsson  <simon@josefsson.org>
5465
5466         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
5467         (GC_SHA224_DIGEST_SIZE): Add.
5468
5469         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
5470         (gc_hash_digest_length): Likewise.
5471         (gc_hash_buffer): Likewise.
5472
5473 2008-03-25  Bruno Haible  <bruno@clisp.org>
5474
5475         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
5476         detail which gettext release to use.
5477         Reported by Simon Josefsson.
5478
5479 2008-03-26  Jim Meyering  <meyering@redhat.com>
5480
5481         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
5482         * modules/gnumakefile (clean-GNUmakefile): Also, use
5483         test ... && ... || : syntax rather than if-then ... fi.
5484
5485         gnumakefile: Don't double-quote-expand $(VPATH) value.
5486         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
5487
5488 2008-03-24  Eric Blake  <ebb9@byu.net>
5489
5490         Alter GNUmakefile to install into top directory.
5491         * modules/maintainer-makefile: Split, and add dependency...
5492         * modules/gnumakefile: to this new module.
5493         * build-aux/GNUmakefile: Move...
5494         * top/GNUmakefile: ...here.
5495         * build-aux/maint.mk: Move...
5496         * top/maint.mk: ...here.
5497         * MODULES.html.sh (Support for maintaining...): Document new
5498         module.
5499
5500 2008-03-23  Bruno Haible  <bruno@clisp.org>
5501
5502         * gnulib-tool: New options --vc-files, --no-vc-files.
5503         (func_usage): Document them.
5504         (vc_files): New variable.
5505         (func_import): Consider vc_files.
5506         (func_create_testdir): Set vc_files to empty.
5507         Suggested by Jim Meyering and Karl Berry.
5508
5509 2008-03-23  Bruno Haible  <bruno@clisp.org>
5510
5511         Fix regex compilation error on HP-UX 11.
5512         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
5513         * modules/regex (Files): Add m4/mbstate_t.m4.
5514         Reported by Ton Voon <ton.voon@altinity.com>.
5515
5516 2008-03-23  Bruno Haible  <bruno@clisp.org>
5517
5518         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
5519
5520 2008-03-23  Eric Blake  <ebb9@byu.net>
5521             Bruno Haible  <bruno@clisp.org>
5522
5523         Install files from top/ in the destination directory.
5524         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
5525         augmentation also for the files from top/.
5526         (func_import, func_create_testdir): Rewrite file names:
5527         top/filename -> filename.
5528
5529 2008-03-23  Bruno Haible  <bruno@clisp.org>
5530
5531         Tweak "gnulib --version" output.
5532         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
5533
5534 2008-03-23  Bruno Haible  <bruno@clisp.org>
5535
5536         Tweak "gnulib --version" output.
5537         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
5538         rather than contents of ChangeLog, when possible.
5539
5540 2008-03-21  Eric Blake  <ebb9@byu.net>
5541
5542         More --version tweaks.
5543         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
5544         date of last ChangeLog entry.
5545
5546 2008-03-21  Jim Meyering  <meyering@redhat.com>
5547
5548         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
5549
5550 2008-03-20  Eric Blake  <ebb9@byu.net>
5551
5552         VPATH fix.
5553         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
5554
5555 2008-03-20  Simon Josefsson  <simon@josefsson.org>
5556
5557         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
5558         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
5559
5560 2008-03-20  Eric Blake  <ebb9@byu.net>
5561
5562         Sync GNUmakefile with coreutils.
5563         * build-aux/GNUmakefile (have-Makefile): Rename...
5564         (_have-Makefile): ...to this, for namespace consideration.
5565         (GNUmakefile.cfg): Include, if present.
5566         (_autoreconf): Define a default.
5567         (_is-dist-target): New rule for rebuilds to pick up intra-release
5568         version.
5569         (maint-cfg.mk): Rename...
5570         (cfg.mk): ...to this.
5571
5572 2008-03-18  Jim Meyering  <meyering@redhat.com>
5573
5574         New script and module: mktempd
5575         * MODULES.html.sh (maint+release support): Add mktempd.
5576         * build-aux/mktempd: New file.
5577         * modules/mktempd: New file.
5578
5579 2008-03-15  Jim Meyering  <meyering@redhat.com>
5580
5581         Undo last change.
5582         * lib/sha1.c, lib/md5.c: 63 != ~63.
5583         Reported by Andreas Schwab.
5584
5585         sha1.c, md5.c: Hoist a redundant expression.
5586         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
5587         "ctx->buflen" only once, before calling *_process_block.
5588         * lib/md5.c (md5_process_bytes): Likewise.
5589
5590 2008-03-14  Eric Blake  <ebb9@byu.net>
5591
5592         Bump copyright year in files generated by gnulib-tool.
5593         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
5594         gnulib-tool, rather than hard-coding it.
5595
5596         Fix 'gnulib-tool --version' output to work with git.
5597         * gnulib-tool (func_gnulib_dir): New function, extracted from...
5598         (startup): ...here.
5599         (func_version): Use it to invoke git-version-gen, rather than
5600         relying on CVS keyword expansion.  Modernize wording.
5601         (cvsdatestamp, last_checkin_date, version): Kill unused
5602         variables.
5603
5604 2008-03-12  Jim Meyering  <meyering@redhat.com>
5605
5606         Recognize optional cast of the argument to free.
5607         * build-aux/useless-if-before-free: Update regexps.
5608
5609         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
5610
5611 2008-03-11  Bruno Haible  <bruno@clisp.org>
5612
5613         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
5614         by a single package.
5615         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
5616         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
5617         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
5618         Reported by Sam Steingold <sds@gnu.org>.
5619
5620 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
5621
5622         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
5623         repositories.
5624
5625 2008-03-11  Bruno Haible  <bruno@clisp.org>
5626
5627         Avoid conflicts between local macro definitions.
5628         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
5629         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
5630
5631 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
5632             Bruno Haible  <bruno@clisp.org>
5633
5634         Make va_copy work with some version of xlc on AIX 5.1.
5635         * lib/stdarg.in.h: New file.
5636         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
5637         On AIX, use a <stdarg.h> file substitute.
5638         * modules/stdarg (Files): Add lib/stdarg.in.h.
5639         (Depends-on): Add include_next.
5640         (Makefile.am): Build a stdarg.h substitute if requested.
5641         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
5642
5643 2008-03-10  Bruno Haible  <bruno@clisp.org>
5644
5645         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
5646         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
5647         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
5648
5649 2008-03-10  Bruno Haible  <bruno@clisp.org>
5650
5651         * modules/stdlib (Depends-on): Add include_next, remove
5652         absolute-header.
5653
5654 2008-03-09  Bruno Haible  <bruno@clisp.org>
5655
5656         * lib/freadahead.h (freadahead): Document more precisely.
5657         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
5658         the sum of both buffer sizes.
5659         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
5660         * NEWS: Document the change.
5661
5662 2008-03-09  Bruno Haible  <bruno@clisp.org>
5663
5664         Extend freadptr to return also the buffer size.
5665         * lib/freadptr.h (freadptr): Add sizep argument.
5666         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
5667         (freadptr): Add sizep argument. Determine buffer size like freadahead
5668         does.
5669         * tests/test-freadptr.c: Don't include freadahead.h.
5670         (main): Adapt for new calling convention of freadptr.
5671         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
5672         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
5673         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
5674         tests/test-freadptr2.sh.
5675         (Depends): Remove freadahead.
5676         (TESTS): Add test-freadptr2.sh.
5677         (check_PROGRAMS): Add test-freadptr2.
5678
5679 2008-03-09  Bruno Haible  <bruno@clisp.org>
5680
5681         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
5682         Report and solution by Simon Josefsson.
5683
5684 2008-03-06  Bruno Haible  <bruno@clisp.org>
5685
5686         Make fflush after ungetc work on BSD platforms.
5687         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
5688         * tests/test-fflush2.c: New file.
5689         * tests/test-fflush2.sh: New file.
5690         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
5691         tests/test-fflush2.c.
5692         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
5693         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
5694
5695 2008-03-06  Eric Blake  <ebb9@byu.net>
5696
5697         Likewise for ftello.
5698         * modules/ftello (Dependencies): Add extensions.
5699         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
5700
5701 2008-03-06  Bruno Haible  <bruno@clisp.org>
5702
5703         * modules/fseeko (Dependencies): Add extensions.
5704         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
5705         Needed on glibc systems.
5706
5707 2008-03-06  Bruno Haible  <bruno@clisp.org>
5708
5709         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
5710         email address.
5711         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
5712
5713 2008-03-06  Bruno Haible  <bruno@clisp.org>
5714
5715         * users.txt: Add libgnupdf.
5716
5717 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
5718
5719         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
5720         (Header File Substitutes, Function Substitutes,
5721         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
5722         (Build robot for gnulib): Fix typo.
5723
5724 2008-03-06  Bruno Haible  <bruno@clisp.org>
5725
5726         * doc/gnulib-tool.texi (VCS Issues): Small updates.
5727         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
5728
5729 2008-03-06  Bruno Haible  <bruno@clisp.org>
5730
5731         * doc/func.texi: New file, extracted from doc/gnulib.texi.
5732         * doc/gnulib.texi: Include it.
5733
5734 2008-03-06  Simon Josefsson  <simon@josefsson.org>
5735
5736         * modules/func (License): Change license to unlimited; there was
5737         no LGPL parts in the module anyway.
5738
5739 2008-03-06  Simon Josefsson  <simon@josefsson.org>
5740
5741         * modules/__func__: Renamed to modules/func.
5742         * modules/__func__-tests: Renamed to modules/func-tests.
5743         * tests/test-__func__.c: Renamed to tests/test-func.c.
5744         * m4/__func__.m4: Renamed to m4/func.m4.
5745         * doc/gnulib.texi (__func__): Section renamed to func.
5746         Suggested by Eric Blake <ebb9@byu.net>.
5747
5748 2008-03-06  Simon Josefsson  <simon@josefsson.org>
5749
5750         * doc/gnulib.texi (__func__): Use C99 terminology when talking
5751         about __func__.  Make example self-contained.  Suggested by Eric
5752         Blake <ebb9@byu.net>.
5753
5754         * tests/test-__func__.c (main): Avoid extraneous () around __func.
5755         Suggested by Eric Blake <ebb9@byu.net>.
5756
5757 2008-03-06  Simon Josefsson  <simon@josefsson.org>
5758
5759         * modules/__func__: New file.
5760         * modules/__func__-tests: New file.
5761         * tests/test-__func__.c: New file.
5762         * m4/__func__.m4: New file.
5763         * doc/gnulib.texi (__func__): Document __func__ module.
5764
5765 2008-03-05  Simon Josefsson  <simon@josefsson.org>
5766
5767         * modules/byteswap (License): Re-license as LGPLv2+.
5768
5769 2008-03-05  Simon Josefsson  <simon@josefsson.org>
5770
5771         * doc/Makefile: Add pdf target.
5772
5773 2008-03-05  Simon Josefsson  <simon@josefsson.org>
5774
5775         * modules/inline (License): Use 'unlimited', since there are only
5776         *.m4 files in this module.
5777
5778 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
5779             Bruno Haible  <bruno@clisp.org>
5780
5781         Add support for HP C 7.1 on OpenVMS 8.3.
5782         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
5783
5784 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
5785
5786         Update VMS specifics.
5787         * lib/getopt.c [VMS]: Remove include of unixlib.h.
5788
5789 2008-03-02  Jim Meyering  <meyering@redhat.com>
5790
5791         Remove the last dependency on the "free" module.
5792         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
5793         Reported by Bob Proulx.
5794
5795         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
5796
5797         Remove useless "if" tests before free.  Deprecate "free" module.
5798         * doc/posix-functions/free.texi: Mention that this
5799         module is no longer useful.
5800         * modules/free (Notice): Say this module is obsolete.
5801         * modules/readutmp (Depends-on): Remove free.
5802         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
5803         * lib/putenv.c (putenv): Likewise.
5804         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
5805         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
5806         * tests/test-c-strcasestr.c (main): Likewise.
5807         * tests/test-c-strstr.c (main): Likewise.
5808         * tests/test-mbscasestr1.c (main): Likewise.
5809         * tests/test-mbscasestr2.c (main): Likewise.
5810         * tests/test-mbsstr1.c (main): Likewise.
5811         * tests/test-mbsstr2.c (main): Likewise.
5812         * tests/test-memmem.c (main): Likewise.
5813         * tests/test-strcasestr.c (main): Likewise.
5814         * tests/test-striconv.c (main): Likewise.
5815         * tests/test-striconveh.c (main): Likewise.
5816         * tests/test-striconveha.c (main): Likewise.
5817         * tests/test-strstr.c (main): Likewise.
5818
5819         * build-aux/git-version-gen: Adjust a comment and the Usage string.
5820
5821         bootstrap: sync from coreutils again
5822         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
5823
5824 2008-03-01  Jim Meyering  <meyering@redhat.com>
5825
5826         bootstrap: sync from coreutils
5827         * build-aux/bootstrap (update_po_files): Copy a .po file into place
5828         also when the target doesn't exist.
5829
5830 2008-03-01  Eric Blake  <ebb9@byu.net>
5831
5832         Fix bugs in last patch.
5833         * lib/memchr2.c (memchr2): Fix typo.
5834         * tests/test-memchr2.c: Test previous bug, and don't use GNU
5835         extension.
5836         Reported by Bruce Korb.
5837
5838         New module 'memchr2'.
5839         * modules/memchr2: New file.
5840         * modules/memchr2-tests: Likewise.
5841         * lib/memchr2.h: Likewise.
5842         * lib/memchr2.c: Likewise, based on memchr.c.
5843         * tests/test-memchr2.c: New test.
5844         * MODULES.html.sh (String handling): Add memchr2.
5845
5846 2008-02-29  Bruno Haible  <bruno@clisp.org>
5847
5848         * modules/freadseek-tests: New file.
5849         * tests/test-freadseek.sh: New file.
5850         * tests/test-freadseek.c: New file.
5851
5852         New module 'freadseek'.
5853         * modules/freadseek: New file.
5854         * lib/freadseek.h: New file.
5855         * lib/freadseek.c: New file.
5856         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
5857
5858 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
5859
5860         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
5861         wydawca.
5862
5863         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
5864         program_invocation_name and program_invocation_short_name are
5865         present.
5866
5867 2008-02-28  Bruno Haible  <bruno@clisp.org>
5868
5869         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
5870         * tests/test-freadptr.sh: Also test non-seekable stdin.
5871
5872 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
5873
5874         * build-aux/bootstrap (source_base, m4_base)
5875         (doc_base, tests_base): New variables.
5876         (gnulib_tool_options): Do not hardcode base directories, use
5877         the above variables instead.
5878
5879 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
5880
5881         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
5882
5883 2008-02-28  Bruno Haible  <bruno@clisp.org>
5884
5885         * modules/freadptr-tests: New file.
5886         * tests/test-freadptr.sh: New file.
5887         * tests/test-freadptr.c: New file.
5888
5889         New module 'freadptr'.
5890         * modules/freadptr: New file.
5891         * lib/freadptr.h: New file.
5892         * lib/freadptr.c: New file.
5893         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
5894
5895 2008-02-26  Karl Berry  <karl@freefriends.org>
5896
5897         Sync from Libtool:
5898         * libltdl/argz.c (argz_add, argz_count): New functions.
5899         * libltdl/argz.in.h: Declare them.
5900         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
5901
5902 2008-02-22  Bruno Haible  <bruno@clisp.org>
5903
5904         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
5905         is a pointer type.  Needed for HP-UX 10.
5906         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
5907         * doc/posix-functions/gmtime_r.texi: Likewise.
5908         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
5909
5910 2008-02-24  Bruno Haible  <bruno@clisp.org>
5911
5912         * modules/environ-tests: New file.
5913         * tests/test-environ.c: New file.
5914
5915         New module 'environ'.
5916         * modules/environ: New file.
5917         * lib/unistd.in.h (environ): New declaration.
5918         * m4/environ.m4: New file.
5919         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
5920         after use.
5921         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
5922         HAVE_DECL_ENVIRON.
5923         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
5924         HAVE_DECL_ENVIRON.
5925         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
5926         wrong claim that 'environ' is missing on some systems.
5927         * modules/execute (Depends-on): Add environ.
5928         * lib/execute.c (environ): Remove fallback declaration.
5929         * modules/pipe (Depends-on): Add environ.
5930         * lib/pipe.c (environ): Remove fallback declaration.
5931         * modules/setenv (Depends-on): Add environ.
5932         * lib/setenv.c (environ): Remove fallback declaration.
5933         * modules/unsetenv (Depends-on): Add environ.
5934         * lib/unsetenv.c (environ): Remove fallback declaration.
5935         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
5936         m4/environ.m4.
5937         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
5938         (gl_PREREQ_UNSETENV): Likewise.
5939
5940 2008-02-24  Bruno Haible  <bruno@clisp.org>
5941
5942         * doc/posix-functions/environ.texi: Document the MacOS X problem.
5943
5944 2008-02-20  Bob Proulx  <bob@proulx.com>
5945
5946         Enable use of older two part flavor 'git describe'.
5947         * build-aux/git-version-gen: If using the older two part flavor of
5948         git version then recreate the third part now present in the
5949         newer three part flavor of git describe.
5950
5951 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
5952
5953         * lib/fts.c (fts_build): Typo correction to comment.
5954
5955 2008-02-17  Bruno Haible  <bruno@clisp.org>
5956
5957         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
5958         generating no-op conflicts.
5959
5960 2008-02-17  Bruno Haible  <bruno@clisp.org>
5961
5962         Speed up by 10%.
5963         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
5964         result_entries, rather than an index-based loop.
5965
5966 2008-02-17  Bruno Haible  <bruno@clisp.org>
5967
5968         Speed up by 25%.
5969         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
5970         'hashcode_cached'.
5971         (entry_create): New function.
5972         (entry_hashcode): Use the cached hashcode if possible.
5973         (read_changelog_file, try_split_merged_entry): Use entry_create.
5974
5975 2008-02-17  Bruno Haible  <bruno@clisp.org>
5976
5977         Speed up from O(n^2) to O(n) for long ChangeLog files.
5978         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
5979         (read_changelog_file): Change implementation of entries_reversed list
5980         to rbtreehash.
5981         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
5982
5983 2008-02-17  Bruno Haible  <bruno@clisp.org>
5984
5985         New option --split-merged-entry.
5986         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
5987         (find_paragraph_end, try_split_merged_entry): New functions.
5988         (long_options): Add option --split-merged-entry.
5989         (usage): Document option --split-merged-entry.
5990         (main): Implement option --split-merged-entry.
5991         Reported by Eric Blake.
5992
5993 2008-02-17  Bruno Haible  <bruno@clisp.org>
5994
5995         * lib/git-merge-changelog.c: Include c-strstr.h.
5996         (main): Support the "git pull --rebase" situation.
5997         * modules/git-merge-changelog (Depends-on): Add c-strstr.
5998         Reported by Eric Blake.
5999
6000 2008-02-16  Eric Blake  <ebb9@byu.net>
6001
6002         Avoid doubling \ in common case of "c-maybe" quoting style.
6003         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
6004         eliding outer quotes.
6005         * lib/quotearg.h: Document this.
6006         * tests/test-quotearg.c (result_strings, inputs, results_g)
6007         (flag_results, locale_results): Test it by adding a new string to
6008         each test group.
6009         (compare_strings): Test new string.
6010
6011 2008-02-13  Eric Blake  <ebb9@byu.net>
6012
6013         Avoid trigraph quoting in default output.
6014         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
6015         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
6016         unless explicitly requested.
6017         * tests/test-quotearg.c (flag_results, main): Add additional tests.
6018
6019 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
6020
6021         Don't rely on signed integer overflowing to negative value.
6022         * lib/getugroups.c (getugroups): Include <limits.h>.
6023         Instead, compare against INT_MAX, and increment only if the test passes.
6024
6025 2008-02-13  Jim Meyering  <meyering@redhat.com>
6026         and Eric Blake  <ebb9@byu.net>
6027
6028         Avoid shadowing warning and compile errors on Linux.
6029         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
6030         forwarding macros on Linux.
6031         (dcgettext): Define a stub, for Linux.
6032         (results_g, main): Avoid warnings.
6033
6034 2008-02-12  Eric Blake  <ebb9@byu.net>
6035
6036         Silence warning in last patch.
6037         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
6038
6039         Quotearg part 4: add tests, fix c-maybe colon quoting.
6040         * lib/quotearg.h: Improve documentation.
6041         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
6042         escapes when adding outer quotes.  When quoting trigraphs, use
6043         valid C notation.  When quoting NUL, omit extra characters if next
6044         character is not digit.  Alter prototype.
6045         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
6046         callers.
6047         * modules/quotearg-tests: New module.
6048         * tests/test-quotearg.c: New test.
6049
6050 2008-02-07  Eric Blake  <ebb9@byu.net>
6051
6052         Quotearg part 3: add flag to control outer quote elision.
6053         * lib/quotearg.h (c_maybe_quoting_style): New style.
6054         (enum quoting_flags): Better documentation of flags.
6055         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
6056         c-maybe style.
6057         (quotearg_buffer_restyled): Handle new flag to elide outer
6058         quotes.
6059
6060         Quotearg part 2: add flag that can control NUL elision.
6061         * lib/quotearg.h (set_quoting_flags): New prototype.
6062         * lib/quotearg.c (struct quoting_options): Add flag field.
6063         (set_quoting_flags): New function.
6064         (quotearg_buffer_restyled): Add flags parameter.
6065         (quotearg_alloc_mem): Set the flag if length cannot be returned.
6066         (quotearg_n_options): Set the flag, since length cannot be
6067         returned.
6068         (quoting_options_from_style): Default flags correctly.
6069
6070         Quotearg part 1: more wrappers, restore quotearg_char state.
6071         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
6072         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
6073         (quotearg_colon_mem): New wrappers.
6074         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
6075         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
6076         functions.
6077         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
6078         (quotearg_colon_mem): New functions.
6079
6080 2008-02-11  Bruno Haible  <bruno@clisp.org>
6081
6082         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
6083         library in the current directory: it does not work with parallel make.
6084         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6085
6086 2008-02-11  Bruno Haible  <bruno@clisp.org>
6087
6088         * .gitattributes: New file.
6089
6090 2008-02-11  Jim Meyering  <meyering@redhat.com>
6091
6092         useless-if-before-free: Fix reversed exit values.
6093         * build-aux/useless-if-before-free: Use correct values
6094         for EXIT_MATCH and EXIT_NO_MATCH.
6095
6096         * build-aux/useless-if-before-free: Close stdout carefully.
6097
6098 2008-02-10  Bruno Haible  <bruno@clisp.org>
6099
6100         New module 'git-merge-changelog'.
6101         * modules/git-merge-changelog: New file.
6102         * lib/git-merge-changelog.c: New file.
6103
6104 2008-02-10  Jim Meyering  <meyering@redhat.com>
6105
6106         useless-if-before-free: New option: --list (-l).
6107
6108         useless-if-before-free: Don't exit immediately upon open failure.
6109         * build-aux/useless-if-before-free: Exit 2 for errors.
6110         Upon failure to open a file, don't exit immediately.
6111         Rather, just warn and continue with any remaining files.
6112
6113 2008-02-10  Bruno Haible  <bruno@clisp.org>
6114
6115         New abstract list operation 'node_set_value'.
6116         * lib/gl_list.h (gl_list_node_set_value): New function.
6117         (struct gl_list_implementation): New field node_set_value.
6118         * lib/gl_list.c (gl_list_node_set_value): New function.
6119         * lib/gl_array_list.c (gl_array_node_set_value): New function.
6120         (gl_array_list_implementation): Update.
6121         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
6122         (gl_carray_list_implementation): Update.
6123         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
6124         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
6125         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
6126         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
6127         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
6128         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
6129         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
6130         Update.
6131         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
6132         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
6133         (gl_sublist_list_implementation): Update.
6134
6135 2008-02-10  Bruno Haible  <bruno@clisp.org>
6136
6137         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
6138         Needed when ELEMENT is #defined to 'some_type *'.
6139
6140 2008-02-10  Jim Meyering  <meyering@redhat.com>
6141
6142         New script and module: useless-if-before-free
6143         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
6144         * build-aux/useless-if-before-free: New file.
6145         * modules/useless-if-before-free: New file.
6146
6147         * build-aux/gitlog-to-changelog: Use committer date, not author date.
6148
6149         xstrtol_error: Fix typo.
6150         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
6151         s/exit_failure/exit_status/.
6152
6153 2008-02-09  Jim Meyering  <meyering@redhat.com>
6154
6155         New script and module: gitlog-to-changelog
6156         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
6157         * modules/gitlog-to-changelog: New file.
6158         * build-aux/gitlog-to-changelog: New file.
6159
6160 2008-02-08  Jim Meyering  <meyering@redhat.com>
6161
6162         Avoid two "parameter unused" warnings.
6163         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
6164         Mark "st" as used.
6165
6166         Use "git COMMAND", not "git-COMMAND".
6167         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
6168         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
6169         * build-aux/git-version-gen: Use "git status", not "git-status".
6170
6171 2008-02-07  Bruno Haible  <bruno@clisp.org>
6172
6173         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
6174         Avoids a crash on Windows Vista.
6175         Reported by Adam Strzelecki <ono@java.pl> via
6176         Simon Josefsson <simon@josefsson.org>.
6177
6178 2008-02-06  Bruno Haible  <bruno@clisp.org>
6179
6180         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
6181         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
6182         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
6183         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
6184         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
6185         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
6186         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
6187         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
6188         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6189         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6190         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6191         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6192         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6193         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6194         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6195         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
6196         left-adjust flag.
6197         * tests/test-snprintf-posix.h (test_function): Likewise.
6198         * tests/test-sprintf-posix.h (test_function): Likewise.
6199         * tests/test-vasprintf-posix.c (test_function): Likewise.
6200         * doc/posix-functions/fprintf.texi: Update.
6201         * doc/posix-functions/printf.texi: Update.
6202         * doc/posix-functions/snprintf.texi: Update.
6203         * doc/posix-functions/sprintf.texi: Update.
6204         * doc/posix-functions/vfprintf.texi: Update.
6205         * doc/posix-functions/vprintf.texi: Update.
6206         * doc/posix-functions/vsnprintf.texi: Update.
6207         * doc/posix-functions/vsprintf.texi: Update.
6208         Reported by Peter Fales <psfales@alcatel-lucent.com>.
6209
6210 2008-02-06  Bruno Haible  <bruno@clisp.org>
6211
6212         Fix bug introduced on 2008-01-26.
6213         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
6214
6215 2008-02-06  Bruno Haible  <bruno@clisp.org>
6216
6217         Fix bug introduced on 2007-06-10.
6218         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
6219         !NEED_PRINTF_FLAG_ZERO.
6220
6221 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
6222
6223         getloadavg: use libperfstat on AIX5
6224         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
6225
6226 2008-02-03  Bruno Haible  <bruno@clisp.org>
6227
6228         * lib/diffseq.h: Add comments about required #includes.
6229         Reported by Michael Biggs <gnulib@doubleplum.net>.
6230
6231 2008-02-01  Bruno Haible  <bruno@clisp.org>
6232
6233         * users.txt: Add gnuit.
6234
6235 2008-01-31  Bruno Haible  <bruno@clisp.org>
6236
6237         * lib/md4.c (set_uint32): Mark as inline.
6238         * lib/md5.c (set_uint32): Likewise.
6239         * lib/sha1.c (set_uint32): Likewise.
6240         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
6241         * m4/md5.m4 (gl_MD5): Likewise.
6242         * m4/sha1.m4 (gl_SHA1): Likewise.
6243
6244 2008-01-31  Jim Meyering  <meyering@redhat.com>
6245
6246         Use "sizeof VAR", rather than a literal "4".
6247         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
6248         * lib/md4.c (md4_read_ctx): Likewise.
6249         * lib/sha1.c (sha1_read_ctx): Likewise.
6250
6251 2008-01-31  Simon Josefsson  <simon@josefsson.org>
6252
6253         * tests/test-sha1.c: New file, based on test-md5.c.
6254
6255         * modules/crypto/sha1-tests: New file.
6256
6257 2008-01-31  Simon Josefsson  <simon@josefsson.org>
6258
6259         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
6260
6261 2008-01-31  Jim Meyering  <meyering@redhat.com>
6262
6263         Prefer "sizeof v" over the equivalent "4".
6264         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
6265         * lib/md5.c (set_uint32): Likewise.
6266         * lib/sha1.c (set_uint32): Likewise.
6267
6268 2008-01-31  Simon Josefsson  <simon@josefsson.org>
6269
6270         * lib/sha1.c (set_uint32): Mark function as static.
6271
6272 2008-01-31  Simon Josefsson  <simon@josefsson.org>
6273
6274         md2: clarify comments to say that alignment is not required.
6275         * lib/md2.h: Remove warning about alignment in comment.
6276         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
6277         never been required.
6278
6279 2008-01-31  Simon Josefsson  <simon@josefsson.org>
6280
6281         md4: adapt alignment constraint fix from sha1.
6282         * lib/md4.c (set_uint32): New function, from sha1.c
6283         (md4_read_ctx): Use it.
6284         (md4_finish_ctx): Doc fix.
6285         * lib/md4.h: Doc fix.
6286
6287 2008-01-31  Simon Josefsson  <simon@josefsson.org>
6288
6289         md5: adapt alignment constraint fix from sha1.
6290         * lib/md5.c (set_uint32): New function, from sha1.c
6291         (md5_read_ctx): Use it.
6292         (md5_finish_ctx): Doc fix.
6293         * lib/md5.h: Doc fix.
6294
6295 2008-01-30  Peter Palfrader  <weasel@debian.org>
6296
6297         sha1: remove the result buffer alignment constraint
6298         * lib/sha1.c (set_uint32): New function.
6299         (sha1_read_ctx): Rewrite to remove the result buffer alignment
6300         constraint.
6301         (sha1_finish_ctx): Remove comment warning about alignment constraint.
6302         * lib/sha1.h: Likewise.
6303
6304 2008-01-30  Andreas Schwab  <schwab@suse.de>
6305             Bruno Haible  <bruno@clisp.org>
6306
6307         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
6308         correct definition of LDBL_MIN_EXP.
6309
6310 2008-01-30  Karl Berry  <karl@gnu.org>
6311
6312         * config/srclist-update: try to preserve x bit on updates.
6313         * config/srclistvars.sh: update for karl.
6314
6315 2008-01-29  Jim Meyering  <meyering@redhat.com>
6316
6317         vasnprintf.c: Avoid warning about unused label
6318         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
6319         "overflow" label definition and associated code with the
6320         same cpp condition that guards the sole use of that label.
6321
6322 2008-01-26  Bruno Haible  <bruno@clisp.org>
6323
6324         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
6325         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
6326         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
6327         * lib/isnanl-nolibm.h (isnanl): Likewise.
6328         Reported by Paul Eggert <eggert@cs.ucla.edu>.
6329
6330 2008-01-26  Bruno Haible  <bruno@clisp.org>
6331
6332         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
6333         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
6334
6335 2008-01-26  Bruno Haible  <bruno@clisp.org>
6336
6337         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
6338         GCC >= 4.0 built-in.
6339         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
6340
6341 2008-01-26  Bruno Haible  <bruno@clisp.org>
6342
6343         Rename isnan, applicable to 'double' only, to isnand.
6344         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
6345         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
6346         (configure.ac): Update.
6347         (Include): Replace "isnan.h" with "isnand.h".
6348         * m4/isnand.m4: Renamed from m4/isnan.m4.
6349         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
6350         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
6351         instead of isnan.c.
6352         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
6353         instead of HAVE_ISNAN_IN_LIBC.
6354         (isnand): Renamed from isnan.
6355         * lib/isnand.c: New file.
6356         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
6357         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
6358         (Makefile.am): Update.
6359         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
6360         Include isnand.h instead of isnan.h.
6361         (main): Test isnand instead of isnan.
6362         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
6363         isnan-nolibm.
6364         * modules/frexp (Depends-on): Likewise.
6365         * modules/frexp-tests (Depends-on): Likewise.
6366         * modules/frexp-nolibm (Depends-on): Likewise.
6367         * modules/frexp-nolibm-tests (Depends-on): Likewise.
6368         * modules/isfinite (Depends-on): Likewise.
6369         * modules/round-tests (Depends-on): Likewise.
6370         * modules/signbit (Depends-on): Likewise.
6371         * modules/signbit-tests (Depends-on): Likewise.
6372         * modules/snprintf-posix (Depends-on): Likewise.
6373         * modules/sprintf-posix (Depends-on): Likewise.
6374         * modules/trunc-tests (Depends-on): Likewise.
6375         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
6376         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
6377         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
6378         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
6379         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
6380         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
6381         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
6382         * modules/vasnprintf-posix (Depends-on): Likewise.
6383         * modules/vasprintf-posix (Depends-on): Likewise.
6384         * modules/vfprintf-posix (Depends-on): Likewise.
6385         * modules/vsnprintf-posix (Depends-on): Likewise.
6386         * modules/vsprintf-posix (Depends-on): Likewise.
6387         * lib/frexp.c: Include isnand.h instead of isnan.h.
6388         (ISNAN): Set to isnand instead of isnan.
6389         * lib/isfinite.c: Include isnand.h instead of isnan.h.
6390         (gl_isfinited): Use isnand instead of isnan.
6391         * lib/signbitd.c: Include isnand.h instead of isnan.h.
6392         (gl_signbitd): Use isnand instead of isnan.
6393         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
6394         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
6395         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
6396         (main): Use isnand instead of isnan.
6397         * tests/test-round1.c: Include isnand.h.
6398         (main): Use isnand instead of isnan.
6399         * tests/test-round2.c: Include isnand.h instead of isnan.h.
6400         (ISNAN): Set to isnand instead of isnan.
6401         * tests/test-trunc1.c: Include isnand.h.
6402         (main): Use isnand instead of isnan.
6403         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
6404         (equal): Use isnand instead of isnan.
6405         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
6406         isnand-nolibm.
6407         * NEWS: Mention the change.
6408
6409 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
6410             Bruno Haible  <bruno@clisp.org>
6411
6412         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
6413         the GCC builtins for signbits are present and set
6414         REPLACE_SIGNBIT_USING_GCC if so.
6415         * lib/math.in.h (signbit): Define using GCC builtins if
6416         REPLACE_SIGNBIT_USING_GCC is set.
6417         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
6418         REPLACE_SIGNBIT_USING_GCC.
6419         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
6420
6421 2008-01-25  Jim Meyering  <meyering@redhat.com>
6422
6423         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
6424         * lib/poll.c: Include <config.h>, not "config.h".
6425         * tests/test-getaddrinfo.c: Likewise.
6426
6427 2008-01-25  Simon Josefsson  <simon@josefsson.org>
6428
6429         * modules/sockets-tests: New file.
6430
6431 2008-01-24  Simon Josefsson  <simon@josefsson.org>
6432
6433         * modules/sockets: New module, can be used to call WSA_Startup and
6434         WSA_Cleanup when needed.
6435
6436         * lib/sockets.h, lib/sockets.c: New files.
6437
6438         * m4/sockets.m4: New file.
6439
6440         * tests/test-sockets.c: New file.
6441
6442 2008-01-19  Bruno Haible  <bruno@clisp.org>
6443
6444         * doc/posix-headers: Renamed from doc/headers.
6445         * doc/posix-functions: Renamed from doc/functions.
6446         * doc/gnulib.texi: Update.
6447
6448 2008-01-19  Bruno Haible  <bruno@clisp.org>
6449
6450         * doc/glibc-functions/strcasestr.texi: Include contents of
6451         doc/functions/strcasestr.texi, fixing the list of platforms.
6452         * doc/functions/strcasestr.texi: Remove file.
6453
6454 2008-01-19  Bruno Haible  <bruno@clisp.org>
6455
6456         * doc/glibc-functions/memmem.texi: Include contents of
6457         doc/functions/memmem.texi.
6458         * doc/functions/memmem.texi: Remove file.
6459
6460 2008-01-18  Bruno Haible  <bruno@clisp.org>
6461
6462         * doc/glibc-functions/*.texi: New files.
6463         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
6464         to use the new files.
6465
6466 2008-01-17  Bruno Haible  <bruno@clisp.org>
6467
6468         * tests/test-gethostname.c (main): Fix printf statement.
6469
6470 2008-01-17  Simon Josefsson  <simon@josefsson.org>
6471
6472         * modules/gethostname-tests: New file.
6473
6474         * tests/test-gethostname.c: New file.
6475
6476 2008-01-17  Simon Josefsson  <simon@josefsson.org>
6477
6478         * lib/gethostname.c: Include string.h unconditionally, strncpy is
6479         used by the UNAME case.  Reported by Bruno Haible
6480         <bruno@clisp.org>.
6481
6482 2008-01-17  Eric Blake  <ebb9@byu.net>
6483
6484         Convert c-strcasestr to be more efficient.
6485         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
6486         (Depends-on): Add c-strcase, remove malloca, strnlen.
6487         * tests/test-c-strcasestr.c (main): Enhance test.
6488         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
6489
6490 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
6491
6492         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
6493         Use it in creating po/Makevars.
6494
6495 2008-01-15  Simon Josefsson  <simon@josefsson.org>
6496
6497         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
6498         Applications that requires it should initialize libgcrypt
6499         manually.
6500
6501 2008-01-16  Simon Josefsson  <simon@josefsson.org>
6502
6503         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
6504
6505 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
6506
6507         Fix problem with getdate on mingw32 reported by Simon Josefsson
6508         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
6509         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
6510         tzname", when deciding whether to declare tzname.
6511         * lib/strftime.c (tzname): Likewise.
6512
6513 2008-01-15  Bruno Haible  <bruno@clisp.org>
6514
6515         Work around a MacOS X 10.5 bug in frexpl().
6516         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
6517         * doc/functions/frexpl.texi: Document the bug.
6518         Reported by Elias Pipping <pipping@gentoo.org>.
6519
6520 2008-01-14  Eric Blake  <ebb9@byu.net>
6521
6522         Touch up previous patch.
6523         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
6524         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
6525
6526         Convert strcasestr module to use Two-Way algorithm.
6527         * modules/strcasestr-simple: New module, based on the old
6528         strcasestr, but with Two-Way rather than KMP.
6529         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
6530         * lib/string.in.h (rpl_strcasestr): Declare.
6531         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
6532         performance.
6533         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
6534         * modules/string (Makefile.am): Support strcasestr.
6535         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
6536         * modules/strcasestr-tests (Depends-on): Check for alarm.
6537         * tests/test-strcasestr.c: Augment test.
6538         * lib/str-two-way.h: Clean up stray macro.
6539         * NEWS: Document new module.
6540         * MODULES.html.sh (string handling): Likewise.
6541         * doc/functions/strcasestr.texi: New file.
6542         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
6543         here, since it is not a POSIX function.
6544
6545 2008-01-14  Colin Watson  <cjwatson@debian.org>
6546             Bruno Haible  <bruno@clisp.org>
6547
6548         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
6549         works fine; if not, set REPLACE_STRSIGNAL.
6550         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
6551         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6552         REPLACE_STRSIGNAL.
6553         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
6554         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
6555         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
6556
6557 2008-01-14  Bruno Haible  <bruno@clisp.org>
6558
6559         * modules/strsignal (Include): Change to <string.h>.
6560
6561 2008-01-14  Colin Watson  <cjwatson@debian.org>
6562
6563         * modules/argp (Notice): Add a notice recommending to change
6564         XGETTEXT_OPTIONS.
6565         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
6566
6567 2008-01-13  Colin Watson  <cjwatson@debian.org>
6568
6569         * modules/strsignal-tests: New file.
6570         * tests/test-strsignal.c: New file.
6571
6572         * lib/strsignal.c: New file, from glibc with modifications.
6573         * lib/siglist.h: New file, from glibc with modifications.
6574         * lib/string.in.h (strsignal): New declaration.
6575         * m4/strsignal.m4: New file.
6576         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6577         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
6578         * modules/strsignal: New file.
6579         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
6580         HAVE_DECL_STRSIGNAL.
6581
6582 2008-01-13  Bruno Haible  <bruno@clisp.org>
6583
6584         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
6585         locale encoding is not ASCII. Needed for OpenBSD 4.0.
6586         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
6587         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
6588
6589 2008-01-13  Bruno Haible  <bruno@clisp.org>
6590
6591         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
6592         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
6593         * lib/argp.h (__attribute__): Likewise.
6594         * lib/c-stack.c (__attribute__): Likewise.
6595         * lib/error.h (__attribute__): Likewise.
6596         * lib/fts.c (__attribute__): Likewise.
6597         * lib/openat.h (__attribute__): Likewise.
6598         * lib/stdio.in.h (__attribute__): Likewise.
6599         * lib/string.in.h (__attribute__): Likewise.
6600         * lib/utimens.c (__attribute__): Likewise.
6601         * lib/vasnprintf.h (__attribute__): Likewise.
6602         * lib/xalloc.h (__attribute__): Likewise.
6603         * lib/xprintf.h (__attribute__): Likewise.
6604         * lib/xstrtol.h (__attribute__): Likewise.
6605         * lib/xvasprintf.h (__attribute__): Likewise.
6606
6607 2008-01-12  Bruno Haible  <bruno@clisp.org>
6608
6609         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
6610         * doc/glibc-headers/a.out.texi: New file.
6611         * doc/glibc-headers/aliases.texi: New file.
6612         * doc/glibc-headers/alloca.texi: New file.
6613         * doc/glibc-headers/ar.texi: New file.
6614         * doc/glibc-headers/argp.texi: New file.
6615         * doc/glibc-headers/argz.texi: New file.
6616         * doc/glibc-headers/byteswap.texi: New file.
6617         * doc/glibc-headers/crypt.texi: New file.
6618         * doc/glibc-headers/endian.texi: New file.
6619         * doc/glibc-headers/envz.texi: New file.
6620         * doc/glibc-headers/err.texi: New file.
6621         * doc/glibc-headers/error.texi: New file.
6622         * doc/glibc-headers/execinfo.texi: New file.
6623         * doc/glibc-headers/fpu_control.texi: New file.
6624         * doc/glibc-headers/fstab.texi: New file.
6625         * doc/glibc-headers/fts.texi: New file.
6626         * doc/glibc-headers/getopt.texi: New file.
6627         * doc/glibc-headers/ieee754.texi: New file.
6628         * doc/glibc-headers/ifaddrs.texi: New file.
6629         * doc/glibc-headers/libintl.texi: New file.
6630         * doc/glibc-headers/mcheck.texi: New file.
6631         * doc/glibc-headers/mntent.texi: New file.
6632         * doc/glibc-headers/obstack.texi: New file.
6633         * doc/glibc-headers/paths.texi: New file.
6634         * doc/glibc-headers/printf.texi: New file.
6635         * doc/glibc-headers/pty.texi: New file.
6636         * doc/glibc-headers/resolv.texi: New file.
6637         * doc/glibc-headers/shadow.texi: New file.
6638         * doc/glibc-headers/sysexits.texi: New file.
6639         * doc/glibc-headers/ttyent.texi: New file.
6640
6641 2008-01-12  Jim Meyering  <meyering@redhat.com>
6642
6643         announce-gen: emit Gnulib's git-based version string.
6644         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
6645         New option --gnulib-version=V, where V is expected to be
6646         the output of running git describe in the gnulib directory.
6647         (get_tool_versions): Request feedback on xdelta.  I suspect it's
6648         not useful, and plan to stop publishing an xdelta file with each
6649         coreutils release.
6650
6651         * build-aux/announce-gen: Also check for lzma-compressed files.
6652
6653 2008-01-11  Bruno Haible  <bruno@clisp.org>
6654
6655         * tests/test-memmem.c (main): Increase maximum allowed time.
6656         * tests/test-strstr.c (main): Likewise.
6657
6658 2008-01-11  Bruno Haible  <bruno@clisp.org>
6659
6660         * doc/functions/memmem.texi: Add more precisions about platforms.
6661         * doc/functions/strstr.texi: Likewise.
6662
6663 2008-01-10  Eric Blake  <ebb9@byu.net>
6664
6665         * m4/strstr.m4: Delete cruft from copy-n-paste.
6666         Reported by Bruno Haible.
6667
6668 2008-01-10  Bruno Haible  <bruno@clisp.org>
6669
6670         Make c-strstr rely on strstr.
6671         * lib/c-strstr.c: Don't include str-kmp.h.
6672         (c_strstr): Define in terms of strstr.
6673         * modules/c-strstr (Files): Remove lib/str-kmp.h.
6674         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
6675
6676 2008-01-10  Bruno Haible  <bruno@clisp.org>
6677
6678         * doc/gnulib.texi (String Functions in C Locale): New section.
6679         * doc/c-ctype.texi: New file.
6680         * doc/c-strcase.texi: New file.
6681         * doc/c-strcaseeq.texi: New file.
6682         * doc/c-strcasestr.texi: New file.
6683         * doc/c-strstr.texi: New file.
6684         * doc/c-strtod.texi: New file.
6685         * doc/c-strtold.texi: New file.
6686
6687 2008-01-10  Eric Blake  <ebb9@byu.net>
6688
6689         * lib/relocatable.h: Fix a comment.
6690
6691 2008-01-10  Eric Blake  <ebb9@byu.net>
6692
6693         Share two-way algorithm.
6694         * lib/str-two-way.h: New file, merged from...
6695         * lib/memmem.c: ...here...
6696         * lib/strstr.c: ...and here.
6697         * modules/memmem (Files): Use it.
6698         * modules/strstr (Files): Likewise.
6699
6700         Avoid quadratic strstr implementations.
6701         * lib/strstr.c: New file.
6702         * m4/strstr.m4: Likewise.
6703         * modules/strstr: Likewise.
6704         * modules/strstr-tests: Likewise.
6705         * tests/test-strstr.c: Likewise.
6706         * lib/string.in.h (rpl_strstr): Declare.
6707         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
6708         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
6709         * modules/string (Makefile.am): Likewise.
6710         * MODULES.html.sh (string handling): Mention new module.
6711         * doc/functions/strstr.texi (strstr): Document the bug.
6712
6713 2008-01-10  Bruno Haible  <bruno@clisp.org>
6714
6715         * lib/relocatable.h (relocate): State whether result is freshly
6716         allocated or not.
6717         * lib/relocatable.c (relocate): Return a freshly allocated string
6718         instead of a pointer to a privately held string.
6719         Reported by Sylvain Beucler <beuc@gnu.org>.
6720
6721 2008-01-10  Colin Watson  <cjwatson@debian.org>
6722
6723         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
6724         s/S_ISNLK/S_ISLNK/.
6725
6726 2008-01-09  Bruno Haible  <bruno@clisp.org>
6727
6728         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
6729         and other files.
6730         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
6731         if it's only a guess.
6732         * modules/memmem: Simplify by depending on memmem-simple.
6733
6734 2008-01-09  Bruno Haible  <bruno@clisp.org>
6735
6736         Work around OpenBSD 4.0 tdelete() bug.
6737         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
6738         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
6739         macros and don't redefine the enum values.
6740         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
6741         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
6742         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
6743
6744 2008-01-09  Bruno Haible  <bruno@clisp.org>
6745
6746         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
6747         (main): Don't perform the tests if setlocale did not install a UTF-8
6748         locale. Needed on OpenBSD 4.0.
6749         * modules/wcwidth-tests (Depends-on): Add localcharset.
6750
6751 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
6752
6753         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
6754         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
6755         * NEWS: announce this.
6756         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
6757
6758 2008-01-09  Simon Josefsson  <simon@josefsson.org>
6759         and Eric Blake  <ebb9@byu.net>
6760
6761         Add memmem-simple module.
6762         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
6763         (gl_FUNC_MEMMEM): Separate performance from presence checks.
6764         * modules/memmem-simple: New file.
6765         * modules/memmem (Description): Tweak.
6766         * MODULES.html.sh (string handling): Mention new module.
6767         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
6768         addressed by memmem-simple.
6769         * NEWS: Document the difference.
6770
6771 2008-01-09  Eric Blake  <ebb9@byu.net>
6772
6773         Give gcc some memmem optimization hints.
6774         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
6775         (strcasestr): Declare as pure.
6776         * modules/memmem (Maintainer): Claim my implementation.
6777
6778 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6779
6780         Support AIX 6.1 and higher.
6781         * build-aux/config.libpath: Likewise.
6782         * build-aux/config.rpath: Likewise.
6783
6784 2008-01-08  Jim Meyering  <meyering@redhat.com>
6785             Bruno Haible  <bruno@clisp.org>
6786
6787         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
6788         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
6789         Reported by Peter Fales in
6790         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
6791
6792 2008-01-08  Bruno Haible  <bruno@clisp.org>
6793
6794         * modules/unictype/category-of (Depends-on): Add
6795         unictype/category-none.
6796         * modules/unictype/category-and-tests (Depends-on): Add
6797         unictype/category-{L,N,Lu,Nd}.
6798         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
6799         * modules/unictype/category-or-tests (Depends-on): Add
6800         unictype/category-{L,N}.
6801         * modules/unictype/category-name-tests (Depends-on): Add
6802         unictype/category-{Z,Nl}.
6803         Reported by Simon Josefsson.
6804
6805 2008-01-08  Bruno Haible  <bruno@clisp.org>
6806
6807         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
6808         convention better.
6809         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
6810         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
6811         Reported by Peter Miller <millerp@canb.auug.org.au>.
6812
6813 2008-01-08  Eric Blake  <ebb9@byu.net>
6814
6815         Rewrite memmem to guarantee linear complexity without malloc.
6816         * lib/memmem.c (memmem): Use Two-Way rather than
6817         Knuth-Morris-Pratt, to allow O(1) space usage.
6818         (critical_factorization, two_way_short_needle)
6819         (two_way_long_needle): New functions.
6820         (knuth_morris_pratt): Delete.
6821         * modules/memmem (Depends-on): No longer need malloca or stdbool.
6822         Add stdint.
6823         * tests/test-memmem.c (main): Add tests for periodic needle and
6824         sublinear performance.
6825         * doc/functions/memmem.texi (memmem): Document other deficiencies
6826         in cygwin and older glibc.
6827
6828 2008-01-08  Bruno Haible  <bruno@clisp.org>
6829
6830         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
6831         augmentation.
6832
6833 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
6834
6835         Add a configure time option: --disable-acl.
6836         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
6837         AC_ARG_ENABLE(acl).
6838
6839 2008-01-06  Simon Josefsson  <simon@josefsson.org>
6840
6841         * tests/test-localename.c: Don't include obsolete "setenv.h".
6842
6843         * modules/localename-tests (Depends-on): Need unsetenv.
6844
6845 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6846
6847         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
6848
6849 2008-01-06  Colin Watson  <cjwatson@debian.org>
6850
6851         * users.txt: Add man-db.
6852
6853 2008-01-07  Bruno Haible  <bruno@clisp.org>
6854
6855         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
6856         previous section name.
6857
6858 2008-01-07  Bruno Haible  <bruno@clisp.org>
6859
6860         * lib/progname.c (set_program_name): Don't strip off a leading
6861         "lt-" prefix outside a .libs directory.
6862         Suggested by Paul Eggert.
6863
6864 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
6865             Bruno Haible  <bruno@clisp.org>
6866
6867         Improve memory cleanup in 'relocatable' module.
6868         * lib/relocatable.h (compute_curr_prefix): Change return type to
6869         'char *'.
6870         * lib/relocatable.c (compute_curr_prefix): Change return type to
6871         'char *'. Free curr_installdir after use.
6872         (relocate): Free curr_prefix_better after use.
6873         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
6874
6875 2008-01-01  Bruno Haible  <bruno@clisp.org>
6876
6877         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
6878         failure on older glibc systems.
6879         Reported by Peter Fales <psfales@alcatel-lucent.com>.
6880
6881 2008-01-05  Eric Blake  <ebb9@byu.net>
6882
6883         Avoid quadratic system memmem.
6884         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
6885         Reported by Ralf Wildenhues.
6886
6887         Fix memmem test for mingw.
6888         * modules/memmem-tests (configure.ac): Check for alarm.
6889         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
6890         it.
6891         * doc/functions/memmem.texi: New file.
6892         * doc/gnulib.texi (Function Substitutes): Add memmem.
6893         Reported by Bruno Haible.
6894
6895 2008-01-04  Bruno Haible  <bruno@clisp.org>
6896
6897         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
6898         Require gl_HEADER_STRINGS_H_DEFAULTS, not
6899         gl_HEADER_STRING_H_DEFAULTS.
6900
6901 2008-01-04  Eric Blake  <ebb9@byu.net>
6902
6903         Shorten duration of memmem test.
6904         * tests/test-memmem.c (main): Use alarm to declare failure if test
6905         is taking too long.
6906         Reported by Ralf Wildenhues.
6907
6908 2007-12-21  Simon Josefsson  <simon@josefsson.org>
6909
6910         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
6911         string, needed by strerror.
6912
6913 2008-01-03  Colin Watson  <cjwatson@debian.org>
6914             Bruno Haible  <bruno@clisp.org>
6915
6916         * doc/gnulib-tool.texi (Localization): New section.
6917
6918 2008-01-02  Bruno Haible  <bruno@clisp.org>
6919
6920         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
6921         variables to 'unsigned char *' type.
6922         Reported by Paul Eggert.
6923
6924 2008-01-02  Jim Meyering  <jim@meyering.net>
6925
6926         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
6927
6928 2007-12-31  Jim Meyering  <jim@meyering.net>
6929
6930         Avoid use of private FTS type name.
6931         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
6932
6933 2007-12-30  Karl Berry  <karl@gnu.org>
6934
6935         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
6936         work around defect in Texinfo and/or the standalone Info browser.
6937
6938 2007-12-30  Bruno Haible  <bruno@clisp.org>
6939
6940         Unify 5 copies of the KMP code.
6941         * lib/str-kmp.h: New file.
6942         * lib/c-strcasestr.c: Include str-kmp.h.
6943         (knuth_morris_pratt): Remove function.
6944         (c_strcasestr): Update.
6945         * lib/c-strstr.c: Include str-kmp.h.
6946         (knuth_morris_pratt): Remove function.
6947         (c_strcasestr): Update.
6948         * lib/mbscasestr.c: Include str-kmp.h.
6949         (knuth_morris_pratt_unibyte): Remove function.
6950         * lib/mbsstr.c: Include str-kmp.h.
6951         (knuth_morris_pratt_unibyte): Remove function.
6952         * lib/strcasestr.c: Include str-kmp.h.
6953         (knuth_morris_pratt): Remove function.
6954         (strcasestr): Update.
6955         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
6956         * modules/c-strstr (Files): Likewise.
6957         * modules/mbscasestr (Files): Likewise.
6958         * modules/mbsstr (Files): Likewise.
6959         * modules/strcasestr (Files): Likewise.
6960         Suggested by Paul Eggert.
6961
6962 2007-12-30  Bruno Haible  <bruno@clisp.org>
6963
6964         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
6965         defined.
6966
6967 2007-12-30  Bruno Haible  <bruno@clisp.org>
6968
6969         * lib/xmalloca.h: Include xalloc.h.
6970         (xnmalloca): New macro.
6971
6972 2007-12-30  Bruno Haible  <bruno@clisp.org>
6973
6974         * lib/malloca.h (nmalloca): New macro.
6975         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
6976         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
6977         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
6978         knuth_morris_pratt_multibyte): Likewise.
6979         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
6980         knuth_morris_pratt_multibyte): Likewise.
6981         * lib/memmem.c (knuth_morris_pratt): Likewise.
6982         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
6983
6984 2007-12-25  Bruno Haible  <bruno@clisp.org>
6985
6986         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
6987         * lib/glob.c: Don't include openat.h.
6988         (link_exists2_p): Add back the code that deals with the
6989         !GLOB_ALTDIRFUNC case.
6990         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
6991         let it do the filename concatenation.
6992         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
6993         * modules/glob (Depends-on): Remove openat.
6994
6995 2007-12-31  Bruno Haible  <bruno@clisp.org>
6996
6997         * modules/dirfd (License): Change to LGPLv2+.
6998         Approved by Jim Meyering.
6999
7000 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
7001
7002         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
7003         when multiplying M by sizeof (size_t).
7004
7005 2007-12-10  Martin Lambers  <marlam@marlam.de>
7006
7007         Override getpagesize on mingw.
7008         * lib/getpagesize.c: New file.
7009         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
7010         * modules/getpagesize (Files): Add lib/getpagesize.c.
7011         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
7012         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
7013         REPLACE_GETPAGESIZE.
7014         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
7015
7016 2007-12-25  Bruno Haible  <bruno@clisp.org>
7017
7018         * modules/localcharset (Notice): New field.
7019         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
7020         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
7021
7022 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
7023             Bruno Haible  <bruno@clisp.org>
7024
7025         Avoid using the syntax symbol() in formatted documentation.
7026         * MODULES.html.sh (func_module): When replacing symbol() with a
7027         hyperlink, remove the parentheses. Show an error if some remain.
7028         Recognize and render the '...' syntax.
7029         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
7030         Rework. Add paragraph about GCC's inlining.
7031         * doc/alloca.texi: Likewise.
7032         * doc/error.texi: Remove parentheses from symbol reference.
7033         * doc/gnulib-intro.texi: Likewise.
7034         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
7035         * modules/fnmatch (Description): Reword to say "the ... function".
7036         * modules/full-read (Description): Likewise.
7037         * modules/full-write (Description): Likewise.
7038         * modules/safe-read (Description): Likewise.
7039         * modules/safe-write (Description): Likewise.
7040         * modules/strchrnul (Description): Likewise.
7041         * modules/trim (Description): Likewise.
7042         * modules/error (Description): Remove parentheses from symbol
7043         references.
7044         * modules/verror (Description): Likewise.
7045         Reported by Karl Berry.
7046
7047 2007-12-25  Bruno Haible  <bruno@clisp.org>
7048
7049         Fixup after 2007-10-16 commit.
7050         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
7051
7052 2007-12-24  Bruno Haible  <bruno@clisp.org>
7053
7054         Make --enable-relocatable work with DESTDIR.
7055         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
7056         to compute installdir from destprog.
7057         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
7058         also set the RELOC_DESTDIR variable.
7059         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
7060
7061 2007-12-24  Bruno Haible  <bruno@clisp.org>
7062
7063         Fix link error due to xalloc_die().
7064         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
7065         of xreadlink.
7066         * lib/relocwrapper.c: Update comments.
7067         * build-aux/install-reloc: Remove xreadlink.c from file list.
7068         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
7069         xreadlink.c.
7070         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
7071
7072 2007-12-24  Bruno Haible  <bruno@clisp.org>
7073
7074         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
7075         * lib/setenv.h: Remove file.
7076         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
7077         lib/setenv.h.
7078         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
7079         (Depends-on): Add stdlib.
7080         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
7081         gl_FUNC_UNSETENV.
7082         (Include): Replace setenv.h with <stdlib.h>.
7083         * modules/unsetenv: New file.
7084         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
7085         * lib/unsetenv.c: Include <stdlib.h> first.
7086         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
7087         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
7088         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
7089         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
7090         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
7091         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
7092         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
7093         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
7094         * doc/functions/unsetenv.texi: Update.
7095         * modules/xsetenv (Depends-on): Add unsetenv.
7096         * modules/getdate (Depends-on): Likewise.
7097         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
7098         * lib/xsetenv.c: Don't include setenv.h.
7099         * lib/getdate.y: Likewise.
7100         * lib/relocwrapper.c: Likewise.
7101         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
7102         (Depends-on): Add stdlib.
7103         * NEWS: Mention the changes.
7104         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
7105
7106 2007-12-23  Bruno Haible  <bruno@clisp.org>
7107
7108         * lib/memmem.c (memmem): Use lowercase variable names. Tab
7109         indentation.
7110
7111 2007-12-23  Bruno Haible  <bruno@clisp.org>
7112
7113         * lib/c-strcasestr.c: Add more comments.
7114         * lib/c-strstr.c: Likewise.
7115         * lib/mbscasestr.c: Likewise.
7116         * lib/mbsstr.c: Likewise.
7117         * lib/strcasestr.c: Likewise.
7118         * lib/memmem.c: Likewise.
7119
7120 2007-12-23  Bruno Haible  <bruno@clisp.org>
7121
7122         * tests/test-memmem.c: Include <string.h> first.
7123
7124 2007-12-22  Bruno Haible  <bruno@clisp.org>
7125
7126         * gnulib-tool (func_create_testdir): Change $auxdir while generating
7127         the contents of $testsbase.
7128         Reported by Ralf Wildenhues.
7129
7130 2007-12-22  Bruno Haible  <bruno@clisp.org>
7131
7132         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
7133         two variables local_ldadd_before, local_ldadd_last.
7134
7135 2007-12-20  Eric Blake  <ebb9@byu.net>
7136
7137         Work around circular library issue when cross-compiling.
7138         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
7139         that progname.o does not need to pull in rpl_memcmp.
7140
7141 2007-12-19  Eric Blake  <ebb9@byu.net>
7142
7143         Fix memmem to avoid O(n^2) worst-case complexity.
7144         * lib/memmem.c (knuth_morris_pratt): New function.
7145         (memmem): Use it if first few naive iterations fail.
7146         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
7147         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
7148         * modules/memchr (License): Likewise.
7149         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
7150         malloca.
7151         * tests/test-memmem.c: Rewrite, borrowing ideas from
7152         test-mbsstr1.c; the old version wouldn't even compile!
7153         * modules/memmem-tests: New file.
7154         * lib/string.in.h (rpl_memmem): Add declaration.
7155         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
7156         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
7157         REPLACE_MEMMEM.
7158
7159 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7160
7161         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
7162         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
7163         before any system include files, and undef after them all.  This
7164         should fix a problem on VMS reported by John E. Malmberg in
7165         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
7166
7167 2007-12-17  Eric Blake  <ebb9@byu.net>
7168
7169         Revert addition of verify, for BSD/OS.
7170         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
7171         can't handle large files, for the sake of obsolete platforms.
7172         * modules/fseeko (Depends-on): Remove verify.
7173         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
7174         * doc/functions/ftello.texi (ftello): Likewise.
7175         * doc/functions/fgetpos.texi (fgetpos): Likewise.
7176         Reported by Larry Jones.
7177
7178 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
7179
7180         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
7181         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
7182
7183 2007-12-17  Jim Meyering  <meyering@redhat.com>
7184
7185         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
7186         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
7187         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
7188         * modules/getcwd (Depends-on): Add openat.
7189         Reported by Petr Salinger.
7190
7191 2007-12-17  Bruno Haible  <bruno@clisp.org>
7192
7193         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
7194         avoid a segmentation fault of the configure test on x86_64 systems.
7195
7196 2007-12-15  Jim Meyering  <meyering@redhat.com>
7197
7198         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
7199
7200 2007-12-13  Eric Blake  <ebb9@byu.net>
7201
7202         Another fseek test.
7203         * tests/test-fseek.c (main): Also test ungetc handling.
7204         * tests/test-fseeko.c (main): Likewise.
7205         * modules/fseeko (Depends-on): Add verify.
7206         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
7207         large.
7208         Reported by Larry Jones.
7209
7210         Fix fseeko on mingw.
7211         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
7212         seek.
7213
7214         Beef up fseek tests.
7215         * tests/test-fseek.c (main): Also test eof handling.
7216         * tests/test-fseeko.c (main): Likewise.
7217         Reported by Larry Jones.
7218
7219 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
7220
7221         Fix fseeko on BSD-based platforms.
7222         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
7223         successful seek.
7224
7225 2007-12-12  Eric Blake  <ebb9@byu.net>
7226
7227         Allow circular dependency of separate libtests.a
7228         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
7229         when use_libtests.
7230
7231 2007-12-11  Eric Blake  <ebb9@byu.net>
7232
7233         Fix bug with -0.0L in previous patch.
7234         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
7235         * tests/test-isnan.c (main): Also test on zeroes.
7236         * tests/test-isnanf.c (main): Likewise.
7237         * tests/test-isnanl.h (main): Likewise.
7238
7239         Detect pseudo-denormals on x86 even when cross-compiling.
7240         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
7241         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
7242         invalid bit patterns that happen to satisfy ==.
7243
7244         Avoid link failures with separate libtests.a.
7245         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
7246         last, to satisfy circular dependencies.
7247
7248 2007-12-11  Eric Blake  <ebb9@byu.net>
7249         and Bruno Haible  <bruno@clisp.org>
7250
7251         Fix OpenBSD 4.0 <float.h> handling of long double.
7252         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
7253         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
7254         * doc/headers/float.texi (float.h): Document OpenBSD bug.
7255
7256 2007-12-11  Jim Meyering  <meyering@redhat.com>
7257
7258         * users.txt: Add libvirt.
7259
7260         Support versions of autoconf prior to 2.59c.
7261         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
7262         if it is not already defined.
7263
7264 2007-12-09  Bruno Haible  <bruno@clisp.org>
7265
7266         Let 'gnulib-tool --import' collect sources needed for the tests in
7267         tests/ rather than in lib/.
7268         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
7269         argument. If true, add rules to generate libtests.a, and put libtests.a
7270         into $(LDADD). Consider source files in subdirectories and set
7271         uses_subdirs.
7272         (func_emit_initmacro_start, func_emit_initmacro_end,
7273         func_emit_initmacro_done): Pass all arguments explicitly.
7274         (func_import): Determine two module lists main_modules,
7275         testsrelated_modules. Determine use_libtests. Determine two variables
7276         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
7277         instead of just sed_transform_lib_file. Determine two variables
7278         main_files and testsrelated_files. Compute 'files' as the union of
7279         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
7280         func_add_or_update. In the generated gnulib-comp.m4, collect the
7281         object files for tests/ in different variables than those for lib/.
7282         Substitute LIBTESTS_LIBDEPS.
7283         (func_create_testdir): Combine the uses_subdirs results from
7284         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
7285
7286 2007-12-09  Bruno Haible  <bruno@clisp.org>
7287
7288         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
7289         the build-aux directory.
7290
7291 2007-12-09  Bruno Haible  <bruno@clisp.org>
7292
7293         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
7294         introduced on 2006-09-09.
7295
7296 2007-12-07  Jim Meyering  <meyering@redhat.com>
7297
7298         Let these macros work also with autoconf-2.59.
7299         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
7300         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
7301         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
7302
7303 2007-12-06  Jim Meyering  <meyering@redhat.com>
7304
7305         Avoid a configure-time syntax error in gl_FUNC_ACL.
7306         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
7307         function in each branch, before testing the cache variable.
7308
7309 2007-12-04  Eric Blake  <ebb9@byu.net>
7310
7311         Make scripts executable.
7312         * build-aux/config.guess: Add execute permissions.
7313         * build-aux/config.sub: Likewise.
7314         * build-aux/gendocs.sh: Likewise.
7315
7316         Fix frexp on mingw.
7317         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
7318         cross-compiling.
7319         * doc/functions/frexp.texi (frexp): Document the bug.
7320
7321         Make cygwin fseeko check more reliable.
7322         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
7323         version numbers, rather than unrelated feature check.
7324         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
7325         * doc/functions/ftello.texi (ftello): Likewise.
7326         Reported by Bruno Haible.
7327
7328         * m4/strerror.m4: Bump version number.
7329
7330 2007-12-03  Bruno Haible  <bruno@clisp.org>
7331
7332         * doc/functions/mprotect.texi: Mention the mingw problem.
7333
7334 2007-12-03  Eric Blake  <ebb9@byu.net>
7335
7336         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
7337         REPLACE_STRERROR is initialized before this macro.
7338
7339 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
7340
7341         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
7342         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
7343         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
7344         put -lsec in even for programs other than 'ls'.  This fixes a problem
7345         for gettext reported by Bruno Haible in
7346         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
7347         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
7348         Add support for Solaris 10.  This isn't efficient, but should get the
7349         job done for now.
7350
7351 2007-12-03  James Youngman  <jay@gnu.org>
7352
7353         * doc/regexprops-generic.texi: change "an close-group" to "a
7354         close-group" and "illegal" to "not allowed".
7355
7356 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7357
7358         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
7359         pr_byname.h. Needed for the rare case when the maintainer has done
7360         "make maintainer-clean" in the source directory and then attempts a
7361         build outside the source directory.
7362         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
7363         scripts_byname.h.
7364
7365 2007-12-02  Martin Lambers <marlam@marlam.de>
7366             Bruno Haible  <bruno@clisp.org>
7367
7368         * lib/getpagesize.h: Remove file.
7369         * lib/unistd.in.h: Include declaration of getpagesize here.
7370         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
7371         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
7372         HAVE_SYS_PARAM_H.
7373         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
7374         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
7375         * modules/getpagesize (Files): Remove lib/getpagesize.h.
7376         (Depends-on): Add unistd.
7377         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
7378         (Include): Use <unistd.h> instead of getpagesize.h.
7379         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
7380         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
7381         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
7382         gl_GETPAGESIZE invocation, already handled by module dependency.
7383         * lib/pagealign_alloc.c: Don't include getpagesize.h.
7384
7385 2007-12-02  Bruno Haible  <bruno@clisp.org>
7386
7387         * modules/strings-tests: New file.
7388         * tests/test-strings.c: New file.
7389
7390         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
7391         * lib/strings.in.h: New file.
7392         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
7393         * m4/strings_h.m4: New file.
7394         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
7395         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
7396         * modules/strings: New file.
7397         * modules/string (Makefile.am): Update.
7398         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
7399         Reported by Karl Berry.
7400
7401 2007-12-01  Eric Blake  <ebb9@byu.net>
7402
7403         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
7404         accomodate fix in cygwin 1.5.25.
7405
7406 2007-12-01  Jim Meyering  <meyering@redhat.com>
7407
7408         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
7409         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
7410         that would inhibit utf8-optimization of a regexp containing line-
7411         or buffer-anchors, e.g., `^', `$'.
7412
7413 2007-11-30  Bruno Haible  <bruno@clisp.org>
7414
7415         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
7416         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
7417         glthread_recursive_lock_init.
7418         * lib/lock.c (glthread_recursive_lock_init)
7419         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
7420         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7421
7422 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
7423
7424         New function qset_acl, like set_acl but with syscall semantics.
7425         * lib/acl.h (qset_acl): New decl.
7426         * lib/acl.c (qset_acl): New function.
7427         (set_acl): Use new function.  Use more-consistent diagnostics.
7428
7429 2007-11-28  Jim Meyering  <meyering@redhat.com>
7430
7431         * modules/physmem (License): Change from GPL to LGPLv2+.
7432
7433 2007-11-26  Bruno Haible  <bruno@clisp.org>
7434
7435         * lib/vasnprintf.c (decode_long_double): Don't abort if the
7436         'long double' type has excess precision.
7437         Reported by Jim Meyering in
7438         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
7439
7440 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7441
7442         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
7443         Sync from <http://gnu.org/licenses>.
7444         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
7445         with license text from same location.
7446         * doc/maintain.texi, doc/standards.texi:  Sync from
7447         <http://savannah.gnu.org/projects/gnustandards>.
7448
7449 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
7450         and Jim Meyering  <meyering@redhat.com>
7451
7452         Adjust getdate' grammar to accept a slightly more regular language.
7453         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
7454         Before, the former was rejected.
7455         * lib/getdate.y (digits_to_date_time): New function, factored
7456         out of ...
7457         (number): ...here.  Just call digits_to_date_time.
7458         (hybrid): New non-terminal to handle an <unsigned number,
7459         signed relative offset> sequence consistently.
7460
7461 2007-11-18  Jim Meyering  <meyering@redhat.com>
7462
7463         Pull my changes from coreutils:
7464         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
7465         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
7466         use of $gnulib_tool_option_extras, so that it's separated from the
7467         preceding argument.
7468
7469         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
7470         * build-aux/bootstrap (cp_mark_as_generated): Create any required
7471         parent destination directories before copying a file into place.
7472
7473 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
7474
7475         bootstrap: work also with 4-argument variant of AC_INIT
7476         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
7477
7478 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
7479
7480         Port test-getaddrinfo to Solaris.
7481         Problem reported by Bruno Haible in
7482         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
7483         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
7484         explanation of setting 'hints'.
7485         Don't reject an implementation merely because it returns EAI_SERVICE.
7486         (EAI_SERVICE): Define to 0 if not defined.
7487
7488 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
7489
7490         The license of gnu-make and posix-shell is now "GPLed build tool".
7491         * modules/gnu-make (License): Likewise.
7492         * modules/posix-shell (License): Likewise.
7493
7494         New module posix-shell, for determining a POSIX shell
7495         or perhaps something that is close enough to a POSIX shell.
7496         * m4/posix-shell.m4: New file.
7497         * modules/posix-shell: New file.
7498
7499         * MODULES.html.sh: Mention new module.
7500
7501         New module gnu-make, for determining whether we're using GNU Make.
7502         * m4/gnu-make.m4: New file.
7503         * modules/gnu-make: New file.
7504         * MODULES.html.sh: Mention new module.
7505
7506 2007-11-14  Jim Meyering  <meyering@redhat.com>
7507
7508         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
7509         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
7510         use this macro to create a function _definition_.
7511         Remove useless "#undef ARGMATCH_DIE".
7512
7513 2007-11-14  Bruno Haible  <bruno@clisp.org>
7514
7515         * lib/config.charset: Update for OpenBSD 4.1.
7516         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
7517
7518 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
7519
7520         Document 64-bit #if problems in stdint.texi.
7521         * doc/headers/stdint.texi (stdint.h): Mention problems with
7522         64-bit-#if, and how to work around them.
7523
7524         Don't insist on 'long long int' support in the preprocessor.  It
7525         breaks too many things.  For example, PRIdMAX still uses a 'long
7526         long int' format with the latest Sun compiler, even though
7527         HAVE_LONG_LONG_INT isn't defined due to that compiler's
7528         preprocessor problem.  This causes the latest coreutils to dump
7529         core on Solaris 10 sparc with the Sun C compiler.
7530         Instead, fix the 2007-10-16 problem in a different way, by evaluating
7531         the troublesome expressions at configure-time, not at #if-time.
7532         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
7533         preprocessor.
7534         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
7535         compile-time C checks, done at 'configure'-time.
7536         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
7537         * modules/inttypes (Makefile): Substitute the new symbols that
7538         gl_INTTYPES_H now generates.
7539         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
7540
7541 2007-11-12  Bruno Haible  <bruno@clisp.org>
7542
7543         Tests for Unicode character classification functions.
7544
7545         * modules/unictype/bidicategory-byname-tests: New file.
7546         * modules/unictype/bidicategory-name-tests: New file.
7547         * modules/unictype/bidicategory-of-tests: New file.
7548         * modules/unictype/bidicategory-test-tests: New file.
7549         * modules/unictype/block-list-tests: New file.
7550         * modules/unictype/block-of-tests: New file.
7551         * modules/unictype/block-test-tests: New file.
7552         * modules/unictype/category-C-tests: New file.
7553         * modules/unictype/category-Cc-tests: New file.
7554         * modules/unictype/category-Cf-tests: New file.
7555         * modules/unictype/category-Cn-tests: New file.
7556         * modules/unictype/category-Co-tests: New file.
7557         * modules/unictype/category-Cs-tests: New file.
7558         * modules/unictype/category-L-tests: New file.
7559         * modules/unictype/category-Ll-tests: New file.
7560         * modules/unictype/category-Lm-tests: New file.
7561         * modules/unictype/category-Lo-tests: New file.
7562         * modules/unictype/category-Lt-tests: New file.
7563         * modules/unictype/category-Lu-tests: New file.
7564         * modules/unictype/category-M-tests: New file.
7565         * modules/unictype/category-Mc-tests: New file.
7566         * modules/unictype/category-Me-tests: New file.
7567         * modules/unictype/category-Mn-tests: New file.
7568         * modules/unictype/category-N-tests: New file.
7569         * modules/unictype/category-Nd-tests: New file.
7570         * modules/unictype/category-Nl-tests: New file.
7571         * modules/unictype/category-No-tests: New file.
7572         * modules/unictype/category-P-tests: New file.
7573         * modules/unictype/category-Pc-tests: New file.
7574         * modules/unictype/category-Pd-tests: New file.
7575         * modules/unictype/category-Pe-tests: New file.
7576         * modules/unictype/category-Pf-tests: New file.
7577         * modules/unictype/category-Pi-tests: New file.
7578         * modules/unictype/category-Po-tests: New file.
7579         * modules/unictype/category-Ps-tests: New file.
7580         * modules/unictype/category-S-tests: New file.
7581         * modules/unictype/category-Sc-tests: New file.
7582         * modules/unictype/category-Sk-tests: New file.
7583         * modules/unictype/category-Sm-tests: New file.
7584         * modules/unictype/category-So-tests: New file.
7585         * modules/unictype/category-Z-tests: New file.
7586         * modules/unictype/category-Zl-tests: New file.
7587         * modules/unictype/category-Zp-tests: New file.
7588         * modules/unictype/category-Zs-tests: New file.
7589         * modules/unictype/category-and-not-tests: New file.
7590         * modules/unictype/category-and-tests: New file.
7591         * modules/unictype/category-byname-tests: New file.
7592         * modules/unictype/category-name-tests: New file.
7593         * modules/unictype/category-none-tests: New file.
7594         * modules/unictype/category-of-tests: New file.
7595         * modules/unictype/category-or-tests: New file.
7596         * modules/unictype/category-test-withtable-tests: New file.
7597         * modules/unictype/combining-class-tests: New file.
7598         * modules/unictype/ctype-alnum-tests: New file.
7599         * modules/unictype/ctype-alpha-tests: New file.
7600         * modules/unictype/ctype-blank-tests: New file.
7601         * modules/unictype/ctype-cntrl-tests: New file.
7602         * modules/unictype/ctype-digit-tests: New file.
7603         * modules/unictype/ctype-graph-tests: New file.
7604         * modules/unictype/ctype-lower-tests: New file.
7605         * modules/unictype/ctype-print-tests: New file.
7606         * modules/unictype/ctype-punct-tests: New file.
7607         * modules/unictype/ctype-space-tests: New file.
7608         * modules/unictype/ctype-upper-tests: New file.
7609         * modules/unictype/ctype-xdigit-tests: New file.
7610         * modules/unictype/decimal-digit-tests: New file.
7611         * modules/unictype/digit-tests: New file.
7612         * modules/unictype/mirror-tests: New file.
7613         * modules/unictype/numeric-tests: New file.
7614         * modules/unictype/property-alphabetic-tests: New file.
7615         * modules/unictype/property-ascii-hex-digit-tests: New file.
7616         * modules/unictype/property-bidi-arabic-digit-tests: New file.
7617         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
7618         * modules/unictype/property-bidi-block-separator-tests: New file.
7619         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
7620         * modules/unictype/property-bidi-common-separator-tests: New file.
7621         * modules/unictype/property-bidi-control-tests: New file.
7622         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
7623         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
7624         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
7625         * modules/unictype/property-bidi-european-digit-tests: New file.
7626         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
7627         * modules/unictype/property-bidi-left-to-right-tests: New file.
7628         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
7629         * modules/unictype/property-bidi-other-neutral-tests: New file.
7630         * modules/unictype/property-bidi-pdf-tests: New file.
7631         * modules/unictype/property-bidi-segment-separator-tests: New file.
7632         * modules/unictype/property-bidi-whitespace-tests: New file.
7633         * modules/unictype/property-byname-tests: New file.
7634         * modules/unictype/property-combining-tests: New file.
7635         * modules/unictype/property-composite-tests: New file.
7636         * modules/unictype/property-currency-symbol-tests: New file.
7637         * modules/unictype/property-dash-tests: New file.
7638         * modules/unictype/property-decimal-digit-tests: New file.
7639         * modules/unictype/property-default-ignorable-code-point-tests: New file.
7640         * modules/unictype/property-deprecated-tests: New file.
7641         * modules/unictype/property-diacritic-tests: New file.
7642         * modules/unictype/property-extender-tests: New file.
7643         * modules/unictype/property-format-control-tests: New file.
7644         * modules/unictype/property-grapheme-base-tests: New file.
7645         * modules/unictype/property-grapheme-extend-tests: New file.
7646         * modules/unictype/property-grapheme-link-tests: New file.
7647         * modules/unictype/property-hex-digit-tests: New file.
7648         * modules/unictype/property-hyphen-tests: New file.
7649         * modules/unictype/property-id-continue-tests: New file.
7650         * modules/unictype/property-id-start-tests: New file.
7651         * modules/unictype/property-ideographic-tests: New file.
7652         * modules/unictype/property-ids-binary-operator-tests: New file.
7653         * modules/unictype/property-ids-trinary-operator-tests: New file.
7654         * modules/unictype/property-ignorable-control-tests: New file.
7655         * modules/unictype/property-iso-control-tests: New file.
7656         * modules/unictype/property-join-control-tests: New file.
7657         * modules/unictype/property-left-of-pair-tests: New file.
7658         * modules/unictype/property-line-separator-tests: New file.
7659         * modules/unictype/property-logical-order-exception-tests: New file.
7660         * modules/unictype/property-lowercase-tests: New file.
7661         * modules/unictype/property-math-tests: New file.
7662         * modules/unictype/property-non-break-tests: New file.
7663         * modules/unictype/property-not-a-character-tests: New file.
7664         * modules/unictype/property-numeric-tests: New file.
7665         * modules/unictype/property-other-alphabetic-tests: New file.
7666         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
7667         * modules/unictype/property-other-grapheme-extend-tests: New file.
7668         * modules/unictype/property-other-id-continue-tests: New file.
7669         * modules/unictype/property-other-id-start-tests: New file.
7670         * modules/unictype/property-other-lowercase-tests: New file.
7671         * modules/unictype/property-other-math-tests: New file.
7672         * modules/unictype/property-other-uppercase-tests: New file.
7673         * modules/unictype/property-paired-punctuation-tests: New file.
7674         * modules/unictype/property-paragraph-separator-tests: New file.
7675         * modules/unictype/property-pattern-syntax-tests: New file.
7676         * modules/unictype/property-pattern-white-space-tests: New file.
7677         * modules/unictype/property-private-use-tests: New file.
7678         * modules/unictype/property-punctuation-tests: New file.
7679         * modules/unictype/property-quotation-mark-tests: New file.
7680         * modules/unictype/property-radical-tests: New file.
7681         * modules/unictype/property-sentence-terminal-tests: New file.
7682         * modules/unictype/property-soft-dotted-tests: New file.
7683         * modules/unictype/property-space-tests: New file.
7684         * modules/unictype/property-terminal-punctuation-tests: New file.
7685         * modules/unictype/property-test-tests: New file.
7686         * modules/unictype/property-titlecase-tests: New file.
7687         * modules/unictype/property-unassigned-code-value-tests: New file.
7688         * modules/unictype/property-unified-ideograph-tests: New file.
7689         * modules/unictype/property-uppercase-tests: New file.
7690         * modules/unictype/property-variation-selector-tests: New file.
7691         * modules/unictype/property-white-space-tests: New file.
7692         * modules/unictype/property-xid-continue-tests: New file.
7693         * modules/unictype/property-xid-start-tests: New file.
7694         * modules/unictype/property-zero-width-tests: New file.
7695         * modules/unictype/scripts-tests: New file.
7696         * modules/unictype/syntax-c-ident-tests: New file.
7697         * modules/unictype/syntax-c-whitespace-tests: New file.
7698         * modules/unictype/syntax-java-ident-tests: New file.
7699         * modules/unictype/syntax-java-whitespace-tests: New file.
7700         * tests/unictype/test-bidi_byname.c: New file.
7701         * tests/unictype/test-bidi_name.c: New file.
7702         * tests/unictype/test-bidi_of.c: New file.
7703         * tests/unictype/test-bidi_test.c: New file.
7704         * tests/unictype/test-block_list.c: New file.
7705         * tests/unictype/test-block_of.c: New file.
7706         * tests/unictype/test-block_test.c: New file.
7707         * tests/unictype/test-categ_and.c: New file.
7708         * tests/unictype/test-categ_and_not.c: New file.
7709         * tests/unictype/test-categ_byname.c: New file.
7710         * tests/unictype/test-categ_name.c: New file.
7711         * tests/unictype/test-categ_none.c: New file.
7712         * tests/unictype/test-categ_of.c: New file.
7713         * tests/unictype/test-categ_or.c: New file.
7714         * tests/unictype/test-categ_test_withtable.c: New file.
7715         * tests/unictype/test-combining.c: New file.
7716         * tests/unictype/test-decdigit.c: New file.
7717         * tests/unictype/test-digit.c: New file.
7718         * tests/unictype/test-mirror.c: New file.
7719         * tests/unictype/test-numeric.c: New file.
7720         * tests/unictype/test-pr_byname.c: New file.
7721         * tests/unictype/test-pr_test.c: New file.
7722         * tests/unictype/test-predicate-part1.h: New file.
7723         * tests/unictype/test-predicate-part2.h: New file.
7724         * tests/unictype/test-scripts.c: New file.
7725         * tests/unictype/test-sy_c_ident.c: New file.
7726         * tests/unictype/test-sy_java_ident.c: New file.
7727
7728         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
7729         for Unicode 5.0.0.
7730         * tests/unictype/test-categ_Cc.c: Likewise.
7731         * tests/unictype/test-categ_Cf.c: Likewise.
7732         * tests/unictype/test-categ_Cn.c: Likewise.
7733         * tests/unictype/test-categ_Co.c: Likewise.
7734         * tests/unictype/test-categ_Cs.c: Likewise.
7735         * tests/unictype/test-categ_L.c: Likewise.
7736         * tests/unictype/test-categ_Ll.c: Likewise.
7737         * tests/unictype/test-categ_Lm.c: Likewise.
7738         * tests/unictype/test-categ_Lo.c: Likewise.
7739         * tests/unictype/test-categ_Lt.c: Likewise.
7740         * tests/unictype/test-categ_Lu.c: Likewise.
7741         * tests/unictype/test-categ_M.c: Likewise.
7742         * tests/unictype/test-categ_Mc.c: Likewise.
7743         * tests/unictype/test-categ_Me.c: Likewise.
7744         * tests/unictype/test-categ_Mn.c: Likewise.
7745         * tests/unictype/test-categ_N.c: Likewise.
7746         * tests/unictype/test-categ_Nd.c: Likewise.
7747         * tests/unictype/test-categ_Nl.c: Likewise.
7748         * tests/unictype/test-categ_No.c: Likewise.
7749         * tests/unictype/test-categ_P.c: Likewise.
7750         * tests/unictype/test-categ_Pc.c: Likewise.
7751         * tests/unictype/test-categ_Pd.c: Likewise.
7752         * tests/unictype/test-categ_Pe.c: Likewise.
7753         * tests/unictype/test-categ_Pf.c: Likewise.
7754         * tests/unictype/test-categ_Pi.c: Likewise.
7755         * tests/unictype/test-categ_Po.c: Likewise.
7756         * tests/unictype/test-categ_Ps.c: Likewise.
7757         * tests/unictype/test-categ_S.c: Likewise.
7758         * tests/unictype/test-categ_Sc.c: Likewise.
7759         * tests/unictype/test-categ_Sk.c: Likewise.
7760         * tests/unictype/test-categ_Sm.c: Likewise.
7761         * tests/unictype/test-categ_So.c: Likewise.
7762         * tests/unictype/test-categ_Z.c: Likewise.
7763         * tests/unictype/test-categ_Zl.c: Likewise.
7764         * tests/unictype/test-categ_Zp.c: Likewise.
7765         * tests/unictype/test-categ_Zs.c: Likewise.
7766         * tests/unictype/test-ctype_alnum.c: Likewise.
7767         * tests/unictype/test-ctype_alpha.c: Likewise.
7768         * tests/unictype/test-ctype_blank.c: Likewise.
7769         * tests/unictype/test-ctype_cntrl.c: Likewise.
7770         * tests/unictype/test-ctype_digit.c: Likewise.
7771         * tests/unictype/test-ctype_graph.c: Likewise.
7772         * tests/unictype/test-ctype_lower.c: Likewise.
7773         * tests/unictype/test-ctype_print.c: Likewise.
7774         * tests/unictype/test-ctype_punct.c: Likewise.
7775         * tests/unictype/test-ctype_space.c: Likewise.
7776         * tests/unictype/test-ctype_upper.c: Likewise.
7777         * tests/unictype/test-ctype_xdigit.c: Likewise.
7778         * tests/unictype/test-decdigit.h: Likewise.
7779         * tests/unictype/test-digit.h: Likewise.
7780         * tests/unictype/test-numeric.h: Likewise.
7781         * tests/unictype/test-pr_alphabetic.c: Likewise.
7782         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
7783         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
7784         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
7785         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
7786         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
7787         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
7788         * tests/unictype/test-pr_bidi_control.c: Likewise.
7789         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
7790         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
7791         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
7792         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
7793         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
7794         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
7795         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
7796         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
7797         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
7798         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
7799         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
7800         * tests/unictype/test-pr_combining.c: Likewise.
7801         * tests/unictype/test-pr_composite.c: Likewise.
7802         * tests/unictype/test-pr_currency_symbol.c: Likewise.
7803         * tests/unictype/test-pr_dash.c: Likewise.
7804         * tests/unictype/test-pr_decimal_digit.c: Likewise.
7805         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
7806         * tests/unictype/test-pr_deprecated.c: Likewise.
7807         * tests/unictype/test-pr_diacritic.c: Likewise.
7808         * tests/unictype/test-pr_extender.c: Likewise.
7809         * tests/unictype/test-pr_format_control.c: Likewise.
7810         * tests/unictype/test-pr_grapheme_base.c: Likewise.
7811         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
7812         * tests/unictype/test-pr_grapheme_link.c: Likewise.
7813         * tests/unictype/test-pr_hex_digit.c: Likewise.
7814         * tests/unictype/test-pr_hyphen.c: Likewise.
7815         * tests/unictype/test-pr_id_continue.c: Likewise.
7816         * tests/unictype/test-pr_id_start.c: Likewise.
7817         * tests/unictype/test-pr_ideographic.c: Likewise.
7818         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
7819         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
7820         * tests/unictype/test-pr_ignorable_control.c: Likewise.
7821         * tests/unictype/test-pr_iso_control.c: Likewise.
7822         * tests/unictype/test-pr_join_control.c: Likewise.
7823         * tests/unictype/test-pr_left_of_pair.c: Likewise.
7824         * tests/unictype/test-pr_line_separator.c: Likewise.
7825         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
7826         * tests/unictype/test-pr_lowercase.c: Likewise.
7827         * tests/unictype/test-pr_math.c: Likewise.
7828         * tests/unictype/test-pr_non_break.c: Likewise.
7829         * tests/unictype/test-pr_not_a_character.c: Likewise.
7830         * tests/unictype/test-pr_numeric.c: Likewise.
7831         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
7832         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
7833         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
7834         * tests/unictype/test-pr_other_id_continue.c: Likewise.
7835         * tests/unictype/test-pr_other_id_start.c: Likewise.
7836         * tests/unictype/test-pr_other_lowercase.c: Likewise.
7837         * tests/unictype/test-pr_other_math.c: Likewise.
7838         * tests/unictype/test-pr_other_uppercase.c: Likewise.
7839         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
7840         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
7841         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
7842         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
7843         * tests/unictype/test-pr_private_use.c: Likewise.
7844         * tests/unictype/test-pr_punctuation.c: Likewise.
7845         * tests/unictype/test-pr_quotation_mark.c: Likewise.
7846         * tests/unictype/test-pr_radical.c: Likewise.
7847         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
7848         * tests/unictype/test-pr_soft_dotted.c: Likewise.
7849         * tests/unictype/test-pr_space.c: Likewise.
7850         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
7851         * tests/unictype/test-pr_titlecase.c: Likewise.
7852         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
7853         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
7854         * tests/unictype/test-pr_uppercase.c: Likewise.
7855         * tests/unictype/test-pr_variation_selector.c: Likewise.
7856         * tests/unictype/test-pr_white_space.c: Likewise.
7857         * tests/unictype/test-pr_xid_continue.c: Likewise.
7858         * tests/unictype/test-pr_xid_start.c: Likewise.
7859         * tests/unictype/test-pr_zero_width.c: Likewise.
7860         * tests/unictype/test-sy_c_whitespace.c: Likewise.
7861         * tests/unictype/test-sy_java_whitespace.c: Likewise.
7862
7863 2007-11-12  Bruno Haible  <bruno@clisp.org>
7864
7865         Unicode character classification functions.
7866         * lib/unictype.h: New file.
7867         * modules/unictype/base: New file.
7868         * modules/unictype/category-L: New file.
7869         * modules/unictype/category-Lu: New file.
7870         * modules/unictype/category-Ll: New file.
7871         * modules/unictype/category-Lt: New file.
7872         * modules/unictype/category-Lm: New file.
7873         * modules/unictype/category-Lo: New file.
7874         * modules/unictype/category-M: New file.
7875         * modules/unictype/category-Mn: New file.
7876         * modules/unictype/category-Mc: New file.
7877         * modules/unictype/category-Me: New file.
7878         * modules/unictype/category-N: New file.
7879         * modules/unictype/category-Nd: New file.
7880         * modules/unictype/category-Nl: New file.
7881         * modules/unictype/category-No: New file.
7882         * modules/unictype/category-P: New file.
7883         * modules/unictype/category-Pc: New file.
7884         * modules/unictype/category-Pd: New file.
7885         * modules/unictype/category-Ps: New file.
7886         * modules/unictype/category-Pe: New file.
7887         * modules/unictype/category-Pi: New file.
7888         * modules/unictype/category-Pf: New file.
7889         * modules/unictype/category-Po: New file.
7890         * modules/unictype/category-S: New file.
7891         * modules/unictype/category-Sm: New file.
7892         * modules/unictype/category-Sc: New file.
7893         * modules/unictype/category-Sk: New file.
7894         * modules/unictype/category-So: New file.
7895         * modules/unictype/category-Z: New file.
7896         * modules/unictype/category-Zs: New file.
7897         * modules/unictype/category-Zl: New file.
7898         * modules/unictype/category-Zp: New file.
7899         * modules/unictype/category-C: New file.
7900         * modules/unictype/category-Cc: New file.
7901         * modules/unictype/category-Cf: New file.
7902         * modules/unictype/category-Cs: New file.
7903         * modules/unictype/category-Co: New file.
7904         * modules/unictype/category-Cn: New file.
7905         * modules/unictype/category-or: New file.
7906         * modules/unictype/category-of: New file.
7907         * modules/unictype/category-test: New file.
7908         * modules/unictype/category-test-withtable: New file.
7909         * modules/unictype/category-byname: New file.
7910         * modules/unictype/category-none: New file.
7911         * modules/unictype/category-and: New file.
7912         * modules/unictype/category-and-not: New file.
7913         * modules/unictype/category-name: New file.
7914         * modules/unictype/combining-class: New file.
7915         * modules/unictype/category-all: New file.
7916         * modules/unictype/bidicategory-all: New file.
7917         * modules/unictype/bidicategory-byname: New file.
7918         * modules/unictype/bidicategory-name: New file.
7919         * modules/unictype/bidicategory-of: New file.
7920         * modules/unictype/bidicategory-test: New file.
7921         * modules/unictype/decimal-digit: New file.
7922         * modules/unictype/digit: New file.
7923         * modules/unictype/numeric: New file.
7924         * modules/unictype/mirror: New file.
7925         * modules/unictype/property-white-space: New file.
7926         * modules/unictype/property-alphabetic: New file.
7927         * modules/unictype/property-other-alphabetic: New file.
7928         * modules/unictype/property-not-a-character: New file.
7929         * modules/unictype/property-default-ignorable-code-point: New file.
7930         * modules/unictype/property-other-default-ignorable-code-point: New
7931         file.
7932         * modules/unictype/property-deprecated: New file.
7933         * modules/unictype/property-logical-order-exception: New file.
7934         * modules/unictype/property-variation-selector: New file.
7935         * modules/unictype/property-private-use: New file.
7936         * modules/unictype/property-unassigned-code-value: New file.
7937         * modules/unictype/property-uppercase: New file.
7938         * modules/unictype/property-other-uppercase: New file.
7939         * modules/unictype/property-lowercase: New file.
7940         * modules/unictype/property-other-lowercase: New file.
7941         * modules/unictype/property-titlecase: New file.
7942         * modules/unictype/property-soft-dotted: New file.
7943         * modules/unictype/property-id-start: New file.
7944         * modules/unictype/property-other-id-start: New file.
7945         * modules/unictype/property-id-continue: New file.
7946         * modules/unictype/property-other-id-continue: New file.
7947         * modules/unictype/property-xid-start: New file.
7948         * modules/unictype/property-xid-continue: New file.
7949         * modules/unictype/property-pattern-white-space: New file.
7950         * modules/unictype/property-pattern-syntax: New file.
7951         * modules/unictype/property-join-control: New file.
7952         * modules/unictype/property-grapheme-base: New file.
7953         * modules/unictype/property-grapheme-extend: New file.
7954         * modules/unictype/property-other-grapheme-extend: New file.
7955         * modules/unictype/property-grapheme-link: New file.
7956         * modules/unictype/property-bidi-control: New file.
7957         * modules/unictype/property-bidi-left-to-right: New file.
7958         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
7959         * modules/unictype/property-bidi-arabic-right-to-left: New file.
7960         * modules/unictype/property-bidi-european-digit: New file.
7961         * modules/unictype/property-bidi-eur-num-separator: New file.
7962         * modules/unictype/property-bidi-eur-num-terminator: New file.
7963         * modules/unictype/property-bidi-arabic-digit: New file.
7964         * modules/unictype/property-bidi-common-separator: New file.
7965         * modules/unictype/property-bidi-block-separator: New file.
7966         * modules/unictype/property-bidi-segment-separator: New file.
7967         * modules/unictype/property-bidi-whitespace: New file.
7968         * modules/unictype/property-bidi-non-spacing-mark: New file.
7969         * modules/unictype/property-bidi-boundary-neutral: New file.
7970         * modules/unictype/property-bidi-pdf: New file.
7971         * modules/unictype/property-bidi-embedding-or-override: New file.
7972         * modules/unictype/property-bidi-other-neutral: New file.
7973         * modules/unictype/property-hex-digit: New file.
7974         * modules/unictype/property-ascii-hex-digit: New file.
7975         * modules/unictype/property-ideographic: New file.
7976         * modules/unictype/property-unified-ideograph: New file.
7977         * modules/unictype/property-radical: New file.
7978         * modules/unictype/property-ids-binary-operator: New file.
7979         * modules/unictype/property-ids-trinary-operator: New file.
7980         * modules/unictype/property-zero-width: New file.
7981         * modules/unictype/property-space: New file.
7982         * modules/unictype/property-non-break: New file.
7983         * modules/unictype/property-iso-control: New file.
7984         * modules/unictype/property-format-control: New file.
7985         * modules/unictype/property-dash: New file.
7986         * modules/unictype/property-hyphen: New file.
7987         * modules/unictype/property-punctuation: New file.
7988         * modules/unictype/property-line-separator: New file.
7989         * modules/unictype/property-paragraph-separator: New file.
7990         * modules/unictype/property-quotation-mark: New file.
7991         * modules/unictype/property-sentence-terminal: New file.
7992         * modules/unictype/property-terminal-punctuation: New file.
7993         * modules/unictype/property-currency-symbol: New file.
7994         * modules/unictype/property-math: New file.
7995         * modules/unictype/property-other-math: New file.
7996         * modules/unictype/property-paired-punctuation: New file.
7997         * modules/unictype/property-left-of-pair: New file.
7998         * modules/unictype/property-combining: New file.
7999         * modules/unictype/property-composite: New file.
8000         * modules/unictype/property-decimal-digit: New file.
8001         * modules/unictype/property-numeric: New file.
8002         * modules/unictype/property-diacritic: New file.
8003         * modules/unictype/property-extender: New file.
8004         * modules/unictype/property-ignorable-control: New file.
8005         * modules/unictype/property-test: New file.
8006         * modules/unictype/property-byname: New file.
8007         * modules/unictype/property-all: New file.
8008         * modules/unictype/scripts: New file.
8009         * modules/unictype/scripts-all: New file.
8010         * modules/unictype/block-of: New file.
8011         * modules/unictype/block-test: New file.
8012         * modules/unictype/block-list: New file.
8013         * modules/unictype/block-all: New file.
8014         * modules/unictype/syntax-c-whitespace: New file.
8015         * modules/unictype/syntax-java-whitespace: New file.
8016         * modules/unictype/syntax-c-ident: New file.
8017         * modules/unictype/syntax-java-ident: New file.
8018         * modules/unictype/ctype-alnum: New file.
8019         * modules/unictype/ctype-alpha: New file.
8020         * modules/unictype/ctype-cntrl: New file.
8021         * modules/unictype/ctype-digit: New file.
8022         * modules/unictype/ctype-graph: New file.
8023         * modules/unictype/ctype-lower: New file.
8024         * modules/unictype/ctype-print: New file.
8025         * modules/unictype/ctype-punct: New file.
8026         * modules/unictype/ctype-space: New file.
8027         * modules/unictype/ctype-upper: New file.
8028         * modules/unictype/ctype-xdigit: New file.
8029         * modules/unictype/ctype-blank: New file.
8030         * lib/unictype/bidi_byname.c: New file.
8031         * lib/unictype/bidi_name.c: New file.
8032         * lib/unictype/bidi_of.c: New file.
8033         * lib/unictype/bidi_test.c: New file.
8034         * lib/unictype/bitmap.h: New file.
8035         * lib/unictype/block_test.c: New file.
8036         * lib/unictype/blocks.c: New file.
8037         * lib/unictype/categ_C.c: New file.
8038         * lib/unictype/categ_Cc.c: New file.
8039         * lib/unictype/categ_Cf.c: New file.
8040         * lib/unictype/categ_Cn.c: New file.
8041         * lib/unictype/categ_Co.c: New file.
8042         * lib/unictype/categ_Cs.c: New file.
8043         * lib/unictype/categ_L.c: New file.
8044         * lib/unictype/categ_Ll.c: New file.
8045         * lib/unictype/categ_Lm.c: New file.
8046         * lib/unictype/categ_Lo.c: New file.
8047         * lib/unictype/categ_Lt.c: New file.
8048         * lib/unictype/categ_Lu.c: New file.
8049         * lib/unictype/categ_M.c: New file.
8050         * lib/unictype/categ_Mc.c: New file.
8051         * lib/unictype/categ_Me.c: New file.
8052         * lib/unictype/categ_Mn.c: New file.
8053         * lib/unictype/categ_N.c: New file.
8054         * lib/unictype/categ_Nd.c: New file.
8055         * lib/unictype/categ_Nl.c: New file.
8056         * lib/unictype/categ_No.c: New file.
8057         * lib/unictype/categ_P.c: New file.
8058         * lib/unictype/categ_Pc.c: New file.
8059         * lib/unictype/categ_Pd.c: New file.
8060         * lib/unictype/categ_Pe.c: New file.
8061         * lib/unictype/categ_Pf.c: New file.
8062         * lib/unictype/categ_Pi.c: New file.
8063         * lib/unictype/categ_Po.c: New file.
8064         * lib/unictype/categ_Ps.c: New file.
8065         * lib/unictype/categ_S.c: New file.
8066         * lib/unictype/categ_Sc.c: New file.
8067         * lib/unictype/categ_Sk.c: New file.
8068         * lib/unictype/categ_Sm.c: New file.
8069         * lib/unictype/categ_So.c: New file.
8070         * lib/unictype/categ_Z.c: New file.
8071         * lib/unictype/categ_Zl.c: New file.
8072         * lib/unictype/categ_Zp.c: New file.
8073         * lib/unictype/categ_Zs.c: New file.
8074         * lib/unictype/categ_and.c: New file.
8075         * lib/unictype/categ_and_not.c: New file.
8076         * lib/unictype/categ_byname.c: New file.
8077         * lib/unictype/categ_name.c: New file.
8078         * lib/unictype/categ_none.c: New file.
8079         * lib/unictype/categ_of.c: New file.
8080         * lib/unictype/categ_or.c: New file.
8081         * lib/unictype/categ_test.c: New file.
8082         * lib/unictype/combining.c: New file.
8083         * lib/unictype/ctype_alnum.c: New file.
8084         * lib/unictype/ctype_alpha.c: New file.
8085         * lib/unictype/ctype_blank.c: New file.
8086         * lib/unictype/ctype_cntrl.c: New file.
8087         * lib/unictype/ctype_digit.c: New file.
8088         * lib/unictype/ctype_graph.c: New file.
8089         * lib/unictype/ctype_lower.c: New file.
8090         * lib/unictype/ctype_print.c: New file.
8091         * lib/unictype/ctype_punct.c: New file.
8092         * lib/unictype/ctype_space.c: New file.
8093         * lib/unictype/ctype_upper.c: New file.
8094         * lib/unictype/ctype_xdigit.c: New file.
8095         * lib/unictype/decdigit.c: New file.
8096         * lib/unictype/digit.c: New file.
8097         * lib/unictype/identsyntaxmap.h: New file.
8098         * lib/unictype/mirror.c: New file.
8099         * lib/unictype/numeric.c: New file.
8100         * lib/unictype/pr_alphabetic.c: New file.
8101         * lib/unictype/pr_ascii_hex_digit.c: New file.
8102         * lib/unictype/pr_bidi_arabic_digit.c: New file.
8103         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
8104         * lib/unictype/pr_bidi_block_separator.c: New file.
8105         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
8106         * lib/unictype/pr_bidi_common_separator.c: New file.
8107         * lib/unictype/pr_bidi_control.c: New file.
8108         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
8109         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
8110         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
8111         * lib/unictype/pr_bidi_european_digit.c: New file.
8112         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
8113         * lib/unictype/pr_bidi_left_to_right.c: New file.
8114         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
8115         * lib/unictype/pr_bidi_other_neutral.c: New file.
8116         * lib/unictype/pr_bidi_pdf.c: New file.
8117         * lib/unictype/pr_bidi_segment_separator.c: New file.
8118         * lib/unictype/pr_bidi_whitespace.c: New file.
8119         * lib/unictype/pr_byname.c: New file.
8120         * lib/unictype/pr_byname.gperf: New file.
8121         * lib/unictype/pr_combining.c: New file.
8122         * lib/unictype/pr_composite.c: New file.
8123         * lib/unictype/pr_currency_symbol.c: New file.
8124         * lib/unictype/pr_dash.c: New file.
8125         * lib/unictype/pr_decimal_digit.c: New file.
8126         * lib/unictype/pr_default_ignorable_code_point.c: New file.
8127         * lib/unictype/pr_deprecated.c: New file.
8128         * lib/unictype/pr_diacritic.c: New file.
8129         * lib/unictype/pr_extender.c: New file.
8130         * lib/unictype/pr_format_control.c: New file.
8131         * lib/unictype/pr_grapheme_base.c: New file.
8132         * lib/unictype/pr_grapheme_extend.c: New file.
8133         * lib/unictype/pr_grapheme_link.c: New file.
8134         * lib/unictype/pr_hex_digit.c: New file.
8135         * lib/unictype/pr_hyphen.c: New file.
8136         * lib/unictype/pr_id_continue.c: New file.
8137         * lib/unictype/pr_id_start.c: New file.
8138         * lib/unictype/pr_ideographic.c: New file.
8139         * lib/unictype/pr_ids_binary_operator.c: New file.
8140         * lib/unictype/pr_ids_trinary_operator.c: New file.
8141         * lib/unictype/pr_ignorable_control.c: New file.
8142         * lib/unictype/pr_iso_control.c: New file.
8143         * lib/unictype/pr_join_control.c: New file.
8144         * lib/unictype/pr_left_of_pair.c: New file.
8145         * lib/unictype/pr_line_separator.c: New file.
8146         * lib/unictype/pr_logical_order_exception.c: New file.
8147         * lib/unictype/pr_lowercase.c: New file.
8148         * lib/unictype/pr_math.c: New file.
8149         * lib/unictype/pr_non_break.c: New file.
8150         * lib/unictype/pr_not_a_character.c: New file.
8151         * lib/unictype/pr_numeric.c: New file.
8152         * lib/unictype/pr_other_alphabetic.c: New file.
8153         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
8154         * lib/unictype/pr_other_grapheme_extend.c: New file.
8155         * lib/unictype/pr_other_id_continue.c: New file.
8156         * lib/unictype/pr_other_id_start.c: New file.
8157         * lib/unictype/pr_other_lowercase.c: New file.
8158         * lib/unictype/pr_other_math.c: New file.
8159         * lib/unictype/pr_other_uppercase.c: New file.
8160         * lib/unictype/pr_paired_punctuation.c: New file.
8161         * lib/unictype/pr_paragraph_separator.c: New file.
8162         * lib/unictype/pr_pattern_syntax.c: New file.
8163         * lib/unictype/pr_pattern_white_space.c: New file.
8164         * lib/unictype/pr_private_use.c: New file.
8165         * lib/unictype/pr_punctuation.c: New file.
8166         * lib/unictype/pr_quotation_mark.c: New file.
8167         * lib/unictype/pr_radical.c: New file.
8168         * lib/unictype/pr_sentence_terminal.c: New file.
8169         * lib/unictype/pr_soft_dotted.c: New file.
8170         * lib/unictype/pr_space.c: New file.
8171         * lib/unictype/pr_terminal_punctuation.c: New file.
8172         * lib/unictype/pr_test.c: New file.
8173         * lib/unictype/pr_titlecase.c: New file.
8174         * lib/unictype/pr_unassigned_code_value.c: New file.
8175         * lib/unictype/pr_unified_ideograph.c: New file.
8176         * lib/unictype/pr_uppercase.c: New file.
8177         * lib/unictype/pr_variation_selector.c: New file.
8178         * lib/unictype/pr_white_space.c: New file.
8179         * lib/unictype/pr_xid_continue.c: New file.
8180         * lib/unictype/pr_xid_start.c: New file.
8181         * lib/unictype/pr_zero_width.c: New file.
8182         * lib/unictype/scripts.c: New file.
8183         * lib/unictype/sy_c_ident.c: New file.
8184         * lib/unictype/sy_c_whitespace.c: New file.
8185         * lib/unictype/sy_java_ident.c: New file.
8186         * lib/unictype/sy_java_whitespace.c: New file.
8187
8188         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
8189         Unicode 5.0.0.
8190         * lib/unictype/blocks.h: Likewise.
8191         * lib/unictype/categ_C.h: Likewise.
8192         * lib/unictype/categ_Cc.h: Likewise.
8193         * lib/unictype/categ_Cf.h: Likewise.
8194         * lib/unictype/categ_Cn.h: Likewise.
8195         * lib/unictype/categ_Co.h: Likewise.
8196         * lib/unictype/categ_Cs.h: Likewise.
8197         * lib/unictype/categ_L.h: Likewise.
8198         * lib/unictype/categ_Ll.h: Likewise.
8199         * lib/unictype/categ_Lm.h: Likewise.
8200         * lib/unictype/categ_Lo.h: Likewise.
8201         * lib/unictype/categ_Lt.h: Likewise.
8202         * lib/unictype/categ_Lu.h: Likewise.
8203         * lib/unictype/categ_M.h: Likewise.
8204         * lib/unictype/categ_Mc.h: Likewise.
8205         * lib/unictype/categ_Me.h: Likewise.
8206         * lib/unictype/categ_Mn.h: Likewise.
8207         * lib/unictype/categ_N.h: Likewise.
8208         * lib/unictype/categ_Nd.h: Likewise.
8209         * lib/unictype/categ_Nl.h: Likewise.
8210         * lib/unictype/categ_No.h: Likewise.
8211         * lib/unictype/categ_P.h: Likewise.
8212         * lib/unictype/categ_Pc.h: Likewise.
8213         * lib/unictype/categ_Pd.h: Likewise.
8214         * lib/unictype/categ_Pe.h: Likewise.
8215         * lib/unictype/categ_Pf.h: Likewise.
8216         * lib/unictype/categ_Pi.h: Likewise.
8217         * lib/unictype/categ_Po.h: Likewise.
8218         * lib/unictype/categ_Ps.h: Likewise.
8219         * lib/unictype/categ_S.h: Likewise.
8220         * lib/unictype/categ_Sc.h: Likewise.
8221         * lib/unictype/categ_Sk.h: Likewise.
8222         * lib/unictype/categ_Sm.h: Likewise.
8223         * lib/unictype/categ_So.h: Likewise.
8224         * lib/unictype/categ_Z.h: Likewise.
8225         * lib/unictype/categ_Zl.h: Likewise.
8226         * lib/unictype/categ_Zp.h: Likewise.
8227         * lib/unictype/categ_Zs.h: Likewise.
8228         * lib/unictype/categ_of.h: Likewise.
8229         * lib/unictype/combining.h: Likewise.
8230         * lib/unictype/ctype_alnum.h: Likewise.
8231         * lib/unictype/ctype_alpha.h: Likewise.
8232         * lib/unictype/ctype_blank.h: Likewise.
8233         * lib/unictype/ctype_cntrl.h: Likewise.
8234         * lib/unictype/ctype_digit.h: Likewise.
8235         * lib/unictype/ctype_graph.h: Likewise.
8236         * lib/unictype/ctype_lower.h: Likewise.
8237         * lib/unictype/ctype_print.h: Likewise.
8238         * lib/unictype/ctype_punct.h: Likewise.
8239         * lib/unictype/ctype_space.h: Likewise.
8240         * lib/unictype/ctype_upper.h: Likewise.
8241         * lib/unictype/ctype_xdigit.h: Likewise.
8242         * lib/unictype/decdigit.h: Likewise.
8243         * lib/unictype/digit.h: Likewise.
8244         * lib/unictype/mirror.h: Likewise.
8245         * lib/unictype/numeric.h: Likewise.
8246         * lib/unictype/pr_alphabetic.h: Likewise.
8247         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
8248         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
8249         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
8250         * lib/unictype/pr_bidi_block_separator.h: Likewise.
8251         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
8252         * lib/unictype/pr_bidi_common_separator.h: Likewise.
8253         * lib/unictype/pr_bidi_control.h: Likewise.
8254         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
8255         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
8256         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
8257         * lib/unictype/pr_bidi_european_digit.h: Likewise.
8258         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
8259         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
8260         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
8261         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
8262         * lib/unictype/pr_bidi_pdf.h: Likewise.
8263         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
8264         * lib/unictype/pr_bidi_whitespace.h: Likewise.
8265         * lib/unictype/pr_combining.h: Likewise.
8266         * lib/unictype/pr_composite.h: Likewise.
8267         * lib/unictype/pr_currency_symbol.h: Likewise.
8268         * lib/unictype/pr_dash.h: Likewise.
8269         * lib/unictype/pr_decimal_digit.h: Likewise.
8270         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
8271         * lib/unictype/pr_deprecated.h: Likewise.
8272         * lib/unictype/pr_diacritic.h: Likewise.
8273         * lib/unictype/pr_extender.h: Likewise.
8274         * lib/unictype/pr_format_control.h: Likewise.
8275         * lib/unictype/pr_grapheme_base.h: Likewise.
8276         * lib/unictype/pr_grapheme_extend.h: Likewise.
8277         * lib/unictype/pr_grapheme_link.h: Likewise.
8278         * lib/unictype/pr_hex_digit.h: Likewise.
8279         * lib/unictype/pr_hyphen.h: Likewise.
8280         * lib/unictype/pr_id_continue.h: Likewise.
8281         * lib/unictype/pr_id_start.h: Likewise.
8282         * lib/unictype/pr_ideographic.h: Likewise.
8283         * lib/unictype/pr_ids_binary_operator.h: Likewise.
8284         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
8285         * lib/unictype/pr_ignorable_control.h: Likewise.
8286         * lib/unictype/pr_iso_control.h: Likewise.
8287         * lib/unictype/pr_join_control.h: Likewise.
8288         * lib/unictype/pr_left_of_pair.h: Likewise.
8289         * lib/unictype/pr_line_separator.h: Likewise.
8290         * lib/unictype/pr_logical_order_exception.h: Likewise.
8291         * lib/unictype/pr_lowercase.h: Likewise.
8292         * lib/unictype/pr_math.h: Likewise.
8293         * lib/unictype/pr_non_break.h: Likewise.
8294         * lib/unictype/pr_not_a_character.h: Likewise.
8295         * lib/unictype/pr_numeric.h: Likewise.
8296         * lib/unictype/pr_other_alphabetic.h: Likewise.
8297         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
8298         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
8299         * lib/unictype/pr_other_id_continue.h: Likewise.
8300         * lib/unictype/pr_other_id_start.h: Likewise.
8301         * lib/unictype/pr_other_lowercase.h: Likewise.
8302         * lib/unictype/pr_other_math.h: Likewise.
8303         * lib/unictype/pr_other_uppercase.h: Likewise.
8304         * lib/unictype/pr_paired_punctuation.h: Likewise.
8305         * lib/unictype/pr_paragraph_separator.h: Likewise.
8306         * lib/unictype/pr_pattern_syntax.h: Likewise.
8307         * lib/unictype/pr_pattern_white_space.h: Likewise.
8308         * lib/unictype/pr_private_use.h: Likewise.
8309         * lib/unictype/pr_punctuation.h: Likewise.
8310         * lib/unictype/pr_quotation_mark.h: Likewise.
8311         * lib/unictype/pr_radical.h: Likewise.
8312         * lib/unictype/pr_sentence_terminal.h: Likewise.
8313         * lib/unictype/pr_soft_dotted.h: Likewise.
8314         * lib/unictype/pr_space.h: Likewise.
8315         * lib/unictype/pr_terminal_punctuation.h: Likewise.
8316         * lib/unictype/pr_titlecase.h: Likewise.
8317         * lib/unictype/pr_unassigned_code_value.h: Likewise.
8318         * lib/unictype/pr_unified_ideograph.h: Likewise.
8319         * lib/unictype/pr_uppercase.h: Likewise.
8320         * lib/unictype/pr_variation_selector.h: Likewise.
8321         * lib/unictype/pr_white_space.h: Likewise.
8322         * lib/unictype/pr_xid_continue.h: Likewise.
8323         * lib/unictype/pr_xid_start.h: Likewise.
8324         * lib/unictype/pr_zero_width.h: Likewise.
8325         * lib/unictype/scripts.h: Likewise.
8326         * lib/unictype/scripts_byname.gperf: Likewise.
8327         * lib/unictype/sy_c_ident.h: Likewise.
8328         * lib/unictype/sy_c_whitespace.h: Likewise.
8329         * lib/unictype/sy_java_ident.h: Likewise.
8330         * lib/unictype/sy_java_whitespace.h: Likewise.
8331
8332         * lib/unictype/Makefile: New file.
8333         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
8334         glibc.
8335         * lib/unictype/3level.h: New file, copied from glibc.
8336         * lib/unictype/3levelbit.h: New file.
8337
8338 2007-11-11  Bruno Haible  <bruno@clisp.org>
8339
8340         * modules/gperf: New file.
8341         * modules/iconv_open (Depends-on): Add it.
8342         (Makefile.am): Remove the GPERF definition.
8343
8344 2007-11-11  Bruno Haible  <bruno@clisp.org>
8345
8346         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
8347         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
8348
8349 2007-11-11  Bruno Haible  <bruno@clisp.org>
8350
8351         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
8352         (usage): Remove function.
8353
8354 2007-11-11  Bruno Haible  <bruno@clisp.org>
8355
8356         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
8357         gl_FUNC_CEILF_LIBS.
8358         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
8359         gl_FUNC_CEIL_LIBS.
8360         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
8361         gl_FUNC_CEILL_LIBS.
8362         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
8363         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
8364         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
8365
8366 2007-11-11  Bruno Haible  <bruno@clisp.org>
8367
8368         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
8369         roundf were declared but do not exist on functions.
8370         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
8371         roundl were declared but do not exist on functions.
8372         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
8373         HAVE_FLOORL_AND_CEILL, respectively.
8374         Needed for Sun C on Solaris 10.
8375
8376 2007-11-11  Bruno Haible  <bruno@clisp.org>
8377
8378         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
8379         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
8380         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
8381         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
8382         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
8383         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
8384         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
8385         HAVE_DECL_ROUNDF.
8386         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
8387         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
8388         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
8389         of HAVE_DECL_ROUND*.
8390         * modules/math (Makefile.am): Update.
8391
8392 2007-11-10  Bruno Haible  <bruno@clisp.org>
8393
8394         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
8395         ptrdiff_t as m4/intl.m4.
8396
8397 2007-11-10  Jim Meyering  <meyering@redhat.com>
8398
8399         Avoid link failure for the argmatch test.
8400         * tests/test-argmatch.c (usage): Define function to avoid a link
8401         failure: argmatch_die requires a usage function.
8402
8403 2007-11-09  Bruno Haible  <bruno@clisp.org>
8404
8405         * doc/functions/snprintf.texi: Mention BeOS deficiency.
8406         * doc/functions/vsnprintf.texi: Likewise.
8407         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
8408         with a size argument < 2.
8409
8410 2007-11-09  Bruno Haible  <bruno@clisp.org>
8411
8412         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
8413         buffer. Fixes an inefficiency introduced on 2007-11-03.
8414
8415 2007-11-09  Bruno Haible  <bruno@clisp.org>
8416
8417         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
8418         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
8419
8420 2007-11-08  Jim Meyering  <meyering@redhat.com>
8421
8422         Change cache variable name prefix "jm_" to "gl_" everywhere.
8423         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
8424         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
8425         * m4/uptime.m4: s/gl_/jm_/
8426
8427 2007-11-07  Bruno Haible  <bruno@clisp.org>
8428
8429         Update to GNU gettext 0.17.
8430         * m4/intl.m4: Update to GNU gettext 0.17.
8431         * m4/po.m4: Likewise.
8432         * modules/gettext (Files): Remove m4/ulonglong.m4.
8433         (configure.ac): Require gettext infrastructure from version 0.17.
8434
8435 2007-11-06  Bruno Haible  <bruno@clisp.org>
8436
8437         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
8438         symbolic values are not defined in a public header.
8439         * lib/freadable.c (freadable) [QNX]: Likewise.
8440         * lib/freadahead.c (freadahead) [QNX]: Likewise.
8441         * lib/freading.c (freading) [QNX]: Likewise.
8442         * lib/fseterr.c (fseterr) [QNX]: Likewise.
8443         * lib/fwritable.c (fwritable) [QNX]: Likewise.
8444         * lib/fwriting.c (fwriting) [QNX]: Likewise.
8445         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
8446         Reported by Alain Magloire.
8447
8448         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
8449
8450 2007-11-05  Bruno Haible  <bruno@clisp.org>
8451
8452         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
8453         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
8454         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
8455         Reported by Eric Blake.
8456
8457 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8458             Bruno Haible  <bruno@clisp.org>
8459
8460         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
8461         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
8462         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
8463         (malloc): Undefine also before including <stdlib.h>.
8464         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
8465         Needed on OSF/1 4.0.
8466
8467 2007-11-05  Jim Meyering  <meyering@redhat.com>
8468
8469         git-version-gen: sync from coreutils.
8470         * build-aux/git-version-gen: Add comments.
8471         Change the first '-' to '.' in the snapshot version string,
8472         e.g., 6.9-377-08144 -> 6.9.377-08144
8473         Remove first parameter.
8474         Don't declare a version "-dirty" merely because a time
8475         stamp has changed.
8476
8477 2007-11-04  Bruno Haible  <bruno@clisp.org>
8478
8479         * lib/lock.h: Protect all macro definitions containing an 'if'
8480         statement through a "do { ... } while (0)".
8481         * lib/tls.h: Likewise.
8482
8483 2007-11-04  Bruno Haible  <bruno@clisp.org>
8484
8485         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
8486
8487 2007-11-04  Bruno Haible  <bruno@clisp.org>
8488
8489         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
8490         * modules/fprintf-posix (Depends-on): Add nocrash.
8491         * modules/snprintf-posix (Depends-on): Likewise.
8492         * modules/sprintf-posix (Depends-on): Likewise.
8493         * modules/vasnprintf-posix (Depends-on): Likewise.
8494         * modules/vasprintf-posix (Depends-on): Likewise.
8495         * modules/vfprintf-posix (Depends-on): Likewise.
8496         * modules/vsnprintf-posix (Depends-on): Likewise.
8497         * modules/vsprintf-posix (Depends-on): Likewise.
8498         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
8499         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
8500         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
8501         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
8502         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
8503         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
8504         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
8505
8506 2007-11-04  Bruno Haible  <bruno@clisp.org>
8507
8508         * modules/nocrash: New file.
8509         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
8510         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
8511
8512 2007-11-04  Bruno Haible  <bruno@clisp.org>
8513
8514         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
8515         precision handling.
8516         * tests/test-vasprintf-posix.c (test_function): Likewise.
8517         * tests/test-snprintf-posix.h (test_function): Likewise.
8518         * tests/test-sprintf-posix.h (test_function): Likewise.
8519
8520         Fix *printf behaviour for large precisions on mingw and BeOS.
8521         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
8522         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
8523         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
8524         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
8525         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8526         gl_PRINTF_PRECISION and test its result. Invoke
8527         gl_PREREQ_VASNPRINTF_PRECISION.
8528         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8529         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8530         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8531         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8532         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8533         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8534         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8535         * doc/functions/fprintf.texi: Update.
8536         * doc/functions/printf.texi: Update.
8537         * doc/functions/snprintf.texi: Update.
8538         * doc/functions/sprintf.texi: Update.
8539         * doc/functions/vfprintf.texi: Update.
8540         * doc/functions/vprintf.texi: Update.
8541         * doc/functions/vsnprintf.texi: Update.
8542         * doc/functions/vsprintf.texi: Update.
8543
8544 2007-11-04  Bruno Haible  <bruno@clisp.org>
8545
8546         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
8547
8548 2007-11-04  Bruno Haible  <bruno@clisp.org>
8549
8550         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
8551         Reported by Sylvain Beucler <beuc@gnu.org>.
8552
8553 2007-11-03  Bruno Haible  <bruno@clisp.org>
8554
8555         * tests/test-fprintf-posix2.sh: New file.
8556         * tests/test-fprintf-posix2.c: New file.
8557         * modules/fprintf-posix-tests (Files): Add them.
8558         (TESTS): Add test-fprintf-posix2.sh.
8559         (configure.ac): Check for getrlimit and setrlimit.
8560         (check_PROGRAMS): Add test-fprintf-posix2.
8561
8562         * tests/test-printf-posix2.sh: New file.
8563         * tests/test-printf-posix2.c: New file.
8564         * modules/printf-posix-tests (Files): Add them.
8565         (TESTS): Add test-printf-posix2.sh.
8566         (configure.ac): Check for getrlimit and setrlimit.
8567         (check_PROGRAMS): Add test-printf-posix2.
8568
8569         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
8570         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
8571         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
8572         (decode_double): New function, copied from decode_long_double.
8573         (scale10_round_decimal_decoded): New function, extracted from
8574         scale10_round_decimal_long_double.
8575         (scale10_round_decimal_long_double): Use it.
8576         (scale10_round_decimal_double): New function.
8577         (floorlog10): New function.
8578         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
8579         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
8580         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
8581         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8582         gl_PRINTF_ENOMEM and test its result. Invoke
8583         gl_PREREQ_VASNPRINTF_ENOMEM.
8584         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8585         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8586         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8587         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8588         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8589         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8590         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8591         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
8592         * modules/snprintf-posix (Depends-on): Likewise.
8593         * modules/sprintf-posix (Depends-on): Likewise.
8594         * modules/vasnprintf-posix (Depends-on): Likewise.
8595         * modules/vasprintf-posix (Depends-on): Likewise.
8596         * modules/vfprintf-posix (Depends-on): Likewise.
8597         * modules/vsnprintf-posix (Depends-on): Likewise.
8598         * modules/vsprintf-posix (Depends-on): Likewise.
8599         * doc/functions/fprintf.texi: Update.
8600         * doc/functions/printf.texi: Update.
8601         * doc/functions/snprintf.texi: Update.
8602         * doc/functions/sprintf.texi: Update.
8603         * doc/functions/vfprintf.texi: Update.
8604         * doc/functions/vprintf.texi: Update.
8605         * doc/functions/vsnprintf.texi: Update.
8606         * doc/functions/vsprintf.texi: Update.
8607
8608 2007-11-03  Bruno Haible  <bruno@clisp.org>
8609
8610         * modules/frexp-nolibm-tests: New file.
8611
8612         * modules/frexp-nolibm: New file.
8613         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
8614
8615 2007-11-03  Bruno Haible  <bruno@clisp.org>
8616
8617         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
8618         value is C99 compliant.
8619         Needed for OSF/1 5.1.
8620
8621 2007-11-03  Bruno Haible  <bruno@clisp.org>
8622
8623         Fix out-of-memory handling of vasnprintf.
8624         * lib/printf-parse.c: Include <errno.h>.
8625         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
8626         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
8627         is already set.
8628
8629 2007-11-02  Eric Blake  <ebb9@byu.net>
8630
8631         Fix tests on cygwin.
8632         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
8633
8634 2007-11-01  Bruno Haible  <bruno@clisp.org>
8635
8636         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
8637         warning.
8638         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
8639         needed for POSIX compatibility.
8640
8641 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
8642
8643         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
8644         for compatibility with GNU.
8645
8646 2007-11-01  Bruno Haible  <bruno@clisp.org>
8647
8648         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
8649         (putenv): Renamed from rpl_putenv. Change argument type from
8650         'const char *' to 'char *'.
8651         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
8652         of defining putenv in config.h, just set REPLACE_PUTENV.
8653         * modules/putenv (Depends-on): Add stdlib.
8654         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
8655         (Include): Use <stdlib.h>.
8656         * lib/stdlib.in.h (putenv): New declaration.
8657         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
8658         REPLACE_PUTENV.
8659         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
8660         REPLACE_PUTENV.
8661         Needed for MacOS X 10.5.0.
8662         Reported by Peter O'Gorman <peter@pogma.com>.
8663
8664 2007-11-01  Jim Meyering  <meyering@redhat.com>
8665
8666         Treat an empty date string exactly like "0".
8667         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
8668         if the remaining date string (to be parsed) is empty, use "0".
8669         Reported by Mischa Molhoek and discussed in this thread:
8670         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
8671
8672 2007-10-31  Bruno Haible  <bruno@clisp.org>
8673
8674         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
8675         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
8676         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
8677         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
8678         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
8679         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
8680
8681 2007-10-31  Bruno Haible  <bruno@clisp.org>
8682
8683         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
8684         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
8685         (AC_TYPE_LONG_LONG_INT): Use it.
8686         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
8687         it as well.
8688         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
8689         to m4/longlong.m4.
8690         * modules/stdint (Files): Remove m4/ulonglong.m4.
8691         * modules/strtoull (Files): Use m4/longlong.m4 instead of
8692         m4/ulonglong.m4.
8693         * modules/strtoumax (Files): Likewise.
8694
8695 2007-10-30  Bruno Haible  <bruno@clisp.org>
8696
8697         * modules/xvasprintf-posix: New file.
8698         Suggested by Eric Blake.
8699
8700 2007-10-30  Bruno Haible  <bruno@clisp.org>
8701
8702         * modules/xprintf-posix-tests: New file.
8703         * tests/test-xprintf-posix.sh: New file.
8704         * tests/test-xprintf-posix.c: New file.
8705         * tests/test-xfprintf-posix.c: New file.
8706
8707         * modules/xprintf-posix: New file.
8708
8709 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8710
8711         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
8712         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
8713         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
8714
8715 2007-10-29  Bruno Haible  <bruno@clisp.org>
8716
8717         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
8718         contain the special marker '_cv_'.
8719         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
8720         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
8721         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
8722         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
8723         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
8724         Reported by Ralf Wildenhues.
8725
8726 2007-10-29  Bruno Haible  <bruno@clisp.org>
8727
8728         * gnulib-tool (func_import): When --lgpl is not specified, set
8729         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
8730         GPLv3.
8731         Reported by Simon Josefsson.
8732
8733 2007-10-28  Bruno Haible  <bruno@clisp.org>
8734
8735         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
8736         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
8737         HAVE_DECL_ISFINITE.
8738         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
8739         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
8740         HAVE_DECL_ISFINITE.
8741
8742 2007-10-28  Bruno Haible  <bruno@clisp.org>
8743
8744         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
8745         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
8746
8747 2007-10-28  Bruno Haible  <bruno@clisp.org>
8748
8749         Fix link errors with Sun C 5.0 on Solaris 10.
8750         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
8751         function is declared but not present in the compiler's libm.
8752         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
8753         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
8754         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
8755         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
8756         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
8757         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
8758         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
8759         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
8760         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
8761         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
8762         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
8763         HAVE_DECL_FLOORL.
8764
8765 2007-10-28  Bruno Haible  <bruno@clisp.org>
8766
8767         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
8768         gl_FUNC_FLOORL. Cache the result.
8769         (gl_FUNC_FLOORL): Use it.
8770         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
8771         gl_FUNC_CEILL. Cache the result.
8772         (gl_FUNC_CEILL): Use it.
8773
8774         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
8775         gl_FUNC_FLOOR. Cache the result.
8776         (gl_FUNC_FLOOR): Use it.
8777         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
8778         gl_FUNC_CEIL. Cache the result.
8779         (gl_FUNC_CEIL): Use it.
8780
8781         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
8782         gl_FUNC_FLOORF. Cache the result.
8783         (gl_FUNC_FLOORF): Use it.
8784         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
8785         gl_FUNC_CEILF. Cache the result.
8786         (gl_FUNC_CEILF): Use it.
8787
8788 2007-10-28  Bruno Haible  <bruno@clisp.org>
8789
8790         * gnulib-tool: Allow specifying the LGPL version number through
8791         --lgpl=2 or --lgpl=3.
8792         (func_usage): Document --lgpl with argument.
8793         Handle --lgpl=... arguments.
8794         (func_import): Recognize also gl_LGPL calls with an argument. When
8795         --lgpl=2 is used and the module's license is just LGPL, report an
8796         error. Set sed_transform_lib_file according to the lgpl variable. In
8797         the generated files, use --lgpl or gl_LGPL invocations with argument,
8798         if necessary.
8799         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
8800         an LGPv2+ license.
8801         * doc/gnulib-tool.texi (Modified imports): Update explanation of
8802         gl_LGPL macro.
8803
8804 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8805             Bruno Haible  <bruno@clisp.org>
8806
8807         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
8808         (u16_uctomb_aux): Likewise.
8809         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
8810         !HAVE_INLINE.
8811         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
8812
8813 2007-10-28  Bruno Haible  <bruno@clisp.org>
8814
8815         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
8816         Invoke AM_GETTEXT_OPTION if it exists.
8817         * modules/vasprintf: Likewise.
8818         * modules/verror: Likewise.
8819         * modules/xprintf: Likewise.
8820         * modules/xvasprintf: Likewise.
8821
8822 2007-10-27  Ben Pfaff  <blp@gnu.org>
8823
8824         * lib/math.in.h: Define isfinite macro and prototypes for
8825         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
8826         implementations.
8827         * m4/math_h.m4: New substitutions for isfinite module.
8828         * lib/isfinite.c: New file.
8829         * m4/isfinite.m4: New file.
8830         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
8831         * modules/isfinite: New file.
8832         * modules/isfinite-tests: New file.
8833         * tests/tests-isfinite.c: New file.
8834         * doc/functions/isfinite.texi: Mention isfinite module.
8835         * MODULES.html.sh: Mention new module.
8836
8837 2007-10-27  Ben Pfaff  <blp@gnu.org>
8838
8839         Ralf Wildenhues reported that Tru64 4.0D declares the round
8840         functions but does not have definitions.
8841         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
8842         cannot be found in any library, set the output variable to
8843         "missing" instead of "".
8844         * m4/round.m4: Also use our substitute if we cannot find round in
8845         any library, even if it is declared.
8846         * m4/roundf.m4: Likewise for roundf.
8847         * m4/roundl.m4: Likewise for roundl.
8848         * lib/math.in.h: Undefine roundf, round, roundl before defining
8849         their replacements, to allow for hypothetical systems where these
8850         may be defined as macros but not available in libraries.
8851
8852 2007-10-27  Bruno Haible  <bruno@clisp.org>
8853
8854         * doc/gnulib.texi: Invoke @firstparagraphindent.
8855         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
8856         changes in gnulib.
8857         (Source changes): New section.
8858
8859 2007-10-26  Bruno Haible  <bruno@clisp.org>
8860
8861         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
8862         borrowed from autoconf.
8863
8864 2007-10-26  Bruno Haible  <bruno@clisp.org>
8865
8866         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
8867         strerror returned the empty string. Needed on HP-UX 11.00.
8868
8869 2007-10-24  Micah Cowan  <micah@cowan.name>
8870
8871         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
8872         * build-aux/bootstrap: Remove support for now-unnecessary option,
8873         --cvs-user, and envvars CVS_USER, CVS_RSH.
8874
8875 2007-10-24  Jim Meyering  <meyering@redhat.com>
8876
8877         Avoid diagnostics from sha1sum when there is no cached checksum.
8878         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
8879         if the po.s1 file hasn't been created yet.
8880
8881         * build-aux/bootstrap: Sync from coreutils:
8882         2007-10-24  Jim Meyering  <meyering@redhat.com>
8883         Get gnulib from the git repository, not from an obsolete cvs one.
8884         * build-aux/bootstrap: Suggestion from Micah Cowan.
8885         2007-10-04  Jim Meyering  <jim@meyering.net>
8886         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
8887         (update_po_files): Work also when there are no .po files in po/.
8888
8889 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
8890
8891         * README: Append ".git" to git and cg examples.
8892         Problem reported by Benoit Sigoure.
8893
8894 2007-10-23  Micah Cowan  <micah@cowan.name>
8895
8896         * users.txt: Add wget.
8897
8898 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8899
8900         Fix linking of some unistdio tests on FreeBSD.
8901         * modules/unistdio/u16-vsnprintf-tests
8902         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
8903         * modules/unistdio/u16-vsprintf-tests
8904         (test_u16_vsnprintf1_LDADD): Likewise.
8905         * modules/unistdio/u32-vsnprintf-tests
8906         (test_u32_vsnprintf1_LDADD): Likewise.
8907         * modules/unistdio/u32-vsprintf-tests
8908         (test_u32_vsprintf1_LDADD): Likewise.
8909         * modules/unistdio/u8-vsnprintf-tests
8910         (test_u8_vsnprintf1_LDADD): Likewise.
8911         * modules/unistdio/u8-vsprintf-tests
8912         (test_u8_vsprintf1_LDADD): Likewise.
8913         * modules/unistdio/ulc-vsnprintf-tests
8914         (test_ulc_vsnprintf1_LDADD): Likewise.
8915         * modules/unistdio/ulc-vsprintf-tests
8916         (test_ulc_vsprintf1_LDADD): Likewise.
8917
8918         Fix linking of some uniconv tests on FreeBSD.
8919         * modules/uniconv/u16-conv-from-enc-tests
8920         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
8921         * modules/uniconv/u16-conv-to-enc-tests
8922         (test_u16_conv_to_enc_LDADD): Likewise.
8923         * modules/uniconv/u16-strconv-from-enc-tests
8924         (test_u16_strconv_from_enc_LDADD): Likewise.
8925         * modules/uniconv/u16-strconv-to-enc-tests
8926         (test_u16_strconv_to_enc_LDADD): Likewise.
8927         * modules/uniconv/u32-conv-from-enc-tests
8928         (test_u32_conv_from_enc_LDADD): Likewise.
8929         * modules/uniconv/u32-conv-to-enc-tests
8930         (test_u32_conv_to_enc_LDADD): Likewise.
8931         * modules/uniconv/u32-strconv-from-enc-tests
8932         (test_u32_strconv_from_enc_LDADD): Likewise.
8933         * modules/uniconv/u32-strconv-to-enc-tests
8934         (test_u32_strconv_to_enc_LDADD): Likewise.
8935         * modules/uniconv/u8-conv-from-enc-tests
8936         (test_u8_conv_from_enc_LDADD): Likewise.
8937         * modules/uniconv/u8-conv-to-enc-tests
8938         (test_u8_conv_to_enc_LDADD): Likewise.
8939         * modules/uniconv/u8-strconv-from-enc-tests
8940         (test_u8_strconv_from_enc_LDADD): Likewise.
8941         * modules/uniconv/u8-strconv-to-enc-tests
8942         (test_u8_strconv_to_enc_LDADD): Likewise.
8943
8944 2007-10-22  Bruno Haible  <bruno@clisp.org>
8945
8946         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
8947         size.
8948
8949 2007-10-22  Eric Blake  <ebb9@byu.net>
8950
8951         Tweak x*printf documentation.
8952         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
8953         variable name and comments.
8954         Suggested by Bruno Haible.
8955
8956 2007-10-22  Bruno Haible  <bruno@clisp.org>
8957
8958         * lib/acl.c (copy_acl): Fix file name in comment.
8959
8960 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
8961
8962         Fix Tru64 problem with stdbool.h.
8963         * lib/stdbool.in.h (false, true):
8964         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
8965         Don't declare as an enum in this situation; it runs afoul of Tru64.
8966         Problem reported by Steven M. Schweda in
8967         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
8968
8969 2007-10-22  Eric Blake  <ebb9@byu.net>
8970
8971         Also wrap vf?printf.
8972         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
8973         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
8974         (xvprintf, xvfprintf): New functions.
8975
8976 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8977
8978         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
8979         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
8980
8981         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
8982         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
8983
8984 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
8985
8986         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
8987         by Bruno Haible.
8988
8989 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8990
8991         * lib/getloadavg.c
8992         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
8993         Undef `sys' after including sys/table.h, for Tru64 4.0D.
8994
8995         * tests/test-i-ring.c: Work for C89.
8996
8997 2007-10-22  Bruno Haible  <bruno@clisp.org>
8998
8999         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
9000         -1u, in preprocessor expression, so that we don't test for the bug
9001         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
9002         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
9003
9004 2007-10-22  Eric Blake  <ebb9@byu.net>
9005
9006         * tests/test-yesno.sh: Silence stderr during test.
9007
9008 2007-10-22  Simon Josefsson  <simon@josefsson.org>
9009
9010         * modules/crypto/gc-camellia: New file.
9011
9012         * m4/gc-camellia.m4: New file.
9013
9014         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
9015
9016         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
9017
9018 2007-10-22  Simon Josefsson  <simon@josefsson.org>
9019
9020         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
9021         --help to stdout.  Reported by sms@antinode.org (Steven
9022         M. Schweda).
9023
9024 2007-10-22  Simon Josefsson  <simon@josefsson.org>
9025
9026         * users.txt: Fix link to libksba.
9027
9028 2007-10-21  Ben Pfaff  <blp@gnu.org>
9029
9030         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
9031         round.c roundf implementation that depends on floorf and ceilf to
9032         be tested unconditionally.
9033
9034 2007-10-21  Ben Pfaff  <blp@gnu.org>
9035
9036         * m4/check-libm-func.m4: Removed.
9037         * m4/check-math-lib.m4: New file.
9038         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
9039         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
9040         definition and lack of AC_LIBOBJ([roundf]).
9041         * m4/roundl.m4: Ditto, and similarly for roundl.
9042         * modules/round: Reference new m4 file.
9043         * modules/roundf: Ditto.
9044         * modules/roundl: Ditto.
9045         * tests/test-round2.c (main): Use ROUND instead of round.
9046         Bug report from Bruno Haible.
9047
9048 2007-10-21  Bruno Haible  <bruno@clisp.org>
9049
9050         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
9051         context.
9052
9053 2007-10-21  Bruno Haible  <bruno@clisp.org>
9054
9055         * tests/test-wcwidth.c (main): Allow negative result for some control
9056         characters.
9057
9058         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
9059         Needed on OSF/1 5.1.
9060
9061 2007-10-21  Bruno Haible  <bruno@clisp.org>
9062
9063         * tests/test-floorf1.c: Include isnanf.h.
9064         (main): Use isnanf() instead of isnan().
9065         * tests/test-ceilf1.c: Include isnanf.h.
9066         (main): Use isnanf() instead of isnan().
9067         * tests/test-truncf1.c: Include isnanf.h.
9068         (main): Use isnanf() instead of isnan().
9069         * tests/test-roundf1.c: Include isnanf.h.
9070         (main): Use isnanf() instead of isnan().
9071
9072 2007-10-21  Eric Blake  <ebb9@byu.net>
9073
9074         * users.txt: Update URL for m4.
9075
9076 2007-10-21  Bruno Haible  <bruno@clisp.org>
9077
9078         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
9079
9080 2007-10-21  Bruno Haible  <bruno@clisp.org>
9081
9082         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
9083         Git's management files if the CVS files are not present.
9084
9085 2007-10-20  Bruno Haible  <bruno@clisp.org>
9086
9087         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
9088         gcc-3.4.x.
9089
9090 2007-10-20  Ben Pfaff  <blp@gnu.org>
9091
9092         * lib/math.in.h: Declare round, roundf, roundl if we are providing
9093         implementations.
9094         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
9095         * lib/round.c: New file.
9096         * lib/roundf.c: New file.
9097         * lib/roundl.c: New file.
9098         * m4/round.m4: New file.
9099         * m4/roundf.m4: New file.
9100         * m4/roundl.m4: New file.
9101         * m4/check-libm-func-m4: New file.
9102         * modules/math: Replace round, roundf, roundl related @VARS@ in
9103         math.in.h.
9104         * modules/round: New file.
9105         * modules/round-tests: New file.
9106         * modules/roundf: New file.
9107         * modules/roundf-tests: New file.
9108         * modules/roundl: New file.
9109         * modules/roundl-tests: New file.
9110         * tests/test-round1.c: New file.
9111         * tests/test-round2.c: New file.
9112         * tests/test-roundf1.c: New file.
9113         * tests/test-roundf2.c: New file.
9114         * tests/test-roundl.c: New file.
9115         * doc/functions/round.texi: Mention round module.
9116         * doc/functions/roundf.texi: Mention roundf module.
9117         * doc/functions/roundl.texi: Mention roundl module.
9118         * MODULES.html.sh: Mention new modules.
9119         Thanks to Bruno Haible for suggestions.
9120
9121 2007-10-20  Jim Meyering  <meyering@redhat.com>
9122
9123         * lib/xprintf.c: Include <config.h> unconditionally.
9124
9125         Change xprintf's license to GPL.
9126         * modules/xprintf (License): s/LGPL/GPL/, since this module
9127         depends on modules (exit and exitfail) which are GPL.
9128         Suggestion from Bruno Haible.
9129
9130         xprintf fixes.
9131         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
9132         Use a clearer diagnostic.
9133         Patch from Bruno Haible.
9134
9135 2007-10-20  Bruno Haible  <bruno@clisp.org>
9136
9137         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
9138         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
9139         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9140
9141 2007-10-20  Bruno Haible  <bruno@clisp.org>
9142
9143         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
9144         precision in the comparison result > x - 1 or similar.
9145         * tests/test-ceilf2.c (correct_result_p): Likewise.
9146         * tests/test-truncf2.c (correct_result_p): Likewise.
9147         * tests/test-trunc2.c (correct_result_p): Likewise.
9148         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9149
9150 2007-10-20  Bruno Haible  <bruno@clisp.org>
9151
9152         * modules/ceil: New file.
9153         * m4/ceil.m4: New file.
9154         * doc/functions/ceil.texi: Mention the 'ceil' module.
9155
9156 2007-10-20  Bruno Haible  <bruno@clisp.org>
9157
9158         * modules/floor: New file.
9159         * m4/floor.m4: New file.
9160         * doc/functions/floor.texi: Mention the 'floor' module.
9161
9162 2007-10-20  Bruno Haible  <bruno@clisp.org>
9163
9164         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
9165         of %a.
9166         * modules/floorf-tests (Depends-on): Likewise.
9167         * modules/truncf-tests (Depends-on): Likewise.
9168         * modules/trunc-tests (Depends-on): Likewise.
9169         Reported by Ben Pfaff.
9170
9171 2007-10-19  Jim Meyering  <meyering@redhat.com>
9172
9173         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
9174         Don't bother testing specific errno values.  Just test ferror.
9175
9176         New module: xprintf
9177         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
9178
9179 2007-10-19  Bruno Haible  <bruno@clisp.org>
9180
9181         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
9182         syntax.
9183         * modules/javaexec (Makefile.am): Likewise.
9184         * modules/relocatable-prog (Makefile.am): Likewise.
9185         Suggested by Jim Meyering.
9186
9187 2007-10-18  Bruno Haible  <bruno@clisp.org>
9188
9189         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
9190         Reported by Jim Meyering.
9191
9192 2007-10-18  Eric Blake  <ebb9@byu.net>
9193
9194         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
9195
9196 2007-10-18  Bruno Haible  <bruno@clisp.org>
9197
9198         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
9199         the format string into writable memory. Needed in Fortify conditions.
9200
9201 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
9202             Bruno Haible  <bruno@clisp.org>
9203
9204         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
9205         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
9206         * modules/trim (Depends-on): Add mbchar.
9207         (configure.ac): Add gl_FUNC_MBRTOWC.
9208         (Makefile.am): Augment lib_SOURCES.
9209
9210 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
9211
9212         Modify glob.c to use fstatat and dirfd, to simplify it.
9213         Suggested by Eric Blake.
9214         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
9215         Don't include <stdbool.h>; not used.
9216         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
9217         (link_exists_p): Simplify implementation, since we can now assume
9218         dirfd and fstatat.
9219         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
9220
9221 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9222
9223         * gnulib-tool (func_get_dependencies): Fix sed script to
9224         match only tests.
9225
9226 2007-10-17  Bruno Haible  <bruno@clisp.org>
9227
9228         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
9229         allow locale names without encoding suffix.
9230         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
9231         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
9232
9233 2007-10-16  Bruno Haible  <bruno@clisp.org>
9234
9235         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
9236         * lib/getgroups.c (getgroups): Likewise.
9237         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
9238
9239 2007-10-16  Bruno Haible  <bruno@clisp.org>
9240
9241         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
9242         * modules/malloc-posix (License): Likewise.
9243         * modules/realloc-posix (License): Likewise.
9244         * modules/calloc-posix (License): Likewise.
9245         * modules/intprops (License): Change from GPL to LGPL, with
9246         Paul Eggert's approval.
9247
9248 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
9249
9250         Merge glibc changes into lib/glob.c.
9251
9252         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
9253         2007-10-15 04:59:03 UTC.  Here are the changes:
9254
9255         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
9256
9257         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
9258
9259         * lib/glob.c: Add some branch prediction throughout.
9260
9261         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
9262
9263         [BZ #5103]
9264         * lib/glob.c (glob): Recognize patterns starting \/.
9265
9266         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
9267
9268         [BZ #3996]
9269         * lib/glob.c (attribute_hidden): Define if not defined.
9270         (glob): Unescape dirname, filename or username when needed and not
9271         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
9272         is NULL.  Handle unescaped [ in pattern without closing ].
9273         Don't pass GLOB_CHECK down to recursive glob for directories.
9274         (__glob_pattern_type): New function.
9275         (__glob_pattern_p): Implement using __glob_pattern_type.
9276         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
9277         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
9278         Remove unreachable code.
9279
9280         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
9281
9282         * lib/glob.c (glob_in_dir): Add some comments and asserts to
9283         explain why there are no leaks.
9284
9285         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
9286
9287         [BZ #3253]
9288         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
9289         time, rather allocate increasingly bigger arrays of pointers, if
9290         possible with alloca, if too large with malloc.
9291
9292 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
9293
9294         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
9295         Problem reported by H.Merijn Brand in
9296         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
9297         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
9298         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
9299
9300 2007-10-15  Bruno Haible  <bruno@clisp.org>
9301
9302         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
9303         with explicit rpl_ prefix.
9304         * lib/fopen.c (fopen): Likewise.
9305         * lib/freopen.c (freopen): Likewise.
9306         * lib/iconv.c (iconv): Likewise.
9307         * lib/iconv_close.c (iconv_close): Likewise.
9308
9309 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9310
9311         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
9312
9313 2007-10-15  Bruno Haible  <bruno@clisp.org>
9314
9315         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
9316         <stddef.h> instead of <stdlib.h> since we only need NULL.
9317         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9318
9319 2007-10-15  Bruno Haible  <bruno@clisp.org>
9320
9321         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
9322         Replace paragraph talking about LIBOBJS.
9323         Reported by Colin Watson <cjwatson@debian.org>.
9324
9325 2007-10-15  Bruno Haible  <bruno@clisp.org>
9326
9327         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
9328         <stdlib.h> before using NULL.
9329
9330 2007-10-15  Simon Josefsson  <simon@josefsson.org>
9331
9332         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
9333         Reported by Albert Chin <china@thewrittenword.com>.
9334
9335 2007-10-14  Bruno Haible  <bruno@clisp.org>
9336
9337         * modules/iconv_open-utf-tests: New file.
9338         * tests/test-iconv-utf.c: New file.
9339
9340         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
9341         * modules/iconv_open-utf: New file.
9342         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
9343         (iconv, iconv_close): New declarations.
9344         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
9345         be defined.
9346         (iconv_open): Add special handling of conversion between UTF-8 and
9347         UTF-{16,32}{BE,LE}.
9348         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
9349         * lib/iconv_close.c: New file.
9350         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
9351         gl_FUNC_ICONV_OPEN.
9352         (gl_FUNC_ICONV_OPEN): Use it.
9353         (gl_FUNC_ICONV_OPEN_UTF): New macro.
9354         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
9355         and REPLACE_ICONV_UTF.
9356         * modules/iconv_open (Depends-on): Add c-strcase.
9357         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
9358         ICONV_CONST.
9359         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
9360
9361 2007-10-13  Albert Chin  <china@thewrittenword.com>
9362             Bruno Haible  <bruno@clisp.org>
9363
9364         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
9365         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
9366
9367 2007-10-13  Bruno Haible  <bruno@clisp.org>
9368
9369         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
9370         defined, use the ISO C99 inline semantics.
9371         * lib/argp.h (ARGP_EI): Likewise.
9372
9373 2007-10-13  Bruno Haible  <bruno@clisp.org>
9374
9375         Handle 'inline' change in gcc 4.3.0.
9376         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
9377         argp_fmtstream_write, argp_fmtstream_set_lmargin,
9378         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
9379         argp_fmtstream_point): Disable 'extern' declaration if the function
9380         definition is going to be provided inline.
9381         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
9382         semantics, not the ISO C99 inline semantics.
9383         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
9384         'extern' declaration if the function definition is going to be provided
9385         inline.
9386         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
9387         the GNU C inline semantics, not the ISO C99 inline semantics. With
9388         GCC 4.2, avoid a warning.
9389
9390 2007-10-13  Bruno Haible  <bruno@clisp.org>
9391
9392         * lib/freading.h (freading): Enable the use of __freading for
9393         glibc >= 2.7.
9394         * lib/freading.c (freading): Likewise.
9395
9396 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9397
9398         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
9399         "warning: C99 inline functions are not supported; using GNU89".
9400
9401 2007-10-12  Bruno Haible  <bruno@clisp.org>
9402
9403         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
9404         of 2.
9405         * tests/test-ceilf2.c: New file.
9406         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
9407
9408         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
9409         * modules/ceilf-tests: Update.
9410
9411 2007-10-12  Bruno Haible  <bruno@clisp.org>
9412
9413         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
9414         of 2.
9415         * tests/test-floorf2.c: New file.
9416         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
9417
9418         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
9419         * modules/floorf-tests: Update.
9420
9421 2007-10-12  Bruno Haible  <bruno@clisp.org>
9422
9423         * tests/test-trunc2.c: New file.
9424         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
9425
9426         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
9427         * modules/trunc-tests: Update.
9428
9429 2007-10-12  Bruno Haible  <bruno@clisp.org>
9430
9431         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
9432         of 2.
9433         * tests/test-truncf2.c: New file.
9434         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
9435
9436         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
9437         * modules/truncf-tests: Update.
9438
9439 2007-10-11  Eric Blake  <ebb9@byu.net>
9440
9441         Don't claim strerror is broken on Interix.
9442         * doc/functions/strerror.texi (strerror): Known broken systems are
9443         now Solaris 8, and not Interix.
9444         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
9445         Interix on cross-compile.
9446         Reported by Martin Koeppe in
9447         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
9448
9449 2007-10-11  Bruno Haible  <bruno@clisp.org>
9450
9451         * modules/i-ring-tests: New file.
9452         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
9453         instead of assert.
9454
9455 2007-10-11  Bruno Haible  <bruno@clisp.org>
9456
9457         * modules/filenamecat-tests: New file.
9458         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
9459         * lib/filenamecat.c: Remove test code.
9460
9461 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9462
9463         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
9464
9465         * lib/strerror.c: Include <string.h> always, to test interface,
9466         and to remove the need for the dummy.
9467         Include intprops.h to compute width instead of doing it ourselves
9468         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
9469         (strerror): Define it to return NULL if there's no system strerror.
9470         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
9471         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
9472         ancient pre-strerror Unix systems well any more.  Saying "unknown
9473         system error" is enough.
9474         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
9475         simpler strerror.c implementation.
9476         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
9477         Simplify the tests to reflect the simpler strerror implementation.
9478         * modules/strerror (Depends-on): Add intprops.
9479
9480 2007-10-09  Eric Blake  <ebb9@byu.net>
9481
9482         Silence test-fpending.
9483         * modules/fpending-tests (Files): Add wrapper script.
9484         * tests/test-fpending.sh: New file.
9485
9486 2007-10-09  Bruno Haible  <bruno@clisp.org>
9487
9488         * MODULES.html.sh (func_module): Don't create a hyperlink for
9489         function names like 'printf_frexp'.
9490         (Misc): Add crc, memxor.
9491         (Characteristics of floating types): New section.
9492         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
9493         isnanf-nolibm, signbit, trunc, truncf, truncl.
9494         (Enhancements for ISO C 99 functions): New subsection Input/output.
9495         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
9496         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
9497         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
9498         (Compatibility checks for POSIX:2001 functions): Add clock-time.
9499         (Enhancements for POSIX:2001 functions): Add chdir-long.
9500         (File system functions): Add areadlink, chdir-safer, read-file.
9501         Remove cycle-check.
9502         (File system as inode set): New section.
9503         (Date and time): Add gethrxtime.
9504         (Multithreading): Add openmp.
9505         (Internationalization functions): Add localename.
9506         (Unicode string functions): Add unistr/u*-mbsnlen.
9507         (Support for maintaining and releasing projects): Add git-version-gen.
9508         (Lone files): Remove directories.
9509
9510 2007-10-08  Ben Pfaff  <blp@gnu.org>
9511
9512         * lib/xmalloca.h: Fix typo in comment.
9513
9514 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
9515
9516         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
9517         when avoiding problems with integer overflow.  Use a portable test
9518         instead.
9519
9520 2007-10-08  Simon Josefsson  <simon@josefsson.org>
9521
9522         * modules/dummy (License): Change to LGPLv2+.
9523         * modules/float (License): Likewise
9524         * modules/realloc (License): Likewise
9525         * modules/stdlib (License): Likewise
9526
9527 2007-10-07  Bruno Haible  <bruno@clisp.org>
9528
9529         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
9530         * floor.c (TWO_MANT_DIG): Likewise.
9531         * ceil.c (TWO_MANT_DIG): Likewise.
9532         Reported by Ben Pfaff.
9533
9534 2007-10-07  Bruno Haible  <bruno@clisp.org>
9535
9536         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
9537         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
9538         * lib/frexp.c (FUNC): Likewise.
9539         * lib/printf-frexp.h (printf_frexp): Likewise.
9540         * lib/printf-frexpl.h (printf_frexpl): Likewise.
9541         * lib/printf-frexp.c (FUNC): Likewise.
9542         Suggested by Jim Meyering.
9543
9544 2007-10-07  Jim Meyering  <meyering@redhat.com>
9545
9546         Make xnanosleep's integer overflow test more robust.
9547         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
9548         so that gcc-4.3.0 doesn't optimize away this test for overflow.
9549
9550 2007-10-07  Bruno Haible  <bruno@clisp.org>
9551
9552         * NEWS: Mention the license change.
9553
9554         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
9555         abbreviations in the modules files.
9556
9557         Change copyright notice from GPLv2+ to GPLv3+.
9558         * README: Change copyright notice.
9559         * MODULES.html.sh: Likewise.
9560         * build-aux/bootstrap.conf: Likewise.
9561         * build-aux/config.libpath: Likewise.
9562         * build-aux/csharpcomp.sh.in: Likewise.
9563         * build-aux/csharpexec.sh.in: Likewise.
9564         * build-aux/install-reloc: Likewise.
9565         * build-aux/javacomp.sh.in: Likewise.
9566         * build-aux/javaexec.sh.in: Likewise.
9567         * build-aux/ldd.sh.in: Likewise.
9568         * build-aux/reloc-ldflags: Likewise.
9569         * build-aux/relocatable.sh.in: Likewise.
9570         * build-aux/x-to-1.in: Likewise.
9571         * check-module: Likewise.
9572         * config/srclistvars.sh: Likewise.
9573         * gnulib-tool: Likewise.
9574         * lib/acl-internal.h: Likewise.
9575         * lib/acl.c: Likewise.
9576         * lib/acl.h: Likewise.
9577         * lib/acl_entries.c: Likewise.
9578         * lib/areadlink-with-size.c: Likewise.
9579         * lib/areadlink.c: Likewise.
9580         * lib/areadlink.h: Likewise.
9581         * lib/argmatch.c: Likewise.
9582         * lib/argmatch.h: Likewise.
9583         * lib/argp-ba.c: Likewise.
9584         * lib/argp-eexst.c: Likewise.
9585         * lib/argp-fmtstream.c: Likewise.
9586         * lib/argp-fmtstream.h: Likewise.
9587         * lib/argp-fs-xinl.c: Likewise.
9588         * lib/argp-help.c: Likewise.
9589         * lib/argp-namefrob.h: Likewise.
9590         * lib/argp-parse.c: Likewise.
9591         * lib/argp-pin.c: Likewise.
9592         * lib/argp-pv.c: Likewise.
9593         * lib/argp-pvh.c: Likewise.
9594         * lib/argp-xinl.c: Likewise.
9595         * lib/argp.h: Likewise.
9596         * lib/at-func.c: Likewise.
9597         * lib/atanl.c: Likewise.
9598         * lib/backupfile.c: Likewise.
9599         * lib/backupfile.h: Likewise.
9600         * lib/basename.c: Likewise.
9601         * lib/binary-io.h: Likewise.
9602         * lib/byteswap.in.h: Likewise.
9603         * lib/c-stack.c: Likewise.
9604         * lib/c-stack.h: Likewise.
9605         * lib/c-strcasestr.c: Likewise.
9606         * lib/c-strcasestr.h: Likewise.
9607         * lib/c-strstr.c: Likewise.
9608         * lib/c-strstr.h: Likewise.
9609         * lib/c-strtod.c: Likewise.
9610         * lib/calloc.c: Likewise.
9611         * lib/canon-host.c: Likewise.
9612         * lib/canon-host.h: Likewise.
9613         * lib/canonicalize-lgpl.c: Likewise.
9614         * lib/canonicalize.c: Likewise.
9615         * lib/canonicalize.h: Likewise.
9616         * lib/ceil.c: Likewise.
9617         * lib/ceilf.c: Likewise.
9618         * lib/ceill.c: Likewise.
9619         * lib/chdir-long.c: Likewise.
9620         * lib/chdir-long.h: Likewise.
9621         * lib/chdir-safer.c: Likewise.
9622         * lib/chdir-safer.h: Likewise.
9623         * lib/chown.c: Likewise.
9624         * lib/classpath.c: Likewise.
9625         * lib/classpath.h: Likewise.
9626         * lib/clean-temp.c: Likewise.
9627         * lib/clean-temp.h: Likewise.
9628         * lib/cloexec.c: Likewise.
9629         * lib/close-stream.c: Likewise.
9630         * lib/closein.c: Likewise.
9631         * lib/closein.h: Likewise.
9632         * lib/closeout.c: Likewise.
9633         * lib/closeout.h: Likewise.
9634         * lib/concat-filename.c: Likewise.
9635         * lib/copy-file.c: Likewise.
9636         * lib/copy-file.h: Likewise.
9637         * lib/count-one-bits.h: Likewise.
9638         * lib/crc.c: Likewise.
9639         * lib/crc.h: Likewise.
9640         * lib/creat-safer.c: Likewise.
9641         * lib/csharpcomp.c: Likewise.
9642         * lib/csharpcomp.h: Likewise.
9643         * lib/csharpexec.c: Likewise.
9644         * lib/csharpexec.h: Likewise.
9645         * lib/cycle-check.c: Likewise.
9646         * lib/cycle-check.h: Likewise.
9647         * lib/diacrit.c: Likewise.
9648         * lib/diacrit.h: Likewise.
9649         * lib/diffseq.h: Likewise.
9650         * lib/dirchownmod.c: Likewise.
9651         * lib/dirent.in.h: Likewise.
9652         * lib/dirfd.c: Likewise.
9653         * lib/dirfd.h: Likewise.
9654         * lib/dirname.c: Likewise.
9655         * lib/dirname.h: Likewise.
9656         * lib/dummy.c: Likewise.
9657         * lib/dup-safer.c: Likewise.
9658         * lib/dup2.c: Likewise.
9659         * lib/eealloc.h: Likewise.
9660         * lib/error.c: Likewise.
9661         * lib/error.h: Likewise.
9662         * lib/euidaccess.c: Likewise.
9663         * lib/exclude.c: Likewise.
9664         * lib/exclude.h: Likewise.
9665         * lib/execute.c: Likewise.
9666         * lib/execute.h: Likewise.
9667         * lib/exitfail.c: Likewise.
9668         * lib/exitfail.h: Likewise.
9669         * lib/expl.c: Likewise.
9670         * lib/fatal-signal.c: Likewise.
9671         * lib/fatal-signal.h: Likewise.
9672         * lib/fbufmode.c: Likewise.
9673         * lib/fbufmode.h: Likewise.
9674         * lib/fchdir.c: Likewise.
9675         * lib/fchmodat.c: Likewise.
9676         * lib/fchownat.c: Likewise.
9677         * lib/fcntl--.h: Likewise.
9678         * lib/fcntl-safer.h: Likewise.
9679         * lib/fcntl.in.h: Likewise.
9680         * lib/fd-safer.c: Likewise.
9681         * lib/fflush.c: Likewise.
9682         * lib/file-has-acl.c: Likewise.
9683         * lib/file-set.c: Likewise.
9684         * lib/file-type.c: Likewise.
9685         * lib/file-type.h: Likewise.
9686         * lib/fileblocks.c: Likewise.
9687         * lib/filemode.c: Likewise.
9688         * lib/filemode.h: Likewise.
9689         * lib/filename.h: Likewise.
9690         * lib/filenamecat.c: Likewise.
9691         * lib/filenamecat.h: Likewise.
9692         * lib/findprog.c: Likewise.
9693         * lib/findprog.h: Likewise.
9694         * lib/float.in.h: Likewise.
9695         * lib/floor.c: Likewise.
9696         * lib/floorf.c: Likewise.
9697         * lib/floorl.c: Likewise.
9698         * lib/fopen-safer.c: Likewise.
9699         * lib/fopen.c: Likewise.
9700         * lib/fpending.c: Likewise.
9701         * lib/fpending.h: Likewise.
9702         * lib/fprintf.c: Likewise.
9703         * lib/fprintftime.h: Likewise.
9704         * lib/fpucw.h: Likewise.
9705         * lib/fpurge.c: Likewise.
9706         * lib/fpurge.h: Likewise.
9707         * lib/freadable.c: Likewise.
9708         * lib/freadable.h: Likewise.
9709         * lib/freadahead.c: Likewise.
9710         * lib/freadahead.h: Likewise.
9711         * lib/freading.c: Likewise.
9712         * lib/freading.h: Likewise.
9713         * lib/free.c: Likewise.
9714         * lib/freopen.c: Likewise.
9715         * lib/frexp.c: Likewise.
9716         * lib/frexpl.c: Likewise.
9717         * lib/fseek.c: Likewise.
9718         * lib/fseterr.c: Likewise.
9719         * lib/fseterr.h: Likewise.
9720         * lib/fstatat.c: Likewise.
9721         * lib/fstrcmp.c: Likewise.
9722         * lib/fstrcmp.h: Likewise.
9723         * lib/fsusage.c: Likewise.
9724         * lib/fsusage.h: Likewise.
9725         * lib/ftell.c: Likewise.
9726         * lib/ftello.c: Likewise.
9727         * lib/fts-cycle.c: Likewise.
9728         * lib/fts.c: Likewise.
9729         * lib/fts_.h: Likewise.
9730         * lib/full-read.c: Likewise.
9731         * lib/full-read.h: Likewise.
9732         * lib/full-write.c: Likewise.
9733         * lib/full-write.h: Likewise.
9734         * lib/fwritable.c: Likewise.
9735         * lib/fwritable.h: Likewise.
9736         * lib/fwriteerror.c: Likewise.
9737         * lib/fwriteerror.h: Likewise.
9738         * lib/fwriting.c: Likewise.
9739         * lib/fwriting.h: Likewise.
9740         * lib/gcd.c: Likewise.
9741         * lib/gcd.h: Likewise.
9742         * lib/getcwd.c: Likewise.
9743         * lib/getdate.h: Likewise.
9744         * lib/getdate.y: Likewise.
9745         * lib/getdomainname.c: Likewise.
9746         * lib/getdomainname.h: Likewise.
9747         * lib/getgroups.c: Likewise.
9748         * lib/gethostname.c: Likewise.
9749         * lib/gethrxtime.c: Likewise.
9750         * lib/gethrxtime.h: Likewise.
9751         * lib/getloadavg.c: Likewise.
9752         * lib/getndelim2.c: Likewise.
9753         * lib/getndelim2.h: Likewise.
9754         * lib/getnline.c: Likewise.
9755         * lib/getnline.h: Likewise.
9756         * lib/getopt.c: Likewise.
9757         * lib/getopt.in.h: Likewise.
9758         * lib/getopt1.c: Likewise.
9759         * lib/getopt_int.h: Likewise.
9760         * lib/getpagesize.h: Likewise.
9761         * lib/getsubopt.c: Likewise.
9762         * lib/gettime.c: Likewise.
9763         * lib/getugroups.c: Likewise.
9764         * lib/getugroups.h: Likewise.
9765         * lib/getusershell.c: Likewise.
9766         * lib/gl_anyavltree_list1.h: Likewise.
9767         * lib/gl_anyavltree_list2.h: Likewise.
9768         * lib/gl_anyhash_list1.h: Likewise.
9769         * lib/gl_anyhash_list2.h: Likewise.
9770         * lib/gl_anylinked_list1.h: Likewise.
9771         * lib/gl_anylinked_list2.h: Likewise.
9772         * lib/gl_anyrbtree_list1.h: Likewise.
9773         * lib/gl_anyrbtree_list2.h: Likewise.
9774         * lib/gl_anytree_list1.h: Likewise.
9775         * lib/gl_anytree_list2.h: Likewise.
9776         * lib/gl_anytree_oset.h: Likewise.
9777         * lib/gl_anytreehash_list1.h: Likewise.
9778         * lib/gl_anytreehash_list2.h: Likewise.
9779         * lib/gl_array_list.c: Likewise.
9780         * lib/gl_array_list.h: Likewise.
9781         * lib/gl_array_oset.c: Likewise.
9782         * lib/gl_array_oset.h: Likewise.
9783         * lib/gl_avltree_list.c: Likewise.
9784         * lib/gl_avltree_list.h: Likewise.
9785         * lib/gl_avltree_oset.c: Likewise.
9786         * lib/gl_avltree_oset.h: Likewise.
9787         * lib/gl_avltreehash_list.c: Likewise.
9788         * lib/gl_avltreehash_list.h: Likewise.
9789         * lib/gl_carray_list.c: Likewise.
9790         * lib/gl_carray_list.h: Likewise.
9791         * lib/gl_linked_list.c: Likewise.
9792         * lib/gl_linked_list.h: Likewise.
9793         * lib/gl_linkedhash_list.c: Likewise.
9794         * lib/gl_linkedhash_list.h: Likewise.
9795         * lib/gl_list.c: Likewise.
9796         * lib/gl_list.h: Likewise.
9797         * lib/gl_oset.c: Likewise.
9798         * lib/gl_oset.h: Likewise.
9799         * lib/gl_rbtree_list.c: Likewise.
9800         * lib/gl_rbtree_list.h: Likewise.
9801         * lib/gl_rbtree_oset.c: Likewise.
9802         * lib/gl_rbtree_oset.h: Likewise.
9803         * lib/gl_rbtreehash_list.c: Likewise.
9804         * lib/gl_rbtreehash_list.h: Likewise.
9805         * lib/gl_sublist.c: Likewise.
9806         * lib/gl_sublist.h: Likewise.
9807         * lib/group-member.c: Likewise.
9808         * lib/group-member.h: Likewise.
9809         * lib/hard-locale.c: Likewise.
9810         * lib/hard-locale.h: Likewise.
9811         * lib/hash-pjw.c: Likewise.
9812         * lib/hash-pjw.h: Likewise.
9813         * lib/hash-triple.c: Likewise.
9814         * lib/hash.c: Likewise.
9815         * lib/hash.h: Likewise.
9816         * lib/human.c: Likewise.
9817         * lib/human.h: Likewise.
9818         * lib/i-ring.c: Likewise.
9819         * lib/i-ring.h: Likewise.
9820         * lib/idcache.c: Likewise.
9821         * lib/imaxabs.c: Likewise.
9822         * lib/imaxdiv.c: Likewise.
9823         * lib/inet_pton.c: Likewise.
9824         * lib/inet_pton.h: Likewise.
9825         * lib/intprops.h: Likewise.
9826         * lib/inttostr.c: Likewise.
9827         * lib/inttostr.h: Likewise.
9828         * lib/inttypes.in.h: Likewise.
9829         * lib/isapipe.c: Likewise.
9830         * lib/isdir.c: Likewise.
9831         * lib/isnan.c: Likewise.
9832         * lib/isnan.h: Likewise.
9833         * lib/isnanf.c: Likewise.
9834         * lib/isnanf.h: Likewise.
9835         * lib/isnanl-nolibm.h: Likewise.
9836         * lib/isnanl.c: Likewise.
9837         * lib/isnanl.h: Likewise.
9838         * lib/javacomp.c: Likewise.
9839         * lib/javacomp.h: Likewise.
9840         * lib/javaexec.c: Likewise.
9841         * lib/javaexec.h: Likewise.
9842         * lib/javaversion.c: Likewise.
9843         * lib/javaversion.h: Likewise.
9844         * lib/javaversion.java: Likewise.
9845         * lib/lbrkprop.h: Likewise.
9846         * lib/lchmod.h: Likewise.
9847         * lib/lchown.c: Likewise.
9848         * lib/ldexpl.c: Likewise.
9849         * lib/linebreak.c: Likewise.
9850         * lib/linebreak.h: Likewise.
9851         * lib/linebuffer.c: Likewise.
9852         * lib/linebuffer.h: Likewise.
9853         * lib/locale.in.h: Likewise.
9854         * lib/logl.c: Likewise.
9855         * lib/long-options.c: Likewise.
9856         * lib/long-options.h: Likewise.
9857         * lib/lstat.c: Likewise.
9858         * lib/lstat.h: Likewise.
9859         * lib/math.in.h: Likewise.
9860         * lib/mbchar.c: Likewise.
9861         * lib/mbchar.h: Likewise.
9862         * lib/mbfile.h: Likewise.
9863         * lib/mbiter.h: Likewise.
9864         * lib/mbscasecmp.c: Likewise.
9865         * lib/mbscasestr.c: Likewise.
9866         * lib/mbschr.c: Likewise.
9867         * lib/mbscspn.c: Likewise.
9868         * lib/mbslen.c: Likewise.
9869         * lib/mbsncasecmp.c: Likewise.
9870         * lib/mbsnlen.c: Likewise.
9871         * lib/mbspbrk.c: Likewise.
9872         * lib/mbspcasecmp.c: Likewise.
9873         * lib/mbsrchr.c: Likewise.
9874         * lib/mbssep.c: Likewise.
9875         * lib/mbsspn.c: Likewise.
9876         * lib/mbsstr.c: Likewise.
9877         * lib/mbstok_r.c: Likewise.
9878         * lib/mbswidth.c: Likewise.
9879         * lib/mbswidth.h: Likewise.
9880         * lib/mbuiter.h: Likewise.
9881         * lib/memcasecmp.c: Likewise.
9882         * lib/memcasecmp.h: Likewise.
9883         * lib/memchr.c: Likewise.
9884         * lib/memcmp.c: Likewise.
9885         * lib/memcoll.c: Likewise.
9886         * lib/memcoll.h: Likewise.
9887         * lib/memcpy.c: Likewise.
9888         * lib/memrchr.c: Likewise.
9889         * lib/mkancesdirs.c: Likewise.
9890         * lib/mkdir-p.c: Likewise.
9891         * lib/mkdir-p.h: Likewise.
9892         * lib/mkdir.c: Likewise.
9893         * lib/mkdirat.c: Likewise.
9894         * lib/mkdtemp.c: Likewise.
9895         * lib/mkstemp-safer.c: Likewise.
9896         * lib/mkstemp.c: Likewise.
9897         * lib/modechange.c: Likewise.
9898         * lib/modechange.h: Likewise.
9899         * lib/mountlist.c: Likewise.
9900         * lib/mountlist.h: Likewise.
9901         * lib/mpsort.c: Likewise.
9902         * lib/nanosleep.c: Likewise.
9903         * lib/obstack.c: Likewise.
9904         * lib/obstack.h: Likewise.
9905         * lib/open-safer.c: Likewise.
9906         * lib/open.c: Likewise.
9907         * lib/openat-die.c: Likewise.
9908         * lib/openat-priv.h: Likewise.
9909         * lib/openat-proc.c: Likewise.
9910         * lib/openat.c: Likewise.
9911         * lib/openat.h: Likewise.
9912         * lib/pagealign_alloc.c: Likewise.
9913         * lib/pagealign_alloc.h: Likewise.
9914         * lib/physmem.c: Likewise.
9915         * lib/physmem.h: Likewise.
9916         * lib/pipe-safer.c: Likewise.
9917         * lib/pipe.c: Likewise.
9918         * lib/pipe.h: Likewise.
9919         * lib/posixtm.c: Likewise.
9920         * lib/posixtm.h: Likewise.
9921         * lib/posixver.c: Likewise.
9922         * lib/printf-frexp.c: Likewise.
9923         * lib/printf-frexp.h: Likewise.
9924         * lib/printf-frexpl.c: Likewise.
9925         * lib/printf-frexpl.h: Likewise.
9926         * lib/printf.c: Likewise.
9927         * lib/progname.c: Likewise.
9928         * lib/progname.h: Likewise.
9929         * lib/progreloc.c: Likewise.
9930         * lib/putenv.c: Likewise.
9931         * lib/quote.c: Likewise.
9932         * lib/quote.h: Likewise.
9933         * lib/quotearg.c: Likewise.
9934         * lib/quotearg.h: Likewise.
9935         * lib/raise.c: Likewise.
9936         * lib/readline.c: Likewise.
9937         * lib/readline.h: Likewise.
9938         * lib/readlink.c: Likewise.
9939         * lib/readtokens.c: Likewise.
9940         * lib/readtokens.h: Likewise.
9941         * lib/readtokens0.c: Likewise.
9942         * lib/readtokens0.h: Likewise.
9943         * lib/readutmp.c: Likewise.
9944         * lib/readutmp.h: Likewise.
9945         * lib/realloc.c: Likewise.
9946         * lib/relocwrapper.c: Likewise.
9947         * lib/rename-dest-slash.c: Likewise.
9948         * lib/rename.c: Likewise.
9949         * lib/rmdir.c: Likewise.
9950         * lib/rpmatch.c: Likewise.
9951         * lib/safe-read.c: Likewise.
9952         * lib/safe-read.h: Likewise.
9953         * lib/safe-write.c: Likewise.
9954         * lib/safe-write.h: Likewise.
9955         * lib/same-inode.h: Likewise.
9956         * lib/same.c: Likewise.
9957         * lib/same.h: Likewise.
9958         * lib/save-cwd.c: Likewise.
9959         * lib/save-cwd.h: Likewise.
9960         * lib/savedir.c: Likewise.
9961         * lib/savedir.h: Likewise.
9962         * lib/savewd.c: Likewise.
9963         * lib/savewd.h: Likewise.
9964         * lib/search.in.h: Likewise.
9965         * lib/setenv.c: Likewise.
9966         * lib/setenv.h: Likewise.
9967         * lib/settime.c: Likewise.
9968         * lib/sh-quote.c: Likewise.
9969         * lib/sh-quote.h: Likewise.
9970         * lib/sig2str.c: Likewise.
9971         * lib/sig2str.h: Likewise.
9972         * lib/signal.in.h: Likewise.
9973         * lib/signbitd.c: Likewise.
9974         * lib/signbitf.c: Likewise.
9975         * lib/signbitl.c: Likewise.
9976         * lib/sigprocmask.c: Likewise.
9977         * lib/sincosl.c: Likewise.
9978         * lib/sleep.c: Likewise.
9979         * lib/sprintf.c: Likewise.
9980         * lib/sqrtl.c: Likewise.
9981         * lib/stat-time.h: Likewise.
9982         * lib/stdio--.h: Likewise.
9983         * lib/stdio-safer.h: Likewise.
9984         * lib/stdlib--.h: Likewise.
9985         * lib/stdlib-safer.h: Likewise.
9986         * lib/stdlib.in.h: Likewise.
9987         * lib/stpcpy.c: Likewise.
9988         * lib/stpncpy.c: Likewise.
9989         * lib/strchrnul.c: Likewise.
9990         * lib/strcspn.c: Likewise.
9991         * lib/strerror.c: Likewise.
9992         * lib/strftime.c: Likewise.
9993         * lib/strftime.h: Likewise.
9994         * lib/striconveh.c: Likewise.
9995         * lib/striconveh.h: Likewise.
9996         * lib/striconveha.c: Likewise.
9997         * lib/striconveha.h: Likewise.
9998         * lib/stripslash.c: Likewise.
9999         * lib/strnlen1.c: Likewise.
10000         * lib/strnlen1.h: Likewise.
10001         * lib/strtod.c: Likewise.
10002         * lib/strtoimax.c: Likewise.
10003         * lib/strtok_r.c: Likewise.
10004         * lib/strtol.c: Likewise.
10005         * lib/strtoll.c: Likewise.
10006         * lib/strtoul.c: Likewise.
10007         * lib/strtoull.c: Likewise.
10008         * lib/sysexits.in.h: Likewise.
10009         * lib/tempname.c: Likewise.
10010         * lib/tempname.h: Likewise.
10011         * lib/timespec.h: Likewise.
10012         * lib/tls.c: Likewise.
10013         * lib/tls.h: Likewise.
10014         * lib/tmpdir.c: Likewise.
10015         * lib/tmpdir.h: Likewise.
10016         * lib/tmpfile-safer.c: Likewise.
10017         * lib/tmpfile.c: Likewise.
10018         * lib/trigl.c: Likewise.
10019         * lib/trigl.h: Likewise.
10020         * lib/trim.c: Likewise.
10021         * lib/trim.h: Likewise.
10022         * lib/trunc.c: Likewise.
10023         * lib/truncf.c: Likewise.
10024         * lib/truncl.c: Likewise.
10025         * lib/tsearch.c: Likewise.
10026         * lib/unicodeio.c: Likewise.
10027         * lib/unicodeio.h: Likewise.
10028         * lib/unistd--.h: Likewise.
10029         * lib/unistd-safer.h: Likewise.
10030         * lib/unistdio/ulc-fprintf.c: Likewise.
10031         * lib/unistdio/ulc-vfprintf.c: Likewise.
10032         * lib/unlinkdir.c: Likewise.
10033         * lib/unlinkdir.h: Likewise.
10034         * lib/unlocked-io.h: Likewise.
10035         * lib/unsetenv.c: Likewise.
10036         * lib/userspec.c: Likewise.
10037         * lib/utime.c: Likewise.
10038         * lib/utimecmp.c: Likewise.
10039         * lib/utimecmp.h: Likewise.
10040         * lib/utimens.c: Likewise.
10041         * lib/verify.h: Likewise.
10042         * lib/verror.c: Likewise.
10043         * lib/verror.h: Likewise.
10044         * lib/version-etc-fsf.c: Likewise.
10045         * lib/version-etc.c: Likewise.
10046         * lib/version-etc.h: Likewise.
10047         * lib/vfprintf.c: Likewise.
10048         * lib/vprintf.c: Likewise.
10049         * lib/vsprintf.c: Likewise.
10050         * lib/w32spawn.h: Likewise.
10051         * lib/wait-process.c: Likewise.
10052         * lib/wait-process.h: Likewise.
10053         * lib/wcwidth.c: Likewise.
10054         * lib/write-any-file.c: Likewise.
10055         * lib/xalloc-die.c: Likewise.
10056         * lib/xalloc.h: Likewise.
10057         * lib/xasprintf.c: Likewise.
10058         * lib/xgetcwd.c: Likewise.
10059         * lib/xgetcwd.h: Likewise.
10060         * lib/xgetdomainname.c: Likewise.
10061         * lib/xgetdomainname.h: Likewise.
10062         * lib/xgethostname.c: Likewise.
10063         * lib/xmalloc.c: Likewise.
10064         * lib/xmalloca.c: Likewise.
10065         * lib/xmalloca.h: Likewise.
10066         * lib/xmemcoll.c: Likewise.
10067         * lib/xnanosleep.c: Likewise.
10068         * lib/xreadlink.c: Likewise.
10069         * lib/xreadlink.h: Likewise.
10070         * lib/xsetenv.c: Likewise.
10071         * lib/xsetenv.h: Likewise.
10072         * lib/xstriconv.c: Likewise.
10073         * lib/xstriconv.h: Likewise.
10074         * lib/xstrndup.c: Likewise.
10075         * lib/xstrndup.h: Likewise.
10076         * lib/xstrtod.c: Likewise.
10077         * lib/xstrtod.h: Likewise.
10078         * lib/xstrtol-error.c: Likewise.
10079         * lib/xstrtol.c: Likewise.
10080         * lib/xstrtol.h: Likewise.
10081         * lib/xtime.h: Likewise.
10082         * lib/xvasprintf.c: Likewise.
10083         * lib/xvasprintf.h: Likewise.
10084         * lib/yesno.c: Likewise.
10085         * lib/yesno.h: Likewise.
10086         * posix-modules: Likewise.
10087         * tests/test-alloca-opt.c: Likewise.
10088         * tests/test-arcfour.c: Likewise.
10089         * tests/test-arctwo.c: Likewise.
10090         * tests/test-argmatch.c: Likewise.
10091         * tests/test-argp-2.sh: Likewise.
10092         * tests/test-argp.c: Likewise.
10093         * tests/test-arpa_inet.c: Likewise.
10094         * tests/test-array_list.c: Likewise.
10095         * tests/test-array_oset.c: Likewise.
10096         * tests/test-atexit.c: Likewise.
10097         * tests/test-avltree_list.c: Likewise.
10098         * tests/test-avltree_oset.c: Likewise.
10099         * tests/test-avltreehash_list.c: Likewise.
10100         * tests/test-base64.c: Likewise.
10101         * tests/test-binary-io.c: Likewise.
10102         * tests/test-byteswap.c: Likewise.
10103         * tests/test-c-ctype.c: Likewise.
10104         * tests/test-c-strcasecmp.c: Likewise.
10105         * tests/test-c-strcasestr.c: Likewise.
10106         * tests/test-c-strncasecmp.c: Likewise.
10107         * tests/test-c-strstr.c: Likewise.
10108         * tests/test-canonicalize-lgpl.c: Likewise.
10109         * tests/test-canonicalize.c: Likewise.
10110         * tests/test-carray_list.c: Likewise.
10111         * tests/test-ceilf.c: Likewise.
10112         * tests/test-ceill.c: Likewise.
10113         * tests/test-count-one-bits.c: Likewise.
10114         * tests/test-crc.c: Likewise.
10115         * tests/test-dirname.c: Likewise.
10116         * tests/test-fbufmode.c: Likewise.
10117         * tests/test-fcntl.c: Likewise.
10118         * tests/test-fflush.c: Likewise.
10119         * tests/test-floorf.c: Likewise.
10120         * tests/test-floorl.c: Likewise.
10121         * tests/test-fopen.c: Likewise.
10122         * tests/test-fprintf-posix.c: Likewise.
10123         * tests/test-fprintf-posix.h: Likewise.
10124         * tests/test-fpurge.c: Likewise.
10125         * tests/test-freadable.c: Likewise.
10126         * tests/test-freadahead.c: Likewise.
10127         * tests/test-freading.c: Likewise.
10128         * tests/test-freopen.c: Likewise.
10129         * tests/test-frexp.c: Likewise.
10130         * tests/test-frexpl.c: Likewise.
10131         * tests/test-fseek.c: Likewise.
10132         * tests/test-fseeko.c: Likewise.
10133         * tests/test-fseterr.c: Likewise.
10134         * tests/test-fstrcmp.c: Likewise.
10135         * tests/test-ftell.c: Likewise.
10136         * tests/test-ftello.c: Likewise.
10137         * tests/test-fwritable.c: Likewise.
10138         * tests/test-fwriting.c: Likewise.
10139         * tests/test-getaddrinfo.c: Likewise.
10140         * tests/test-getpass.c: Likewise.
10141         * tests/test-gettimeofday.c: Likewise.
10142         * tests/test-hmac-md5.c: Likewise.
10143         * tests/test-hmac-sha1.c: Likewise.
10144         * tests/test-iconv.c: Likewise.
10145         * tests/test-iconvme.c: Likewise.
10146         * tests/test-inttypes.c: Likewise.
10147         * tests/test-isnan.c: Likewise.
10148         * tests/test-isnanf.c: Likewise.
10149         * tests/test-isnanl-nolibm.c: Likewise.
10150         * tests/test-isnanl.c: Likewise.
10151         * tests/test-isnanl.h: Likewise.
10152         * tests/test-ldexpl.c: Likewise.
10153         * tests/test-linked_list.c: Likewise.
10154         * tests/test-linkedhash_list.c: Likewise.
10155         * tests/test-locale.c: Likewise.
10156         * tests/test-localename.c: Likewise.
10157         * tests/test-lock.c: Likewise.
10158         * tests/test-lseek.c: Likewise.
10159         * tests/test-malloca.c: Likewise.
10160         * tests/test-math.c: Likewise.
10161         * tests/test-mbscasecmp.c: Likewise.
10162         * tests/test-mbscasestr1.c: Likewise.
10163         * tests/test-mbscasestr2.c: Likewise.
10164         * tests/test-mbscasestr3.c: Likewise.
10165         * tests/test-mbscasestr4.c: Likewise.
10166         * tests/test-mbschr.c: Likewise.
10167         * tests/test-mbscspn.c: Likewise.
10168         * tests/test-mbsncasecmp.c: Likewise.
10169         * tests/test-mbspbrk.c: Likewise.
10170         * tests/test-mbspcasecmp.c: Likewise.
10171         * tests/test-mbsrchr.c: Likewise.
10172         * tests/test-mbsspn.c: Likewise.
10173         * tests/test-mbsstr1.c: Likewise.
10174         * tests/test-mbsstr2.c: Likewise.
10175         * tests/test-mbsstr3.c: Likewise.
10176         * tests/test-md5.c: Likewise.
10177         * tests/test-memmem.c: Likewise.
10178         * tests/test-netinet_in.c: Likewise.
10179         * tests/test-open.c: Likewise.
10180         * tests/test-printf-frexp.c: Likewise.
10181         * tests/test-printf-frexpl.c: Likewise.
10182         * tests/test-printf-posix.c: Likewise.
10183         * tests/test-printf-posix.h: Likewise.
10184         * tests/test-rbtree_list.c: Likewise.
10185         * tests/test-rbtree_oset.c: Likewise.
10186         * tests/test-rbtreehash_list.c: Likewise.
10187         * tests/test-read-file.c: Likewise.
10188         * tests/test-rijndael.c: Likewise.
10189         * tests/test-search.c: Likewise.
10190         * tests/test-signbit.c: Likewise.
10191         * tests/test-sleep.c: Likewise.
10192         * tests/test-snprintf-posix.c: Likewise.
10193         * tests/test-snprintf-posix.h: Likewise.
10194         * tests/test-snprintf.c: Likewise.
10195         * tests/test-sprintf-posix.c: Likewise.
10196         * tests/test-sprintf-posix.h: Likewise.
10197         * tests/test-stat-time.c: Likewise.
10198         * tests/test-stdbool.c: Likewise.
10199         * tests/test-stdint.c: Likewise.
10200         * tests/test-stdio.c: Likewise.
10201         * tests/test-stdlib.c: Likewise.
10202         * tests/test-stpncpy.c: Likewise.
10203         * tests/test-strcasestr.c: Likewise.
10204         * tests/test-striconv.c: Likewise.
10205         * tests/test-striconveh.c: Likewise.
10206         * tests/test-striconveha.c: Likewise.
10207         * tests/test-string.c: Likewise.
10208         * tests/test-sys_select.c: Likewise.
10209         * tests/test-sys_socket.c: Likewise.
10210         * tests/test-sys_stat.c: Likewise.
10211         * tests/test-sys_time.c: Likewise.
10212         * tests/test-sysexits.c: Likewise.
10213         * tests/test-time.c: Likewise.
10214         * tests/test-tls.c: Likewise.
10215         * tests/test-trunc.c: Likewise.
10216         * tests/test-truncf.c: Likewise.
10217         * tests/test-truncl.c: Likewise.
10218         * tests/test-unistd.c: Likewise.
10219         * tests/test-vasnprintf-posix.c: Likewise.
10220         * tests/test-vasnprintf-posix2.c: Likewise.
10221         * tests/test-vasnprintf.c: Likewise.
10222         * tests/test-vasprintf-posix.c: Likewise.
10223         * tests/test-vasprintf.c: Likewise.
10224         * tests/test-verify.c: Likewise.
10225         * tests/test-vfprintf-posix.c: Likewise.
10226         * tests/test-vprintf-posix.c: Likewise.
10227         * tests/test-vsnprintf-posix.c: Likewise.
10228         * tests/test-vsnprintf.c: Likewise.
10229         * tests/test-vsprintf-posix.c: Likewise.
10230         * tests/test-wchar.c: Likewise.
10231         * tests/test-wctype.c: Likewise.
10232         * tests/test-wcwidth.c: Likewise.
10233         * tests/test-xstrtol.c: Likewise.
10234         * tests/test-xvasprintf.c: Likewise.
10235         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
10236         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
10237         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
10238         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
10239         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
10240         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
10241         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
10242         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
10243         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
10244         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
10245         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
10246         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
10247         * tests/uniname/test-uninames.c: Likewise.
10248         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
10249         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
10250         * tests/unistdio/test-u16-printf1.h: Likewise.
10251         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
10252         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
10253         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
10254         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
10255         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
10256         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
10257         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
10258         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
10259         * tests/unistdio/test-u32-printf1.h: Likewise.
10260         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
10261         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
10262         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
10263         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
10264         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
10265         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
10266         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
10267         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
10268         * tests/unistdio/test-u8-printf1.h: Likewise.
10269         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
10270         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
10271         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
10272         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
10273         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
10274         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
10275         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
10276         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
10277         * tests/unistdio/test-ulc-printf1.h: Likewise.
10278         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
10279         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
10280         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
10281         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
10282         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
10283         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
10284         * tests/uniwidth/test-u16-strwidth.c: Likewise.
10285         * tests/uniwidth/test-u16-width.c: Likewise.
10286         * tests/uniwidth/test-u32-strwidth.c: Likewise.
10287         * tests/uniwidth/test-u32-width.c: Likewise.
10288         * tests/uniwidth/test-u8-strwidth.c: Likewise.
10289         * tests/uniwidth/test-u8-width.c: Likewise.
10290         * tests/uniwidth/test-uc_width.c: Likewise.
10291         * config/srclist-update: Likewise.
10292         (fixlicense): Update to GPLv3+.
10293
10294         Change copyright notice from LGPLv2.1+ to LGPLv3+.
10295         * tests/test-tsearch.c: Change copyright notice.
10296
10297         Change copyright notice from LGPLv2.0+ to LGPLv3+.
10298         * lib/c-strcaseeq.h: Change copyright notice.
10299         * lib/streq.h: Likewise.
10300         * lib/uniconv.h: Likewise.
10301         * lib/uniconv/u-conv-from-enc.h: Likewise.
10302         * lib/uniconv/u-conv-to-enc.h: Likewise.
10303         * lib/uniconv/u-strconv-from-enc.h: Likewise.
10304         * lib/uniconv/u-strconv-to-enc.h: Likewise.
10305         * lib/uniconv/u16-conv-from-enc.c: Likewise.
10306         * lib/uniconv/u16-conv-to-enc.c: Likewise.
10307         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
10308         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
10309         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
10310         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
10311         * lib/uniconv/u32-conv-from-enc.c: Likewise.
10312         * lib/uniconv/u32-conv-to-enc.c: Likewise.
10313         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
10314         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
10315         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
10316         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
10317         * lib/uniconv/u8-conv-from-enc.c: Likewise.
10318         * lib/uniconv/u8-conv-to-enc.c: Likewise.
10319         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
10320         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
10321         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
10322         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
10323         * lib/uniname.h: Likewise.
10324         * lib/uniname/uniname.c: Likewise.
10325         * lib/unistdio.h: Likewise.
10326         * lib/unistdio/u-asnprintf.h: Likewise.
10327         * lib/unistdio/u-asprintf.h: Likewise.
10328         * lib/unistdio/u-printf-args.c: Likewise.
10329         * lib/unistdio/u-printf-args.h: Likewise.
10330         * lib/unistdio/u-printf-parse.h: Likewise.
10331         * lib/unistdio/u-snprintf.h: Likewise.
10332         * lib/unistdio/u-sprintf.h: Likewise.
10333         * lib/unistdio/u-vasprintf.h: Likewise.
10334         * lib/unistdio/u-vsnprintf.h: Likewise.
10335         * lib/unistdio/u-vsprintf.h: Likewise.
10336         * lib/unistdio/u16-asnprintf.c: Likewise.
10337         * lib/unistdio/u16-asprintf.c: Likewise.
10338         * lib/unistdio/u16-printf-parse.c: Likewise.
10339         * lib/unistdio/u16-snprintf.c: Likewise.
10340         * lib/unistdio/u16-sprintf.c: Likewise.
10341         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
10342         * lib/unistdio/u16-u16-asprintf.c: Likewise.
10343         * lib/unistdio/u16-u16-snprintf.c: Likewise.
10344         * lib/unistdio/u16-u16-sprintf.c: Likewise.
10345         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
10346         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
10347         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
10348         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
10349         * lib/unistdio/u16-vasnprintf.c: Likewise.
10350         * lib/unistdio/u16-vasprintf.c: Likewise.
10351         * lib/unistdio/u16-vsnprintf.c: Likewise.
10352         * lib/unistdio/u16-vsprintf.c: Likewise.
10353         * lib/unistdio/u32-asnprintf.c: Likewise.
10354         * lib/unistdio/u32-asprintf.c: Likewise.
10355         * lib/unistdio/u32-printf-parse.c: Likewise.
10356         * lib/unistdio/u32-snprintf.c: Likewise.
10357         * lib/unistdio/u32-sprintf.c: Likewise.
10358         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
10359         * lib/unistdio/u32-u32-asprintf.c: Likewise.
10360         * lib/unistdio/u32-u32-snprintf.c: Likewise.
10361         * lib/unistdio/u32-u32-sprintf.c: Likewise.
10362         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
10363         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
10364         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
10365         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
10366         * lib/unistdio/u32-vasnprintf.c: Likewise.
10367         * lib/unistdio/u32-vasprintf.c: Likewise.
10368         * lib/unistdio/u32-vsnprintf.c: Likewise.
10369         * lib/unistdio/u32-vsprintf.c: Likewise.
10370         * lib/unistdio/u8-asnprintf.c: Likewise.
10371         * lib/unistdio/u8-asprintf.c: Likewise.
10372         * lib/unistdio/u8-printf-parse.c: Likewise.
10373         * lib/unistdio/u8-snprintf.c: Likewise.
10374         * lib/unistdio/u8-sprintf.c: Likewise.
10375         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
10376         * lib/unistdio/u8-u8-asprintf.c: Likewise.
10377         * lib/unistdio/u8-u8-snprintf.c: Likewise.
10378         * lib/unistdio/u8-u8-sprintf.c: Likewise.
10379         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
10380         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
10381         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
10382         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
10383         * lib/unistdio/u8-vasnprintf.c: Likewise.
10384         * lib/unistdio/u8-vasprintf.c: Likewise.
10385         * lib/unistdio/u8-vsnprintf.c: Likewise.
10386         * lib/unistdio/u8-vsprintf.c: Likewise.
10387         * lib/unistdio/ulc-asnprintf.c: Likewise.
10388         * lib/unistdio/ulc-asprintf.c: Likewise.
10389         * lib/unistdio/ulc-printf-parse.c: Likewise.
10390         * lib/unistdio/ulc-snprintf.c: Likewise.
10391         * lib/unistdio/ulc-sprintf.c: Likewise.
10392         * lib/unistdio/ulc-vasnprintf.c: Likewise.
10393         * lib/unistdio/ulc-vasprintf.c: Likewise.
10394         * lib/unistdio/ulc-vsnprintf.c: Likewise.
10395         * lib/unistdio/ulc-vsprintf.c: Likewise.
10396         * lib/unistr.h: Likewise.
10397         * lib/unistr/u-cpy-alloc.h: Likewise.
10398         * lib/unistr/u-cpy.h: Likewise.
10399         * lib/unistr/u-endswith.h: Likewise.
10400         * lib/unistr/u-move.h: Likewise.
10401         * lib/unistr/u-set.h: Likewise.
10402         * lib/unistr/u-startswith.h: Likewise.
10403         * lib/unistr/u-stpcpy.h: Likewise.
10404         * lib/unistr/u-stpncpy.h: Likewise.
10405         * lib/unistr/u-strcat.h: Likewise.
10406         * lib/unistr/u-strcpy.h: Likewise.
10407         * lib/unistr/u-strcspn.h: Likewise.
10408         * lib/unistr/u-strdup.h: Likewise.
10409         * lib/unistr/u-strlen.h: Likewise.
10410         * lib/unistr/u-strncat.h: Likewise.
10411         * lib/unistr/u-strncpy.h: Likewise.
10412         * lib/unistr/u-strnlen.h: Likewise.
10413         * lib/unistr/u-strpbrk.h: Likewise.
10414         * lib/unistr/u-strspn.h: Likewise.
10415         * lib/unistr/u-strstr.h: Likewise.
10416         * lib/unistr/u-strtok.h: Likewise.
10417         * lib/unistr/u16-check.c: Likewise.
10418         * lib/unistr/u16-chr.c: Likewise.
10419         * lib/unistr/u16-cmp.c: Likewise.
10420         * lib/unistr/u16-cpy-alloc.c: Likewise.
10421         * lib/unistr/u16-cpy.c: Likewise.
10422         * lib/unistr/u16-endswith.c: Likewise.
10423         * lib/unistr/u16-mblen.c: Likewise.
10424         * lib/unistr/u16-mbsnlen.c: Likewise.
10425         * lib/unistr/u16-mbtouc-aux.c: Likewise.
10426         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
10427         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
10428         * lib/unistr/u16-mbtouc.c: Likewise.
10429         * lib/unistr/u16-mbtoucr.c: Likewise.
10430         * lib/unistr/u16-move.c: Likewise.
10431         * lib/unistr/u16-next.c: Likewise.
10432         * lib/unistr/u16-prev.c: Likewise.
10433         * lib/unistr/u16-set.c: Likewise.
10434         * lib/unistr/u16-startswith.c: Likewise.
10435         * lib/unistr/u16-stpcpy.c: Likewise.
10436         * lib/unistr/u16-stpncpy.c: Likewise.
10437         * lib/unistr/u16-strcat.c: Likewise.
10438         * lib/unistr/u16-strchr.c: Likewise.
10439         * lib/unistr/u16-strcmp.c: Likewise.
10440         * lib/unistr/u16-strcpy.c: Likewise.
10441         * lib/unistr/u16-strcspn.c: Likewise.
10442         * lib/unistr/u16-strdup.c: Likewise.
10443         * lib/unistr/u16-strlen.c: Likewise.
10444         * lib/unistr/u16-strmblen.c: Likewise.
10445         * lib/unistr/u16-strmbtouc.c: Likewise.
10446         * lib/unistr/u16-strncat.c: Likewise.
10447         * lib/unistr/u16-strncmp.c: Likewise.
10448         * lib/unistr/u16-strncpy.c: Likewise.
10449         * lib/unistr/u16-strnlen.c: Likewise.
10450         * lib/unistr/u16-strpbrk.c: Likewise.
10451         * lib/unistr/u16-strrchr.c: Likewise.
10452         * lib/unistr/u16-strspn.c: Likewise.
10453         * lib/unistr/u16-strstr.c: Likewise.
10454         * lib/unistr/u16-strtok.c: Likewise.
10455         * lib/unistr/u16-to-u32.c: Likewise.
10456         * lib/unistr/u16-to-u8.c: Likewise.
10457         * lib/unistr/u16-uctomb-aux.c: Likewise.
10458         * lib/unistr/u16-uctomb.c: Likewise.
10459         * lib/unistr/u32-check.c: Likewise.
10460         * lib/unistr/u32-chr.c: Likewise.
10461         * lib/unistr/u32-cmp.c: Likewise.
10462         * lib/unistr/u32-cpy-alloc.c: Likewise.
10463         * lib/unistr/u32-cpy.c: Likewise.
10464         * lib/unistr/u32-endswith.c: Likewise.
10465         * lib/unistr/u32-mblen.c: Likewise.
10466         * lib/unistr/u32-mbsnlen.c: Likewise.
10467         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
10468         * lib/unistr/u32-mbtouc.c: Likewise.
10469         * lib/unistr/u32-mbtoucr.c: Likewise.
10470         * lib/unistr/u32-move.c: Likewise.
10471         * lib/unistr/u32-next.c: Likewise.
10472         * lib/unistr/u32-prev.c: Likewise.
10473         * lib/unistr/u32-set.c: Likewise.
10474         * lib/unistr/u32-startswith.c: Likewise.
10475         * lib/unistr/u32-stpcpy.c: Likewise.
10476         * lib/unistr/u32-stpncpy.c: Likewise.
10477         * lib/unistr/u32-strcat.c: Likewise.
10478         * lib/unistr/u32-strchr.c: Likewise.
10479         * lib/unistr/u32-strcmp.c: Likewise.
10480         * lib/unistr/u32-strcpy.c: Likewise.
10481         * lib/unistr/u32-strcspn.c: Likewise.
10482         * lib/unistr/u32-strdup.c: Likewise.
10483         * lib/unistr/u32-strlen.c: Likewise.
10484         * lib/unistr/u32-strmblen.c: Likewise.
10485         * lib/unistr/u32-strmbtouc.c: Likewise.
10486         * lib/unistr/u32-strncat.c: Likewise.
10487         * lib/unistr/u32-strncmp.c: Likewise.
10488         * lib/unistr/u32-strncpy.c: Likewise.
10489         * lib/unistr/u32-strnlen.c: Likewise.
10490         * lib/unistr/u32-strpbrk.c: Likewise.
10491         * lib/unistr/u32-strrchr.c: Likewise.
10492         * lib/unistr/u32-strspn.c: Likewise.
10493         * lib/unistr/u32-strstr.c: Likewise.
10494         * lib/unistr/u32-strtok.c: Likewise.
10495         * lib/unistr/u32-to-u16.c: Likewise.
10496         * lib/unistr/u32-to-u8.c: Likewise.
10497         * lib/unistr/u32-uctomb.c: Likewise.
10498         * lib/unistr/u8-check.c: Likewise.
10499         * lib/unistr/u8-chr.c: Likewise.
10500         * lib/unistr/u8-cmp.c: Likewise.
10501         * lib/unistr/u8-cpy-alloc.c: Likewise.
10502         * lib/unistr/u8-cpy.c: Likewise.
10503         * lib/unistr/u8-endswith.c: Likewise.
10504         * lib/unistr/u8-mblen.c: Likewise.
10505         * lib/unistr/u8-mbsnlen.c: Likewise.
10506         * lib/unistr/u8-mbtouc-aux.c: Likewise.
10507         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
10508         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
10509         * lib/unistr/u8-mbtouc.c: Likewise.
10510         * lib/unistr/u8-mbtoucr.c: Likewise.
10511         * lib/unistr/u8-move.c: Likewise.
10512         * lib/unistr/u8-next.c: Likewise.
10513         * lib/unistr/u8-prev.c: Likewise.
10514         * lib/unistr/u8-set.c: Likewise.
10515         * lib/unistr/u8-startswith.c: Likewise.
10516         * lib/unistr/u8-stpcpy.c: Likewise.
10517         * lib/unistr/u8-stpncpy.c: Likewise.
10518         * lib/unistr/u8-strcat.c: Likewise.
10519         * lib/unistr/u8-strchr.c: Likewise.
10520         * lib/unistr/u8-strcmp.c: Likewise.
10521         * lib/unistr/u8-strcpy.c: Likewise.
10522         * lib/unistr/u8-strcspn.c: Likewise.
10523         * lib/unistr/u8-strdup.c: Likewise.
10524         * lib/unistr/u8-strlen.c: Likewise.
10525         * lib/unistr/u8-strmblen.c: Likewise.
10526         * lib/unistr/u8-strmbtouc.c: Likewise.
10527         * lib/unistr/u8-strncat.c: Likewise.
10528         * lib/unistr/u8-strncmp.c: Likewise.
10529         * lib/unistr/u8-strncpy.c: Likewise.
10530         * lib/unistr/u8-strnlen.c: Likewise.
10531         * lib/unistr/u8-strpbrk.c: Likewise.
10532         * lib/unistr/u8-strrchr.c: Likewise.
10533         * lib/unistr/u8-strspn.c: Likewise.
10534         * lib/unistr/u8-strstr.c: Likewise.
10535         * lib/unistr/u8-strtok.c: Likewise.
10536         * lib/unistr/u8-to-u16.c: Likewise.
10537         * lib/unistr/u8-to-u32.c: Likewise.
10538         * lib/unistr/u8-uctomb-aux.c: Likewise.
10539         * lib/unistr/u8-uctomb.c: Likewise.
10540         * lib/unitypes.h: Likewise.
10541         * lib/uniwidth.h: Likewise.
10542         * lib/uniwidth/cjk.h: Likewise.
10543         * lib/uniwidth/u16-strwidth.c: Likewise.
10544         * lib/uniwidth/u16-width.c: Likewise.
10545         * lib/uniwidth/u32-strwidth.c: Likewise.
10546         * lib/uniwidth/u32-width.c: Likewise.
10547         * lib/uniwidth/u8-strwidth.c: Likewise.
10548         * lib/uniwidth/u8-width.c: Likewise.
10549         * lib/uniwidth/width.c: Likewise.
10550
10551 2007-10-07  Bruno Haible  <bruno@clisp.org>
10552
10553         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
10554         The file is still under LGPL (see modules/inttypes).
10555
10556 2007-10-06  Bruno Haible  <bruno@clisp.org>
10557
10558         * modules/trunc (Dependencies): Add 'extensions'.
10559         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
10560         Reported by Ben Pfaff <blp@gnu.org>.
10561
10562 2007-10-06  Bruno Haible  <bruno@clisp.org>
10563
10564         * modules/freopen-tests: New file.
10565         * tests/test-freopen.c: New file.
10566
10567         * modules/fopen-tests: New file.
10568         * tests/test-fopen.c: New file.
10569
10570         * modules/fopen: New file.
10571         * lib/fopen.c: New file.
10572         * m4/fopen.m4: New file.
10573         * modules/freopen: New file.
10574         * lib/freopen.c: New file.
10575         * m4/freopen.m4: New file.
10576         * lib/stdio.in.h (fopen, freopen): New declarations.
10577         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
10578         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
10579         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
10580         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
10581         * doc/functions/fopen.texi: Mention the 'fopen' module.
10582         * doc/functions/freopen.texi: Mention the 'freopen' module.
10583
10584 2007-10-06  Bruno Haible  <bruno@clisp.org>
10585
10586         * modules/open-tests: New file.
10587         * tests/test-open.c: New file.
10588
10589         * modules/open: New file.
10590         * lib/open.c: New file.
10591         * m4/open.m4: New file.
10592         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
10593         lib/open.c does.
10594         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
10595         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
10596         macros.
10597         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
10598         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
10599         REPLACE_OPEN.
10600         * doc/functions/open.texi: Mention the 'open' module.
10601
10602 2007-10-04  Bruno Haible  <bruno@clisp.org>
10603
10604         * modules/ceill-tests: New file.
10605         * tests/test-ceill.c: New file.
10606
10607         * modules/ceill: New file.
10608         * lib/ceill.c: Replace entire file.
10609         * m4/ceill.m4: New file.
10610         * lib/math.in.h (ceill): Replace declaration.
10611         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
10612         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
10613         * doc/functions/ceill.texi: Mention the 'ceill' module.
10614         * modules/mathl (Files): Remove lib/ceill.c.
10615         (Depends-on): Add ceill.
10616
10617 2007-10-04  Bruno Haible  <bruno@clisp.org>
10618
10619         * modules/ceilf-tests: New file.
10620         * tests/test-ceilf.c: New file.
10621
10622         * modules/ceilf: New file.
10623         * lib/ceil.c: New file.
10624         * lib/ceilf.c: New file.
10625         * m4/ceilf.m4: New file.
10626         * lib/math.in.h (ceilf): New declaration.
10627         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
10628         HAVE_DECL_CEILF.
10629         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
10630         HAVE_DECL_CEILF.
10631         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
10632
10633 2007-10-04  Bruno Haible  <bruno@clisp.org>
10634
10635         * modules/floorl-tests: New file.
10636         * tests/test-floorl.c: New file.
10637
10638         * modules/floorl: New file.
10639         * lib/floorl.c: Replace entire file.
10640         * m4/floorl.m4: New file.
10641         * lib/math.in.h (floorl): Replace declaration.
10642         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
10643         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
10644         * doc/functions/floorl.texi: Mention the 'floorl' module.
10645         * modules/mathl (Files): Remove lib/floorl.c.
10646         (Depends-on): Add floorl.
10647
10648 2007-10-04  Bruno Haible  <bruno@clisp.org>
10649
10650         * modules/floorf-tests: New file.
10651         * tests/test-floorf.c: New file.
10652
10653         * modules/floorf: New file.
10654         * lib/floor.c: New file.
10655         * lib/floorf.c: New file.
10656         * m4/floorf.m4: New file.
10657         * lib/math.in.h (floorf): New declaration.
10658         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
10659         HAVE_DECL_FLOORF.
10660         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
10661         HAVE_DECL_FLOORF.
10662         * doc/functions/floorf.texi: Mention the 'floorf' module.
10663
10664 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
10665             Bruno Haible  <bruno@clisp.org>
10666
10667         Advertise for the Git server instead of the CVS server.
10668         * doc/gnulib-intro.texi (Steady Development): Mention the Git
10669         repository instead of the CVS one.
10670         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
10671         about all VCS systems generically.
10672         * doc/gnulib.texi (Introduction): Capitalize `Git'.
10673
10674 2007-10-04  Bruno Haible  <bruno@clisp.org>
10675
10676         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
10677         means.
10678         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
10679
10680 2007-10-04  Bruno Haible  <bruno@clisp.org>
10681
10682         * modules/truncl-tests: New file.
10683         * tests/test-truncl.c: New file.
10684
10685         * modules/truncl: New file.
10686         * lib/truncl.c: New file.
10687         * m4/truncl.m4: New file.
10688         * lib/math.in.h (truncl): New declaration.
10689         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
10690         HAVE_DECL_TRUNCL.
10691         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
10692         HAVE_DECL_TRUNCL.
10693         * doc/functions/truncl.texi: Mention the 'truncl' module.
10694
10695 2007-10-04  Bruno Haible  <bruno@clisp.org>
10696
10697         * modules/truncf-tests: New file.
10698         * tests/test-truncf.c: New file.
10699
10700         * modules/truncf: New file.
10701         * lib/trunc.c: Make paramerizable through USE_* macros.
10702         * lib/truncf.c: New file.
10703         * m4/truncf.m4: New file.
10704         * lib/math.in.h (truncf): New declaration.
10705         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
10706         HAVE_DECL_TRUNCF.
10707         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
10708         HAVE_DECL_TRUNCF.
10709         * doc/functions/truncf.texi: Mention the 'truncf' module.
10710
10711 2007-10-03  Bruno Haible  <bruno@clisp.org>
10712
10713         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
10714         augmentation also for tests modules.
10715         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
10716         * modules/atexit-tests (Makefile.am): Likewise.
10717         * modules/binary-io-tests (Makefile.am): Likewise.
10718         * modules/c-strcase-tests (Makefile.am): Likewise.
10719         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
10720         * modules/canonicalize-tests (Makefile.am): Likewise.
10721         * modules/closein-tests (Makefile.am): Likewise.
10722         * modules/fprintf-posix-tests (Makefile.am): Likewise.
10723         * modules/freadahead-tests (Makefile.am): Likewise.
10724         * modules/fseek-tests (Makefile.am): Likewise.
10725         * modules/fseeko-tests (Makefile.am): Likewise.
10726         * modules/ftell-tests (Makefile.am): Likewise.
10727         * modules/ftello-tests (Makefile.am): Likewise.
10728         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
10729         * modules/isnanl-tests (Makefile.am): Likewise.
10730         * modules/lseek-tests (Makefile.am): Likewise.
10731         * modules/mbscasecmp-tests (Makefile.am): Likewise.
10732         * modules/mbscasestr-tests (Makefile.am): Likewise.
10733         * modules/mbschr-tests (Makefile.am): Likewise.
10734         * modules/mbscspn-tests (Makefile.am): Likewise.
10735         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
10736         * modules/mbspbrk-tests (Makefile.am): Likewise.
10737         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
10738         * modules/mbsrchr-tests (Makefile.am): Likewise.
10739         * modules/mbsspn-tests (Makefile.am): Likewise.
10740         * modules/mbsstr-tests (Makefile.am): Likewise.
10741         * modules/printf-posix-tests (Makefile.am): Likewise.
10742         * modules/snprintf-posix-tests (Makefile.am): Likewise.
10743         * modules/sprintf-posix-tests (Makefile.am): Likewise.
10744         * modules/tsearch-tests (Makefile.am): Likewise.
10745         * modules/uniname/uniname-tests (Makefile.am): Likewise.
10746         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
10747         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
10748         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
10749         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
10750         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
10751         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
10752         * modules/vprintf-posix-tests (Makefile.am): Likewise.
10753         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
10754         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
10755         * modules/xstrtoimax-tests (Makefile.am): Likewise.
10756         * modules/xstrtol-tests (Makefile.am): Likewise.
10757         * modules/xstrtoumax-tests (Makefile.am): Likewise.
10758         * modules/yesno-tests (Makefile.am): Likewise.
10759
10760 2007-10-03  Bruno Haible  <bruno@clisp.org>
10761
10762         * modules/trunc-tests: New file.
10763         * tests/test-trunc.c: New file.
10764
10765         * modules/trunc: New file.
10766         * lib/trunc.c: New file.
10767         * m4/trunc.m4: New file.
10768         * lib/math.in.h (trunc): New declaration.
10769         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
10770         HAVE_DECL_TRUNC.
10771         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
10772         HAVE_DECL_TRUNC.
10773         * doc/functions/trunc.texi: Mention the 'trunc' module.
10774
10775 2007-10-03  Bruno Haible  <bruno@clisp.org>
10776
10777         * tests/test-fpending.c: New file, mostly copied
10778         from coreutils/lib/t-fpending.c.
10779         * modules/fpending-tests: New file.
10780
10781 2007-10-03  Bruno Haible  <bruno@clisp.org>
10782
10783         Port the stdio extensions to QNX (untested).
10784         * lib/fseterr.c (fseterr): Add support for QNX.
10785         * lib/fbufmode.c (fbufmode): Likewise.
10786         * lib/freadable.c (freadable): Likewise.
10787         * lib/fwritable.c (fwritable): Likewise.
10788         * lib/freading.c (freading): Likewise.
10789         * lib/fwriting.c (fwriting): Likewise.
10790         * lib/freadahead.c (freadahed): Likewise.
10791         * lib/fpurge.c (fpurge): Likewise.
10792         * lib/fseeko.c (rpl_fseeko): Likewise.
10793
10794 2007-10-03  Bruno Haible  <bruno@clisp.org>
10795             Jim Meyering  <jim@meyering.net>
10796             Eric Blake  <ebb9@byu.net>
10797
10798         * doc/relocatable.texi: Use @command instead of @program.
10799
10800 2007-10-02  Jim Meyering  <jim@meyering.net>
10801
10802         Perform one more "_.h" -> ".in.h" substitution.
10803         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
10804         instead of unistd_.h here, too.
10805
10806 2007-10-01  Bruno Haible  <bruno@clisp.org>
10807
10808         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
10809         Needed for the alloca-opt module.
10810
10811 2007-09-30  Bruno Haible  <bruno@clisp.org>
10812
10813         * lib/alloca.in.h: Renamed from lib/alloca_.h.
10814         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
10815         alloca_.h.
10816         * lib/argz.in.h: Renamed from lib/argz_.h.
10817         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
10818         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
10819         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
10820         byteswap_.h.
10821         * lib/dirent.in.h: Renamed from lib/dirent_.h.
10822         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
10823         dirent_.h.
10824         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
10825         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
10826         fcntl_.h.
10827         * lib/float.in.h: Renamed from lib/float_.h.
10828         * modules/float (Files, Makefile.am): Use float.in.h instead of
10829         float_.h.
10830         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
10831         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
10832         fnmatch_.h.
10833         * lib/getopt.in.h: Renamed from lib/getopt_.h.
10834         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
10835         getopt_.h.
10836         * lib/glob.in.h: Renamed from lib/glob_.h.
10837         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
10838         * lib/iconv.in.h: Renamed from lib/iconv_.h.
10839         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
10840         iconv_.h.
10841         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
10842         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
10843         inttypes_.h.
10844         * lib/locale.in.h: Renamed from lib/locale_.h.
10845         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
10846         locale_.h.
10847         * lib/math.in.h: Renamed from lib/math_.h.
10848         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
10849         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
10850         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
10851         of netinet_in_.h. Add dependency.
10852         * lib/poll.in.h: Renamed from lib/poll_.h.
10853         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
10854         * lib/search.in.h: Renamed from lib/search_.h.
10855         * modules/search (Files, Makefile.am): Use search.in.h instead of
10856         search_.h.
10857         * lib/signal.in.h: Renamed from lib/signal_.h.
10858         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
10859         _signal.h.
10860         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
10861         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
10862         stdbool_.h.
10863         * lib/stdint.in.h: Renamed from lib/stdint_.h.
10864         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
10865         stdint_.h.
10866         * lib/stdio.in.h: Renamed from lib/stdio_.h.
10867         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
10868         stdio_.h.
10869         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
10870         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
10871         stdlib_.h.
10872         * lib/string.in.h: Renamed from lib/string_.h.
10873         * modules/string (Files, Makefile.am): Use string.in.h instead of
10874         string_.h.
10875         * doc/gnulib-tool.texi (Initial import): Update.
10876         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
10877         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
10878         of sys_select_.h. Add dependency.
10879         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
10880         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
10881         of sys_socket_.h.
10882         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
10883         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
10884         sys_stat_.h.
10885         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
10886         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
10887         sys_time_.h.
10888         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
10889         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
10890         sysexits_.h.
10891         * lib/time.in.h: Renamed from lib/time_.h.
10892         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
10893         * lib/unistd.in.h: Renamed from lib/unistd_.h.
10894         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
10895         unistd_.h.
10896         * lib/wchar.in.h: Renamed from lib/wchar_.h.
10897         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
10898         wchar_.h.
10899         * lib/wctype.in.h: Renamed from lib/wctype_.h.
10900         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
10901         wctype_.h.
10902         * build-aux/bootstrap (slurp): Update.
10903         * lib/.cppi-disable: Update.
10904
10905 2007-09-30  Bruno Haible  <bruno@clisp.org>
10906
10907         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
10908         Needed on BeOS.
10909
10910 2007-09-30  Bruno Haible  <bruno@clisp.org>
10911
10912         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
10913
10914 2007-09-29  Bruno Haible  <bruno@clisp.org>
10915
10916         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
10917
10918 2007-09-29  Bruno Haible  <bruno@clisp.org>
10919
10920         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
10921         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
10922         * build-aux/install-reloc: Compile also areadlink.c.
10923         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
10924
10925 2007-09-29  Bruno Haible  <bruno@clisp.org>
10926
10927         * gnulib-tool (func_emit_initmacro_done): Indentation.
10928
10929 2007-09-29  Bruno Haible  <bruno@clisp.org>
10930
10931         * README: Add CVS checkout update instructions.
10932         Info from Bob Proulx <bob@proulx.com>.
10933
10934 2007-09-28  Eric Blake  <ebb9@byu.net>
10935
10936         Provide move-if-change.
10937         * build-aux/move-if-change: New file, based on best practice
10938         rather than any canonical upstream location.
10939
10940 2007-09-28  Jim Meyering  <jim@meyering.net>
10941
10942         Fix canonicalize loop-detection corner case.
10943         Do not attempt to stat the symlink values stored via seen_triple.
10944         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
10945         on linux-2.6.18, (but not 2.6.22).
10946         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
10947         triple_compare.  The former compares dev,ino,filename, while the latter
10948         would actually stat dirname(filename) when dev and ino were equal.
10949         * lib/hash-triple.c: Install <string.h>.
10950         (STREQ): Define.
10951         (triple_compare_ino_str): New function.
10952         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
10953
10954 2007-09-28  Eric Blake  <ebb9@byu.net>
10955
10956         Enforce that AC_REPLACE_FUNCS files exist.
10957         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
10958         override check for typos.
10959
10960         Fix test-closein on Solaris 10.
10961         * tests/test-closein.c (main): Don't assume stdin can be inherited
10962         closed on all systems.
10963         * tests/test-closein.sh: Likewise.
10964         Reported by Piotr Tarnowski.
10965
10966 2007-09-28  Jim Meyering  <jim@meyering.net>
10967
10968         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
10969
10970 2007-09-27  Jim Meyering  <jim@meyering.net>
10971
10972         canonicalize: Avoid a false-positive cycle failure.
10973         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
10974         Sort.  Remove cycle-check.
10975         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
10976         not cycle-check.h.
10977         (seen_triple): New function.
10978         (canonicalize_filename_mode): Use it instead of cycle-check.
10979         * tests/test-canonicalize.c: Add a test for this bug.
10980         * tests/test-canonicalize.sh: Set up and run the test.
10981
10982         New module, file-set, from coreutils.
10983         * modules/file-set: Define it.
10984         * lib/file-set.c, lib/file-set.h: Implement.
10985
10986         New module, hash-triple, from coreutils.
10987         * modules/hash-triple: Define it.
10988         * lib/hash-triple.c, lib/hash-triple.h: Implement.
10989
10990 2007-09-25  Eric Blake  <ebb9@byu.net>
10991
10992         Fix strerror on Interix.
10993         * lib/string_.h (strerror): Declare replacement.
10994         * doc/functions/strerror.texi (strerror): Document the Interix
10995         shortcoming.
10996         * modules/string (Makefile.am): Support new hooks.
10997         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
10998         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
10999         gl_FUNC_STRERROR_SEPARATE.
11000         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
11001         * lib/strerror.c (rpl_strerror): Provide replacement.
11002         * modules/strerror (Depends-on): Add string.
11003         (configure.ac): Detect use of module.
11004         * tests/test-strerror.c: New file.
11005         * modules/strerror-tests: New test module.
11006         * modules/argp (Depends-on): Add strerror.
11007         * modules/error (Depends-on): Likewise.
11008         Reported by Martin Koeppe.
11009
11010 2007-09-24  Bruno Haible  <bruno@clisp.org>
11011
11012         * README: Update git instructions.
11013
11014 2007-09-24  Eric Blake  <ebb9@byu.net>
11015
11016         Revert fpending breakage from 2007-09-08.
11017         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
11018         __fpending.c.
11019
11020 2007-09-24  Jim Meyering  <jim@meyering.net>
11021
11022         filenamecat.c: Add a test.
11023         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
11024         showing how the function works when DIR is the empty string.
11025
11026 2007-09-21  Simon Josefsson  <simon@josefsson.org>
11027
11028         * tests/test-canonicalize.sh: Turn on executable bit.
11029
11030 2007-09-19  Eric Blake  <ebb9@byu.net>
11031
11032         * README: Update CVS instructions.
11033
11034 2007-09-18  Bruno Haible  <bruno@clisp.org>
11035
11036         * modules/areadlink: New file.
11037         * lib/areadlink.h (areadlink): New declaration.
11038         * lib/areadlink.c: New file, based on lib/xreadlink.c.
11039
11040 2007-09-17  Jim Meyering  <jim@meyering.net>
11041
11042         * lib/savewd.c (ESTALE) [!defined]: Define.
11043         Reported to be required on Interix by Martin Koeppe.
11044
11045 2007-09-17  Bruno Haible  <bruno@clisp.org>
11046
11047         * gnulib-tool (func_version): Use $version.
11048
11049 2007-09-16  Bruno Haible  <bruno@clisp.org>
11050
11051         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
11052         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
11053         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
11054         Reported by Greg Schafer <gschafer@zip.com.au>.
11055
11056 2007-09-15  Bruno Haible  <bruno@clisp.org>
11057
11058         * gnulib-tool (sed): Try a little harder to make bash understand the
11059         alias.
11060         Reported by Bruce Korb <bruce.korb@gmail.com>.
11061
11062 2007-09-13  Eric Blake  <ebb9@byu.net>
11063
11064         * ChangeLog: Remove conflict markers.
11065
11066 2007-09-13  Simon Josefsson  <simon@josefsson.org>
11067
11068         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
11069         Reported by Bruno Haible <bruno@clisp.org>.
11070
11071 2007-09-12  Bruno Haible  <bruno@clisp.org>
11072
11073         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
11074         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
11075         is not defined.
11076
11077 2007-09-12  Eric Blake  <ebb9@byu.net>
11078
11079         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
11080         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
11081         Autoconf definition.
11082         * modules/euidaccess (Depends-on): Add extensions, for
11083         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
11084         * modules/fnmatch (Depends-on): Likewise.
11085         * modules/getaddrinfo (Depends-on): Likewise.
11086         * modules/getdelim (Depends-on): Likewise.
11087         * modules/getline (Depends-on): Likewise.
11088         * modules/getsubopt (Depends-on): Likewise.
11089         * modules/gettext (Depends-on): Likewise.
11090         * modules/group-member (Depends-on): Likewise.
11091         * modules/mbchar (Depends-on): Likewise.
11092         * modules/memmem (Depends-on): Likewise.
11093         * modules/mempcpy (Depends-on): Likewise.
11094         * modules/memrchr (Depends-on): Likewise.
11095         * modules/pagealign_alloc (Depends-on): Likewise.
11096         * modules/readutmp (Depends-on): Likewise.
11097         * modules/stpcpy (Depends-on): Likewise.
11098         * modules/stpncpy (Depends-on): Likewise.
11099         * modules/strchrnul (Depends-on): Likewise.
11100         * modules/strndup (Depends-on): Likewise.
11101         * modules/strsep (Depends-on): Likewise.
11102         * modules/strverscmp (Depends-on): Likewise.
11103         * modules/vasprintf (Depends-on): Likewise.
11104         * modules/wcwidth (Depends-on): Likewise.
11105         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
11106         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
11107         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
11108         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
11109         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
11110         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
11111         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
11112         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
11113         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
11114         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
11115         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
11116         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
11117         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
11118         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
11119         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
11120         * m4/readutmp.m4 (gl_READUTMP): Likewise.
11121         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
11122         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
11123         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
11124         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
11125         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
11126         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
11127         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
11128         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
11129         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
11130         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
11131         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
11132         so that lock.m4 can be used in gettext without extensions module.
11133
11134 2007-09-11  Bruno Haible  <bruno@clisp.org>
11135
11136         * m4/isc-posix.m4: Remove file.
11137         Suggested by Eric Blake.
11138
11139 2007-09-11  Eric Blake  <ebb9@byu.net>
11140
11141         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
11142
11143 2007-09-10  Bruno Haible  <bruno@clisp.org>
11144
11145         * posix-modules: Fix typo in error message.
11146         Reported by Matt <mkraai@beckman.com>.
11147
11148 2007-09-09  Bruno Haible  <bruno@clisp.org>
11149
11150         * doc/functions/getdelim.texi: Update list of platforms lacking the
11151         function.
11152         * doc/functions/getline.texi: Likewise.
11153
11154 2007-09-09  Jim Meyering  <jim@meyering.net>
11155
11156         * lib/hash.c (hash_initialize): Detect calloc failure.
11157         Reported by Bruno Haible.
11158
11159 2007-09-09  Bruno Haible  <bruno@clisp.org>
11160
11161         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
11162         malloc or realloc fails.
11163
11164 2007-09-09  Bruno Haible  <bruno@clisp.org>
11165
11166         * modules/getcwd (Depends-on): Add malloc-posix.
11167         * modules/glob (Depends-on): Likewise.
11168         * modules/putenv (Depends-on): Likewise.
11169         * modules/strdup (Depends-on): Likewise.
11170         * modules/getdelim (Depends-on): Add realloc-posix.
11171         * modules/read-file (Depends-on): Likewise.
11172
11173 2007-09-09  Bruno Haible  <bruno@clisp.org>
11174
11175         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
11176         (gl_FUNC_MALLOC_POSIX): Require it.
11177         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
11178         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
11179         * modules/realloc (Files): Add m4/malloc.m4.
11180         * modules/calloc (Files): Likewise.
11181
11182 2007-09-09  Bruno Haible  <bruno@clisp.org>
11183
11184         * modules/malloc-posix: New file.
11185         * modules/malloc (Depends-on): Add malloc-posix.
11186         * lib/malloc.c: Include errno.h.
11187         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
11188         and a POSIX-compatible malloc into a single function. Set ENOMEM
11189         when returning NULL.
11190         * m4/malloc.m4: New file.
11191         * doc/functions/malloc.texi: Mention the malloc-posix module.
11192         * lib/stdlib_.h (malloc): New declaration.
11193         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
11194         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
11195         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
11196         and HAVE_MALLOC_POSIX.
11197
11198 2007-09-09  Bruno Haible  <bruno@clisp.org>
11199
11200         * modules/realloc-posix: New file.
11201         * modules/realloc (Depends-on): Add realloc-posix.
11202         * lib/realloc.c: Include errno.h.
11203         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
11204         and a POSIX-compatible realloc into a single function. Set ENOMEM
11205         when returning NULL.
11206         * m4/realloc.m4: New file.
11207         * doc/functions/realloc.texi: Mention the realloc-posix module.
11208         * lib/stdlib_.h (realloc): New declaration.
11209         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
11210         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
11211         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
11212         and HAVE_REALLOC_POSIX.
11213
11214 2007-09-09  Bruno Haible  <bruno@clisp.org>
11215
11216         * modules/calloc-posix: New file.
11217         * modules/calloc (Depends-on): Add calloc-posix.
11218         * lib/calloc.c: Include errno.h.
11219         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
11220         and a POSIX-compatible calloc into a single function. Set ENOMEM
11221         when returning NULL.
11222         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
11223         * doc/functions/calloc.texi: Mention the calloc-posix module.
11224         * lib/stdlib_.h (calloc): New declaration.
11225         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
11226         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
11227         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
11228         and HAVE_CALLOC_POSIX.
11229
11230 2007-09-09  Bruno Haible  <bruno@clisp.org>
11231
11232         Allow for modules to show an arbitrary notice.
11233         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
11234         * gnulib-tool: New option --extract-notice.
11235         (func_usage): Document it.
11236         (sed_extract_prog): Update.
11237         (func_get_notice): New function.
11238         (func_modules_notice): New function.
11239         (func_import, func_create_testdir): Invoke it.
11240         Suggested by Jim Meyering.
11241
11242 2007-09-09  Bruno Haible  <bruno@clisp.org>
11243
11244         * gnulib-tool: New options --verbose, --quiet.
11245         (func_usage): Document them.
11246         (verbose): New variable.
11247         (func_execute_command): New function.
11248         (func_import): Don't show the module list and the file list if
11249         $verbose < 0.
11250         (func_create_testdir): Likewise. Use func_execute_command.
11251         (func_create_megatestdir): Use func_execute_command.
11252
11253 2007-09-08  Bruno Haible  <bruno@clisp.org>
11254
11255         * gnulib-tool (func_import): Prefer rsync over wget when available,
11256         for fetching the PO files.
11257
11258 2007-09-08  Bruno Haible  <bruno@clisp.org>
11259
11260         * posix-modules: New file. Portions copied from gnulib-tool.
11261         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
11262
11263 2007-09-08  Jim Meyering  <jim@meyering.net>
11264
11265         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
11266         * lib/fpending.h: Rename from __fpending.h.
11267         * lib/fpending.c: Rename from __fpending.c.
11268         Include "fpending.h", not "__fpending.h".
11269         * lib/__fpending.h, lib/__fpending.c: Remove files.
11270         * modules/fpending (Files): Reflect new file names.
11271         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
11272
11273 2007-09-08  Bruno Haible  <bruno@clisp.org>
11274
11275         * m4/inttypes-h.m4: Remove stub file.
11276
11277 2007-09-07  Simon Josefsson  <simon@josefsson.org>
11278
11279         * doc/headers/stdint.texi: Discuss #include_next issue.
11280
11281 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11282
11283         * build-aux/bootstrap: Remove obsolete comment about wget --help.
11284
11285 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11286
11287         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
11288         in variable name.
11289
11290 2007-09-03  Jim Meyering  <jim@meyering.net>
11291
11292         New module: git-version-gen.
11293         * modules/git-version-gen: New file.
11294
11295         Import changes from coreutils for bootstrap script.
11296
11297         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
11298
11299         bootstrap: uses rsync to download the .po files
11300         * build-aux/bootstrap (po_download_command_format): New global.
11301         (download_po_files): Use rsync.
11302         (update_po_files): Don't remove .po files after download,
11303         so future rsync runs can take advantage of the copies.
11304
11305         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
11306
11307         Solve the unnecessary-.po-file-regeneration problem once and for all.
11308         * build-aux/bootstrap (download_po_files): New function, renamed from
11309         get_translations.  Now, downloads, but doesn't update LINGUAS.
11310         (update_po_files): New function.
11311
11312         bootstrap: Ignore more.
11313         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
11314         uniwidth to e.g., lib/.gitignore.
11315         (slurp): Handle the sys_stat_.h -> sys mapping, too.
11316
11317         * build-aux/bootstrap: New setting: vc_ignore.
11318         (insert_sorted_if_absent): Create $file if absent.
11319         Adapt to new, possibly empty, list: $vc_ignore.
11320
11321         bootstrap: generate more ignorable names
11322         * build-aux/bootstrap (slurp): When generating ignorable names,
11323         also map .sin to .sed, .gperf to .c, and .y to .c.
11324
11325 2007-09-03  Jim Meyering  <jim@meyering.net>
11326
11327         * build-aux/git-version-gen: New file, from coreutils.  For details, see
11328         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
11329
11330 2007-09-02  Bruno Haible  <bruno@clisp.org>
11331
11332         Fix mis-recognition of 'mcs' on QNX 6.
11333         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
11334         output contains the string "Mono".
11335         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
11336         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
11337
11338 2007-09-01  Bruno Haible  <bruno@clisp.org>
11339
11340         Fix collision between uniwidth/* and linebreak modules.
11341         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
11342         u32_width): Remove declarations.
11343         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
11344         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
11345         streq3, streq2, streq1, streq0): Remove functions.
11346         (STREQ): Remove macro.
11347         (is_cjk_encoding): Remove function.
11348         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
11349         (uc_width, u8_width, u16_width, u32_width): Remove functions.
11350         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
11351         * NEWS: Document the change.
11352
11353 2007-09-01  Bruno Haible  <bruno@clisp.org>
11354
11355         * lib/streq.h: Add double-inclusion guard.
11356
11357 2007-09-01  Karl Berry  <karl@gnu.org>
11358
11359         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
11360
11361 2007-08-28  Jim Meyering  <jim@meyering.net>
11362
11363         Rename mreadlink_with_size to areadlink_with_size.
11364         * NEWS: Document the change.
11365         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
11366         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
11367         * lib/mreadlink.h: Rename this to...
11368         * lib/areadlink.h: ...this.
11369         * modules/mreadlink-with-size: Rename this to...
11370         * modules/areadlink-with-size: ...this.
11371         * lib/canonicalize.c: Reflect the renaming.
11372         * modules/canonicalize: Likewise.
11373
11374 2007-08-26  Bruno Haible  <bruno@clisp.org>
11375
11376         * gnulib-tool (func_import): When deciding which files to remove,
11377         consider also dangling symbolic links.
11378         Reported by Eric Blake.
11379
11380 2007-08-26  Bruno Haible  <bruno@clisp.org>
11381
11382         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
11383
11384 2007-08-23  Simon Josefsson  <simon@josefsson.org>
11385
11386         * lib/readline.c: Don't include getline.h, the prototype is now
11387         found in stdio.h.
11388
11389 2007-08-23  Jim Meyering  <jim@meyering.net>
11390
11391         Getdelim touchup.
11392         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
11393         around the funlockfile call, since funlockfile never sets errno.
11394         Don't set errno upon failed realloc.
11395
11396 2007-08-22  Eric Blake  <ebb9@byu.net>
11397
11398         Getline touchups.
11399         * lib/getdelim.c (getdelim): Revert regression that required *n to
11400         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
11401         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
11402         getdelim, rather than whether implementation is missing.
11403         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
11404         * lib/stdio_.h (getline): Also declare if replacement is
11405         required.
11406         * doc/functions/getdelim.texi: New file.
11407         * doc/functions/getline.texi: Likewise.
11408         * doc/gnulib.texi (Function Substitutes): Add new files.
11409         Reported by Bruno Haible.
11410
11411 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
11412
11413         * users.txt: Add Guile.
11414
11415 2007-08-22  Eric Blake  <ebb9@byu.net>
11416
11417         * tests/test-getdelim.c (main): Use remove, not unlink.
11418         * tests/test-getline.c (main): Likewise.
11419
11420         Move getline and getdelim into stdio.h, per POSIX 200x.
11421         * modules/getline (Files): Remove getline.h.
11422         (Depends-on): Add stdio.
11423         (configure.ac): Add module indicator.
11424         * modules/getdelim (Files): Remove getdelim.h.
11425         (Depends-on): Add stdio.
11426         (configure.ac): Add module indicator.
11427         * modules/stdio (Makefile.am): Work with new indicators.
11428         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
11429         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
11430         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
11431         * lib/getdelim.h: Delete.
11432         * lib/getline.h: Delete.
11433         * lib/stdio_.h (getdelim, getline): Declare.
11434         * modules/getdelim-tests: New module.
11435         * modules/getline-tests: Likewise.
11436         * tests/test-getdelim.c: New file.
11437         * tests/test-getline.c: Likewise.
11438         * NEWS: Document the change.
11439         * lib/getline.c: Update choice of header.
11440         * lib/csharpcomp.c: Likewise.
11441         * lib/getpass.c: Likewise.
11442         * lib/javacomp.c: Likewise.
11443         * lib/javaversion.c: Likewise.
11444         * lib/yesno.c: Likewise.
11445         * lib/getdelim.c: Likewise.
11446         (getdelim): Set errno on failure, and avoid memory leak.
11447
11448 2007-08-19  Bruno Haible  <bruno@clisp.org>
11449
11450         * modules/closein (Depends-on): Add freadahead.
11451         * lib/closein.c: Include freadahead.h.
11452         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
11453         is zero.
11454
11455 2007-08-19  Bruno Haible  <bruno@clisp.org>
11456
11457         * modules/freadahead-tests: New file.
11458         * tests/test-freadahead.sh: New file.
11459         * tests/test-freadahead.c: New file.
11460
11461         * modules/freadahead: New file.
11462         * lib/freadahead.h: New file.
11463         * lib/freadahead.c: New file.
11464         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
11465         fbufmode, fpurge, freadable, fwritable.
11466
11467 2007-08-19  Eric Blake  <ebb9@byu.net>
11468
11469         Test yesno in combination with closein.
11470         * lib/yesno.c (yesno): Document use of stdin.
11471         * modules/yesno-tests (Files): New module.
11472         * tests/test-yesno.c (main): New file.
11473         * tests/test-yesno.sh: Likewise.
11474
11475 2007-08-19  Bruno Haible  <bruno@clisp.org>
11476
11477         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
11478         * lib/fseeko.c (rpl_fseeko): Likewise.
11479         * lib/fseterr.c (fseterr): Likewise.
11480
11481 2007-08-19  Bruno Haible  <bruno@clisp.org>
11482
11483         * tests/test-lseek.c (main): Disable a test for BeOS.
11484         * doc/functions/lseek.texi: Document the BeOS bug.
11485
11486 2007-08-19  Bruno Haible  <bruno@clisp.org>
11487             Eric Blake  <ebb9@byu.net>
11488
11489         * lib/lseek.c: Include <sys/stat.h>.
11490         (rpl_lseek): Add workaround code also for Unix platforms.
11491         Needed for BeOS.
11492         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
11493         * doc/functions/lseek.texi: Document BeOS definiency.
11494
11495 2007-08-18  Bruno Haible  <bruno@clisp.org>
11496
11497         * modules/fstrcmp-tests: New file.
11498         * tests/test-fstrcmp.c: New file.
11499
11500 2007-08-18  Bruno Haible  <bruno@clisp.org>
11501
11502         * modules/fstrcmp: New file, from GNU gettext with modifications.
11503         * lib/fstrcmp.h: New file, from GNU gettext.
11504         * lib/fstrcmp.c: New file, from GNU gettext.
11505         * MODULES.html.sh (String handling): Add fstrcmp.
11506
11507 2007-08-18  Bruno Haible  <bruno@clisp.org>
11508
11509         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
11510         'bool'.
11511         (diag, compareseq): Remove const from the ctxt argument.
11512         (USE_HEURISTIC): Undefine at the end.
11513
11514 2007-08-18  Jim Meyering  <jim@meyering.net>
11515
11516         New file: lib/idcache.h
11517         * NEWS: Mention the addition.
11518         * modules/idcache (Files): Add lib/idcache.h
11519         * lib/idcache.c: Include "idcache.h".
11520         Don't include <sys/types.h>.
11521         Add a FIXME comment.
11522         Move file-scoped "static" declarations to the top.
11523         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
11524
11525 2007-08-17  Bruno Haible  <bruno@clisp.org>
11526         and Paul Eggert  <eggert@cs.ucla.edu>
11527
11528         * MODULES.html.sh: Add diffseq.
11529         * modules/diffseq: New file.
11530         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
11531         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
11532
11533 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11534
11535         Import changes from coreutils for bootstrap script.
11536
11537         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
11538
11539         * build-aux/bootstrap (slurp): Work even in environments where
11540         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
11541         current code does not slurp files whose names start with ".", and
11542         this looks like it might be a troublesome area.
11543
11544         2007-07-11  Jim Meyering  <jim@meyering.net>
11545
11546         If there's a GPL vN copyright comment, require that N == 3.
11547
11548         2007-07-08  Jim Meyering  <jim@meyering.net>
11549
11550         Run the coreutils-specific code only if tests/Makefile.am.in exists.
11551         * build-aux/bootstrap (mam_template): Move definition out of loop.
11552
11553         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
11554
11555         * build-aux/bootstrap (symlink_to_dir): Rename function from
11556         symlink_to_gnulib.  Add a directory parameter.  Update all
11557         callers.
11558         (cp_mark_as_generated): Also check for -- and link to -- files in
11559         gl/.
11560
11561         2007-07-08  Jim Meyering  <jim@meyering.net>
11562
11563         Adapt to deeper hierarchy in gnulib.
11564         * build-aux/bootstrap (symlink_to_dir): If the destination
11565         directory doesn't exist, create it. This is required at least for
11566         "lib/uniwidth/cjk.h".
11567
11568         2007-05-15  Jim Meyering  <jim@meyering.net>
11569
11570         * build-aux/bootstrap: Now that generated Makefile.am files
11571         are no longer under version control, they must be created at
11572         bootstrap time.
11573
11574 2007-08-14  Ben Pfaff  <blp@gnu.org>
11575
11576         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
11577
11578 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
11579
11580         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
11581         given the changes below.
11582         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
11583         even on hosts that have padding bits beyond the supported 64.
11584
11585 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
11586
11587         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
11588         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
11589         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
11590         depends on it.
11591         (xstrtol_error): Remove.
11592         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
11593         but with a different signature.
11594         (ATTRIBUTE_NORETURN, __attribute__): New macros.
11595         * lib/xstrtol-error.c: Include exitfail.h.
11596         (xstrtol_fatal): New function, with a different signature from the
11597         old xstrtol_error, so that the caller need not worry about passing
11598         in an exit status, or about storage management of the option argument.
11599         (xstrtol_error): Now a static function.  Redo signature to
11600         implement xstrtol_fatal.  Output the correct number of hyphens in
11601         front of the option so that the caller need not worry about
11602         storage management.
11603         (N_): New macro.
11604         (_): Remove; not used now.
11605         * modules/xstrtol: Depend on getopt.
11606         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
11607         of old STRTOL_FATAL_ERROR macro.
11608         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
11609         of test program.
11610         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
11611         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
11612
11613 2007-08-08  Eric Blake  <ebb9@byu.net>
11614
11615         * lib/xstrtol-error.c: Add missing include.
11616
11617         Move xstrtol messages into gnulib domain, when --pobase is used.
11618         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
11619         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
11620         * modules/xstrtol (Files): Distribute new file.
11621         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
11622         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
11623         * tests/test-xstrtol.c: ...into new file.
11624         * tests/test-xstrtoul.c: Also test xstrtoul.
11625         * tests/test-xstrtoimax.c: Also test xstrtoimax.
11626         * tests/test-xstrtoumax.c: Also test xstrtoumax.
11627         * tests/test-xstrtol.sh: Drive the tests.
11628         * tests/test-xstrtoimax.sh: Likewise.
11629         * tests/test-xstrtoumax.sh: Likewise.
11630         * modules/xstrtol-tests: New module.
11631         * modules/xstrtoimax-tests: Likewise.
11632         * modules/xstrtoumax-tests: Likewise.
11633
11634 2007-08-08  Jim Meyering  <jim@meyering.net>
11635
11636         New function: mfile_name_concat.
11637         * lib/filenamecat.c (mfile_name_concat): New function, just like
11638         file_name_concat, but return NULL upon failure rather than exiting
11639         with a diagnostic.
11640         * lib/filenamecat.h: Declare it.
11641
11642 2007-08-07  Bruno Haible  <bruno@clisp.org>
11643
11644         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
11645         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
11646         warning from gcc.
11647         Reported by Eric Blake.
11648
11649 2007-08-07  Simon Josefsson  <simon@josefsson.org>
11650
11651         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
11652         * modules/crypto/arcfour (License): Likewise.
11653         * modules/crypto/des-tests (License): Likewise.
11654         * modules/crypto/gc-arctwo-tests (License): Likewise.
11655         * modules/crypto/gc-des-tests (License): Likewise.
11656         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
11657         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
11658         * modules/crypto/gc-md2-tests (License): Likewise.
11659         * modules/crypto/gc-md4-tests (License): Likewise.
11660         * modules/crypto/gc-md5-tests (License): Likewise.
11661         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
11662         * modules/crypto/gc-rijndael-tests (License): Likewise.
11663         * modules/crypto/gc-sha1-tests (License): Likewise.
11664         * modules/crypto/gc-tests (License): Likewise.
11665         * modules/crypto/hmac-md5 (License): Likewise.
11666         * modules/crypto/hmac-sha1 (License): Likewise.
11667         * modules/crypto/md2-tests (License): Likewise.
11668         * modules/crypto/md4-tests (License): Likewise.
11669         * modules/crypto/md5 (License): Likewise.
11670         * modules/crypto/rijndael (License): Likewise.
11671         * modules/crypto/sha1 (License): Likewise.
11672         * modules/memxor (License): Likewise.
11673
11674 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
11675         and Bruno Haible  <bruno@clisp.org>
11676
11677         * NEWS: Describe interface changes to human, xstrtol.
11678         * lib/human.h: Include <xstrtol.h>.
11679         (human_options): Return enum strtol_error, not int.  Remove
11680         bool arg; take int * instead.
11681         * lib/human.c: Don't include "gettext.h".
11682         (_): Remove; no longer used.
11683         Don't include <xstrtol.h>, since human.h does it.
11684         (human_options): Adjust to abovementioned interface changes.
11685         Do not report error to stderr; that's now the caller's
11686         responsibility.
11687         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
11688         interface change.
11689         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
11690         Str, Argument_type_string.  All uses changed.  Put " argument"
11691         in diagnostics to make them clearer.  Change wording of suffix
11692         message for clarity.
11693         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
11694         Argument_type_string.
11695         (STRTOL_FATAL_WARN): Remove; no longer used.
11696         * modules/human (Depends-on): Remove gettext-h.
11697
11698 2007-08-06  Simon Josefsson  <simon@josefsson.org>
11699
11700         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
11701
11702 2007-07-31  Bruno Haible  <bruno@clisp.org>
11703
11704         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
11705         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
11706         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
11707
11708 2007-07-31  Bruno Haible  <bruno@clisp.org>
11709
11710         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
11711         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
11712
11713 2007-07-30  Bruno Haible  <bruno@clisp.org>
11714
11715         * modules/base64 (License): Use the synonymous term "LGPLv2+".
11716         * modules/c-ctype (License): Likewise.
11717         * modules/c-strcase (License): Likewise.
11718         * modules/check-version (License): Likewise.
11719         * modules/iconv (License): Likewise.
11720         * modules/iconv_open (License): Likewise.
11721         * modules/read-file (License): Likewise.
11722         * modules/striconv (License): Likewise.
11723         * modules/strverscmp (License): Likewise.
11724         * modules/vasprintf (License): Likewise.
11725         * modules/crypto/des (License): Likewise.
11726         * modules/crypto/gc (License): Likewise.
11727         * modules/crypto/gc-arcfour (License): Likewise.
11728         * modules/crypto/gc-arctwo (License): Likewise.
11729         * modules/crypto/gc-des (License): Likewise.
11730         * modules/crypto/gc-hmac-md5 (License): Likewise.
11731         * modules/crypto/gc-hmac-sha1 (License): Likewise.
11732         * modules/crypto/gc-md2 (License): Likewise.
11733         * modules/crypto/gc-md4 (License): Likewise.
11734         * modules/crypto/gc-md5 (License): Likewise.
11735         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
11736         * modules/crypto/gc-random (License): Likewise.
11737         * modules/crypto/gc-rijndael (License): Likewise.
11738         * modules/crypto/gc-sha1 (License): Likewise.
11739         * modules/crypto/md2 (License): Likewise.
11740         * modules/crypto/md4 (License): Likewise.
11741
11742 2007-07-30  Jim Meyering  <jim@meyering.net>
11743
11744         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
11745         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
11746         it has valid stat data.  This bug would cause du not to count the
11747         sizes of inaccessible directories.
11748         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
11749         in <http://bugzilla.redhat.com/250077>.
11750
11751 2007-07-25  Peter O'Gorman  <peter@pogma.com>
11752             Bruno Haible  <bruno@clisp.org>
11753
11754         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
11755         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
11756         #include_next, gives a diagnostic about it, but reports no error in
11757         the exit code.
11758         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
11759
11760 2007-07-24  Ben Pfaff  <blp@gnu.org>
11761
11762         Improve name: "count-one-bits" is better than "popcount".
11763         * MODULES.html.sh: Update name.
11764         * lib/popcount.h: Renamed lib/count-one-bits.h.
11765         (popcount): Renamed count_one_bits.
11766         (popcountl): Renamed count_one_bits_l.
11767         (popcountll): Renamed count_one_bits_ll.
11768         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
11769         * modules/popcount: Renamed module/count-one-bits.
11770         * modules/popcount-tests: Renamed module/count-one-bits-tests.
11771         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
11772
11773 2007-07-23  Ben Pfaff  <blp@gnu.org>
11774
11775         * lib/popcount.h (popcount32): Reduce size of constants, to allow
11776         better code generation, and add U to large constants to avoid
11777         warnings, in non-GCC case.
11778         Suggested by Bruno Haible.
11779
11780 2007-07-23  Ben Pfaff  <blp@gnu.org>
11781
11782         * lib/popcount.h: Use verify_true instead of if...abort.
11783         * modules/popcount: Depend on verify module.
11784         Suggested by Jim Meyering.
11785
11786 2007-07-23  Bruno Haible  <bruno@clisp.org>
11787
11788         * gnulib-tool (func_import): Create a .cvsignore file also when the
11789         directory is not yet in CVS but the toplevel directory is. When
11790         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
11791         Reported by Karl Berry.
11792
11793 2007-07-22  Ben Pfaff  <blp@gnu.org>
11794
11795         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
11796         case.
11797         Suggested by Eric Blake.
11798
11799 2007-07-22  Ben Pfaff  <blp@gnu.org>
11800
11801         New module: popcount.
11802         * MODULES.html.sh: Add popcount.
11803         * modules/popcount: New file.
11804         * modules/popcount-tests: New file.
11805         * tests/test-popcount.c: New file.
11806         * lib/popcount.h: New file.
11807         * m4/popcount.m4: New file.
11808
11809 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
11810
11811         * build-aux/announce-gen: Update to GPLv3.
11812
11813         * build-aux/config.guess: Update from config.
11814
11815 2007-07-21  Bruno Haible  <bruno@clisp.org>
11816
11817         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
11818         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
11819
11820 2007-07-20  Jim Meyering  <jim@meyering.net>
11821
11822         * check-module: Diagnose a self-dependency.
11823
11824 2007-07-19  Bruno Haible  <bruno@clisp.org>
11825
11826         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
11827         empty.
11828         Reported by Eric Blake.
11829
11830 2007-07-18  Bruno Haible  <bruno@clisp.org>
11831
11832         * gnulib-tool: New options --po-base, --po-domain.
11833         (func_usage): Document them.
11834         (pobase, po_domain): New variables.
11835         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
11836         DEFAULT_TEXT_DOMAIN.
11837         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
11838         (func_import): Consider pobase and po_domain. Create a po/ directory.
11839         (func_create_testdir): Set pobase and po_domain to empty.
11840         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
11841         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
11842
11843 2007-07-18  Bruno Haible  <bruno@clisp.org>
11844
11845         * gnulib-tool (func_get_automake_snippet): Synthesize also an
11846         EXTRA_DIST augmentation for files in build-aux/.
11847
11848 2007-07-16  Bruno Haible  <bruno@clisp.org>
11849
11850         * modules/lseek (License): Use the synonymous term "LGPLv2+".
11851         * modules/getdelim (License): Likewise.
11852
11853 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11854
11855         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
11856         * modules/d-type (License): Likewise.
11857         * modules/extensions (License): Likewise.
11858         * modules/fnmatch (License): Likewise.
11859         * modules/fseeko (License): Likewise.
11860         * modules/getaddrinfo (License): Likewise.
11861         * modules/getline (License): Likewise.
11862         * modules/getlogin_r (License): Likewise.
11863         * modules/getpass (License): Likewise.
11864         * modules/gettimeofday (License): Likewise.
11865         * modules/glob (License): Likewise.
11866         * modules/inet_ntop (License): Likewise.
11867         * modules/malloc (License): Likewise.
11868         * modules/malloca (License): Likewise.
11869         * modules/memmem (License): Likewise.
11870         * modules/mempcpy (License): Likewise.
11871         * modules/memset (License): Likewise.
11872         * modules/minmax (License): Likewise.
11873         * modules/mktime (License): Likewise.
11874         * modules/netinet_in (License): Likewise.
11875         * modules/pathmax (License): Likewise.
11876         * modules/poll (License): Likewise.
11877         * modules/regex (License): Likewise.
11878         * modules/snprintf (License): Likewise.
11879         * modules/stdbool (License): Likewise.
11880         * modules/stdint (License): Likewise.
11881         * modules/stdio (License): Likewise.
11882         * modules/strcase (License): Likewise.
11883         * modules/strcasestr (License): Likewise.
11884         * modules/strdup (License): Likewise.
11885         * modules/string (License): Likewise.
11886         * modules/strndup (License): Likewise.
11887         * modules/strnlen (License): Likewise.
11888         * modules/strpbrk (License): Likewise.
11889         * modules/strptime (License): Likewise.
11890         * modules/strsep (License): Likewise.
11891         * modules/sys_select (License): Likewise.
11892         * modules/sys_socket (License): Likewise.
11893         * modules/sys_stat (License): Likewise.
11894         * modules/sys_time (License): Likewise.
11895         * modules/time (License): Likewise.
11896         * modules/time_r (License): Likewise.
11897         * modules/timegm (License): Likewise.
11898         * modules/unistd (License): Likewise.
11899         * modules/vsnprintf (License): Likewise.
11900         * modules/wctype (License): Likewise.
11901
11902 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11903
11904         * modules/argz (License): LGPLv2+.
11905
11906 2007-07-15  Karl Berry  <karl@gnu.org>
11907
11908         * doc/gnulib.texi: revise node structure per new fdl.texi.
11909
11910 2007-07-14  Bruno Haible  <bruno@clisp.org>
11911
11912         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
11913         the output file.
11914         * lib/uniname/uninames.h: Regenerated.
11915
11916 2007-07-14  Karl Berry  <karl@gnu.org>
11917
11918         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
11919         omitting sectioning and index commands.
11920
11921 2007-07-13  Bruno Haible  <bruno@clisp.org>
11922
11923         New gnulib-tool option --more-symlinks.
11924         * gnulib-tool (func_usage): Document --more-symlinks.
11925         (do_copyrights): New variable.
11926         Recognize option --more-symlinks.
11927         (func_import): Don't add a copyright notice transform to
11928         sed_transform_lib_file if do_copyrights is empty.
11929
11930 2007-07-13  Bruno Haible  <bruno@clisp.org>
11931
11932         * lib/vasnprintf.c (decimal_point_char): Define also if
11933         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
11934         && !NEED_PRINTF_DIRECTIVE_A.
11935         Reported by Clemens Koller <clemens.koller@anagramm.de> via
11936         Gary V. Vaughan <gary@gnu.org>.
11937
11938 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
11939
11940         * lib/inttypes_.h: Undo previous change, since it was fixed
11941         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
11942
11943 2007-07-13  Bruno Haible  <bruno@clisp.org>
11944
11945         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
11946         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
11947
11948 2007-07-13  Jim Meyering  <jim@meyering.net>
11949
11950         df: Don't fail for Tru64's "file-on-file mount".
11951         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
11952         so we fall through and use statfs instead.  Details here:
11953         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
11954         Reported by Albert Chin.
11955
11956 2007-07-13  Bruno Haible  <bruno@clisp.org>
11957
11958         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
11959         * modules/configmake (License): Likewise.
11960         * modules/gettext (License): Likewise.
11961         * modules/gettext-h (License): Likewise.
11962         * modules/include_next (License): Likewise.
11963         * modules/link-warning (License): Likewise.
11964         * modules/localcharset (License): Likewise.
11965         * modules/localename (License): Likewise.
11966         * modules/lock (License): Likewise.
11967         * modules/relocatable-lib-lgpl (License): Likewise.
11968         * modules/size_max (License): Likewise.
11969         * modules/vasnprintf (License): Likewise.
11970         * modules/wchar (License): Likewise.
11971         * modules/xsize (License): Likewise.
11972
11973 2007-07-13  Bruno Haible  <bruno@clisp.org>
11974
11975         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
11976         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
11977
11978 2007-07-12  Bruno Haible  <bruno@clisp.org>
11979
11980         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
11981         in the modules files.
11982
11983 2007-07-11  Karl Berry  <karl@gnu.org>
11984
11985         * MODULES.html.sh (func_module): use
11986          sed -e '\|^'"${includefile}"'$|d'
11987          instead of /.../d, to avoid errors on $includefile's containing /.
11988
11989 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11990
11991         * gnulib-tool (func_import): Avoid duplication of --avoid
11992         statements
11993         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
11994         names to `_' in variable names.
11995
11996 2007-07-10  Eric Blake  <ebb9@byu.net>
11997
11998         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
11999         * NEWS: Document this change.
12000
12001 2007-07-08  Bruno Haible  <bruno@clisp.org>
12002
12003         Update to Unicode 5.0.
12004         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
12005         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
12006         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
12007         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
12008         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
12009         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
12010         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
12011         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
12012         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
12013         U+10A3F, U+1D242..U+1D244.
12014         (nonspacing_table_ind): Update.
12015         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
12016         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
12017
12018 2007-07-08  Bruno Haible  <bruno@clisp.org>
12019
12020         Update to Unicode 5.0.
12021         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
12022         code transform. Extend the name index field of unicode_name_to_code and
12023         unicode_code_to_name from 16 to 24 bits.
12024         * lib/uniname/uniname.c (unicode_character_name,
12025         unicode_name_character): Add the range 0x12xxx to the code transform.
12026         * lib/uniname/uninames.h: Regenerated.
12027         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
12028
12029 2007-07-07  Bruno Haible  <bruno@clisp.org>
12030
12031         * modules/wcwidth-tests: New file.
12032         * tests/test-wcwidth.c: New file.
12033
12034         Work around MacOS X wcwidth() bug.
12035         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
12036         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
12037         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
12038         original wcwidth in non-UTF-8 locales.
12039         * modules/wcwidth (Depends-on): Add localcharset, streq,
12040         uniwidth/width.
12041         * doc/functions/wcwidth.texi: Update.
12042
12043 2007-07-07  Bruno Haible  <bruno@clisp.org>
12044
12045         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
12046         (wcwidth): New declaration.
12047         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
12048         macros.
12049         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
12050         here. Prepare for creating <wchar.h> unconditionally.
12051         * modules/wchar (Depends-on): Add link-warning.
12052         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
12053         REPLACE_WCWIDTH, and GL_LINK_WARNING.
12054         * lib/wcwidth.h: Remove file.
12055         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
12056         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
12057         * modules/wcwidth (Files): Remove lib/wcwidth.h.
12058         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
12059         (Include): Replace wcwidth.h with <wchar.h>.
12060         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
12061         * lib/mbchar.h: Don't include wcwidth.h.
12062         * lib/mbswidth.c: Likewise.
12063         * NEWS: Mention the change.
12064
12065 2007-07-07  Bruno Haible  <bruno@clisp.org>
12066
12067         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
12068         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
12069         definition with an external declaration.
12070         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
12071         defined as a function. Remove AC_C_INLINE requirement.
12072         * modules/wcwidth (Files): Add lib/wcwidth.c.
12073         (Makefile.am): Remove redundant statement.
12074
12075 2007-07-07  Bruno Haible  <bruno@clisp.org>
12076
12077         * MODULES.html.sh (Unicode string functions): Add the new modules.
12078
12079         * tests/uniwidth/test-u32-strwidth.c: New file.
12080         * modules/uniwidth/u32-strwidth-tests: New file.
12081
12082         * lib/uniwidth/u32-strwidth.c: New file.
12083         * modules/uniwidth/u32-strwidth: New file.
12084
12085         * tests/uniwidth/test-u16-strwidth.c: New file.
12086         * modules/uniwidth/u16-strwidth-tests: New file.
12087
12088         * lib/uniwidth/u16-strwidth.c: New file.
12089         * modules/uniwidth/u16-strwidth: New file.
12090
12091         * tests/uniwidth/test-u8-strwidth.c: New file.
12092         * modules/uniwidth/u8-strwidth-tests: New file.
12093
12094         * lib/uniwidth/u8-strwidth.c: New file.
12095         * modules/uniwidth/u8-strwidth: New file.
12096
12097         * tests/uniwidth/test-u32-width.c: New file.
12098         * modules/uniwidth/u32-width-tests: New file.
12099
12100         * lib/uniwidth/u32-width.c: New file.
12101         * modules/uniwidth/u32-width: New file.
12102
12103         * tests/uniwidth/test-u16-width.c: New file.
12104         * modules/uniwidth/u16-width-tests: New file.
12105
12106         * lib/uniwidth/u16-width.c: New file.
12107         * modules/uniwidth/u16-width: New file.
12108
12109         * tests/uniwidth/test-u8-width.c: New file.
12110         * modules/uniwidth/u8-width-tests: New file.
12111
12112         * lib/uniwidth/u8-width.c: New file.
12113         * modules/uniwidth/u8-width: New file.
12114
12115         * tests/uniwidth/test-uc_width.c: New file.
12116         * modules/uniwidth/width-tests: New file.
12117
12118         * lib/uniwidth/width.c: New file, from GNU libiconv.
12119         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
12120         * modules/uniwidth/width: New file.
12121
12122         * lib/uniwidth.h: New file, from GNU libiconv.
12123         * modules/uniwidth/base: New file.
12124
12125 2007-07-07  Bruno Haible  <bruno@clisp.org>
12126
12127         * lib/uniname.h: New file, from GNU gettext.
12128         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
12129         * lib/uniname/uninames.h: New file, from GNU gettext.
12130         * lib/uniname/uniname.c: New file, from GNU gettext.
12131         * tests/uniname/test-uninames.sh: New file.
12132         * tests/uniname/test-uninames.c: New file, from GNU gettext.
12133         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
12134         * modules/uniname/base: New file.
12135         * modules/uniname/uniname: New file.
12136         * modules/uniname/uniname-tests: New file.
12137         * MODULES.html.sh (Unicode string functions): Add the new modules.
12138
12139 2007-07-06  Bruno Haible  <bruno@clisp.org>
12140
12141         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
12142
12143 2007-07-06  Bruno Haible  <bruno@clisp.org>
12144
12145         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
12146         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
12147         includes <cygwin/sys_time.h> which includes <sys/select.h> which
12148         include <sys/time.h>.
12149         Reported by Eric Blake.
12150
12151 2007-07-06  Eric Blake  <ebb9@byu.net>
12152
12153         Fix testing canonicalize on cygwin.
12154         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
12155         Revert patch from 2007-06-19.
12156         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
12157         canonicalize module is also in use.
12158         * tests/test-canonicalize.c: New file.
12159         * tests/test-canonicalize.sh: Likewise.
12160         * modules/canonicalize-tests: Likewise.
12161
12162 2007-07-06  Jim Meyering  <jim@meyering.net>
12163
12164         * lib/getugroups.c (getugroups): Detect getgrent failure.
12165         Adjust comment to reflect reality: this function may return -1.
12166
12167 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
12168
12169         * build-aux/bootstrap (TP_URL,get_translations): Update to use
12170         the new TP address.
12171         (usage): Fix typo
12172         (gnulib_mk): New variable.
12173
12174 2007-07-05  Jim Meyering  <jim@meyering.net>
12175
12176         Don't let endgrent clobber errno, no matter how improbable.
12177         * lib/getugroups.c (getugroups): Save and restore errno around
12178         endgrent call.
12179
12180         Close the group DB even when failing with 2^31 or more members.
12181         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
12182
12183 2007-07-04  Jim Meyering  <jim@meyering.net>
12184
12185         * lib/getugroups.h: New file.
12186         * lib/getugroups.c: Include "getugroups.h".
12187         Remove uses of "register" keyword.
12188         Move local variable, "cp", down into scope where used.
12189         Give "username" parameter the "const" attribute.
12190         * modules/getugroups (Files): Add lib/getugroups.h
12191
12192 2007-07-04  Karl Berry  <karl@gnu.org>
12193
12194         * MODULES.html.sh (func_all_modules): Complete rename of
12195         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
12196
12197 2007-07-02  Bruno Haible  <bruno@clisp.org>
12198
12199         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
12200         mode, when inttypes.h comes from gnulib.
12201         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
12202
12203 2007-07-02  Simon Josefsson  <simon@josefsson.org>
12204
12205         * NEWS: Mention lgpl module name change.
12206
12207         * modules/lgpl-2.1: Renamed from lgpl.
12208
12209         * NEWS: Mention gpl module name change.
12210
12211         * modules/gpl-3.0: New file, based on gpl-2.0.
12212
12213         * modules/gpl-2.0: Renamed from gpl.
12214
12215         * modules/gpl: Fix filename, doc/gpl.texi is now found at
12216         doc/gpl-2.0.texi.
12217
12218 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
12219
12220         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
12221         #define __STDC_LIMIT_MACROS temporarily while including
12222         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
12223         Problem reported by Joel E. Denny in
12224         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
12225
12226 2007-07-01  Bruno Haible  <bruno@clisp.org>
12227
12228         * lib/unistdio.h: New file.
12229         * lib/unistdio/u-asnprintf.h: New file.
12230         * lib/unistdio/u-asprintf.h: New file.
12231         * lib/unistdio/u-printf-args.c: New file.
12232         * lib/unistdio/u-printf-args.h: New file.
12233         * lib/unistdio/u-printf-parse.h: New file.
12234         * lib/unistdio/u-snprintf.h: New file.
12235         * lib/unistdio/u-sprintf.h: New file.
12236         * lib/unistdio/u-vasprintf.h: New file.
12237         * lib/unistdio/u-vsnprintf.h: New file.
12238         * lib/unistdio/u-vsprintf.h: New file.
12239         * lib/unistdio/ulc-asnprintf.c: New file.
12240         * lib/unistdio/ulc-asprintf.c: New file.
12241         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
12242         * lib/unistdio/ulc-printf-parse.c: New file.
12243         * lib/unistdio/ulc-snprintf.c: New file.
12244         * lib/unistdio/ulc-sprintf.c: New file.
12245         * lib/unistdio/ulc-vasnprintf.c: New file.
12246         * lib/unistdio/ulc-vasprintf.c: New file.
12247         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
12248         * lib/unistdio/ulc-vsnprintf.c: New file.
12249         * lib/unistdio/ulc-vsprintf.c: New file.
12250         * lib/unistdio/u8-asnprintf.c: New file.
12251         * lib/unistdio/u8-asprintf.c: New file.
12252         * lib/unistdio/u8-printf-parse.c: New file.
12253         * lib/unistdio/u8-snprintf.c: New file.
12254         * lib/unistdio/u8-sprintf.c: New file.
12255         * lib/unistdio/u8-vasnprintf.c: New file.
12256         * lib/unistdio/u8-vasprintf.c: New file.
12257         * lib/unistdio/u8-vsnprintf.c: New file.
12258         * lib/unistdio/u8-vsprintf.c: New file.
12259         * lib/unistdio/u8-u8-asnprintf.c: New file.
12260         * lib/unistdio/u8-u8-asprintf.c: New file.
12261         * lib/unistdio/u8-u8-snprintf.c: New file.
12262         * lib/unistdio/u8-u8-sprintf.c: New file.
12263         * lib/unistdio/u8-u8-vasnprintf.c: New file.
12264         * lib/unistdio/u8-u8-vasprintf.c: New file.
12265         * lib/unistdio/u8-u8-vsnprintf.c: New file.
12266         * lib/unistdio/u8-u8-vsprintf.c: New file.
12267         * lib/unistdio/u16-asnprintf.c: New file.
12268         * lib/unistdio/u16-asprintf.c: New file.
12269         * lib/unistdio/u16-printf-parse.c: New file.
12270         * lib/unistdio/u16-snprintf.c: New file.
12271         * lib/unistdio/u16-sprintf.c: New file.
12272         * lib/unistdio/u16-vasnprintf.c: New file.
12273         * lib/unistdio/u16-vasprintf.c: New file.
12274         * lib/unistdio/u16-vsnprintf.c: New file.
12275         * lib/unistdio/u16-vsprintf.c: New file.
12276         * lib/unistdio/u16-u16-asnprintf.c: New file.
12277         * lib/unistdio/u16-u16-asprintf.c: New file.
12278         * lib/unistdio/u16-u16-snprintf.c: New file.
12279         * lib/unistdio/u16-u16-sprintf.c: New file.
12280         * lib/unistdio/u16-u16-vasnprintf.c: New file.
12281         * lib/unistdio/u16-u16-vasprintf.c: New file.
12282         * lib/unistdio/u16-u16-vsnprintf.c: New file.
12283         * lib/unistdio/u16-u16-vsprintf.c: New file.
12284         * lib/unistdio/u32-asnprintf.c: New file.
12285         * lib/unistdio/u32-asprintf.c: New file.
12286         * lib/unistdio/u32-printf-parse.c: New file.
12287         * lib/unistdio/u32-snprintf.c: New file.
12288         * lib/unistdio/u32-sprintf.c: New file.
12289         * lib/unistdio/u32-vasnprintf.c: New file.
12290         * lib/unistdio/u32-vasprintf.c: New file.
12291         * lib/unistdio/u32-vsnprintf.c: New file.
12292         * lib/unistdio/u32-vsprintf.c: New file.
12293         * lib/unistdio/u32-u32-asnprintf.c: New file.
12294         * lib/unistdio/u32-u32-asprintf.c: New file.
12295         * lib/unistdio/u32-u32-snprintf.c: New file.
12296         * lib/unistdio/u32-u32-sprintf.c: New file.
12297         * lib/unistdio/u32-u32-vasnprintf.c: New file.
12298         * lib/unistdio/u32-u32-vasprintf.c: New file.
12299         * lib/unistdio/u32-u32-vsnprintf.c: New file.
12300         * lib/unistdio/u32-u32-vsprintf.c: New file.
12301         * tests/unistdio/test-ulc-asnprintf1.c: New file.
12302         * tests/unistdio/test-ulc-asnprintf1.h: New file.
12303         * tests/unistdio/test-ulc-printf1.h: New file.
12304         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
12305         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
12306         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
12307         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
12308         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
12309         * tests/unistdio/test-ulc-vasprintf1.c: New file.
12310         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
12311         * tests/unistdio/test-ulc-vsprintf1.c: New file.
12312         * tests/unistdio/test-u8-asnprintf1.c: New file.
12313         * tests/unistdio/test-u8-asnprintf1.h: New file.
12314         * tests/unistdio/test-u8-printf1.h: New file.
12315         * tests/unistdio/test-u8-vasnprintf1.c: New file.
12316         * tests/unistdio/test-u8-vasnprintf2.c: New file.
12317         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
12318         * tests/unistdio/test-u8-vasnprintf3.c: New file.
12319         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
12320         * tests/unistdio/test-u8-vasprintf1.c: New file.
12321         * tests/unistdio/test-u8-vsnprintf1.c: New file.
12322         * tests/unistdio/test-u8-vsprintf1.c: New file.
12323         * tests/unistdio/test-u16-asnprintf1.c: New file.
12324         * tests/unistdio/test-u16-asnprintf1.h: New file.
12325         * tests/unistdio/test-u16-printf1.h: New file.
12326         * tests/unistdio/test-u16-vasnprintf1.c: New file.
12327         * tests/unistdio/test-u16-vasnprintf2.c: New file.
12328         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
12329         * tests/unistdio/test-u16-vasnprintf3.c: New file.
12330         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
12331         * tests/unistdio/test-u16-vasprintf1.c: New file.
12332         * tests/unistdio/test-u16-vsnprintf1.c: New file.
12333         * tests/unistdio/test-u16-vsprintf1.c: New file.
12334         * tests/unistdio/test-u32-asnprintf1.c: New file.
12335         * tests/unistdio/test-u32-asnprintf1.h: New file.
12336         * tests/unistdio/test-u32-printf1.h: New file.
12337         * tests/unistdio/test-u32-vasnprintf1.c: New file.
12338         * tests/unistdio/test-u32-vasnprintf2.c: New file.
12339         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
12340         * tests/unistdio/test-u32-vasnprintf3.c: New file.
12341         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
12342         * tests/unistdio/test-u32-vasprintf1.c: New file.
12343         * tests/unistdio/test-u32-vsnprintf1.c: New file.
12344         * tests/unistdio/test-u32-vsprintf1.c: New file.
12345         * modules/unistdio/base: New file.
12346         * modules/unistdio/u-printf-args: New file.
12347         * modules/unistdio/ulc-asnprintf: New file.
12348         * modules/unistdio/ulc-asprintf: New file.
12349         * modules/unistdio/ulc-fprintf: New file.
12350         * modules/unistdio/ulc-printf-parse: New file.
12351         * modules/unistdio/ulc-snprintf: New file.
12352         * modules/unistdio/ulc-sprintf: New file.
12353         * modules/unistdio/ulc-vasnprintf: New file.
12354         * modules/unistdio/ulc-vasprintf: New file.
12355         * modules/unistdio/ulc-vfprintf: New file.
12356         * modules/unistdio/ulc-vsnprintf: New file.
12357         * modules/unistdio/ulc-vsprintf: New file.
12358         * modules/unistdio/u8-asnprintf: New file.
12359         * modules/unistdio/u8-asprintf: New file.
12360         * modules/unistdio/u8-printf-parse: New file.
12361         * modules/unistdio/u8-snprintf: New file.
12362         * modules/unistdio/u8-sprintf: New file.
12363         * modules/unistdio/u8-vasnprintf: New file.
12364         * modules/unistdio/u8-vasprintf: New file.
12365         * modules/unistdio/u8-vsnprintf: New file.
12366         * modules/unistdio/u8-vsprintf: New file.
12367         * modules/unistdio/u8-u8-asnprintf: New file.
12368         * modules/unistdio/u8-u8-asprintf: New file.
12369         * modules/unistdio/u8-u8-snprintf: New file.
12370         * modules/unistdio/u8-u8-sprintf: New file.
12371         * modules/unistdio/u8-u8-vasnprintf: New file.
12372         * modules/unistdio/u8-u8-vasprintf: New file.
12373         * modules/unistdio/u8-u8-vsnprintf: New file.
12374         * modules/unistdio/u8-u8-vsprintf: New file.
12375         * modules/unistdio/u16-asnprintf: New file.
12376         * modules/unistdio/u16-asprintf: New file.
12377         * modules/unistdio/u16-printf-parse: New file.
12378         * modules/unistdio/u16-snprintf: New file.
12379         * modules/unistdio/u16-sprintf: New file.
12380         * modules/unistdio/u16-vasnprintf: New file.
12381         * modules/unistdio/u16-vasprintf: New file.
12382         * modules/unistdio/u16-vsnprintf: New file.
12383         * modules/unistdio/u16-vsprintf: New file.
12384         * modules/unistdio/u16-u16-asnprintf: New file.
12385         * modules/unistdio/u16-u16-asprintf: New file.
12386         * modules/unistdio/u16-u16-snprintf: New file.
12387         * modules/unistdio/u16-u16-sprintf: New file.
12388         * modules/unistdio/u16-u16-vasnprintf: New file.
12389         * modules/unistdio/u16-u16-vasprintf: New file.
12390         * modules/unistdio/u16-u16-vsnprintf: New file.
12391         * modules/unistdio/u16-u16-vsprintf: New file.
12392         * modules/unistdio/u32-asnprintf: New file.
12393         * modules/unistdio/u32-asprintf: New file.
12394         * modules/unistdio/u32-printf-parse: New file.
12395         * modules/unistdio/u32-snprintf: New file.
12396         * modules/unistdio/u32-sprintf: New file.
12397         * modules/unistdio/u32-vasnprintf: New file.
12398         * modules/unistdio/u32-vasprintf: New file.
12399         * modules/unistdio/u32-vsnprintf: New file.
12400         * modules/unistdio/u32-vsprintf: New file.
12401         * modules/unistdio/u32-u32-asnprintf: New file.
12402         * modules/unistdio/u32-u32-asprintf: New file.
12403         * modules/unistdio/u32-u32-snprintf: New file.
12404         * modules/unistdio/u32-u32-sprintf: New file.
12405         * modules/unistdio/u32-u32-vasnprintf: New file.
12406         * modules/unistdio/u32-u32-vasprintf: New file.
12407         * modules/unistdio/u32-u32-vsnprintf: New file.
12408         * modules/unistdio/u32-u32-vsprintf: New file.
12409         * modules/unistdio/ulc-asnprintf-tests: New file.
12410         * modules/unistdio/ulc-vasnprintf-tests: New file.
12411         * modules/unistdio/ulc-vasprintf-tests: New file.
12412         * modules/unistdio/ulc-vsnprintf-tests: New file.
12413         * modules/unistdio/ulc-vsprintf-tests: New file.
12414         * modules/unistdio/u8-asnprintf-tests: New file.
12415         * modules/unistdio/u8-vasnprintf-tests: New file.
12416         * modules/unistdio/u8-vasprintf-tests: New file.
12417         * modules/unistdio/u8-vsnprintf-tests: New file.
12418         * modules/unistdio/u8-vsprintf-tests: New file.
12419         * modules/unistdio/u16-asnprintf-tests: New file.
12420         * modules/unistdio/u16-vasnprintf-tests: New file.
12421         * modules/unistdio/u16-vasprintf-tests: New file.
12422         * modules/unistdio/u16-vsnprintf-tests: New file.
12423         * modules/unistdio/u16-vsprintf-tests: New file.
12424         * modules/unistdio/u32-asnprintf-tests: New file.
12425         * modules/unistdio/u32-vasnprintf-tests: New file.
12426         * modules/unistdio/u32-vasprintf-tests: New file.
12427         * modules/unistdio/u32-vsnprintf-tests: New file.
12428         * modules/unistdio/u32-vsprintf-tests: New file.
12429         * MODULES.html.sh (Unicode string functions): Add the new modules.
12430
12431 2007-07-01  Bruno Haible  <bruno@clisp.org>
12432
12433         * lib/sprintf.c (sprintf): Limit the available length estimation,
12434         to avoid address wraparound.
12435         * lib/vsprintf.c (vsprintf): Likewise.
12436         * modules/sprintf-posix (Dependencies): Add stdint.
12437         * modules/vsprintf-posix (Dependencies): Likewise.
12438
12439 2007-07-01  Bruno Haible  <bruno@clisp.org>
12440
12441         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
12442         Windows PATH as well. Conservative double-quoting. Comments.
12443
12444 2007-07-01  Bruno Haible  <bruno@clisp.org>
12445             Eric Blake  <ebb9@byu.net>
12446             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12447
12448         * gnulib-tool (self_abspathname): Fix algorithm to cope with
12449         empty components in $PATH, denoting '.'.
12450
12451 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12452
12453         * gnulib-tool: Fix indentation.
12454         (func_create_megatestdir): Likewise.
12455         Report by Bruno Haible.
12456
12457 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12458
12459         Sync from Automake.
12460         * build-aux/gnupload: Fix shell portability issues with for loops.
12461         Report by Karl Berry.
12462
12463 2007-06-29  Simon Josefsson  <simon@josefsson.org>
12464
12465         * build-aux/maint.mk (POURL): Use translationproject.org.
12466
12467 2007-06-27  Simon Josefsson  <simon@josefsson.org>
12468             Bruno Haible  <bruno@clisp.org>
12469
12470         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
12471         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
12472         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
12473         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
12474         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
12475
12476 2007-06-27  Bruno Haible  <bruno@clisp.org>
12477
12478         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
12479         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
12480
12481 2007-06-26  Karl Berry  <karl@gnu.org>
12482
12483         * MODULES.html.sh: remove xreadlink-with-size.
12484
12485 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
12486
12487         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
12488         method that I hope also handles the double-include problem noted
12489         by Bruno Haible in
12490         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
12491
12492 2007-06-23  Bruno Haible  <bruno@clisp.org>
12493
12494         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12495         Don't let the 'mostlyclean' target fail if the last subdirectory could
12496         not be removed.
12497         Reported by Karl Berry.
12498
12499 2007-06-23  Bruno Haible  <bruno@clisp.org>
12500
12501         * gnulib-tool (echo): Add a speedier workaround for ksh.
12502         * tests/test-echo.sh: Likewise.
12503
12504 2007-06-23  Bruno Haible  <bruno@clisp.org>
12505
12506         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
12507         * tests/test-echo.sh: Likewise.
12508
12509 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12510
12511         * gnulib-tool (IFS): Initialize early, so we don't set it to
12512         empty later.
12513         (self_abspathname): Rewrite algorithm to set it, reindent.
12514         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
12515         (func_create_megatestdir): Merge some sed scripts.
12516
12517 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
12518
12519         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
12520         exposed by Sun Studio 11 cc on Solaris 8.
12521
12522 2007-06-22  Bruno Haible  <bruno@clisp.org>
12523
12524         * gnulib-tool (echo): Ensure the echo primitive does not interpret
12525         backslashes.
12526         * tests/test-echo.sh: New file.
12527
12528 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12529
12530         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
12531         simplify `sed_replace_build_aux' scripts, they are portable but
12532         echoing them with `echo' is not.
12533         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
12534
12535 2007-06-21  Karl Berry  <karl@gnu.org>
12536
12537         * config/srclist.txt: guess we can't handle the licenses via
12538         srclist at the moment.
12539
12540 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
12541
12542         * MODULES.html.sh: Add include_next.
12543         * modules/include_next: New file.
12544
12545 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
12546
12547         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
12548         INCLUDE_NEXT.
12549         (gl_CHECK_NEXT_HEADERS): New macro.
12550         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
12551         the obsolescent gl_ABSOLUTE_HEADER.
12552         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
12553         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
12554         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
12555         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
12556         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
12557         * m4/math_h.m4 (gl_MATH_H): Likewise.
12558         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
12559         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
12560         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
12561         * m4/stdint.m4 (gl_STDINT_H): Likewise.
12562         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
12563         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
12564         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
12565         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
12566         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
12567         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
12568         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
12569         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
12570         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
12571         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
12572         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
12573         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
12574         * m4/inttypes.m4 (gl_INTTYPES_H): Define
12575         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
12576         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
12577         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
12578         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
12579         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
12580         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
12581         * lib/float_.h: Likewise.
12582         * lib/inttypes_.h: Likewise.
12583         * lib/math_.h: Likewise.
12584         * lib/search_.h: Likewise.
12585         * lib/signal_.h: Likewise.
12586         * lib/stdint_.h: Likewise.
12587         * lib/stdio_.h: Likewise.
12588         * lib/stdlib_.h: Likewise.
12589         * lib/string_.h: Likewise.
12590         * lib/sys_stat_.h: Likewise.
12591         * lib/sys_time_.h: Likewise.
12592         * lib/time_.h: Likewise.
12593         * lib/unistd_.h: Likewise.
12594         * lib/wchar_.h: Likewise.
12595         * lib/wctype_.h: Likewise.
12596         * lib/dirent_.h: Likewise.
12597         * lib/iconv_.h: Likewise.
12598         * lib/locale_.h: Likewise.
12599         * lib/netinet_in_.h: Likewise.
12600         * lib/sys_select_.h: Likewise.
12601         * lib/sys_socket_.h: Likewise.
12602         * lib/sysexits_.h: Likewise.
12603         * modules/fcntl (Depends-on): Depend on include_next, not
12604         absolute_header.
12605         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
12606         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
12607         * modules/fchdir: Likewise.
12608         * modules/float: Likewise.
12609         * modules/iconv_open: Likewise.
12610         * modules/inttypes: Likewise.
12611         * modules/locale: Likewise.
12612         * modules/math: Likewise.
12613         * modules/netinet_in: Likewise.
12614         * modules/search: Likewise.
12615         * modules/signal: Likewise.
12616         * modules/stdint: Likewise.
12617         * modules/stdio: Likewise.
12618         * modules/stdlib: Likewise.
12619         * modules/string: Likewise.
12620         * modules/sys_select: Likewise.
12621         * modules/sys_socket: Likewise.
12622         * modules/sys_stat: Likewise.
12623         * modules/sys_time: Likewise.
12624         * modules/sysexits: Likewise.
12625         * modules/time: Likewise.
12626         * modules/unistd: Likewise.
12627         * modules/wchar: Likewise.
12628         * modules/wctype: Likewise.
12629         * modules/sys_stat: Change maintainer to "all".
12630         * modules/unistd: Likewise.
12631
12632 2007-06-20  Karl Berry  <karl@gnu.org>
12633
12634         * config/srclist.txt: track www changes in license files.
12635
12636 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
12637
12638         * build-aux/bootstrap: Remove stray dot.
12639         Make sure build_aux settings are honored when linking
12640         gnulib_extra_files.
12641
12642 2007-06-19  Eric Blake  <ebb9@byu.net>
12643
12644         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
12645         Allow compilation on cygwin.
12646
12647 2007-06-19  Jim Meyering  <jim@meyering.net>
12648
12649         xreadlink-with-size: Remove module.  No longer used.
12650         Ex-callers now use xreadlink or mreadlink-with-size.
12651         * modules/xreadlink-with-size: Remove module.
12652         * lib/xreadlink-with-size.c: Remove file.
12653         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
12654         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
12655         just before the function definition *is* accurate.
12656
12657         Eliminate one way canonicalize_filename_mode could exit.
12658         * lib/canonicalize.c (canonicalize_filename_mode):
12659         Use mreadlink_with_size, not xreadlink_with_size.
12660
12661 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
12662
12663         Detect porting problems to FreeBSD/arm, which has time_t wider than
12664         long int.  Original problem reported for GNU diff by Xin Li in
12665         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
12666         * modules/getdate (Depends-on): Add intprops, verify.
12667         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
12668         is an integer type no wider than long int.
12669
12670 2007-06-18  Jim Meyering  <jim@meyering.net>
12671
12672         New module: mreadlink-with-size.
12673         * MODULES.html.sh: Add mreadlink-with-size.
12674         * modules/mreadlink-with-size: New module
12675         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
12676         not xreadlink-with-size.
12677         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
12678
12679 2007-06-16  Bruno Haible  <bruno@clisp.org>
12680
12681         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
12682         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
12683         Reported by Gary V. Vaughan <gary@gnu.org>.
12684
12685 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
12686
12687         Revamp lchown so that it lives in unistd.h where it belongs.
12688         * lib/lchown.h: Remove.
12689         * lib/dirchownmod.c: Don't include lib/lchown.h.
12690         * lib/fchownat.c: Likewise.
12691         * lib/openat.c: Likewise.
12692         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
12693         does not follow symlinks.
12694         (EOPNOTSUPP): Define if not defined.
12695         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
12696         is defined to 0.
12697         (lchown): New decl.
12698         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
12699         Do not check for lchown decl.
12700         Set REPLACE_LCHOWN.
12701         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
12702         REPLACE_LCHOWN.
12703         * modules/chown: Make it clear it follows symlinks.
12704         * modules/lchown: Make it clear it doesn't follow symlinks.
12705         (Files): Remove lib/lchown.h
12706         (Depends-on): Add unistd.
12707         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
12708         (Include): Include <unistd.h>, not "lchown.h".
12709         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
12710         REPLACE_LCHOWN.
12711
12712 2007-06-15  Jim Meyering  <jim@meyering.net>
12713
12714         Change license (GPL to LGPL) of fsusage and dependents.
12715         * modules/fsusage (License): Change to LGPL.
12716         * modules/full-read (License): Likewise.
12717         * modules/full-write (License): Likewise.
12718         * modules/safe-read (License): Likewise.
12719         * modules/safe-write (License): Likewise.
12720
12721 2007-06-14  Ben Pfaff  <blp@gnu.org>
12722
12723         Missing part of allocsa -> malloca transition.
12724         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
12725         gl_MALLOCA.
12726
12727 2007-06-12  Bruno Haible  <bruno@clisp.org>
12728
12729         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
12730         to ia64, x86_64, i386.
12731         Reported by Eric Blake.
12732
12733 2007-06-12  Bruno Haible  <bruno@clisp.org>
12734
12735         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
12736         cross-compiling to x86_64.
12737
12738 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
12739
12740         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
12741         glitch reported by Ralf Wildenhues in
12742         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
12743
12744         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
12745         Vin Shelton.
12746
12747 2007-06-11  Bruno Haible  <bruno@clisp.org>
12748
12749         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
12750         replacement string.
12751         Reported by Eric Blake.
12752
12753 2007-06-10  Bruno Haible  <bruno@clisp.org>
12754
12755         Prepare vasnprintf code for use with Unicode strings.
12756         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
12757         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
12758         TYPE_U32_STRING.
12759         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
12760         a_u32_string variants.
12761         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
12762         * lib/printf-args.c: Don't include config.h and the specification
12763         header if PRINTF_FETCHARGS is already defined.
12764         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
12765         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
12766         TYPE_U16_STRING, TYPE_U32_STRING.
12767         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
12768         u16_directive, u16_directives, u32_directive, u32_directives): New
12769         types.
12770         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
12771         New declarations.
12772         * lib/printf-parse.c: Don't include config.h and the specification
12773         header if PRINTF_PARSE is already defined. Eliminate the set of
12774         parameters for WIDE_CHAR_VERSION; the user of this file must provide
12775         them now. Include c-ctype.h.
12776         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
12777         directive and CHAR_T_ONLY_ASCII.
12778         * lib/vasnprintf.c: Don't include config.h and the specification header
12779         if VASNPRINTF is already defined.
12780         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
12781         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
12782         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
12783         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
12784         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
12785         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
12786         code accordingly.
12787         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
12788         pad_ourselves also in this case, with the 'c' and 's' directives, and
12789         with a different notion of "width".
12790         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
12791
12792 2007-06-10  Bruno Haible  <bruno@clisp.org>
12793
12794         * modules/unistr/u32-mbsnlen: New file.
12795         * lib/unistr/u32-mbsnlen.c: New file.
12796
12797         * modules/unistr/u16-mbsnlen: New file.
12798         * lib/unistr/u16-mbsnlen.c: New file.
12799
12800         * modules/unistr/u8-mbsnlen: New file.
12801         * lib/unistr/u8-mbsnlen.c: New file.
12802
12803         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
12804         declarations.
12805
12806 2007-06-10  Bruno Haible  <bruno@clisp.org>
12807
12808         * lib/string_.h (mbsnlen): New declaration.
12809         * lib/mbsnlen.c: New file.
12810         * m4/mbsnlen.m4: New file.
12811         * modules/mbsnlen: New file.
12812         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
12813         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
12814         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
12815
12816 2007-06-10  Bruno Haible  <bruno@clisp.org>
12817
12818         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
12819
12820 2007-06-10  Bruno Haible  <bruno@clisp.org>
12821
12822         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
12823         * lib/mbuiter.h: Likewise.
12824
12825 2007-06-10  Bruno Haible  <bruno@clisp.org>
12826
12827         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
12828         declaration.
12829
12830 2007-06-10  Karl Berry  <karl@gnu.org>
12831
12832         * config/srclist.txt: remove gettext entries, Bruno prefers
12833         to update individually.
12834
12835 2007-06-10  Bruno Haible  <bruno@clisp.org>
12836
12837         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
12838         'maxlen'. Ensure only length + width bytes are allocated, not
12839         length + 1 + width.
12840
12841 2007-06-09  Bruno Haible  <bruno@clisp.org>
12842
12843         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
12844         (CHAR_T): Remove macro.
12845         (VASNPRINTF): Update.
12846
12847 2007-06-09  Bruno Haible  <bruno@clisp.org>
12848
12849         * MODULES.html.sh (Unicode string functions): Add the new modules.
12850
12851         * modules/uniconv/u32-conv-to-enc: New file.
12852         * lib/uniconv/u32-conv-to-enc.c: New file.
12853         * modules/uniconv/u32-conv-to-enc-tests: New file.
12854         * tests/uniconv/test-u32-conv-to-enc.c: New file.
12855
12856         * modules/uniconv/u16-conv-to-enc: New file.
12857         * lib/uniconv/u16-conv-to-enc.c: New file.
12858         * lib/uniconv/u-conv-to-enc.h: New file.
12859         * modules/uniconv/u16-conv-to-enc-tests: New file.
12860         * tests/uniconv/test-u16-conv-to-enc.c: New file.
12861
12862         * modules/uniconv/u8-conv-to-enc: New file.
12863         * lib/uniconv/u8-conv-to-enc.c: New file.
12864         * modules/uniconv/u8-conv-to-enc-tests: New file.
12865         * tests/uniconv/test-u8-conv-to-enc.c: New file.
12866
12867         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
12868         u32_conv_to_encoding): New declarations.
12869
12870 2007-06-09  Bruno Haible  <bruno@clisp.org>
12871
12872         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
12873
12874 2007-06-09  Bruno Haible  <bruno@clisp.org>
12875
12876         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
12877         * modules/malloca: Renamed from modules/allocsa, updated.
12878         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
12879         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
12880         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
12881         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
12882         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
12883         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
12884         * modules/xmalloca: Renamed from modules/xallocsa, updated.
12885         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
12886         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
12887         * modules/c-strcasestr (Depends-on): Update.
12888         * lib/c-strcasestr.c: Update.
12889         * modules/c-strstr (Depends-on): Update.
12890         * lib/c-strstr.c: Update.
12891         * modules/canonicalize-lgpl (Depends-on): Update.
12892         * lib/canonicalize-lgpl.c: Update.
12893         * modules/clean-temp (Depends-on): Update.
12894         * lib/clean-temp.c: Update.
12895         * modules/csharpcomp (Depends-on): Update.
12896         * lib/csharpcomp.c: Update.
12897         * modules/csharpexec (Depends-on): Update.
12898         * lib/csharpexec.c: Update.
12899         * modules/javacomp (Depends-on): Update.
12900         * lib/javacomp.c: Update.
12901         * modules/javaexec (Depends-on): Update.
12902         * lib/javaexec.c: Update.
12903         * modules/mbscasestr (Depends-on): Update.
12904         * lib/mbscasestr.c: Update.
12905         * modules/mbsstr (Depends-on): Update.
12906         * lib/mbsstr.c: Update.
12907         * modules/setenv (Depends-on): Update.
12908         * lib/setenv.c: Update.
12909         * modules/strcasestr (Depends-on): Update.
12910         * lib/strcasestr.c: Update.
12911         * modules/striconveha (Depends-on): Update.
12912         * lib/striconveha.c: Update.
12913         * modules/relocatable-prog-wrapper (Files): Update.
12914         * lib/relocwrapper.c: Update.
12915         * build-aux/install-reloc: Update.
12916         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
12917
12918 2007-06-08  Bruno Haible  <bruno@clisp.org>
12919
12920         Port to uClibc.
12921         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
12922         * lib/fpurge.c (fpurge): Likewise.
12923         * lib/freading.c (freading): Likewise.
12924         * lib/fseeko.c (rpl_fseeko): Likewise.
12925         * lib/fseterr.c (fseterr): Likewise.
12926         * lib/fwriting.c (fwriting): Likewise.
12927         * tests/test-fflush.c (main): Avoid a failure on uClibc.
12928
12929 2007-06-08  Bruno Haible  <bruno@clisp.org>
12930
12931         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
12932         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
12933         * modules/gettext (Files): Add m4/intlmacosx.m4.
12934
12935 2007-06-07  Bruno Haible  <bruno@clisp.org>
12936
12937         * modules/localename-tests: New file.
12938         * tests/test-localename.c: New file.
12939
12940         New module 'localename'.
12941         * lib/localename.h: New file.
12942         * lib/localename.c: New file, from GNU gettext.
12943         * m4/localename.m4: New file.
12944         * modules/localename: New file.
12945
12946 2007-06-07  Bruno Haible  <bruno@clisp.org>
12947
12948         Work around the lack of <wchar.h> on some builds of uClibc.
12949         * doc/headers/wchar.texi: Update.
12950         * lib/wchar_.h: Include <wchar.h> only if it exists.
12951         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
12952         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
12953         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
12954         doesn't exist.
12955         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
12956         * modules/mbfile (Depends-on): Add wchar.
12957         * modules/mbiter (Depends-on): Likewise.
12958         * modules/mbuiter (Depends-on): Likewise.
12959         Reported by Simon Josefsson.
12960
12961 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
12962
12963         Work around problem reported by Steven M. Schweda in
12964         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
12965         Tru64 5.1B with the Compaq compiler environment installed declares
12966         an 'isblank' function but does not define it in the C library.
12967         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
12968         * lib/regex_internal.h (isblank): Likewise.
12969         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
12970         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
12971
12972 2007-06-05  Bruno Haible  <bruno@clisp.org>
12973
12974         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
12975         ia64.
12976         * modules/printf-safe: New file.
12977         * modules/fprintf-posix (Depends-on): Add printf-safe.
12978         * modules/printf-posix (Depends-on): Likewise.
12979         * modules/snprintf-posix (Depends-on): Likewise.
12980         * modules/sprintf-posix (Depends-on): Likewise.
12981         * modules/vasnprintf-posix (Depends-on): Likewise.
12982         * modules/vasprintf-posix (Depends-on): Likewise.
12983         * modules/vfprintf-posix (Depends-on): Likewise.
12984         * modules/vprintf-posix (Depends-on): Likewise.
12985         * modules/vsnprintf-posix (Depends-on): Likewise.
12986         * modules/vsprintf-posix (Depends-on): Likewise.
12987         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
12988         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
12989         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
12990         "no" on i386, x86_64, ia64.
12991         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
12992         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
12993         on i386, x86_64, ia64.
12994         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
12995         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
12996         on i386, x86_64, ia64.
12997         * tests/test-vasnprintf-posix.c: Include float.h.
12998         (LDBL80_WORDS): New macro.
12999         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
13000         on i386, x86_64, ia64.
13001         * tests/test-vasprintf-posix.c: Include float.h.
13002         (LDBL80_WORDS): New macro.
13003         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
13004         on i386, x86_64, ia64.
13005         * tests/test-snprintf-posix.c: Include float.h.
13006         * tests/test-sprintf-posix.c: Likewise.
13007         * tests/test-vsnprintf-posix.c: Likewise.
13008         * tests/test-vsprintf-posix.c: Likewise.
13009
13010 2007-06-05  Bruno Haible  <bruno@clisp.org>
13011
13012         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
13013         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
13014         non-IEEE numbers on i386, x86_64, ia64.
13015         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
13016         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
13017         * tests/test-isnanl.h: Include float.h.
13018         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
13019
13020 2007-06-05  Bruno Haible  <bruno@clisp.org>
13021
13022         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
13023         also the %a / %A. Handle the %a / %A code before this extra handling.
13024
13025 2007-06-05  Bruno Haible  <bruno@clisp.org>
13026
13027         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
13028         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
13029
13030 2007-06-05  Bruno Haible  <bruno@clisp.org>
13031
13032         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
13033         typo in variable name.
13034
13035 2007-06-05  Eric Blake  <ebb9@byu.net>
13036
13037         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
13038         Reported by Simon Josefsson.
13039
13040 2007-06-04  Bruno Haible  <bruno@clisp.org>
13041
13042         Avoid test failures on some PowerPC platforms.
13043         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
13044         Define differently for PowerPC.
13045         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
13046         Reported by Gary V. Vaughan <gary@gnu.org>.
13047
13048 2007-06-02  Bruno Haible  <bruno@clisp.org>
13049
13050         Fix test-stdint failure on FreeBSD/ia64.
13051         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
13052         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
13053         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
13054         * doc/headers/stdint.texi: Update.
13055
13056 2007-06-01  Bruno Haible  <bruno@clisp.org>
13057
13058         * tests/test-binary-io.c (main): Pass a third argument to open().
13059         Reported by Gary V. Vaughan <gary@gnu.org>.
13060
13061 2007-06-01  Bruno Haible  <bruno@clisp.org>
13062
13063         * doc/functions/frexpl.texi: Update for mingw.
13064
13065 2007-06-01  Bruno Haible  <bruno@clisp.org>
13066
13067         * tests/test-lseek.c (main): Disable test of errno for invalid third
13068         argument.
13069         * doc/functions/lseek.texi: Update.
13070         Reported by Gary V. Vaughan <gary@gnu.org>.
13071
13072 2007-05-28  Bruno Haible  <bruno@clisp.org>
13073
13074         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
13075
13076 2007-05-31  Eric Blake  <ebb9@byu.net>
13077
13078         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
13079         cross compiling.
13080
13081 2007-05-30  Eric Blake  <ebb9@byu.net>
13082         and Bruno Haible  <bruno@clisp.org>
13083
13084         Work around mingw test failures exposed by m4-1.4.9b.
13085         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
13086         * tests/test-unistd.c: Disable uid_t and git_t tests for the
13087         moment.
13088
13089 2007-05-30  Bruno Haible  <bruno@clisp.org>
13090
13091         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
13092         assuming that they are closed. Needed on HP-UX 11.
13093
13094 2007-05-29  Bruno Haible  <bruno@clisp.org>
13095
13096         Fix a problem with #include_next.
13097         * lib/dirent_.h: Split the double-inclusion guard.
13098         * lib/fcntl_.h: Likewise.
13099         * lib/float_.h: Likewise.
13100         * lib/iconv_.h: Likewise.
13101         * lib/inttypes_.h: Likewise.
13102         * lib/locale_.h: Likewise.
13103         * lib/math_.h: Likewise.
13104         * lib/netinet_in_.h: Likewise.
13105         * lib/search_.h: Likewise.
13106         * lib/signal_.h: Likewise.
13107         * lib/stdint_.h: Likewise.
13108         * lib/stdio_.h: Likewise.
13109         * lib/stdlib_.h: Likewise.
13110         * lib/string_.h: Likewise.
13111         * lib/sys_select_.h: Likewise.
13112         * lib/sys_socket_.h: Likewise.
13113         * lib/sys_stat_.h: Likewise.
13114         * lib/sys_time_.h: Likewise.
13115         * lib/sysexits_.h: Likewise.
13116         * lib/time_.h: Likewise.
13117         * lib/unistd_.h: Likewise.
13118         * lib/wchar_.h: Likewise.
13119         * lib/wctype_.h: Likewise.
13120
13121 2007-05-29  Bruno Haible  <bruno@clisp.org>
13122
13123         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
13124         for the moment.
13125
13126 2007-05-29  Bruno Haible  <bruno@clisp.org>
13127
13128         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
13129         invocation.
13130         Reported by Eric Blake.
13131
13132 2007-05-29  Bruno Haible  <bruno@clisp.org>
13133
13134         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
13135         compiling case.
13136
13137 2007-05-29  Eric Blake  <ebb9@byu.net>
13138             Bruno Haible  <bruno@clisp.org>
13139
13140         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
13141         cross compiles.
13142
13143 2007-05-28  Eric Blake  <ebb9@byu.net>
13144
13145         * modules/closein-tests (test_closein_LDADD): Support test on
13146         cygwin with libtool.
13147
13148 2007-05-28  Bruno Haible  <bruno@clisp.org>
13149
13150         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
13151         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
13152         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
13153         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
13154         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
13155         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
13156         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
13157         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
13158         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
13159
13160 2007-05-28  Eric Blake  <ebb9@byu.net>
13161
13162         Unconditionally include <config.h> in unit tests.
13163         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
13164         * tests/test-allocsa.c, tests/test-arcfour.c,
13165         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
13166         tests/test-array_list.c, tests/test-array_oset.c,
13167         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
13168         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
13169         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
13170         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
13171         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
13172         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
13173         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
13174         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
13175         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
13176         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
13177         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
13178         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
13179         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
13180         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
13181         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
13182         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
13183         test-md5.c, test-memmem.c, test-printf-posix.c,
13184         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
13185         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
13186         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
13187         test-strcasestr.c, test-striconv.c, test-striconveh.c,
13188         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
13189         test-vasnprintf-posix2.c, test-vasnprintf.c,
13190         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
13191         test-vfprintf-posix.c, test-vprintf-posix.c,
13192         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
13193         test-xvasprintf.c: Likewise.
13194
13195 2007-05-28  Bruno Haible  <bruno@clisp.org>
13196
13197         * gnulib-tool (func_import): Remember the --with-tests command-line
13198         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
13199         Reported by Eric Blake.
13200
13201 2007-05-28  Bruno Haible  <bruno@clisp.org>
13202
13203         * modules/ftell-tests: New file.
13204         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
13205         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
13206
13207         * lib/ftell.c: New file.
13208         * modules/ftell: New file.
13209         * m4/ftell.m4: New file.
13210         * doc/functions/ftell.texi: Update.
13211         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
13212         REPLACE_FTELL.
13213         * lib/stdio_.h (rpl_ftell): New declaration.
13214         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
13215         REPLACE_FTELL.
13216
13217 2007-05-28  Eric Blake  <ebb9@byu.net>
13218
13219         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
13220
13221 2007-05-28  Bruno Haible  <bruno@clisp.org>
13222
13223         * modules/fseek-tests: New file.
13224         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
13225         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
13226
13227         * lib/fseek.c: New file.
13228         * modules/fseek: New file.
13229         * m4/fseek.m4: New file.
13230         * doc/functions/fseek.texi: Update.
13231         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
13232         REPLACE_FSEEK.
13233         * lib/stdio_.h (rpl_fseek): New declaration.
13234         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
13235         REPLACE_FSEEK.
13236
13237 2007-05-28  Bruno Haible  <bruno@clisp.org>
13238
13239         * lib/stdio_.h (fflush): More comments.
13240
13241 2007-05-28  Bruno Haible  <bruno@clisp.org>
13242
13243         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
13244         runtime test.
13245
13246 2007-05-28  Eric Blake  <ebb9@byu.net>
13247
13248         Improve lseek module.
13249         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
13250         * lib/unistd_.h (lseek): Scale back link warning message.
13251         * tests/test-lseek.c: Beef up test.
13252         * tests/test-lseek.sh: Exercise more facets of lseek.
13253         Reported by Bruno Haible.
13254
13255 2007-05-28  Bruno Haible  <bruno@clisp.org>
13256
13257         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
13258         to define.
13259
13260 2007-05-27  Bruno Haible  <bruno@clisp.org>
13261
13262         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
13263
13264 2007-05-27  Bruno Haible  <bruno@clisp.org>
13265
13266         * modules/openmp: New file.
13267         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
13268         Noah Misch.
13269
13270 2007-05-26  Bruno Haible  <bruno@clisp.org>
13271
13272         * modules/chdir-long (Depends-on): Add fchdir.
13273         * modules/chdir-safer (Depends-on): Likewise.
13274         * modules/fts (Depends-on): Likewise.
13275         * modules/fts-lgpl (Depends-on): Likewise.
13276         * modules/openat (Depends-on): Likewise.
13277         * modules/savewd (Depends-on): Likewise.
13278
13279 2007-05-24  Eric Blake  <ebb9@byu.net>
13280
13281         Fix lseek on mingw.
13282         * modules/lseek: New module.
13283         * m4/lseek.m4: New file.
13284         * lib/lseek.c: New file.
13285         * modules/lseek-tests: New file.
13286         * tests/test-lseek.c: New file.
13287         * tests/test-lseek.sh: New file.
13288         * MODULES.html.sh: Document lseek module.
13289         * modules/fflush (Depends-on): Add lseek, fseeko.
13290         * modules/fseeko (Depends-on): Likewise.
13291         * modules/ftello (Depends-on): Likewise.
13292         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
13293         broken.
13294         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
13295         broken.
13296         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
13297         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
13298         * lib/ftello.c (rpl_ftello): Likewise.
13299         * tests/test-fseeko.c (main): Test this.
13300         * tests/test-fseeko.sh: Likewise.
13301         * tests/test-ftello.c (main): Likewise.
13302         * tests/test-ftello.sh: Likewise.
13303         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
13304         implies replacing fseek.
13305         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
13306         HAVE_FTELLO.
13307         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
13308         * modules/unistd (Makefile.am): Likewise.
13309         * lib/unistd_.h (lseek): Declare a replacement.
13310         * doc/functions/lseek.texi (lseek): Document this fix.
13311         * doc/functions/fseek.texi (fseek): Likewise.
13312         * doc/functions/ftell.texi (ftell): Likewise.
13313
13314 2007-05-24  Bruno Haible  <bruno@clisp.org>
13315
13316         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
13317         in the printed representation of a NaN.
13318         * tests/test-vasprintf-posix.c (test_function): Likewise.
13319         * tests/test-snprintf-posix.h (test_function): Likewise.
13320         * tests/test-sprintf-posix.h (test_function): Likewise.
13321         Reported by Eric Blake.
13322
13323 2007-05-23  Eric Blake  <ebb9@byu.net>
13324
13325         Fix fseeko/ftello on cygwin 1.5.24.
13326         * doc/functions/fseeko.texi (fseeko): Document the fix.
13327         * doc/functions/ftello.texi (ftello): Document the fix.
13328         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
13329         * doc/functions/stdout.text (stdout): New file.
13330         * doc/functions/stderr.text (stderr): New file.
13331         * doc/gnulib.texi (Function Substitutes): Use new files.
13332         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
13333         prior to 1.7.0.
13334         * tests/test-ftello.c (main): Likewise for ftello.
13335         * tests/test-fseeko.sh: New file.
13336         * tests/test-ftello.sh: New file.
13337         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
13338         with seekable stdin.
13339         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
13340         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
13341         (gl_REPLACE_FSEEKO): New macro.
13342         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
13343         * modules/fseeko (Files): Distribute fseeko.c.
13344         * modules/ftello (Files): Distribute ftello.c.
13345         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
13346         mode.
13347         * lib/ftello.c (rpl_ftello): New file.
13348         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
13349         fseeko, ftello.
13350         (gl_STDIN_LARGE_OFFSET): New macro.
13351         * modules/stdio (Makefile.am): Perform the replacement.
13352         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
13353
13354 2007-05-23  Bruno Haible  <bruno@clisp.org>
13355
13356         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
13357         GNULIB_POSIXCHECK is defined.
13358
13359 2007-05-21  Bruno Haible  <bruno@clisp.org>
13360
13361         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
13362         Check also the output for NaN arguments. When cross-compiling, guess
13363         no on IRIX.
13364         * lib/vasnprintf.c: Update comments.
13365         * tests/test-vasnprintf-posix.c (strisnan): New function.
13366         (test_function): Use it.
13367         * tests/test-vasprintf-posix.c (strisnan): New function.
13368         (test_function): Use it.
13369         * tests/test-snprintf-posix.h (strisnan): New function.
13370         (test_function): Use it.
13371         * tests/test-sprintf-posix.h (strisnan): New function.
13372         (test_function): Use it.
13373         Reported by Eric Blake.
13374
13375 2007-05-20  Bruno Haible  <bruno@clisp.org>
13376
13377         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
13378         numbers that fails on BeOS.
13379         * doc/functions/frexpl.texi: Update.
13380
13381 2007-05-20  Jim Meyering  <jim@meyering.net>
13382
13383         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
13384         forced upon us by glibc-2.6.
13385
13386 2007-05-20  Bruno Haible  <bruno@clisp.org>
13387
13388         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
13389         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
13390         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
13391         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
13392         NEED_PRINTF_INFINITE.
13393         (is_infinitel): New function.
13394         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
13395         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
13396         gl_PREREQ_VASNPRINTF_INFINITE.
13397         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
13398         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
13399         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
13400         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
13401         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
13402         gl_PREREQ_VASNPRINTF_INFINITE.
13403         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
13404         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13405         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13406         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13407         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13408         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13409         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13410         * doc/functions/fprintf.texi: Update.
13411         * doc/functions/printf.texi: Update.
13412         * doc/functions/snprintf.texi: Update.
13413         * doc/functions/sprintf.texi: Update.
13414         * doc/functions/vfprintf.texi: Update.
13415         * doc/functions/vprintf.texi: Update.
13416         * doc/functions/vsnprintf.texi: Update.
13417         * doc/functions/vsprintf.texi: Update.
13418
13419 2007-05-20  Bruno Haible  <bruno@clisp.org>
13420
13421         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
13422         was not found in libc.
13423         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
13424
13425 2007-05-20  Bruno Haible  <bruno@clisp.org>
13426
13427         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
13428         printed as "-nan" instead of "nan".
13429         * tests/test-vasprintf-posix.c (test_function): Likewise.
13430         * tests/test-snprintf-posix.h (test_function): Likewise.
13431         * tests/test-sprintf-posix.h (test_function): Likewise.
13432         Needed for HP-UX 11.
13433
13434 2007-05-20  Jim Meyering  <jim@meyering.net>
13435
13436         Fix buggy test for the fchownat-deref bug.
13437         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
13438         symlink required for the run-test.  Without it, this test would
13439         always declare that fchownat doesn't work, and client code would
13440         unnecessarily use the replacement function with fixed libc.
13441         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
13442         Reported by Greg Schafer.
13443
13444 2007-05-19  Bruno Haible  <bruno@clisp.org>
13445
13446         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
13447         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
13448         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
13449         Needed for IRIX 6.5 and Solaris 2.5.1.
13450
13451 2007-05-19  Bruno Haible  <bruno@clisp.org>
13452
13453         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
13454         (test_function): Skip tests involving -0.0 on platforms where
13455         -0.0 = 0.0.
13456         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
13457         (test_function): Skip tests involving -0.0 on platforms where
13458         -0.0 = 0.0.
13459         * tests/test-snprintf-posix.h (have_minus_zero): New function.
13460         (test_function): Skip tests involving -0.0 on platforms where
13461         -0.0 = 0.0.
13462         * tests/test-sprintf-posix.h (have_minus_zero): New function.
13463         (test_function): Skip tests involving -0.0 on platforms where
13464         -0.0 = 0.0.
13465         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
13466         tests.
13467         * tests/test-printf-posix.h (test_function): Likewise.
13468         * tests/test-printf-posix.output: Remove all -0.0 related results.
13469         Needed for IRIX 6.5.
13470
13471 2007-05-19  Bruno Haible  <bruno@clisp.org>
13472
13473         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
13474         printed as "nan0x7fffffff" instead of "nan".
13475         * tests/test-vasprintf-posix.c (test_function): Likewise.
13476         * tests/test-snprintf-posix.h (test_function): Likewise.
13477         * tests/test-sprintf-posix.h (test_function): Likewise.
13478         * tests/test-fprintf-posix.h (NaN): Remove macro.
13479         (test_function): Remove all NaN related tests.
13480         * tests/test-printf-posix.h (NaN): Remove macro.
13481         (test_function): Remove all NaN related tests.
13482         * tests/test-printf-posix.output: Remove all NaN related results.
13483         Needed for IRIX 6.5.
13484
13485 2007-05-19  Bruno Haible  <bruno@clisp.org>
13486
13487         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
13488         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
13489
13490 2007-05-19  Bruno Haible  <bruno@clisp.org>
13491
13492         * lib/float_.h: New file.
13493         * m4/float_h.m4: New file.
13494         * modules/float: New file.
13495         * modules/isnanl (Dependencies): Add float.
13496         * modules/isnanl-nolibm (Dependencies): Likewise.
13497         * modules/mathl (Dependencies): Likewise.
13498         * modules/printf-frexpl (Dependencies): Likewise.
13499         * modules/signbit (Dependencies): Likewise.
13500         * modules/vasnprintf (Dependencies): Likewise.
13501         * doc/headers/float.texi: Update.
13502
13503 2007-05-19  Jim Meyering  <jim@meyering.net>
13504
13505         * lib/utimens.c (gl_futimens): Rename from futimens,
13506         now that glibc-2.6 declares futimens.
13507         * lib/utimens.h: Likewise.
13508
13509 2007-05-19  Bruno Haible  <bruno@clisp.org>
13510
13511         Avoid test failures on mingw.
13512         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
13513         * tests/test-printf-posix.sh: Likewise.
13514         * tests/test-vfprintf-posix.sh: Likewise.
13515         * tests/test-vprintf-posix.sh: Likewise.
13516
13517 2007-05-19  Bruno Haible  <bruno@clisp.org>
13518
13519         Fix *printf result for NaN, Inf, -0.0 on mingw.
13520         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
13521         * lib/vasnprintf.c: Include math.h and isnan.h.
13522         (is_infinite_or_zero): New function.
13523         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
13524         values in the %f, %F, %e, %E, %g, %G directives.
13525         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
13526         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
13527         gl_PRINTF_INFINITE and test its result. Invoke
13528         gl_PREREQ_VASNPRINTF_INFINITE.
13529         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
13530         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13531         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13532         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13533         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13534         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13535         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13536         * doc/functions/fprintf.texi: Update.
13537         * doc/functions/printf.texi: Update.
13538         * doc/functions/snprintf.texi: Update.
13539         * doc/functions/sprintf.texi: Update.
13540         * doc/functions/vfprintf.texi: Update.
13541         * doc/functions/vprintf.texi: Update.
13542         * doc/functions/vsnprintf.texi: Update.
13543         * doc/functions/vsprintf.texi: Update.
13544
13545 2007-05-19  Bruno Haible  <bruno@clisp.org>
13546
13547         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
13548         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
13549         Instead of multiplying with 10^k, set extra_zeroes to k.
13550         (scale10_round_long_double): Remove function.
13551
13552 2007-05-18  Bruno Haible  <bruno@clisp.org>
13553
13554         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
13555         introduced on 2007-05-06.
13556
13557 2007-05-18  Bruno Haible  <bruno@clisp.org>
13558
13559         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
13560         %g directives.
13561         * tests/test-vasprintf-posix.c (test_function): Likewise.
13562         * tests/test-snprintf-posix.h (test_function): Likewise.
13563         * tests/test-sprintf-posix.h (test_function): Likewise.
13564
13565 2007-05-18  Bruno Haible  <bruno@clisp.org>
13566
13567         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
13568         (strmatch): New function.
13569         (test_function): Test the %f directive on numbers of various exponents.
13570         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
13571         (strmatch): New function.
13572         (test_function): Test the %f directive on numbers of various exponents.
13573         * tests/test-snprintf-posix.h (strmatch): New function.
13574         (test_function): Test the %f directive on numbers of various exponents.
13575         * tests/test-sprintf-posix.h (strmatch): New function.
13576         (test_function): Test the %f directive on numbers of various exponents.
13577         * tests/test-snprintf-posix.c (SIZEOF): New macro.
13578         * tests/test-sprintf-posix.c (SIZEOF): New macro.
13579         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
13580         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
13581
13582 2007-05-18  Bruno Haible  <bruno@clisp.org>
13583
13584         Add support for 'long double' number output.
13585         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
13586         * lib/vasnprintf.c: Include math.h and float+.h.
13587         (mp_limb_t): New type.
13588         (GMP_LIMB_BITS): New macro.
13589         (mp_twolimb_t): New type.
13590         (GMP_TWOLIMB_BITS): New macro.
13591         (mpn_t): New type.
13592         (multiply, divide, convert_to_decimal, decode_long_double,
13593         scale10_round_long_double, scale10_round_decimal_long_double,
13594         floorlog10l): New functions.
13595         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
13596         for the %f, %F, %e, %E, %g, %G directives.
13597         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
13598         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
13599         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
13600         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
13601         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
13602         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13603         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13604         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13605         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13606         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13607         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13608         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
13609         * modules/snprintf-posix (Depends-on): Likewise.
13610         * modules/sprintf-posix (Depends-on): Likewise.
13611         * modules/vasnprintf-posix (Depends-on): Likewise.
13612         * modules/vasprintf-posix (Depends-on): Likewise.
13613         * modules/vfprintf-posix (Depends-on): Likewise.
13614         * modules/vsnprintf-posix (Depends-on): Likewise.
13615         * modules/vsprintf-posix (Depends-on): Likewise.
13616         * modules/vasnprintf (Files): Add lib/float+.h.
13617         * doc/functions/fprintf.texi: Update.
13618         * doc/functions/printf.texi: Update.
13619         * doc/functions/snprintf.texi: Update.
13620         * doc/functions/sprintf.texi: Update.
13621         * doc/functions/vfprintf.texi: Update.
13622         * doc/functions/vprintf.texi: Update.
13623         * doc/functions/vsnprintf.texi: Update.
13624         * doc/functions/vsprintf.texi: Update.
13625
13626 2007-05-18  Bruno Haible  <bruno@clisp.org>
13627
13628         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
13629
13630 2007-05-18  Bruno Haible  <bruno@clisp.org>
13631
13632         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
13633         for printing 64-bit integers. Needed for mingw.
13634
13635 2007-05-18  Bruno Haible  <bruno@clisp.org>
13636
13637         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
13638         gl_FUNC_FREXPL_WORKS.
13639         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
13640
13641 2007-05-18  Bruno Haible  <bruno@clisp.org>
13642
13643         * modules/frexpl-nolibm-tests: New file.
13644
13645         * modules/frexpl-nolibm: New file.
13646         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
13647
13648 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
13649
13650         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
13651         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
13652         GCC 4.2, which otherwise issues a lot of warnings.
13653         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
13654         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
13655         Likewise.
13656         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
13657         * modules/iconv_open (iconv.h): Likewise.
13658         * modules/locale (locale.h): Likewise.
13659         * modules/netinet_in (netinet/in.h): Likewise.
13660         * modules/sys_select (sys_select.h): Likewise.
13661         * modules/sys_socket (sys/socket.h): Likewise.
13662         * modules/sys_stat (sys/stat.h): Likewise.
13663         * modules/sysexits (sysexits.h): Likewise.
13664         * modules/unistd (unistd.h): Likewise.
13665
13666 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13667
13668         * modules/closein-tests (Makefile.am): Distribute
13669         `test-closein.sh'.
13670
13671 2007-05-17  Bruno Haible  <bruno@clisp.org>
13672
13673         * tests/test-printf-posix.output: Renamed from
13674         tests/test-fprintf-posix.out.
13675         * modules/fprintf-posix-tests: Update.
13676         * modules/printf-posix-tests: Update.
13677         * modules/vfprintf-posix-tests: Update.
13678         * modules/vprintf-posix-tests: Update.
13679         * tests/test-fprintf-posix.sh: Update.
13680         * tests/test-printf-posix.sh: Update.
13681         * tests/test-vfprintf-posix.sh: Update.
13682         * tests/test-vprintf-posix.sh: Update.
13683         Reported by Ralf Wildenhues.
13684
13685 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
13686
13687         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
13688         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
13689         GCC 4.2, which otherwise issues a lot of warnings.
13690         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
13691         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
13692         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
13693         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
13694         it should no longer be needed.
13695         * lib/string_.h: Likewise.
13696         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
13697         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
13698         * modules/inttypes (inttypes.h): Likewise.
13699         * modules/math (math.h): Likewise.
13700         * modules/search (search.h): Likewise.
13701         * modules/signal (signal.h): Likewise.
13702         * modules/stdint (stdint.h): Likewise.
13703         * modules/stdio (stdio.h): Likewise.
13704         * modules/stdlib (stdlib.h): Likewise.
13705         * modules/string (string.h): Likewise.
13706         * modules/sys_time (sys/time.h): Likewise.
13707         * modules/time (time.h): Likewise.
13708         * modules/wchar (wchar.h): Likewise.
13709         * modules/wctype (wtype.h): Likewise.
13710
13711 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
13712
13713         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
13714
13715 2007-05-13  Bruno Haible  <bruno@clisp.org>
13716
13717         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
13718         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
13719         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
13720         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
13721         (gl_PREREQ_STRTOK_R): Don't require it here.
13722
13723 2007-05-13  Bruno Haible  <bruno@clisp.org>
13724
13725         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
13726         when used in C++ mode.
13727
13728 2007-05-12  Bruno Haible  <bruno@clisp.org>
13729
13730         * lib/linebuffer.h: Tweak doc.
13731         * lib/linebuffer.c: Likewise.
13732
13733 2007-05-12  James Youngman  <jay@gnu.org>
13734
13735         * lib/linebuffer.c (readlinebuffer_delim): New function,
13736         like readlinebuffer, but use a caller-specified delimiter.
13737         (readlinebuffer): Just call readlinebuffer_delim with '\n'
13738         as the delimiter.
13739         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
13740
13741 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13742
13743         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
13744         * modules/openat (Files): Remove openat-die.c.
13745         (Depends-on): Add openat-die.
13746         * modules/openat-die: New module.
13747
13748 2007-05-06  Bruno Haible  <bruno@clisp.org>
13749
13750         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
13751         Update with info about Cygwin.
13752         * doc/functions/fprintf.texi: Update.
13753         * doc/functions/printf.texi: Update.
13754         * doc/functions/snprintf.texi: Update.
13755         * doc/functions/sprintf.texi: Update.
13756         * doc/functions/vfprintf.texi: Update.
13757         * doc/functions/vprintf.texi: Update.
13758         * doc/functions/vsnprintf.texi: Update.
13759         * doc/functions/vsprintf.texi: Update.
13760         Reported by Eric Blake.
13761
13762 2007-05-06  Bruno Haible  <bruno@clisp.org>
13763
13764         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
13765         padding ourselves for the floating-point directives.
13766         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
13767         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
13768         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
13769         gl_PRINTF_FLAG_ZERO and test its result. Invoke
13770         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
13771         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13772         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
13773         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13774         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13775         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13776         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13777         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13778         * tests/test-snprintf-posix.h (test_function): Also check the width
13779         and some flags in the %f directive.
13780         * tests/test-sprintf-posix.h (test_function): Likewise.
13781         * tests/test-vasnprintf-posix.c (test_function): Likewise.
13782         * tests/test-vasprintf-posix.c (test_function): Likewise.
13783         * doc/functions/fprintf.texi: Update.
13784         * doc/functions/printf.texi: Update.
13785         * doc/functions/snprintf.texi: Update.
13786         * doc/functions/sprintf.texi: Update.
13787         * doc/functions/vfprintf.texi: Update.
13788         * doc/functions/vprintf.texi: Update.
13789         * doc/functions/vsnprintf.texi: Update.
13790         * doc/functions/vsprintf.texi: Update.
13791
13792 2007-05-06  Bruno Haible  <bruno@clisp.org>
13793
13794         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
13795         pass the ' flag character to sprintf or snprintf.
13796         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
13797         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
13798         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
13799         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
13800         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
13801         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13802         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
13803         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13804         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13805         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13806         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13807         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13808         * tests/test-snprintf-posix.h (test_function): Also check the grouping
13809         flag.
13810         * tests/test-sprintf-posix.h (test_function): Likewise.
13811         * tests/test-vasnprintf-posix.c (test_function): Likewise.
13812         * tests/test-vasprintf-posix.c (test_function): Likewise.
13813         * doc/functions/fprintf.texi: Update.
13814         * doc/functions/printf.texi: Update.
13815         * doc/functions/snprintf.texi: Update.
13816         * doc/functions/sprintf.texi: Update.
13817         * doc/functions/vfprintf.texi: Update.
13818         * doc/functions/vprintf.texi: Update.
13819         * doc/functions/vsnprintf.texi: Update.
13820         * doc/functions/vsprintf.texi: Update.
13821
13822 2007-05-01  Bruno Haible  <bruno@clisp.org>
13823
13824         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
13825
13826 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
13827
13828         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
13829         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
13830
13831 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13832
13833         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
13834         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
13835         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
13836
13837 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
13838
13839         * lib/argp-help.c (struct hol_entry): New member `ord'.
13840         (HOL_ENTRY_PTRCMP): Use ord for comparison
13841         (hol_sort): Initialize ord.
13842
13843 2007-05-01  Bruno Haible  <bruno@clisp.org>
13844
13845         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
13846         Reported by Eric Blake.
13847         * doc/gnulib.texi (Function Substitutes): Update.
13848
13849 2007-05-01  Bruno Haible  <bruno@clisp.org>
13850
13851         * doc/functions.texi: Remove file, now redundant through
13852         doc/functions/*.texi.
13853
13854 2007-05-01  Bruno Haible  <bruno@clisp.org>
13855
13856         * modules/argp (Depends-on): Add sleep.
13857
13858 2007-05-01  Bruno Haible  <bruno@clisp.org>
13859
13860         * modules/sleep-tests: New file.
13861         * tests/test-sleep.c: New file.
13862
13863         * modules/sleep: New file.
13864         * lib/sleep.c: New file.
13865         * m4/sleep.m4: New file.
13866         * lib/unistd_.h (sleep): New declaration.
13867         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
13868         HAVE_SLEEP.
13869         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
13870         * doc/functions/sleep.texi: Document the sleep module.
13871
13872 2007-05-01  Bruno Haible  <bruno@clisp.org>
13873
13874         * lib/sigprocmask.h: Remove file.
13875         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
13876         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
13877         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
13878         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
13879         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
13880         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
13881         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
13882         HAVE_SIGSET_T as a shell variable.
13883         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
13884         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
13885         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
13886         (Depends-on): Add signal. Remove verify.
13887         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
13888         (Include): Mention <signal.h> instead of sigprocmask.h.
13889         * NEWS: Mention the change.
13890         * lib/fatal-signal.c: Don't include sigprocmask.h.
13891
13892 2007-05-01  Bruno Haible  <bruno@clisp.org>
13893
13894         * modules/signal: New file.
13895         * lib/signal_.h: New file.
13896         * m4/signal_h.m4: New file.
13897
13898 2007-05-01  Bruno Haible  <bruno@clisp.org>
13899
13900         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
13901         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
13902         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
13903         HAVE_WCTYPE_CTMP_BUG into wctype.h.
13904
13905 2007-05-01  Bruno Haible  <bruno@clisp.org>
13906
13907         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
13908         configure time.
13909         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
13910         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
13911         * modules/sys_stat (Makefile.am): Substitute their values into
13912         sys/stat.h.
13913
13914 2007-05-01  Bruno Haible  <bruno@clisp.org>
13915
13916         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
13917         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
13918         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
13919
13920 2007-05-01  Bruno Haible  <bruno@clisp.org>
13921
13922         * doc/header/assert.texi: Undo last change: don't mention the gnulib
13923         'assert' module here.
13924
13925 2007-05-01  Bruno Haible  <bruno@clisp.org>
13926
13927         * doc/functions/*.texi: New files.
13928         * doc/functions/google-ranking.txt: New file.
13929         * doc/gnulib.texi (Function Substitutes): New chapter.
13930         (ctime, inet_ntoa): Remove sections.
13931         * doc/ctime.texi: Remove file.
13932         * doc/inet_ntoa.texi: Remove file.
13933         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
13934         dependencies.
13935         (%.info): New rule, specifying a --reference-limit.
13936
13937 2007-05-01  Bruno Haible  <bruno@clisp.org>
13938
13939         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
13940
13941 2007-05-01  Bruno Haible  <bruno@clisp.org>
13942
13943         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
13944         the portability of 'mkdir' to mingw systems.
13945
13946 2007-05-01  Bruno Haible  <bruno@clisp.org>
13947
13948         * doc/headers/google-ranking.txt: New file.
13949
13950 2007-04-30  Eric Blake  <ebb9@byu.net>
13951
13952         Prefer fseeko to fseek.
13953         * modules/getpass (Depends-on): Add fseeko.
13954         * lib/getpass.c (getpass): Use fseeko, not fseek.
13955
13956 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
13957
13958         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
13959         assumes the sorting is stable, while most qsort implementations
13960         are not.  Use argument addresses to ensure they never compare as
13961         equal.
13962
13963         * tests/test-argp-2.sh (usage-indent test): Fix output
13964         (func_compare): Restore diff options
13965         * tests/test-argp.c: Restore #include "progname.h"
13966
13967 2007-04-29  Bruno Haible  <bruno@clisp.org>
13968
13969         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
13970         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
13971         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
13972         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13973         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
13974         (configure.ac): Define CHECK_SNPRINTF_POSIX.
13975         (TESTS, check_PROGRAMS): Add test-snprintf.
13976         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
13977         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
13978         (TESTS, check_PROGRAMS): Add test-vsnprintf.
13979         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
13980         assertions that fail on HP-UX, OSF/1, or IRIX.
13981         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
13982
13983 2007-04-29  Bruno Haible  <bruno@clisp.org>
13984
13985         * MODULES.html.sh (posix_functions): Remove 'contents'.
13986
13987 2007-04-29  Karl Berry  <karl@gnu.org>
13988
13989         * config/srclist.txt (gendocs_template_min): new entry.
13990
13991 2007-04-29  Bruno Haible  <bruno@clisp.org>
13992
13993         Work around fpurge bug on BSD systems.
13994         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
13995         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
13996         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
13997         fpurge to rpl_fpurge if the system already has this function.
13998         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
13999         the case where the system already has this function. Correct invariants
14000         on BSD systems.
14001         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
14002         BSD systems.
14003
14004 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
14005
14006         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
14007         proposed by Sven Verdoolaege.
14008
14009         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
14010         options.
14011         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
14012         (usage and help tests): Update
14013
14014 2007-04-29  Bruno Haible  <bruno@clisp.org>
14015
14016         * tests/test-fflush.c (main): Use a file of size 17, not 10.
14017         Print more information in case of failure. Disable a test on BeOS.
14018
14019 2007-04-29  Bruno Haible  <bruno@clisp.org>
14020
14021         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
14022         This helps debugging on systems on which no gdb is available.
14023
14024 2007-04-29  Bruno Haible  <bruno@clisp.org>
14025
14026         * lib/freading.h: Improve comments.
14027         * lib/fwriting.h: Likewise.
14028         * tests/test-freading.c (main): Don't check freading immediately after
14029         repositioning. Needed for glibc.
14030
14031 2007-04-29  Bruno Haible  <bruno@clisp.org>
14032
14033         * lib/freading.c (freading): Trivial simplification.
14034
14035 2007-04-28  Bruno Haible  <bruno@clisp.org>
14036
14037         * tests/test-fwriting.c (main): Also test the interaction between
14038         fflush and fwriting.
14039         * modules/fwriting-tests (Depends-on): Add fflush.
14040
14041         * tests/test-freading.c (main): Also test the interaction between
14042         fflush and freading.
14043         * modules/freading-tests (Depends-on): Add fflush.
14044
14045 2007-04-28  Bruno Haible  <bruno@clisp.org>
14046
14047         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
14048         fseeko and ftello.
14049         Suggested by Eric Blake.
14050
14051 2007-04-28  Jim Meyering  <jim@meyering.net>
14052
14053         Avoid false-negative in gl_STDINT_H's C99 conformance test.
14054         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
14055         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
14056
14057 2007-04-27  Eric Blake  <ebb9@byu.net>
14058
14059         * doc/headers/assert.texi (assert.h): Document assert module use.
14060
14061 2007-04-27  Bruno Haible  <bruno@clisp.org>
14062
14063         * doc/headers/*.texi: New files.
14064         * doc/gnulib.texi (Header File Substitutes): New chapter.
14065         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
14066         dependencies.
14067         (standards.info ,standards.html, standards.dvi): Update dependencies.
14068         (mostlyclean, clean): New targets.
14069
14070 2007-04-27  Bruno Haible  <bruno@clisp.org>
14071
14072         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
14073         * modules/sysexits (Files, Makefile.am): Update.
14074
14075         * lib/sys_socket_.h: Renamed from lib/socket_.h.
14076         * modules/sys_socket (Files, Makefile.am): Update.
14077
14078         * lib/sys_stat_.h: Renamed from lib/stat_.h.
14079         * modules/sys_stat (Files, Makefile.am): Update.
14080
14081 2007-04-27  Eric Blake  <ebb9@byu.net>
14082
14083         * lib/freading.h: Improve comments.
14084         * lib/fwriting.h: Likewise.
14085         * lib/fflush.c: Likewise.
14086
14087         Fix closein for mingw.
14088         * modules/closein-tests: Add tests for closein.
14089         * tests/test-closein.c: New file.
14090         * tests/test-closein.sh: Likewise.
14091         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
14092         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
14093
14094 2007-04-27  Bruno Haible  <bruno@clisp.org>
14095
14096         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
14097         version is < 6.
14098         * lib/math_.h [__DECC]: Likewise.
14099         * lib/stdio_.h [__DECC]: Likewise.
14100         * lib/stdlib_.h [__DECC]: Likewise.
14101         * lib/string_.h [__DECC]: Likewise.
14102         * lib/time_.h [__DECC]: Likewise.
14103         * lib/wchar_.h [__DECC]: Likewise.
14104         * lib/wctype_.h [__DECC]: Likewise.
14105
14106 2007-04-27  Bruno Haible  <bruno@clisp.org>
14107
14108         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
14109
14110 2007-04-27  Bruno Haible  <bruno@clisp.org>
14111
14112         * lib/fflush.c: Add comments.
14113         * modules/fpurge-tests (Depends-on): Add fflush.
14114         * modules/freadable-tests (Depends-on): Likewise.
14115         * modules/fwritable-tests (Depends-on): Likewise.
14116
14117 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
14118
14119         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
14120         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
14121         Report by Bruno Haible <bruno@clisp.org>.
14122
14123 2007-04-26  Eric Blake  <ebb9@byu.net>
14124
14125         Fix fflush on mingw.
14126         * modules/fflush (Depends-on): Add freading.
14127         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
14128         but unread data.
14129
14130 2007-04-26  Eric Blake  <ebb9@byu.net>
14131         and Bruno Haible  <bruno@clisp.org>
14132
14133         Implement freading and fwriting.
14134         * lib/freading.c: New file.
14135         * lib/freading.h: Likewise.
14136         * m4/freading.m4: Likewise.
14137         * modules/freading: Likewise.
14138         * modules/freading-tests: Likewise.
14139         * tests/test-freading.c: Likewise.
14140         * lib/fwriting.c: New file.
14141         * lib/fwriting.h: Likewise.
14142         * m4/fwriting.m4: Likewise.
14143         * modules/fwriting: Likewise.
14144         * modules/fwriting-tests: Likewise.
14145         * tests/test-fwriting.c: Likewise.
14146         * MODULES.html.sh (File stream based Input/Output): Mention them.
14147
14148 2007-04-26  Bruno Haible  <bruno@clisp.org>
14149
14150         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
14151         'long' when we assume it.
14152         Suggested by Eric Blake.
14153
14154 2007-04-26  Bruno Haible  <bruno@clisp.org>
14155
14156         Ensure fseeko, ftello are declared on glibc systems.
14157         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
14158         * modules/fseeko (configure.ac-early): Likewise.
14159         * modules/ftello (configure.ac-early): Likewise.
14160         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
14161         AC_FUNC_FSEEKO for this.
14162         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
14163         (gl_CHECK_FSEEKO): Remove macro.
14164
14165 2007-04-26  Bruno Haible  <bruno@clisp.org>
14166
14167         * tests/test-fflush.c (main): Also check the ftell result after
14168         fflush and fseek/fseeko.
14169         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
14170         file descriptor position cache in the stream.
14171         * lib/fseeko.c (rpl_fseeko): Likewise.
14172
14173 2007-04-26  Bruno Haible  <bruno@clisp.org>
14174
14175         * modules/fflush-tests (Depends-on): Add fseeko.
14176
14177 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
14178             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14179
14180         * lib/argz_.h: ensure error_t definition is obtained in same
14181         mechanism system argz.h would have.
14182         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
14183         argz facilities are known bad.  Err on the side of caution if
14184         cross-compiling.
14185
14186 2007-04-25  Eric Blake  <ebb9@byu.net>
14187
14188         * lib/fpurge.c (includes): Use stdlib.h for free.
14189         * tests/test-fflush.c (main): Also test fflush-fseeko.
14190
14191 2007-04-25  Bruno Haible  <bruno@clisp.org>
14192
14193         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
14194         * lib/fseeko.c: New file.
14195         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
14196         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
14197         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
14198         gl_FUNC_FSEEKO.
14199         (gl_FUNC_FSEEKO): Invoke it.
14200         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
14201         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
14202         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
14203
14204 2007-04-25  Bruno Haible  <bruno@clisp.org>
14205
14206         * modules/fflush (Depends-on): Add ftello.
14207
14208 2007-04-25  Bruno Haible  <bruno@clisp.org>
14209
14210         * modules/ftello-tests: New file.
14211         * tests/test-ftello.c: New file.
14212
14213         * modules/ftello: New file.
14214         * m4/ftello.m4: New file.
14215         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
14216         HAVE_FTELLO.
14217         * lib/stdio_.h (ftello): New declaration.
14218         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
14219         HAVE_FTELLO.
14220
14221 2007-04-25  Bruno Haible  <bruno@clisp.org>
14222
14223         * modules/fseeko-tests: New file.
14224         * tests/test-fseeko.c: New file.
14225
14226         * modules/fseeko: New file.
14227         * m4/fseeko.m4: New file.
14228         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
14229         HAVE_FSEEKO.
14230         * lib/stdio_.h (fseeko): New declaration.
14231         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
14232         HAVE_FSEEKO.
14233
14234 2007-04-25  Bruno Haible  <bruno@clisp.org>
14235
14236         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
14237
14238 2007-04-25  Bruno Haible  <bruno@clisp.org>
14239
14240         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
14241         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
14242         * tests/test-unistd.c: Likewise.
14243         * tests/test-fcntl.c: Likewise.
14244
14245 2007-04-23  Eric Blake  <ebb9@byu.net>
14246
14247         * lib/fflush.c: Fix missing include.
14248         Reported by Bruno Haible.
14249
14250 2007-04-23  Bruno Haible  <bruno@clisp.org>
14251
14252         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
14253         Reported by Eric Blake.
14254
14255 2007-04-23  Bruno Haible  <bruno@clisp.org>
14256
14257         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
14258
14259 2007-04-23  Bruno Haible  <bruno@clisp.org>
14260
14261         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
14262
14263 2007-04-23  Bruno Haible  <bruno@clisp.org>
14264
14265         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
14266         Needed on HP-UX 11.
14267
14268 2007-04-16  Eric Blake  <ebb9@byu.net>
14269
14270         Make fflush rely on fpurge.
14271         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
14272         open coding all variants.
14273         * modules/fflush (Depends-on): Add fpurge and unistd.
14274         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
14275         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
14276
14277         Fix --with-tests compilation on cygwin.
14278         * modules/argmatch-tests (Makefile.am): List gnulib library first
14279         in LDADD.
14280         * modules/argp-tests (Makefile.am): Likewise.
14281         * modules/array-list-tests (Makefile.am): Likewise.
14282         * modules/array-oset-tests (Makefile.am): Likewise.
14283         * modules/avltree-list-tests (Makefile.am): Likewise.
14284         * modules/avltree-oset-tests (Makefile.am): Likewise.
14285         * modules/avltreehash-list-tests (Makefile.am): Likewise.
14286         * modules/carray-list-tests (Makefile.am): Likewise.
14287         * modules/dirname-tests (Makefile.am): Likewise.
14288         * modules/frexp-tests (Makefile.am): Likewise.
14289         * modules/isnanl-tests (Makefile.am): Likewise.
14290         * modules/linked-list-tests (Makefile.am): Likewise.
14291         * modules/linkedhash-list-tests (Makefile.am): Likewise.
14292         * modules/lock-tests (Makefile.am): Likewise.
14293         * modules/rbtree-list-tests (Makefile.am): Likewise.
14294         * modules/rbtree-oset-tests (Makefile.am): Likewise.
14295         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
14296         * modules/tls-tests (Makefile.am): Likewise.
14297         * modules/tsearch-tests (Makefile.am): Likewise.
14298         * modules/xvasprintf-tests (Makefile.am): Likewise.
14299
14300         Fix fpurge for cygwin.
14301         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
14302         value.
14303         * modules/fpurge-tests (Depends-on): Clean up trash.
14304
14305 2007-04-16  Simon Josefsson  <simon@josefsson.org>
14306
14307         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
14308
14309         * m4/autobuild.m4: Re-indent.
14310
14311 2007-04-13  Bruno Haible  <bruno@clisp.org>
14312
14313         * modules/fpurge-tests: New file.
14314         * tests/test-fpurge.c: New file.
14315
14316         * modules/fpurge: New file.
14317         * lib/fpurge.h: New file.
14318         * lib/fpurge.c: New file.
14319         * m4/fpurge.m4: New file.
14320
14321 2007-04-13  Bruno Haible  <bruno@clisp.org>
14322
14323         * modules/fbufmode-tests: New file.
14324         * tests/test-fbufmode.c: New file.
14325
14326         * modules/fbufmode: New file.
14327         * lib/fbufmode.h: New file.
14328         * lib/fbufmode.c: New file.
14329         * m4/fbufmode.m4: New file.
14330
14331 2007-04-13  Bruno Haible  <bruno@clisp.org>
14332
14333         * modules/fwritable-tests: New file.
14334         * tests/test-fwritable.c: New file.
14335
14336         * modules/fwritable: New file.
14337         * lib/fwritable.h: New file.
14338         * lib/fwritable.c: New file.
14339         * m4/fwritable.m4: New file.
14340
14341 2007-04-13  Bruno Haible  <bruno@clisp.org>
14342
14343         * modules/freadable-tests: New file.
14344         * tests/test-freadable.c: New file.
14345
14346         * modules/freadable: New file.
14347         * lib/freadable.h: New file.
14348         * lib/freadable.c: New file.
14349         * m4/freadable.m4: New file.
14350
14351 2007-04-13  Bruno Haible  <bruno@clisp.org>
14352
14353         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
14354         MOSTLYCLEANFILES.
14355
14356 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14357
14358         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
14359         gzip bootstrap.conf to avoid dragging in i18n machinery.
14360         (gnulib_tool_option): Use it.
14361
14362 2007-04-13  Bruno Haible  <bruno@clisp.org>
14363
14364         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
14365         %F directives.
14366         * tests/test-vasprintf-posix.c (test_function): Likewise.
14367         * tests/test-snprintf-posix.h (test_function): Likewise.
14368         * tests/test-sprintf-posix.h (test_function): Likewise.
14369         * tests/test-fprintf-posix.h (test_function): Likewise.
14370         * tests/test-printf-posix.h (test_function): Likewise.
14371         * tests/test-fprintf-posix.out: Likewise.
14372
14373 2007-04-13  Bruno Haible  <bruno@clisp.org>
14374
14375         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
14376         * modules/tls-tests (configure.ac): Likewise.
14377         Reported by Arto C. Nirkko <anirkko@insel.ch>.
14378
14379 2007-04-13  Bruno Haible  <bruno@clisp.org>
14380
14381         * lib/tls.c (glthread_tls_get): Fix return type.
14382         Patch by Arto C. Nirkko <anirkko@insel.ch>.
14383
14384 2007-04-12  Eric Blake  <ebb9@byu.net>
14385
14386         * modules/gettime (Depends-on): Remove gettime.
14387         Reported by Dmitry V. Levin.
14388
14389 2007-04-12  Bruno Haible  <bruno@clisp.org>
14390
14391         * modules/fflush (Include): Mention <stdio.h>.
14392         * modules/strtoimax (Include): Mention <inttypes.h>.
14393         * modules/strtoumax (Include): Likewise.
14394
14395 2007-04-12  Eric Blake  <ebb9@byu.net>
14396
14397         * .cvsignore: New file.
14398         * .gitignore: Likewise.
14399
14400 2007-04-12  Bruno Haible  <bruno@clisp.org>
14401
14402         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
14403         not before, since $(LDADD) often contains libgnu.a.
14404         * modules/striconv-tests (test_striconv_LDADD): Likewise.
14405         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
14406         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
14407         Needed on Cygwin.
14408
14409 2007-04-12  Eric Blake  <ebb9@byu.net>
14410
14411         Work around glibc's failure to flush stdin on fclose.
14412         * lib/closein.c (close_stdin): Flush stdin before closing.
14413
14414         Work around glibc's failure to reset seekable stdin on exit.
14415         * modules/closein: New module.
14416         * lib/closein.c: New file.
14417         * lib/closein.h: Likewise.
14418         * m4/closein.m4: Likewise.
14419         * MODULES.html.sh (File stream based Input/Output): Document it.
14420
14421 2007-04-12  Simon Josefsson  <simon@josefsson.org>
14422
14423         * gnulib-tool: Rename generated 'autobuild' script to
14424         'do-autobuild' in --create-megatestdir output.
14425
14426         * doc/gnulib.texi (Build robot for gnulib): Fix.
14427
14428 2007-04-12  Simon Josefsson  <simon@josefsson.org>
14429
14430         * modules/sysexits (Depends-on): Add absolute-header.
14431
14432 2007-04-12  Eric Blake  <ebb9@byu.net>
14433
14434         No need to preserve errno on success.
14435         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
14436         Reported by Bruno Haible.
14437
14438 2007-04-12  Simon Josefsson  <simon@josefsson.org>
14439
14440         * MODULES.html.sh (Support for maintaining and releasing
14441         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
14442
14443 2007-04-12  Simon Josefsson  <simon@josefsson.org>
14444
14445         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
14446
14447 2007-04-12  Simon Josefsson  <simon@josefsson.org>
14448
14449         * modules/autobuild: New module.
14450
14451         * m4/autobuild.m4: New file.
14452
14453 2007-04-11  Bruno Haible  <bruno@clisp.org>
14454
14455         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
14456         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
14457         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
14458         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
14459         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14460         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14461         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14462         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
14463         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14464         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14465         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
14466         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14467         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14468         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
14469         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14470         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14471         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
14472         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14473         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14474         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
14475         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14476         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14477         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
14478         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14479         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14480         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
14481         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
14482         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
14483         Reported by Eric Blake.
14484
14485 2007-04-11  Bruno Haible  <bruno@clisp.org>
14486
14487         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
14488
14489 2007-04-10  Bruno Haible  <bruno@clisp.org>
14490
14491         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
14492         for NaN and Infinity. Needed on FreeBSD 6.1.
14493         * tests/test-vasnprintf-posix.c (test_function): Undo last change
14494         regarding results for "%010a" of Infinity and NaN.
14495         * tests/test-vasprintf-posix.c (test_function): Likewise.
14496         * tests/test-snprintf-posix.h (test_function): Likewise.
14497         * tests/test-sprintf-posix.h (test_function): Likewise.
14498         * tests/test-fprintf-posix.h (test_function): Likewise.
14499         * tests/test-printf-posix.h (test_function): Likewise.
14500         * tests/test-fprintf-posix.out: Likewise.
14501
14502 2007-04-10  Bruno Haible  <bruno@clisp.org>
14503
14504         * modules/locale-tests: New file.
14505         * tests/test-locale.c: New file.
14506
14507         * modules/locale: New file.
14508         * lib/locale_.h: New file.
14509         * m4/locale_h.m4: New file.
14510
14511 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
14512             Bruno Haible  <bruno@clisp.org>
14513
14514         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
14515         be determined, test for availability of the copysignf, copysign,
14516         copysignl functions.
14517         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
14518         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
14519         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
14520
14521 2007-04-09  Eric Blake  <ebb9@byu.net>
14522
14523         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
14524         * modules/stdio (Makefile.am): Support fflush.
14525         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
14526         * modules/fflush: New file.
14527         * lib/fflush.c: Likewise.
14528         * m4/fflush.m4: Likewise.
14529         * modules/fflush-tests: New test.
14530         * tests/test-fflush.c: Likewise.
14531         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
14532
14533 2007-04-06  Bruno Haible  <bruno@clisp.org>
14534
14535         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
14536         (VASNPRINTF): Use signbit for faster determination whether to print a
14537         minus sign.
14538         * modules/vasnprintf (Files): Remove lib/float+.h.
14539         * modules/fprintf-posix (Depends-on): Add signbit.
14540         * modules/snprintf-posix (Depends-on): Likewise.
14541         * modules/sprintf-posix (Depends-on): Likewise.
14542         * modules/vasnprintf-posix (Depends-on): Likewise.
14543         * modules/vasprintf-posix (Depends-on): Likewise.
14544         * modules/vfprintf-posix (Depends-on): Likewise.
14545         * modules/vsnprintf-posix (Depends-on): Likewise.
14546         * modules/vsprintf-posix (Depends-on): Likewise.
14547
14548 2007-04-06  Bruno Haible  <bruno@clisp.org>
14549
14550         * tests/test-frexp.c (main): Test also the sign bit of zero results.
14551         * tests/test-frexpl.c (main): Likewise.
14552         * tests/test-ldexpl.c (main): Likewise.
14553         * modules/frexp-tests (Depends-on): Add signbit.
14554         * modules/frexpl-tests (Depdends-on): Likewise.
14555         * modules/ldexpl-tests (Depdends-on): Likewise.
14556
14557 2007-04-06  Bruno Haible  <bruno@clisp.org>
14558
14559         * modules/signbit-tests: New file.
14560         * tests/test-signbit.c: New file.
14561
14562         * modules/signbit: New file.
14563         * lib/signbitf.c: New file.
14564         * lib/signbitd.c: New file.
14565         * lib/signbitl.c: New file.
14566         * m4/signbit.m4: New file.
14567         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
14568         (signbit): New macro.
14569         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
14570         REPLACE_SIGNBIT.
14571         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
14572         REPLACE_FREXPL into math.h.
14573
14574 2007-04-06  Bruno Haible  <bruno@clisp.org>
14575
14576         * modules/isnanf-nolibm-tests: New file.
14577         * tests/test-isnanf.c: New file.
14578
14579         * modules/isnanf-nolibm: New file.
14580         * lib/isnanf.h: New file.
14581         * lib/isnanf.c: New file.
14582         * lib/isnan.c: Consider the USE_FLOAT macro.
14583         * m4/isnanf.m4: New file.
14584
14585 2007-04-06  Bruno Haible  <bruno@clisp.org>
14586
14587         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
14588         (Link): New section.
14589
14590         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
14591
14592 2007-04-06  Bruno Haible  <bruno@clisp.org>
14593
14594         Assume the 'long double' type.
14595         * m4/longdouble.m4: Remove file.
14596         * config/srclist.txt: Don't mention longdouble.m4.
14597         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
14598         * lib/float+.h: Likewise.
14599         * lib/frexp.c: Likewise.
14600         * lib/printf-args.h: Likewise.
14601         * lib/printf-args.c: Likewise.
14602         * lib/printf-frexp.c: Likewise.
14603         * lib/printf-parse.c: Likewise.
14604         * lib/vasnprintf.c: Likewise.
14605         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
14606         * m4/intl.m4: Likewise.
14607         * m4/isnanl.m4: Likewise.
14608         * m4/printf.m4: Likewise.
14609         * m4/printf-frexpl.m4: Likewise.
14610         * m4/vasnprintf.m4: Likewise.
14611         * modules/allocsa (Files): Remove m4/longdouble.m4.
14612         * modules/gettext (Files): Likewise.
14613         * modules/relocatable-prog-wrapper (Files): Likewise.
14614         * modules/vasnprintf (Files): Likewise.
14615         * modules/isnanl (Files): Likewise.
14616         (Include): Simplify.
14617         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
14618         (Include): Simplify.
14619         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
14620         (Include): Simplify.
14621         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
14622         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
14623         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
14624         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
14625         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
14626         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
14627         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
14628         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
14629         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
14630         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
14631         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
14632         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
14633         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
14634         * tests/test-isnanl.c: Likewise.
14635         * tests/test-snprintf-posix.h: Likewise.
14636         * tests/test-sprintf-posix.h: Likewise.
14637         * tests/test-vasnprintf-posix.c: Likewise.
14638         * tests/test-vasnprintf-posix2.c: Likewise.
14639         * tests/test-vasprintf-posix.c: Likewise.
14640
14641 2007-04-06  Bruno Haible  <bruno@clisp.org>
14642
14643         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
14644         * lib/math_.h [__DECC]: Include the overridden include file through
14645         #include_next, outside the double-inclusion guard.
14646         * lib/stdio_.h [__DECC]: Likewise.
14647         * lib/stdlib_.h [__DECC]: Likewise.
14648         * lib/string_.h [__DECC]: Likewise.
14649         * lib/time_.h [__DECC]: Likewise.
14650         * lib/wchar_.h [__DECC]: Likewise.
14651         * lib/wctype_.h [__DECC]: Likewise.
14652         * lib/inttypes_.h [__DECC]: Likewise.
14653         Reported by Albert Chin <china@thewrittenword.com> in
14654         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
14655
14656 2007-04-04  Eric Blake  <ebb9@byu.net>
14657
14658         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
14659         1.5.x.
14660
14661 2007-04-04  Bruno Haible  <bruno@clisp.org>
14662
14663         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
14664         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
14665
14666 2007-04-04  Bruno Haible  <bruno@clisp.org>
14667
14668         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
14669         results for "%010a" of Infinity and NaN.
14670         * tests/test-vasprintf-posix.c (test_function): Likewise.
14671         * tests/test-snprintf-posix.h (test_function): Likewise.
14672         * tests/test-sprintf-posix.h (test_function): Likewise.
14673         * tests/test-fprintf-posix.h (test_function): Remove these tests.
14674         * tests/test-printf-posix.h (test_function): Likewise.
14675         * tests/test-fprintf-posix.out: Update.
14676         Needed for FreeBSD 6.1.
14677
14678 2007-04-04  Bruno Haible  <bruno@clisp.org>
14679
14680         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
14681         directly used by the gnulib modules nor by gnulib-tool.
14682
14683 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
14684
14685         * DEPENDENCIES: Give overall description of version dependency
14686         desirability.  Use more-typical names for apps.
14687         Add shell, coreutils, diffutils, grep, tar, gzip.
14688
14689 2007-04-04  Simon Josefsson  <simon@josefsson.org>
14690
14691         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
14692
14693 2007-04-04  Karl Berry  <karl@gnu.org>
14694
14695         * MODULES.html.sh (func_module): missing '.
14696
14697 2007-04-03  Bruno Haible  <bruno@clisp.org>
14698
14699         * modules/argmatch-tests (Makefile.am): New variable
14700         test_argmatch_LDADD.
14701         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
14702         * modules/array-list-tests (Makefile.am): New variable
14703         test_array_list_LDADD.
14704         * modules/array-oset-tests (Makefile.am): New variable
14705         test_array_oset_LDADD.
14706         * modules/avltree-list-tests (Makefile.am): New variable
14707         test_avltree_list_LDADD.
14708         * modules/avltree-oset-tests (Makefile.am): New variable
14709         test_avltree_oset_LDADD.
14710         * modules/avltreehash-list-tests (Makefile.am): New variable
14711         test_avltreehash_list_LDADD.
14712         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
14713         test_canonicalize_lgpl_LDADD.
14714         * modules/carray-list-tests (Makefile.am): New variable
14715         test_carray_list_LDADD.
14716         * modules/dirname-tests (Makefile.am): New variable
14717         test_dirname_LDADD.
14718         * modules/linked-list-tests (Makefile.am): New variable
14719         test_linked_list_LDADD.
14720         * modules/linkedhash-list-tests (Makefile.am): New variable
14721         test_linkedhash_list_LDADD.
14722         * modules/rbtree-list-tests (Makefile.am): New variable
14723         test_rbtree_list_LDADD.
14724         * modules/rbtree-oset-tests (Makefile.am): New variable
14725         test_rbtree_oset_LDADD.
14726         * modules/rbtreehash-list-tests (Makefile.am): New variable
14727         test_rbtreehash_list_LDADD.
14728         * modules/xvasprintf-tests (Makefile.am): New variable
14729         test_xvasprintf_LDADD.
14730         Reported by Eric Blake.
14731
14732 2007-04-03  Eric Blake  <ebb9@byu.net>
14733
14734         * DEPENDENCIES: Weaken m4 requirements.
14735
14736 2007-04-03  Bruno Haible  <bruno@clisp.org>
14737
14738         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
14739         * modules/isnanl-tests (configure.ac): Likewise.
14740
14741 2007-04-03  Ben Pfaff  <blp@gnu.org>
14742
14743         * modules/iconv_open: Add $(srcdir)/ to source directory
14744         references in Makefile fragments that call gperf, to fix VPATH
14745         builds.
14746
14747 2007-04-03  Bruno Haible  <bruno@clisp.org>
14748
14749         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
14750         * lib/ldexpl.c: Undo last change.
14751
14752 2007-04-03  Bruno Haible  <bruno@clisp.org>
14753
14754         * modules/printf-frexpl (Depends-on): Undo last change.
14755         (Files): Add m4/ldexpl.m4.
14756
14757 2007-04-03  Bruno Haible  <bruno@clisp.org>
14758
14759         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
14760         * modules/isnanl (Link): New section.
14761
14762         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
14763         * modules/frexp (Link): New section.
14764
14765         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
14766         * modules/frexpl (Link): New section.
14767
14768         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
14769         * modules/ldexpl (Link): New section.
14770
14771 2007-04-03  Bruno Haible  <bruno@clisp.org>
14772
14773         * modules/TEMPLATE-EXTENDED: New file.
14774         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
14775
14776 2007-04-03  Bruno Haible  <bruno@clisp.org>
14777
14778         * DEPENDENCIES: New file.
14779         Suggested by Simon Josefsson.
14780
14781 2007-04-03  Bruno Haible  <bruno@clisp.org>
14782
14783         * doc/gnulib.texi: Escape @.
14784
14785 2007-04-03  James Youngman  <jay@gnu.org>
14786         and Paul Eggert  <eggert@cs.ucla.edu>
14787
14788         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
14789         birthtime on all systems that have birthtime, not just those which
14790         use st_birthtimensec rather than st_birthtim.  Putting zero in
14791         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
14792         that the birth time is not available for files on an NFS mount.
14793
14794 2007-04-03  Simon Josefsson  <simon@josefsson.org>
14795
14796         * modules/memxor: Move back from crypto/, suggested by Bruno.
14797         * modules/crypto/hmac-sha1: Fix memxor dependency.
14798
14799         * modules/crypto/gc: Moved from ../.
14800
14801 2007-04-02  Eric Blake  <ebb9@byu.net>
14802
14803         * lib/ldexpl.c (includes): Avoid libm.
14804
14805         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
14806
14807 2007-04-02  Bruno Haible  <bruno@clisp.org>
14808
14809         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
14810         on IRIX.
14811
14812 2007-04-02  Bruno Haible  <bruno@clisp.org>
14813
14814         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
14815         x86 or x86_64 platforms running MacOS X.
14816         Reported by Ryan Schmidt <@ryandesign.com>.
14817
14818 2007-04-02  Bruno Haible  <bruno@clisp.org>
14819
14820         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
14821         i386.
14822
14823 2007-04-01  Simon Josefsson  <simon@josefsson.org>
14824
14825         * modules/crypto/arcfour: Moved from ../.
14826         * modules/crypto/arcfour-tests: Moved from ../.
14827         * modules/crypto/arctwo: Moved from ../.
14828         * modules/crypto/arctwo-tests: Moved from ../.
14829         * modules/crypto/des: Moved from ../.
14830         * modules/crypto/des-tests: Moved from ../.
14831         * modules/crypto/gc-arcfour: Moved from ../.
14832         * modules/crypto/gc-arcfour-tests: Moved from ../.
14833         * modules/crypto/gc-arctwo: Moved from ../.
14834         * modules/crypto/gc-arctwo-tests: Moved from ../.
14835         * modules/crypto/gc-des: Moved from ../.
14836         * modules/crypto/gc-des-tests: Moved from ../.
14837         * modules/crypto/gc-hmac-md5: Moved from ../.
14838         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
14839         * modules/crypto/gc-hmac-sha1: Moved from ../.
14840         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
14841         * modules/crypto/gc-md2: Moved from ../.
14842         * modules/crypto/gc-md2-tests: Moved from ../.
14843         * modules/crypto/gc-md4: Moved from ../.
14844         * modules/crypto/gc-md4-tests: Moved from ../.
14845         * modules/crypto/gc-md5: Moved from ../.
14846         * modules/crypto/gc-md5-tests: Moved from ../.
14847         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
14848         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
14849         * modules/crypto/gc-random: Moved from ../.
14850         * modules/crypto/gc-rijndael: Moved from ../.
14851         * modules/crypto/gc-rijndael-tests: Moved from ../.
14852         * modules/crypto/gc-sha1: Moved from ../.
14853         * modules/crypto/gc-sha1-tests: Moved from ../.
14854         * modules/crypto/gc-tests: Moved from ../.
14855         * modules/crypto/hmac-md5: Moved from ../.
14856         * modules/crypto/hmac-md5-tests: Moved from ../.
14857         * modules/crypto/hmac-sha1: Moved from ../.
14858         * modules/crypto/hmac-sha1-tests: Moved from ../.
14859         * modules/crypto/md2: Moved from ../.
14860         * modules/crypto/md2-tests: Moved from ../.
14861         * modules/crypto/md4: Moved from ../.
14862         * modules/crypto/md4-tests: Moved from ../.
14863         * modules/crypto/md5: Moved from ../.
14864         * modules/crypto/md5-tests: Moved from ../.
14865         * modules/crypto/memxor: Moved from ../.
14866         * modules/crypto/rijndael: Moved from ../.
14867         * modules/crypto/rijndael-tests: Moved from ../.
14868         * modules/crypto/sha1: Moved from ../.
14869
14870 2007-03-30  James Youngman  <jay@gnu.org>
14871
14872         * tests/test-stat-time.c (prepare_test): use chmod() rather than
14873         rename() to change the ctime of a file (because ctime is unaffected
14874         by rename on jfs2 on AIX 5.1).
14875         (main): Start by doing cleanup, in case a previous run failed leaving
14876         test files behind.
14877
14878 2007-03-31  Bruno Haible  <bruno@clisp.org>
14879
14880         Support old proprietary implementations of iconv.
14881         * modules/iconv_open: New file.
14882         * lib/iconv_.h: New file.
14883         * m4/iconv_h.m4: New file.
14884         * lib/iconv_open.c: New file.
14885         * lib/iconv_open-aix.gperf: New file.
14886         * lib/iconv_open-hpux.gperf: New file.
14887         * lib/iconv_open-irix.gperf: New file.
14888         * lib/iconv_open-osf.gperf: New file.
14889         * m4/iconv_open.m4: New file.
14890         * modules/linebreak (Depends-on): Add iconv_open.
14891         * modules/striconv (Depends-on): Likewise.
14892         * modules/striconveh (Depends-on): Likewise.
14893         * modules/unicodeio (Depends-on): Likewise.
14894         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
14895         (iconv_t)(-1).
14896         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
14897         conversion if cd is (iconv_t)(-1).
14898         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
14899         is not possible.
14900
14901 2007-03-31  Bruno Haible  <bruno@clisp.org>
14902
14903         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
14904         work on Solaris either. Protect also second use of "autodetect_jp".
14905
14906 2007-03-31  Bruno Haible  <bruno@clisp.org>
14907
14908         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
14909         the function is not present.
14910
14911 2007-03-31  Bruno Haible  <bruno@clisp.org>
14912
14913         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
14914         the function is not present.
14915
14916 2007-03-31  Bruno Haible  <bruno@clisp.org>
14917
14918         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
14919         a bug in HP-UX iconv_open().
14920
14921 2007-03-31  Bruno Haible  <bruno@clisp.org>
14922
14923         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
14924         (Mathematics <math.h>): New section, add fpieee.
14925         (Input/output <stdio.h>): Add fseterr.
14926         (Mathematics <math.h>): New section, add printf-frexp.
14927         (Container data structures): Add sublist.
14928         (Core language properties): Add fpucw, inline.
14929         (Functions for greatest-width integer types <inttypes.h>): Add
14930         imaxabs, imaxdiv, inttypes.
14931         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
14932         isnanl-nolibm, ldexp.
14933         (Mathematics <math.h>): New section, add printf-frexpl.
14934         (Support for systems lacking POSIX:2001): Add fprintf-posix,
14935         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
14936         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
14937         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
14938         (Unicode string functions): Add unistr/u*-mbtoucr.
14939         (Java): Add javacomp-script, javaexec-script.
14940         (C#): Add csharpcomp-script, csharpexec-script.
14941         (Support for building libraries and executables): Add havelib,
14942         relocatable-*.
14943         (Support for maintaining and releasing projects): Renamed from
14944         'Support for maintaining and release projects'. Add announce-gen.
14945
14946 2007-03-31  Bruno Haible  <bruno@clisp.org>
14947
14948         * README: Talk primarily about git.
14949         (git and CVS): Renamed from CVS.
14950         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
14951         gnulib is available through git.
14952         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
14953
14954 2007-03-30  Bruno Haible  <bruno@clisp.org>
14955
14956         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
14957         * lib/poll_.h: Likewise.
14958         * lib/stat_.h: Likewise.
14959         * lib/sys_time_.h: Likewise.
14960         * lib/sysexit_.h: Likewise.
14961         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
14962         * lib/stdbool_.h: Likewise.
14963         * lib/byteswap_.h: Add double-inclusion guard.
14964
14965 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
14966
14967         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
14968
14969 2007-03-30  Karl Berry  <karl@gnu.org>
14970
14971         * config/srclist-update: double space after USA in the license
14972         substitution, since that's how it's usually (?) written.
14973
14974 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
14975
14976         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
14977         reported by Bruno Haible.
14978
14979 2007-03-29  Bruno Haible  <bruno@clisp.org>
14980
14981         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
14982         a bug in AIX iconv().
14983
14984 2007-03-29  Bruno Haible  <bruno@clisp.org>
14985
14986         * modules/ldexpl-tests: New file.
14987         * tests/test-ldexpl.c: New file.
14988
14989 2007-03-29  Bruno Haible  <bruno@clisp.org>
14990
14991         * lib/ldexpl.c: Include fpucw.h.
14992         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
14993         multiplication.
14994         * modules/ldexpl (Depends-on): Add fpucw.
14995
14996 2007-03-29  Bruno Haible  <bruno@clisp.org>
14997
14998         * modules/ldexpl: New file.
14999         * m4/ldexpl.m4: New file.
15000         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
15001         set.
15002         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
15003         REPLACE_LDEXPL.
15004         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
15005         REPLACE_LDEXPL.
15006         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
15007         gl_FUNC_LDEXPL_WORKS.
15008         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
15009         * modules/mathl (Files): Remove lib/ldexpl.c.
15010         (Depends-on): Add ldexpl.
15011
15012 2007-03-29  Bruno Haible  <bruno@clisp.org>
15013
15014         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
15015
15016 2007-03-29  Bruno Haible  <bruno@clisp.org>
15017
15018         * tests/test-striconveh.c (main): Don't assume that a direct conversion
15019         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
15020         and possibly also HP-UX.
15021         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
15022         work on AIX, IRIX, HP-UX, OSF/1.
15023         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
15024         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
15025         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
15026         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
15027         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
15028         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
15029
15030 2007-03-29  Bruno Haible  <bruno@clisp.org>
15031
15032         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
15033
15034 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
15035
15036         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
15037         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
15038
15039 2007-03-29  Eric Blake  <ebb9@byu.net>
15040
15041         * lib/acl-internal.h: Remove redundant include.
15042         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
15043         Cygwin when a file is locked.
15044
15045 2007-03-29  Bruno Haible  <bruno@clisp.org>
15046
15047         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
15048         file.
15049         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
15050
15051 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
15052
15053         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
15054         try to remove a parent directory if the child couldn't be removed
15055         (except for the first rmdir, which could fail because the child
15056         doesn't exist).  Problem reported by Jeff Blaine in
15057         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
15058
15059 2007-03-28  Bruno Haible  <bruno@clisp.org>
15060
15061         * lib/striconveh.c (utf8conv_carefully): New function.
15062         (mem_cd_iconveh_internal): Invoke it.
15063
15064 2007-03-28  Bruno Haible  <bruno@clisp.org>
15065
15066         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
15067         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
15068         input.
15069         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
15070         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
15071         unistr/u8-uctomb.
15072
15073 2007-03-28  Bruno Haible  <bruno@clisp.org>
15074
15075         * modules/unistr/u8-mbtoucr: New file.
15076         * lib/unistr/u8-mbtoucr.c: New file.
15077         * modules/unistr/u16-mbtoucr: New file.
15078         * lib/unistr/u16-mbtoucr.c: New file.
15079         * modules/unistr/u16-mbtoucr: New file.
15080         * lib/unistr/u16-mbtoucr.c: New file.
15081         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
15082
15083 2007-03-27  Simon Josefsson  <simon@josefsson.org>
15084             Bruno Haible  <bruno@clisp.org>
15085
15086         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
15087         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
15088         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
15089
15090         * m4/stdio_h.m4: Add stubs for vasprintf too.
15091
15092         * modules/stdio: Support vasprintf in sed command.
15093
15094         * modules/vasprintf: Depend on stdio for prototypes.  Remove
15095         vasprintf.h.  Add stdio module indicator.
15096
15097         * lib/stdio_.h: Declare asprintf and vasprintf, based on
15098         vasprintf.h.
15099
15100         * lib/vasprintf.h: File removed.
15101
15102         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
15103         * lib/vasprintf.c: Ditto.
15104         * lib/xvasprintf.c: Ditto.
15105         * tests/test-vasprintf-posix.c: Ditto.
15106         * tests/test-vasprintf.c: Ditto.
15107
15108 2007-03-27  Bruno Haible  <bruno@clisp.org>
15109
15110         Make vasnprintf multithread-safe.
15111         * lib/vasnprintf.c (decimal_point_char): New function.
15112         (VASNPRINTF): Use it.
15113         Suggested by Simon Josefsson.
15114
15115 2007-03-27  Eric Blake  <ebb9@byu.net>
15116
15117         Support sub-second birthtime on cygwin.
15118         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
15119         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
15120         (get_stat_birthtime): Also work with st_birthtim.
15121
15122 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
15123
15124         * lib/stat-time.h (USE_BIRTHTIME): Remove.
15125         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
15126         (get_stat_birthtime_ns): Do not try to use "spare" fields.
15127         (get_stat_birthtime_ns): Simplify compile-time tests.
15128         (get_stat_birthtime): Change the API to look like
15129         get_stat_mtime etc., except return a negative tv_nsec on error.
15130         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
15131         Don't check for "spare" fields.
15132         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
15133         or for struct stat.st_birthtime, as these tests aren't used.
15134         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
15135
15136 2007-03-27  Bruno Haible  <bruno@clisp.org>
15137
15138         * lib/stat-time.h: Include <sys/stat.h>.
15139
15140 2007-03-27  James Youngman  <jay@gnu.org>
15141
15142         * lib/stat-time.h (get_stat_birthtime): New function for
15143           retrieving st_birthtime as provided by UFS2 (hence *BSD).
15144         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
15145           and its variants.
15146         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
15147         * modules/stat-time-test: New file.
15148         * tests/test-stat-time.c: New test, devised by Bruno Haible.
15149
15150 2007-03-26  Bruno Haible  <bruno@clisp.org>
15151
15152         Better support of signalling NaNs.
15153         * lib/atanl.c: Include isnanl.h.
15154         (atanl): Perform test for NaN at the beginning of the function and
15155         through a call to isnanl.
15156         * lib/cosl.c: Include isnanl.h.
15157         (cosl): Perform test for NaN at the beginning of the function and
15158         through a call to isnanl.
15159         * lib/ldexpl.c: Include isnanl.h.
15160         (ldexpl): Perform test for NaN through a call to isnanl.
15161         * lib/logl.c: Include isnanl.h.
15162         (logl): Perform test for NaN at the beginning of the function and
15163         through a call to isnanl.
15164         * lib/sinl.c: Include isnanl.h.
15165         (sinl): Perform test for NaN at the beginning of the function and
15166         through a call to isnanl.
15167         * lib/sqrtl.c: Include isnanl.h.
15168         (sqrtl): Perform test for NaN at the beginning of the function and
15169         through a call to isnanl.
15170         * lib/tanl.c: Include isnanl.h.
15171         (tanl): Perform test for NaN at the beginning of the function and
15172         through a call to isnanl.
15173         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
15174         * modules/mathl (Depends-on): Add isnanl.
15175
15176 2007-03-26  Eric Blake  <ebb9@byu.net>
15177
15178         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
15179         regression in logic sense of previous patch.
15180
15181 2007-03-26  Bruno Haible  <bruno@clisp.org>
15182
15183         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
15184         unportable shell command "if ! ...".
15185         Reported by Ralf Wildenhues.
15186
15187 2007-03-25  Bruno Haible  <bruno@clisp.org>
15188
15189         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
15190         <sysexits.h> file, and only add EX_CONFIG.
15191         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
15192         absolute file name and whether it is sufficient. Substitute also
15193         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
15194         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
15195         ABSOLUTE_SYSEXITS_H into sysexits.h.
15196
15197 2007-03-25  Bruno Haible  <bruno@clisp.org>
15198
15199         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
15200         hints is NULL.
15201
15202 2007-03-25  Bruno Haible  <bruno@clisp.org>
15203
15204         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
15205         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
15206
15207 2007-03-25  Bruno Haible  <bruno@clisp.org>
15208
15209         * lib/vasnprintf.c: Include langinfo.h.
15210         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
15211         multithread-safe.
15212         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
15213         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
15214         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15215         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15216         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15217         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15218         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15219         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
15220         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15221         Reported by Simon Josefsson.
15222
15223 2007-03-25  Bruno Haible  <bruno@clisp.org>
15224
15225         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
15226         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
15227         * modules/vasnprintf (Depends-on): Add stdint.
15228
15229 2007-03-25  Bruno Haible  <bruno@clisp.org>
15230
15231         * modules/fpieee: New file.
15232         * m4/fpieee.m4: New file.
15233         * modules/isnan-nolibm (Depends-on): Add fpieee.
15234         * modules/isnanl-nolibm (Depends-on): Add fpieee.
15235         * modules/isnanl (Depends-on): Add fpieee.
15236
15237 2007-03-25  Bruno Haible  <bruno@clisp.org>
15238
15239         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
15240
15241 2007-03-25  Bruno Haible  <bruno@clisp.org>
15242
15243         Avoid test failures on IRIX 6.5.
15244         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
15245         (main): Use it.
15246         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
15247         macros.
15248         (main): Use them.
15249
15250 2007-03-25  Bruno Haible  <bruno@clisp.org>
15251
15252         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
15253         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
15254         exists but doesn't work.
15255         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
15256         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
15257         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
15258         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
15259
15260 2007-03-25  Bruno Haible  <bruno@clisp.org>
15261
15262         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
15263         returns inf. Needed on IRIX 6.5.
15264
15265 2007-03-25  Bruno Haible  <bruno@clisp.org>
15266
15267         * tests/test-frexpl.c: Include isnanl-nolibm.h.
15268         (main): Use isnanl instead of x != x idiom.
15269         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
15270
15271         * tests/test-frexp.c: Include isnan.h.
15272         (main): Use isnan instead of x != x idiom.
15273         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
15274
15275 2007-03-25  Bruno Haible  <bruno@clisp.org>
15276
15277         * tests/test-frexp.c (NaN): New function/macro.
15278         (main): Use it instead of 0.0 / 0.0.
15279         * tests/test-isnan.c (NaN): New function/macro.
15280         (main): Use it instead of 0.0 / 0.0.
15281         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
15282         (test_function): Use it instead of 0.0 / 0.0.
15283         * tests/test-vasprintf-posix.c (NaN): New function/macro.
15284         (test_function): Use it instead of 0.0 / 0.0.
15285         * tests/test-snprintf-posix.h (NaN): New function/macro.
15286         (test_function): Use it instead of 0.0 / 0.0.
15287         * tests/test-sprintf-posix.h (NaN): New function/macro.
15288         (test_function): Use it instead of 0.0 / 0.0.
15289         * tests/test-fprintf-posix.h (NaN): New function/macro.
15290         (test_function): Use it instead of 0.0 / 0.0.
15291         * tests/test-printf-posix.h (NaN): New function/macro.
15292         (test_function): Use it instead of 0.0 / 0.0.
15293
15294         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
15295
15296 2007-03-25  Bruno Haible  <bruno@clisp.org>
15297
15298         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
15299
15300 2007-03-25  Bruno Haible  <bruno@clisp.org>
15301
15302         * lib/regexec.c (merge_state_with_log): Make static.
15303
15304 2007-03-25  Bruno Haible  <bruno@clisp.org>
15305
15306         * lib/trigl.c (kernel_rem_pio2): Make static.
15307
15308 2007-03-25  Bruno Haible  <bruno@clisp.org>
15309
15310         * lib/sincosl.c (sincosl_table): Make static.
15311
15312 2007-03-25  Bruno Haible  <bruno@clisp.org>
15313
15314         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
15315         if the compiler does not support C99.
15316
15317 2007-03-25  Bruno Haible  <bruno@clisp.org>
15318
15319         * modules/time (Makefile.am): Ensure all rule action lines start with a
15320         tab.
15321
15322 2007-03-24  Bruno Haible  <bruno@clisp.org>
15323
15324         * modules/tsearch-tests: New file.
15325         * tests/test-tsearch.sh: New file.
15326         * tests/test-tsearch.c: New file, mostly copied from glibc.
15327
15328         * modules/search-tests: New file.
15329         * tests/test-search.c: New file.
15330
15331         * modules/search: New file.
15332         * lib/search_.h: New file, incorporating lib/tsearch.h.
15333         * m4/search_h.m4: New file.
15334         * lib/tsearch.h: Remove file.
15335         * lib/tsearch.c: Include search.h instead of tsearch.h.
15336         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
15337         HAVE_TSEARCH.
15338         * modules/tsearch (Files): Remove lib/tsearch.h.
15339         (Depends-on): Add search.
15340         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
15341         (Include): Change tsearch.h into search.h.
15342
15343 2007-03-24  Bruno Haible  <bruno@clisp.org>
15344
15345         * modules/fpucw: New file.
15346         * lib/fpucw.h: New file.
15347         * lib/frexp.c: Include fpucw.h.
15348         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
15349         (FUNC): Use them.
15350         * lib/printf-frexp.c: Include fpucw.h.
15351         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
15352         (FUNC): Use them.
15353         * lib/vasnprintf.c: Include fpucw.h.
15354         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
15355         'long double' calculations.
15356         * tests/test-frexpl.c: Include fpucw.h.
15357         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
15358         * tests/test-printf-frexpl.c: Include fpucw.h.
15359         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
15360         * modules/frexpl (Depends-on): Add fpucw.
15361         * modules/printf-frexpl (Depends-on): Likewise.
15362         * modules/fprintf-posix (Depends-on): Likewise.
15363         * modules/snprintf-posix (Depends-on): Likewise.
15364         * modules/sprintf-posix (Depends-on): Likewise.
15365         * modules/vasnprintf-posix (Depends-on): Likewise.
15366         * modules/vasprintf-posix (Depends-on): Likewise.
15367         * modules/vfprintf-posix (Depends-on): Likewise.
15368         * modules/vsnprintf-posix (Depends-on): Likewise.
15369         * modules/vsprintf-posix (Depends-on): Likewise.
15370         * modules/frexpl-tests (Depends-on): Likewise.
15371         * modules/printf-frexpl-tests (Depends-on): Likewise.
15372
15373 2007-03-24  Bruno Haible  <bruno@clisp.org>
15374
15375         * lib/float+.h: New file.
15376         * lib/isnan.c: Include float+.h.
15377         (SIZE): New macro.
15378         (FUNC): Compare only SIZE bytes of the value.
15379         * lib/vasnprintf.c: Include float+.h.
15380         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
15381         SIZEOF_LDBL or SIZEOF_DBL bytes.
15382         * modules/isnan-nolibm (Files): Add lib/float+.h.
15383         * modules/isnanl-nolibm (Files): Add lib/float+.h.
15384         * modules/isnanl (Files): Add lib/float+.h.
15385         * modules/vasnprintf (Files): Add lib/float+.h.
15386
15387 2007-03-24  Bruno Haible  <bruno@clisp.org>
15388
15389         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
15390         include isnanl-nolibm.h.
15391
15392 2007-03-24  Bruno Haible  <bruno@clisp.org>
15393
15394         * tests/test-read-file.c (main): Don't produce spurious output for
15395         expected situations. Make the test fail if it encountered unexpected
15396         results.
15397
15398 2007-03-24  Bruno Haible  <bruno@clisp.org>
15399
15400         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
15401         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
15402
15403 2007-03-24  Bruno Haible  <bruno@clisp.org>
15404
15405         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
15406
15407 2007-03-24  Bruno Haible  <bruno@clisp.org>
15408
15409         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
15410         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
15411
15412         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
15413         * modules/utf8-ucs4: Turn into a symbolic link to module
15414         unistr/u8-mbtouc.
15415
15416         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
15417         utf8-ucs4-unsafe.
15418         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
15419         unistr/u8-mbtouc-unsafe.
15420
15421         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
15422         * modules/utf16-ucs4: Turn into a symbolic link to module
15423         unistr/u16-mbtouc.
15424
15425         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
15426         utf16-ucs4-unsafe.
15427         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
15428         unistr/u16-mbtouc-unsafe.
15429
15430         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
15431         * modules/ucs4-utf8: Turn into a symbolic link to module
15432         unistr/u8-ubtomb.
15433
15434         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
15435         * modules/ucs4-utf16: Turn into a symbolic link to module
15436         unistr/u16-ubtomb.
15437
15438 2007-03-24  Bruno Haible  <bruno@clisp.org>
15439
15440         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
15441         Enable the function only if HAVE_INLINE.
15442         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
15443         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
15444         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
15445         Enable the function only if HAVE_INLINE.
15446         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
15447         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
15448         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
15449         Enable the function only if HAVE_INLINE.
15450         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
15451         Enable the function only if HAVE_INLINE.
15452         * modules/utf8-ucs4: Update.
15453         * modules/utf8-ucs4-unsafe: Update.
15454         * modules/utf16-ucs4: Update.
15455         * modules/utf16-ucs4-unsafe: Update.
15456         * modules/ucs4-utf8: Update.
15457         * modules/ucs4-utf16: Update.
15458
15459 2007-03-24  Bruno Haible  <bruno@clisp.org>
15460
15461         * lib/utf8-ucs4.h: Remove file.
15462         * lib/utf8-ucs4-unsafe.h: Remove file.
15463         * lib/utf16-ucs4.h: Remove file.
15464         * lib/utf16-ucs4-unsafe.h: Remove file.
15465         * lib/ucs4-utf8.h: Remove file.
15466         * lib/ucs4-utf16.h: Remove file.
15467         * lib/unistr.h: Include their previous contents.
15468         * m4/utf-ucs4.m4: Remove file.
15469         * m4/ucs4-utf.m4: Remove file.
15470         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
15471         (Depends-on): Add unistr/base.
15472         (configure.ac): Remove gl_UTF_UCS4.
15473         (Makefile.am): Update.
15474         (Include): Change to unistr.h.
15475         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
15476         (Depends-on): Add unistr/base.
15477         (configure.ac): Remove gl_UTF_UCS4.
15478         (Makefile.am): Update.
15479         (Include): Change to unistr.h.
15480         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
15481         (Depends-on): Add unistr/base.
15482         (configure.ac): Remove gl_UTF_UCS4.
15483         (Makefile.am): Update.
15484         (Include): Change to unistr.h.
15485         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
15486         (Depends-on): Add unistr/base.
15487         (configure.ac): Remove gl_UTF_UCS4.
15488         (Makefile.am): Update.
15489         (Include): Change to unistr.h.
15490         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
15491         (Depends-on): Add unistr/base.
15492         (configure.ac): Remove gl_UCS4_UTF.
15493         (Makefile.am): Update.
15494         (Include): Change to unistr.h.
15495         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
15496         (Depends-on): Add unistr/base.
15497         (configure.ac): Remove gl_UCS4_UTF.
15498         (Makefile.am): Update.
15499         (Include): Change to unistr.h.
15500         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
15501         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
15502         utf8-ucs4-unsafe.h.
15503         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
15504         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
15505         utf16-ucs4-unsafe.h.
15506         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
15507         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
15508         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
15509         * lib/unistr/u8-strchr.c: Likewise.
15510         * lib/unistr/u8-strrchr.c: Likewise.
15511         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
15512         * lib/unistr/u16-strchr.c: Likewise.
15513         * lib/unistr/u16-strrchr.c: Likewise.
15514         * lib/striconveh.c: Update.
15515         * lib/linebreak.c: Update.
15516
15517 2007-03-24  Bruno Haible  <bruno@clisp.org>
15518
15519         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
15520         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
15521
15522 2007-03-22  Bruno Haible  <bruno@clisp.org>
15523
15524         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
15525
15526 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
15527
15528         * MODULES.html.sh (File system functions): New module write-any-file.
15529         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
15530         * m4/write-any-file.m4: New files.
15531
15532 2007-03-23  Eric Blake  <ebb9@byu.net>
15533
15534         * gnulib-tool: Rearrange space-tab sequences, since some editors
15535         like to eat them.
15536
15537 2007-03-23  Eric Blake  <ebb9@byu.net>
15538
15539         * lib/version-etc.c (version_etc_va): Update license wording to
15540         be more concise.  Recommended by Richard Stallman.
15541
15542 2007-03-22  Bruno Haible  <bruno@clisp.org>
15543
15544         * lib/poll.c (MSG_PEEK): New fallback definition.
15545
15546 2007-03-22  Bruno Haible  <bruno@clisp.org>
15547
15548         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
15549         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
15550         (main): Update.
15551         Fixes a compilation error on BeOS.
15552
15553 2007-03-22  Bruno Haible  <bruno@clisp.org>
15554
15555         * modules/frexpl-tests: New file.
15556         * tests/test-frexpl.c: New file.
15557
15558         * modules/frexpl: New file.
15559         * m4/frexpl.m4: New file.
15560         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
15561         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
15562         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
15563         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
15564         (Depends-on): Add frexpl. Remove isnanl-nolibm.
15565         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
15566
15567 2007-03-22  Bruno Haible  <bruno@clisp.org>
15568
15569         * lib/frexpl.c: Share code with lib/frexp.c.
15570         * modules/mathl (Files): Add lib/frexp.c.
15571         (Depends-on): Add isnanl-nolibm.
15572
15573 2007-03-22  Bruno Haible  <bruno@clisp.org>
15574
15575         * modules/printf-frexp (Files): Add m4/frexp.m4.
15576         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
15577         only if the found frexp function actually works.
15578
15579 2007-03-22  Bruno Haible  <bruno@clisp.org>
15580
15581         * lib/frexp.c: Remove older implementation that uses divisions.
15582
15583 2007-03-21  Bruno Haible  <bruno@clisp.org>
15584
15585         * modules/frexp-tests: New file.
15586         * tests/test-frexp.c: New file.
15587
15588         * modules/frexp: New file.
15589         * lib/frexp.c: New file.
15590         * m4/frexp.m4: New file.
15591         * lib/math_.h (frexp): New declaration.
15592         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
15593         REPLACE_FREXP.
15594         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
15595
15596 2007-03-21  Bruno Haible  <bruno@clisp.org>
15597
15598         * modules/isnanl-tests: New file.
15599         * tests/test-isnanl.c: New file.
15600
15601         * modules/isnanl: New file.
15602         * lib/isnanl.h: New file.
15603         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
15604         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
15605         gl_FUNC_ISNANL_WORKS.
15606         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
15607         New macros.
15608
15609 2007-03-21  Bruno Haible  <bruno@clisp.org>
15610
15611         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
15612         lib/isnanl.h.
15613         (Include): Update.
15614         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
15615         * lib/vasnprintf.c: Update.
15616         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
15617         tests/test-isnanl.h, remove tests/test-isnanl.c.
15618         (Makefile.am): Update.
15619         * tests/test-isnanl-nolibm.c: New file.
15620         * tests/test-isnanl.h: New file.
15621         * tests/test-isnanl.c: Remove file.
15622
15623 2007-03-21  Jim Meyering  <jim@meyering.net>
15624
15625         When trying to open ".", treat ESTALE like EACCES.
15626         * lib/savewd.c (savewd_save): Resort to forking not just upon
15627         failure with EACCES, but also when errno is ESTALE.
15628
15629 2007-03-20  Bruno Haible  <bruno@clisp.org>
15630
15631         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
15632         Needed on AIX 5.1. Reported by Matthew Woehlke.
15633
15634 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
15635
15636         Suggestions by Bruno Haible:
15637         * lib/acl-internal.h: Include "gettext.h" rather than rolling
15638         our own.
15639         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
15640         * modules/acl (Depends-on): Add gettext.
15641
15642 2007-03-19  Bruno Haible  <bruno@clisp.org>
15643
15644         * modules/iconvme: Remove file.
15645         * lib/iconvme.h: Remove file.
15646         * lib/iconvme.c: Remove file.
15647         * m4/iconvme.m4: Remove file.
15648
15649 2007-03-19  Bruno Haible  <bruno@clisp.org>
15650
15651         * doc/relocatable-maint.texi: Break long shell script line.
15652         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
15653
15654 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
15655
15656         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
15657         handle file_has_acl.
15658         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
15659         * lib/acl.c: Move header inclusions and related macro defns into
15660         lib/acl-internal.h.
15661         (S_ISLNK): Remove defn, since that's now done for us.
15662         (file_has_acl): Move to lib/file-has-acl.c.
15663         Call acl_trivial if available.  This is the crucial part of the fix.
15664         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
15665         shared within the library.  Rewrite a bit, partly to make it compatible
15666         with the GNU coding style.
15667         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
15668         Remove unnecessary double-quotes.
15669         Don't test for acl_to_text; the build will catch that.
15670         Replace acl_entries if it doesn't exist and it is needed.
15671         Check for -lsec and acl_trivial (as used on Solaris 10).
15672         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
15673         lib/file-has-acl.c.
15674         (Depends-on): Add sys_stat, for S_ISLNK.
15675
15676 2007-03-19  Ben Pfaff  <blp@gnu.org>
15677
15678         * doc/gnulib.texi: Fix typos.
15679         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
15680
15681 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
15682
15683         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
15684         If size is zero here, buf must be zero.
15685
15686 2007-03-19  Simon Josefsson  <simon@josefsson.org>
15687
15688         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
15689         <bruno@clisp.org>.
15690
15691 2007-03-18  Bruno Haible  <bruno@clisp.org>
15692
15693         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
15694         Suggested by Eric Blake.
15695
15696 2007-03-18  Ben Pfaff  <blp@gnu.org>
15697
15698         * doc/relocatable.texi: Recommend using as prefix a directory
15699         that does not exist and will never be created.  Based on
15700         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
15701         and others.
15702
15703 2007-03-17  Bruno Haible  <bruno@clisp.org>
15704
15705         * lib/fchownat.c: Include lchown.h.
15706
15707 2007-03-17  Bruno Haible  <bruno@clisp.org>
15708
15709         Fix endless loop when the given allocated size was > INT_MAX.
15710         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
15711         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
15712         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
15713         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
15714         * lib/sprintf.c (sprintf): Likewise.
15715
15716 2007-03-17  Bruno Haible  <bruno@clisp.org>
15717
15718         * tests/test-argp-2.sh (func_compare): Output a context diff.
15719
15720 2007-03-17  Bruno Haible  <bruno@clisp.org>
15721
15722         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
15723         locale's decimal-point character.
15724
15725 2007-03-17  Bruno Haible  <bruno@clisp.org>
15726
15727         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
15728         before comparing it. Needed because on some platforms (e.g. x86) a
15729         'long double' occupies less bytes than sizeof (long double).
15730
15731 2007-03-17  Bruno Haible  <bruno@clisp.org>
15732
15733         * tests/test-crc.c (main): Make printf statements 64-bit clean.
15734         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
15735         * tests/test-getaddrinfo.c (simple): Likewise.
15736         * tests/test-read-file.c (main): Likewise.
15737
15738 2007-03-17  Bruno Haible  <bruno@clisp.org>
15739
15740         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
15741
15742 2007-03-17  Bruno Haible  <bruno@clisp.org>
15743
15744         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
15745         unused variable.
15746
15747 2007-03-17  Bruno Haible  <bruno@clisp.org>
15748
15749         * tests/test-c-strcasecmp.c: Include c-strcase.h.
15750         * tests/test-c-strncasecmp.c: Likewise.
15751
15752 2007-03-17  Bruno Haible  <bruno@clisp.org>
15753
15754         * modules/stdlib (Depends-on): Add unistd.
15755         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
15756         Needed for MacOS X 10.3.
15757
15758 2007-03-17  Bruno Haible  <bruno@clisp.org>
15759
15760         * lib/unistr/u-strdup.h: Include <stdlib.h>.
15761
15762 2007-03-17  Bruno Haible  <bruno@clisp.org>
15763
15764         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
15765
15766 2007-03-17  Bruno Haible  <bruno@clisp.org>
15767
15768         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
15769         to reflect files copied from gnulib (with or without modifications).
15770         Suggested by Jim Meyering.
15771
15772 2007-03-17  Eric Blake  <ebb9@byu.net>
15773
15774         * NEWS: Document stdlib change from 2007-02-18.
15775
15776 2007-03-17  Jim Meyering  <jim@meyering.net>
15777
15778         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
15779         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
15780         someone uses a name containing shell meta-characters.
15781         Reported by Alfred M. Szmidt.
15782
15783         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
15784
15785 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
15786
15787         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
15788         and copy gettext configuration files only if configure.ac contains
15789         a use of AM_GNU_GETTEXT_VERSION.
15790
15791 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
15792
15793         * build-aux/bootstrap (gnulib_name): New variable.
15794         (gnulib_tool_options): Use it.
15795
15796 2007-03-13  Simon Josefsson  <simon@josefsson.org>
15797
15798         * tests/test-des.c: Use new namespace.
15799
15800 2007-03-15  Bruno Haible  <bruno@clisp.org>
15801
15802         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
15803         Reported by James Youngman <jay@gnu.org>.
15804
15805 2007-03-15  Bruno Haible  <bruno@clisp.org>
15806
15807         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
15808         declared prototype. Needed with cc on OSF/1 5.1.
15809
15810 2007-03-15  Bruno Haible  <bruno@clisp.org>
15811
15812         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
15813         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
15814         (struct gl_list_implementation): Add dispose_fn argument to the
15815         'create_empty', 'create' methods.
15816         (struct gl_list_impl_base): Add field 'dispose_fn'.
15817         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
15818         argument.
15819         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
15820         dispose_fn argument.
15821         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
15822         dispose_fn on the dropped values.
15823         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
15824         dispose_fn argument.
15825         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
15826         dropped values.
15827         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
15828         (gl_tree_remove_node): Call dispose_fn on the dropped value.
15829         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
15830         (gl_tree_remove_node): Call dispose_fn on the dropped value.
15831         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
15832         argument.
15833         (gl_tree_list_free): Call dispose_fn on the dropped values.
15834         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
15835         the dropped values.
15836         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
15837         Add dispose_fn argument.
15838         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
15839         Call dispose_fn on the dropped values.
15840         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
15841         Add dispose_fn argument.
15842         (gl_sublist_create): Initialize the 'dispose_fn' field.
15843         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
15844         * tests/test-array_list.c (main): Update.
15845         * tests/test-carray_list.c (main): Update.
15846         * tests/test-avltree_list.c (main): Update.
15847         * tests/test-rbtree_list.c (main): Update.
15848         * tests/test-avltreehash_list.c (main): Update.
15849         * tests/test-rbtreehash_list.c (main): Update.
15850         * tests/test-linked_list.c (main): Update.
15851         * tests/test-linkedhash_list.c (main): Update.
15852         * tests/test-array_oset.c (main): Update.
15853
15854 2007-03-15  Bruno Haible  <bruno@clisp.org>
15855
15856         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
15857         (gl_oset_create_empty): Add dispose_fn argument.
15858         (struct gl_oset_implementation): Add dispose_fn argument to
15859         'create_empty' method.
15860         (struct gl_oset_impl_base): Add dispose_fn field.
15861         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
15862         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
15863         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
15864         values.
15865         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
15866         (gl_tree_oset_free): Call dispose_fn on the dropped values.
15867         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
15868         dropped value.
15869         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
15870         dropped value.
15871         * tests/test-array_oset.c (main): Update.
15872         * tests/test-avltree_oset.c (main): Update.
15873         * tests/test-rbtree_oset.c (main): Update.
15874         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
15875
15876 2007-03-13  Bruno Haible  <bruno@clisp.org>
15877
15878         * tests/test-stdbool.c (i): Update after last patch.
15879
15880 2007-03-12  Bruno Haible  <bruno@clisp.org>
15881
15882         * lib/quotearg.c: Include <wctype.h> early, before the definition of
15883         the iswprint macro. Needed on Solaris 2.5.1.
15884
15885 2007-03-12  Bruno Haible  <bruno@clisp.org>
15886
15887         * tests/test-printf-frexp.c (main): Declare x as volatile.
15888
15889 2007-03-12  Simon Josefsson  <simon@josefsson.org>
15890
15891         * doc/gnulib.texi (Build robot for gnulib): New section.
15892
15893 2007-03-12  Jim Meyering  <jim@meyering.net>
15894
15895         * build-aux/bootstrap: New file.
15896         * build-aux/bootstrap.conf: New file, from coreutils.
15897
15898 2007-03-11  Bruno Haible  <bruno@clisp.org>
15899
15900         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
15901
15902 2007-03-12  Simon Josefsson  <simon@josefsson.org>
15903
15904         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
15905         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
15906         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
15907
15908 2007-03-11  Bruno Haible  <bruno@clisp.org>
15909
15910         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
15911         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
15912
15913 2007-03-11  Bruno Haible  <bruno@clisp.org>
15914
15915         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
15916         formula. Needed for SunPRO C 5.0.
15917
15918 2007-03-11  Bruno Haible  <bruno@clisp.org>
15919
15920         * modules/long-options (Depends-on): Add getopt.
15921
15922 2007-03-11  Bruno Haible  <bruno@clisp.org>
15923
15924         * modules/modechange (Depends-on): Add stdbool.
15925
15926 2007-03-11  Bruno Haible  <bruno@clisp.org>
15927
15928         * modules/i-ring (Depends-on): Add stdbool.
15929
15930 2007-03-11  Bruno Haible  <bruno@clisp.org>
15931
15932         * modules/gc-des (Depends-on): Add stdbool.
15933
15934 2007-03-11  Bruno Haible  <bruno@clisp.org>
15935
15936         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
15937
15938 2007-03-11  Bruno Haible  <bruno@clisp.org>
15939
15940         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
15941
15942 2007-03-11  Bruno Haible  <bruno@clisp.org>
15943
15944         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
15945
15946 2007-03-11  Bruno Haible  <bruno@clisp.org>
15947
15948         * lib/vasnprintf.c (sprintf): Undefine.
15949
15950 2007-03-11  Bruno Haible  <bruno@clisp.org>
15951
15952         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
15953         initializers in SunPRO C and Compaq C compilers.
15954
15955 2007-03-11  Bruno Haible  <bruno@clisp.org>
15956
15957         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
15958         decrementing code ANSI C compliant.
15959
15960 2007-03-11  Bruno Haible  <bruno@clisp.org>
15961
15962         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
15963         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
15964
15965 2007-03-11  Bruno Haible  <bruno@clisp.org>
15966
15967         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
15968         <stdbool.h> substitute doesn't pass.
15969
15970 2007-03-11  Bruno Haible  <bruno@clisp.org>
15971
15972         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
15973
15974 2007-03-11  Bruno Haible  <bruno@clisp.org>
15975
15976         * gnulib-tool (func_create_megatestdir): Create also an autobuild
15977         script, for submission to autobuild.josefsson.org.
15978
15979 2007-03-10  Bruno Haible  <bruno@clisp.org>
15980
15981         * modules/canonicalize-lgpl-tests: New file.
15982         * tests/test-canonicalize-lgpl.sh: New file.
15983         * tests/test-canonicalize-lgpl.c: New file.
15984
15985         * modules/c-strcase-tests: New file.
15986         * tests/test-c-strcase.sh: New file.
15987         * tests/test-c-strcasecmp.c: New file.
15988         * tests/test-c-strncasecmp.c: New file.
15989
15990         * modules/atexit-tests: New file.
15991         * tests/test-atexit.sh: New file.
15992         * tests/test-atexit.c: New file.
15993
15994 2007-03-10  Bruno Haible  <bruno@clisp.org>
15995
15996         * tests/test-binary-io.sh: Use temporary filenames that are not so
15997         likely to clash with those of other tests (in a parallel make).
15998         * tests/test-binary-io.c: Likewise.
15999
16000 2007-03-10  Bruno Haible  <bruno@clisp.org>
16001
16002         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
16003         fallback; use #error instead.
16004         Suggested by Simon Josefsson.
16005
16006 2007-03-10  Bruno Haible  <bruno@clisp.org>
16007
16008         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
16009         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
16010         first and the last.
16011
16012 2007-03-10  Bruno Haible  <bruno@clisp.org>
16013
16014         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
16015
16016 2007-03-10  Bruno Haible  <bruno@clisp.org>
16017
16018         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
16019         "make distcheck".
16020         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
16021         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
16022         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
16023
16024 2007-03-10  Bruno Haible  <bruno@clisp.org>
16025
16026         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
16027         variable.
16028         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
16029         variable.
16030
16031 2007-03-09  Eric Blake  <ebb9@byu.net>
16032         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
16033
16034         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
16035         types are not being provided by gnulib.
16036         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
16037         types are supported.
16038
16039 2007-03-10  Bruno Haible  <bruno@clisp.org>
16040
16041         * lib/stdio_.h (__attribute__): New macro.
16042         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
16043         vsprintf): Specify __attribute__ __format__ for GCC.
16044         Suggested by Eric Blake.
16045
16046 2007-03-09  Bruno Haible  <bruno@clisp.org>
16047
16048         * modules/printf-posix-tests: New file.
16049         * tests/test-printf-posix.sh: New file.
16050         * tests/test-printf-posix.c: New file.
16051
16052         * modules/printf-posix: New file.
16053         * lib/printf.c: New file.
16054         * m4/printf-posix-rpl.m4: New file.
16055         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
16056         REPLACE_PRINTF.
16057         * lib/stdio_.h (printf): New declaration.
16058         (format, __format__, ____printf____, ____scanf____, ____strftime____,
16059         ____strfmon____): New macros.
16060         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
16061         REPLACE_PRINTF.
16062
16063 2007-03-09  Bruno Haible  <bruno@clisp.org>
16064
16065         * tests/test-vasnprintf-posix2.sh: New file.
16066         * tests/test-vasnprintf-posix2.c: New file.
16067         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
16068         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
16069         (Makefile.am): Activate test-vasnprintf-posix2.sh.
16070
16071         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
16072         a locale dependent decimal point, rather than always '.'.
16073
16074 2007-03-09  Eric Blake  <ebb9@byu.net>
16075
16076         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
16077         spite of platforms like Tandem/NSK that define it to -1.
16078
16079 2007-03-08  Bruno Haible  <bruno@clisp.org>
16080
16081         * modules/vprintf-posix-tests: New file.
16082         * tests/test-vprintf-posix.sh: New file.
16083         * tests/test-vprintf-posix.c: New file.
16084         * tests/test-printf-posix.h: New file.
16085
16086         * modules/vprintf-posix: New file.
16087         * lib/vprintf.c: New file.
16088         * m4/vprintf-posix.m4: New file.
16089         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
16090         REPLACE_VPRINTF.
16091         * lib/stdio_.h (vprintf): New declaration.
16092         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
16093         REPLACE_VPRINTF.
16094
16095 2007-03-08  Bruno Haible  <bruno@clisp.org>
16096
16097         * modules/fprintf-posix-tests: New file.
16098         * tests/test-fprintf-posix.sh: New file.
16099         * tests/test-fprintf-posix.c: New file.
16100
16101         * modules/fprintf-posix: New file.
16102         * lib/fprintf.c: New file.
16103         * m4/fprintf-posix.m4: New file.
16104         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
16105         REPLACE_FPRINTF.
16106         * lib/stdio_.h (fprintf): New declaration.
16107         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
16108         REPLACE_FPRINTF.
16109
16110 2007-03-08  Bruno Haible  <bruno@clisp.org>
16111
16112         * modules/vfprintf-posix-tests: New file.
16113         * tests/test-vfprintf-posix.sh: New file.
16114         * tests/test-vfprintf-posix.c: New file.
16115         * tests/test-fprintf-posix.h: New file.
16116         * tests/test-fprintf-posix.out: New file.
16117
16118         * modules/vfprintf-posix: New file.
16119         * lib/vfprintf.c: New file.
16120         * m4/vfprintf-posix.m4: New file.
16121         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
16122         REPLACE_VFPRINTF.
16123         * lib/stdio_.h (vfprintf): New declaration.
16124         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
16125         REPLACE_VFPRINTF.
16126
16127 2007-03-08  Bruno Haible  <bruno@clisp.org>
16128
16129         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
16130
16131 2007-03-08  Bruno Haible  <bruno@clisp.org>
16132
16133         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
16134         instead of 'expr' invocations.
16135         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16136         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16137         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16138         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16139         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16140         Suggested by Paul Eggert.
16141
16142 2007-03-08  Bruno Haible  <bruno@clisp.org>
16143
16144         * modules/fseterr-tests: New file.
16145         * tests/test-fseterr.c: New file.
16146
16147         * modules/fseterr: New file.
16148         * lib/fseterr.h: New file.
16149         * lib/fseterr.c: New file.
16150
16151 2007-03-08  Bruno Haible  <bruno@clisp.org>
16152
16153         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
16154         * lib/getopt_.h: Likewise.
16155         * lib/mbswidth.h: Likewise.
16156         * lib/setenv.h: Likewise.
16157         * lib/vasnprintf.h: Likewise.
16158         * lib/vasprintf.h: Likewise.
16159         * lib/verror.h: Likewise.
16160         * lib/xsetenv.h: Likewise.
16161         * lib/xvasprintf.h: Likewise.
16162
16163 2007-03-08  Jim Meyering  <jim@meyering.net>
16164
16165         * users.txt: Add parted.
16166
16167         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
16168
16169 2007-03-07  Bruno Haible  <bruno@clisp.org>
16170
16171         * m4/printf.m4: Make the shell script snippets copy&pastable.
16172
16173 2007-03-02  Bruno Haible  <bruno@clisp.org>
16174
16175         * lib/netinet_in_.h: New file.
16176         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
16177         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
16178         * modules/netinet_in (Files): Add lib/netinet_in_.h.
16179         (Depends-on): Add absolute-header.
16180         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
16181         into netinet/in.h.
16182
16183 2007-03-03  Bruno Haible  <bruno@clisp.org>
16184
16185         * lib/sys_select_.h: New file.
16186         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
16187         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
16188         * modules/sys_select (Files): Add lib/sys_select_.h.
16189         (Depends-on): Add absolute-header.
16190         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
16191         into sys/select.h.
16192
16193 2007-03-02  Bruno Haible  <bruno@clisp.org>
16194
16195         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
16196         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
16197         values.
16198         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
16199         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
16200         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
16201         * modules/sys_socket (Depends-on): Add absolute-header.
16202         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
16203         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
16204         (Include): Remove requirement of inclusion of <sys/types.h>.
16205
16206 2007-03-02  Bruno Haible  <bruno@clisp.org>
16207
16208         * lib/byteswap_.h (bswap_32): Fix formula.
16209
16210 2007-03-06  Bruno Haible  <bruno@clisp.org>
16211
16212         * modules/sprintf-posix-tests: New file.
16213         * tests/test-sprintf-posix.c: New file.
16214
16215         * modules/sprintf-posix: New file.
16216         * lib/sprintf.c: New file.
16217         * m4/sprintf-posix.m4: New file.
16218         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
16219         REPLACE_SPRINTF.
16220         * lib/stdio_.h (sprintf): New declaration.
16221         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
16222         REPLACE_SPRINTF.
16223
16224 2007-03-06  Bruno Haible  <bruno@clisp.org>
16225
16226         * modules/vsprintf-posix-tests: New file.
16227         * tests/test-vsprintf-posix.c: New file.
16228         * tests/test-sprintf-posix.h: New file.
16229
16230         * modules/vsprintf-posix: New file.
16231         * lib/vsprintf.c: New file.
16232         * m4/vsprintf-posix.m4: New file.
16233         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
16234         REPLACE_VSPRINTF.
16235         * lib/stdio_.h (vsprintf): New declaration.
16236         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
16237         REPLACE_VSPRINTF.
16238
16239 2007-03-06  Bruno Haible  <bruno@clisp.org>
16240
16241         * modules/vsnprintf (Depend-on): Remove minmax.
16242
16243 2007-03-06  Bruno Haible  <bruno@clisp.org>
16244
16245         * modules/snprintf-posix-tests: New file.
16246         * tests/test-snprintf-posix.c: New file.
16247
16248         * modules/snprintf-posix: New file.
16249         * m4/snprintf-posix.m4: New file.
16250         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
16251         gl_FUNC_SNPRINTF.
16252         (gl_FUNC_SNPRINTF): Invoke it.
16253         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
16254         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
16255         is set.
16256         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
16257
16258 2007-03-06  Bruno Haible  <bruno@clisp.org>
16259
16260         * modules/vsnprintf-posix-tests: New file.
16261         * tests/test-vsnprintf-posix.c: New file.
16262         * tests/test-snprintf-posix.h: New file.
16263
16264         * modules/vsnprintf-posix: New file.
16265         * m4/vsnprintf-posix.m4: New file.
16266         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
16267         gl_FUNC_VSNPRINTF.
16268         (gl_FUNC_VSNPRINTF): Invoke it.
16269         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
16270         * lib/stdio_.h (vsnprintf): Define as a replacement if
16271         REPLACE_VSNPRINTF is set.
16272         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
16273
16274 2007-03-06  Bruno Haible  <bruno@clisp.org>
16275
16276         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
16277         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
16278
16279 2007-03-06  Bruno Haible  <bruno@clisp.org>
16280
16281         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
16282         (asinl): Declare also if HAVE_DECL_ASINL is set.
16283         (atanl): Declare also if HAVE_DECL_ATANL is set.
16284         (ceill): Declare also if HAVE_DECL_CEILL is set.
16285         (cosl): Declare also if HAVE_DECL_COSL is set.
16286         (expl): Declare also if HAVE_DECL_EXPL is set.
16287         (floorl): Declare also if HAVE_DECL_FLOORL is set.
16288         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
16289         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
16290         (logl): Declare also if HAVE_DECL_LOGL is set.
16291         (sinl): Declare also if HAVE_DECL_SINL is set.
16292         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
16293         (tanl): Declare also if HAVE_DECL_TANL is set.
16294         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
16295         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
16296         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
16297         declaration of frexpl, ldexpl.
16298         * modules/printf-frexpl (Depends-on): Add math.
16299         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
16300
16301 2007-03-05  Bruno Haible  <bruno@clisp.org>
16302
16303         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
16304         frexpl and ldexpl are declared.
16305         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
16306
16307 2007-03-05  Bruno Haible  <bruno@clisp.org>
16308
16309         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
16310         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
16311
16312 2007-03-05  Bruno Haible  <bruno@clisp.org>
16313
16314         * lib/stdio_.h: Include <stddef.h>.
16315
16316 2007-03-05  Bruno Haible  <bruno@clisp.org>
16317
16318         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
16319
16320 2007-03-05  Bruno Haible  <bruno@clisp.org>
16321
16322         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
16323         NetBSD 4, from Ralf Wildenhues.
16324
16325 2007-03-04  Bruno Haible  <bruno@clisp.org>
16326
16327         * lib/vasprintf.h: Update #if logic for the case when the functions
16328         exist but are overridden.
16329
16330 2007-03-04  Bruno Haible  <bruno@clisp.org>
16331
16332         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
16333         implementations: glibc-2.4 and MacOS X 10.3.
16334         * tests/test-vasnprintf-posix.c (test_function): Test also the case
16335         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
16336         * tests/test-vasprintf-posix.c (test_function): Likewise.
16337
16338 2007-03-04  Bruno Haible  <bruno@clisp.org>
16339
16340         * modules/vasprintf-posix-tests: New file.
16341         * tests/test-vasprintf-posix.c: New file.
16342
16343         * modules/vasprintf-posix: New file.
16344         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
16345         defined.
16346         * m4/vasprintf-posix.m4: New file.
16347         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
16348         gl_FUNC_VASPRINTF.
16349         (gl_FUNC_VASPRINTF): Invoke it.
16350         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
16351         here.
16352         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
16353
16354 2007-03-04  Bruno Haible  <bruno@clisp.org>
16355
16356         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
16357         REPLACE_GETTIMEOFDAY.
16358         * modules/sys_time (Makefile.am): Likewise.
16359         * m4/sys_time_h.m4: Likewise.
16360         * m4/gettimeofday.m4: Likewise.
16361
16362 2007-03-04  Bruno Haible  <bruno@clisp.org>
16363
16364         * modules/vasnprintf-posix-tests: New file.
16365         * tests/test-vasnprintf-posix.c: New file.
16366
16367         * modules/vasnprintf-posix: New file.
16368         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
16369         printf-frexpl.h.
16370         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
16371         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
16372         REPLACE_VASNPRINTF is defined.
16373         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
16374         gl_FUNC_VASNPRINTF.
16375         (gl_FUNC_VASNPRINTF): Invoke it.
16376         * m4/vasnprintf-posix.m4: New file.
16377         * m4/printf.m4: New file.
16378
16379 2007-03-04  Bruno Haible  <bruno@clisp.org>
16380
16381         Compile progreloc.c only if --enable-relocatable is specified.
16382         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
16383         if --enable-relocatable was specified.
16384         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
16385         lib_SOURCES.
16386
16387 2007-03-04  Jim Meyering  <jim@meyering.net>
16388
16389         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
16390         Use it consistently, rather than enumerating errno constants.
16391
16392 2007-03-04  Bruno Haible  <bruno@clisp.org>
16393
16394         * modules/xvasprintf-tests: New file.
16395         * tests/test-xvasprintf.c: New file.
16396
16397         * modules/vasprintf-tests: New file.
16398         * tests/test-vasprintf.c: New file.
16399
16400         * modules/vasnprintf-tests: New file.
16401         * tests/test-vasnprintf.c: New file.
16402
16403         * modules/vsnprintf-tests: New file.
16404         * tests/test-vsnprintf.c: New file.
16405
16406         * modules/snprintf-tests: New file.
16407         * tests/test-snprintf.c: New file.
16408
16409 2007-03-04  Bruno Haible  <bruno@clisp.org>
16410
16411         Compile relocatable.c only if --enable-relocatable is specified.
16412         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
16413         gl_RELOCATABLE_LIBRARY.
16414         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
16415         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
16416         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
16417         gl_RELOCATABLE_LIBRARY.
16418         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
16419         (Makefile.am): Remove lib_SOURCES.
16420         * modules/relocatable-lib-lgpl (configure.ac): Invoke
16421         gl_RELOCATABLE_LIBRARY.
16422         (Makefile.am): Remove lib_SOURCES.
16423         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
16424         always.
16425         * modules/relocatable-prog-wrapper (configure.ac): Invoke
16426         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
16427
16428 2007-03-04  Bruno Haible  <bruno@clisp.org>
16429
16430         * modules/argmatch-tests: New file.
16431         * tests/test-argmatch.c: New file.
16432
16433         * tests/test-allocsa.c (main): Halve the number of loop runs.
16434
16435         * modules/alloca-opt-tests: New file.
16436         * tests/test-alloca-opt.c: New file.
16437
16438 2007-03-04  Jim Meyering  <jim@meyering.net>
16439
16440         Work around difference between Linux ACLs and Solaris 10 ZFS.
16441         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
16442         for EINVAL.
16443
16444 2007-03-03  Bruno Haible  <bruno@clisp.org>
16445
16446         * modules/relocatable-prog (Depends-on): Add back progreloc's
16447         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
16448
16449 2007-03-03  Bruno Haible  <bruno@clisp.org>
16450
16451         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
16452         * modules/relocatable-lib: New file.
16453
16454 2007-03-03  Bruno Haible  <bruno@clisp.org>
16455
16456         * modules/relocatable-prog: Renamed from modules/relocatable.
16457         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
16458
16459 2007-03-03  Bruno Haible  <bruno@clisp.org>
16460
16461         * modules/relocatable-script (Files): Add doc/relocatable.texi,
16462         m4/relocatable-lib.m4.
16463         (Depends-on): Remove 'relocatable'.
16464         (configure.ac): Add gl_RELOCATABLE_NOP.
16465
16466 2007-03-03  Bruno Haible  <bruno@clisp.org>
16467
16468         * modules/relocatable-prog-wrapper: New file.
16469         * modules/relocatable (Depends-on): Add it. Remove all other
16470         dependencies except progname.
16471         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
16472
16473         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
16474         (gl_FUNC_STRERROR): Nop.
16475         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
16476
16477         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
16478         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
16479
16480         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
16481         (gl_FUNC_READLINK): Update.
16482
16483         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
16484
16485 2007-03-03  Bruno Haible  <bruno@clisp.org>
16486
16487         * lib/xreadlink.c: Include <unistd.h> unconditionally.
16488         * modules/xreadlink (Depends-on): Add unistd.
16489         * modules/xreadlink-with-size (Depends-on): Likewise.
16490
16491 2007-03-03  Bruno Haible  <bruno@clisp.org>
16492
16493         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
16494         extracted from gt_FUNC_SETENV.
16495         (gt_FUNC_SETENV): Remove macro.
16496         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
16497         remove gt_FUNC_SETENV.
16498
16499 2007-03-03  Bruno Haible  <bruno@clisp.org>
16500
16501         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
16502         ENABLE_RELOCATABLE here.
16503         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
16504
16505 2007-03-03  Bruno Haible  <bruno@clisp.org>
16506
16507         * modules/rbtreehash-list-tests (Depends-on): Add progname.
16508         * tests/test-rbtreehash_list.c: Include progname.h.
16509         (main): Call set_program_name.
16510
16511         * modules/rbtree-oset-tests (Depends-on): Add progname.
16512         * tests/test-rbtree_oset.c: Include progname.h.
16513         (main): Call set_program_name.
16514
16515         * modules/rbtree-list-tests (Depends-on): Add progname.
16516         * tests/test-rbtree_list.c: Include progname.h.
16517         (main): Call set_program_name.
16518
16519         * modules/linked-list-tests (Depends-on): Add progname.
16520         * tests/test-linked_list.c: Include progname.h.
16521         (main): Call set_program_name.
16522
16523 2007-03-03  Bruno Haible  <bruno@clisp.org>
16524
16525         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
16526         All uses of __restrict changed to _Restrict_.
16527         * lib/glob_.h (__restrict): Remove macro.
16528
16529 2007-03-02  Bruno Haible  <bruno@clisp.org>
16530
16531         * modules/gettext (configure.ac): Require gettext infrastructure
16532         from version 0.16.1.
16533
16534 2007-03-02  Bruno Haible  <bruno@clisp.org>
16535
16536         * modules/linkedhash-list-tests (Depends-on): Add progname.
16537         * tests/test-linkedhash_list.c: Include progname.h.
16538         (main): Call set_program_name.
16539
16540         * modules/carray-list-tests (Depends-on): Add progname.
16541         * tests/test-carray_list.c: Include progname.h.
16542         (main): Call set_program_name.
16543
16544         * modules/avltreehash-list-tests (Depends-on): Add progname.
16545         * tests/test-avltreehash_list.c: Include progname.h.
16546         (main): Call set_program_name.
16547
16548         * modules/avltree-oset-tests (Depends-on): Add progname.
16549         * tests/test-avltree_oset.c: Include progname.h.
16550         (main): Call set_program_name.
16551
16552         * modules/avltree-list-tests (Depends-on): Add progname.
16553         * tests/test-avltree_list.c: Include progname.h.
16554         (main): Call set_program_name.
16555
16556         * modules/array-oset-tests (Depends-on): Add progname.
16557         * tests/test-array_oset.c: Include progname.h.
16558         (main): Call set_program_name.
16559
16560         * modules/array-list-tests (Depends-on): Add progname.
16561         * tests/test-array_list.c: Include progname.h.
16562         (main): Call set_program_name.
16563
16564         * modules/argp-tests (Depends-on): Add progname.
16565         * tests/test-argp.c: Include argp.h first. Include progname.h.
16566         (main): Call set_program_name.
16567
16568 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
16569
16570         * doc/gnulib-tool.texi (Initial import): Reword description of
16571         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
16572         limited effect even if defined after the first system include.
16573
16574 2007-03-01  Bruno Haible  <bruno@clisp.org>
16575
16576         * build-aux/config.libpath: Update to libtool-1.5.22.
16577         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
16578
16579 2007-03-01  Bruno Haible  <bruno@clisp.org>
16580
16581         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
16582         foo_CFLAGS.
16583         Reported by Ralf Wildenhues.
16584
16585 2007-03-01  Bruno Haible  <bruno@clisp.org>
16586
16587         * build-aux/install-reloc: Remove object files left over by some
16588         compilers.
16589         Reported by Ralf Wildenhues.
16590
16591 2007-03-01  Bruno Haible  <bruno@clisp.org>
16592
16593         * build-aux/install-reloc: Break long lines.
16594
16595 2007-03-01  Bruno Haible  <bruno@clisp.org>
16596
16597         * doc/relocatable.texi: Document that it may not work on OpenBSD.
16598         Reported by Ralf Wildenhues.
16599
16600 2007-03-01  Bruno Haible  <bruno@clisp.org>
16601
16602         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
16603         include ordering constraints.
16604
16605 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16606
16607         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
16608         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
16609         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
16610         as another example.
16611         * lib/time_.h: Fix misspelling.
16612         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
16613         Require gl_HEADER_TIME_H_DEFAULTS.
16614         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
16615         * m4/time_r.m4 (gl_TIME_R): Likewise.
16616         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
16617
16618 2007-03-01  Bruno Haible  <bruno@clisp.org>
16619
16620         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
16621         * m4/utimens.m4 (gl_UTIMENS): Likewise.
16622
16623 2007-03-01  Jim Meyering  <jim@meyering.net>
16624
16625         * modules/xreadlink (Maintainer): Add my name.
16626         * modules/xreadlink-with-size (Depends-on): Alphabetize.
16627
16628 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
16629             Bruno Haible  <bruno@clisp.org>
16630
16631         * build-aux/install-reloc: Compile also c-ctype.c.
16632         * build-aux/relocatable.sh.in: New file.
16633         * doc/relocatable.texi: New file.
16634         * doc/relocatable-maint.texi: New file.
16635         * doc/gnulib.texi: Include relocatable-maint.texi.
16636         * lib/progreloc.c: Include unistd.h unconditionally.
16637         * lib/relocwrapper.c: Include unistd.h unconditionally.
16638         Include c-ctype.h.
16639         (add_dotbin): Use c_tolower.
16640         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
16641         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
16642         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
16643         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
16644         to m4/relocatable-lib.m4.
16645         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
16646         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
16647         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
16648         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
16649         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
16650         * modules/relocatable: New file.
16651         * modules/relocatable-lib: New file.
16652         * modules/relocatable-script: New file.
16653
16654 2007-02-28  Bruno Haible  <bruno@clisp.org>
16655
16656         Import --enable-relocatable infrastructure.
16657         * build-aux/config.libpath: New file, from GNU gettext.
16658         * build-aux/install-reloc: New file, from GNU gettext.
16659         * build-aux/reloc-ldflags: New file, from GNU gettext.
16660         * lib/relocatable.h: New file, from GNU gettext.
16661         * lib/relocatable.c: New file, from GNU gettext.
16662         * lib/relocwrapper.c: New file, from GNU gettext.
16663         * m4/relocatable.m4: New file, from GNU gettext.
16664
16665 2007-02-28  Bruno Haible  <bruno@clisp.org>
16666
16667         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
16668
16669         * modules/xreadlink: New file, from GNU gettext with modifications.
16670         * lib/xreadlink.c: New file, from GNU gettext.
16671         * lib/xreadlink.h: Add comments.
16672         (xreadlink): New declaration.
16673
16674         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
16675         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
16676         lib/xreadlink-with-size.c.
16677         (configure.ac): Remove gl_XREADLINK invocation.
16678         (Makefile.am): Augment lib_SOURCES.
16679         * m4/xreadlink.m4: Remove file.
16680         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
16681         (xreadlink_with_size): Renamed from xreadink.
16682         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
16683         * modules/canonicalize (Depends-on): Replace xreadlink with
16684         xreadlink-with-size.
16685         * lib/canonicalize.c (canonicalize_filename_mode): Update.
16686
16687 2007-02-25  Jim Meyering  <jim@meyering.net>
16688
16689         * build-aux/announce-gen: When complaining about excess arguments,
16690         list them.
16691
16692 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
16693
16694         * README: Document signed integer overflow situation more
16695         accurately.
16696
16697 2007-02-25  Bruno Haible  <bruno@clisp.org>
16698
16699         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
16700         'a' or 'A' conversion.
16701
16702 2007-02-25  Bruno Haible  <bruno@clisp.org>
16703
16704         * modules/filename: Renamed from modules/pathname.
16705         (Files): Replace lib/pathname.h with lib/filename.h. Replace
16706         lib/concatpath.c with lib/concat-filename.c.
16707         (Makefile.am): Update.
16708         (Include): Replace pathname.h with filename.h.
16709         * lib/filename.h: Renamed from lib/pathname.h.
16710         (concatenated_filename): Renamed from concatenated_pathname.
16711         * lib/concat-filename.c: Renamed from lib/concatpath.c.
16712         (concatenated_filename): Renamed from concatenated_pathname.
16713         * lib/findprog.c: Include filename.h instead of pathname.h.
16714         (find_in_path): Update.
16715         * lib/javacomp.c: Include filename.h instead of pathname.h.
16716         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
16717         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
16718         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
16719         is_oldgcj_14_13_usable, is_javac_usable): Update.
16720         * lib/javaexec.c: Include filename.h instead of pathname.h.
16721         (execute_java_class): Update.
16722         * modules/findprog: Update.
16723         * modules/javacomp: Update.
16724         * modules/javaexec: Update.
16725         * MODULES.html.sh (File system functions): Add 'filename', remove
16726         'pathname'.
16727
16728 2007-02-25  Bruno Haible  <bruno@clisp.org>
16729
16730         * modules/printf-frexpl-tests: New file.
16731         * tests/test-printf-frexpl.c: New file.
16732
16733         * modules/printf-frexpl: New file.
16734         * lib/printf-frexpl.h: New file.
16735         * lib/printf-frexpl.c: New file.
16736         * m4/printf-frexpl.m4: New file.
16737
16738 2007-02-25  Bruno Haible  <bruno@clisp.org>
16739
16740         * modules/printf-frexp-tests: New file.
16741         * tests/test-printf-frexp.c: New file.
16742
16743         * modules/printf-frexp: New file.
16744         * lib/printf-frexp.h: New file.
16745         * lib/printf-frexp.c: New file.
16746         * m4/printf-frexp.m4: New file.
16747
16748 2007-02-25  Bruno Haible  <bruno@clisp.org>
16749
16750         Assume automake >= 1.10 for the tests.
16751         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
16752         * modules/arctwo-tests: Likewise.
16753         * modules/argp-tests: Likewise.
16754         * modules/avltree-list-tests: Likewise.
16755         * modules/avltree-oset-tests: Likewise.
16756         * modules/avltreehash-list-tests: Likewise.
16757         * modules/carray-list-tests: Likewise.
16758         * modules/crc-tests: Likewise.
16759         * modules/des-tests: Likewise.
16760         * modules/gc-arcfour-tests: Likewise.
16761         * modules/gc-arctwo-tests: Likewise.
16762         * modules/gc-des-tests: Likewise.
16763         * modules/gc-hmac-md5-tests: Likewise.
16764         * modules/gc-hmac-sha1-tests: Likewise.
16765         * modules/gc-md2-tests: Likewise.
16766         * modules/gc-md4-tests: Likewise.
16767         * modules/gc-md5-tests: Likewise.
16768         * modules/gc-pbkdf2-sha1-tests: Likewise.
16769         * modules/gc-rijndael-tests: Likewise.
16770         * modules/gc-sha1-tests: Likewise.
16771         * modules/gc-tests: Likewise.
16772         * modules/getaddrinfo-tests: Likewise.
16773         * modules/hmac-md5-tests: Likewise.
16774         * modules/hmac-sha1-tests: Likewise.
16775         * modules/linked-list-tests: Likewise.
16776         * modules/linkedhash-list-tests: Likewise.
16777         * modules/lock-tests: Likewise.
16778         * modules/md2-tests: Likewise.
16779         * modules/md4-tests: Likewise.
16780         * modules/md5-tests: Likewise.
16781         * modules/rbtree-list-tests: Likewise.
16782         * modules/rbtree-oset-tests: Likewise.
16783         * modules/rbtreehash-list-tests: Likewise.
16784         * modules/read-file-tests: Likewise.
16785         * modules/rijndael-tests: Likewise.
16786         * modules/stdint-tests: Likewise.
16787         * modules/tls-tests: Likewise.
16788
16789 2007-02-24  Bruno Haible  <bruno@clisp.org>
16790
16791         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
16792         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
16793         function; instead check whether isnan with a double argument links.
16794         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
16795         function; instead check whether isnan with a 'long double' argument
16796         links.
16797         Reported by Eric Blake <ebb9@byu.net>.
16798
16799 2007-02-24  Bruno Haible  <bruno@clisp.org>
16800
16801         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
16802         defined.
16803         * lib/isnanl.c: Remove all code. Just include isnan.c.
16804         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
16805
16806 2007-02-25  Jim Meyering  <jim@meyering.net>
16807
16808         Avoid conflicting types for 'unsetenv' on FreeBSD.
16809         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
16810         conflicting with FreeBSD's (5.0 and 6.1) function declaration
16811         in stdlib.h.
16812
16813 2007-02-24  Bruno Haible  <bruno@clisp.org>
16814
16815         * modules/isnanl-nolibm-tests: New file.
16816         * tests/test-isnanl.c: New file.
16817
16818         * modules/isnanl-nolibm: New file.
16819         * lib/isnanl.h: New file.
16820         * lib/isnanl.c: New file.
16821         * m4/isnanl.m4: New file.
16822
16823 2007-02-24  Bruno Haible  <bruno@clisp.org>
16824
16825         * modules/isnan-nolibm-tests: New file.
16826         * tests/test-isnan.c: New file.
16827
16828         * modules/isnan-nolibm: New file.
16829         * lib/isnan.h: New file.
16830         * lib/isnan.c: New file.
16831         * m4/isnan.m4: New file.
16832
16833 2007-02-24  Bruno Haible  <bruno@clisp.org>
16834
16835         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
16836         assume that an exponent fits in 20 bits.
16837
16838 2007-02-24  Jim Meyering  <jim@meyering.net>
16839
16840         * m4/regex.m4: Update the description of the configure-time option,
16841         --without-included-regex, to state accurately what the defaults are,
16842         and perhaps to give people an idea why using this option is risky.
16843
16844 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
16845
16846         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
16847         loops on small arguments.  This attempts to avoid the problem
16848         Bruno Haible reported for AIX 4.3.2 in
16849         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
16850
16851 2007-02-23  Bruno Haible  <bruno@clisp.org>
16852
16853         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
16854         Needed for help2man.
16855
16856 2007-02-23  Karl Berry  <karl@gnu.org>
16857
16858         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
16859         exists, foo.h should be cvs-ignored, not committed.
16860
16861 2007-02-23  Eric Blake  <ebb9@byu.net>
16862
16863         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
16864         * lib/stat-time.h (includes): Likewise.
16865         * lib/utimecmp.c (includes): Likewise.
16866         * lib/utimens.h (includes): Likewise.
16867         * lib/getdate.y (includes): Also include "timespec.h" for use
16868         internal to the module.
16869         * modules/utimens (Depends-on): Revert yesterday's patch.
16870         * modules/nanosleep (Depends-on): Add missing dependency.
16871
16872 2007-02-22  Bruno Haible  <bruno@clisp.org>
16873
16874         * lib/glob.c: Don't include getlogin_r.h.
16875
16876 2007-02-22  Jim Meyering  <jim@meyering.net>
16877
16878         * modules/utimens (Depends-on): Add timespec, required for
16879         utimens.h's inclusion of timespec.h.
16880
16881 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
16882
16883         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
16884         long unreadable paths in GNU/Linux.  Problem reported by Andreas
16885         Schwab in
16886         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
16887         I'll try to think of a better way to fix the Solaris problem.
16888
16889         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
16890         like glibc; on Solaris 10, it fails with errno == EINVAL.
16891         POSIX says the behavior is unspecified if the first argument is NULL,
16892         so play it safe and never pass NULL to the system getcwd.
16893
16894 2007-02-21  Jim Meyering  <jim@meyering.net>
16895
16896         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
16897         of gettimeofday.  It would conflict with the one now always
16898         provided via sys_time_.h.  Reported by Matthew Woehlke, as
16899         an IRIX 6.5 build failure.
16900
16901 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
16902
16903         Minor fixups to port to Solaris 10 with Sun C 5.8.
16904         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
16905         * modules/getcwd (Depends-on): Add dirfd.
16906         * lib/putenv.c (putenv): #undef it.
16907         (rpl_putenv): New decl.
16908         (malloc, free): Include <stdlib.h> rather than prototyping separately.
16909
16910 2007-02-20  Bruno Haible  <bruno@clisp.org>
16911
16912         * modules/stdio-tests: New file.
16913         * tests/test-stdio.c: New file.
16914
16915         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
16916         (Depends-on): Add stdio.
16917         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
16918         (Include): Use <stdio.h> instead of vsnprintf.h.
16919         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
16920         HAVE_DECL_VSNPRINTF.
16921         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
16922
16923         * modules/snprintf (Files): Remove lib/snprintf.h.
16924         (Depends-on): Add stdio.
16925         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
16926         (Include): Use <stdio.h> instead of snprintf.h.
16927         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
16928         HAVE_DECL_SNPRINTF.
16929         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
16930         * lib/getaddrinfo.c: Likewise.
16931
16932         * modules/stdio: New file.
16933         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
16934         * lib/snprintf.h: Remove file.
16935         * lib/vsnprintf.h: Remove file.
16936         * lib/.cppi-disable: Remove snprintf.h.
16937         * m4/stdio_h.m4: New file.
16938         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
16939
16940 2007-02-20  Jim Meyering  <jim@meyering.net>
16941
16942         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
16943         used by e.g., mingw.  From Bruno Haible.
16944
16945 2007-02-19  Bruno Haible  <bruno@clisp.org>
16946
16947         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
16948         warnings.
16949         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16950
16951 2007-02-19  Bruno Haible  <bruno@clisp.org>
16952
16953         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
16954         from mingw users.
16955
16956 2007-02-19  Bruno Haible  <bruno@clisp.org>
16957
16958         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
16959         warnings.
16960         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
16961
16962 2007-02-19  Jim Meyering  <jim@meyering.net>
16963
16964         Don't use FD after a successful "fdopendir (fd)".
16965         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
16966         Reset it by calling dirfd on the just-obtained DIR*.
16967
16968         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
16969         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
16970
16971 2007-02-18  Bruno Haible  <bruno@clisp.org>
16972
16973         * lib/readlink.c: Include <unistd.h>.
16974         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
16975         HAVE_READLINK.
16976         * modules/readlink (Depends-on): Add unistd.
16977         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16978         (Include): Add <unistd.h>.
16979
16980         * lib/getlogin_r.h: Remove file.
16981         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
16982         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
16983         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
16984         HAVE_DECL_GETLOGIN_R.
16985         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
16986         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16987         (Include): Use <unistd.h> instead of getlogin_r.h.
16988
16989         * lib/getcwd.h: Remove file.
16990         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
16991         * lib/xgetcwd.c: Likewise.
16992         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
16993         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
16994         * modules/getcwd (Files): Remove lib/getcwd.h.
16995         (Depends-on): Add unistd.
16996         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16997         (Include): Use <unistd.h> instad of getcwd.h.
16998
16999         * lib/ftruncate.c: Include <unistd.h> first.
17000         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
17001         Set HAVE_FTRUNCATE.
17002         * modules/ftruncate (Depends-on): Add unistd.
17003         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17004
17005         * lib/fchdir.c: Include <unistd.h> first.
17006         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
17007         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
17008         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
17009         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17010         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
17011
17012         * lib/dup2.c: Include <unistd.h> first.
17013         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
17014         HAVE_DUP2.
17015         * modules/dup2 (Depends-on): Add unistd.
17016         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17017
17018         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
17019         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
17020         REPLACE_CHOWN. Don't define chown as a macro here.
17021         * modules/chown (Depends-on): Add unistd.
17022         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17023
17024         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
17025         Add definition for GL_LINK_WARNING.
17026         (chown, dup2): New declarations.
17027         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
17028         link warning.
17029         (ftruncate): New declaration.
17030         (getcwd): New declaration, taken from old getcwd.h.
17031         (getlogin_r): New declaration, taken from old getlogin_r.h.
17032         (readlink): New declaration.
17033         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
17034         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
17035         (gl_PREREQ_UNISTD): Remove macro.
17036         (gl_UNISTD_MODULE_INDICATOR): New macro.
17037         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
17038         many new variables. Don't set UNISTD_H.
17039         * modules/unistd (Description): Change.
17040         (Depends-on): Add link-warning.
17041         (configure.ac): Update.
17042         (Makefile.am): Create unistd.h always. Substitute many new variables
17043         into it.
17044
17045 2007-02-18  Bruno Haible  <bruno@clisp.org>
17046
17047         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
17048         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
17049         HAVE_GETSUBOPT.
17050         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
17051         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
17052         * lib/getsubopt.h: Remove file.
17053         * modules/getsubopt (Files): Remove lib/getsubopt.h.
17054         (Depends-on): Add stdlib.
17055         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
17056         (Includes): Use <stdlib.h> instead of getsubopt.h.
17057         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
17058         Set HAVE_GETSUBOPT.
17059         * lib/getsubopt.c: Don't include getsubopt.h.
17060
17061 2007-02-18  Bruno Haible  <bruno@clisp.org>
17062
17063         * modules/fchdir (Depends-on): Add dup2.
17064
17065 2007-02-18  Bruno Haible  <bruno@clisp.org>
17066
17067         * lib/stdlib_.h: Handle glibc's special invocation convention
17068         specially.
17069
17070 2007-02-18  Bruno Haible  <bruno@clisp.org>
17071
17072         * modules/stdlib-tests: New file.
17073         * tests/test-stdlib.c: New file.
17074
17075         * modules/mkstemp (Files): Remove lib/mkstemp.h.
17076         (Depends-on): Add stdlib.
17077         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
17078         (Includes): Use <stdlib.h> instead of mkstemp.h.
17079         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
17080         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
17081         * lib/mkstemp.c: Don't include mkstemp.h.
17082         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
17083         * lib/stdlib--.h: Don't include mkstemp.h.
17084
17085         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
17086         (Depends-on): Add stdlib.
17087         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
17088         (Includes): Use <stdlib.h> instead of mkdtemp.h.
17089         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
17090         HAVE_MKDTEMP.
17091         * lib/mkdtemp.c: Don't include mkdtemp.h.
17092         * lib/clean-temp.c: Don't include mkdtemp.h.
17093
17094         * modules/exit (Files): Remove lib/exit.h.
17095         (Depends-on): Add stdlib.
17096         (Makefile.am): Remove lib_SOURCES.
17097         (Include): Use <stdlib.h> instead of exit.h.
17098         * lib/argmatch.c: Don't include exit.h.
17099         * lib/execute.c: Likewise.
17100         * lib/pagealign_alloc.c: Likewise.
17101         * lib/pipe.c: Likewise.
17102         * lib/wait-process.c: Likewise.
17103         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
17104         * lib/exitfail.c: Likewise.
17105         * lib/savewd.c: Likewise.
17106         * lib/xsetenv.c: Likewise.
17107
17108         * modules/stdlib: New file.
17109         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
17110         and extra comments about mkstemp().
17111         * lib/exit.h: Remove file.
17112         * lib/mkdtemp.h: Remove file.
17113         * lib/mkstemp.h: Remove file.
17114         * m4/stdlib_h.m4: New file.
17115         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
17116
17117 2007-02-18  Bruno Haible  <bruno@clisp.org>
17118
17119         * modules/math-tests: New file.
17120         * tests/test-math.c: New file.
17121
17122         * modules/math: New file.
17123         * modules/mathl (Files): Remove lib/mathl.h.
17124         (Depends-on): Add math.
17125         (Makefile.am): Don't mention mathl.h.
17126         (Include): Use <math.h> instead of mathl.h.
17127         * lib/math_.h: New file.
17128         * lib/mathl.h: Remove file.
17129         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
17130         mathl.h.
17131         * lib/asinl.c: Likewise.
17132         * lib/atanl.c: Likewise.
17133         * lib/ceill.c: Likewise.
17134         * lib/cosl.c: Likewise.
17135         * lib/expl.c: Likewise.
17136         * lib/floorl.c: Likewise.
17137         * lib/frexpl.c: Likewise.
17138         * lib/ldexpl.c: Likewise.
17139         * lib/logl.c: Likewise.
17140         * lib/sincosl.c: Likewise.
17141         * lib/sinl.c: Likewise.
17142         * lib/sqrtl.c: Likewise.
17143         * lib/tanl.c: Likewise.
17144         * lib/trigl.c: Likewise.
17145         * m4/math_h.m4: New file.
17146         * MODULES.html.sh (Mathematics): Add math.
17147
17148 2007-02-17  Bruno Haible  <bruno@clisp.org>
17149
17150         * modules/wctype-tests: New file.
17151         * tests/test-wctype.c: New file.
17152
17153         * modules/wchar-tests: New file.
17154         * tests/test-wchar.c: New file.
17155
17156         * modules/unistd-tests: New file.
17157         * tests/test-unistd.c: New file.
17158
17159         * modules/time-tests: New file.
17160         * tests/test-time.c: New file.
17161
17162         * modules/sysexits-tests: New file.
17163         * tests/test-sysexits.c: New file.
17164
17165         * modules/sys_time-tests: New file.
17166         * tests/test-sys_time.c: New file.
17167
17168         * modules/sys_stat-tests: New file.
17169         * tests/test-sys_stat.c: New file.
17170
17171         * modules/sys_socket-tests: New file.
17172         * tests/test-sys_socket.c: New file.
17173
17174         * modules/sys_select-tests: New file.
17175         * tests/test-sys_select.c: New file.
17176
17177         * modules/string-tests: New file.
17178         * tests/test-string.c: New file.
17179
17180         * modules/stdbool-tests: New file.
17181         * tests/test-stdbool.c: New file.
17182
17183         * modules/netinet_in-tests: New file.
17184         * tests/test-netinet_in.c: New file.
17185
17186         * modules/inttypes-tests: New file.
17187         * tests/test-inttypes.c: New file.
17188
17189         * modules/fcntl-tests: New file.
17190         * tests/test-fcntl.c: New file.
17191
17192         * modules/byteswap-tests: New file.
17193         * tests/test-byteswap.c: New file.
17194
17195         * modules/arpa_inet-tests: New file.
17196         * tests/test-arpa_inet.c: New file.
17197
17198 2007-02-17  Bruno Haible  <bruno@clisp.org>
17199
17200         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
17201         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
17202         if the corresponding module is not enabled. Emit link warnings if
17203         the function is used nevertheless.
17204         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
17205         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
17206         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
17207         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
17208         * modules/inttypes (Depends-on): Add link-warning.
17209         (Makefile.am): Copy the contents of build-aux/link-warning.h into
17210         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
17211         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
17212         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
17213         * modules/imaxdiv (configure.ac): Likewise.
17214         * modules/strtoimax (configure.ac): Likewise.
17215         * modules/strtoumax (configure.ac): Likewise.
17216
17217 2007-02-17  Bruno Haible  <bruno@clisp.org>
17218
17219         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
17220         gl_STRING_MODULE_INDICATOR_DEFAULTS.
17221         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
17222         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
17223
17224 2007-02-17  Bruno Haible  <bruno@clisp.org>
17225
17226         * modules/link-warning: New file.
17227         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
17228         * lib/string_.h (GL_LINK_WARNING): Remove definition.
17229         * modules/string (Depends-on): Add link-warning.
17230         (Makefile.am): Copy the contents of build-aux/link-warning.h into
17231         string.h.
17232         * MODULES.html.sh (Support for building libraries and executables): Add
17233         link-warning.
17234
17235 2007-02-17  Bruno Haible  <bruno@clisp.org>
17236
17237         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
17238         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
17239         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
17240         long lines.
17241
17242 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
17243             Bruno Haible  <bruno@clisp.org>
17244
17245         * modules/tmpfile: New file.
17246         * lib/tmpfile.c: New file.
17247         * m4/tmpfile.m4: New file.
17248         * MODULES.html.sh (func_all_modules): New section "Input/output".
17249
17250 2007-02-15  Bruno Haible  <bruno@clisp.org>
17251
17252         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
17253         (supports_delete_on_close): New function.
17254         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
17255
17256 2007-02-14  Bruno Haible  <bruno@clisp.org>
17257
17258         * modules/mbspcasecmp-tests: New file.
17259         * tests/test-mbspcasecmp.sh: New file.
17260         * tests/test-mbspcasecmp.c: New file.
17261
17262         New module mbspcasecmp.
17263         * modules/mbspcasecmp: New file.
17264         * lib/mbspcasecmp.c: New file.
17265         * lib/string_.h (strncasecmp): Change warning message.
17266         (mbspcasecmp): New declaration.
17267         * m4/mbspcasecmp.m4: New file.
17268         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17269         GNULIB_MBSPCASECMP.
17270         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
17271         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
17272
17273 2007-02-14  Bruno Haible  <bruno@clisp.org>
17274
17275         * modules/mbsncasecmp-tests: New file.
17276         * tests/test-mbsncasecmp.sh: New file.
17277         * tests/test-mbsncasecmp.c: New file.
17278
17279         New module mbsncasecmp.
17280         * modules/mbsncasecmp: New file.
17281         * lib/mbsncasecmp.c: New file.
17282         * lib/string_.h (mbsncasecmp): New declaration.
17283         * m4/mbsncasecmp.m4: New file.
17284         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17285         GNULIB_MBSNCASECMP.
17286         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
17287         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
17288
17289 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
17290
17291         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
17292         Verify that it doesn't overlap with our flags.
17293         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
17294         do not have the desired effect in multibyte locales; instead, use
17295         mbscasecmp.
17296         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
17297         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
17298         we don't require GNU fnmatch ourselves (if our users require it, they
17299         should do so explicitly).
17300
17301         Fix regex code so it doesn't rely on strcasecmp.
17302         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
17303         Otherwise, include gnulib's langinfo.h.
17304         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
17305         undesirable behavior in non-C locales.  Instead, rely on localecharset.
17306         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
17307         * modules/regex (FILES): Remove m4/codeset.m4.
17308         (Depends-on): Add localcharset.  Remove strcase.
17309
17310 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17311
17312         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
17313         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
17314
17315 2007-02-13  Bruno Haible  <bruno@clisp.org>
17316
17317         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
17318         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17319
17320 2007-02-12  Bruno Haible  <bruno@clisp.org>
17321
17322         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
17323         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
17324         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
17325         time warning rather than a link error.
17326
17327 2007-02-12  Bruno Haible  <bruno@clisp.org>
17328
17329         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
17330         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
17331         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17332
17333 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
17334
17335         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
17336         args, not 2.
17337
17338 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
17339
17340         New module 'time', so that apps can include <time.h> as per
17341         POSIX and GNU instead of separate include files like time_r.h
17342         and timegm.h.  This implementation tries out a simpler approach
17343         for replacing decls in standard include files (as compared to
17344         the string module), somewhat as an experiment.
17345
17346         * config/srclist.txt: Comment out mktime.c for now.
17347         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
17348         since it doesn't apply any more.  Use generic wording instead.
17349         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
17350         'time'.
17351         * lib/time_.h, m4/time_h.m4, modules/time: New files.
17352         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
17353         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
17354         Don't include <sys/types.h>; no longer needed since we assume C89.
17355         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
17356         * lib/strftime.c: Likewise.
17357         * lib/time_r.c: Likewise.
17358         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
17359         * lib/nanosleep.c: Include <time.h> first, to check interface.
17360         * lib/strptime.c: Likewise.
17361         * lib/time_r.c: Likewise.
17362         * lib/timegm.c: Likewise.
17363         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
17364         needed.
17365         * lib/timegm.c: Don't include timegm.h; no longer needed.
17366         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
17367         time.h now handles any problems in that area.
17368         (struct timespec, nanosleep): Remove; time.h now arranges for these.
17369         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
17370         that time.h defines struct timespec.
17371         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
17372         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
17373         handles that.
17374         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
17375         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
17376         needed.  Set REPLACE_LOCALTIME.
17377         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
17378         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
17379         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
17380         nanosleep; time_h.m4 now does that.  Don't require
17381         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
17382         module handles this now.
17383         * modules/getdate (Depends-on): Remove timespec.  Add time.
17384         * modules/nanosleep (Depends-on): Likewise.
17385         * modules/stat-time (Depends-on): Likewise.
17386         * modules/nanosleep (Include): Include time.h, not timespec.h.
17387         * modules/strptime (Files): Remove lib/strptime.h.
17388         (Depends-on): Add extensions, time.
17389         (Include): Include time.h, not strptime.h.
17390         * modules/time_r (Files): Remove lib/time_r.h.
17391         (Depends-on): Add time.
17392         (Include): Include time.h, not time_r.h.
17393         * modules/timegm: Likewise.
17394         * modules/timespec (Description): Now does timespec-related decls
17395         of our own, instead of struct timespec itself.
17396         (Depends-on): Add time; remove extensions.
17397         (Maintainer): Add self.
17398         * modules/utimecmp (Depends-on): Add time; remove timespec.
17399         * modules/utimens (Depends-on): Likewise.
17400         * modules/xnanosleep (Depends-on): Likewise.
17401
17402 2007-02-11  Bruno Haible  <bruno@clisp.org>
17403
17404         * lib/c-strstr.c: Include allocsa.h.
17405         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
17406         * lib/c-strcasestr.c: Include allocsa.h.
17407         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
17408         * lib/strcasestr.c: Include allocsa.h.
17409         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
17410         * lib/mbsstr.c: Include allocsa.h.
17411         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
17412         allocsa/freesa instead of malloc/free.
17413         * lib/mbscasestr.c: Include allocsa.h.
17414         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
17415         allocsa/freesa instead of malloc/free.
17416         * modules/c-strstr (Depends-on): Add allocsa.
17417         * modules/c-strcasestr (Depends-on): Likewise.
17418         * modules/strcasestr (Depends-on): Likewise.
17419         * modules/mbsstr (Depends-on): Likewise.
17420         * modules/mbscasestr (Depends-on): Likewise.
17421
17422 2007-02-11  Bruno Haible  <bruno@clisp.org>
17423
17424         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
17425
17426         * modules/mbsspn-tests: New file.
17427         * tests/test-mbsspn.sh: New file.
17428         * tests/test-mbsspn.c: New file.
17429
17430 2007-02-11  Bruno Haible  <bruno@clisp.org>
17431
17432         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
17433
17434         * modules/mbspbrk-tests: New file.
17435         * tests/test-mbspbrk.sh: New file.
17436         * tests/test-mbspbrk.c: New file.
17437
17438 2007-02-11  Bruno Haible  <bruno@clisp.org>
17439
17440         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
17441         unneeded cast.
17442
17443         * modules/mbscspn-tests: New file.
17444         * tests/test-mbscspn.sh: New file.
17445         * tests/test-mbscspn.c: New file.
17446
17447 2007-02-11  Bruno Haible  <bruno@clisp.org>
17448
17449         * modules/mbscasecmp-tests: New file.
17450         * tests/test-mbscasecmp.sh: New file.
17451         * tests/test-mbscasecmp.c: New file.
17452
17453 2007-02-11  Bruno Haible  <bruno@clisp.org>
17454
17455         Ensure O(n) worst-case complexity of mbscasestr.
17456         * lib/mbscasestr.c: Include stdbool.h.
17457         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
17458         functions.
17459         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
17460         the bookkeeping indicates that it's worth it.
17461         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
17462
17463         * modules/mbscasestr-tests: New file.
17464         * tests/test-mbscasestr1.c: New file.
17465         * tests/test-mbscasestr2.sh: New file.
17466         * tests/test-mbscasestr2.c: New file.
17467         * tests/test-mbscasestr3.sh: New file.
17468         * tests/test-mbscasestr3.c: New file.
17469         * tests/test-mbscasestr4.sh: New file.
17470         * tests/test-mbscasestr4.c: New file.
17471         * m4/locale-tr.m4: New file.
17472
17473 2007-02-11  Bruno Haible  <bruno@clisp.org>
17474
17475         Ensure O(n) worst-case complexity of mbsstr.
17476         * lib/mbsstr.c: Include stdbool.h.
17477         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
17478         functions.
17479         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
17480         bookkeeping indicates that it's worth it.
17481         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
17482
17483         * modules/mbsstr-tests: New file.
17484         * tests/test-mbsstr1.c: New file.
17485         * tests/test-mbsstr2.sh: New file.
17486         * tests/test-mbsstr2.c: New file.
17487         * tests/test-mbsstr3.sh: New file.
17488         * tests/test-mbsstr3.c: New file.
17489         * m4/locale-fr.m4: New file.
17490
17491 2007-02-11  Bruno Haible  <bruno@clisp.org>
17492
17493         * lib/mbsrchr.c (mbsrchr): Fix bug.
17494
17495         * modules/mbsrchr-tests: New file.
17496         * tests/test-mbsrchr.sh: New file.
17497         * tests/test-mbsrchr.c: New file.
17498
17499 2007-02-11  Bruno Haible  <bruno@clisp.org>
17500
17501         * lib/mbschr.c (mbschr): Fix bug.
17502
17503         * modules/mbschr-tests: New file.
17504         * tests/test-mbschr.sh: New file.
17505         * tests/test-mbschr.c: New file.
17506         * m4/locale-zh.m4: New file.
17507
17508 2007-02-11  Bruno Haible  <bruno@clisp.org>
17509
17510         Support for copying multibyte string iterators.
17511         * lib/mbiter.h: Include <string.h>.
17512         (mbiter_multi_copy): New function.
17513         (mbi_copy): New macro.
17514         * lib/mbuiter.h: Include <string.h>.
17515         (mbuiter_multi_copy): New function.
17516         (mbui_copy): New macro.
17517
17518 2007-02-11  Bruno Haible  <bruno@clisp.org>
17519
17520         New module mbslen.
17521         * modules/mbslen: New file.
17522         * lib/mbslen.c: New file.
17523         * lib/string_.h (mbslen): New declaration.
17524         * m4/mbslen.m4: New file.
17525         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17526         GNULIB_MBSLEN.
17527         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
17528         * MODULES.html.sh (Internationalization functions): Add mbslen.
17529
17530 2007-02-11  Bruno Haible  <bruno@clisp.org>
17531
17532         Ensure O(n) worst-case complexity of strcasestr substitute.
17533         * lib/strcasestr.c: Include stdbool.h.
17534         (knuth_morris_pratt): New function.
17535         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
17536         bookkeeping indicates that it's worth it.
17537         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
17538
17539         * modules/strcasestr-tests: New file.
17540         * tests/test-strcasestr.c: New file.
17541
17542 2007-02-11  Bruno Haible  <bruno@clisp.org>
17543
17544         Ensure O(n) worst-case complexity of c_strcasestr.
17545         * lib/c-strcasestr.c: Include stdbool.h, string.h.
17546         (knuth_morris_pratt): New function.
17547         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
17548         the bookkeeping indicates that it's worth it.
17549         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
17550
17551         * modules/c-strcasestr-tests: New file.
17552         * tests/test-c-strcasestr.c: New file.
17553
17554 2007-02-11  Bruno Haible  <bruno@clisp.org>
17555
17556         Ensure O(n) worst-case complexity of c_strstr.
17557         * lib/c-strstr.c: Include stdbool.h, string.h.
17558         (knuth_morris_pratt): New function.
17559         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
17560         bookkeeping indicates that it's worth it.
17561         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
17562
17563         * lib/c-strstr.c: Complete rewrite for maintainability.
17564
17565         * modules/c-strstr-tests: New file.
17566         * tests/test-c-strstr.c: New file.
17567
17568 2007-02-11  Bruno Haible  <bruno@clisp.org>
17569
17570         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
17571         5.2.1 and earlier, whereby \055 was treated just like the range
17572         delimiter '-'.
17573         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
17574
17575 2007-02-08  Bruno Haible  <bruno@clisp.org>
17576
17577         * modules/regex (Depends-on): Add stdbool.
17578         Reported by Dalibor Topic <robilad@kaffe.org>.
17579
17580 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
17581
17582         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
17583         Prefer returning from main to exiting from it.
17584         Remove unnecessary parens after sizeof.
17585
17586 2007-02-05  Bruno Haible  <bruno@clisp.org>
17587
17588         New module mbssep.
17589         * modules/mbssep: New file.
17590         * lib/mbssep.c: New file.
17591         * lib/string_.h (strsep): Add a conditional link warning.
17592         (mbssep): New declaration.
17593         * m4/mbssep.m4: New file.
17594         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17595         GNULIB_MBSSEP.
17596         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
17597         * MODULES.html.sh (Internationalization functions): Add mbssep.
17598
17599 2007-02-05  Bruno Haible  <bruno@clisp.org>
17600
17601         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
17602         Optimize search in case of 1 delimiter.
17603
17604 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
17605
17606         * lib/acl.h: Include sys/types.h before sys/acl.h.
17607
17608 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
17609
17610         Merge upstream fix for glibc bugzilla #3957:
17611
17612         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
17613
17614         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
17615         bit for RE_HAT_LISTS_NOT_NEWLINE.
17616         (build_charclass_op): Remove bogus comment.
17617
17618 2007-02-05  Simon Josefsson  <simon@josefsson.org>
17619
17620         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
17621
17622 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
17623
17624         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
17625         * lib/memmem.c [!defined _LIBC]: Include config.h.
17626
17627 2007-02-04  Bruno Haible  <bruno@clisp.org>
17628
17629         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
17630         warning message.
17631
17632 2007-02-04  Bruno Haible  <bruno@clisp.org>
17633
17634         New module mbstok_r.
17635         * modules/mbstok_r: New file.
17636         * lib/mbstok_r.c: New file.
17637         * lib/string_.h (strtok_r): Change argument names to match the
17638         comments. Add a conditional link warning.
17639         (mbstok_r): New declaration.
17640         * m4/mbstok_r.m4: New file.
17641         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17642         GNULIB_MBSTOK_R.
17643         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
17644         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
17645
17646 2007-02-04  Bruno Haible  <bruno@clisp.org>
17647
17648         New module mbsspn.
17649         * modules/mbsspn: New file.
17650         * lib/mbsspn.c: New file.
17651         * lib/string_.h (strspn): Add a conditional link warning.
17652         (mbsspn): New declaration.
17653         * m4/mbsspn.m4: New file.
17654         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17655         GNULIB_MBSSPN.
17656         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
17657         * MODULES.html.sh (Internationalization functions): Add mbsspn.
17658
17659 2007-02-04  Bruno Haible  <bruno@clisp.org>
17660
17661         New module mbspbrk.
17662         * modules/mbspbrk: New file.
17663         * lib/mbspbrk.c: New file.
17664         * lib/string_.h (strpbrk): Add a conditional link warning.
17665         (mbspbrk): New declaration.
17666         * m4/mbspbrk.m4: New file.
17667         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17668         GNULIB_MBSPBRK.
17669         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
17670         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
17671
17672 2007-02-04  Bruno Haible  <bruno@clisp.org>
17673
17674         New module mbscspn.
17675         * modules/mbscspn: New file.
17676         * lib/mbscspn.c: New file.
17677         * lib/string_.h (strcspn): Add a conditional link warning.
17678         (mbscspn): New declaration.
17679         * m4/mbscspn.m4: New file.
17680         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17681         GNULIB_MBSCSPN.
17682         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
17683         * MODULES.html.sh (Internationalization functions): Add mbscspn.
17684
17685 2007-02-04  Bruno Haible  <bruno@clisp.org>
17686
17687         New module mbscasestr, reduced goal of strcasestr.
17688         * modules/mbscasestr: New file.
17689         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
17690         (mbscasestr): Renamed from strcasestr.
17691         * lib/strcasestr.c: Don't include mbuiter.h.
17692         (strcasestr): Remove support for multibyte locales.
17693         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
17694         Change the conditional link warning.
17695         (mbscasestr): New declaration.
17696         * m4/mbscasestr.m4: New file.
17697         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
17698         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
17699         REPLACE_STRCASESTR.
17700         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
17701         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
17702         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
17703         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
17704         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
17705         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
17706         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
17707         (Depends-on): Remove mbuiter.
17708         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
17709
17710 2007-02-04  Bruno Haible  <bruno@clisp.org>
17711
17712         Simplify handling of strncasecmp.
17713         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
17714         the conditional link warning.
17715         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
17716         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
17717         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
17718         * modules/strcase (configure.ac): Don't invoke
17719         gl_STRING_MODULE_INDICATOR.
17720         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
17721
17722 2007-02-04  Bruno Haible  <bruno@clisp.org>
17723
17724         New module mbscasecmp, reduced goal of strcasecmp.
17725         * modules/mbscasecmp: New file.
17726         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
17727         (mbscasecmp): Renamed from strcasecmp.
17728         * lib/strcasecmp.c: Don't include mbuiter.h.
17729         (strcasecmp): Remove support for multibyte locales.
17730         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
17731         Change the conditional link warning.
17732         (mbscasecmp): New declaration.
17733         * m4/mbscasecmp.m4: New file.
17734         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
17735         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
17736         REPLACE_STRCASECMP.
17737         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
17738         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17739         GNULIB_MBSCASECMP.
17740         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
17741         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
17742         * modules/strcase (Files): Remove m4/mbrtowc.m4.
17743         (Depends-on): Remove mbuiter.
17744         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
17745
17746 2007-02-04  Bruno Haible  <bruno@clisp.org>
17747
17748         New module mbsstr. Remove module strstr.
17749         * modules/mbsstr: New file.
17750         * modules/strstr: Remove file.
17751         * lib/mbsstr.c: Renamed from lib/strstr.c.
17752         (mbsstr): Renamed from strstr.
17753         * lib/string_.h (strstr): Remove declaration. Change the conditional
17754         link warning.
17755         (mbsstr): New declaration.
17756         * m4/mbsstr.m4: New file.
17757         * m4/strstr.m4: Remove file.
17758         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
17759         REPLACE_STRSTR.
17760         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
17761         Don't initialize GNULIB_STRSTR.
17762         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
17763         substitute GNULIB_STRSTR and REPLACE_STRSTR.
17764         * MODULES.html.sh (Internationalization functions): Add mbsstr.
17765         (Support for systems lacking ANSI C 89): Remove strstr.
17766
17767 2007-02-04  Bruno Haible  <bruno@clisp.org>
17768
17769         New module mbsrchr.
17770         * modules/mbsrchr: New file.
17771         * lib/mbsrchr.c: New file.
17772         * lib/string_.h (strrchr): Add a conditional link warning.
17773         (mbsrchr): New declaration.
17774         * m4/mbsrchr.m4: New file.
17775         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17776         GNULIB_MBSRCHR.
17777         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
17778         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
17779
17780 2007-02-04  Bruno Haible  <bruno@clisp.org>
17781
17782         New module mbschr.
17783         * modules/mbschr: New file.
17784         * lib/mbschr.c: New file.
17785         * lib/string_.h (strchr): Add a conditional link warning.
17786         (mbschr): New declaration.
17787         * m4/mbschr.m4: New file.
17788         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
17789         GNULIB_MBSCHR.
17790         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
17791         * MODULES.html.sh (Internationalization functions): Add mbschr.
17792
17793 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
17794
17795         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
17796
17797         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
17798
17799 2007-02-04  Bruno Haible  <bruno@clisp.org>
17800
17801         New module description section 'configure.ac-early'.
17802         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
17803         (func_get_autoconf_early_snippet): New function.
17804         (func_import, func_create_testdir): Use it. Remove special cases for
17805         modules 'extensions' and 'lock'.
17806         * modules/extensions (configure.ac-early): Require
17807         gl_USE_SYSTEM_EXTENSIONS.
17808         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
17809
17810 2007-02-04  Bruno Haible  <bruno@clisp.org>
17811
17812         Make use of gcj-4.3's -fsource and -ftarget option.
17813         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
17814         and if so try the options -fsource and -ftarget.
17815         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
17816         source_version, ftarget_option, target_version arguments.
17817         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
17818         (is_envjavac_oldgcj_14_14_usable): Renamed from
17819         is_envjavac_gcj_14_14_usable.
17820         (is_envjavac_oldgcj_14_13_usable): Renamed from
17821         is_envjavac_gcj_14_13_usable.
17822         (is_gcj_present): Update.
17823         (is_gcj_43, is_gcj43_usable): New functions.
17824         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
17825         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
17826         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
17827         try the options -fsource and -ftarget.
17828
17829 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17830
17831         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
17832         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
17833         larger value.
17834
17835 2007-02-03  Jim Meyering  <jim@meyering.net>
17836
17837         Give tools a better chance to allocate space for very large buffers.
17838         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
17839
17840         Make pwd and readlink work also when run with an unreadable parent dir
17841         on systems with openat support.
17842         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
17843         provided getcwd function, even when we have openat support.
17844         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
17845
17846 2007-02-02  Bruno Haible  <bruno@clisp.org>
17847
17848         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
17849         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
17850         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
17851         portability problems if one of these functions is only used on specific
17852         platforms.
17853         Reported by Paul Eggert.
17854
17855 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
17856
17857         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
17858         is causing more trouble than it's curing.
17859         * lib/regex_internal.h (__mempcpy): Remove.
17860         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
17861         (and make the code a tad smaller to boot).
17862         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
17863
17864 2007-02-02  Jim Meyering  <jim@meyering.net>
17865
17866         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
17867         section, not in the Makefile.am: one.
17868
17869 2007-02-02  Eric Blake  <ebb9@byu.net>
17870
17871         * lib/strchrnul.c: Always include config.h first.
17872
17873         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
17874         gnulib strstr is not necessary here.
17875
17876 2007-02-02  Simon Josefsson  <simon@josefsson.org>
17877
17878         * m4/socklen.m4: Fix typo.
17879
17880 2007-02-02  Eric Blake  <ebb9@byu.net>
17881
17882         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
17883         * modules/netinet_in (Makefile.am): Likewise.
17884
17885 2007-02-01  Bruno Haible  <bruno@clisp.org>
17886
17887         * lib/string_.h (GL_LINK_WARNING): New macro.
17888         (strcasecmp, strstr, strcasestr): If provided by the system,
17889         conditionally define as a macro that leads to a warning instead of to
17890         an error.
17891         (strncasecmp): Conditionally define as a macro that leads to a warning.
17892
17893 2007-02-01  Karl Berry  <karl@gnu.org>
17894
17895         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
17896
17897 2007-02-01  Bruno Haible  <bruno@clisp.org>
17898
17899         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
17900         renamings.
17901
17902 2007-02-01  Eric Blake  <ebb9@byu.net>
17903
17904         * modules/regex (Depends-on): Revert dependence on mempcpy.
17905         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
17906         module's definition of mempcpy.
17907         Reported by Paul Eggert.
17908
17909 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
17910
17911         * lib/string_.h: If the gnulib module XYZ is not present, undefine
17912         the symbol XYZ before redefining it.  This fixes a problem with
17913         programs that don't use XYZ, when compiled on systems that define
17914         XYZ to something else.
17915
17916 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
17917
17918         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
17919         occurs when "mkdir -m foo" creates a setgid directory that is (1)
17920         writeable to group or other and (2) is intended to have a special
17921         mode bit that is set or cleared.  In such a case, the directory
17922         should be neither group- nor other-writeable until the special
17923         mode bits are right.
17924
17925 2007-01-31  Eric Blake  <ebb9@byu.net>
17926
17927         * modules/mountlist (Depends-on): Add strstr.
17928
17929         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
17930         bug.
17931         * modules/string (Makefile.am): Remove redundant replacement.
17932         * modules/regex (Depends-on): Add mempcpy.
17933
17934 2007-01-31  Bruno Haible  <bruno@clisp.org>
17935
17936         New module description field 'Link'.
17937         * gnulib-tool (func_usage): Document --extract-link-directive.
17938         (sed_extract_prog): Recognize 'Link' directive.
17939         (func_get_link_directive): New function.
17940         (func_import): Show summary of link directives.
17941         Handle --extract-link-directive option.
17942         * modules/acl (Link): New section.
17943         * modules/clock-time (Link): New section.
17944         * modules/euidaccess (Link): New section.
17945         * modules/gettext (Link): New section.
17946         * modules/iconv (Link): New section.
17947         * modules/lock (Link): New section.
17948         * modules/nanosleep (Link): New section.
17949         * modules/readline (Link): New section.
17950
17951 2007-01-27  Bruno Haible  <bruno@clisp.org>
17952
17953         Enforce the use of gnulib modules for unportable <string.h> functions.
17954         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
17955         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
17956         (gl_HEADER_STRING_H_BODY): Require it.
17957         * lib/string_.h: If the gnulib module XYZ is not present, redefine
17958         the symbol XYZ to one that gives a link error.
17959         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
17960         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
17961         * modules/mempcpy (configure.ac): Likewise.
17962         * modules/memrchr (configure.ac): Likewise.
17963         * modules/stpcpy (configure.ac): Likewise.
17964         * modules/stpncpy (configure.ac): Likewise.
17965         * modules/strcase (configure.ac): Likewise.
17966         * modules/strcasestr (configure.ac): Likewise.
17967         * modules/strchrnul (configure.ac): Likewise.
17968         * modules/strdup (configure.ac): Likewise.
17969         * modules/strndup (configure.ac): Likewise.
17970         * modules/strnlen (configure.ac): Likewise.
17971         * modules/strpbrk (configure.ac): Likewise.
17972         * modules/strsep (configure.ac): Likewise.
17973         * modules/strstr (configure.ac): Likewise.
17974         * modules/strtok_r (configure.ac): Likewise.
17975
17976 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
17977
17978         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
17979
17980 2007-01-30  Jim Meyering  <jim@meyering.net>
17981
17982         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
17983
17984 2007-01-29  Bruno Haible  <bruno@clisp.org>
17985
17986         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
17987         * lib/execute.c: Likewise.
17988         * lib/pipe.c: Likewise.
17989         * lib/printf-args.h: Likewise.
17990         * lib/printf-args.c: Likewise.
17991         * lib/printf-parse.c: Likewise.
17992         * lib/vasnprintf.c: Likewise.
17993
17994 2007-01-29  Eric Blake  <ebb9@byu.net>
17995
17996         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
17997         declaration.
17998
17999 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
18000
18001         * lib/strptime.h (strptime): Use 'restrict' for args where
18002         POSIX requires this.
18003         * lib/strptime.c (strptime): Likewise.
18004         Change license notice from LGPL to GPL, since gnulib-tool will
18005         change this as needed.
18006         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
18007         defined.
18008         Include "strptime.h" first, to check interface.
18009         Do not #undef _LIBC and _NL_CURRENT.
18010         Do not include <stdlib.h>; no longer needed.
18011         Include "time_r.h" and declare ptime_locale_status
18012         only if _LIBC is not defined.
18013         (__P): Remove unused macro.
18014         (match_string): Bring back glibc version, but use it only if _LIBC
18015         is defined.
18016         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
18017         Remove unnecessary assertion and abort() call.
18018         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
18019         * m4/strptime.m4: Fix serial number comment.
18020         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
18021         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
18022         (Depends-on): Add time_r.
18023
18024 2007-01-29  Bruno Haible  <bruno@clisp.org>
18025
18026         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18027         strptime.
18028         * modules/strptime (Depends-on): Add stdbool.
18029         * lib/strptime.h: Include <time.h> always. Add comments.
18030
18031 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18032
18033         * modules/strptime: New file.
18034         * lib/strptime.h: New file.
18035         * lib/strptime.c: New file.
18036         * m4/strptime.m4: New file.
18037
18038 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
18039
18040         * MODULES.html.sh: New module mpsort.
18041         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
18042
18043         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
18044         a circularity problem with HP-UX ia64 reported by Bob Proulx in
18045         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
18046         All uses changed.
18047         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
18048         All uses changed.
18049         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
18050         to _Restrict_.
18051         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
18052         the parameter matches the prototype.
18053
18054 2007-01-28  Jim Meyering  <jim@meyering.net>
18055
18056         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
18057         sys/time.h here, reverting that part of the previous patch:
18058         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
18059
18060 2007-01-28  Bruno Haible  <bruno@clisp.org>
18061
18062         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
18063         value of $(SYS_TIME_H).
18064         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
18065         remove it conditionally, too. [added by Jim Meyering]
18066         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
18067         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
18068         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
18069         GETTIMEOFDAY_REPLACEMENT to 1.
18070
18071 2007-01-28  Bruno Haible  <bruno@clisp.org>
18072
18073         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
18074         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
18075         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
18076         Set UNISTD_H instead of UNISTD_H2.
18077         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
18078
18079 2007-01-28  Bruno Haible  <bruno@clisp.org>
18080
18081         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
18082         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
18083
18084 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18085
18086         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
18087         (func_create_testdir): Ensure C locale for `grep' and `tr'
18088         character ranges.
18089         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
18090         ACLOCAL_AMFLAGS parsing state machine.
18091
18092 2007-01-27  Bruno Haible  <bruno@clisp.org>
18093
18094         * modules/unistr/base: Update.
18095
18096 2007-01-27  Bruno Haible  <bruno@clisp.org>
18097
18098         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
18099         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
18100         * modules/unistr/u32-mbtouc-unsafe: Renamed from
18101         modules/unistr/u32-mbtouc.
18102         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
18103         * lib/unistr.h: Update.
18104         * lib/linebreak.c: Update.
18105         * modules/unistr/u32-mbtouc: Renamed from
18106         modules/unistr/u32-mbtouc-safe.
18107         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
18108         * lib/unistr.h: Update.
18109         * lib/unistr/u32-to-u8.c: Update.
18110         * lib/unistr/u32-to-u16.c: Update.
18111
18112 2007-01-27  Bruno Haible  <bruno@clisp.org>
18113
18114         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
18115         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
18116         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
18117         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
18118         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
18119         * modules/unistr/u16-mbtouc-unsafe: Renamed from
18120         modules/unistr/u16-mbtouc.
18121         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
18122         * lib/unistr.h: Update.
18123         * lib/linebreak.c: Update.
18124         * modules/linebreak: Update.
18125         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
18126         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
18127         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
18128         * modules/unistr/u16-mbtouc: Renamed from
18129         modules/unistr/u16-mbtouc-safe.
18130         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
18131         * lib/unistr.h: Update.
18132         * lib/unistr/u16-to-u8.c: Update.
18133         * modules/unistr/u16-to-u8: Update.
18134         * lib/unistr/u16-to-u32.c: Update.
18135         * modules/unistr/u16-to-u32: Update.
18136
18137 2007-01-27  Bruno Haible  <bruno@clisp.org>
18138
18139         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
18140         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
18141         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
18142         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
18143         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
18144         * modules/unistr/u8-mbtouc-unsafe: Renamed from
18145         modules/unistr/u8-mbtouc.
18146         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
18147         * lib/unistr.h: Update.
18148         * lib/striconveh.c: Update.
18149         * modules/striconveh: Update.
18150         * lib/linebreak.c: Update.
18151         * modules/linebreak: Update.
18152         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
18153         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
18154         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
18155         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
18156         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
18157         * lib/unistr.h: Update.
18158         * lib/striconveh.c: Update.
18159         * modules/striconveh: Update.
18160         * lib/unistr/u8-to-u16.c: Update.
18161         * modules/unistr/u8-to-u16: Update.
18162         * lib/unistr/u8-to-u32.c: Update.
18163         * modules/unistr/u8-to-u32: Update.
18164
18165 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18166
18167         Sync from Libtool.
18168         * lib/argz.c: Do not include strings.h nor memory.h, include
18169         string.h unconditionally.  Patch by Simon Josefsson.
18170
18171 2007-01-27  Bruno Haible  <bruno@clisp.org>
18172
18173         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
18174         from gl_HEADER_STRING_H_BODY.
18175         (gl_HEADER_STRING_H_BODY): Require it.
18176         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
18177         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
18178         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
18179         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
18180         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
18181         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
18182         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
18183         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
18184         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
18185         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
18186         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
18187         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
18188         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
18189         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
18190         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
18191
18192 2007-01-27  Bruno Haible  <bruno@clisp.org>
18193
18194         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
18195         check_PROGRAMS into noinst_PROGRAMS.
18196         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
18197         check_PROGRAMS in this case.
18198         (func_import): Set for_test to false.
18199         (func_create_testdir): Set for_test to true.
18200
18201 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
18202             Bruno Haible  <bruno@clisp.org>
18203
18204         * modules/strcasestr (Files): Remove lib/strcasestr.h.
18205         (Depends-on): Add string.
18206         (Includes): Use <string.h> instead of strcasestr.h.
18207         * modules/string (Makefile.am): Also substitute the value of
18208         REPLACE_STRCASESTR.
18209         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
18210         assume strcasestr is declared in <string.h> not <strings.h>. Also
18211         set REPLACE_STRCASESTR.
18212         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
18213         REPLACE_STRCASESTR.
18214         * lib/strcasestr.h: Remove file.
18215         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
18216         * lib/string_.h (strcasestr): New declaration.
18217
18218 2007-01-27  Bruno Haible  <bruno@clisp.org>
18219
18220         * lib/string_.h: Use 'extern'.
18221
18222 2007-01-27  Jim Meyering  <jim@meyering.net>
18223
18224         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
18225         of set-but-not-used local, "q".
18226
18227         * lib/mempcpy.c: Include <config.h> before <string.h>.
18228         This fixes a compilation error on HP-UX, due to the system's
18229         "restrict"-using mempcpy prototype.
18230
18231 2007-01-26  Bruno Haible  <bruno@clisp.org>
18232
18233         Small optimization.
18234         * lib/javacomp.c: Include c-strstr.h.
18235          (is_envjavac_gcj): Use c_strstr instead of strstr.
18236         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
18237
18238 2007-01-26  Bruno Haible  <bruno@clisp.org>
18239
18240         * MODULES.html.sh (Unicode string functions): Add the new modules.
18241
18242         * modules/uniconv/u32-strconv-to-locale: New file.
18243         * lib/uniconv/u32-strconv-to-locale.c: New file.
18244
18245         * modules/uniconv/u16-strconv-to-locale: New file.
18246         * lib/uniconv/u16-strconv-to-locale.c: New file.
18247
18248         * modules/uniconv/u8-strconv-to-locale: New file.
18249         * lib/uniconv/u8-strconv-to-locale.c: New file.
18250
18251         * modules/uniconv/u32-strconv-from-locale: New file.
18252         * lib/uniconv/u32-strconv-from-locale.c: New file.
18253
18254         * modules/uniconv/u16-strconv-from-locale: New file.
18255         * lib/uniconv/u16-strconv-from-locale.c: New file.
18256
18257         * modules/uniconv/u8-strconv-from-locale: New file.
18258         * lib/uniconv/u8-strconv-from-locale.c: New file.
18259
18260         * modules/uniconv/u32-strconv-to-enc: New file.
18261         * lib/uniconv/u32-strconv-to-enc.c: New file.
18262         * modules/uniconv/u32-strconv-to-enc-tests: New file.
18263         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
18264
18265         * modules/uniconv/u16-strconv-to-enc: New file.
18266         * lib/uniconv/u16-strconv-to-enc.c: New file.
18267         * lib/uniconv/u-strconv-to-enc.h: New file.
18268         * modules/uniconv/u16-strconv-to-enc-tests: New file.
18269         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
18270
18271         * modules/uniconv/u8-strconv-to-enc: New file.
18272         * lib/uniconv/u8-strconv-to-enc.c: New file.
18273         * modules/uniconv/u8-strconv-to-enc-tests: New file.
18274         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
18275
18276         * modules/uniconv/u32-strconv-from-enc: New file.
18277         * lib/uniconv/u32-strconv-from-enc.c: New file.
18278         * modules/uniconv/u32-strconv-from-enc-tests: New file.
18279         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
18280
18281         * modules/uniconv/u16-strconv-from-enc: New file.
18282         * lib/uniconv/u16-strconv-from-enc.c: New file.
18283         * modules/uniconv/u16-strconv-from-enc-tests: New file.
18284         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
18285
18286         * modules/uniconv/u8-strconv-from-enc: New file.
18287         * lib/uniconv/u8-strconv-from-enc.c: New file.
18288         * lib/uniconv/u-strconv-from-enc.h: New file.
18289         * modules/uniconv/u8-strconv-from-enc-tests: New file.
18290         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
18291
18292         * modules/uniconv/u32-conv-from-enc: New file.
18293         * lib/uniconv/u32-conv-from-enc.c: New file.
18294         * modules/uniconv/u32-conv-from-enc-tests: New file.
18295         * tests/uniconv/test-u32-conv-from-enc.c: New file.
18296
18297         * modules/uniconv/u16-conv-from-enc: New file.
18298         * lib/uniconv/u16-conv-from-enc.c: New file.
18299         * lib/uniconv/u-conv-from-enc.h: New file.
18300         * modules/uniconv/u16-conv-from-enc-tests: New file.
18301         * tests/uniconv/test-u16-conv-from-enc.c: New file.
18302
18303         * modules/uniconv/u8-conv-from-enc: New file.
18304         * lib/uniconv/u8-conv-from-enc.c: New file.
18305         * modules/uniconv/u8-conv-from-enc-tests: New file.
18306         * tests/uniconv/test-u8-conv-from-enc.c: New file.
18307
18308         * modules/uniconv/base: New file.
18309         * lib/uniconv.h: New file.
18310
18311 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
18312
18313         * doc/gnulib-tool.texi (Initial import): Update to match current
18314         behavior with strdup module.
18315         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
18316         * lib/memmem.h: Remove; all uses removed.  This is now done
18317         by <string.h>.
18318         * lib/mempcpy.h: Likewise.
18319         * lib/memrchr.h: Likewise.
18320         * lib/stpcpy.h: Likewise.
18321         * lib/stpncpy.h: Likewise.
18322         * lib/strcase.h: Likewise.
18323         * lib/strchrnul.h: Likewise.
18324         * lib/strdup.h: Likewise.
18325         * lib/strndup.h: Likewise.
18326         * lib/strnlen.h: Likewise.
18327         * lib/strpbrk.h: Likewise.
18328         * lib/strsep.h: Likewise.
18329         * lib/strstr.h: Likewise.
18330         * lib/strtok_r.h: Likewise.
18331         * lib/string_.h: New file.
18332         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
18333         Rely on <string.h> instead.
18334         * lib/canon-host.c: Likewise.
18335         * lib/chdir-long.c: Likewise.
18336         * lib/concatpath.c: Likewise.
18337         * lib/exclude.c: Likewise.
18338         * lib/fchdir.c: Likewise.
18339         * lib/getaddrinfo.c: Likewise.
18340         * lib/getcwd.c: Likewise.
18341         * lib/getsubopt.c: Likewise.
18342         * lib/glob.c: Likewise.
18343         * lib/hard-locale.c: Likewise.
18344         * lib/iconvme.c: Likewise.
18345         * lib/javacomp.c: Likewise.
18346         * lib/mempcpy.c: Likewise.
18347         * lib/memrchr.c: Likewise.
18348         * lib/regex_internal.h: Likewise.
18349         * lib/stpncpy.c: Likewise.
18350         * lib/strcasecmp.c: Likewise.
18351         * lib/strchrnul.c: Likewise.
18352         * lib/strdup.c: Likewise.
18353         * lib/striconv.c: Likewise.
18354         * lib/striconveh.c: Likewise.
18355         * lib/striconveha.c: Likewise.
18356         * lib/strncasecmp.c: Likewise.
18357         * lib/strndup.c: Likewise.
18358         * lib/strnlen.c: Likewise.
18359         * lib/strsep.c: Likewise.
18360         * lib/strstr.c: Likewise.
18361         * lib/strtok_r.c: Likewise.
18362         * lib/userspec.c: Likewise.
18363         * lib/w32spawn.h: Likewise.
18364         * lib/xstrndup.c: Likewise.
18365         * lib/mountlist.c (strstr): Remove decl.
18366         * m4/string_h.m4: New file.
18367         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
18368         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
18369         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
18370         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
18371         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
18372         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
18373         Set REPLACE_STRCASECMP if necessary.
18374         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
18375         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
18376         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
18377         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
18378         HAVE_DECL_STRDUP if necessary.
18379         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
18380         since gl_FUNC_STRNDUP does that now.
18381         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
18382         Check for decl here...
18383         (gl_PREREQ_STRNLEN): ... not here.
18384         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
18385         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
18386         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
18387         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
18388         necessary.
18389         * modules/string: New file.
18390         * modules/memmem (Files): Remove special-purpose include file.
18391         (Depends-on): Add string.
18392         (Include): Include <string.h>, not the removed file.
18393         * modules/mempcpy: Likewise.
18394         * modules/memrchr: Likewise.
18395         * modules/stpcpy: Likewise.
18396         * modules/stpncpy: Likewise.
18397         * modules/strcase: Likewise.
18398         * modules/strchrnul: Likewise.
18399         * modules/strdup: Likewise.
18400         * modules/strndup: Likewise.
18401         * modules/strnlen: Likewise.
18402         * modules/strpbrk: Likewise.
18403         * modules/strsep: Likewise.
18404         * modules/strstr: Likewise.
18405         * modules/strtok_r: Likewise.
18406         * tests/test-dirname.c: Don't include "strdup.h", since
18407         <string.h> now suffices.
18408         * tests/test-memmem.c: Don't include "memmem.h", since
18409         <string.h> now suffices.
18410
18411 2007-01-25  Bruno Haible  <bruno@clisp.org>
18412
18413         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
18414         *resultp is 0.
18415
18416         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
18417         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
18418         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
18419         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
18420
18421         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
18422         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
18423         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
18424         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
18425         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
18426         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
18427
18428 2007-01-24  Bruno Haible  <bruno@clisp.org>
18429
18430         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
18431         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
18432         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
18433         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
18434         gl_FUNC_FTS_CORE.
18435         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
18436         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
18437         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
18438         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
18439         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
18440         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
18441         gl_FUNC_FCHOWNAT.
18442         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
18443         gl_FUNC_STRFTIME.
18444         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
18445         Reported by Ralf Wildenhues.
18446
18447 2007-01-24  Bruno Haible  <bruno@clisp.org>
18448
18449         Drop AC_REQUIRE calls that are redundant with the module dependencies.
18450         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
18451         gl_GETADDRINFO.
18452         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
18453         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
18454         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
18455
18456 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
18457
18458         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
18459         Don't use 'exit'; just return from 'main'.
18460         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
18461
18462         * lib/fnmatch_.h: Readjust white space and comments to match
18463         glibc, to avoid spurious diffs.
18464
18465 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18466
18467         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
18468         2004-12-01 change by Jakub Jelinek, since this code won't compile
18469         if !LIBC.  Problem reported by Bob Proulx.
18470
18471 2007-01-23  Bruno Haible  <bruno@clisp.org>
18472
18473         * lib/striconveh.c: Include c-strcaseeq.h.
18474         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
18475         * modules/striconveh (Depends-on): Add c-strcaseeq.
18476
18477 2007-01-23  Bruno Haible  <bruno@clisp.org>
18478
18479         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
18480
18481         * modules/c-strcaseeq: New file.
18482         * lib/c-strcaseeq.h: New file.
18483
18484         * modules/streq: New file.
18485         * lib/streq.h: New file.
18486
18487 2007-01-23  Bruno Haible  <bruno@clisp.org>
18488
18489         * modules/striconveha-tests: New file.
18490         * tests/test-striconveha.c: New file.
18491
18492         * lib/striconveha.h: Include <stdbool.h>.
18493         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
18494         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
18495         (mem_iconveha_notranslit): Renamed from mem_iconveha.
18496         (mem_iconveha): New function.
18497         (str_iconveha_notranslit): Renamed from str_iconveha.
18498         (str_iconveha): New function.
18499         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
18500         c-strcase.
18501
18502 2007-01-23  Bruno Haible  <bruno@clisp.org>
18503
18504         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
18505         encodings without forgiving before trying any encoding with handler.
18506         (str_iconveha): Try all encodings without forgiving before trying any
18507         encoding with handler.
18508
18509 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
18510
18511         Import the following changes from libc.
18512
18513         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
18514
18515         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
18516
18517         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
18518
18519         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
18520         normal_bracket label.
18521
18522         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
18523
18524         [BZ #361]
18525         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
18526         to normal_bracket after fetching the next character.
18527
18528 2007-01-22  Bruno Haible  <bruno@clisp.org>
18529
18530         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
18531         argument.
18532         * lib/striconveh.c (iconv_carefully_1): New function.
18533         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
18534         argument.
18535         (str_cd_iconveh): Update.
18536         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
18537         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
18538         * tests/test-striconveh.c (MAGIC): New macro.
18539         (new_offsets): New function.
18540         (main): Test call with and without offsets.
18541
18542 2007-01-22  Bruno Haible  <bruno@clisp.org>
18543
18544         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
18545         * modules/sys_select (Makefile.am): Likewise.
18546         * modules/sys_socket (Makefile.am): Likewise.
18547         * modules/sys_time (Makefile.am): Likewise.
18548
18549 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
18550
18551         * modules/gettimeofday (License): Change from GPL to LGPL, since
18552         gettimeofday is a library function.
18553
18554 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18555
18556         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
18557
18558 2007-01-21  Bruno Haible  <bruno@clisp.org>
18559
18560         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
18561
18562 2007-01-21  Bruno Haible  <bruno@clisp.org>
18563
18564         * modules/striconveha: New file.
18565         * lib/striconveha.h: New file.
18566         * lib/striconveha.c: New file.
18567         * MODULES.html.sh (Internationalization functions): Add striconveha.
18568         * lib/striconv.c (str_iconv): Optimize the case of an empty input
18569         string.
18570         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
18571
18572 2007-01-21  Bruno Haible  <bruno@clisp.org>
18573
18574         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
18575         * lib/striconveh.c (str_iconveh): Likewise.
18576
18577 2007-01-21  Bruno Haible  <bruno@clisp.org>
18578
18579         * lib/striconveh.h (mem_iconveh): New declaration.
18580         * lib/striconveh.c (mem_iconveh): New function.
18581         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
18582
18583 2007-01-21  Bruno Haible  <bruno@clisp.org>
18584
18585         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
18586
18587         * lib/striconveh.h (mem_cd_iconveh): Change specification.
18588         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
18589         original result buffer.
18590         (str_cd_iconveh): Update.
18591         * tests/test-striconveh.c (main): Update.
18592
18593         * lib/striconv.h (mem_cd_iconv): Change specification.
18594         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
18595         result buffer.
18596         (str_cd_iconv): Update.
18597         * tests/test-striconv.c (main): Update.
18598
18599 2007-01-21  Bruno Haible  <bruno@clisp.org>
18600
18601         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
18602
18603 2007-01-20  Jim Meyering  <jim@meyering.net>
18604
18605         * lib/userspec.c (parse_with_separator): If a user or group string
18606         starts with "+", skip the corresponding name-to-ID look-up, since
18607         such a look-up must fail: user and group names may not include "+".
18608
18609 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
18610
18611         * lib/poll.c: Include sys/time.h and time.h unconditionally,
18612         since we now assume the sys_time module.
18613         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
18614         check for sys/time.h; no longer needed.
18615         * modules/poll (Depends-on): Depend on sys_time.
18616
18617 2007-01-18  Bruno Haible  <bruno@clisp.org>
18618
18619         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
18620         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
18621
18622         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
18623         gettimeofday.
18624
18625         * tests/test-gettimeofday.c: Include <time.h>.
18626         (dummy): Remove variable.
18627
18628         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
18629         gl_HEADER_SYS_TIME_H.
18630         (gl_HEADER_SYS_TIME_H): New macro.
18631
18632         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
18633         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18634         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
18635         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
18636         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18637         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
18638         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
18639         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18640         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
18641         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
18642         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18643
18644         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
18645         last change; it caused a compilation error when cross-compiling to
18646         Cygwin.
18647
18648 2007-01-18  Jim Meyering  <jim@meyering.net>
18649
18650         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
18651         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
18652         than the race-prone "test -d sys || mkdir sys".
18653         (configure.ac): Use AC_PROG_MKDIR_P.
18654         * modules/sys_select: Likewise.
18655         * modules/sys_socket: Likewise.
18656         * modules/sys_time: Likewise.
18657
18658 2007-01-18  Eric Blake  <ebb9@byu.net>
18659
18660         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
18661         replace gettimeofday.
18662         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
18663         name, to avoid infinite recursion.
18664
18665 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
18666
18667         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
18668         module sys_time.
18669         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
18670         assume timespec.h defines struct timeval.
18671         * lib/settime.c: Likewise.
18672         * lib/utimens.c: Likewise.
18673         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
18674         since we now assume the gettimeofday module.
18675         * lib/tempname.c (__gen_tempname): Likewise.
18676         * lib/gettimeofday.h: Remove.
18677         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
18678         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
18679         Include <time.h>, for 'time()'.
18680         (localtime_buffer_addr): Also use this workaround if
18681         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
18682         to simplify the uses.  All uses changed.
18683         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
18684         that #undef is inside {}, and 'const' follows type name consistently.
18685         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
18686         (gettimeofday): Do not use the maximum possible value for
18687         tv->tv_usec, since that might break usages other than ls.c.
18688         Instead, we'll leave ls.c alone.  This undoes today's patch
18689         by Bruno.  Add a compile-time warning for 1s-clock resolution;
18690         we've never observed the problem but might as well keep the
18691         canary.
18692         * lib/nanosleep.c: Include timespec.h first, for interface check.
18693         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
18694         now assume the sys_time module.
18695         * lib/tempname.c: Likewise.
18696         * lib/timespec.h: Likewise.
18697         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
18698         needed.
18699         * lib/strftime.c: Likewise.
18700         * lib/timespec.h: Likewise.
18701         * lib/posixtm.c: Include posixtm.h first, for interface check.
18702         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
18703         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
18704         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
18705         * lib/sys_time_.h: New file.
18706         * lib/timespec.h (struct timespec): Use long int, not long.
18707         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
18708         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
18709         Remove obsolescent call to AC_HEADER_TIME.
18710         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
18711         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
18712         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
18713         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
18714         Likewise.
18715         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
18716         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
18717         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
18718         into the sys_time module.  Check for gettimeofday just once.
18719         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
18720         for gettimeofday signature to just check the signature.  Merely
18721         compile it, since linking doesn't test signature.  Improve test for
18722         whether gettimeofday.o is actually needed.
18723         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
18724         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
18725         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
18726         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18727         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
18728         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
18729         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
18730         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
18731         than worrying about sys/time.h.
18732         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
18733         Don't bother worrying about TIME_WITH_SYS_TIME.
18734         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
18735         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
18736         * m4/sys_time_h.m4: New file.
18737         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
18738         Don't include sys/time.h.  Return from main rather than exiting.
18739         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
18740         all uses changed.
18741         * modules/gethrxtime (Depends-on): Add sys_time.
18742         * modules/gettime (Depends-on): Likewise.
18743         * modules/gettimeofday (Depends-on): Likewise.
18744         * modules/nanosleep (Depends-on): Likewise.
18745         * modules/settime (Depends-on): Likewise.
18746         * modules/tempname (Depends-on): Likewise.
18747         * modules/utimens (Depends-on): Likewise.
18748         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
18749         (Include:) Change back to <sys/time.h>.
18750         (Maintainer:) Add self.
18751         * modules/sys_time: New file.
18752         * modules/tempname (Depends-on): Add gettimeofday.
18753         * tests/test-gettimeofday.c: Include <sys/time.h>
18754         rather than gettimeofday.h.
18755
18756 2007-01-17  Bruno Haible  <bruno@clisp.org>
18757
18758         * gnulib-tool (func_get_license): Revert last patch. Instead, let
18759         the license default to GPL.
18760         (func_create_testdir): Don't complain if a module is LGPL and its
18761         tests module depends on GPLed modules.
18762
18763 2007-01-17  Bruno Haible  <bruno@clisp.org>
18764
18765         * lib/gettimeofday.c (gettimeofday): Add code for the case
18766         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
18767         maximum possible value for tv->tv_usec, rather than the minimum one.
18768
18769 2005-10-08  Martin Lambers  <marlam@marlam.de>
18770 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
18771 2007-01-16  Bruno Haible  <bruno@clisp.org>
18772
18773         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
18774         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
18775         gl_FUNC_GETTIMEOFDAY.
18776         (Include): Add gettimeofday.h.
18777         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
18778         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
18779         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
18780         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
18781         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
18782         * lib/gettimeofday.h: New file.
18783         * lib/gettimeofday.c: Include <sys/timeb.h>.
18784         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
18785         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18786         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
18787         fall back on time().
18788
18789         * tests/test-gettimeofday.c: New file.
18790         * modules/gettimeofday-tests: New file.
18791
18792 2007-01-16  Eric Blake  <ebb9@byu.net>
18793
18794         * modules/fnmatch (Depends-on): Depend on wchar.
18795         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
18796         * m4/fnmatch.m4: Likewise.
18797         * modules/mbchar (Makefile.am): Assume <wchar.h>.
18798         * m4/mbchar.m4: Likewise.
18799         * modules/mbswidth (Depends-on): Depend on wchar.
18800         * lib/mbswidth.c: Assume <wchar.h>.
18801         * m4/mbswidth.m4: Likewise.
18802         * modules/quotearg (Depends-on): Depend on wchar.
18803         * lib/quotearg.c: Assume <wchar.h>.
18804         * m4/quotearg.m4: Likewise.
18805         * modules/regex (Depends-on): Depend on wchar.
18806         * lib/regex_internal.h: Assume <wchar.h>.
18807         * m4/regex.m4: Likewise.
18808         * modules/stdint (Depends-on): Depend on wchar.
18809         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
18810         * m4/stdint.m4: Likewise.
18811         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
18812         * modules/strftime (Depends-on): Depend on wchar.
18813         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
18814         * modules/strtol (Depends-on): Depend on wchar.
18815         * lib/strtol.c: Assume <wchar.h>.
18816         * modules/wcwidth (Depends-on): Depend on wchar.
18817         * lib/wcwidth.h: Assume <wchar.h>.
18818         * m4/wcwidth.m4: Likewise.
18819
18820 2007-01-16  Bruno Haible  <bruno@clisp.org>
18821
18822         * modules/csharpexec-script: New, created from...
18823         * modules/csharpexec: ... this.
18824
18825 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
18826
18827         * modules/javaexec-script: New, created from...
18828         * modules/javaexec: ... this.
18829
18830 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18831
18832         * modules/poll (Dependencies): Add sys_select.
18833
18834 2007-01-15  Jim Meyering  <jim@meyering.net>
18835
18836         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
18837         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
18838         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
18839         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
18840
18841 2007-01-15  Bruno Haible  <bruno@clisp.org>
18842
18843         * modules/striconveh: New file.
18844         * lib/striconveh.h: New file.
18845         * lib/striconveh.c: New file.
18846         * MODULES.html.sh (Internationalization functions): Add striconveh.
18847
18848         * modules/striconveh-tests: New file.
18849         * tests/test-striconveh.c: New file.
18850
18851 2007-01-15  Bruno Haible  <bruno@clisp.org>
18852
18853         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
18854         not from GNU libiconv or GNU libc.
18855
18856 2007-01-15  Bruno Haible  <bruno@clisp.org>
18857
18858         * doc/gnulib-intro.texi (Copyright): Explain the different license
18859         terms for module descriptions, autoconf macros, tests, documentation.
18860
18861 2007-01-14  Bruno Haible  <bruno@clisp.org>
18862
18863         * modules/striconv-tests: New file.
18864         * tests/test-striconv.c: New file.
18865
18866 2007-01-14  Bruno Haible  <bruno@clisp.org>
18867
18868         * modules/iconv-tests: New file.
18869         * tests/test-iconv.c: New file.
18870
18871 2007-01-14  Bruno Haible  <bruno@clisp.org>
18872
18873         * gnulib-tool (func_get_license): For test modules, use the license of
18874         the main module.
18875
18876 2007-01-14  Bruno Haible  <bruno@clisp.org>
18877
18878         * modules/iconv (Include): Clarify that <iconv.h> can only be included
18879         if iconv is found to exist.
18880
18881 2007-01-14  Bruno Haible  <bruno@clisp.org>
18882
18883         * modules/c-ctype-tests: New file.
18884         * tests/test-c-ctype.c: New file.
18885
18886 2007-01-14  Bruno Haible  <bruno@clisp.org>
18887
18888         * modules/binary-io-tests: New file.
18889         * tests/test-binary-io.sh: New file.
18890         * tests/test-binary-io.c: New file.
18891
18892 2007-01-14  Bruno Haible  <bruno@clisp.org>
18893
18894         * modules/array-oset-tests: New file.
18895         * tests/test-array_oset.c: New file.
18896
18897 2007-01-14  Bruno Haible  <bruno@clisp.org>
18898
18899         * modules/array-list-tests: New file.
18900         * tests/test-array_list.c: New file.
18901
18902 2007-01-14  Bruno Haible  <bruno@clisp.org>
18903
18904         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
18905         and make.
18906         Reported by Simon Josefsson in
18907         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
18908
18909 2007-01-14  Bruno Haible  <bruno@clisp.org>
18910
18911         * modules/allocsa-tests: New file.
18912         * tests/test-allocsa.c: New file.
18913
18914 2007-01-14  Bruno Haible  <bruno@clisp.org>
18915
18916         * modules/fchdir (Depends-on): Add absolute-header.
18917         * modules/unistd (Depends-on): Likewise.
18918
18919 2006-12-30  Bruno Haible  <bruno@clisp.org>
18920
18921         * modules/fchdir: New file.
18922         * modules/unistd (Files): Add lib/unistd_.h.
18923         (Makefile.am): Generate unistd.h from unistd_.h.
18924         * lib/fchdir.c: New file.
18925         * lib/dirent_.h: New file.
18926         * lib/unistd_.h: New file.
18927         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
18928         * m4/fchdir.m4: New file.
18929         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
18930         (gl_HEADER_UNISTD): Invoke it.
18931         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
18932         function.
18933         * lib/backupfile.c (opendir, closedir): Undefine.
18934         * lib/chown.c (open, close): Undefine.
18935         * lib/clean-temp.c (open, close): Undefine.
18936         * lib/copy-file.c (open, close): Undefine.
18937         * lib/execute.c (open, close): Undefine.
18938         * lib/fsusage.c (open, close): Undefine.
18939         * lib/gc-gnulib.c (open, close): Undefine.
18940         * lib/getcwd.c (opendir, closedir): Undefine.
18941         * lib/glob.c (opendir, closedir): Undefine.
18942         * lib/javacomp.c (open, close): Undefine.
18943         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
18944         * lib/openat-proc.c (open, close): Undefine.
18945         * lib/pagealign_alloc.c (open, close): Undefine.
18946         * lib/pipe.c (open, close): Undefine.
18947         * lib/progreloc.c (open, close): Undefine.
18948         * lib/savedir.c (opendir, closedir): Undefine.
18949         * lib/utime.c (open, close): Undefine.
18950         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
18951
18952 2007-01-10  Bruno Haible  <bruno@clisp.org>
18953
18954         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
18955
18956 2007-01-12  Eric Blake  <ebb9@byu.net>
18957
18958         Provide a robust <wchar.h>.  Further simplifications are now
18959         possible in other modules, but not included here.
18960         * modules/wchar: New module.
18961         * m4/wchar.m4: New file.
18962         * lib/wchar_.h: Likewise.
18963         * modules/mbchar (Depends-on): Depend on wchar, as the first use
18964         of the new module.
18965         * MODULES.html.sh (Extended multibyte and wide character utilities):
18966         New section.
18967
18968 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
18969
18970         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
18971         to a reasonable default for memory allocation.
18972         (xreadlink): Don't allocate a huge buffer, to work around a buggy
18973         file system that reports garbage st_size values for symlinks.
18974         Problem reported by Liyang Hu.
18975
18976 2007-01-11  Simon Josefsson  <simon@josefsson.org>
18977
18978         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
18979         Emacs .#* auto-save files).
18980
18981 2007-01-11  Bruno Haible  <bruno@clisp.org>
18982
18983         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
18984         directory.
18985
18986 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
18987
18988         Use @...@ consistently in lib/wctype_.h.
18989         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
18990         on it being set to 1 or 0.
18991         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
18992         go back to AC_SUBSTing it.
18993         * modules/wctype (Makefile.am): Undo previous change.
18994
18995 2007-01-10  Eric Blake  <ebb9@byu.net>
18996
18997         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
18998         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
18999         * modules/wctype (Makefile.am): Likewise.
19000         Reported by Chris McGuire.
19001
19002 2007-01-10  Jim Meyering  <jim@meyering.net>
19003
19004         fts.c: a small readability/maintainability improvement
19005         * lib/fts.c (fts_read): Make this code slightly more readable and
19006         maintainable by hoisting the "sp->fts_cur = p" assignments to
19007         immediately follow the statements that set P.  Derived from
19008         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
19009
19010 2007-01-10  Eric Blake  <ebb9@byu.net>
19011
19012         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
19013         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
19014         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
19015         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
19016         Reported by Chris McGuire.
19017
19018 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19019
19020         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
19021         in sed script.
19022
19023 2007-01-09  Bruno Haible  <bruno@clisp.org>
19024
19025         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
19026         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
19027         variables.
19028         (func_module): Use them.
19029
19030 2007-01-09  Bruno Haible  <bruno@clisp.org>
19031
19032         * modules/unistr/base: New file.
19033         * lib/unistr.h: New file.
19034
19035         * modules/unistr/u8-to-u16: New file.
19036         * lib/unistr/u8-to-u16.c: New file.
19037
19038         * modules/unistr/u8-to-u32: New file.
19039         * lib/unistr/u8-to-u32.c: New file.
19040
19041         * modules/unistr/u16-to-u8: New file.
19042         * lib/unistr/u16-to-u8.c: New file.
19043
19044         * modules/unistr/u16-to-u32: New file.
19045         * lib/unistr/u16-to-u32.c: New file.
19046
19047         * modules/unistr/u32-to-u8: New file.
19048         * lib/unistr/u32-to-u8.c: New file.
19049
19050         * modules/unistr/u32-to-u16: New file.
19051         * lib/unistr/u32-to-u16.c: New file.
19052
19053         * modules/unistr/u8-check: New file.
19054         * modules/unistr/u16-check: New file.
19055         * modules/unistr/u32-check: New file.
19056         * lib/unistr/u8-check.c: New file.
19057         * lib/unistr/u16-check.c: New file.
19058         * lib/unistr/u32-check.c: New file.
19059
19060         * modules/unistr/u8-chr: New file.
19061         * modules/unistr/u16-chr: New file.
19062         * modules/unistr/u32-chr: New file.
19063         * lib/unistr/u8-chr.c: New file.
19064         * lib/unistr/u16-chr.c: New file.
19065         * lib/unistr/u32-chr.c: New file.
19066
19067         * modules/unistr/u8-cmp: New file.
19068         * modules/unistr/u16-cmp: New file.
19069         * modules/unistr/u32-cmp: New file.
19070         * lib/unistr/u8-cmp.c: New file.
19071         * lib/unistr/u16-cmp.c: New file.
19072         * lib/unistr/u32-cmp.c: New file.
19073
19074         * modules/unistr/u8-cpy: New file.
19075         * modules/unistr/u16-cpy: New file.
19076         * modules/unistr/u32-cpy: New file.
19077         * lib/unistr/u8-cpy.c: New file.
19078         * lib/unistr/u16-cpy.c: New file.
19079         * lib/unistr/u32-cpy.c: New file.
19080         * lib/unistr/u-cpy.h: New file.
19081
19082         * modules/unistr/u8-cpy-alloc: New file.
19083         * modules/unistr/u16-cpy-alloc: New file.
19084         * modules/unistr/u32-cpy-alloc: New file.
19085         * lib/unistr/u8-cpy-alloc.c: New file.
19086         * lib/unistr/u16-cpy-alloc.c: New file.
19087         * lib/unistr/u32-cpy-alloc.c: New file.
19088         * lib/unistr/u-cpy-alloc.h: New file.
19089
19090         * modules/unistr/u8-endswith: New file.
19091         * modules/unistr/u16-endswith: New file.
19092         * modules/unistr/u32-endswith: New file.
19093         * lib/unistr/u8-endswith.c: New file.
19094         * lib/unistr/u16-endswith.c: New file.
19095         * lib/unistr/u32-endswith.c: New file.
19096         * lib/unistr/u-endswith.h: New file.
19097
19098         * modules/unistr/u8-mblen: New file.
19099         * modules/unistr/u16-mblen: New file.
19100         * modules/unistr/u32-mblen: New file.
19101         * lib/unistr/u8-mblen.c: New file.
19102         * lib/unistr/u16-mblen.c: New file.
19103         * lib/unistr/u32-mblen.c: New file.
19104
19105         * modules/unistr/u8-mbtouc: New file.
19106         * modules/unistr/u16-mbtouc: New file.
19107         * modules/unistr/u32-mbtouc: New file.
19108         * lib/unistr/u8-mbtouc.c: New file.
19109         * lib/unistr/u16-mbtouc.c: New file.
19110         * lib/unistr/u32-mbtouc.c: New file.
19111
19112         * modules/unistr/u8-mbtouc-safe: New file.
19113         * modules/unistr/u16-mbtouc-safe: New file.
19114         * modules/unistr/u32-mbtouc-safe: New file.
19115         * lib/unistr/u8-mbtouc-safe.c: New file.
19116         * lib/unistr/u16-mbtouc-safe.c: New file.
19117         * lib/unistr/u32-mbtouc-safe.c: New file.
19118
19119         * modules/unistr/u8-move: New file.
19120         * modules/unistr/u16-move: New file.
19121         * modules/unistr/u32-move: New file.
19122         * lib/unistr/u8-move.c: New file.
19123         * lib/unistr/u16-move.c: New file.
19124         * lib/unistr/u32-move.c: New file.
19125         * lib/unistr/u-move.h: New file.
19126
19127         * modules/unistr/u8-next: New file.
19128         * modules/unistr/u16-next: New file.
19129         * modules/unistr/u32-next: New file.
19130         * lib/unistr/u8-next.c: New file.
19131         * lib/unistr/u16-next.c: New file.
19132         * lib/unistr/u32-next.c: New file.
19133
19134         * modules/unistr/u8-prev: New file.
19135         * modules/unistr/u16-prev: New file.
19136         * modules/unistr/u32-prev: New file.
19137         * lib/unistr/u8-prev.c: New file.
19138         * lib/unistr/u16-prev.c: New file.
19139         * lib/unistr/u32-prev.c: New file.
19140
19141         * modules/unistr/u8-set: New file.
19142         * modules/unistr/u16-set: New file.
19143         * modules/unistr/u32-set: New file.
19144         * lib/unistr/u8-set.c: New file.
19145         * lib/unistr/u16-set.c: New file.
19146         * lib/unistr/u32-set.c: New file.
19147         * lib/unistr/u-set.h: New file.
19148
19149         * modules/unistr/u8-startswith: New file.
19150         * modules/unistr/u16-startswith: New file.
19151         * modules/unistr/u32-startswith: New file.
19152         * lib/unistr/u8-startswith.c: New file.
19153         * lib/unistr/u16-startswith.c: New file.
19154         * lib/unistr/u32-startswith.c: New file.
19155         * lib/unistr/u-startswith.h: New file.
19156
19157         * modules/unistr/u8-stpcpy: New file.
19158         * modules/unistr/u16-stpcpy: New file.
19159         * modules/unistr/u32-stpcpy: New file.
19160         * lib/unistr/u8-stpcpy.c: New file.
19161         * lib/unistr/u16-stpcpy.c: New file.
19162         * lib/unistr/u32-stpcpy.c: New file.
19163         * lib/unistr/u-stpcpy.h: New file.
19164
19165         * modules/unistr/u8-stpncpy: New file.
19166         * modules/unistr/u16-stpncpy: New file.
19167         * modules/unistr/u32-stpncpy: New file.
19168         * lib/unistr/u8-stpncpy.c: New file.
19169         * lib/unistr/u16-stpncpy.c: New file.
19170         * lib/unistr/u32-stpncpy.c: New file.
19171         * lib/unistr/u-stpncpy.h: New file.
19172
19173         * modules/unistr/u8-strcat: New file.
19174         * modules/unistr/u16-strcat: New file.
19175         * modules/unistr/u32-strcat: New file.
19176         * lib/unistr/u8-strcat.c: New file.
19177         * lib/unistr/u16-strcat.c: New file.
19178         * lib/unistr/u32-strcat.c: New file.
19179         * lib/unistr/u-strcat.h: New file.
19180
19181         * modules/unistr/u8-strchr: New file.
19182         * modules/unistr/u16-strchr: New file.
19183         * modules/unistr/u32-strchr: New file.
19184         * lib/unistr/u8-strchr.c: New file.
19185         * lib/unistr/u16-strchr.c: New file.
19186         * lib/unistr/u32-strchr.c: New file.
19187
19188         * modules/unistr/u8-strcmp: New file.
19189         * modules/unistr/u16-strcmp: New file.
19190         * modules/unistr/u32-strcmp: New file.
19191         * lib/unistr/u8-strcmp.c: New file.
19192         * lib/unistr/u16-strcmp.c: New file.
19193         * lib/unistr/u32-strcmp.c: New file.
19194
19195         * modules/unistr/u8-strcpy: New file.
19196         * modules/unistr/u16-strcpy: New file.
19197         * modules/unistr/u32-strcpy: New file.
19198         * lib/unistr/u8-strcpy.c: New file.
19199         * lib/unistr/u16-strcpy.c: New file.
19200         * lib/unistr/u32-strcpy.c: New file.
19201         * lib/unistr/u-strcpy.h: New file.
19202
19203         * modules/unistr/u8-strcspn: New file.
19204         * modules/unistr/u16-strcspn: New file.
19205         * modules/unistr/u32-strcspn: New file.
19206         * lib/unistr/u8-strcspn.c: New file.
19207         * lib/unistr/u16-strcspn.c: New file.
19208         * lib/unistr/u32-strcspn.c: New file.
19209         * lib/unistr/u-strcspn.h: New file.
19210
19211         * modules/unistr/u8-strdup: New file.
19212         * modules/unistr/u16-strdup: New file.
19213         * modules/unistr/u32-strdup: New file.
19214         * lib/unistr/u8-strdup.c: New file.
19215         * lib/unistr/u16-strdup.c: New file.
19216         * lib/unistr/u32-strdup.c: New file.
19217         * lib/unistr/u-strdup.h: New file.
19218
19219         * modules/unistr/u8-strlen: New file.
19220         * modules/unistr/u16-strlen: New file.
19221         * modules/unistr/u32-strlen: New file.
19222         * lib/unistr/u8-strlen.c: New file.
19223         * lib/unistr/u16-strlen.c: New file.
19224         * lib/unistr/u32-strlen.c: New file.
19225         * lib/unistr/u-strlen.h: New file.
19226
19227         * modules/unistr/u8-strmblen: New file.
19228         * modules/unistr/u16-strmblen: New file.
19229         * modules/unistr/u32-strmblen: New file.
19230         * lib/unistr/u8-strmblen.c: New file.
19231         * lib/unistr/u16-strmblen.c: New file.
19232         * lib/unistr/u32-strmblen.c: New file.
19233
19234         * modules/unistr/u8-strmbtouc: New file.
19235         * modules/unistr/u16-strmbtouc: New file.
19236         * modules/unistr/u32-strmbtouc: New file.
19237         * lib/unistr/u8-strmbtouc.c: New file.
19238         * lib/unistr/u16-strmbtouc.c: New file.
19239         * lib/unistr/u32-strmbtouc.c: New file.
19240
19241         * modules/unistr/u8-strncat: New file.
19242         * modules/unistr/u16-strncat: New file.
19243         * modules/unistr/u32-strncat: New file.
19244         * lib/unistr/u8-strncat.c: New file.
19245         * lib/unistr/u16-strncat.c: New file.
19246         * lib/unistr/u32-strncat.c: New file.
19247         * lib/unistr/u-strncat.h: New file.
19248
19249         * modules/unistr/u8-strncmp: New file.
19250         * modules/unistr/u16-strncmp: New file.
19251         * modules/unistr/u32-strncmp: New file.
19252         * lib/unistr/u8-strncmp.c: New file.
19253         * lib/unistr/u16-strncmp.c: New file.
19254         * lib/unistr/u32-strncmp.c: New file.
19255
19256         * modules/unistr/u8-strncpy: New file.
19257         * modules/unistr/u16-strncpy: New file.
19258         * modules/unistr/u32-strncpy: New file.
19259         * lib/unistr/u8-strncpy.c: New file.
19260         * lib/unistr/u16-strncpy.c: New file.
19261         * lib/unistr/u32-strncpy.c: New file.
19262         * lib/unistr/u-strncpy.h: New file.
19263
19264         * modules/unistr/u8-strnlen: New file.
19265         * modules/unistr/u16-strnlen: New file.
19266         * modules/unistr/u32-strnlen: New file.
19267         * lib/unistr/u8-strnlen.c: New file.
19268         * lib/unistr/u16-strnlen.c: New file.
19269         * lib/unistr/u32-strnlen.c: New file.
19270         * lib/unistr/u-strnlen.h: New file.
19271
19272         * modules/unistr/u8-strpbrk: New file.
19273         * modules/unistr/u16-strpbrk: New file.
19274         * modules/unistr/u32-strpbrk: New file.
19275         * lib/unistr/u8-strpbrk.c: New file.
19276         * lib/unistr/u16-strpbrk.c: New file.
19277         * lib/unistr/u32-strpbrk.c: New file.
19278         * lib/unistr/u-strpbrk.h: New file.
19279
19280         * modules/unistr/u8-strrchr: New file.
19281         * modules/unistr/u16-strrchr: New file.
19282         * modules/unistr/u32-strrchr: New file.
19283         * lib/unistr/u8-strrchr.c: New file.
19284         * lib/unistr/u16-strrchr.c: New file.
19285         * lib/unistr/u32-strrchr.c: New file.
19286
19287         * modules/unistr/u8-strspn: New file.
19288         * modules/unistr/u16-strspn: New file.
19289         * modules/unistr/u32-strspn: New file.
19290         * lib/unistr/u8-strspn.c: New file.
19291         * lib/unistr/u16-strspn.c: New file.
19292         * lib/unistr/u32-strspn.c: New file.
19293         * lib/unistr/u-strspn.h: New file.
19294
19295         * modules/unistr/u8-strstr: New file.
19296         * modules/unistr/u16-strstr: New file.
19297         * modules/unistr/u32-strstr: New file.
19298         * lib/unistr/u8-strstr.c: New file.
19299         * lib/unistr/u16-strstr.c: New file.
19300         * lib/unistr/u32-strstr.c: New file.
19301         * lib/unistr/u-strstr.h: New file.
19302
19303         * modules/unistr/u8-strtok: New file.
19304         * modules/unistr/u16-strtok: New file.
19305         * modules/unistr/u32-strtok: New file.
19306         * lib/unistr/u8-strtok.c: New file.
19307         * lib/unistr/u16-strtok.c: New file.
19308         * lib/unistr/u32-strtok.c: New file.
19309         * lib/unistr/u-strtok.h: New file.
19310
19311         * modules/unistr/u8-uctomb: New file.
19312         * modules/unistr/u16-uctomb: New file.
19313         * modules/unistr/u32-uctomb: New file.
19314         * lib/unistr/u8-uctomb.c: New file.
19315         * lib/unistr/u16-uctomb.c: New file.
19316         * lib/unistr/u32-uctomb.c: New file.
19317
19318         * MODULES.html.sh (Unicode string functions): Add the new modules.
19319
19320 2007-01-08  Bruno Haible  <bruno@clisp.org>
19321
19322         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
19323         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
19324         subdirectories.
19325
19326 2007-01-08  Karl Berry  <karl@gnu.org>
19327
19328         * doc/error.texi: mention that main() fns must set program_name
19329         when progname is used.
19330
19331 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
19332
19333         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
19334         WCTYPE_H is empty, for the benefit of builds from non-distclean
19335         directories.  Problem reported by Eric Blake in
19336         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
19337
19338 2007-01-08  Bruno Haible  <bruno@clisp.org>
19339
19340         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
19341         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
19342         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
19343         PROVIDE_CANONICALIZE_FILENAME_MODE.
19344         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
19345
19346 2007-01-08  Bruno Haible  <bruno@clisp.org>
19347
19348         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
19349         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
19350         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
19351         * lib/fts.c: Likewise.
19352         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
19353
19354 2006-12-25  Bruno Haible  <bruno@clisp.org>
19355
19356         * modules/utf8-ucs4-safe: New file.
19357         * lib/utf8-ucs4-safe.h: New file.
19358         * lib/unistr/utf8-ucs4-safe.c: New file.
19359
19360         * modules/utf16-ucs4-safe: New file.
19361         * lib/utf16-ucs4-safe.h: New file.
19362         * lib/unistr/utf16-ucs4-safe.c: New file.
19363
19364         * MODULES.html.sh (Unicode string functions): Add the new modules.
19365
19366 2007-01-08  Bruno Haible  <bruno@clisp.org>
19367
19368         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
19369         (Depends-on): Add unitypes.
19370         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
19371         (u8_mbtouc_aux): Move out to separate file.
19372         (u8_mbtouc): Use ucs4_t, uint8_t types.
19373         * lib/unistr/utf8-ucs4.c: New file.
19374
19375         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
19376         (Depends-on): Add unitypes.
19377         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
19378         (u16_mbtouc_aux): Move out to separate file.
19379         (u16_mbtouc): Use ucs4_t, uint16_t types.
19380         * lib/unistr/utf16-ucs4.c: New file.
19381
19382         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
19383         (Depends-on): Add unitypes.
19384         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
19385         (u8_uctomb_aux): Move out to separate file.
19386         (u8_uctomb): Use ucs4_t, uint8_t types.
19387         * lib/unistr/ucs4-utf8.c: New file.
19388
19389         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
19390         (Depends-on): Add unitypes.
19391         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
19392         (u16_uctomb_aux): Move out to separate file.
19393         (u16_uctomb): Use ucs4_t, uint16_t types.
19394         * lib/unistr/ucs4-utf16.c: New file.
19395
19396 2006-12-25  Bruno Haible  <bruno@clisp.org>
19397
19398         * modules/unitypes: New file.
19399         * lib/unitypes.h: New file.
19400         * MODULES.html.sh (func_all_modules): New section "Unicode string
19401         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
19402         this section. Add unitypes.
19403
19404 2007-01-08  Bruno Haible  <bruno@clisp.org>
19405
19406         Avoid variable names that conflict with those from libtool.
19407         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
19408         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
19409         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
19410         library_names_spec to acl_library_names_spec, hardcode_* to
19411         acl_hardcode_*.
19412         Reported by Ralf Wildenhues.
19413
19414 2007-01-08  Bruno Haible  <bruno@clisp.org>
19415
19416         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
19417         definition.
19418         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
19419         definition.
19420         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
19421         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
19422         definition.
19423         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
19424         definition.
19425         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
19426         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
19427         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
19428         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
19429         definition.
19430         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
19431         definition.
19432         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
19433         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
19434         GC_USE_<algorithm>.
19435         * lib/gc-libgcrypt.c: Likewise.
19436         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
19437         * modules/gc-arctwo (configure.ac): Likewise.
19438         * modules/gc-des (configure.ac): Likewise.
19439         * modules/gc-hmac-md5 (configure.ac): Likewise.
19440         * modules/gc-hmac-sha1 (configure.ac): Likewise.
19441         * modules/gc-md2 (configure.ac): Likewise.
19442         * modules/gc-md4 (configure.ac): Likewise.
19443         * modules/gc-md5 (configure.ac): Likewise.
19444         * modules/gc-random (configure.ac): Likewise.
19445         * modules/gc-rijndael (configure.ac): Likewise.
19446         * modules/gc-sha1 (configure.ac): Likewise.
19447
19448 2007-01-08  Bruno Haible  <bruno@clisp.org>
19449
19450         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
19451         macro definition.
19452         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
19453         definition.
19454         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
19455         definition.
19456         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
19457         * modules/fcntl-safer (configure.ac): Likewise.
19458         * modules/fopen-safer (configure.ac): Likewise.
19459         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
19460         GNULIB_FWRITEERROR macro definition.
19461
19462 2007-01-08  Bruno Haible  <bruno@clisp.org>
19463
19464         * m4/gnulib-common.m4: New file.
19465         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
19466         (func_get_filelist): Add m4/gnulib-common.m4.
19467
19468 2007-01-08  Bruno Haible  <bruno@clisp.org>
19469
19470         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
19471         command.
19472
19473 2007-01-08  Jim Meyering  <jim@meyering.net>
19474
19475         Use a more robust test for a "can't happen" condition.
19476         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
19477         narrowed the st_size value.  Presuming the "can't happen" condition
19478         is true, that narrowing could conceivably convert an invalid st_size
19479         value into a valid one.  Instead, use a change based on Matthew
19480         Woehlke's original patch.
19481
19482         Slight readability improvement: use an assert-like macro
19483         in place of literal "abort ()" uses.
19484         * lib/fts.c (fts_assert): Define.
19485         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
19486         Use this macro instead of a bare 'abort'.
19487
19488 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
19489
19490         Don't worry about using IRIX 5.3's wctype.h broken definitions;
19491         simply work around them.
19492         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
19493         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
19494         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
19495         declaring.
19496         Don't bother to define as macros, since the standard doesn't require it.
19497         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
19498         longer worry about IRIX 5.3.
19499         (HAVE_WCTYPE_CTMP_BUG): Remove.
19500
19501 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
19502
19503         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
19504         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
19505         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
19506         Problems reported by Georg Schwarz for IRIX 5.3.
19507
19508         * gnulib-tool (autoconf_minversion): Take the maximum version number
19509         found, not the minimum.  Problem reported by James Youngman.
19510
19511 2007-01-03  Karl Berry  <karl@gnu.org>
19512
19513         * doc/error.texi: new file, explaining interaction with progname.
19514         * doc/gnulib.texi: include it.  Update copyright.
19515
19516 2007-01-03  Simon Josefsson  <simon@josefsson.org>
19517
19518         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
19519         AC_CANONICAL_HOST, to improve autobuild outputs.
19520
19521 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
19522             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
19523
19524         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
19525         sockets, server sockets, and other file descriptors.  Count errors
19526         to compute the return value.  Reorder the code a bit to be easier
19527         to follow.  Don't set event bits that were not requested (except
19528         POLLERR and POLLHUP).
19529
19530 2007-01-01  Bruno Haible  <bruno@clisp.org>
19531
19532         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
19533
19534 2007-01-03  Jim Meyering  <jim@meyering.net>
19535
19536         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
19537
19538 2007-01-02  Bruno Haible  <bruno@clisp.org>
19539
19540         * modules/settime (Include): Require timespec.h.
19541         * modules/nanosleep (Include): Likewise.
19542
19543 2007-01-01  Bruno Haible  <bruno@clisp.org>
19544
19545         * gnulib-tool (func_emit_copyright_notice): Bump year.
19546         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
19547
19548 2007-01-01  Bruno Haible  <bruno@clisp.org>
19549
19550         Improve support for OpenBSD.
19551         * build-aux/config.rpath (libname_spec): Export.
19552         (library_names_spec): New variable. Export.
19553         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
19554         library_names_spec from the config.rpath output. Locate shared library
19555         through the name pattern in library_names_spec.
19556
19557 2007-01-01  Eric Blake  <ebb9@byu.net>
19558
19559         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
19560
19561 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
19562
19563         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
19564         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
19565         assume the C locale, and avoid an "eval" that could cause trouble.
19566         Problem with SORT reported by Bob Proulx.
19567
19568         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
19569         Define.  Trivial patch from Henning Nielsen Lund, originally
19570         sent to bug-grep@gnu.org today.
19571
19572 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
19573
19574         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
19575         struct stat.  Problem reported by Henning Nielsen Lund.
19576         * lib/acl.c: Include acl.h first, to check interface.  Don't
19577         bother to include sys/types.h and sys/stat.h again.
19578
19579 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
19580
19581         Import the following change from libc; problem reported by
19582         Sven Verdoolaege.
19583
19584         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
19585
19586         [BZ #1373]
19587         * lib/argp.h: Remove __NTH for __argp_usage inline function.
19588
19589 2006-12-28  Jim Meyering  <jim@meyering.net>
19590
19591         * build-aux/announce-gen: Do not assume that the package
19592         builds any of tar.gz, tar.bz2, and .xdelta files.
19593         Suggestion from Simon Josefsson.
19594
19595 2006-12-28  Simon Josefsson  <simon@josefsson.org>
19596
19597         * modules/announce-gen: New file.
19598
19599 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
19600
19601         * lib/mbchar.h: Just include <wctype.h>; the wctype module
19602         handles its gotchas now.
19603         * lib/mbswidth.c: Likewise.
19604         * lib/wcwidth.h: Likewise.
19605         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
19606         and iswcntrl; the wctype module does this stuff now.
19607         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
19608         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
19609         * modules/mbchar (Depends-on): Add wctype.
19610         * modules/mbswidth (Depends-on): Likewise.
19611         * modules/wcwidth (Depends-on): Likewise.
19612
19613 2006-12-27  Eric Blake  <ebb9@byu.net>
19614
19615         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
19616         module uses more than what <wctype.h> is required to provide.
19617
19618 2006-12-26  Eric Blake  <ebb9@byu.net>
19619
19620         * gnulib-tool (sed_extract_prog): Avoid space-tab.
19621
19622 2006-12-26  Eric Blake  <ebb9@byu.net>
19623
19624         * modules/absolute-header: New module.
19625         * modules/fcntl (Depends-on): Depend on it.
19626         * modules/inttypes (Depends-on): Likewise.
19627         * modules/stdint (Depends-on): Likewise.
19628         * modules/sys_stat (Depends-on): Likewise.
19629         * modules/wctype (Depends-on): Likewise.
19630         * MODULES.html.sh (Support for building libraries and
19631         executables): Document it.
19632
19633 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
19634
19635         * gnulib-tool (SED): Remove, undoing previous change.
19636         The problem was that it broke coreutils on Solaris, because
19637         "sed --posix" leaked into a makefile.
19638         (sed): New alias, if 'alias' and GNU sed.
19639
19640 2006-12-24  Jim Meyering  <jim@meyering.net>
19641
19642         Work around an fchownat bug in glibc-2.4:
19643         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
19644         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
19645         in spite of the -P option.
19646         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
19647         New macros.
19648         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
19649         * modules/openat (Files): Add lib/fchownat.c.
19650         * lib/openat.c (fchownat): Don't define here.  Move to...
19651         * lib/fchownat.c: ...this new file.
19652
19653 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
19654
19655         Fix bug reported by Bruno Haible in
19656         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
19657         where quotearg.c didn't compile on Mac OS X 10.2 because it
19658         lacks <wchar.h> and wint_t.
19659         * lib/wctype_.h (__wctype_wint_t): New type.
19660         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
19661         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
19662         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
19663         Arg is now of type __wctype_wint_t, not wint_t.
19664         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
19665         substitute HAVE_WINT_T.
19666         * modules/wctype (Files): Add m4/wint_t.m4.
19667         (wctype.h): Substitute HAVE_WINT_T.
19668
19669 2006-12-23  Bruno Haible  <bruno@clisp.org>
19670
19671         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
19672
19673 2006-12-23  Bruno Haible  <bruno@clisp.org>
19674
19675         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
19676         S_ISLNK.
19677         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
19678         mingw.
19679
19680 2006-12-22  Bruno Haible  <bruno@clisp.org>
19681
19682         * lib/copy-file.c: Include acl.h.
19683         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
19684         Close the file descriptors only after being done with copy_acl.
19685         * modules/copy-file (Depends-on): Add acl.
19686
19687 2006-12-22  Bruno Haible  <bruno@clisp.org>
19688
19689         * gnulib-tool (SED): New variable.
19690         Use $SED instead of sed everywhere.
19691
19692 2006-12-22  Bruno Haible  <bruno@clisp.org>
19693
19694         * modules/no-c++: New file.
19695         * m4/no-c++.m4: New file.
19696         * MODULES.html.sh (Support for building libraries and executables):
19697         Add no-c++.
19698
19699 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
19700
19701         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
19702         Include <limits.h>, and use its INT_MAX to rewrite the
19703         j loop so that it does not overflow 'int'.  Problem reported by
19704         Ralf Wildenhues in
19705         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
19706         Play it safe by shifting left by 1 rather than multiplying by 2,
19707         as GCC is less likely to optimize this away when the value
19708         is signed (when it assumes overflow leads to undefined behavior).
19709         Also, don't assume time_t uses two's complement.
19710
19711 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
19712
19713         * MODULES.html.sh: New module wctype.
19714         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
19715         * lib/fnmatch.c: Don't bother to include <wchar.h> before
19716         <wctype.h>, since the new wctype module should fix this.
19717         * lib/quotearg.c: Include <wctype.h> unconditionally, since
19718         the wctype module should arrange for it.
19719         * lib/regex_internal.h: Likewise.
19720         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
19721         since the wctype module should handle this now.
19722         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
19723         * modules/fnmatch (Depends-on): Add wctype.
19724         * modules/quotearg (Depends-on): Likewise.
19725         * modules/regex (Depends-on): Likewise.
19726
19727 2006-12-19  Bruno Haible  <bruno@clisp.org>
19728
19729         * lib/strdup.h [C++]: Wrap definitions in extern "C".
19730         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
19731
19732 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19733
19734         * modules/savewd (Depends-on): Fix dependency on fcntl.
19735
19736 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
19737
19738         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
19739         conforms to C99, rather than relying on the user's environment
19740         setting of STDINT_H.
19741
19742 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
19743         and Eric Blake  <ebb9@byu.net>
19744
19745         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
19746         This is more consistent with the other defines here.
19747         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
19748         Port to z/OS.  Problem reported by Paul Gilmartin.
19749         Change local vars to use gl_ prefix rather than ac_.
19750         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
19751         with other defines.
19752         * modules/double-slash-root: New module.
19753         * modules/dirname (Files): Remove m4/double-slash-root.m4.
19754         (Depends-on): Add double-slash-root.
19755         * MODULES.html.sh (File system functions): Mention new module.
19756
19757 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
19758
19759         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
19760         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
19761         This is for the benefit of gzip, which doesn't do i18n.
19762
19763 2006-12-12  Jim Meyering  <jim@meyering.net>
19764
19765         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
19766         Reported by Andreas Schwab <schwab@suse.de>.
19767
19768 2006-12-12  Bruno Haible  <bruno@clisp.org>
19769
19770         Merge these changes.
19771         2006-09-05  Bruno Haible  <bruno@clisp.org>
19772         * lib/iconvme.c (iconv_string): No need to save and restore errno when
19773         iconv_alloc succeeded.
19774         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
19775         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
19776         test for " && dest " at the end - dest is always != NULL there. Call
19777         iconv with 4xNULL arguments initially, to reset the state. Call iconv
19778         with 2xNULL arguments, also to flush the state storage. Handle the
19779         IRIX iconv behaviour. Realloc the final result, to throw away unused
19780         memory.
19781
19782 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
19783
19784         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
19785         and fchmodat unconditionally, since glibc 2.4 has them.
19786         Problem reported by Arkadiusz Miskiewicz.
19787
19788 2006-12-10  Bruno Haible  <bruno@clisp.org>
19789
19790         * gnulib-tool (func_import): Show the include files only for those
19791         modules that are copied and specified.
19792         Reported by Karl Berry.
19793
19794 2006-12-08  Jim Meyering  <jim@meyering.net>
19795
19796         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
19797         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
19798
19799         * build-aux/announce-gen: Add two new options, both optional:
19800         --bootstrap-tools=TOOL_LIST
19801               a comma-separated list of tools, e.g.,
19802               autoconf,automake,bison,gnulib
19803         --gnulib-snapshot-date=DATE
19804               if gnulib is in the bootstrap tool list,
19805               then report this as the snapshot date.
19806               If not specified, use the current date/time.
19807               If you specify a date here, be sure it's UTC.
19808
19809 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19810
19811         * tests/test-argp-2.sh: Fix test to match actual output.
19812         (func_compare): Fix sed script to be portable.
19813
19814 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
19815
19816         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
19817         workaround for this case.  It is not autoconfigured now; offhand
19818         it's hard to see how to autoconfigure it.
19819
19820 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
19821
19822         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
19823         a directory that is about to be chowned.  Such a directory's
19824         initial file permissions should permit the owner only and this
19825         should not be changed until after the chown, since the group and
19826         other bits would be incorrect if they granted permission before
19827         the chown.
19828
19829         Fix porting problem for iswctype reported by Georg Schwarz in:
19830         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
19831         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
19832         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
19833         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
19834         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
19835
19836 2006-12-03  Jim Meyering  <jim@meyering.net>
19837
19838         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
19839         p->fts_statp may not yet be defined.
19840         (fts_read): Instead, set it in the caller, once p->fts_statp is
19841         sure to be defined, and corresponds to a top-level directory.
19842         This bug made du -x fail.  Here's the coreutils test case:
19843         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
19844         Reported by Mike Frysinger.
19845
19846 2006-12-01  Jim Meyering  <jim@meyering.net>
19847
19848         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
19849         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
19850         Reported by Simon Josefsson.
19851
19852 2006-11-30  Jim Meyering  <jim@meyering.net>
19853
19854         * m4/warning.m4: Use the all-permissive copyright notice
19855         recommended by RMS (rather than LGPL).
19856         * m4/vararrays.m4: Likewise.
19857         * m4/flexmember.m4: Likewise.
19858
19859 2006-11-29  Bruno Haible  <bruno@clisp.org>
19860
19861         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
19862         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
19863         using +=.
19864         Reported by Simon Josefsson <simon@josefsson.org>.
19865
19866 2006-11-28  James Youngman <jay@gnu.org>
19867
19868         * README: Advise users that they might find the bug-gnulib@gnu.org
19869         and autotools-announce@gnu.org mailing lists useful.
19870
19871 2006-11-28  Bruno Haible  <bruno@clisp.org>
19872
19873         * m4/ptrdiff_max.m4: Remove file.
19874
19875 2006-11-21  Bruno Haible  <bruno@clisp.org>
19876
19877         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
19878         _AC_COMPUTE_INT.
19879         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
19880         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
19881         _AC_COMPUTE_INT.
19882         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
19883         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
19884         _AC_COMPUTE_INT.
19885         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
19886
19887 2006-11-28  Jim Meyering  <jim@meyering.net>
19888
19889         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
19890         warning from "gcc -Wshadow" about shadowing the builtin.
19891
19892 2006-11-27  Bruno Haible  <bruno@clisp.org>
19893
19894         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
19895         _AC_COMPUTE_INT.
19896         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
19897
19898 2006-11-27  Bruno Haible  <bruno@clisp.org>
19899             Paul Eggert  <eggert@cs.ucla.edu>
19900
19901         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
19902
19903 2006-11-26  Bruno Haible  <bruno@clisp.org>
19904
19905         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
19906         noinst_LTLIBRARIES.
19907
19908 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
19909             Bruno Haible  <bruno@clisp.org>
19910
19911         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
19912         if compiling with "gcc -ansi".
19913
19914 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
19915
19916         Fix some incompatibilities with gcc -ansi -pedantic.
19917         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
19918         if compiling pedantically with GCC, unless it's C99 or later.
19919         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
19920         it mishandles gcc -ansi -pedantic as well.
19921         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
19922         if gcc -pedantic.
19923         * lib/regexec.c (check_node_accept_bytes): Don't use auto
19924         initializers for struct if -pedantic, unless it's C99 or later.
19925
19926 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
19927
19928         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
19929         Don't close an fd more than once. Identical atimes indicate
19930         success, not failure.
19931
19932 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
19933
19934         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
19935
19936 2006-11-23  Jim Meyering  <jim@meyering.net>
19937
19938         * build-aux/announce-gen: New file.  From coreutils.
19939
19940 2006-11-22  Jim Meyering  <jim@meyering.net>
19941
19942         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
19943         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
19944         (fts_read): Use a temporary to narrow the overused st_size member
19945         before using it in a switch statement.  Reported by Matthew Woehlke.
19946
19947         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
19948         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
19949
19950 2006-11-20  Bruno Haible  <bruno@clisp.org>
19951
19952         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
19953         changequote instead of pairs of brackets.
19954         Reported by Andreas Schwab <schwab@suse.de>.
19955
19956 2006-11-21  Jim Meyering  <jim@meyering.net>
19957
19958         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
19959         so as to remain compatible with older compilers.
19960         Patch from Michael Deutschmann.
19961
19962 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
19963
19964         * MODULES.html.sh (File system functions): Add openat.
19965
19966         * lib/openat.h (rpl_fstatat): New macro, if
19967         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
19968         (fstatat): Define to rpl_fstatat under the same conditions,
19969         unless COMPILING_FSTATAT.
19970         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
19971         seems to have the bug.
19972         * lib/fstatat.c: New file.
19973         * modules/openat (Files): Add it.
19974
19975 2006-11-20  Bruno Haible  <bruno@clisp.org>
19976
19977         * Makefile: New file.
19978
19979 2006-11-20  Jim Meyering  <jim@meyering.net>
19980
19981         The beginnings of syntax-related checks for gnulib.
19982         * lib/Makefile: New file.
19983         * lib/t-idcache: New script.  Ensure that the two halves of
19984         idcache.c stay in sync.
19985
19986         * lib/idcache.c: Adjust comments in user- and group- portions to
19987         be more accurate, and to be consistent with one another.
19988
19989 2006-11-20  Jim Meyering  <jim@meyering.net>
19990
19991         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
19992         continue using the flexible array member (thus, this module performs
19993         half as many malloc calls), with the addition that...
19994         (getgroup, getuser): Consistently record a non-match via an empty
19995         "name" string, and map an empty string match to a NULL return value.
19996         * modules/idcache (Depends-on): Re-add flexmember.
19997
19998         * lib/idcache.c (getuser): Remove all uses of the register keyword.
19999         (getuidbyname, getgroup, getgidbyname): Likewise.
20000
20001         Use cleaner syntax: NULL rather than 0.
20002         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
20003
20004 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
20005
20006         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
20007         It mishandled the case where the group was missing.
20008         Problem reported by Greg Schafer.
20009         * modules/idcache: Likewise.
20010
20011 2006-11-18  Jim Meyering  <jim@meyering.net>
20012
20013         * check-module (%exempt_header): Add exception for some
20014         conditionally-included headers.
20015
20016         * modules/i-ring (Depends-on): Add verify.
20017         (License): Change to LGPL.
20018
20019 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20020
20021         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
20022         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
20023         and inttostr.h.  Use snprintf rather than uinttostr, so that
20024         LGPLed code doesn't depend on GPLed.
20025
20026 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
20027
20028         * modules/inline (License): Change from GPL to LGPL.
20029
20030 2006-11-17  Jim Meyering  <jim@meyering.net>
20031
20032         * modules/d-type (License): Switch to LGPL.
20033
20034 2006-11-15  Bruno Haible  <bruno@clisp.org>
20035
20036         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
20037
20038 2006-11-15  Eric Blake  <ebb9@byu.net>
20039
20040         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
20041         the module dependency.
20042
20043 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20044             Bruno Haible  <bruno@clisp.org>
20045
20046         * gnulib-tool (func_create_testdir): Add license consistency check.
20047
20048 2006-11-15  Eric Blake  <ebb9@byu.net>
20049
20050         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
20051         random "(cached)" in configure output.
20052
20053 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20054
20055         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
20056         test for conforming inttypes.h is both announced and cached.
20057
20058         * MODULES.html.sh (seen_modules, seen_files): New variables.
20059         (func_module): Rewrite to use a few less gnulib-tool and sed
20060         invocations.  Avoid a couple of quadratic algorithms for ...
20061         (missed_modules, missed_files): ... these, with ...
20062         (func_append, func_tmpdir): ... these new functions, from
20063         gnulib-tool.  Analogously, install traps for cleanup.
20064
20065         * tests/test-gc.c (main): Remove unused variables.
20066         * tests/test-read-file.c: Include stdlib.h, for 'free'.
20067
20068 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
20069
20070         * modules/inttostr (License): Change to LGPL.
20071
20072 2006-11-14  Eric Blake  <ebb9@byu.net>
20073
20074         * modules/tempname (License): Change to LGPL.
20075
20076 2006-11-14  Eric Blake  <ebb9@byu.net>
20077
20078         * doc/functions.texi (Function Portability): *printf functions on
20079         Cygwin now understand all POSIX size specifiers.
20080
20081 2006-11-14  Bruno Haible  <bruno@clisp.org>
20082
20083         * modules/c-ctype (License): Change to LGPL.
20084
20085 2006-11-12  Bruno Haible  <bruno@clisp.org>
20086
20087         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
20088         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
20089         for GNOME libraries, for which the include files are installed in
20090         subdirectories of $prefix/include.
20091
20092 2006-11-12  Bruno Haible  <bruno@clisp.org>
20093
20094         * m4/lib-link.m4: Require at least autoconf-2.54.
20095         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
20096         name to underscores for the --with option.
20097
20098 2006-11-13  Bruno Haible  <bruno@clisp.org>
20099
20100         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
20101         the tests directory.
20102         Reported by Ralf Wildenhues.
20103
20104 2006-11-13  Bruno Haible  <bruno@clisp.org>
20105
20106         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
20107         (func_emit_initmacro_end): Undo the override here.
20108         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
20109         Works around the famous automake error in coreutils.
20110
20111 2006-11-13  Eric Blake  <ebb9@byu.net>
20112
20113         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
20114         element, not its node.
20115
20116 2006-11-12  Bruno Haible  <bruno@clisp.org>
20117
20118         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
20119         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
20120
20121 2006-11-12  Bruno Haible  <bruno@clisp.org>
20122
20123         * gnulib-tool: New option --local-symlink.
20124         (func_usage): Document it.
20125         (lsymbolic): New variable.
20126         (func_import, func_create_testdir): If --symlink was not specified,
20127         test whether --local-symlink was specified and the file comes from
20128         the local_gnulib_dir.
20129
20130 2006-11-12  Bruno Haible  <bruno@clisp.org>
20131
20132         * gnulib-tool (func_ln): New function.
20133         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
20134
20135 2006-11-12  Bruno Haible  <bruno@clisp.org>
20136
20137         Finish support for source files in subdirectories.
20138         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
20139         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
20140         AUTOMAKE_OPTIONS.
20141         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
20142
20143 2006-11-12  Bruno Haible  <bruno@clisp.org>
20144
20145         * gnulib-tool (func_get_automake_snippet): Synthesize also an
20146         EXTRA_lib_SOURCES augmentation.
20147         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
20148
20149 2006-11-12  Jim Meyering  <jim@meyering.net>
20150
20151         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
20152         file descriptors.  This also averts a failure on systems with
20153         native openat support when a traversed directory lacks "x" access.
20154         * lib/fts_.h: Include "i-ring.h"
20155         (struct FTS) [fts_fd_ring]: New member.
20156         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
20157         (FCHDIR): Add parentheses.
20158         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
20159         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
20160         When descending, rather than simply closing the previous
20161         fts_cwd_fd value, push that file descriptor onto the ring.
20162         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
20163         (fts_open): Initialize the new fd_ring member.
20164         (fts_close): Clear the ring.
20165         (fts_safe_changedir): When possible, use our new fd_ring to skip
20166         the diropen and fstat and dev/ino comparison that would normally
20167         accompany a virtual `chdir ("..")'.
20168
20169         * modules/fts (Depends-on): Add i-ring.
20170         * modules/i-ring: New module.
20171         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
20172         * m4/i-ring.m4: New file.
20173
20174 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20175
20176         * gnulib-tool (func_create_testdir): Fix replacement of
20177         `build-aux' in configure.ac.  Run autotools in gltests
20178         subdirectory.
20179         (func_create_testdir, func_create_megatestdir, test): There is
20180         no need for '--force' in most autotool invocations in a new
20181         tree.  Actually fail the whole test if any of the tools, or the
20182         configure or make stages fail.
20183
20184         Sync from Automake.
20185         * build-aux/gnupload: Revert last change.  Add pointer to upload
20186         instructions of the GNU Maintenance Instructions.
20187         Suggestion by Karl Berry.
20188
20189 2006-11-10  Jim Meyering  <jim@meyering.net>
20190
20191         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
20192
20193 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
20194
20195         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
20196         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
20197         (bind_textdomain_codeset) [! ENABLE_NLS]:
20198         Evaluate all the arguments.  That way, callers get compatible behavior
20199         if the arguments have side effects.  Also, it avoids some GCC
20200         diagnostics in some cases; Joel E. Denny reported problems when Bison
20201         was configured with --enable-gcc-warnigs.
20202
20203 2006-11-10  Jim Meyering  <jim@meyering.net>
20204
20205         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
20206         relevant options in CFLAGS (like -O, -fno-inline) are taken into
20207         account.
20208
20209 2006-11-10  Jim Meyering  <jim@meyering.net>
20210
20211         * modules/inline: New file/module.
20212         * modules/xalloc (Files): Remove m4/inline.m4.
20213         (Depends-on): Add inline, instead.
20214         * modules/oset: Likewise.
20215         * modules/list: Likewise.
20216
20217 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
20218
20219         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
20220         Problem reported by Matthew Woehlke.
20221
20222 2006-11-09  Bruno Haible  <bruno@clisp.org>
20223
20224         * lib/tempname.c (gen_tempname): Remove variant that invokes
20225         __gen_tempname.
20226         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
20227         __gen_tempname.
20228
20229 2006-11-08  Bruno Haible  <bruno@clisp.org>
20230
20231         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
20232         to 'yes' instead of 'cross-compiling'.
20233
20234 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
20235
20236         * lib/quotearg.h (quotearg_free): New decl.
20237         * lib/quotearg.c (quotearg_free): New function.
20238         (slot0, nslots, slotvec0, slotvec):
20239         Now file-scope so that quotearg_free can get at them.
20240
20241 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20242
20243         Sync from Automake.
20244         * build-aux/gnupload: Add missing 'gnu' to example URL.
20245         Report by Karl Berry.
20246
20247 2006-11-08  Bruno Haible  <bruno@clisp.org>
20248
20249         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
20250         Suggested by Paul Eggert.
20251
20252 2006-11-08  Jim Meyering  <jim@meyering.net>
20253
20254         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
20255         It's already included if !_LIBC.
20256         (fts_safe_changedir): Add a comment.
20257
20258 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
20259
20260         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
20261         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
20262         Matthew Woehlke.
20263
20264         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
20265         definitions up, to avoid colliding with change below.
20266         (static_inline) [HAVE_INLINE]: New macro.
20267         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
20268         Provide extern decls when !HAVE_INLINE.  Do not define unless
20269         static_inline is defined, either by us or by xmalloc.c.  Use
20270         static_inline rather than static inline.
20271         (XCALLOC): Optimize sizeof(T) = 1 case.
20272         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
20273
20274 2006-11-07  Bruno Haible  <bruno@clisp.org>
20275
20276         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
20277         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
20278         AC_C_INLINE.
20279         * modules/xalloc (Files): Add m4/inline.m4.
20280
20281 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20282
20283         * README: Fix typo.
20284         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
20285         (Miscellanous Notes): ...from this.
20286
20287 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
20288
20289         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
20290         Mention that offsetof should be used instead of sizeof.
20291         From Bruno Haible.
20292
20293 2006-11-07  Bruno Haible  <bruno@clisp.org>
20294
20295         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
20296
20297 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
20298
20299         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
20300         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
20301         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
20302         (gl_tree_add_before, gl_tree_add_after):
20303         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
20304         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
20305         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
20306         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
20307         (gl_linked_add_after, gl_linked_add_at): Likewise.
20308         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
20309         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
20310         (gl_tree_add_before, gl_tree_add_after): Likewise.
20311         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
20312         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
20313         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
20314
20315 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20316
20317         * lib/gl_oset.h: Use C comment style, not C++ comment style.
20318
20319 2006-11-06  Bruno Haible  <bruno@clisp.org>
20320
20321         * m4/inline.m4: New file.
20322         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
20323         * modules/list (Files): Add m4/inline.m4.
20324         * modules/oset (Files): Likewise.
20325
20326 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
20327
20328         * lib/idcache.c: Include <stddef.h>, for offsetof.
20329         (struct userid.name): Change from char * to a flexible array member.
20330         All uses changed.
20331         * modules/idcache (Depends-on): Add flexmember.
20332
20333         * MODULES.html.sh (Core language properties): New module flexmember.
20334         * modules/flexmember, m4/flexmember.m4: New files.
20335
20336         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
20337         inline functions that are identical with the old xnmalloc_inline,
20338         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
20339         that we can avoid some unnecessary integer multiplications and
20340         divisions in the common case where the element size is known at
20341         compile time.
20342         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
20343         needed.
20344         (xnboundedmalloc): Remove.
20345         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
20346         arguments, for consistency with rest of this header.
20347         (xcharalloc): Rewrite using XNMALLOC.
20348         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
20349         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
20350         versions have been moved to lib/xalloc.h and renamed to be the
20351         non-*_inline versions.
20352         (xmalloc, xrealloc): Implement without reference to the xnmalloc
20353         and xnrealloc functions, since those functions are now inline and
20354         now call us.
20355         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
20356         renaming described above.
20357         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
20358         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
20359         captures the dependency in AC_C_INLINE.
20360
20361         New module canonicalize-lgpl, proposed by Charles Wilson in
20362         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
20363         with a few small changes afterwards.
20364         * MODULES.html.sh (File system functions): New module
20365         canonicalize-lgpl.
20366         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
20367         and canonicalize_file_name.
20368         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
20369         * modules/canonicalize-lgpl: New files.
20370
20371 2006-11-05  Bruno Haible  <bruno@clisp.org>
20372
20373         * gnulib-tool (func_import, func_create_testdir): Create directories
20374         also for files in subdirectories of lib/.
20375
20376 2006-11-05  Bruno Haible  <bruno@clisp.org>
20377
20378         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
20379         ANSI C compliant.
20380
20381 2006-11-03  Bruno Haible  <bruno@clisp.org>
20382
20383         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
20384         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
20385         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
20386         (xnboundedmalloc): New inline function.
20387         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
20388         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
20389         xmalloc.
20390         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
20391         xmalloc.
20392         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
20393         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
20394         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
20395         xmalloc.
20396         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
20397         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
20398         xmalloc.
20399         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
20400         gl_tree_add_after): Use XMALLOC instead of xmalloc.
20401         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
20402         xmalloc.
20403         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
20404         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
20405         gl_tree_add_after): Use XMALLOC instead of xmalloc.
20406         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
20407         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
20408         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
20409         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
20410
20411 2006-11-03  Bruno Haible  <bruno@clisp.org>
20412
20413         * lib/c-ctype.h [C++]: Define functions without name mangling.
20414         * lib/fwriteerror.h [C++]: Likewise.
20415         * lib/gcd.h [C++]: Likewise.
20416         * lib/linebreak.h [C++]: Likewise.
20417
20418 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
20419
20420         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
20421         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
20422         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
20423         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
20424         Check for functions and headers just once.
20425         Check for declaration of canonicalize_file_name.
20426         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
20427
20428 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
20429
20430         * gnulib-tool (func_import): Fix typo in actioncmd.
20431
20432 2006-11-02  Bruno Haible  <bruno@clisp.org>
20433
20434         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
20435         newline sequence in the Makefile.am snippet as a space, like "make"
20436         does.
20437         Reported by Roger Persson <perrog@gmail.com>.
20438
20439 2006-11-01  Bruno Haible  <bruno@clisp.org>
20440
20441         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
20442         already declared in <string.h>.
20443         * lib/strcase.h (strncasecmp): Don't declare it if yes.
20444
20445 2006-11-01  Bruno Haible  <bruno@clisp.org>
20446
20447         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
20448         * lib/strcase.h: Include <string.h>.
20449         (strcasecmp): Define to rpl_strcasecmp here.
20450
20451 2006-11-01  Bruno Haible  <bruno@clisp.org>
20452
20453         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
20454
20455 2006-11-01  Eric Blake  <ebb9@byu.net>
20456
20457         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
20458
20459         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
20460
20461 2006-10-29  Bruno Haible  <bruno@clisp.org>
20462
20463         Make it compile in C++ mode.
20464         * lib/full-write.c (full_rw): Add a cast.
20465
20466 2006-11-01  Bruno Haible  <bruno@clisp.org>
20467
20468         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
20469         be POSIX compliant.
20470         Reported by Roger Persson <perrog@gmail.com>.
20471
20472 2006-11-01  Eric Blake  <ebb9@byu.net>
20473
20474         * lib/getopt_.h: Fix comments.
20475
20476 2006-10-31  Eric Blake  <ebb9@byu.net>
20477
20478         * modules/tmpdir (Depends-on): Add sys_stat.
20479         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
20480         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
20481         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
20482         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
20483         tempname.
20484
20485 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
20486
20487         Avoid some C++ diagnostics reported by Bruno Haible.
20488         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
20489         xmalloc.
20490         (quotearg_alloc): Use xcharalloc rather than xmalloc.
20491         (struct slotvec): Move to top level.
20492         (quotearg_n_options): Rewrite to avoid xmalloc.
20493         * lib/xalloc.h (xcharalloc): New function.
20494         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
20495         [defined __cplusplus]: Add function template that provides result
20496         type propagation.  This part of the change is from Bruno Haible.
20497
20498 2006-10-29  Bruno Haible  <bruno@clisp.org>
20499
20500         Make it compile in C++ mode.
20501         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
20502         * lib/strnlen1.c (strnlen1): Cast memchr result.
20503         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
20504         * lib/clean-temp.c (string_equals, string_hash): Add casts.
20505         (create_temp_dir): Rename local variable 'template'.
20506         (compile_csharp_using_sscli): Add cast.
20507         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
20508         * lib/findprog.c (find_in_path): Likewise.
20509         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
20510         * lib/wait-process.c (register_slave_subprocess): Likewise.
20511
20512 2006-10-22  Bruno Haible  <bruno@clisp.org>
20513
20514         * modules/tsearch: New file.
20515         * lib/tsearch.h: New file.
20516         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
20517         * m4/tsearch.m4: New file.
20518         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
20519
20520 2006-10-29  Eric Blake  <ebb9@byu.net>
20521
20522         * lib/arcfour.c: Assume config.h.
20523         * lib/arctwo.c: Likewise.
20524         * lib/base64.c: Likewise.
20525         * lib/check-version.c: Likewise.
20526         * lib/crc.c: Likewise.
20527         * lib/des.c: Likewise.
20528         * lib/gc-gnulib.c: Likewise.
20529         * lib/gc-libgcrypt.c: Likewise.
20530         * lib/gc-pbkdf2-sha1.c: Likewise.
20531         * lib/getaddrinfo.c: Likewise.
20532         * lib/getdelim.c: Likewise.
20533         * lib/getline.c: Likewise.
20534         * lib/hmac-md5.c: Likewise.
20535         * lib/hmac-sha1.c: Likewise.
20536         * lib/iconvme.c: Likewise.
20537         * lib/md2.c: Likewise.
20538         * lib/md4.c: Likewise.
20539         * lib/memxor.c: Likewise.
20540         * lib/read-file.c: Likewise.
20541         * lib/readline.c: Likewise.
20542         * lib/rijndael-alg-fst.c: Likewise.
20543         * lib/rijndael-api-fst.c: Likewise.
20544         * lib/xgetdomainname.c: Likewise.
20545
20546 2006-10-28  Eric Blake  <ebb9@byu.net>
20547
20548         * lib/xstrndup.c: Assume config.h.
20549
20550 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
20551
20552         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
20553         stat-macros.h is now for our own macros, whereas stat_h is for
20554         macros in the <sys/stat.h> name space.
20555         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
20556         (STAT_MACROS_H): Remove.
20557         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
20558         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
20559         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
20560         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
20561         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
20562         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
20563         Move these macros to ...
20564         * lib/stat_.h: here.  Don't include stat-macros.h.
20565         * lib/canonicalize.c: Don't include stat-macros.h.
20566         * lib/chown.c: Likewise.
20567         * lib/euidaccess.c: Likewise.
20568         * lib/file-type.c: Likewise.
20569         * lib/filemode.c: Likewise.
20570         * lib/glob.c: Likewise.
20571         * lib/isapipe.c: Likewise.
20572         * lib/lchown.c: Likewise.
20573         * lib/lstat.c: Likewise.
20574         * lib/mkdir-p.c: Likewise.
20575         * lib/rmdir.c: Likewise.
20576         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
20577         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
20578         unless mkdir isn't declared, to speed up 'configure'.
20579         Always create sys/stat.h, since it's unlikely any real sys/stat.h
20580         would define all the S_* symbols.
20581         * modules/canonicalize (Depends-on):
20582         Depend on sys_stat, not stat-macros.
20583         * modules/chown: Likewise.
20584         * modules/euidaccess: Likewise.
20585         * modules/filemode: Likewise.
20586         * modules/file-type: Likewise.
20587         * modules/glob: Likewise.
20588         * modules/isapipe: Likewise.
20589         * modules/lchown: Likewise.
20590         * modules/lstat: Likewise.
20591         * modules/mkancesdirs: Likewise.
20592         * modules/rmdir: Likewise.
20593         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
20594         * modules/modechange: Likewise.
20595         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
20596         (configure.ac): Remove gl_STAT_MACROS.
20597         * modules/sys_stat (Depends-on): Remove stat-macros.
20598
20599 2006-10-27  Bruno Haible  <bruno@clisp.org>
20600
20601         * m4/signed.m4: Remove file.
20602         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
20603         invocation.
20604         * modules/vasnprintf (Files): Remove m4/signed.m4.
20605
20606 2006-10-27  Bruno Haible  <bruno@clisp.org>
20607
20608         Update to GNU gettext 0.16.
20609         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
20610         m4/inttypes-h.m4, m4/signed.m4.
20611         * m4/gettext.m4: Update to GNU gettext 0.16.
20612         * m4/intl.m4: New file, from GNU gettext.
20613         * m4/intldir.m4: New file, from GNU gettext.
20614         * config/srclist.txt: Update
20615
20616 2006-10-27  Eric Blake  <ebb9@byu.net>
20617
20618         * MODULES.html.sh: Document tempname.
20619         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
20620         dependencies.
20621         (Files): Move lib/tempname.c...
20622         * modules/tempname: ...to this new module.
20623         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
20624         (gl_PREREQ_TEMPNAME): Move...
20625         * m4/tempname.m4: ...to this new file.
20626         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
20627         * modules/sys_stat (Depends-on): Add stat-macros.
20628         * lib/stat_.h (includes): Pick up stat macros.
20629         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
20630         if stat macros are broken.
20631         * lib/tempname.c (includes): No need to include "stat-macros.h".
20632         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
20633         (direxists, __path_search) [!_LIBC]: Don't compile these in
20634         gnulib; the tmpdir module covers that.
20635         * lib/tempname.h: New file.
20636
20637 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
20638
20639         * COPYING: Explain how gnulib-tool converts licence headers.
20640         Almost all wording by Eric Blake.
20641
20642 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
20643
20644         * lib/mbchar.h (is_basic_table): Make read-only.
20645         * lib/mbchar.c (is_basic_table): Likewise.
20646         Reported by John Darrington.
20647
20648 2006-10-25  Bruno Haible  <bruno@clisp.org>
20649
20650         * lib/progname.h (set_program_name): Undefine before defining.
20651
20652 2006-10-25  Bruno Haible  <bruno@clisp.org>
20653
20654         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
20655         false for non-gcc C++ compilers.
20656         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
20657
20658 2006-10-24  Bruno Haible  <bruno@clisp.org>
20659
20660         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
20661         iconv implementations like Irix iconv.
20662
20663 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
20664
20665         * modules/vararrays: New file.
20666         * m4/vararrays.m4: New file, taken from diffutils.
20667         * MODULES.html.sh: New module vararrays.
20668
20669 2006-10-24  Karl Berry  <karl@gnu.org>
20670
20671         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
20672         Don't call GNU Unix.
20673
20674 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20675
20676         * users.txt: Add Libtool.
20677
20678         Sync from Libtool:
20679
20680         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
20681
20682         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
20683         to gnulib's policy of including config.h unconditionally.
20684
20685 2006-10-24  Bruno Haible  <bruno@clisp.org>
20686
20687         * modules/wcwidth (Files): Add m4/wint_t.m4.
20688         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
20689         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
20690
20691 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
20692
20693         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
20694         to pacify GCC with some -W flags enabled.  Problem reported by
20695         Bruno Haible.
20696
20697 2006-10-24  Jim Meyering  <jim@meyering.net>
20698
20699         * MODULES.html.sh: Remove uinttostr.  It's not a module.
20700         Reported by Karl Berry.
20701
20702 2006-10-23  Bruno Haible  <bruno@clisp.org>
20703
20704         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
20705
20706 2006-10-24  Bruno Haible  <bruno@clisp.org>
20707
20708         * lib/gl_list.h: Use C comment style, not C++ comment style.
20709
20710 2006-10-23  Eric Blake  <ebb9@byu.net>
20711
20712         * lib/getaddrinfo.c (includes): Add missing include.
20713
20714 2006-10-23  Bruno Haible  <bruno@clisp.org>
20715             Paul Eggert  <eggert@cs.ucla.edu>
20716
20717         Ability to rename obstack_free.
20718         * lib/obstack.h (__obstack_free): New macro. Declare instead of
20719         obstack_free.
20720         (obstack_free): Invoke the __obstack_free macro.
20721         * lib/obstack.c (obstack_free): Use __obstack_free macro.
20722
20723 2006-10-23  Bruno Haible  <bruno@clisp.org>
20724             Paul Eggert  <eggert@cs.ucla.edu>
20725
20726         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
20727         __argc, __argv from the declaration. (They are defined as macros on
20728         mingw.)
20729
20730 2006-10-22  Bruno Haible  <bruno@clisp.org>
20731
20732         * doc/gnulib-intro.texi: New file.
20733         * doc/gnulib.texi: Include it.
20734
20735 2006-10-21  Bruno Haible  <bruno@clisp.org>
20736
20737         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
20738         "Introduction", "Miscellanous Notes", "Particular Modules".
20739
20740 2006-10-21  Bruno Haible  <bruno@clisp.org>
20741
20742         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20743         Change mostlyclean-local rule to avoid sh syntax error from bash
20744         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
20745
20746 2006-10-23  Jim Meyering  <jim@meyering.net>
20747
20748         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
20749         in place of snprintf.
20750
20751         * modules/inttostr (Files): Add lib/uinttostr.c.
20752         * lib/uinttostr.c (inttostr): New file/function.
20753         * lib/inttostr.h (uinttostr): Declare.
20754         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
20755         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
20756         Add uinttostr.
20757         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
20758
20759 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
20760
20761         * lib/canonicalize.c (ELOOP): Define if not already defined.
20762         Problem reported by Bruno Haible in
20763         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
20764
20765 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
20766
20767         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
20768         Problem reported by Perry Smith and Ville Laurikari.
20769
20770         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
20771         uses.
20772
20773 2006-10-19  Bruno Haible  <bruno@clisp.org>
20774
20775         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
20776         for mingw.
20777
20778 2006-10-19  Bruno Haible  <bruno@clisp.org>
20779
20780         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
20781         Needed for mingw.
20782
20783 2006-10-19  Bruno Haible  <bruno@clisp.org>
20784
20785         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
20786
20787 2006-10-19  Bruno Haible  <bruno@clisp.org>
20788
20789         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
20790         it.
20791
20792 2006-10-19  Bruno Haible  <bruno@clisp.org>
20793
20794         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
20795         invocation.
20796
20797 2006-10-19  Bruno Haible  <bruno@clisp.org>
20798
20799         * gnulib-tool (func_create_testdir): Don't include ftruncate and
20800         mountlist by default.
20801
20802 2006-10-16  Bruno Haible  <bruno@clisp.org>
20803
20804         * lib/c-strstr.c: Include c-strstr.h.
20805
20806 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
20807
20808         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
20809         in a slash.
20810
20811 2006-10-18  Bruno Haible  <bruno@clisp.org>
20812
20813         * lib/lock.h [C++]: Wrap definitions in extern "C".
20814
20815 2006-10-18  Bruno Haible  <bruno@clisp.org>
20816
20817         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
20818         gl_LIBOBJS list.
20819
20820 2006-10-18  Bruno Haible  <bruno@clisp.org>
20821
20822         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
20823
20824 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
20825
20826         * lib/xstrtol.h: Include gettext.h.
20827         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
20828         Problem reported by Eric Blake.
20829         * modules/xstrtol (Depends-on): Add gettext-h.
20830
20831 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
20832
20833         * lib/strftime.c (advance): New macro.
20834         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
20835         incomplete type, so you can't add 0 to it.  Problem and patch
20836         reported by Eelco Dolstra for dietlibc.
20837
20838 2006-10-18  Jim Meyering  <jim@meyering.net>
20839
20840         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
20841         type for a local, and rename it: s/up/user_proc/.
20842
20843 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
20844
20845         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
20846         READ_UTMP_USER_PROCESS.
20847         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
20848
20849 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
20850
20851         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
20852         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
20853
20854 2006-10-17  Eric Blake  <ebb9@byu.net>
20855
20856         * lib/sigprocmask.c (sigprocmask): Fix typo.
20857
20858         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
20859
20860         * modules/clean-temp (Makefile.am): Don't add to make output...
20861         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
20862         config.h.
20863
20864 2006-10-17  Bruno Haible  <bruno@clisp.org>
20865
20866         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
20867         differently if DEFAULT_TEXT_DOMAIN is set.
20868
20869 2006-10-16  Bruno Haible  <bruno@clisp.org>
20870
20871         * lib/clean-temp.c: Include fwriteerror.h.
20872
20873 2006-10-16  Bruno Haible  <bruno@clisp.org>
20874
20875         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
20876
20877 2006-10-16  Bruno Haible  <bruno@clisp.org>
20878
20879         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
20880         * lib/sigprocmask.h: Include <sys/types.h>.
20881         (sigset_t): Use the system's definition if present.
20882
20883 2006-10-17  Eric Blake  <ebb9@byu.net>
20884
20885         * lib/xvasprintf.c (includes): Assume config.h.
20886         * lib/xasprintf.c (includes): Likewise.
20887
20888 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
20889
20890         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
20891         at least as wide as intmax_t.
20892
20893 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
20894
20895         (Imported from Automake.)
20896         * build-aux/gnupload: Update to version 1.1 of directive file.
20897
20898 2006-10-16  Eric Blake  <ebb9@byu.net>
20899
20900         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
20901         match Automake 1.10a.
20902
20903 2006-10-14  Bruno Haible  <bruno@clisp.org>
20904
20905         * modules/sigprocmask: New file.
20906         * lib/sigprocmask.h: New file.
20907         * lib/sigprocmask.c: New file.
20908         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
20909         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
20910         request sigprocmask.o.
20911         (gl_PREREQ_SIGPROCMASK): New macro.
20912         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
20913         (Depends-on): Add sigprocmask.
20914         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
20915         gt_SIGNALBLOCKING. Test for 'raise' only once.
20916         * lib/fatal-signal.c: Include sigprocmask.h.
20917         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
20918         unblock_fatal_signals): Define always.
20919         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20920         sigprocmask.
20921
20922 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
20923
20924         Sync from Automake.
20925         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
20926         which incorrectly sets the mode of an existing destination
20927         directory.  In some cases the unpatched install-sh could do the
20928         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
20929         system.  We hope this is rare in practice, but it's clearly worth
20930         fixing.  Problem reported by Alex Unleashed in
20931         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
20932         Also, don't bother to check for -m bugs unless we're using -m;
20933         suggested by Stepan Kasal.
20934
20935 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20936
20937         Sync from Automake.
20938         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
20939         `-c' flag, so they appear at the same position as in %FASTDEP%
20940         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
20941         which ignores unknown options only after the first non-option.
20942         Bug report against M4 by Nelson H. F. Beebe.
20943
20944 2006-10-13  Jim Meyering  <jim@meyering.net>
20945
20946         Fix a bug in yesterday's change.
20947         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
20948         p->fts_statp->st_dev would be used uninitialized.
20949         Ensures that we always call fts_stat on the very first entry.
20950         Miklos Szeredi reported that find -xdev stopped working.
20951
20952 2006-10-12  Bruno Haible  <bruno@clisp.org>
20953
20954         * gnulib-tool (func_get_automake_snippet): Append an automatically
20955         computed EXTRA_DIST augmentation.
20956         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
20957         * modules/alloca-opt (Makefile.am): Likewise.
20958         * modules/allocsa (Makefile.am): Likewise.
20959         * modules/arcfour (Makefile.am): Likewise.
20960         * modules/arctwo (Makefile.am): Likewise.
20961         * modules/argmatch (Makefile.am): Likewise.
20962         * modules/argz (Makefile.am): Likewise.
20963         * modules/atexit (Makefile.am): Likewise.
20964         * modules/backupfile (Makefile.am): Likewise.
20965         * modules/byteswap (Makefile.am): Likewise.
20966         * modules/c-strtod (Makefile.am): Likewise.
20967         * modules/c-strtold (Makefile.am): Likewise.
20968         * modules/calloc (Makefile.am): Likewise.
20969         * modules/canon-host (Makefile.am): Likewise.
20970         * modules/canonicalize (Makefile.am): Likewise.
20971         * modules/chdir-long (Makefile.am): Likewise.
20972         * modules/chdir-safer (Makefile.am): Likewise.
20973         * modules/check-version (Makefile.am): Likewise.
20974         * modules/chown (Makefile.am): Likewise.
20975         * modules/cloexec (Makefile.am): Likewise.
20976         * modules/close-stream (Makefile.am): Likewise.
20977         * modules/closeout (Makefile.am): Likewise.
20978         * modules/crc (Makefile.am): Likewise.
20979         * modules/csharpexec (Makefile.am): Likewise.
20980         * modules/cycle-check (Makefile.am): Likewise.
20981         * modules/des (Makefile.am): Likewise.
20982         * modules/dev-ino (Makefile.am): Likewise.
20983         * modules/dirfd (Makefile.am): Likewise.
20984         * modules/dirname (Makefile.am): Likewise.
20985         * modules/dup2 (Makefile.am): Likewise.
20986         * modules/eealloc (Makefile.am): Likewise.
20987         * modules/error (Makefile.am): Likewise.
20988         * modules/euidaccess (Makefile.am): Likewise.
20989         * modules/exclude (Makefile.am): Likewise.
20990         * modules/exitfail (Makefile.am): Likewise.
20991         * modules/fcntl-safer (Makefile.am): Likewise.
20992         * modules/fcntl (Makefile.am): Likewise.
20993         * modules/file-type (Makefile.am): Likewise.
20994         * modules/fileblocks (Makefile.am): Likewise.
20995         * modules/filemode (Makefile.am): Likewise.
20996         * modules/filenamecat (Makefile.am): Likewise.
20997         * modules/fnmatch (Makefile.am): Likewise.
20998         * modules/fopen-safer (Makefile.am): Likewise.
20999         * modules/fpending (Makefile.am): Likewise.
21000         * modules/fprintftime (Makefile.am): Likewise.
21001         * modules/free (Makefile.am): Likewise.
21002         * modules/fsusage (Makefile.am): Likewise.
21003         * modules/ftruncate (Makefile.am): Likewise.
21004         * modules/fts (Makefile.am): Likewise.
21005         * modules/gc-arcfour (Makefile.am): Likewise.
21006         * modules/gc-des (Makefile.am): Likewise.
21007         * modules/gc-hmac-md5 (Makefile.am): Likewise.
21008         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
21009         * modules/gc-md4 (Makefile.am): Likewise.
21010         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
21011         * modules/gc-sha1 (Makefile.am): Likewise.
21012         * modules/gc (Makefile.am): Likewise.
21013         * modules/getaddrinfo (Makefile.am): Likewise.
21014         * modules/getcwd (Makefile.am): Likewise.
21015         * modules/getdelim (Makefile.am): Likewise.
21016         * modules/getdomainname (Makefile.am): Likewise.
21017         * modules/getgroups (Makefile.am): Likewise.
21018         * modules/gethostname (Makefile.am): Likewise.
21019         * modules/gethrxtime (Makefile.am): Likewise.
21020         * modules/getline (Makefile.am): Likewise.
21021         * modules/getloadavg (Makefile.am): Likewise.
21022         * modules/getlogin_r (Makefile.am): Likewise.
21023         * modules/getndelim2 (Makefile.am): Likewise.
21024         * modules/getopt (Makefile.am): Likewise.
21025         * modules/getpagesize (Makefile.am): Likewise.
21026         * modules/getpass-gnu (Makefile.am): Likewise.
21027         * modules/getpass (Makefile.am): Likewise.
21028         * modules/getsubopt (Makefile.am): Likewise.
21029         * modules/gettime (Makefile.am): Likewise.
21030         * modules/gettimeofday (Makefile.am): Likewise.
21031         * modules/getugroups (Makefile.am): Likewise.
21032         * modules/getusershell (Makefile.am): Likewise.
21033         * modules/glob (Makefile.am): Likewise.
21034         * modules/group-member (Makefile.am): Likewise.
21035         * modules/hard-locale (Makefile.am): Likewise.
21036         * modules/hash (Makefile.am): Likewise.
21037         * modules/hmac-md5 (Makefile.am): Likewise.
21038         * modules/hmac-sha1 (Makefile.am): Likewise.
21039         * modules/human (Makefile.am): Likewise.
21040         * modules/idcache (Makefile.am): Likewise.
21041         * modules/imaxabs (Makefile.am): Likewise.
21042         * modules/imaxdiv (Makefile.am): Likewise.
21043         * modules/inet_ntop (Makefile.am): Likewise.
21044         * modules/inet_pton (Makefile.am): Likewise.
21045         * modules/intprops (Makefile.am): Likewise.
21046         * modules/inttostr (Makefile.am): Likewise.
21047         * modules/inttypes (Makefile.am): Likewise.
21048         * modules/isapipe (Makefile.am): Likewise.
21049         * modules/javaversion (Makefile.am): Likewise.
21050         * modules/lchmod (Makefile.am): Likewise.
21051         * modules/lchown (Makefile.am): Likewise.
21052         * modules/localcharset (Makefile.am): Likewise.
21053         * modules/long-options (Makefile.am): Likewise.
21054         * modules/lstat (Makefile.am): Likewise.
21055         * modules/malloc (Makefile.am): Likewise.
21056         * modules/mathl (Makefile.am): Likewise.
21057         * modules/mbchar (Makefile.am): Likewise.
21058         * modules/md2 (Makefile.am): Likewise.
21059         * modules/md4 (Makefile.am): Likewise.
21060         * modules/md5 (Makefile.am): Likewise.
21061         * modules/memcasecmp (Makefile.am): Likewise.
21062         * modules/memchr (Makefile.am): Likewise.
21063         * modules/memcmp (Makefile.am): Likewise.
21064         * modules/memcoll (Makefile.am): Likewise.
21065         * modules/memcpy (Makefile.am): Likewise.
21066         * modules/memmem (Makefile.am): Likewise.
21067         * modules/memmove (Makefile.am): Likewise.
21068         * modules/mempcpy (Makefile.am): Likewise.
21069         * modules/memrchr (Makefile.am): Likewise.
21070         * modules/memset (Makefile.am): Likewise.
21071         * modules/memxor (Makefile.am): Likewise.
21072         * modules/mkancesdirs (Makefile.am): Likewise.
21073         * modules/mkdir-p (Makefile.am): Likewise.
21074         * modules/mkdir (Makefile.am): Likewise.
21075         * modules/mkdtemp (Makefile.am): Likewise.
21076         * modules/mkstemp (Makefile.am): Likewise.
21077         * modules/mktime (Makefile.am): Likewise.
21078         * modules/modechange (Makefile.am): Likewise.
21079         * modules/mountlist (Makefile.am): Likewise.
21080         * modules/nanosleep (Makefile.am): Likewise.
21081         * modules/obstack (Makefile.am): Likewise.
21082         * modules/openat (Makefile.am): Likewise.
21083         * modules/pagealign_alloc (Makefile.am): Likewise.
21084         * modules/pathmax (Makefile.am): Likewise.
21085         * modules/physmem (Makefile.am): Likewise.
21086         * modules/poll (Makefile.am): Likewise.
21087         * modules/posixtm (Makefile.am): Likewise.
21088         * modules/posixver (Makefile.am): Likewise.
21089         * modules/putenv (Makefile.am): Likewise.
21090         * modules/quote (Makefile.am): Likewise.
21091         * modules/quotearg (Makefile.am): Likewise.
21092         * modules/raise (Makefile.am): Likewise.
21093         * modules/read-file (Makefile.am): Likewise.
21094         * modules/readline (Makefile.am): Likewise.
21095         * modules/readlink (Makefile.am): Likewise.
21096         * modules/readtokens (Makefile.am): Likewise.
21097         * modules/readutmp (Makefile.am): Likewise.
21098         * modules/realloc (Makefile.am): Likewise.
21099         * modules/regex (Makefile.am): Likewise.
21100         * modules/rename-dest-slash (Makefile.am): Likewise.
21101         * modules/rename (Makefile.am): Likewise.
21102         * modules/rijndael (Makefile.am): Likewise.
21103         * modules/rmdir (Makefile.am): Likewise.
21104         * modules/rpmatch (Makefile.am): Likewise.
21105         * modules/safe-read (Makefile.am): Likewise.
21106         * modules/safe-write (Makefile.am): Likewise.
21107         * modules/same-inode (Makefile.am): Likewise.
21108         * modules/same (Makefile.am): Likewise.
21109         * modules/save-cwd (Makefile.am): Likewise.
21110         * modules/savedir (Makefile.am): Likewise.
21111         * modules/setenv (Makefile.am): Likewise.
21112         * modules/settime (Makefile.am): Likewise.
21113         * modules/sha1 (Makefile.am): Likewise.
21114         * modules/sig2str (Makefile.am): Likewise.
21115         * modules/snprintf (Makefile.am): Likewise.
21116         * modules/stat-macros (Makefile.am): Likewise.
21117         * modules/stat-time (Makefile.am): Likewise.
21118         * modules/stdbool (Makefile.am): Likewise.
21119         * modules/stdint (Makefile.am): Likewise.
21120         * modules/stdlib-safer (Makefile.am): Likewise.
21121         * modules/stpcpy (Makefile.am): Likewise.
21122         * modules/stpncpy (Makefile.am): Likewise.
21123         * modules/strcase (Makefile.am): Likewise.
21124         * modules/strcasestr (Makefile.am): Likewise.
21125         * modules/strchrnul (Makefile.am): Likewise.
21126         * modules/strcspn (Makefile.am): Likewise.
21127         * modules/strdup (Makefile.am): Likewise.
21128         * modules/strerror (Makefile.am): Likewise.
21129         * modules/strftime (Makefile.am): Likewise.
21130         * modules/strndup (Makefile.am): Likewise.
21131         * modules/strnlen (Makefile.am): Likewise.
21132         * modules/strpbrk (Makefile.am): Likewise.
21133         * modules/strsep (Makefile.am): Likewise.
21134         * modules/strstr (Makefile.am): Likewise.
21135         * modules/strtod (Makefile.am): Likewise.
21136         * modules/strtoimax (Makefile.am): Likewise.
21137         * modules/strtok_r (Makefile.am): Likewise.
21138         * modules/strtol (Makefile.am): Likewise.
21139         * modules/strtoll (Makefile.am): Likewise.
21140         * modules/strtoul (Makefile.am): Likewise.
21141         * modules/strtoull (Makefile.am): Likewise.
21142         * modules/strtoumax (Makefile.am): Likewise.
21143         * modules/strverscmp (Makefile.am): Likewise.
21144         * modules/sys_socket (Makefile.am): Likewise.
21145         * modules/sys_stat (Makefile.am): Likewise.
21146         * modules/sysexits (Makefile.am): Likewise.
21147         * modules/time_r (Makefile.am): Likewise.
21148         * modules/timegm (Makefile.am): Likewise.
21149         * modules/timespec (Makefile.am): Likewise.
21150         * modules/tmpfile-safer (Makefile.am): Likewise.
21151         * modules/trim (Makefile.am): Likewise.
21152         * modules/unistd-safer (Makefile.am): Likewise.
21153         * modules/unlinkdir (Makefile.am): Likewise.
21154         * modules/unlocked-io (Makefile.am): Likewise.
21155         * modules/userspec (Makefile.am): Likewise.
21156         * modules/utime (Makefile.am): Likewise.
21157         * modules/utimecmp (Makefile.am): Likewise.
21158         * modules/utimens (Makefile.am): Likewise.
21159         * modules/vasnprintf (Makefile.am): Likewise.
21160         * modules/vasprintf (Makefile.am): Likewise.
21161         * modules/vsnprintf (Makefile.am): Likewise.
21162         * modules/xalloc (Makefile.am): Likewise.
21163         * modules/xgetcwd (Makefile.am): Likewise.
21164         * modules/xnanosleep (Makefile.am): Likewise.
21165         * modules/xreadlink (Makefile.am): Likewise.
21166         * modules/xstrtod (Makefile.am): Likewise.
21167         * modules/xstrtol (Makefile.am): Likewise.
21168         * modules/xstrtold (Makefile.am): Likewise.
21169         * modules/yesno (Makefile.am): Likewise.
21170         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
21171
21172 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
21173
21174         * modules/error (Makefile.am): Distribute files through
21175         EXTRA_DIST, not lib_SOURCES.
21176
21177 2006-10-12  Eric Blake  <ebb9@byu.net>
21178
21179         * modules/error (Makefile.am): Distribute files in /lib.
21180         * modules/obstack (Makefile.am): Likewise.
21181
21182 2006-10-12  Bruno Haible  <bruno@clisp.org>
21183
21184         * modules/acl (Makefile.am): Distribute all files in lib/ through
21185         EXTRA_DIST.
21186         * modules/arcfour (Makefile.am): Likewise.
21187         * modules/arctwo (Makefile.am): Likewise.
21188         * modules/argmatch (Makefile.am): Likewise.
21189         * modules/argz (Makefile.am): Likewise.
21190         * modules/atexit (Makefile.am): Likewise.
21191         * modules/backupfile (Makefile.am): Likewise.
21192         * modules/c-strtod (Makefile.am): Likewise.
21193         * modules/c-strtold (Makefile.am): Likewise.
21194         * modules/calloc (Makefile.am): Likewise.
21195         * modules/canon-host (Makefile.am): Likewise.
21196         * modules/canonicalize (Makefile.am): Likewise.
21197         * modules/chdir-long (Makefile.am): Likewise.
21198         * modules/chdir-safer (Makefile.am): Likewise.
21199         * modules/check-version (Makefile.am): Likewise.
21200         * modules/chown (Makefile.am): Likewise.
21201         * modules/cloexec (Makefile.am): Likewise.
21202         * modules/close-stream (Makefile.am): Likewise.
21203         * modules/closeout (Makefile.am): Likewise.
21204         * modules/crc (Makefile.am): Likewise.
21205         * modules/cycle-check (Makefile.am): Likewise.
21206         * modules/des (Makefile.am): Likewise.
21207         * modules/dirfd (Makefile.am): Likewise.
21208         * modules/dirname (Makefile.am): Likewise.
21209         * modules/dup2 (Makefile.am): Likewise.
21210         * modules/euidaccess (Makefile.am): Likewise.
21211         * modules/exclude (Makefile.am): Likewise.
21212         * modules/exitfail (Makefile.am): Likewise.
21213         * modules/fcntl-safer (Makefile.am): Likewise.
21214         * modules/file-type (Makefile.am): Likewise.
21215         * modules/fileblocks (Makefile.am): Likewise.
21216         * modules/filemode (Makefile.am): Likewise.
21217         * modules/filenamecat (Makefile.am): Likewise.
21218         * modules/fnmatch (Makefile.am): Likewise.
21219         * modules/fopen-safer (Makefile.am): Likewise.
21220         * modules/fpending (Makefile.am): Likewise.
21221         * modules/fprintftime (Makefile.am): Likewise.
21222         * modules/free (Makefile.am): Likewise.
21223         * modules/fsusage (Makefile.am): Likewise.
21224         * modules/ftruncate (Makefile.am): Likewise.
21225         * modules/fts (Makefile.am): Likewise.
21226         * modules/gc (Makefile.am): Likewise.
21227         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
21228         * modules/getaddrinfo (Makefile.am): Likewise.
21229         * modules/getcwd (Makefile.am): Likewise.
21230         * modules/getdelim (Makefile.am): Likewise.
21231         * modules/getdomainname (Makefile.am): Likewise.
21232         * modules/getgroups (Makefile.am): Likewise.
21233         * modules/gethostname (Makefile.am): Likewise.
21234         * modules/gethrxtime (Makefile.am): Likewise.
21235         * modules/getline (Makefile.am): Likewise.
21236         * modules/getloadavg (Makefile.am): Likewise.
21237         * modules/getlogin_r (Makefile.am): Likewise.
21238         * modules/getopt (Makefile.am): Likewise.
21239         * modules/getpass (Makefile.am): Likewise.
21240         * modules/getpass-gnu (Makefile.am): Likewise.
21241         * modules/getsubopt (Makefile.am): Likewise.
21242         * modules/gettime (Makefile.am): Likewise.
21243         * modules/gettimeofday (Makefile.am): Likewise.
21244         * modules/getugroups (Makefile.am): Likewise.
21245         * modules/getusershell (Makefile.am): Likewise.
21246         * modules/glob (Makefile.am): Likewise.
21247         * modules/group-member (Makefile.am): Likewise.
21248         * modules/hard-locale (Makefile.am): Likewise.
21249         * modules/hash (Makefile.am): Likewise.
21250         * modules/hmac-md5 (Makefile.am): Likewise.
21251         * modules/hmac-sha1 (Makefile.am): Likewise.
21252         * modules/human (Makefile.am): Likewise.
21253         * modules/idcache (Makefile.am): Likewise.
21254         * modules/imaxabs (Makefile.am): Likewise.
21255         * modules/imaxdiv (Makefile.am): Likewise.
21256         * modules/inet_ntop (Makefile.am): Likewise.
21257         * modules/inet_pton (Makefile.am): Likewise.
21258         * modules/inttostr (Makefile.am): Likewise.
21259         * modules/isapipe (Makefile.am): Likewise.
21260         * modules/lchown (Makefile.am): Likewise.
21261         * modules/long-options (Makefile.am): Likewise.
21262         * modules/lstat (Makefile.am): Likewise.
21263         * modules/malloc (Makefile.am): Likewise.
21264         * modules/mathl (Makefile.am): Likewise.
21265         * modules/mbchar (Makefile.am): Likewise.
21266         * modules/md2 (Makefile.am): Likewise.
21267         * modules/md4 (Makefile.am): Likewise.
21268         * modules/md5 (Makefile.am): Likewise.
21269         * modules/memcasecmp (Makefile.am): Likewise.
21270         * modules/memchr (Makefile.am): Likewise.
21271         * modules/memcmp (Makefile.am): Likewise.
21272         * modules/memcoll (Makefile.am): Likewise.
21273         * modules/memcpy (Makefile.am): Likewise.
21274         * modules/memmem (Makefile.am): Likewise.
21275         * modules/memmove (Makefile.am): Likewise.
21276         * modules/mempcpy (Makefile.am): Likewise.
21277         * modules/memrchr (Makefile.am): Likewise.
21278         * modules/memset (Makefile.am): Likewise.
21279         * modules/memxor (Makefile.am): Likewise.
21280         * modules/mkancesdirs (Makefile.am): Likewise.
21281         * modules/mkdir (Makefile.am): Likewise.
21282         * modules/mkdir-p (Makefile.am): Likewise.
21283         * modules/mkdtemp (Makefile.am): Likewise.
21284         * modules/mkstemp (Makefile.am): Likewise.
21285         * modules/mktime (Makefile.am): Likewise.
21286         * modules/modechange (Makefile.am): Likewise.
21287         * modules/mountlist (Makefile.am): Likewise.
21288         * modules/nanosleep (Makefile.am): Likewise.
21289         * modules/openat (Makefile.am): Likewise.
21290         * modules/pagealign_alloc (Makefile.am): Likewise.
21291         * modules/physmem (Makefile.am): Likewise.
21292         * modules/poll (Makefile.am): Likewise.
21293         * modules/posixtm (Makefile.am): Likewise.
21294         * modules/posixver (Makefile.am): Likewise.
21295         * modules/putenv (Makefile.am): Likewise.
21296         * modules/quote (Makefile.am): Likewise.
21297         * modules/quotearg (Makefile.am): Likewise.
21298         * modules/raise (Makefile.am): Likewise.
21299         * modules/read-file (Makefile.am): Likewise.
21300         * modules/readline (Makefile.am): Likewise.
21301         * modules/readlink (Makefile.am): Likewise.
21302         * modules/readtokens (Makefile.am): Likewise.
21303         * modules/readutmp (Makefile.am): Likewise.
21304         * modules/realloc (Makefile.am): Likewise.
21305         * modules/regex (Makefile.am): Likewise.
21306         * modules/rename (Makefile.am): Likewise.
21307         * modules/rename-dest-slash (Makefile.am): Likewise.
21308         * modules/rijndael (Makefile.am): Likewise.
21309         * modules/rmdir (Makefile.am): Likewise.
21310         * modules/rpmatch (Makefile.am): Likewise.
21311         * modules/safe-read (Makefile.am): Likewise.
21312         * modules/safe-write (Makefile.am): Likewise.
21313         * modules/same (Makefile.am): Likewise.
21314         * modules/save-cwd (Makefile.am): Likewise.
21315         * modules/savedir (Makefile.am): Likewise.
21316         * modules/setenv (Makefile.am): Likewise.
21317         * modules/settime (Makefile.am): Likewise.
21318         * modules/sha1 (Makefile.am): Likewise.
21319         * modules/sig2str (Makefile.am): Likewise.
21320         * modules/snprintf (Makefile.am): Likewise.
21321         * modules/stdlib-safer (Makefile.am): Likewise.
21322         * modules/stpcpy (Makefile.am): Likewise.
21323         * modules/stpncpy (Makefile.am): Likewise.
21324         * modules/strcase (Makefile.am): Likewise.
21325         * modules/strcasestr (Makefile.am): Likewise.
21326         * modules/strchrnul (Makefile.am): Likewise.
21327         * modules/strcspn (Makefile.am): Likewise.
21328         * modules/strdup (Makefile.am): Likewise.
21329         * modules/strerror (Makefile.am): Likewise.
21330         * modules/strftime (Makefile.am): Likewise.
21331         * modules/strndup (Makefile.am): Likewise.
21332         * modules/strnlen (Makefile.am): Likewise.
21333         * modules/strpbrk (Makefile.am): Likewise.
21334         * modules/strsep (Makefile.am): Likewise.
21335         * modules/strstr (Makefile.am): Likewise.
21336         * modules/strtod (Makefile.am): Likewise.
21337         * modules/strtoimax (Makefile.am): Likewise.
21338         * modules/strtok_r (Makefile.am): Likewise.
21339         * modules/strtol (Makefile.am): Likewise.
21340         * modules/strtoll (Makefile.am): Likewise.
21341         * modules/strtoul (Makefile.am): Likewise.
21342         * modules/strtoull (Makefile.am): Likewise.
21343         * modules/strtoumax (Makefile.am): Likewise.
21344         * modules/strverscmp (Makefile.am): Likewise.
21345         * modules/time_r (Makefile.am): Likewise.
21346         * modules/timegm (Makefile.am): Likewise.
21347         * modules/tmpfile-safer (Makefile.am): Likewise.
21348         * modules/unistd-safer (Makefile.am): Likewise.
21349         * modules/unlinkdir (Makefile.am): Likewise.
21350         * modules/userspec (Makefile.am): Likewise.
21351         * modules/utime (Makefile.am): Likewise.
21352         * modules/utimecmp (Makefile.am): Likewise.
21353         * modules/utimens (Makefile.am): Likewise.
21354         * modules/vasnprintf (Makefile.am): Likewise.
21355         * modules/vasprintf (Makefile.am): Likewise.
21356         * modules/vsnprintf (Makefile.am): Likewise.
21357         * modules/xalloc (Makefile.am): Likewise.
21358         * modules/xgetcwd (Makefile.am): Likewise.
21359         * modules/xnanosleep (Makefile.am): Likewise.
21360         * modules/xreadlink (Makefile.am): Likewise.
21361         * modules/xstrtod (Makefile.am): Likewise.
21362         * modules/xstrtol (Makefile.am): Likewise.
21363         * modules/xstrtold (Makefile.am): Likewise.
21364         * modules/yesno (Makefile.am): Likewise.
21365
21366 2006-10-12  Jim Meyering  <jim@meyering.net>
21367
21368         * m4/getloadavg.m4: Revert the change below.
21369
21370         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
21371         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
21372         fail with a symlink, which is what coreutils' ./bootstrap now
21373         creates by default.
21374
21375 2006-10-12  Bruno Haible  <bruno@clisp.org>
21376
21377         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
21378         mingw.
21379         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
21380         MSVC and mingw explicitly.
21381
21382 2006-10-11  Simon Josefsson  <jas@extundo.com>
21383             Bruno Haible  <bruno@clisp.org>
21384
21385         Add support for multiple gnulib-tool invocations in the scope of a
21386         single configure.ac file.
21387         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
21388         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
21389         with the same contents as the _LIBADD variable.
21390         (func_emit_initmacro_start, func_emit_initmacro_end,
21391         func_emit_initmacro_done): New functions.
21392         (func_import, func_create_testdir): Invoke them. Allow the identifiers
21393         gl_LIBOBJS and gl_LTLIBOBJS.
21394
21395 2006-10-11  Bruno Haible  <bruno@clisp.org>
21396
21397         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
21398         (func_create_testdir): Don't create po/Makefile.am, don't invoke
21399         autoreconf. Instead, invoke autopoint explicitly but move back the
21400         *.m4 files from gnulib.
21401
21402 2006-10-11  Bruno Haible  <bruno@clisp.org>
21403
21404         * gnulib-tool (func_usage): Make module names after --create-testdir
21405         optional.
21406         (func_create_testdir): If no module was specified, use nearly all
21407         modules.
21408
21409 2006-10-12  Jim Meyering  <jim@meyering.net>
21410
21411         Big performance improvement for fts-based tools that use FTS_NOSTAT.
21412         Avoid spurious inode-mismatch problems on non-POSIX file systems.
21413         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
21414         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
21415         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
21416         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
21417         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
21418         (fts_set_stat_required): New function.
21419         (fts_open): Defer the calls to fts_stat, if possible or requested.
21420         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
21421         into fts_stat itself.
21422         (fts_read): Perform any required (deferred) fts_stat call.
21423         (fts_build): Likewise, for the directory we're about to open and read.
21424         In the readdir loop, carefully decide whether each entry will require
21425         an eventual call to fts_stat, using dirent.d_type info if available.
21426         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
21427         a command line argument into this function.  Update all callers.
21428         Map a return value of FTS_DOT to FTS_D for a command line argument.
21429         * modules/fts (Depends-on): Add d-type.  Alphabetize.
21430         Thanks to Miklos Szeredi for his tenacity and for the initial
21431         bug report about "find" failing on a FUSE-based file system.
21432
21433         * lib/fts.c (fts_open): Use consistent indentation.
21434
21435 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
21436
21437         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
21438         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
21439         reported by Jim Meyering.  All uses of cache variables renamed
21440         to match Autoconf's.
21441         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
21442         the other one.
21443
21444         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
21445         Fix misspelling in diagnostic.
21446
21447 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
21448
21449         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
21450         defined.  Problem reported by Matthew Woehlke.
21451
21452         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
21453         Add support for Tandem NonStop R series.
21454         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
21455         Use new macro.
21456
21457         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
21458         (has_trailing_slash): Omit size arg; all callers changed.
21459         Omit 'inline', since it doesn't help performance and we'd
21460         need to configure it.
21461         Don't count //, ///, etc. as having a trailing slash.
21462         As a side effect, this removes a C99ism reported by Matthew Woehlke.
21463         (rpl_rename_dest_slash): On failure, use rename's errno rather
21464         than (in some cases) an incorrect or junk errno.
21465         Simplify code by removing need to compute length; this does
21466         cause it to make two passes instead of one over the file name,
21467         but it's worth it.
21468
21469         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
21470         change, since Autoconf's version may no longer be appropriate now
21471         that we are using CVS Autoconf's version.  Add support for Tandem.
21472
21473 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
21474             Bruno Haible  <bruno@clisp.org>
21475
21476         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
21477         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
21478         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
21479         gl_AC_TYPE_LONG_LONG.
21480
21481         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
21482         instead of HAVE_LONG_LONG.
21483         * lib/printf-args.c (printf_fetchargs): Likewise.
21484         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
21485         * lib/vasnprintf.c (VASNPRINTF): Likewise.
21486         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
21487         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
21488         gl_AC_TYPE_LONG_LONG.
21489
21490 2006-10-11  Bruno Haible  <bruno@clisp.org>
21491
21492         * m4/longlong.m4: Add comments.
21493         * m4/ulonglong.m4: Likewise.
21494
21495 2006-10-10  Bruno Haible  <bruno@clisp.org>
21496
21497         Make it possible to #define stpcpy, strdup to aliases.
21498         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
21499         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
21500
21501 2006-10-10  Bruno Haible  <bruno@clisp.org>
21502
21503         Make it possible to #define gcd to an alias.
21504         * lib/gcd.c: Include config.h.
21505
21506 2006-10-10  Bruno Haible  <bruno@clisp.org>
21507
21508         Make it possible to #define c_isascii to an alias.
21509         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
21510         defined. Undefine the macros before defining them, to avoid gcc
21511         warnings.
21512         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
21513         define NO_C_CTYPE_MACROS early.
21514
21515 2006-10-10  Bruno Haible  <bruno@clisp.org>
21516
21517         Make it possible to #define set_program_name to an alias.
21518         * lib/progname.c: Don't undefine set_program_name; instead, undefine
21519         ENABLE_RELOCATABLE early.
21520
21521 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
21522
21523         Port to Tandem NSK OSS, which has 64-bit signed int but at most
21524         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
21525         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
21526         More generally, don't assume that 64-bit signed int is available
21527         if unsigned int is, and vice versa.
21528         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
21529         unsigned symbols, not on their signed counterparts.
21530         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
21531         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
21532         (UINT64_C, UINTMAX_C):
21533         Likewise.
21534         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
21535         unsigned counterparts.
21536         (Have_long_long, Unsigned): New macros.
21537         (Int): Renamed from INT.
21538         (strtoimax): Use the new macros.
21539         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
21540         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
21541         * modules/inttypes (inttypes.h): Substitute
21542         HAVE_UNSIGNED_LONG_LONG_INT.
21543         * modules/stdint (stdint.h): Likewise.
21544         (Files): Add m4/ulonglong.m4.
21545
21546 2006-10-10  Bruno Haible  <bruno@clisp.org>
21547
21548         Fix a gcc -Wshadow warning.
21549         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
21550         to 'bucket'.
21551         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
21552         gl_linked_indexof_from_to): Likewise.
21553         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
21554         Likewise.
21555         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
21556         Likewise.
21557         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
21558         Reported by Eric Blake.
21559
21560 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
21561
21562         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
21563         for NetBSD.  Problem reported by Bruno Haible.
21564
21565 2006-10-09  Jim Meyering  <jim@meyering.net>
21566
21567         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
21568         Patch from Bruno Haible.
21569
21570 2006-10-09  Jim Meyering  <jim@meyering.net>
21571
21572         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
21573         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
21574         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
21575
21576 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
21577
21578         Don't include <config.h> twice; this doesn't work in some cases,
21579         e.g., when config.h has "#define intmax_t long long int" and
21580         we include <config.h>, <inttypes.h>, <config.h> in that order.
21581         Problem reported by Matthew Woehlke in:
21582         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
21583         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
21584         * lib/fts-cycle.c: Don't include config.h.
21585         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
21586         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
21587         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
21588         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
21589         inttypes.h.
21590         * lib/xstrtoumax.c: Likewise.
21591         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
21592         __strtol and the like, so that this module is more like its siblings.
21593         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
21594         Remove; no longer needed now that we assume gnulib inttypes.h.
21595
21596 2006-10-08  Bruno Haible  <bruno@clisp.org>
21597
21598         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
21599         option.
21600
21601 2006-10-07  Jim Meyering  <jim@meyering.net>
21602
21603         * modules/inttypes (inttypes.h): Revert what seems to have been
21604         an inadvertent part of today's change: use "|", not "/" in the
21605         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
21606
21607 2006-10-07  Bruno Haible  <bruno@clisp.org>
21608
21609         * modules/sublist: New file.
21610
21611 2006-10-07  Bruno Haible  <bruno@clisp.org>
21612
21613         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
21614         * modules/argz (argz.h): Likewise.
21615         * modules/arpa_inet (arpa/inet.h): Likewise.
21616         * modules/byteswap (byteswap.h): Likewise.
21617         * modules/configmake (configmake.h): Likewise.
21618         * modules/fcntl (fcntl.h): Likewise.
21619         * modules/fnmatch (fnmatch.h): Likewise.
21620         * modules/getopt (getopt.h): Likewise.
21621         * modules/glob (glob.h): Likewise.
21622         * modules/inttypes (inttypes.h): Likewise.
21623         * modules/netinet_in (netinet/in.h): Likewise.
21624         * modules/poll (poll.h): Likewise.
21625         * modules/stdbool (stdbool.h): Likewise.
21626         * modules/stdint (stdint.h): Likewise.
21627         * modules/sys_select (sys/select.h): Likewise.
21628         * modules/sys_socket (sys/socket.h): Likewise.
21629         * modules/sys_stat (sys/stat.h): Likewise.
21630         * modules/sysexits (sysexits.h): Likewise.
21631         * modules/unistd (unistd.h): Likewise.
21632         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21633         Add a "DO NOT EDIT" comment to the generated file.
21634         (func_import): Likewise for gnulib-comp.m4.
21635
21636 2006-10-07  Bruno Haible  <bruno@clisp.org>
21637
21638         * lib/gl_sublist.h: New file.
21639         * lib/gl_sublist.c: New file.
21640
21641 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
21642
21643         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
21644         name (relative to the original working directory) and the file
21645         name component (relative to the temporary working directory).  All
21646         callers changed.
21647         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
21648         * lib/mkdir-p.c (make_dir_parents): Likewise.
21649         * lib/mkdir-p.h (make_dir_parents): Likewise.
21650
21651 2006-10-06  Eric Blake  <ebb9@byu.net>
21652
21653         Define several macros for use by the clean-temp module.
21654         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
21655         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
21656         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
21657
21658         * lib/clean-temp.h (close_stream_temp): New declaration.
21659         * lib/clean-temp.c (includes): Pull in headers according to what
21660         other modules are in use.
21661         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
21662
21663 2006-10-06  Bruno Haible  <bruno@clisp.org>
21664
21665         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
21666         instead of fopen, fwriteerror.
21667
21668 2006-10-06  Bruno Haible  <bruno@clisp.org>
21669
21670         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
21671         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
21672         int.
21673         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
21674         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
21675         Return an error indicator.
21676         Suggested by Eric Blake.
21677
21678 2006-10-06  Bruno Haible  <bruno@clisp.org>
21679
21680         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
21681         Reported by Eric Blake.
21682
21683 2006-10-06  Bruno Haible  <bruno@clisp.org>
21684
21685         * modules/closeout (Description): Mention stderr too.
21686
21687 2006-10-06  Bruno Haible  <bruno@clisp.org>
21688         and Paul Eggert  <eggert@cs.ucla.edu>
21689
21690         * lib/closeout.c (close_stdout): Also close stderr.
21691         * lib/closeout.h: Update comment.
21692
21693 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
21694
21695         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
21696         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
21697         * lib/dirchownmod.c: Include lchown.h.
21698         * lib/lchown.c: Don't include files that lchown.h now includes.
21699         Don't declare chown, since lchown.h now does that.
21700         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
21701         (lchown): Define to rpl_chown if lchown is declared but
21702         does not exist.  Declare using a prototype if lchown is not
21703         declared.  Add a copyright notice.
21704         * lib/mkstemp.h: Include <unistd.h>.
21705         * lib/openat.c: Include lchown.h.
21706
21707         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
21708         we now test for that separately.
21709         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
21710         rather than O_NOFOLLOW, when testing whether it's possible to
21711         avoid a race condition reliably.
21712         * lib/savewd.c (savewd_chdir): Likewise.
21713
21714         Remove macros that are no longer needed now that stdint.h is
21715         reliable.
21716         * lib/fsusage.c (UINTMAX_MAX): Remove.
21717         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
21718         * lib/utimecmp.c (SIZE_MAX): Remove.
21719
21720         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
21721
21722         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
21723         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
21724         O_NOATIME works.
21725
21726 2006-10-05  Bruno Haible  <bruno@clisp.org>
21727
21728         * lib/gl_list.h (gl_sortedlist_search_from_to,
21729         gl_sortedlist_indexof_from_to): New declarations.
21730         (gl_list_implementation): New fields sortedlist_search_from_to,
21731         sortedlist_indexof_from_to.
21732         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
21733         inline functions.
21734         * lib/gl_list.c (gl_sortedlist_search_from_to,
21735         gl_sortedlist_indexof_from_to): New functions.
21736         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
21737         function.
21738         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
21739         (gl_array_sortedlist_search_from_to): New function.
21740         (gl_array_list_implementation): Update.
21741         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
21742         function.
21743         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
21744         (gl_carray_sortedlist_search_from_to): New function.
21745         (gl_carray_list_implementation): Update.
21746         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
21747         gl_linked_sortedlist_indexof_from_to): New functions.
21748         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
21749         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
21750         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
21751         gl_tree_sortedlist_indexof_from_to): New functions.
21752         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
21753         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
21754         Update.
21755         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
21756         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
21757         Update.
21758
21759 2006-10-05  Bruno Haible  <bruno@clisp.org>
21760
21761         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
21762         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
21763         (struct gl_list_implementation): Add fields search_from_to,
21764         indexof_from_to. Remove fields search, indexof.
21765         (gl_list_search): Use the search_from_to method.
21766         (gl_list_search_from, gl_list_search_from_to): New functions.
21767         (gl_list_indexof): Use the indexof_from_to method.
21768         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
21769         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
21770         (gl_list_search_from, gl_list_search_from_to): New functions.
21771         (gl_list_indexof): Use the indexof_from_to method.
21772         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
21773         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
21774         gl_array_indexof. Add start_index, end_index arguments.
21775         (gl_array_search_from_to): Renamed from gl_array_search. Add
21776         start_index, end_index arguments.
21777         (gl_array_remove, gl_array_list_implementation): Update.
21778         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
21779         gl_carray_indexof. Add start_index, end_index arguments.
21780         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
21781         start_index, end_index arguments.
21782         (gl_carray_remove, gl_carray_list_implementation): Update.
21783         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
21784         gl_linked_search. Add start_index, end_index arguments.
21785         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
21786         start_index, end_index arguments.
21787         (gl_linked_remove): Update.
21788         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
21789         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
21790         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
21791         field to 'size_t'.
21792         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
21793         gl_tree_search. Add start_index, end_index arguments.
21794         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
21795         start_index, end_index arguments.
21796         (gl_tree_remove): Update.
21797         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
21798         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
21799         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
21800         function.
21801         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
21802         gl_tree_search. Add start_index, end_index arguments.
21803         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
21804         start_index, end_index arguments.
21805         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
21806         Update.
21807         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
21808
21809 2006-10-05  Bruno Haible  <bruno@clisp.org>
21810
21811         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
21812
21813         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
21814         fwriteerror_temp): New declarations.
21815         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
21816         (descriptors): New variable.
21817         (cleanup): First, close the descriptors.
21818         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
21819         fclose_temp, fwriteerror_temp): New functions.
21820
21821 2006-10-04  Jim Meyering  <jim@meyering.net>
21822
21823         * lib/fts.c (fts_open): Tiny comment change.
21824
21825 2006-10-04  Bruno Haible  <bruno@clisp.org>
21826
21827         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
21828         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
21829         gl_LOCK_BODY.
21830         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
21831         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
21832         gl_LOCK_EARLY_BODY.
21833         (gl_LOCK): Require gl_LOCK_BODY.
21834
21835 2006-10-04  Bruno Haible  <bruno@clisp.org>
21836
21837         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
21838         (gl_oset_search_atleast): New declaration.
21839         (struct gl_oset_implementation): Add field 'search_atleast'.
21840         (gl_oset_search_atleast): New inline function.
21841         * lib/gl_oset.c (gl_oset_search_atleast): New function.
21842         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
21843         (gl_array_oset_implementation): Update.
21844         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
21845         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
21846         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
21847
21848 2006-10-04  Bruno Haible  <bruno@clisp.org>
21849
21850         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
21851
21852 2006-10-03  Bruno Haible  <bruno@clisp.org>
21853
21854         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
21855         from gl_avltreehash_list_implementation.
21856
21857 2006-10-03  Bruno Haible  <bruno@clisp.org>
21858
21859         * lib/gl_oset.c (gl_oset_add): Fix return type.
21860
21861 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
21862
21863         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
21864
21865 2006-10-02  Eric Blake  <ebb9@byu.net>
21866
21867         * modules/strnlen (Depends-on): Add extensions.
21868
21869 2006-10-02  Eric Blake  <ebb9@byu.net>
21870
21871         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
21872         definition in 2.60+.
21873
21874 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
21875
21876         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
21877         checks.
21878
21879 2006-10-02  Bruno Haible  <bruno@clisp.org>
21880
21881         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
21882         to the AUTOMAKE_OPTIONS.
21883         Reported by Jim Meyering.
21884
21885 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
21886
21887         Work around bug in Solaris 10 /proc file system:
21888         /proc/self/fd/NNN/.. isn't the parent directory of
21889         the directory whose file descriptor is NNN.  This needs to
21890         be worked around at run time, not compile time, since a
21891         program might be built on Solaris 8, where things work, and
21892         run on Solaris 10.
21893         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
21894         to use the following interface instead:
21895         (OPENAT_BUFFER_SIZE): New macro.
21896         (openat_proc_name): New function.
21897         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
21898         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
21899         Likewise.
21900         * lib/openat-proc.c: New file.
21901         * modules/openat (Files): Add lib/openat-proc.c.
21902         (Depends-on): Add same-inode, stdbool.
21903         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
21904
21905 2006-09-29  Bruno Haible  <bruno@clisp.org>
21906
21907         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
21908         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
21909         argument. Set stdout_closed before testing for ferror, not after.
21910         (fwriteerror, fwriteerror_no_ebadf): New functions.
21911
21912 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21913
21914         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
21915
21916 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
21917
21918         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
21919         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
21920
21921 2006-09-28  Jim Meyering  <jim@meyering.net>
21922
21923         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
21924         Include <unistd.h>.
21925
21926 2006-09-28  Bruno Haible  <bruno@clisp.org>
21927
21928         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
21929         * modules/linkedhash-list (Depends-on): Likewise.
21930         * modules/rbtreehash-list (Depends-on): Likewise.
21931
21932 2006-09-28  Bruno Haible  <bruno@clisp.org>
21933
21934         * lib/strndup.h: Simplify the redefinition of strndup.
21935         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
21936         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
21937
21938 2006-09-28  Bruno Haible  <bruno@clisp.org>
21939
21940         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
21941         * lib/gl_linkedhash_list.c: Likewise.
21942         * lib/gl_rbtreehash_list.c: Likewise.
21943
21944 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
21945
21946         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
21947         getaddrinfo.
21948
21949         * lib/__fpending.h: Don't include <stdio_ext.h> unless
21950         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
21951         it causes <stdio_ext.h> to cause a compile-time error.
21952         Problem reported by Nelson H. F. Beebe.
21953         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
21954         of HAVE_DECL___PENDING.
21955
21956         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
21957         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
21958         declaration.
21959
21960 2006-09-27  Jim Meyering  <jim@meyering.net>
21961
21962         This file could end up with a definition for a function
21963         named __strndup, rather than rpl_strndup on a system with
21964         incomplete weak_alias support.
21965         * lib/strndup.c (strndup): Rename from __strndup.
21966         Remove #defines that used to map __strndup to strndup.
21967         Don't use K&R prototypes.
21968         Remove LIBC-related code, since this file is not sync'd with glibc.
21969         * lib/strndup.h: Revamp, accordingly.
21970         * m4/strndup.m4: Modernize.
21971
21972 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
21973
21974         * modules/savewd (Depends-on): Add 'raise'.
21975         * lib/savewd.c: Include <signal.h>, for 'raise'.
21976
21977 2006-09-26  Jim Meyering  <jim@meyering.net>
21978
21979         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
21980         when we detect Darwin 8.7.0's acl_get_file bug.
21981         Rearrange to perform the new (below) run-test while $LIBS
21982         contains any acl-related library.  Set USE_ACL at the end.
21983         (gl_ACL_GET_FILE): New function.
21984
21985 2006-09-26  Eric Blake  <ebb9@byu.net>
21986
21987         * lib/verror.c: Include <config.h> unconditionally.
21988
21989 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
21990
21991         * modules/clock-time (Maintainer): Add self.
21992         * modules/getlogin_r (Depends-on): Add extensions.
21993
21994 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21995
21996         * modules/clock-time: New module.
21997         * modules/nanosleep (Depends-on): Add clock-time.
21998         * modules/gethrxtime (Depends-on): Likewise.
21999         * modules/gettime (Depends-on): Likewise.
22000         * modules/settime (Depends-on): Likewise.
22001
22002         * modules/fts-lgpl: Depend on openat.
22003         * modules/mkancesdirs: Depend on savewd.
22004         * modules/mkdir-p: Likewise.
22005
22006 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22007
22008         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
22009
22010         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
22011         `gl_have_arbitrary_file_name_length_limit' to
22012         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
22013         actually works between configure runs.
22014
22015 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22016             Bruno Haible  <bruno@clisp.org>
22017
22018         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
22019
22020 2006-09-25  Jim Meyering  <jim@meyering.net>
22021
22022         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
22023         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
22024
22025 2006-09-25  Eric Blake  <ebb9@byu.net>
22026
22027         * gnulib-tool (func_import, func_create_testdir): Fix typos in
22028         exec's in 2006-09-18 patch when shuffling fds.
22029
22030 2006-09-25  Bruno Haible  <bruno@clisp.org>
22031
22032         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
22033         Reported by Jim Meyering.
22034
22035 2006-09-24  Jim Meyering  <jim@meyering.net>
22036
22037         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
22038         compare a pointer against a literal "0".  That caused failures with
22039         at least HP-UX's hpcc.
22040
22041 2006-09-22  Simon Josefsson  <jas@extundo.com>
22042
22043         * modules/gc-sha1:
22044         * modules/gc-md4:
22045         * modules/gc-hmac-sha1:
22046         * modules/gc-hmac-md5:
22047         * modules/gc-des:
22048         * modules/gc-arcfour: Distribute more files.
22049
22050 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22051
22052         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
22053         (gl_linked_iterator_from_to): Initialize struct completely.
22054         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
22055         (gl_tree_iterator_from_to): Likewise
22056         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
22057         * lib/gl_array_list.c [lint] (gl_array_iterator)
22058         (gl_array_iterator_from_to): Likewise.
22059         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
22060         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
22061         (gl_carray_iterator_from_to): Likewise.
22062
22063         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
22064         * lib/md4.c (md4_process_block): Remove unused variable.
22065         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
22066         parentheses for clarity.
22067
22068 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22069
22070         * modules/bison-i18n (Depends-on): Add gettext.
22071
22072 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22073
22074         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
22075         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
22076         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
22077         also add missing comma that caused broken test.
22078         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
22079         stdlib.h, for `abort'.
22080         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
22081         variables.
22082         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
22083         include unistd.h if present, for `rmdir'.
22084         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
22085         variables.
22086         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
22087         in the process include standard headers for prototypes.
22088         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
22089         gets declared on GNU/Linux.
22090         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
22091         unistd.h, for `rmdir'.
22092         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
22093
22094         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
22095         always true.
22096         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
22097
22098         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
22099
22100 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22101
22102         * gnulib-tool (func_version): Create output all at once.  This
22103         may help avoid triggering unnecessary SIGPIPEs, and at any
22104         rate it doesn't hurt.
22105
22106 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22107             Bruno Haible  <bruno@clisp.org>
22108
22109         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
22110         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
22111         * m4/signed.m4 (bh_C_SIGNED): Likewise.
22112
22113         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
22114         (gl_FUNC_VASPRINTF): Invoke it.
22115
22116 2006-09-22  Bruno Haible  <bruno@clisp.org>
22117
22118         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
22119         getloadavg.c as first argument.
22120
22121 2006-09-22  Bruno Haible  <bruno@clisp.org>
22122
22123         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
22124         at the beginning of the gl_INIT macro.
22125         * modules/getloadavg (configure.ac): Pass $gl_source_base to
22126         gl_GETLOADAVG.
22127
22128 2006-09-22  Bruno Haible  <bruno@clisp.org>
22129
22130         * gnulib-tool (func_create_megatestdir): Don't include the config-h
22131         module.
22132         Suggested by Ralf Wildenhues.
22133
22134 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22135
22136         Import this patch from libc:
22137
22138         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
22139
22140         * lib/regex_internal.c (re_string_reconstruct): Handle
22141         offset < pstr->valid_raw_len && pstr->offsets_needed case.
22142         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
22143         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
22144         re_string_context_at.
22145
22146         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
22147         now requires it.
22148         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
22149         gl_REGEX now does it for us.
22150         (gl_REGEX): Add test taken from
22151         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
22152
22153         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
22154         Check that large offsets work.  Modernize Autoconf usages.
22155         Prefer "yes" to mean a good thing rather than a bad.
22156         Don't put "#define mkstemp" in config.h, as this might interfere
22157         with standard system headers that "#define mkstemp mkstemp64".
22158
22159         * modules/mkstemp (Depends-on): Add extensions, so that
22160         mkstemp is visible on some platforms.
22161         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
22162         (Include): Change to "mkstemp.h" from <stdlib.h>.
22163         (Files): Add mkstemp.h.
22164
22165         * lib/mkstemp.h: New file, since some standard headers
22166         #define mkstemp.
22167         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
22168         Include "mkstemp.h".
22169         Make the _LIBC code resemble glibc original more,
22170         e.g., use K&R style.
22171         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
22172         (mkstemp): Remove, since mkstemp.h does this for us.
22173         * lib/stdlib--.h: Include mkstemp.h.
22174
22175         Import this patch from libc:
22176
22177         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
22178
22179         * lib/tempname.c (__gen_tempname): Change attempts_min
22180         into a macro.  Use preprocessor to decide how to initialize
22181         attempts [Coverity CID 67].
22182
22183 2006-09-20  Bruno Haible  <bruno@clisp.org>
22184
22185         * lib/mkdtemp.c: Import from libc.
22186         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
22187                 * sysdeps/posix/tempname.c (__gen_tempname): Change
22188                 attempts_min into a macro.  Use preprocessor to decide how to
22189                 initialize attempts [Coverity CID 67].
22190         2001-11-27  Paul Eggert  <eggert@twinsun.com>
22191                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
22192                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
22193
22194 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22195
22196         * gnulib-tool (func_exit): New function, to allow to pass the
22197         exit status portably through the trap.  Use everywhere.
22198         (--help, --version): Signal a write error.
22199         (trap): catch SIGPIPE, for write errors.
22200         Exit at the end of the trap, with the correct exit status.
22201
22202 2006-09-19  Karl Berry  <karl@gnu.org>
22203
22204         * doc/gnulib.texi: note about the license texinfo files.
22205
22206 2006-09-19  Eric Blake  <ebb9@byu.net>
22207
22208         * gnulib-tool: Avoid space-tab.
22209
22210 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
22211
22212         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
22213         that prevented coreutils 6.1 from building.  Problem reported
22214         by Petter Reinholdtsen.
22215
22216 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
22217
22218         * gnulib-tool (avoidlist): Fix typo that broke options like
22219         --avoid=lock that are used by coreutils bootstrap.
22220
22221 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
22222
22223         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
22224         more systematically.
22225
22226 2006-09-18  Jim Meyering  <jim@meyering.net>
22227
22228         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
22229
22230 2006-09-18  Bruno Haible  <bruno@clisp.org>
22231
22232         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
22233
22234 2006-09-18  Bruno Haible  <bruno@clisp.org>
22235
22236         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
22237         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
22238         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
22239         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
22240         * m4/gettext.m4: Require autoconf >= 2.52.
22241         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
22242         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
22243         of gl_cv_header_inttypes_h.
22244
22245 2006-09-18  Bruno Haible  <bruno@clisp.org>
22246
22247         * lib/javaversion.c: Include configmake.h.
22248
22249 2006-09-18  Bruno Haible  <bruno@clisp.org>
22250
22251         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
22252         avoid that the while loops be executed in a subshell.
22253
22254 2006-09-18  Bruno Haible  <bruno@clisp.org>
22255
22256         * MODULES.html.sh (func_module): Break long lines.
22257         Suggested by Bruce Korb <bkorb@gnu.org>.
22258
22259 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22260
22261         Speed up by a factor of 1.12.
22262         * gnulib-tool (nl): New variable.
22263         (func_import): Rewrite include directive extraction to only read each
22264         directive once.
22265
22266 2006-09-17  Bruno Haible  <bruno@clisp.org>
22267
22268         * modules/javaversion (Makefile.am): Remove DEFS setting.
22269         (Depends-on): Add configmake, for PKGDATADIR definition.
22270
22271 2006-09-17  Bruno Haible  <bruno@clisp.org>
22272
22273         * gnulib-tool (func_create_testdir): Rewrite all files at once.
22274
22275 2006-09-17  Bruno Haible  <bruno@clisp.org>
22276
22277         * gnulib-tool (func_append): New function, stolen from libtool.m4.
22278         (func_modules_transitive_closure, func_modules_add_dummy,
22279         func_modules_to_filelist, func_import, func_create_testdir,
22280         func_create_megatestdir, ...): Use it wherever possible.
22281         Suggested by Ralf Wildenhues.
22282
22283 2006-09-16  Karl Berry  <karl@gnu.org>
22284
22285         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
22286         to avoid sectioning errors.
22287         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
22288         [ifinfo]: blank line after @center-ed titles.
22289         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
22290         Spell FSF address consistently with others.
22291         (These changes approved by rms.)
22292
22293 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22294
22295         Speed up by a factor of 1.61.
22296         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
22297         already checked module names again.
22298
22299 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22300
22301         Speed up by a factor of 1.13.
22302         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
22303         for new_files, and the input to func_add_or_update.
22304
22305 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22306
22307         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
22308         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
22309
22310 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
22311
22312         * modules/mkancesdirs (Depends-on): Add fcntl.
22313         * modules/savewd: New file.
22314         * MODULES.html.sh (File system functions): Add savewd.
22315
22316         * modules/configmake (Makefile.am): Add support for the
22317         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
22318
22319 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
22320
22321         * m4/savewd.m4: New file.
22322
22323 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
22324
22325         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
22326         (dirchownmod): New arg FD.  All callers changed.
22327         Use FD rather than opening the directory ourself, as opening is
22328         now the caller's responsibility.
22329         * lib/dirchownmod.h: Likewise.
22330         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
22331         hosts that require <sys/types.h> before <sys/stat.h>.  Include
22332         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
22333         (test_dir): Remove.
22334         (mkancesdirs): Return length of prefix of FILE that has already
22335         been made, or -2 if there is a child doing the work.  Redo
22336         algorithm so that it is O(N) rather than O(N**2).  Optimize away
22337         ".", and treat ".." specially since it might stray back into
22338         already-created areas.  Use a subprocess if necessary.  New arg
22339         WD; all users changed.  MAKE_DIR function should now return 1
22340         if it creates a directory that is not readable.  Return -2 if
22341         a child process is spun off.
22342         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
22343         Adjust signature to match code.
22344         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
22345         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
22346         all users changed.
22347         * lib/savewd.c, lib/savewd.h: New files.
22348
22349 2006-09-15  Jim Meyering  <jim@meyering.net>
22350
22351         * modules/rename-dest-slash: New module.
22352         * MODULES.html.sh (posix_compat): Add it here.
22353
22354         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
22355
22356 2006-09-15  Jim Meyering  <jim@meyering.net>
22357
22358         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
22359         file.
22360
22361         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
22362
22363 2006-09-15  Jim Meyering  <jim@meyering.net>
22364
22365         * lib/rename-dest-slash.c (has_trailing_slash): Use
22366         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
22367         (rpl_rename_dest_slash): Perform the cheaper trailing slash
22368         test before testing whether SRC is a directory.
22369         Suggestions from Bruno Haible.
22370
22371         Avoid a warning about an unused variable.
22372         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
22373         into the #ifdef block where it's used.
22374
22375         * lib/rename-dest-slash.c: New file.
22376
22377 2006-09-14  Bruno Haible  <bruno@clisp.org>
22378
22379         * lib/allocsa.c: Include <config.h> unconditionally.
22380         * lib/asnprintf.c: Likewise.
22381         * lib/asprintf.c: Likewise.
22382         * lib/c-strcasecmp.c: Likewise.
22383         * lib/c-strcasestr.c: Likewise.
22384         * lib/c-strncasecmp.c: Likewise.
22385         * lib/c-strstr.c: Likewise.
22386         * lib/classpath.c: Likewise.
22387         * lib/clean-temp.c: Likewise.
22388         * lib/concatpath.c: Likewise.
22389         * lib/copy-file.c: Likewise.
22390         * lib/csharpcomp.c: Likewise.
22391         * lib/csharpexec.c: Likewise.
22392         * lib/execute.c: Likewise.
22393         * lib/fatal-signal.c: Likewise.
22394         * lib/findprog.c: Likewise.
22395         * lib/fwriteerror.c: Likewise.
22396         * lib/gl_array_list.c: Likewise.
22397         * lib/gl_array_oset.c: Likewise.
22398         * lib/gl_avltree_list.c: Likewise.
22399         * lib/gl_avltree_oset.c: Likewise.
22400         * lib/gl_avltreehash_list.c: Likewise.
22401         * lib/gl_carray_list.c: Likewise.
22402         * lib/gl_linked_list.c: Likewise.
22403         * lib/gl_linkedhash_list.c: Likewise.
22404         * lib/gl_list.c: Likewise.
22405         * lib/gl_oset.c: Likewise.
22406         * lib/gl_rbtree_list.c: Likewise.
22407         * lib/gl_rbtree_oset.c: Likewise.
22408         * lib/gl_rbtreehash_list.c: Likewise.
22409         * lib/imaxabs.c: Likewise.
22410         * lib/imaxdiv.c: Likewise.
22411         * lib/javacomp.c: Likewise.
22412         * lib/javaexec.c: Likewise.
22413         * lib/javaversion.c: Likewise.
22414         * lib/linebreak.c: Likewise.
22415         * lib/localcharset.c: Likewise.
22416         * lib/lock.c: Likewise.
22417         * lib/mbchar.c: Likewise.
22418         * lib/mbswidth.c: Likewise.
22419         * lib/mkdtemp.c: Likewise.
22420         * lib/pipe.c: Likewise.
22421         * lib/printf-args.c: Likewise.
22422         * lib/printf-parse.c: Likewise.
22423         * lib/progname.c: Likewise.
22424         * lib/progreloc.c: Likewise.
22425         * lib/readlink.c: Likewise.
22426         * lib/sh-quote.c: Likewise.
22427         * lib/stpcpy.c: Likewise.
22428         * lib/stpncpy.c: Likewise.
22429         * lib/strcasecmp.c: Likewise.
22430         * lib/strcasestr.c: Likewise.
22431         * lib/strcspn.c: Likewise.
22432         * lib/striconv.c: Likewise.
22433         * lib/strncasecmp.c: Likewise.
22434         * lib/strnlen1.c: Likewise.
22435         * lib/strstr.c: Likewise.
22436         * lib/strtok_r.c: Likewise.
22437         * lib/tls.c: Likewise.
22438         * lib/tmpdir.c: Likewise.
22439         * lib/unicodeio.c: Likewise.
22440         * lib/unsetenv.c: Likewise.
22441         * lib/vasnprintf.c: Likewise.
22442         * lib/vasprintf.c: Likewise.
22443         * lib/wait-process.c: Likewise.
22444         * lib/xallocsa.c: Likewise.
22445         * lib/xsetenv.c: Likewise.
22446         * lib/xstriconv.c: Likewise.
22447
22448 2006-09-13  Simon Josefsson  <jas@extundo.com>
22449
22450         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
22451         that internally, suggested by Ralf Wildenhues
22452         <Ralf.Wildenhues@gmx.de>.
22453
22454 2006-09-13  Simon Josefsson  <jas@extundo.com>
22455
22456         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
22457         @LIBOBJS@.
22458         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22459
22460 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22461
22462         * lib/_fpending.c: Include <config.h> unconditionally, since we no
22463         longer worry about uses that don't define HAVE_CONFIG_H.
22464         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
22465         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
22466         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
22467         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
22468         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
22469         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
22470         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
22471         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
22472         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
22473         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
22474         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
22475         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
22476         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
22477         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
22478         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
22479         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
22480         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
22481         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
22482         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
22483         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
22484         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
22485         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
22486         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
22487         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
22488         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
22489         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
22490         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
22491         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
22492         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
22493         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
22494         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
22495         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
22496         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
22497         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
22498         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
22499         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
22500         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
22501         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
22502         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
22503         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
22504         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
22505         Likewise.
22506
22507 2006-09-13  Eric Blake  <ebb9@byu.net>
22508
22509         * lib/getopt.c: Fix typo in last commit.
22510
22511 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
22512
22513         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
22514         dgettext.
22515
22516 2006-09-12  Jim Meyering  <jim@meyering.net>
22517
22518         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
22519         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
22520         Reported by Nelson H. F. Beebe.
22521
22522 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
22523
22524         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
22525         program_invocation_name and program_invocation_short_name are
22526         initialized.
22527         * lib/argp-namefrob.h: Move declarations of program_invocation_name
22528         and program_invocation_short_name to argp.h, so they are visible
22529         to user programs.
22530         * lib/argp.h: Likewise
22531
22532 2006-09-10  Bruno Haible  <bruno@clisp.org>
22533
22534         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
22535         m4/inttypes_h.m4, m4/uintmax_t.m4.
22536
22537 2006-09-10  Bruno Haible  <bruno@clisp.org>
22538
22539         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
22540         gl_AC_TYPE_UINTMAX_T.
22541
22542 2006-09-10  Bruno Haible  <bruno@clisp.org>
22543
22544         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
22545
22546 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
22547
22548         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
22549         convention.  Text proposed by Bruno Haible.
22550         (struct argp_option): Document the use of N_() wrappers.
22551
22552         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
22553         '\v', and translate the two parts separately, instead of feeding
22554         the whole string to gettext.  This allows to exclude
22555         '\v' from the strings visible to the translator by writing doc
22556         strings as N_("..") "\v" N_("..").
22557
22558 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
22559
22560         * config/srclist.txt: Undo latest change; the bug was fixed.
22561
22562 2006-09-09  Bruno Haible  <bruno@clisp.org>
22563
22564         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
22565         assignments if building a library without libtool.
22566         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
22567         in func_emit_lib_Makefile_am.
22568         (func_import): When building a static library libfoo.a, arrange to
22569         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
22570         (func_create_testdir): Likewise.
22571         * modules/gc (configure.ac, Makefile.am): If building statically,
22572         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
22573         * modules/iconvme (configure.ac, Makefile.am): Likewise.
22574         * modules/striconv (configure.ac, Makefile.am): Likewise.
22575         Based on a suggestion by Ralf Wildenhues.
22576
22577 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
22578
22579         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
22580         Check for unistd.h too, since Autoconf doesn't assume POSIX.
22581         Also:
22582
22583         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
22584         Add year_2050_test to catch glibc bug 2821
22585         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
22586
22587         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
22588         Prefer #ifdef to #if.
22589
22590         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
22591         Return from 'main' instead of calling 'exit'.
22592
22593 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
22594
22595         * lib/mktime.c (guess_time_tm): Fix bug where mktime
22596         returned the maximum time_t value rather than (time_t) -1.
22597         Problem originally reported by William Bardwell
22598         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
22599
22600         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
22601         Moved to here ...
22602         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
22603         ... from here.
22604
22605 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
22606
22607         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
22608         2821 is fixed.
22609
22610 2006-09-08  Jim Meyering  <jim@meyering.net>
22611
22612         Don't make generated files read-only.  That would bother too many
22613         people.  However, do retain the ability to work when targets are
22614         read-only: remove the destination and temporary files before writing
22615         them (when generated via sed or echo), or by using the -f option for
22616         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
22617         * modules/alloca-opt, modules/argz, modules/arpa_inet:
22618         * modules/byteswap, modules/configmake, modules/fcntl:
22619         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
22620         * modules/localcharset, modules/netinet_in, modules/poll:
22621         * modules/stdbool, modules/stdint, modules/sys_select:
22622         * modules/sys_socket, modules/sys_stat, modules/sysexits:
22623
22624 2006-09-08  Jim Meyering  <jim@meyering.net>
22625
22626         Avoid new build failure on FreeBSD 6.0.
22627         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
22628         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
22629         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
22630
22631 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22632
22633         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
22634
22635 2006-09-07  Jim Meyering  <jim@meyering.net>
22636
22637         Fix global typo in last change: use chmod u-w, not chmod u-x.
22638         Spotted by Paul Eggert and Bruce Korb.
22639         * modules/alloca-opt, modules/argz, modules/arpa_inet:
22640         * modules/byteswap, modules/configmake, modules/fcntl:
22641         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
22642         * modules/localcharset, modules/netinet_in, modules/poll:
22643         * modules/stdbool, modules/stdint, modules/sys_select:
22644         * modules/sys_socket, modules/sys_stat, modules/sysexits:
22645
22646 2006-09-06  Jim Meyering  <jim@meyering.net>
22647
22648         Make generated files be read-only.
22649         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
22650         Ensure that each generated file is now read-only.
22651         * modules/argz: Likewise.
22652         * modules/arpa_inet: Likewise.
22653         * modules/byteswap: Likewise.
22654         * modules/configmake: Likewise.
22655         * modules/fcntl: Likewise.
22656         * modules/fnmatch: Likewise.
22657         * modules/getopt: Likewise.
22658         * modules/glob: Likewise.
22659         * modules/inttypes: Likewise.
22660         * modules/netinet_in: Likewise.
22661         * modules/poll: Likewise.
22662         * modules/stdbool: Likewise.
22663         * modules/stdint: Likewise.
22664         * modules/sys_select: Likewise.
22665         * modules/sys_socket: Likewise.
22666         * modules/sys_stat: Likewise.
22667         * modules/sysexits: Likewise.
22668         * modules/localcharset: Same as above, but continue using temporary
22669         file named "t-$@" (why different?) rather than the "$@-t" used
22670         everywhere else.
22671
22672         * modules/sysexits (Makefile.am): Replace literal occurrences
22673         of "sysexit.h" more readable, and more consistent, "$@".
22674
22675 2006-09-06  Bruno Haible  <bruno@clisp.org>
22676
22677         * modules/striconv: New file.
22678         * modules/xstriconv: New file.
22679         * MODULES.html.sh (Internationalization functions): Add striconv,
22680         xstriconv.
22681
22682 2006-09-06  Bruno Haible  <bruno@clisp.org>
22683
22684         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
22685         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
22686         not using libtool correctly.
22687
22688 2006-09-06  Bruno Haible  <bruno@clisp.org>
22689
22690         * lib/striconv.h: New file.
22691         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
22692         iconvstring.c.
22693         * lib/xstriconv.h: New file.
22694         * lib/xstriconv.c: New file.
22695
22696 2006-09-06  Bruno Haible  <bruno@clisp.org>
22697
22698         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
22699         lib_..._LDFLAGS.
22700
22701 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22702
22703         * lib/argz_.h: Sync from Libtool.
22704
22705         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
22706                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22707
22708         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
22709
22710 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
22711
22712         * modules/trim: New file.
22713
22714 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
22715
22716         * lib/trim.h: New file.
22717         * lib/trim.c: New file.
22718
22719 2006-09-05  Bruno Haible  <bruno@clisp.org>
22720
22721         * MODULES.html.sh (String handling): Add trim.
22722
22723 2006-09-04  Karl Berry  <karl@gnu.org>
22724
22725         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
22726         until next release.
22727
22728 2006-09-03  Bruno Haible  <bruno@clisp.org>
22729
22730         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
22731         correctly.
22732
22733 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
22734
22735         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
22736         not gl_GETLOADAVG.  Omit unneeded semicolons.
22737         Problems reported by Ralf Wildenhues in
22738         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
22739         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
22740         at the end, which is the usual gnulib style.
22741
22742         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
22743         of doing all the work ourselves.
22744         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
22745         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
22746
22747 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
22748
22749         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
22750         Problem reported by Ralf Wildenhues in
22751         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
22752
22753         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
22754         HAVE_STRUCT_STATFS_F_FSTYPENAME.
22755
22756 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
22757
22758         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
22759         yesterday's patch by changing test -n to test -z.
22760
22761 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22762
22763         * modules/getloadavg (Files): Add m4/getloadavg.m4.
22764         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
22765         the former is now obsolescent.
22766
22767         * modules/chdir-long (Depends-on): Add fcntl.
22768
22769 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22770
22771         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
22772         obsolescent, and programs should use gnulib instead.
22773         * m4/getloadavg.m4: New file, with contents taken from Autoconf
22774         but with prefixes changed.
22775
22776 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22777
22778         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
22779         or stdbool.h, because they might not exist while configuring.
22780
22781         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
22782         Don't include unistd.h or limits.h; not needed, since chdir-long.h
22783         does that for us.
22784         (O_DIRECTORY): Remove.
22785
22786 2006-08-31  Eric Blake  <ebb9@byu.net>
22787
22788         * gnulib-tool: Don't let emacs change spaces to TAB.
22789
22790 2006-08-31  Bruno Haible  <bruno@clisp.org>
22791
22792         * gnulib-tool: When calling func_import more than once, do it in a
22793         subshell.
22794         Reported by Eric Blake <ebb9@byu.net>.
22795
22796 2006-08-31  Bruno Haible  <bruno@clisp.org>
22797
22798         * gnulib-tool (nl): Remove variable.
22799         (sed_transform_lib_file): Use more robust test for config-h module.
22800         (func_import): Fix typo in 2006-08-25 patch.
22801
22802 2006-08-31  Bruno Haible  <bruno@clisp.org>
22803
22804         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
22805         specified, augment Makefile.am variables instead of assigning them.
22806
22807 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
22808
22809         Work around a bug in both the Linux and SunOS 64-bit kernels:
22810         nanosleep mishandles sleeps for longer than 2**31 seconds.
22811         Problem reported by Frank v Waveren in
22812         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
22813         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
22814         Check for nanosleep bug.
22815         (LIB_NANOSLEEP): Append clock_gettime library if needed.
22816
22817 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
22818
22819         Work around a bug in both the Linux and SunOS 64-bit kernels:
22820         nanosleep mishandles sleeps for longer than 2**31 seconds.
22821         Problem reported by Frank v Waveren in
22822         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
22823         * lib/nanosleep.c (BILLION): New constant.
22824         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
22825         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
22826         implementation.
22827
22828 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
22829
22830         * modules/nanosleep (Depends-on): Add gettime.
22831
22832 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
22833         and Simon Josefsson  <jas@extundo.com>
22834         and Oskar Liljeblad  <oskar@osk.mine.nu>
22835
22836         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
22837         * gnulib-tool (func_import): New license type 'unmodifiable license
22838         text'.
22839         * modules/fdl: Use it.  Longer description.
22840         * module/gpl, module/lgpl: New files.
22841
22842 2006-08-30  Jim Meyering  <jim@meyering.net>
22843
22844         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
22845         shadowing the parameter.
22846
22847 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22848
22849         Sync from Libtool:
22850
22851         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22852
22853         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
22854         sharing with gnulib.  Report by Eric Blake.
22855
22856 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
22857
22858         * modules/isapipe: New file.
22859         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
22860
22861 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
22862
22863         * modules/configmake (Makefile.am): Add a comment, and omit
22864         the CONFIGMAKE_ prefix from generated macro names.  Suggested
22865         by Bruno Haible.
22866
22867 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
22868
22869         * m4/isapipe.m4: New file.
22870
22871 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
22872
22873         * lib/isapipe.c, lib/isapipe.h: New files.
22874
22875 2006-08-29  Jim Meyering  <jim@meyering.net>
22876
22877         * modules/configmake (Makefile.am): Make configmake.h depend on
22878         Makefile.  Otherwise, a stale configmake.h could hang around.
22879
22880 2006-08-29  Eric Blake  <ebb9@byu.net>
22881
22882         * lib/error.c (error_at_line, print_errno_message): Match libc, after
22883         resolution of upstream bug 3044.
22884
22885 2006-08-29  Bruno Haible  <bruno@clisp.org>
22886
22887         * modules/localcharset (Depends-on): Add configmake.
22888         (Makefile.am): Remove setting of LIBDIR through DEFS.
22889
22890 2006-08-29  Bruno Haible  <bruno@clisp.org>
22891
22892         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
22893         defined.
22894
22895 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
22896
22897         * modules/fcntl: New file.
22898         * modules/chdir-safer (Depends-on): Add fcntl.
22899         * modules/fts: Likewise.
22900         * modules/mkdir-p: Likewise.
22901
22902         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
22903         This undoes the most recent change, since we're now addressing the
22904         problem in a different way.
22905
22906         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
22907         into output, since the output might be called Makefile.am even
22908         if $makefile_name is something different.
22909         (func_import): Use $makefile_am rather than
22910         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
22911         empty.
22912
22913         * modules/inttypes (Files): Add m4/inttypes-h.m4.
22914
22915 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
22916
22917         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
22918         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
22919         recent change to stdint.m4, since we're now addressing the problem in a
22920         different way.
22921
22922 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
22923
22924         * m4/fcntl_h.m4: New file.
22925
22926 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
22927
22928         * lib/fcntl_.h: New file.
22929         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
22930         the fcntl module.
22931         * lib/dirchownmod.c: Likewise.
22932         * lib/fts.c: Likewise.
22933
22934         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
22935         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
22936         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
22937         just before including <inttypes.h>, to avoid circular inclusion.
22938
22939 2006-08-28  Jim Meyering  <jim@meyering.net>
22940
22941         * doc/visibility.texi: Actually read and correct the grammar of the
22942         sentence affected by yesterday's change.
22943
22944 2006-08-28  Eric Blake  <ebb9@byu.net>
22945
22946         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
22947         needs wrapper.
22948
22949 2006-08-28  Eric Blake  <ebb9@byu.net>
22950
22951         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
22952
22953 2006-08-28  Eric Blake  <ebb9@byu.net>
22954
22955         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
22956
22957 2006-08-28  Bruno Haible  <bruno@clisp.org>
22958
22959         * modules/c-strstr: New file, from GNU gettext.
22960         * MODULES.html.sh (String handling): Add c-strstr.
22961
22962 2006-08-28  Bruno Haible  <bruno@clisp.org>
22963
22964         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
22965         macros.
22966         Reported by Eric Blake.
22967
22968 2006-08-28  Bruno Haible  <bruno@clisp.org>
22969
22970         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
22971         (VASNPRINTF): Return a string of length > INT_MAX without failing.
22972         * lib/vasprintf.c: Include errno.h, limits.h.
22973         (EOVERFLOW): New fallback definition.
22974         (vasprintf): Test here whether the string length is > INT_MAX.
22975         * lib/vsnprintf.c: Include errno.h, limits.h.
22976         (EOVERFLOW): New fallback definition.
22977         (vsnprintf): Fix bug when generated string was too long for the buffer.
22978         Test here whether the string length is > INT_MAX.
22979
22980 2006-08-28  Bruno Haible  <bruno@clisp.org>
22981
22982         * lib/inttypes_.h (SCNX*): Remove definitions.
22983         Reported by Eric Blake.
22984
22985 2006-08-28  Bruno Haible  <bruno@clisp.org>
22986
22987         * lib/c-strstr.h: New file, from GNU gettext.
22988         * lib/c-strstr.c: New file, from GNU gettext.
22989
22990 2006-08-28  Bruno Haible  <bruno@clisp.org>
22991
22992         * gnulib-tool: Reorder some statements.
22993
22994 2006-08-28  Bruno Haible  <bruno@clisp.org>
22995
22996         * gnulib-tool: New option --makefile-name.
22997         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
22998         $makefile_name.
22999         (func_import): Write $makefile_name to the cache file, and read it from
23000         there unless explicitly specified. Use $makefile_name as file name
23001         instead of Makefile.am. Adjust the recommendations accordingly.
23002
23003 2006-08-28  Bruno Haible  <bruno@clisp.org>
23004
23005         * gnulib-tool (func_verify_module): Check against misapplying patch.
23006
23007 2006-08-28  Bruno Haible  <bruno@clisp.org>
23008
23009         * gnulib-tool (func_relativize, func_relconcat): New functions.
23010         Give an error if --local-dir is given with --update.
23011         Remove trailing slashes from $local_gnulib_dir.
23012         (func_import): Store the relativized $local_gnulib_dir in
23013         gnulib-cache.m4, and read it from there if not specified explicitly.
23014
23015 2006-08-28  Bruno Haible  <bruno@clisp.org>
23016
23017         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
23018         is the current directory. Respect also $local_gnulib_dir.
23019
23020 2006-08-28  Bruno Haible  <bruno@clisp.org>
23021             Simon Josefsson  <jas@extundo.com>
23022
23023         BeOS portability.
23024         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
23025
23026 2006-08-27  Jim Meyering  <jim@meyering.net>
23027
23028         * doc/visibility.texi: Remove duplicate word: "pointer".
23029
23030 2006-08-26  Bruno Haible  <bruno@clisp.org>
23031
23032         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
23033         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
23034         (Makefile.am): Create inttypes.h from inttypes_.h.
23035         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
23036
23037         * modules/imaxabs: New file.
23038
23039         * modules/imaxdiv: New file.
23040
23041 2006-08-26  Bruno Haible  <bruno@clisp.org>
23042
23043         * m4/inttypes.m4: New file.
23044         * m4/_inttypes_h.m4: Remove file.
23045         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
23046         PRI_MACROS_BROKEN.
23047         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
23048
23049         * m4/imaxabs.m4: New file.
23050
23051         * m4/imaxdiv.m4: New file.
23052
23053 2006-08-26  Bruno Haible  <bruno@clisp.org>
23054
23055         * lib/inttypes_.h: New file.
23056         * lib/inttypes.h: Remove file.
23057         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
23058
23059         * lib/imaxabs.c: New file.
23060
23061         * lib/imaxdiv.c: New file.
23062
23063 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
23064
23065         New config-h module, so that "make" output needn't be cluttered
23066         by -DHAVE_CONFIG_H.
23067         * MODULES.html.sh (Support for building libraries and executables):
23068         Add config-h.
23069         * modules/config-h: New file.
23070         * gnulib-tool (nl, sed_transform_lib_file): New vars.
23071         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
23072         the config-h module is used.
23073
23074         New configmake module, so that "make" output needn't be cluttered
23075         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
23076         * MODULES.html.sh (Support for building libraries and executables):
23077         Add configmake.
23078         * modules/configmake: New file.
23079
23080 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
23081
23082         * m4/config-h.m4: New file.
23083
23084 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
23085
23086         * config/srclist.txt: Add elisp-comp.
23087
23088 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
23089
23090         * MODULES.html.sh (Support for building libraries and executables):
23091         Add elisp-comp.
23092         * build-aux/elisp-comp: New file.
23093         * modules/elisp-comp: New file.
23094
23095 2006-08-24  Bruno Haible  <bruno@clisp.org>
23096
23097         * gnulib-tool (func_create_testdir): Use non-default values of
23098         sourcebase and m4base.
23099
23100 2006-08-24  Bruno Haible  <bruno@clisp.org>
23101
23102         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
23103         HTML structure.
23104
23105 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
23106
23107         * modules/openat (Depends-on): Add lchown.
23108
23109 2006-08-23  Bruno Haible  <bruno@clisp.org>
23110
23111         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
23112         of gl_LOCK_EARLY instead of gl_LOCK.
23113
23114 2006-08-23  Bruno Haible  <bruno@clisp.org>
23115
23116         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
23117         on OSF/1 to no.
23118         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
23119
23120 2006-08-23  Bruno Haible  <bruno@clisp.org>
23121
23122         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
23123         as unusable.
23124
23125         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
23126         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
23127         (gl_LOCK): New macro.
23128
23129 2006-08-22  Simon Josefsson  <jas@extundo.com>
23130
23131         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
23132         to md5 module.
23133
23134 2006-08-22  Simon Josefsson  <jas@extundo.com>
23135
23136         * MODULES.html.sh: Add "Support for maintaining and release
23137         projects".
23138
23139         * build-aux/gnupload: New file, from coreutils.
23140
23141 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
23142
23143         Avoid the need for AC_LIBSOURCES in m4 macros.
23144         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
23145         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
23146         * modules/check-version (EXTRA_DIST): Add check-version.h.
23147         * modules/crc (EXTRA_DIST): Add crc.h.
23148         * modules/des (EXTRA_DIST): Add des.h.
23149         * modules/gc (EXTRA_DIST): Add gc.h.
23150         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
23151         * modules/getline (EXTRA_DIST): Add getline.h.
23152         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
23153         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
23154         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
23155         * modules/md2 (EXTRA_DIST): Add md2.h.
23156         * modules/md4 (EXTRA_DIST): Add md4.h.
23157         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
23158         * modules/read-file (EXTRA_DIST): Add read-file.h.
23159         * modules/readline (EXTRA_DIST): Add readline.h.
23160         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
23161         rijndael-api-fst.h.
23162
23163 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
23164
23165         * m4/rijndael.m4 (gl_ARCFOUR):
23166         * m4/arctwo.m4 (gl_ARCTWO):
23167         * m4/check-version.m4 (gl_CHECK_VERSION):
23168         * m4/crc.m4 (gl_CRC):
23169         * m4/des.m4 (gl_DES):
23170         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
23171         * m4/gc.m4 (gl_GC):
23172         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
23173         * m4/getline.m4 (gl_FUNC_GETLINE):
23174         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
23175         * m4/hmac-md5.m4 (gl_HMAC_MD5):
23176         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
23177         * m4/md2.m4 (gl_MD2):
23178         * m4/md4.m4 (gl_MD4):
23179         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
23180         * m4/read-file.m4 (gl_FUNC_READ_FILE):
23181         * m4/readline.m4 (gl_FUNC_READLINE):
23182         * m4/rijndael.m4 (gl_RIJNDAEL):
23183         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
23184         to get the necessary .h files and whatnot.
23185
23186 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
23187
23188         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
23189         gnulib rather than the other way around.
23190         * config/srclistvars.sh (COREUTILS): Remove.
23191
23192 2006-08-22  Jim Meyering  <jim@meyering.net>
23193
23194         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
23195
23196         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
23197
23198 2006-08-22  Eric Blake  <ebb9@byu.net>
23199
23200         * modules/regexprops-generic: New file.
23201         * MODULES.html.sh (Support for building documentation): List it.
23202
23203 2006-08-22  Eric Blake  <ebb9@byu.net>
23204
23205         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
23206         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
23207         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
23208         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
23209
23210 2006-08-22  Bruno Haible  <bruno@clisp.org>
23211
23212         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
23213         and lib_LTLIBRARIES like the other lib_* variables.
23214
23215 2006-08-22  Bruno Haible  <bruno@clisp.org>
23216
23217         * build-aux/x-to-1.in: New file, from GNU gettext.
23218
23219 2006-08-22  Bruno Haible  <bruno@clisp.org>
23220
23221         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
23222         <utmpx.h> exists.
23223
23224 2006-08-22  Bruno Haible  <bruno@clisp.org>
23225
23226         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
23227         <utmpx.h> exists.
23228
23229 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
23230
23231         BeOS portability.
23232         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
23233         exist.
23234         Problem reported by Bruno Haible.
23235
23236 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
23237
23238         Avoid the need for AC_LIBSOURCES in m4 macros.
23239         * modules/acl (EXTRA_DIST): Add acl.h.
23240         * modules/argmatch (Files): Add m4/argmatch.m4.
23241         (configure.ac): Add gl_ARGMATCH.
23242         (EXTRA_DIST): Renamed from lib_SOURCES, for
23243         consistency with the other modules.  Remove argmatch.c.
23244         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
23245         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
23246         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
23247         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
23248         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
23249         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
23250         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
23251         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
23252         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
23253         * modules/closeout (EXTRA_DIST): Add closeout.h.
23254         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
23255         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
23256         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
23257         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
23258         dirname.h; remove basename.c and stripslash.c.
23259         * modules/exclude (EXTRA_DIST): Add exclude.h.
23260         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
23261         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
23262         * modules/file-type (EXTRA_DIST): Add file-type.h.
23263         * modules/filemode (EXTRA_DIST): Add filemode.h.
23264         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
23265         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
23266         * modules/fpending (EXTRA_DIST): Add __fpending.h.
23267         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
23268         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
23269         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
23270         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
23271         * modules/getdate (EXTRA_DIST): Add getdate.c.
23272         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
23273         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
23274         * modules/getpass (EXTRA_DIST): Add getpass.h.
23275         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
23276         * modules/group-member (EXTRA_DIST): Add group-member.h.
23277         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
23278         * modules/hash (EXTRA_DIST): Add hash.h.
23279         * modules/human (EXTRA_DIST): Add human.h.
23280         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
23281         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
23282         * modules/lchown (EXTRA_DIST): Add lchown.h.
23283         * modules/long-options (EXTRA_DIST): Add long-options.h.
23284         * modules/lstat (EXTRA_DIST): Add lstat.h.
23285         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
23286         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
23287         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
23288         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
23289         * modules/memxor (EXTRA_DIST): Add memxor.h.
23290         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
23291         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
23292         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
23293         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
23294         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
23295         * modules/physmem (EXTRA_DIST): Add physmem.h.
23296         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
23297         * modules/posixver (EXTRA_DIST): Add posixver.h.
23298         * modules/quote (EXTRA_DIST): Add quote.h.
23299         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
23300         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
23301         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
23302         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
23303         regex_internal.h regexec.c.
23304         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
23305         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
23306         * modules/same (EXTRA_DIST): Add same.h.
23307         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
23308         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
23309         * modules/savedir (EXTRA_DIST): Add savedir.h.
23310         * modules/sha1 (EXTRA_DIST): Add sha1.h.
23311         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
23312         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
23313         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
23314         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
23315         * modules/strdup (EXTRA_DIST): Add strdup.h.
23316         * modules/strftime (EXTRA_DIST): Add strftime.h.
23317         * modules/strndup (EXTRA_DIST): Add strndup.h.
23318         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
23319         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
23320         * modules/time_r (EXTRA_DIST): Add time_r.h.
23321         * modules/timespec (EXTRA_DIST): Add timespec.h.
23322         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
23323         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
23324         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
23325         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
23326         * modules/userspec (EXTRA_DIST): Add userspec.h.
23327         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
23328         * modules/utimens (EXTRA_DIST): Add utimens.h.
23329         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
23330         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
23331         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
23332         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
23333         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
23334         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
23335         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
23336         * modules/yesno (EXTRA_DIST): Add yesno.h.
23337
23338 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
23339
23340         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
23341
23342         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
23343         * m4/dev-ino.m4, same-inode.m4: Remove.
23344
23345         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
23346         * m4/acl.m4 (AC_FUNC_ACL):
23347         * m4/backupfile.m4 (gl_BACKUPFILE):
23348         * m4/c-strtod.m4 (gl_C99_STRTOLD):
23349         * m4/canon-host.m4 (gl_CANON_HOST):
23350         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
23351         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
23352         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
23353         * m4/cloexec.m4 (gl_CLOEXEC):
23354         * m4/close-stream.m4 (gl_CLOSE_STREAM):
23355         * m4/closeout.m4 (gl_CLOSEOUT):
23356         * m4/dirfd.m4 (gl_FUNC_DIRFD):
23357         * m4/dirname.m4 (gl_DIRNAME):
23358         * m4/exclude.m4 (gl_EXCLUDE):
23359         * m4/exitfail.m4 (gl_EXITFAIL):
23360         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
23361         * m4/file-type.m4 (gl_FILE_TYPE):
23362         * m4/filemode.m4 (gl_FILEMODE):
23363         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
23364         * m4/fpending.m4 (gl_FUNC_FPENDING):
23365         * m4/fprintftime.m4 (gl_FPRINTFTIME):
23366         * m4/fts.m4 (gl_FUNC_FTS):
23367         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
23368         * m4/getdate.m4 (gl_GETDATE):
23369         * m4/gethrxtime.m4 (gl_GETHRXTIME):
23370         * m4/getpagesize.m4 (gl_GETPAGESIZE):
23371         * m4/getpass.m4 (gl_FUNC_GETPASS):
23372         * m4/gettime.m4 (gl_GETTIME):
23373         * m4/getugroups.m4 (gl_GETUGROUPS):
23374         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
23375         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
23376         * m4/hard-locale.m4 (gl_HARD_LOCALE):
23377         * m4/hash.m4 (gl_HASH):
23378         * m4/idcache.m4 (gl_IDCACHE):
23379         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
23380         * m4/lchown.m4 (gl_FUNC_LCHOWN):
23381         * m4/long-options.m4 (gl_LONG_OPTIONS):
23382         * m4/lstat.m4 (gl_FUNC_LSTAT):
23383         * m4/md5.m4 (gl_MD5):
23384         * m4/memcasecmp.m4 (gl_MEMCASECMP):
23385         * m4/memcoll.m4 (gl_MEMCOLL):
23386         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
23387         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
23388         * m4/memxor.m4 (gl_MEMXOR):
23389         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
23390         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
23391         * m4/modechange.m4 (gl_MODECHANGE):
23392         * m4/mountlist.m4 (gl_MOUNTLIST):
23393         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
23394         * m4/openat.m4 (gl_FUNC_OPENAT):
23395         * m4/pathmax.m4 (gl_PATHMAX):
23396         * m4/physmem.m4 (gl_PHYSMEM):
23397         * m4/posixtm.m4 (gl_POSIXTM):
23398         * m4/posixver.m4 (gl_POSIXVER):
23399         * m4/quote.m4 (gl_QUOTE):
23400         * m4/quotearg.m4 (gl_QUOTEARG):
23401         * m4/readtokens.m4 (gl_READTOKENS):
23402         * m4/readutmp.m4 (gl_READUTMP):
23403         * m4/regex.m4 (gl_REGEX):
23404         * m4/safe-read.m4 (gl_SAFE_READ):
23405         * m4/safe-write.m4 (gl_SAFE_WRITE):
23406         * m4/same.m4 (gl_SAME):
23407         * m4/save-cwd.m4 (gl_SAVE_CWD):
23408         * m4/savedir.m4 (gl_SAVEDIR):
23409         * m4/settime.m4 (gl_SETTIME):
23410         * m4/sha1.m4 (gl_SHA1):
23411         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
23412         * m4/stat-macros.m4 (gl_STAT_MACROS):
23413         * m4/stat-time.m4 (gl_STAT_TIME):
23414         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
23415         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
23416         * m4/strdup.m4 (gl_FUNC_STRDUP):
23417         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
23418         * m4/strndup.m4 (gl_FUNC_STRNDUP):
23419         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
23420         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
23421         * m4/time_r.m4 (gl_TIME_R):
23422         * m4/timespec.m4 (gl_TIMESPEC):
23423         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
23424         * m4/unlinkdir.m4 (gl_UNLINKDIR):
23425         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
23426         * m4/userspec.m4 (gl_USERSPEC):
23427         * m4/utimecmp.m4 (gl_UTIMECMP):
23428         * m4/utimens.m4 (gl_UTIMENS):
23429         * m4/xalloc.m4 (gl_XALLOC):
23430         * m4/xgetcwd.m4 (gl_XGETCWD):
23431         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
23432         * m4/xreadlink.m4 (gl_XREADLINK):
23433         * m4/xstrtod.m4 (gl_XSTRTOD):
23434         * m4/yesno.m4 (gl_YESNO):
23435         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
23436         to get the necessary .h files and whatnot.
23437
23438 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
23439             Bruno Haible  <bruno@clisp.org>
23440
23441         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
23442         /bin/sh understanding of '!' conditional negation.
23443
23444 2006-08-21  Jim Meyering  <jim@meyering.net>
23445
23446         * modules/openat (Depends-on): Really alphabetize.
23447
23448         * modules/acl (Depends-on): Add error and quote.
23449
23450         * check-module (find_included_lib_files): Add at-func.c to the
23451         ok-to-include-more-than-once white list.
23452
23453         * modules/openat (Depends-on): Add lstat.  Alphabetize.
23454
23455 2006-08-21  Bruno Haible  <bruno@clisp.org>
23456
23457         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23458         Emit a pkgdata_DATA variable only if some snippets add contents to it.
23459         Reported by Martin Lambers <marlam@marlam.de>.
23460
23461 2006-08-21  Bruno Haible  <bruno@clisp.org>
23462
23463         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
23464         specify an installation location, don't emit a noinst_LIBRARIES or
23465         noinst_LTLIBRARIES assignment.
23466
23467 2006-08-21  Bruno Haible  <bruno@clisp.org>
23468
23469         BeOS portability.
23470         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
23471         BeOS has mbrtowc() but no <wctype.h>.
23472
23473 2006-08-21  Bruno Haible  <bruno@clisp.org>
23474
23475         BeOS portability.
23476         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
23477         exist.
23478
23479 2006-08-21  Bruno Haible  <bruno@clisp.org>
23480
23481         BeOS portability.
23482         * lib/mbchar.h: Include <wctype.h> only if it exists.
23483
23484 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
23485
23486         Remove files that are no longer needed by their respective modules.
23487         * m4/obstack.m4: Remove.
23488         * m4/strerror_r.m4: Remove.
23489         * m4/uint32_t.m4: Remove.
23490         * m4/uintptr_t.m4: Remove.
23491         * m4/ullong_max.m4: Remove.
23492         * m4/xstrtoimax.m4: Remove.
23493         * m4/xstrtoumax.m4: Remove.
23494
23495         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
23496         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
23497         dependencies now capture this.
23498
23499         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
23500         Do not use AC_LIBSOURCES, since gnulib modules now do this.
23501         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
23502         * m4/human.m4 (gl_HUMAN): Likewise.
23503         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
23504         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
23505
23506         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
23507
23508         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
23509         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
23510         stdint.
23511         * m4/human.m4 (gl_HUMAN): Likewise.
23512         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
23513         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
23514         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
23515         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
23516         * m4/xstrtol (gl_XSTRTOL): Likewise.
23517
23518         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
23519         AC_TYPE_LONG_LONG_INT.
23520         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
23521         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
23522         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
23523         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
23524
23525         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
23526         on stdbool.
23527
23528         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
23529         (gl_PREREQ_XSTRTOUL): Remove.
23530
23531         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
23532
23533         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
23534         mode.
23535
23536 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
23537
23538         Add and change modules to make it easier for coreutils to use
23539         gnulib-tool.
23540         * modules/backupfile (Files): Remove m4/d-ino.m4.
23541         (Depends-on): Add d-ino.
23542         * modules/cycle-check (Depends-on): Add stdint.
23543         (lib_SOURCES): Add cycle-check.h.
23544         * modules/d-ino: New module.
23545         * modules/d-type: New module.
23546         * modules/error (Files): Remove m4/strerror_r.m4.
23547         * modules/filemode (Files): Add m4/st_dm_mode.m4.
23548         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
23549         m4/inttypes_h.m4, m4/uintmax_t.m4.
23550         (Depends-on): Add stdint.
23551         (lib_SOURCES): Add fsusage.h.
23552         * modules/getcwd (Files): Remove d-ino.m4.
23553         (Depends-on): Add d-ino.
23554         * modules/getndelim2 (Depends-on): Add stdint.
23555         * modules/glob (Files): Remove m4/d-type.m4.
23556         (Depends-on): Add d-type.
23557         * modules/host-os: New module.
23558         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
23559         m4/inttypes_h.m4, m4/uintmax_t.m4.
23560         * Depends-on: Add stdint.
23561         (lib_SOURCES): Add human.h.
23562         * modules/inttostr (Files): Remove m4/intmax_t.m4,
23563         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
23564         m4/uintmax_t.m4, m4/ulonglong.m4.
23565         (Depends-on): Add stdint.
23566         (EXTRA_DIST): Add inttostr.h.
23567         * modules/lchmod: New module.
23568         * modules/link-follow: New module.
23569         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
23570         (Depends-on): Add lchmod.
23571         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
23572         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
23573         (Depends-on): Add stdint.
23574         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
23575         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
23576         (Depends-on): Add stdint.
23577         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
23578         * modules/perl: New module.
23579         * modules/regex (Depends-on): Add stdint.
23580         * modules/rmdir-errno: New module.
23581         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
23582         m4/intmax_t.m4.
23583         (Depends-on): Add stdint.
23584         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
23585         m4/uintmax_t.m4.
23586         (Depends-on): Add stdint.
23587         * modules/unlink-busy: New module.
23588         * modules/utimecmp (Depends-on): Add stdint.
23589         * modules/uptime: New module.
23590         * modules/winsz-ioctl: New module.
23591         * modules/winsz-termios: New module.
23592         * modules/xnanosleep (Depends-on): Add nanosleep.
23593         * modules/ullong_max: Remove.
23594         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
23595         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
23596         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
23597         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
23598         (Depends-on): Add inttypes.
23599         (lib_SOURCES): Add xstrtol.h.
23600         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
23601         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
23602         * MODULES.html.sh: Move 'assert' into the assert section.
23603         Move 'dummy' into the linking section.
23604         Remove ullong_max.
23605         Add section for compatibility checks for POSIX:2001 functions,
23606         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
23607         winsz-ioctl, and winsz-termios into it.
23608         Add lchmod.
23609         Add top-level Misc section and put host-os, perl, and uptime
23610         into it.
23611
23612 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
23613
23614         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
23615         now assume the stdint module.  Do not include inttypes.h.
23616         * lib/fsusage.h: Likewise.
23617         * lib/getndelim2.c: Likewise.
23618         * lib/human.h: Likewise.
23619         * lib/inttostr.h: Likewise.
23620         * lib/obstack.c: Likewise.
23621         * lib/regex_internal.h: Likewise.
23622         * lib/tempname.c: Likewise.
23623         * lib/utimecmp.c: Likewise.
23624         * lib/xstrtol.h: Likewise.
23625
23626         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
23627
23628         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
23629         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
23630         * lib/xtime.h: Likewise.
23631
23632 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
23633
23634         * modules/openat (Files): Add lib/fchmodat.c.
23635         Fixes problem reported by Jay Youngman.
23636
23637 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
23638
23639         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
23640         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
23641
23642 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
23643             Bruno Haible  <bruno@clisp.org>
23644
23645         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
23646         and is a script that invokes bison. Tighten the code. Add comments.
23647
23648 2006-08-18  Jim Meyering  <jim@meyering.net>
23649
23650         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
23651         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
23652         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
23653         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
23654
23655 2006-08-18  Bruno Haible  <bruno@clisp.org>
23656
23657         * modules/bison-i18n: New file.
23658         * MODULES.html.sh (Internationalization functions): Add it.
23659
23660 2006-08-18  Bruno Haible  <bruno@clisp.org>
23661
23662         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
23663         sys/statvfs.h. When getmntinfo was found, check its declaration and
23664         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
23665
23666 2006-08-18  Bruno Haible  <bruno@clisp.org>
23667
23668         * m4/bison-i18n.m4: New file, from bison.
23669
23670 2006-08-18  Bruno Haible  <bruno@clisp.org>
23671
23672         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
23673         (ME_DUMMY): Treat "kernfs" as a dummy.
23674         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
23675
23676 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
23677
23678         Update from coreutils.
23679
23680         2006-08-15  Jim Meyering  <jim@meyering.net>
23681
23682         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
23683
23684         2006-01-17  Jim Meyering  <jim@meyering.net>
23685
23686         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
23687
23688         2006-01-11  Jim Meyering  <jim@meyering.net>
23689
23690         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
23691         Check for the lchmod function.
23692
23693 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
23694
23695         Update from coreutils.
23696
23697         * lib/__fpending.h: Add copyright notice.
23698         * lib/fprintftime.h: Likewise.
23699         * lib/savedir.c: Use (C) in copyright notice.
23700         * lib/savedir.h: Likewise.
23701
23702         2006-08-15  Jim Meyering  <jim@meyering.net>
23703
23704         * lib/at-func.c: New file, with the logic of all emulated at-functions.
23705         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
23706         in support of the EXPECTED_ERRNO macro.
23707         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
23708         definitions.  Instead, define the appropriate symbols and include
23709         "at-func.c".
23710         * lib/mkdirat.c (mkdirat): Likewise.
23711         * lib/fchmodat.c (fchmodat): Likewise.
23712         (ENOSYS): Remove definition.
23713         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
23714         it.  Don't include "unistd--.h" -- it wasn't ever used.
23715
23716         2006-01-17  Jim Meyering  <jim@meyering.net>
23717
23718         Rewrite fts.c not to change the current working directory,
23719         by using openat, fstatat, fdopendir, etc..
23720
23721         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
23722         (HAVE_OPENAT_SUPPORT): Define.
23723         [_LIBC] (fchdir): Don't undef or define; no longer used.
23724         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
23725         Now, this `function' always succeeds, and consumes its file descriptor
23726         parameter -- so callers must not close such FDs.  Update callers.
23727         (diropen_fd, opendirat, cwd_advance_fd): New functions.
23728         (diropen): Add parameter, SP.  Adjust all callers.
23729         Implement using diropen_fd, rather than open.
23730         (fts_open): Initialize new member, fts_cwd_fd.
23731         Remove fts_rft-setting code.
23732         (fts_close): Close fts_cwd_fd, if necessary.
23733         (__opendir2): Define in terms of opendir or opendirat,
23734         depending on whether the FST_NOCHDIR flag is set.
23735         (fts_build): Since fts_safe_changedir consumes its FD, and since
23736         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
23737         and close the dup'd file descriptor upon failure.
23738         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
23739         (fts_safe_changedir): Tweak semantics to reflect that this function
23740         now calls cwd_advance_fd and hence consumes its FD argument.
23741         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
23742         [struct FTS] (fts_rft): Remove now-unused member.
23743         [struct FTS] (fts_cycle.state): Improve comment.
23744
23745         * lib/openat.c (openat_needs_fchdir): New function.
23746         * lib/openat.h (openat_needs_fchdir): Declare it.
23747
23748 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
23749
23750         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
23751         Problem and fix reported by Pádraig Brady in
23752         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
23753
23754 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
23755
23756         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
23757
23758 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
23759
23760         * lib/memcoll.c (memcoll): Optimize for the common case where the
23761         arguments are bytewise equal.
23762
23763 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
23764
23765         * doc/regexprops-generic.texi: Add a copyright notice.
23766
23767 2006-08-15  Bruno Haible  <bruno@clisp.org>
23768
23769         * modules/tmpdir (License): Change to LGPL.
23770
23771 2006-08-15  Bruno Haible  <bruno@clisp.org>
23772
23773         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
23774         module.
23775
23776 2006-08-14  Simon Josefsson  <jas@extundo.com>
23777
23778         * config/srclist.txt: Add gnupload.
23779
23780 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23781
23782         Change copyright notice from LGPL 2 to GPL 2, since that's the
23783         standard form used in the gnulib repository.
23784         * tests/test-lock.c: Likewise.
23785         * tests/test-stdint.c: Likewise.
23786         * tests/test-tls.c: Likewise.
23787
23788         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
23789         prelude-manager.  User shorter URLs for GNU projects, without '?'.
23790         Add copyright notice.
23791
23792         * check-module: Add copyright notice.  Output a copyright
23793         notice if "--version" is specified.
23794         * modules/COPYING: New file.
23795         * tests/test-getaddrinfo.c: Add copyright notice.
23796         * tests/test-verify.c: Likewise.
23797
23798 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23799
23800         Change copyright notice from LGPL 2 to GPL 2, since that's the
23801         standard form used in the gnulib repository.
23802         * lib/lock.c: LGPL -> GPL.
23803         * lib/lock.h: Likewise.
23804         * lib/strnlen1.c: Likewise.
23805         * lib/strnlen1.h: Likewise.
23806         * lib/tls.c: Likewise.
23807         * lib/tls.h: Likewise.
23808         * lib/tmpdir.c: Likewise.
23809
23810         * lib/TODO: Remove; this belongs only in coreutils.
23811
23812 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23813
23814         Add copyright notices to long-enough files that lack them, since
23815         otherwise the files aren't clearly free.  Use the same notice that
23816         getdate.texi already uses.
23817         * doc/alloca-opt.texi: Add copyright notice.
23818         * doc/alloca.texi: Likewise.
23819         * doc/ctime.texi: Likewise.
23820         * doc/functions.texi: Likewise.
23821         * doc/gcd.texi: Likewise.
23822         * doc/gnulib-tool.texi: Likewise.
23823         * doc/inet_ntoa.texi: Likewise.
23824         * doc/visibility.texi: Likewise.
23825
23826         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
23827         * doc/quote.texi: Add copyright notice.
23828
23829         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
23830         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
23831         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
23832         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
23833         is now obsolete, and give a pointer to the Sun list.
23834         Add copyright notice.
23835
23836 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
23837
23838         * config/srclistvars.sh: Add copyright notice.
23839
23840 2006-08-14  Eric Blake  <ebb9@byu.net>
23841
23842         Import the following change from libc:
23843
23844         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
23845
23846         Upstream bug 2997.
23847         * lib/misc/error.c: Add space between program name and message if file
23848         name is missing.
23849
23850 2006-08-12  Karl Berry  <karl@gnu.org>
23851
23852         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
23853         remove, these originate in gnulib now.
23854
23855 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23856
23857         * doc/Makefile (standards.info standards.html standards.dvi):
23858         Also depend on make-stds.texi.
23859
23860 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
23861
23862         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
23863         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
23864
23865         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
23866         in wchar_t.  Problem reported by Eric Blake.
23867
23868         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
23869         LEN is smaller than SIZE.  Suggested by Bruno Haible.
23870         Also, help the compiler to keep LEN in a register.
23871
23872 2006-08-11  Eric Blake  <ebb9@byu.net>
23873
23874         * users.txt: Sort.  Add tar.
23875
23876 2006-08-11  Bruno Haible  <bruno@clisp.org>
23877
23878         * users.txt: New file.
23879
23880 2006-08-11  Bruno Haible  <bruno@clisp.org>
23881
23882         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
23883         before <wchar.h>. Needed for OSF/1 and BSD/OS.
23884
23885 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
23886
23887         * modules/snprintf (Depends-on): Remove minmax.
23888         (Maintainer): Add self and Bruno.
23889
23890 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
23891
23892         * lib/.cppi-disable: Add snprintf.h, socket_.h.
23893         * lib/snprintf.c: Include <errno.h> and <limits.h>.
23894         (EOVERFLOW): Define if the system does not.
23895         Do not include "minmax.h"; it wasn't used.
23896         (snprintf): Don't assume size_t promotes to an unsigned type.
23897         Fix bug when generated string was too long for the buffer: the
23898         buffer's contents are supposed to be the initial prefix of the
23899         output.  Don't assume vasnprintf returns EOVERFLOW if the size
23900         exceeds INT_MAX; do the check ourselves.
23901
23902         Import the following changes from libc:
23903
23904         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
23905
23906         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
23907         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
23908         set wc to the byte which couldn't be converted.
23909         (re_string_reconstruct): Don't clear valid_raw_len before calling
23910         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
23911         tip_context using re_string_context_at.
23912
23913         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
23914
23915         * lib/posix/regex.h: g++ still cannot handled [restrict].
23916
23917         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
23918
23919         * lib/posix/regex.h: Remove special handling for VMS.
23920
23921 2006-08-10  Jim Meyering  <jim@meyering.net>
23922
23923         * modules/same-inode: New module.
23924         * modules/dev-ino: New module.
23925         * modules/cycle-check: Depend on these modules, rather than simply
23926         including their .h files.
23927         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
23928         required via m4/cycle-check.m4.
23929         * modules/same: Depend on new same-inode module, rather than
23930         including same-inode.h.
23931         * modules/chdir-safer: New file.
23932
23933         * modules/chown (Depends-on): Add stat-macros.
23934
23935 2006-08-10  Jim Meyering  <jim@meyering.net>
23936
23937         * m4/cycle-check.m4: New file.
23938         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
23939         * m4/dev-ino.m4, m4/same-inode.m4: New files.
23940
23941 2006-08-10  Eric Blake  <ebb9@byu.net>
23942
23943         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
23944         in from original proposal.
23945
23946 2006-08-10  Eric Blake  <ebb9@byu.net>
23947         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
23948
23949         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
23950         namespace.
23951
23952 2006-08-10  Bruno Haible  <bruno@clisp.org>
23953
23954         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
23955         as well.
23956
23957 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23958
23959         Sync from coreutils.
23960
23961         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
23962
23963         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
23964         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
23965
23966 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23967
23968         * modules/restrict: Remove; no longer needed now that we assume
23969         Autoconf 2.59 or later.
23970         * MODULES.html.sh: Remove 'restrict'.
23971         * modules/argp (Depends-on): Remove 'restrict'.
23972         * modules/base64 (Depends-on): Likewise.
23973         * modules/gc (Depends-on): Likewise.
23974         * modules/getaddrinfo (Depends-on): Likewise.
23975         * modules/glob (Depends-on): Likewise.
23976         * modules/inet_ntop (Depends-on): Likewise.
23977         * modules/inet_pton (Depends-on): Likewise.
23978         * modules/memxor (Depends-on): Likewise.
23979         * modules/regex (Depends-on): Likewise.
23980         * modules/strtok_r (Depends-on): Likewise.
23981         * modules/time_r (Depends-on): Likewise.
23982
23983 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23984
23985         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
23986         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
23987         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
23988         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
23989         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
23990         * m4/memxor.m4 (gl_MEMXOR): Likewise.
23991         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
23992         gl_C_RESTRICT replaced by AC_C_RESTRICT.
23993
23994         Merge from coreutils.
23995         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
23996         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
23997         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
23998         * m4/time_r.m4 (gl_TIME_R): Likewise.
23999
24000 2006-08-09  Karl Berry  <karl@gnu.org>
24001
24002         * config/srclist.txt: no more gettext-tools, per Bruno.
24003
24004 2006-08-08  Eric Blake  <ebb9@byu.net>
24005
24006         * modules/verror: New module.
24007         * MODULES.html.sh: Document it.
24008
24009 2006-08-08  Eric Blake  <ebb9@byu.net>
24010
24011         * lib/verror.h, lib/verror.c: New files.
24012
24013 2006-08-08  Eric Blake  <ebb9@byu.net>
24014
24015         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
24016         verror_at_line output complies with GNU Coding Standards even when
24017         file is NULL.
24018
24019 2006-08-07  Bruno Haible  <bruno@clisp.org>
24020
24021         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
24022         versions of AIX.
24023         Reported by Ralf Wildenhues.
24024
24025 2006-08-07  Bruno Haible  <bruno@clisp.org>
24026
24027         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
24028         in an AC_DEFUN. Needed so that the autoconf snippets can use
24029         AC_REQUIRE.
24030
24031 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24032
24033         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24034         Initialize pkgdata_DATA.
24035         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
24036         overriding it.
24037
24038 2006-08-06  Eric Blake  <ebb9@byu.net>
24039
24040         * lib/error.h: Fold in some upstream changes from glibc.
24041         * lib/error.c: Likewise.
24042
24043 2006-08-04  Bruno Haible  <bruno@clisp.org>
24044
24045         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24046         Make the mostlyclean-local rule depend on mostlyclean-generic.
24047         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
24048
24049 2006-07-31  Bruno Haible  <bruno@clisp.org>
24050
24051         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
24052         <stdlib.h>, <string.h>.
24053
24054 2006-07-30  Bruno Haible  <bruno@clisp.org>
24055
24056         * modules/readlink (License): Change to LGPL.
24057
24058 2006-07-30  Bruno Haible  <bruno@clisp.org>
24059
24060         * modules/javaversion (Makefile.am): Distribute javaversion.java and
24061         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
24062         set PKGDATADIR to point to it.
24063
24064 2006-07-30  Bruno Haible  <bruno@clisp.org>
24065
24066         * modules/csharpexec (configure.ac): Comment out macro invocation.
24067         * modules/javaexec (configure.ac): Likewise.
24068         * modules/javacomp-script (configure.ac): Likewise.
24069
24070         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
24071
24072 2006-07-30  Bruno Haible  <bruno@clisp.org>
24073
24074         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
24075         linked-list.
24076
24077 2006-07-30  Bruno Haible  <bruno@clisp.org>
24078
24079         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
24080
24081 2006-07-30  Bruno Haible  <bruno@clisp.org>
24082
24083         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24084         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
24085         get removed.
24086
24087 2006-07-29  Bruno Haible  <bruno@clisp.org>
24088
24089         Make it possible for gnulib-tool to work with locally modified or
24090         augmented gnulib repositories.
24091         * gnulib-tool (func_usage): Document --local-dir option.
24092         (local_gnulib_dir): New variable.
24093         Handle --local-dir option.
24094         (func_lookup_file): New function.
24095         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
24096         (func_get_description, func_get_filelist, func_get_description,
24097         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
24098         func_get_automake_snippet, func_get_include_directive,
24099         func_get_license, func_get_maintainer): Use func_lookup_file.
24100         (func_import, func_create_testdir): Use func_lookup_file.
24101
24102 2006-07-29  Bruno Haible  <bruno@clisp.org>
24103
24104         * modules/setenv (Depends-on): Add unistd.
24105
24106 2006-07-29  Bruno Haible  <bruno@clisp.org>
24107
24108         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
24109
24110 2006-07-29  Bruno Haible  <bruno@clisp.org>
24111
24112         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
24113
24114 2006-07-29  Bruno Haible  <bruno@clisp.org>
24115
24116         * gnulib-tool (import, update): If there is no Makefile.am, look at
24117         aclocal.m4, instead of bailing out.
24118
24119 2006-07-29  Bruno Haible  <bruno@clisp.org>
24120
24121         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
24122         Categorize the options by when they are useful.
24123
24124 2006-07-29  Bruno Haible  <bruno@clisp.org>
24125
24126         * gnulib-tool (func_usage): Document option --no-libtool.
24127         Handle option --no-libtool.
24128         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
24129         for changed semantics of $libtool variable.
24130         (func_import): Likewise. If libtool is not used, show this through
24131         an option --no-libtool.
24132         (func_create_testdir): Update.
24133
24134 2006-07-29  Bruno Haible  <bruno@clisp.org>
24135
24136         * gnulib-tool (func_import): Extend error message about missing
24137         --doc-base.
24138
24139 2006-07-29  Bruno Haible  <bruno@clisp.org>
24140
24141         * gnulib-tool (func_import): Don't create the $docbase directory if
24142         there is no file to store there.
24143
24144 2006-07-29  Bruno Haible  <bruno@clisp.org>
24145
24146         * gnulib-tool (autoconf_minversion): If a --dir option is given and
24147         relevant, look for configure.ac there, not in the current directory.
24148         Also use a simple search for AC_PREREQ, not "autoconf --trace".
24149
24150 2006-07-29  Bruno Haible  <bruno@clisp.org>
24151
24152         * gnulib-tool (SORT): New variable.
24153         (func_usage): Undocument --assume-autoconf option.
24154         Remove --assume-autoconf option handling.
24155         (autoconf_minversion): Determine from the contents of configure.ac.
24156         (func_import): Remove autoconf_minversion handling.
24157         Suggested by Eric Blake.
24158
24159 2006-07-29  Bruno Haible  <bruno@clisp.org>
24160
24161         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
24162
24163 2006-07-29  Bruno Haible  <bruno@clisp.org>
24164
24165         * config/srclist.txt (*setenv.[ch]): Remove rules.
24166
24167 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24168
24169         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
24170
24171 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24172
24173         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
24174         arpa/inet.h.
24175
24176 2006-07-28  Simon Josefsson  <jas@extundo.com>
24177
24178         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
24179         * modules/inet_pton (Depends-on): Likewise.
24180
24181 2006-07-28  Simon Josefsson  <jas@extundo.com>
24182
24183         * m4/netinet_in_h.m4: New file.
24184
24185 2006-07-28  Simon Josefsson  <jas@extundo.com>
24186
24187         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
24188         #include's.
24189
24190 2006-07-28  Simon Josefsson  <jas@extundo.com>
24191
24192         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
24193         #include's.
24194
24195 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
24196
24197         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
24198         setgid on directories only if they set these bits.
24199         * lib/modechange.h: Remove obsolete comment about masks.
24200
24201 2006-07-28  Eric Blake  <ebb9@byu.net>
24202
24203         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
24204         macro expansion.
24205
24206 2006-07-28  Bruno Haible  <bruno@clisp.org>
24207
24208         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
24209
24210 2006-07-28  Bruno Haible  <bruno@clisp.org>
24211
24212         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
24213
24214 2006-07-28  Bruno Haible  <bruno@clisp.org>
24215
24216         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
24217         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
24218         Define fallbacks.
24219         Avoids link error on FreeBSD 4.x.
24220         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
24221
24222         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
24223         encoding.
24224         * lib/mbswidth.c (iswcntrl): Likewise.
24225
24226 2006-07-27  Bruno Haible  <bruno@clisp.org>
24227
24228         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
24229         test.
24230
24231 2006-07-27  Bruno Haible  <bruno@clisp.org>
24232
24233         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
24234         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
24235         defined.
24236
24237 2006-07-26  Eric Blake  <ebb9@byu.net>
24238
24239         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
24240
24241 2006-07-26  Eric Blake  <ebb9@byu.net>
24242
24243         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
24244         like mingw that lack mkstemp.
24245         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
24246         avoid compilation warning on mingw.
24247
24248 2006-07-26  Bruno Haible  <bruno@clisp.org>
24249
24250         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
24251         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
24252         INT_FAST*_MIN, INTPTR_MIN.
24253
24254 2006-07-25  Bruno Haible  <bruno@clisp.org>
24255
24256         * modules/version-etc (Depends-on): Add stdarg.
24257
24258 2006-07-25  Bruno Haible  <bruno@clisp.org>
24259
24260         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
24261         complex commands.
24262
24263 2006-07-25  Bruno Haible  <bruno@clisp.org>
24264
24265         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
24266         defined in <stdarg.h> or config.h.
24267
24268 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
24269
24270         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
24271         (gl_STDIO_SAFER): Remove.
24272
24273 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
24274
24275         * MODULES.html.sh (File stream based Input/Output):
24276         Add fopen-safer, tmpfile-safer; remove stdio-safer.
24277         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
24278         * modules/fopen-safer, modules/tmpfile-safer: New files.
24279         * modules/stdio-safer: Remove.
24280
24281 2006-07-24  Bruno Haible  <bruno@clisp.org>
24282
24283         * modules/tmpdir: New file.
24284         * MODULES.html.sh (File system functions): Add it.
24285
24286 2006-07-24  Bruno Haible  <bruno@clisp.org>
24287
24288         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
24289         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
24290
24291 2006-07-24  Bruno Haible  <bruno@clisp.org>
24292
24293         * modules/clean-temp: New file.
24294
24295 2006-07-24  Bruno Haible  <bruno@clisp.org>
24296
24297         * m4/tmpdir.m4: New file, from GNU gettext.
24298
24299 2006-07-24  Bruno Haible  <bruno@clisp.org>
24300
24301         * lib/tmpdir.h: New file, from GNU gettext.
24302         * lib/tmpdir.c: New file, from GNU gettext.
24303
24304 2006-07-24  Bruno Haible  <bruno@clisp.org>
24305
24306         * lib/clean-temp.h: New file, from GNU gettext.
24307         * lib/clean-temp.c: New file, from GNU gettext.
24308
24309 2006-07-23  Eric Blake  <ebb9@byu.net>
24310
24311         * modules/stdio-safer (Files): Add tmpfile-safer.c.
24312         (Depends-on): Add binary-io.
24313
24314 2006-07-23  Eric Blake  <ebb9@byu.net>
24315
24316         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
24317
24318 2006-07-23  Eric Blake  <ebb9@byu.net>
24319
24320         * lib/tmpfile-safer.c: New file.
24321         * lib/stdio-safer.h (fopen_safer): Add prototype.
24322         * lib/stdio--.h (tmpfile): Make safer.
24323
24324 2006-07-23  Bruno Haible  <bruno@clisp.org>
24325
24326         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
24327         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
24328         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
24329         gl_linked_remove_at): Use it.
24330
24331 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24332         and Simon Josefsson <jas@extundo.com>
24333
24334         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
24335
24336         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
24337
24338 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
24339
24340         * modules/close-stream: New file.
24341         * modules/closeout (Description): Make it clear that it exits
24342         with a diagnostic on error.
24343         (Depends-on): Add close-stream.  Remove fpending, stdbool.
24344         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
24345
24346 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
24347
24348         * m4/close-stream.m4: New file.
24349
24350 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
24351
24352         * lib/close-stream.c, lib/close-stream.h: New files.
24353
24354 2006-07-22  Bruno Haible  <bruno@clisp.org>
24355
24356         Merge from GNU gettext 0.15.
24357
24358         2006-05-01  Bruno Haible  <bruno@clisp.org>
24359
24360                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
24361
24362         2006-07-22  Bruno Haible  <bruno@clisp.org>
24363
24364                 * modules/javaversion: New file.
24365                 * MODULES.html.sh (Java): Add javaversion.
24366
24367         2006-03-12  Bruno Haible  <bruno@clisp.org>
24368
24369                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
24370
24371         2005-12-04  Bruno Haible  <bruno@clisp.org>
24372
24373                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
24374                 (untested).
24375
24376         2006-06-21  Bruno Haible  <bruno@clisp.org>
24377
24378                 Avoid warnings from recent versions of mcs.
24379                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
24380                 -o, -L, -r any more. Use options documented since mcs-1.0
24381                 instead. Similarly for -g.
24382
24383         2005-12-04  Bruno Haible  <bruno@clisp.org>
24384
24385                 * build-aux/csharpcomp.sh.in: Suffix for resources is
24386                 .resources, not .resource.
24387
24388         2005-07-09  Bruno Haible  <bruno@clisp.org>
24389
24390                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
24391                 add a .dll suffix.
24392                 Reported by Mark Junker <mjscod@gmx.de>.
24393
24394         2006-07-22  Bruno Haible  <bruno@clisp.org>
24395
24396                 * modules/gettext: Upgrade to gettext-0.15.
24397                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
24398                 m4/visibility.m4.
24399                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
24400
24401 2006-07-22  Bruno Haible  <bruno@clisp.org>
24402
24403         Merge from GNU gettext 0.15.
24404
24405         2006-03-25  Bruno Haible  <bruno@clisp.org>
24406
24407                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
24408
24409         2006-07-21  Bruno Haible  <bruno@clisp.org>
24410
24411                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
24412                 "1.1".
24413
24414         2006-05-09  Bruno Haible  <bruno@clisp.org>
24415
24416                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
24417                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
24418                 for the conftestver execution.
24419
24420         2006-05-01  Bruno Haible  <bruno@clisp.org>
24421
24422                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
24423                 optional target-version argument. Verify that the compiler
24424                 groks source of the specified source-version, or add -source
24425                 option as necessary. Verify that the compiler produces
24426                 bytecode in the specified target-version, or add -target and
24427                 -source options as necessary. Make the result of the test
24428                 available as variable CONF_JAVAC. Also log error output in
24429                 config.log.
24430
24431         2006-03-11  Bruno Haible  <bruno@clisp.org>
24432
24433                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
24434
24435         2006-05-09  Bruno Haible  <bruno@clisp.org>
24436
24437                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
24438                 CLASSPATH_SEPARATOR to a semicolon.
24439
24440         2006-03-12  Bruno Haible  <bruno@clisp.org>
24441
24442                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
24443                 available as variable CONF_JAVA, for subsequent autoconf
24444                 tests. Also log error output in config.log.
24445
24446         2006-07-19  Bruno Haible  <bruno@clisp.org>
24447
24448                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
24449                 that getline works on glibc2 systems. Needed to avoid trouble
24450                 in relocatable.c.
24451                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
24452
24453         2005-12-04  Bruno Haible  <bruno@clisp.org>
24454
24455                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
24456                 launcher (untested).
24457
24458         2005-12-04  Bruno Haible  <bruno@clisp.org>
24459
24460                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
24461
24462         2006-07-22  Bruno Haible  <bruno@clisp.org>
24463
24464                 * gettext.m4: Update from GNU gettext-0.15.
24465                 * nls.m4: Likewise.
24466                 * po.m4: Likewise.
24467                 * inttypes-pri.m4: Likewise.
24468                 * inttypes-h.m4: Renamed from inttypes.m4.
24469                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
24470
24471 2006-07-22  Bruno Haible  <bruno@clisp.org>
24472
24473         Merge from GNU gettext 0.15.
24474
24475         2005-07-05  Bruno Haible  <bruno@clisp.org>
24476
24477                 * printf-args.c (printf_fetchargs): Work around broken
24478                 definition of wint_t on mingw.
24479
24480         2005-02-12  Bruno Haible  <bruno@clisp.org>
24481
24482                 * xallocsa.h: Add extern "C" for C++.
24483
24484         2006-05-17  Bruno Haible  <bruno@clisp.org>
24485
24486                 Cygwin portability.
24487                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
24488
24489         2006-04-30  Bruno Haible  <bruno@clisp.org>
24490
24491                 * progreloc.c: Include <mach-o/dyld.h> if available.
24492                 (find_executable): Use _NSGetExecutablePath when possible.
24493
24494         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
24495
24496                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
24497                 function.
24498
24499         2005-12-29  Bruno Haible  <bruno@clisp.org>
24500
24501                 * progreloc.c (set_program_name_and_installdir): Fix
24502                 compilation error.
24503
24504         2005-12-04  Bruno Haible  <bruno@clisp.org>
24505
24506                 Cygwin portability.
24507                 * progreloc.c: Include <windows.h> also on Cygwin.
24508                 (find_executable): Add support for Cygwin.
24509                 (set_program_name_and_installdir): Handle also platforms with
24510                 nonempty EXEEXT.
24511
24512         2006-07-11  Bruno Haible  <bruno@clisp.org>
24513
24514                 * javacomp.c: Fix a comment.
24515                 Reported by Jim Meyering.
24516
24517         2006-04-30  Bruno Haible  <bruno@clisp.org>
24518
24519                 * javacomp.h (compile_java_class): Add source_version,
24520                 target_version arguments.
24521                 * javacomp.c: Rewritten to choose only a compiler that
24522                 respects the specified source_version and target_version.
24523
24524         2006-06-27  Bruno Haible  <bruno@clisp.org>
24525
24526                 Assume correct S_ISDIR macro.
24527                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
24528
24529         2006-07-22  Bruno Haible  <bruno@clisp.org>
24530
24531                 * javaversion.h: New file, from GNU gettext.
24532                 * javaversion.c: New file, from GNU gettext.
24533                 * javaversion.java: New file, from GNU gettext.
24534                 * javaversion.class: New file, from GNU gettext.
24535
24536         2006-05-17  Bruno Haible  <bruno@clisp.org>
24537
24538                 Cygwin portability.
24539                 * javaexec.c (execute_java_class): Test for jview program
24540                 also on Cygwin.
24541
24542         2006-04-09  Bruno Haible  <bruno@clisp.org>
24543
24544                 * fatal-signal.c: Don't include string.h.
24545                 (at_fatal_signal): Use a copying loop instead of memcpy.
24546
24547         2005-12-04  Bruno Haible  <bruno@clisp.org>
24548
24549                 * csharpexec.c: Add support for 'clix' launcher (untested).
24550                 (execute_csharp_using_sscli): New function.
24551                 (execute_csharp_program): Call it.
24552
24553         2006-06-21  Bruno Haible  <bruno@clisp.org>
24554
24555                 Avoid warnings from recent versions of mcs.
24556                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
24557                 -o, -L, -r any more. Use options documented since mcs-1.0
24558                 instead. Similarly for -g.
24559
24560         2005-07-09  Bruno Haible  <bruno@clisp.org>
24561
24562                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
24563                 add a .dll suffix.
24564                 Reported by Mark Junker <mjscod@gmx.de>.
24565
24566         2006-06-17  Bruno Haible  <bruno@clisp.org>
24567
24568                 * config.charset: Update for NetBSD 3.0.
24569
24570         2006-05-17  Bruno Haible  <bruno@clisp.org>
24571
24572                 Cygwin portability.
24573                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
24574
24575         2006-05-16  Bruno Haible  <bruno@clisp.org>
24576
24577                 * localcharset.c [CYGWIN]: Include <windows.h>.
24578                 (get_charset_aliases): For Cygwin, return the same CPxxx
24579                 aliases list as under WIN32.
24580                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
24581                 the environment variables. Fall back to GetACP().
24582
24583         2006-04-05  Bruno Haible  <bruno@clisp.org>
24584
24585                 * config.charset: Update Juan Manuel Guerrero's address.
24586
24587         2005-02-12  Bruno Haible  <bruno@clisp.org>
24588
24589                 * allocsa.h: Add extern "C" for C++.
24590
24591         2005-02-10  Bruno Haible  <bruno@clisp.org>
24592
24593                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
24594                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
24595
24596         2006-07-22  Bruno Haible  <bruno@clisp.org>
24597
24598                 * gettext.h: Update to GNU gettext-0.15.
24599
24600 2006-07-22  Bruno Haible  <bruno@clisp.org>
24601
24602         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
24603         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
24604         lib-prefix.m4, longdouble.m4, ssize_t.m4.
24605
24606 2006-07-21  Eric Blake  <ebb9@byu.net>
24607
24608         * modules/stdlib-safer: New file.
24609         * MODULES.html.sh (File stream based Input/Output): Add
24610         stdlib-safer.
24611
24612 2006-07-21  Eric Blake  <ebb9@byu.net>
24613
24614         * lib/stdlib-safer.h: New file from coreutils, required by
24615         stdlib--.h.
24616
24617 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
24618
24619         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
24620
24621 2006-07-20  Bruno Haible  <bruno@clisp.org>
24622
24623         * gnulib-tool: Recognize new option --assume-autoconf.
24624         (autoconf_minversion): New variable.
24625         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
24626
24627 2006-07-20  Bruno Haible  <bruno@clisp.org>
24628
24629         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
24630
24631 2006-07-19  Derek R. Price  <derek@ximbiot.com>
24632
24633         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
24634         Reindent and repaginate.
24635
24636 2006-07-19  Derek Price  <derek@ximbiot.com>
24637
24638         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
24639         Correct grammar.
24640
24641 2006-07-17  Bruno Haible  <bruno@clisp.org>
24642
24643         * modules/list: New file.
24644         * modules/array-list: New file.
24645         * modules/carray-list, modules/carray-list-tests: New files.
24646         * modules/linked-list, modules/linked-list-tests: New files.
24647         * modules/avltree-list, modules/avltree-list-tests: New files.
24648         * modules/rbtree-list, modules/rbtree-list-tests: New files.
24649         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
24650         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
24651         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
24652         * modules/oset: New file.
24653         * modules/array-oset: New file.
24654         * modules/avltree-oset, modules/avltree-oset-tests: New files.
24655         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
24656         * tests/test-carray_list.c: New file.
24657         * tests/test-linked_list.c: New file.
24658         * tests/test-avltree_list.c: New file.
24659         * tests/test-rbtree_list.c: New file.
24660         * tests/test-linkedhash_list.c: New file.
24661         * tests/test-avltreehash_list.c: New file.
24662         * tests/test-rbtreehash_list.c: New file.
24663         * tests/test-avltree_oset.c: New file.
24664         * tests/test-rbtree_oset.c: New file.
24665         * MODULES.html.sh (Container data structures): New section.
24666
24667 2006-07-17  Bruno Haible  <bruno@clisp.org>
24668
24669         * m4/gl_list.m4: New file.
24670
24671 2006-07-17  Bruno Haible  <bruno@clisp.org>
24672
24673         * lib/gl_list.h: New file.
24674         * lib/gl_list.c: New file.
24675         * lib/gl_array_list.h: New file.
24676         * lib/gl_array_list.c: New file.
24677         * lib/gl_carray_list.h: New file.
24678         * lib/gl_carray_list.c: New file.
24679         * lib/gl_linked_list.h: New file.
24680         * lib/gl_linked_list.c: New file.
24681         * lib/gl_anylinked_list1.h: New file.
24682         * lib/gl_anylinked_list2.h: New file.
24683         * lib/gl_avltree_list.h: New file.
24684         * lib/gl_avltree_list.c: New file.
24685         * lib/gl_anyavltree_list1.h: New file.
24686         * lib/gl_anyavltree_list2.h: New file.
24687         * lib/gl_rbtree_list.h: New file.
24688         * lib/gl_rbtree_list.c: New file.
24689         * lib/gl_anyrbtree_list1.h: New file.
24690         * lib/gl_anyrbtree_list2.h: New file.
24691         * lib/gl_anytree_list1.h: New file.
24692         * lib/gl_anytree_list2.h: New file.
24693         * lib/gl_linkedhash_list.h: New file.
24694         * lib/gl_linkedhash_list.c: New file.
24695         * lib/gl_anyhash_list1.h: New file.
24696         * lib/gl_anyhash_list2.h: New file.
24697         * lib/gl_avltreehash_list.h: New file.
24698         * lib/gl_avltreehash_list.c: New file.
24699         * lib/gl_rbtreehash_list.h: New file.
24700         * lib/gl_rbtreehash_list.c: New file.
24701         * lib/gl_anytreehash_list1.h: New file.
24702         * lib/gl_anytreehash_list2.h: New file.
24703
24704         * lib/gl_oset.h: New file.
24705         * lib/gl_oset.c: New file.
24706         * lib/gl_array_oset.h: New file.
24707         * lib/gl_array_oset.c: New file.
24708         * lib/gl_avltree_oset.h: New file.
24709         * lib/gl_avltree_oset.c: New file.
24710         * lib/gl_rbtree_oset.h: New file.
24711         * lib/gl_rbtree_oset.c: New file.
24712         * lib/gl_anytree_oset.h: New file.
24713
24714 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
24715
24716         * m4/mkancesdirs.m4: New file.
24717         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
24718         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
24719         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
24720         it.
24721
24722 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
24723
24724         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
24725         * lib/mkancesdirs.h: New files.
24726         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
24727         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
24728         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
24729         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
24730         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
24731         callers changed.  Revamp internals significantly, by not
24732         attempting to create directories that are temporarily more
24733         permissive than the final results.  Do not attempt to use
24734         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
24735         This removes some race conditions, fixes some bugs, and simplifies
24736         things.  Use new dirchownmod function to do owner and mode changes.
24737         * lib/mkdir-p.h: Likewise.
24738         * lib/modechange.c (octal_to_mode): New function.
24739         (struct mode_change): New member mentioned.
24740         (make_node_op_equals): New arg mentioned.  All callers changed.
24741         (mode_compile): Keep track of which mode bits the user has explicitly
24742         mentioned.
24743         (mode_adjust): New arg DIR, so that we implement the X op correctly.
24744         New arg PMODE_BITS, to keep track of which mode bits the user
24745         mentioned; it treats S_ISUID and S_ISGID speciall.
24746         All callers changed.
24747         * lib/modechange.h: Likewise.
24748
24749 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
24750
24751         * MODULES.html.sh: Add mkancestors.
24752         * modules/mkancesdirs: New module.
24753         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
24754         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
24755         The chdir-safer and afs files are now orphans; I'll remove them
24756         unless someone speaks up.
24757         Add lib/dirchownmod.c, lib/dirchownmod.h.
24758         (Depends-on): Remove alloca, chown, save-cwd, dirname.
24759         Add lchown, mkancesdirs.
24760         (Maintainer): Add self.
24761
24762 2006-07-15  Karl Berry  <karl@gnu.org>
24763
24764         * gnulib-tool: help message wording/arrangement.
24765
24766 2006-07-14  Simon Josefsson  <jas@extundo.com>
24767
24768         * doc/gnulib.texi (Libtool and Windows): New section.
24769
24770 2006-07-12  Simon Josefsson  <jas@extundo.com>
24771
24772         * modules/gendocs (License): Fix license, approved by Karl.
24773
24774 2006-07-12  Eric Blake  <ebb9@byu.net>
24775
24776         * MODULES.html.sh: Add gendocs.
24777
24778 2006-07-11  Eric Blake  <ebb9@byu.net>
24779
24780         * modules/fdl: New module, to install doc/fdl.texi.
24781         * MODULES.html.sh: Add new section for documentation modules.
24782         * gnulib-tool: Avoid space-tab.
24783         (--doc-base): New option, to manage files from doc.
24784
24785 2006-07-11  Eric Blake  <ebb9@byu.net>
24786
24787         * m4/absolute-header.m4: Fix comments to match recent change.
24788
24789 2006-07-11  Eric Blake  <ebb9@byu.net>
24790
24791         * gnulib-tool: List --doc-base before --tests-base.
24792
24793 2006-07-11  Derek R. Price  <derek@ximbiot.com>
24794
24795         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
24796
24797 2006-07-11  Bruno Haible  <bruno@clisp.org>
24798
24799         * README: Mention where to put documentation.
24800
24801 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24802
24803         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
24804
24805 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
24806
24807         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
24808         to stdint.m4.
24809
24810 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
24811
24812         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
24813         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
24814         "no/such/file/stdint.h" when there is no such file, so that
24815         the resulting C code can be parsed by dodgy compilers.
24816         Problems reported by Bob Proulx.
24817
24818 2006-07-10  Derek R. Price  <derek@ximbiot.com>
24819
24820         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
24821         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
24822         macros into the GNU _D_EXACT_NAMLEN.
24823         * lib/savedir.c:  Likewise.
24824         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
24825
24826 2006-07-10  Derek R. Price  <derek@ximbiot.com>
24827         and Paul Eggert  <eggert@cs.ucla.edu>
24828
24829         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
24830         * m4/savedir.m4:
24831         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
24832         macros into the GNU _D_EXACT_NAMLEN.
24833
24834 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24835
24836         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
24837         around the absolute name, to work around a problem with the HP-UX
24838         11.23 native C compiler, reported by Bob Proulx.
24839
24840 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24841
24842         * doc/maintain.texi, make-stds.texi: Sync from
24843         <http://savannah.gnu.org/projects/gnustandards>.
24844
24845 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
24846
24847         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
24848
24849 2006-07-09  Jim Meyering  <jim@meyering.net>
24850
24851         * m4/glob.m4: Remove a doubled word in a comment.
24852
24853 2006-07-09  Jim Meyering  <jim@meyering.net>
24854
24855         * lib/argp-pv.c: Remove a doubled word in a comment.
24856         * lib/check-version.c (check_version): Likewise.
24857         * lib/javacomp.c (compile_java_class): Likewise.
24858
24859 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
24860
24861         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
24862         for the benefit of people using Autoconf 2.60.  If you want to
24863         support older Autoconf versions you can copy m4/onceonly_2_57.m4
24864         (or m4/onceonly.m4, if pre-2.57) manually.
24865
24866 2006-07-08  Jim Meyering  <jim@meyering.net>
24867
24868         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
24869         comment.
24870         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
24871         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
24872         comment.
24873
24874 2006-07-08  Jim Meyering  <jim@meyering.net>
24875
24876         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
24877
24878 2006-07-07  Simon Josefsson  <jas@extundo.com>
24879
24880         * tests/test-crc.c: Change expected crc value, the test vector
24881         were probably computed using the old broken crc.c?
24882
24883 2006-07-06  Simon Josefsson  <jas@extundo.com>
24884
24885         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
24886         now the canonical place for the M4 file).
24887
24888         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
24889         from the sys_socket dependency now.
24890
24891         * modules/inet_pton (Files): Ditto.
24892
24893         * modules/inet_ntop (Files): Ditto.
24894
24895 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
24896
24897         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
24898         not gl_PREREQ_GETUSERSHELL.
24899
24900 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24901
24902         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
24903         with only one argument, for Autoconf 2.60.
24904         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
24905         expand to nothing, so add a shell command to avoid syntax error.
24906         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
24907
24908 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24909
24910         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
24911
24912 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
24913
24914         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
24915         no longer needed.  Check for isblank decl.
24916         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
24917         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
24918         of existence.
24919
24920 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
24921
24922         * lib/getloadavg.c: Use __VMS, not VMS.
24923         * lib/getopt.c: Likewise.
24924         * lib/getpagesize.h: Likewise.
24925         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
24926         and probably does not work.
24927
24928 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
24929
24930         * lib/.cppi-disable: Add wcwidth.
24931         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
24932         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
24933         (ISGRAPH): Remove.  All uses changed to isgraph.
24934         (FOLD) [!defined _LIBC]: Remove special case.
24935         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
24936         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
24937         HAVE_ISBLANK.
24938         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
24939         case.
24940
24941 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
24942
24943         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
24944         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
24945         brackets.  Other minor changes to suppress some compiler
24946         warnings.
24947
24948 2006-07-06  Derek R. Price  <derek@ximbiot.com>
24949         and Paul Eggert  <eggert@cs.ucla.edu>
24950
24951         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
24952         of invoking obsolescent AC_HEADER_DIRENT macro.
24953         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
24954         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
24955         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
24956         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
24957         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
24958         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
24959         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
24960         * m4/readdir.m4: Remove; no longer needed.
24961
24962 2006-07-06  Derek R. Price  <derek@ximbiot.com>
24963         and Paul Eggert  <eggert@cs.ucla.edu>
24964
24965         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
24966         Don't worry about this obsolete case any more.
24967         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
24968         directories.
24969         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
24970         worry about this obsolete case any more.
24971         * lib/fts.c: Likewise.
24972         * lib/getcwd.c: Likewise.
24973         * lib/glob.h: Likewise.
24974         * lib/savedir.c: Likewise.
24975
24976 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
24977
24978         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
24979         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
24980         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
24981         needed.
24982         All uses removed.
24983         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
24984         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
24985         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
24986         needed.
24987         * m4/getdate.m4 (gl_GETDATE): Likewise.
24988         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
24989         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
24990         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
24991         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
24992         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
24993         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24994         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
24995         needed.
24996
24997 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
24998
24999         * lib/memcasecmp.c: Include <limits.h>.
25000         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
25001         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
25002         Don't assume isdigit succeeds only on '0' through '9'.
25003
25004 2006-07-05  Eric Blake  <ebb9@byu.net>
25005
25006         * modules/getaddrinfo (Depends-on): Add snprintf.
25007
25008 2006-07-05  Eric Blake  <ebb9@byu.net>
25009
25010         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
25011         to avoid 'header present but could not be compiled' on cygwin.
25012
25013 2006-07-05  Eric Blake  <ebb9@byu.net>
25014
25015         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
25016         missing from netdb.h.
25017         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
25018
25019 2006-07-05  Derek R. Price  <derek@ximbiot.com>
25020
25021         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
25022         no longer needed.
25023         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
25024         * m4/getdate.m4 (gl_GETDATE): Likewise.
25025         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
25026         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
25027         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
25028         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
25029         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
25030
25031 2006-07-05  Derek R. Price  <derek@ximbiot.com>
25032
25033         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
25034         All uses of is_space replaced by isspace.
25035         * lib/exit.h: Don't talk about STDC_HEADERS.
25036         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
25037         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
25038         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
25039         replaced by isprint etc.
25040         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
25041         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
25042         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
25043         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
25044         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
25045         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
25046
25047 2006-07-05  Bruno Haible  <bruno@clisp.org>
25048
25049         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
25050         the function exists, before testing against AIX.
25051         Reported by Martin Lambers <marlam@marlam.de>.
25052
25053 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
25054
25055         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
25056         From Mark D. Baushke.
25057
25058 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
25059
25060         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
25061         to the absolute name, not just one, to bypass Sun C 5.8's
25062         "warning: #include of /usr/include/... may be non-portable".
25063
25064 2006-07-04  Eric Blake  <ebb9@byu.net>
25065
25066         * modules/dirname-tests: New test module.
25067         * tests/test-dirname.c: New file, replacing dirname.c
25068         TEST_DIRNAME section that was recently deleted.
25069
25070 2006-07-04  Bruno Haible  <bruno@clisp.org>
25071
25072         Assume ANSI C header files and <ctype.h> functions.
25073         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
25074         (mbsnwidth): Use isprint, iscntrl instead.
25075
25076 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
25077
25078         Merge from coreutils.
25079         * MODULES.html.sh: Add xstrtold.
25080         * modules/xstrtold: New file.
25081         * modules/cycle-check (Files): Add lib/same-inode.h.
25082         * modules/dirname (Files): Add m4/double-slash-root.m4.
25083         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
25084         * modules/mkdir-p (Files): Add lib/same-inode.h.
25085         * modules/same (Files): Add lib/same-inode.h.
25086
25087 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
25088
25089         * m4/absolute-header.m4: Renamed from full-header-path.m4.
25090         This is to keep the terminology clean; POSIX talks about
25091         "absolute pathnames", not "full pathnames", but the GNU
25092         Coding Standards say to use "path" for something else;
25093         so use "absolute" to keep both sides happy.
25094         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
25095         Set gl_absolute_header, not gl_full_header_path.
25096         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
25097         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
25098         All uses changed.
25099
25100         Merge from coreutils.
25101
25102         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
25103
25104         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
25105         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
25106         want to require the building of c-strtod.o.
25107         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
25108         needs -lm directly.
25109         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
25110
25111         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
25112
25113         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
25114         --as-needed option if available.  Problem reported by Albert Chin in
25115         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
25116         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
25117         cc merely issues a bunch of annoying warnings for --as-needed
25118         (this problem was reported by Bob Proulx).  Also, try linking with
25119         -lm to detect a bug in binutils 2.16 (this problem was reported
25120         by Ralf Wildenhues).
25121
25122         2006-06-18  Jim Meyering  <jim@meyering.net>
25123
25124         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
25125         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
25126         macro.
25127         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
25128         also check for glibc-2.4's abort-inducing bug.
25129
25130         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
25131         Low-probability clean-up should be to use rmdir to get rid of
25132         the just-created directory, not unlink.
25133
25134         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
25135         configure fail, and request a bug report to inform us about it.
25136         Add a comment that, barring reports to the contrary, in 2007 we'll
25137         assume ftruncate is universally available.
25138
25139         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
25140
25141         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
25142
25143         2006-03-12  Jim Meyering  <jim@meyering.net>
25144
25145         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
25146         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
25147         * m4/same.m4 (gl_SAME): Likewise.
25148         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
25149
25150         2006-03-11  Eric Blake  <ebb9@byu.net>
25151
25152         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
25153         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
25154         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
25155         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
25156
25157 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
25158
25159         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
25160         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
25161         reported by Mark D. Baushke, one in
25162         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
25163
25164         Merge from coreutils.
25165
25166         * lib/.cppi-disable: Add stdint_.h.
25167         * lib/.cvsignore: Add stdint.h.
25168
25169         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
25170
25171         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
25172         both double and long double versions.
25173         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
25174         * lib/xstrtold.c: New file.
25175         * lib/xstrtod.h (xstrtold): New decl.
25176
25177         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
25178
25179         * lib/filemode.c (setst): Remove.
25180         (strmode): Rewrite to avoid setst.  This makes the code shorter,
25181         (arguably) clearer, and the generated code is a bit smaller on my
25182         Debian GNU/Linux stable x86 host.
25183
25184         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
25185
25186         * lib/filemode.c: Include "filemode.h" first, to test the interface.
25187         Assume that filemode.h includes sys/types.h and sys/stat.h.
25188         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
25189         (ftypelet): Reorder to put common cases first, for efficiency.
25190         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
25191         to do 'M'.
25192         (strmode): Renamed from mode_string, and now stores 12 bytes instead
25193         of 10, for compatibility with FreeBSD.  All callers changed.
25194         (filemodestring): Now stores 12 bytes instead of 10, and sets file
25195         types that can't be deduced solely from st_mode.  First arg is now a
25196         const pointer.
25197         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
25198         (strmode): Renamed from mode_string.
25199         (filemodestring): New decl.
25200         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
25201         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
25202         needed.
25203         (S_ISPORT, S_ISWHT): New macros, if not already defined.
25204
25205         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
25206
25207         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
25208         fsusage.h now does that.  Include fsusage.h first, to test interface.
25209         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
25210         at most one method (the old code could have generated decls that
25211         didn't conform to C89, not that this was ever exercised).
25212         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
25213
25214         2006-03-19  Jim Meyering  <jim@meyering.net>
25215
25216         Work even in a chroot where d_ino values for entries in "/"
25217         don't match the stat.st_ino values for the same names.
25218         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
25219         number, iterate through all entries again, using lstat instead.
25220         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
25221         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
25222
25223         * lib/getcwd.c (__getcwd): Clarify a comment.
25224         Use memcpy in place of a call to strcpy.
25225
25226         2006-03-12  Jim Meyering  <jim@meyering.net>
25227
25228         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
25229         matches that of the current directory (which we're about to chdir ".."
25230         out of), then save the dev-ino of the parent, instead.
25231
25232         * lib/same-inode.h (SAME_INODE): New file/macro.
25233         * lib/chdir-safer.c (SAME_INODE): Remove definition.
25234         Include "same-inode.h", instead.
25235         * lib/same.c: Likewise.
25236         * lib/cycle-check.h: Include "same-inode.h".
25237         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
25238         * lib/cycle-check.c (SAME_INODE): Remove definition.
25239         * lib/root-dev-ino.h: Include "same-inode.h".
25240
25241         2006-03-11  Eric Blake  <ebb9@byu.net>
25242
25243         * lib/same.c (same_name): s/base_name/last_component/
25244         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
25245         * lib/filenamecat.c (file_name_concat): Likewise.
25246
25247         2006-03-11  Eric Blake  <ebb9@byu.net>,
25248                     Paul Eggert  <eggert@cs.ucla.edu>
25249
25250         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
25251         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
25252         drive prefix.
25253         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
25254         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
25255         (last_component): New method.
25256         * lib/dirname.c (dir_len): Determine when drive letters need a
25257         subsequent slash.  Preserve // when it is special.
25258         (dir_name): Don't append dot when drive letter is absolute.
25259         [TEST_DIRNAME]: Move into a full-blown gnulib test.
25260         * lib/basename.c (base_name): New semantics - malloc the result.
25261         Preserve // when it is special.  Preserve relative files that look
25262         like drive letters.
25263         (base_len): Preserve // when it is special.
25264         (last_component): New method, similar to old base_name semantics.
25265         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
25266         base_name.  Strip redundant slashes from ///.
25267
25268 2006-07-03  Jim Meyering  <jim@meyering.net>
25269
25270         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
25271         macro is used before the first cycle_check call.
25272
25273 2006-07-03  Eric Blake  <ebb9@byu.net>
25274
25275         * modules/dirname (Depends-on): Add xstrndup.
25276
25277 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
25278
25279         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
25280         test cases, so that config.log is a bit easier to follow.
25281
25282 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
25283
25284         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
25285         both are 64 bits, since this seems to be the tradition, and this
25286         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
25287         we ever run into a host that prefers long long to long in this
25288         case, we'll need another configure-time test.  Problem reported by
25289         Jim Meyering.
25290
25291 2006-07-02  Eric Blake  <ebb9@byu.net>
25292
25293         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
25294
25295 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
25296
25297         * modules/inttypes (Depends-on): No longer depends on stdint.
25298         * modules/stdint (Description): Say more about assumptions.
25299         Say that the fast types might differ.  Say macros are used.
25300         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
25301         (Makefile.am): Revise list of substituted symbols to match
25302         new stdint.m4.
25303         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
25304         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
25305         * tests/test-stdint.c (verify_same_types)
25306         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
25307         the code conforms to C99/C89.
25308         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
25309         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
25310
25311 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
25312
25313         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
25314         but fix a bug, by requiring at least 64 bits.
25315         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
25316         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
25317         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
25318         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
25319
25320         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
25321         changes.  Make 2.59 a prerequisite.  Check and substitute for
25322         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
25323         inttypes.h.  Do not use special include files; just use the
25324         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
25325         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
25326         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
25327         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
25328         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
25329         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
25330         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
25331         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
25332         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
25333         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
25334         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
25335         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
25336         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
25337         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
25338         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
25339         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
25340         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
25341         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
25342         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
25343         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
25344         WINT_MAX.  Check for C99 conformance more strictly, by detecting
25345         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
25346         not check for things that C99 does not require, e.g., int8_t.  If
25347         a test isn't needed unless <stdint.h> isn't working, and is
25348         unlikely to be needed for any other reason, then don't do it
25349         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
25350         size_t, since we assume C89 freestanding at least.  Do not check
25351         for sig_atomic_t, wchar_t, or wint_t, since the code now does
25352         the right thing even if the types are not defined.  Instead use:
25353         (gl_STDINT_TYPE_PROPERTIES): New macro.
25354         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
25355         testing whether <sys/types.h> clashes, as Autoconf does this for
25356         us now.  All uses removed.
25357         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
25358         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
25359         (gl_CHECK_TYPE_SAME):
25360         Remove; no longer needed.
25361         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
25362         exists, since we'll return 0 anyway in that case.
25363         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
25364
25365 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
25366
25367         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
25368         possible collision with system files.
25369         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
25370         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
25371         WCHAR_MIN and WCHAR_MAX in this case.
25372         (<stddef.h>): Do not include; no longer needed.
25373         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
25374         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
25375         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
25376         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
25377         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
25378         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
25379         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
25380         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
25381         !defined(__c99))]: Include in this case too, since it's harmless
25382         now.
25383         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
25384         dangerous to do so.
25385         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
25386         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
25387         (_STDINT_MIN, _STDINT_MAX): New macros.
25388         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
25389         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
25390         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
25391         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
25392         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
25393         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
25394         macros, not typedefs; this simplifies things quite a bit.
25395         Use long int for all types narrower than int64_t.
25396         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
25397         Define in terms of long long int or int64_t or long int,
25398         not int64_t or int32_t.  This saves some compile-time testing.
25399         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
25400         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
25401         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
25402         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
25403         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
25404         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
25405         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
25406         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
25407         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
25408         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
25409         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
25410         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
25411         undef any previous version and define our own version, for
25412         simplicity and consistency with the new macros for types.
25413         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
25414         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
25415         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
25416         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
25417         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
25418         @WINT_T_SUFFIX@ to keep things simple here.
25419         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
25420         Simplify by assuming typical 8/16/32/64 host, since we're
25421         already doing that elsewhere anyway.
25422         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
25423         and assume long long int is 64 bits if available.  This
25424         speeds up 'configure'.
25425
25426 2006-07-01  Eric Blake  <ebb9@byu.net>
25427
25428         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
25429         Reported by Andreas Buening.
25430
25431 2006-07-01  Eric Blake  <ebb9@byu.net>
25432
25433         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
25434
25435 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
25436
25437         * lib/getaddrinfo.c: fixed typo
25438
25439 2006-06-29  Jim Meyering  <jim@meyering.net>
25440
25441         * modules/strftime (Maintainer): Add my name, since with the
25442         FPRINTFTIME changes strftime.c has forked from glibc.
25443
25444 2006-06-29  Eric Blake  <ebb9@byu.net>
25445
25446         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
25447
25448 2006-06-29  Eric Blake  <ebb9@byu.net>
25449
25450         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
25451
25452 2006-06-29  Eric Blake  <ebb9@byu.net>
25453
25454         * lib/stat_.h: New file.
25455
25456 2006-06-29  Eric Blake  <ebb9@byu.net>
25457
25458         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
25459         unused static function.
25460
25461 2006-06-29  Eric Blake  <ebb9@byu.net>
25462
25463         * doc/functions.texi (Function Portability): Document missing lstat
25464         on mingw.
25465
25466 2006-06-29  Eric Blake  <ebb9@byu.net>
25467
25468         * MODULES.html.sh: Add sys_stat.
25469         * modules/sys_stat: New module.
25470         * modules/mkstemp (Depends-on): Add sys_stat.
25471
25472 2006-06-29  Derek R. Price  <derek@ximbiot.com>
25473
25474         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
25475
25476 2006-06-29  Derek R. Price  <derek@ximbiot.com>
25477
25478         * m4/c-bs-a.m4: Removed.
25479
25480 2006-06-29  Derek R. Price  <derek@ximbiot.com>
25481
25482         * lib/strftime.c: Assume strftime() exists.
25483
25484 2006-06-29  Derek Price  <derek@ximbiot.com>
25485
25486         * modules/c-bs-a: Removed - \a is C89.
25487         * MODULES.html.sh: Remove c-bs-a.
25488
25489 2006-06-29  Bruno Haible  <bruno@clisp.org>
25490
25491         * modules/wcwidth (License): Change to LGPL.
25492
25493 2006-06-28  Simon Josefsson  <jas@extundo.com>
25494
25495         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
25496         on _WIN32.
25497
25498         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
25499         getnameinfo.
25500
25501 2006-06-28  Simon Josefsson  <jas@extundo.com>
25502
25503         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
25504
25505 2006-06-28  Simon Josefsson  <jas@extundo.com>
25506
25507         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
25508         functions there.  It will succeed on Windows XP, but on Windows
25509         2000 and (presumably) earlier, it will fail, and use the internal
25510         re-implementation.
25511         (use_win32_p): New function.
25512         (getaddrinfo): Use strtoul on servname, to support numeric ports.
25513         Support AI_NUMERICSERV to disable getservbyname.
25514         (getnameinfo): New function, only supports
25515         NI_NUMERICHOST|NI_NUMERICSERV for now.
25516
25517         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
25518         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
25519         getnameinfo.
25520
25521 2006-06-28  Eric Blake  <ebb9@byu.net>
25522
25523         * modules/wcwidth: New file.
25524         * modules/mbchar (Depends-on): Add wcwidth.
25525         * modules/mbswidth (Depends-on): Add wcwidth.
25526         * MODULES.html.sh: Add wcwidth.
25527
25528 2006-06-28  Eric Blake  <ebb9@byu.net>
25529
25530         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
25531         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
25532
25533 2006-06-28  Eric Blake  <ebb9@byu.net>
25534
25535         * lib/xvasprintf.h: Fix comments.
25536
25537 2006-06-28  Eric Blake  <ebb9@byu.net>
25538
25539         * lib/mbchar.h (wcwidth): Include wcwidth.h.
25540         * lib/mbswidth.c (wcwidth): Move from here...
25541         * lib/wcwidth.h: ...to this new file.
25542
25543 2006-06-28  Derek R. Price  <derek@ximbiot.com>
25544
25545         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
25546
25547         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
25548         it's obsolete.
25549         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
25550
25551 2006-06-28  Derek R. Price  <derek@ximbiot.com>
25552
25553         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
25554         Autoconf 2.60 says this stuff was obsolete.
25555
25556 2006-06-28  Bruno Haible  <bruno@clisp.org>
25557
25558         * modules/wcwidth (Files): Add m4/wchar_t.m4.
25559
25560 2006-06-28  Bruno Haible  <bruno@clisp.org>
25561
25562         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
25563         gt_TYPE_WCHAR_T.
25564
25565 2006-06-28  Bruno Haible  <bruno@clisp.org>
25566
25567         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
25568         declaration for wcwidth.
25569         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
25570
25571 2006-06-28  Bruno Haible  <bruno@clisp.org>
25572
25573         * lib/mkdtemp.c [MINGW]: Include <io.h>.
25574         (mkdir): Define using _mkdir.
25575
25576 2006-06-28  Bruno Haible  <bruno@clisp.org>
25577
25578         * lib/getaddrinfo.h: Fix POSIX URL.
25579         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
25580         _WIN32.
25581         (use_win32_p): Make static.
25582         (getaddrinfo): Reject service name if it is empty or does not consist
25583         solely of decimal digits, or if its value is > 65535.
25584         (getnameinfo): Remove useless casts.
25585
25586 2006-06-27  Simon Josefsson  <jas@extundo.com>
25587
25588         * modules/sys_select: New file, suggested by Bruno Haible, Paul
25589         Eggert and Martin Lambers.
25590
25591 2006-06-27  Simon Josefsson  <jas@extundo.com>
25592
25593         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
25594         Eggert and Martin Lambers.
25595
25596 2006-06-27  Bruno Haible  <bruno@clisp.org>
25597
25598         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
25599         result to 0, not to empty.
25600         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
25601
25602 2006-06-27  Bruno Haible  <bruno@clisp.org>
25603
25604         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
25605
25606 2006-06-26  Simon Josefsson  <jas@extundo.com>
25607
25608         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
25609         present.
25610
25611 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
25612
25613         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
25614         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
25615         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
25616
25617 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
25618
25619         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
25620
25621 2006-06-26  Bruno Haible  <bruno@clisp.org>
25622
25623         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
25624
25625 2006-06-26  Bruno Haible  <bruno@clisp.org>
25626
25627         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
25628
25629 2006-06-26  Bruno Haible  <bruno@clisp.org>
25630
25631         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
25632         SGI C compiler in pre-C99 mode.
25633         Suggested by Mark D. Baushke and Larry Jones.
25634
25635 2006-06-26  Bruno Haible  <bruno@clisp.org>
25636
25637         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
25638         WCHAR_MAX.
25639         Reported by Mark D. Baushke and Larry Jones.
25640
25641 2006-06-26  Bruno Haible  <bruno@clisp.org>
25642
25643         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
25644         in pre-C99 mode.
25645         Suggested by Mark D. Baushke and Larry Jones.
25646
25647 2006-06-23  Simon Josefsson  <jas@extundo.com>
25648             Bruno Haible  <bruno@clisp.org>
25649
25650         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
25651         Emit mostlyclean-local rule.
25652         (func_emit_tests_Makefile_am): Likewise.
25653         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
25654
25655 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
25656
25657         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
25658
25659 2006-06-23  Bruno Haible  <bruno@clisp.org>
25660
25661         * tests/test-stdint.c: Update to match ISO C 99 Technical
25662         Corrigendum 1.
25663
25664 2006-06-23  Bruno Haible  <bruno@clisp.org>
25665
25666         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
25667
25668 2006-06-23  Bruno Haible  <bruno@clisp.org>
25669
25670         * lib/stdint_.h: Treat IRIX like OpenBSD.
25671
25672 2006-06-23  Bruno Haible  <bruno@clisp.org>
25673
25674         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
25675         ISO C 99 Technical Corrigendum 1.
25676
25677 2006-06-22  Simon Josefsson  <jas@extundo.com>
25678
25679         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
25680         MinGW.
25681
25682 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25683
25684         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
25685         needed.  Some compiler complained about some of them.  Problem reported
25686         by Larry Jones in
25687         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
25688
25689 2006-06-21  Simon Josefsson  <jas@extundo.com>
25690
25691         * tests/test-getaddrinfo.c: New file.
25692
25693         * modules/getaddrinfo-tests: New file.
25694
25695         * MODULES.html.sh: Add inet_pton.
25696
25697         * modules/inet_pton: New file.
25698
25699 2006-06-21  Simon Josefsson  <jas@extundo.com>
25700
25701         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
25702         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
25703         of using the (limited) gnulib implementation on Windows XP.
25704
25705         * m4/inet_pton.m4: New file.
25706
25707 2006-06-21  Simon Josefsson  <jas@extundo.com>
25708
25709         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
25710         variable.
25711
25712         * lib/socket_.h: Don't define WINVER.
25713
25714         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
25715         slightly modified to work in gnulib.
25716
25717 2006-06-21  Simon Josefsson  <jas@extundo.com>
25718
25719         * doc/gnulib.texi (Windows sockets): Add.
25720
25721 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
25722
25723         * lib/read-file.c (fread_file): Start with buffer allocation of
25724         0 bytes rather than 1 byte; this simplifies the code.
25725         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
25726         code to free buffer and save/restore errno.
25727         (internal_read_file): Remove unused local.
25728
25729 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
25730
25731         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
25732         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
25733         Problem reported by Denis Excoffier in
25734         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
25735
25736 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25737
25738         * modules/sys_socket, modules/socklen: Include sys/types since
25739         FreeBSD 4.x's sys/socket.h needs it.
25740
25741 2006-06-19  Simon Josefsson  <jas@extundo.com>
25742
25743         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
25744
25745 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
25746
25747         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
25748
25749 2006-06-19  Bruno Haible  <bruno@clisp.org>
25750
25751         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
25752         and FULL_PATH_INTTYPES_H in angle brackets.
25753         Reported by Mark D. Baushke <mdb@gnu.org>.
25754
25755 2006-06-17  Eric Blake  <ebb9@byu.net>
25756
25757         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
25758         errno.
25759
25760 2006-06-17  Bruno Haible  <bruno@clisp.org>
25761
25762         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
25763         <sys/inttypes.h>.
25764
25765 2006-06-17  Bruno Haible  <bruno@clisp.org>
25766
25767         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
25768         whether errno is declared. Assume <errno.h> declares errno.
25769
25770 2006-06-17  Bruno Haible  <bruno@clisp.org>
25771
25772         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
25773
25774 2006-06-17  Bruno Haible  <bruno@clisp.org>
25775
25776         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
25777         problem on Solaris 2.5.1.
25778
25779 2006-06-16  Eric Blake  <ebb9@byu.net>
25780
25781         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
25782         * lib/unicodeio.c [!defined errno]: Likewise.
25783         * lib/strtol.c [!defined errno]: Likewise.
25784         * lib/strtod.c [!defined errno]: Likewise.
25785
25786 2006-06-15  Eric Blake  <ebb9@byu.net>
25787
25788         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
25789
25790 2006-06-15  Eric Blake  <ebb9@byu.net>
25791
25792         * config/srclist.txt (ssize_t.m4): Lose sync.
25793
25794 2006-06-15  Bruno Haible  <bruno@clisp.org>
25795
25796         * modules/stdint (Files): Include m4/full-header-path.m4,
25797         m4/size_max.m4, m4/wchar_t.m4.
25798         (Makefile.am): Many more substitutions.
25799         * modules/stdint-tests: New file.
25800         * tests/test-stdint.c: New file.
25801
25802 2006-06-15  Bruno Haible  <bruno@clisp.org>
25803
25804         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
25805         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
25806         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
25807         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
25808         gl_CHECK_TYPE_SAME): New macros.
25809
25810 2006-06-15  Bruno Haible  <bruno@clisp.org>
25811
25812         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
25813
25814 2006-06-15  Bruno Haible  <bruno@clisp.org>
25815
25816         * lib/stdint_.h: Rewritten to be fully auto-configured.
25817         Fixes bug on HP-UX/IA64.
25818
25819 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
25820
25821         * lib/getdate.y (__attribute__): Don't define if already defined.
25822         Problem reported by Larry Jones.
25823         * lib/utimens.c (__attribute__): Likewise.
25824
25825 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
25826
25827         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
25828         reported by Andreas Schwab.
25829
25830 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25831             Bruno Haible  <bruno@clisp.org>
25832
25833         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
25834         check for the declaration of strnlen and a run test that exposes the
25835         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
25836         rpl_strndup.
25837
25838 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25839             Bruno Haible  <bruno@clisp.org>
25840
25841         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
25842
25843 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25844
25845         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
25846         compile test, for Tru64 4.0D.
25847
25848 2006-05-28  Karl Berry  <karl@gnu.org>
25849
25850         * config/srclist.txt (printf-args.c): lose sync.
25851
25852 2006-05-26  Martin Lambers  <marlam@marlam.de>
25853
25854         * lib/getpass.c: Updates the test for the native W32 API, and adds
25855         missing includes, thus fixing compilation warnings.
25856
25857 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
25858
25859         * lib/exclude.c (exclude_fnmatch): New function.
25860         (excluded_file_name): Call exclude_fnmatch.
25861         * lib/exclude.h (excluded_file_name): New prototype
25862
25863 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
25864
25865         * lib/tempname.c (small_open, large_open): New macros.
25866         (__open, __open64) [!_LIBC]: Remove.
25867         (__gen_tempname): Use small_open and large_open instead of __open
25868         and __open64.  This fixes a portability bug on HP-UX 11.11i
25869         reported by Simon Wing-Tang in
25870         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
25871
25872 2006-05-24  Bruno Haible  <bruno@clisp.org>
25873
25874         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
25875         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
25876         Reported by Thorsten Maerz <torte@netztorte.de> via
25877         Aaron Stone <aaron@serendipity.cx>.
25878
25879 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
25880
25881         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
25882         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
25883         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
25884         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
25885         not really conditional on the cache.
25886         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
25887
25888 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
25889
25890         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
25891         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
25892         (my_usleep): Don't mishandle maximum value.
25893
25894 2006-05-19  Jim Meyering  <jim@meyering.net>
25895
25896         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
25897
25898 2006-05-17  Bruno Haible  <bruno@clisp.org>
25899
25900         Cygwin portability.
25901         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
25902
25903 2006-05-17  Bruno Haible  <bruno@clisp.org>
25904
25905         * lib/stdint_.h: Fix recognition of Cygwin.
25906
25907 2006-05-15  Bruno Haible  <bruno@clisp.org>
25908
25909         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
25910         on libtool patch by Ralf Wildenhues.
25911
25912 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
25913
25914         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
25915         test for C99 conformance; (bool) 0.5 is an integer constant
25916         expression, but (bool) -0.5 is not.  Problem reported by Fedor
25917         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
25918
25919 2006-05-11  Simon Josefsson  <jas@extundo.com>
25920
25921         * m4/xvasprintf.m4: Fix obvious typo.
25922
25923 2006-05-11  Jim Meyering  <jim@meyering.net>
25924
25925         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
25926         James Lemley.
25927
25928 2006-05-10  Simon Josefsson  <jas@extundo.com>
25929
25930         * lib/md4.c: Typo fix, update copyright years.
25931         (K1, K2): Don't use L because it turn computations into 64-bit on
25932         64-bit platforms.
25933
25934 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
25935
25936         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
25937         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
25938         unwanted sign propagation, e.g., on hosts with 64-bit int.
25939         There still are some problems with reeelly weird theoretical hosts
25940         (e.g., 33-bit int) but it's not worth worrying about now.
25941         * lib/sha1.c (rol): Likewise.
25942         (K1, K2, K3, K4): Remove unnecessary L suffix.
25943
25944 2006-05-10  Bruno Haible  <bruno@clisp.org>
25945
25946         * lib/des.c: Cast to avoid warnings.
25947
25948 2006-05-09  Bruno Haible  <bruno@clisp.org>
25949
25950         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
25951         (Depends-on): Depend also on xsize, stdarg.
25952         (configure.ac): Add gl_XVASPRINTF.
25953
25954 2006-05-09  Bruno Haible  <bruno@clisp.org>
25955
25956         * m4/xvasprintf.m4: New file.
25957
25958 2006-05-09  Bruno Haible  <bruno@clisp.org>
25959
25960         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
25961         (EOVERFLOW): Define fallback value.
25962         (xstrcat): New function.
25963         (xvasprintf): Recognize the special case of a string concatenation.
25964
25965 2006-05-08  Eric Blake  <ebb9@byu.net>
25966
25967         * gnulib-tool (func_version): Base copyright year on CVS date.
25968         (func_emit_copyright_notice): New function.
25969         (func_emit_lib_Makefile_am): Use it.
25970         (func_emit_tests_Makefile_am): Likewise.
25971         (func_import): Likewise.
25972
25973 2006-05-08  Bruno Haible  <bruno@clisp.org>
25974
25975         * modules/stdarg: New file.
25976         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
25977
25978 2006-05-08  Bruno Haible  <bruno@clisp.org>
25979
25980         * m4/stdarg.m4: New file, from GNU gettext.
25981
25982 2006-05-08  Bruno Haible  <bruno@clisp.org>
25983
25984         * config/srclist.txt (build-aux/config.rpath): different from latest
25985         release.
25986
25987 2006-05-08  Bruno Haible  <bruno@clisp.org>
25988
25989         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
25990
25991 2006-05-05  Jim Meyering  <jim@meyering.net>
25992
25993         * m4/warning.m4: New file, derived from bison's file by the same name.
25994
25995 2006-05-03  Bruno Haible  <bruno@clisp.org>
25996
25997         * lib/stdint_.h: Shorter URL.
25998         * lib/inttypes.h: Likewise.
25999
26000 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
26001
26002         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
26003
26004 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
26005
26006         * lib/verify.h: Document the internals better.  Most of this change
26007         was written by Bruno Haible.
26008
26009 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
26010
26011         * doc/verify.texi: New file, partly based on a proposal by
26012         Bruno Haible.
26013
26014 2006-05-02  Bruno Haible  <bruno@clisp.org>
26015
26016         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
26017         test from here...
26018         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
26019
26020 2006-04-29  Bruno Haible  <bruno@clisp.org>
26021
26022         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
26023         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
26024
26025 2006-04-29  Bruno Haible  <bruno@clisp.org>
26026
26027         * gnulib-tool: Make --update option actually work.
26028
26029 2006-04-29  Bruno Haible  <bruno@clisp.org>
26030
26031         * doc/gcd.texi: New file.
26032         * doc/gnulib.texi: Include it.
26033
26034 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
26035
26036         * lib/getdate.y (get_date): When adding relative date, start with the
26037         initial time, not with the result of the first mktime call.
26038
26039 2006-04-25  Bruno Haible  <bruno@clisp.org>
26040
26041         * gnulib-tool (func_import): Output the include directives in three
26042         blocks, sorted separately.
26043         Reported by Ben Pfaff <blp@cs.stanford.edu>.
26044
26045 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
26046
26047         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
26048         to define main with arguments, for C++.  Reported by Eric Blake.
26049         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
26050         Prefer 'int main ()' to 'int main (void)', for C++.
26051         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
26052         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
26053         for 'main', for C99 and C++.
26054
26055 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
26056
26057         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
26058         Don't assume that exit status -1 is valid.
26059         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
26060         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
26061         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
26062         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
26063         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
26064         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
26065         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
26066         functions can be used without declaring them, or that you can
26067         exit with status -1.
26068         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
26069
26070 2006-04-24  Karl Berry  <karl@gnu.org>
26071
26072         * config/srclist.txt (longdouble.m4): sync lost.
26073
26074 2006-04-24  Eric Blake  <ebb9@byu.net>
26075
26076         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
26077
26078 2006-04-24  Bruno Haible  <bruno@clisp.org>
26079
26080         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
26081         poll() implementation in AIX.
26082         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26083
26084 2006-04-24  Bruno Haible  <bruno@clisp.org>
26085
26086         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
26087         assigned exactly once.
26088
26089 2006-04-23  Claudio Fontana  <claudio@gnu.org>
26090             Bruno Haible  <bruno@clisp.org>
26091
26092         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
26093         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
26094         for AM_CPPFLAGS.
26095
26096 2006-04-23  Bruno Haible  <bruno@clisp.org>
26097
26098         * modules/copy-file: Depend on unistd.
26099         * modules/execute: Likewise.
26100         * modules/fatal-signal: Likewise.
26101         * modules/findprog: Likewise.
26102         * modules/mkdtemp : Likewise.
26103         * modules/pipe: Likewise.
26104         * modules/wait-process: Likewise.
26105
26106 2006-04-23  Bruno Haible  <bruno@clisp.org>
26107
26108         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
26109         condition was already detected.
26110         Reported by Ben Pfaff <blp@cs.stanford.edu>.
26111
26112 2006-04-23  Bruno Haible  <bruno@clisp.org>
26113
26114         * lib/copy-file.c: Include <unistd.h> unconditionally.
26115         * lib/execute.c: Likewise.
26116         * lib/fatal-signal.c: Likewise.
26117         * lib/findprog.c: Likewise.
26118         * lib/mkdtemp.c: Likewise.
26119         * lib/pipe.h: Likewise.
26120         * lib/pipe.c: Likewise.
26121         * lib/wait-process.h: Likewise.
26122
26123 2006-04-23  Bruno Haible  <bruno@clisp.org>
26124
26125         * gnulib-tool (func_usage): Fix --import description. Document
26126         --update.
26127         (func_import): Create temporary file in a temporary directory, if
26128         --dry-run is specified. Silence errors from 'grep' when there are no
26129         m4 files in $m4dir.
26130         (func_create_testdir): Silence errors from 'grep' when there are no
26131         m4 files in $m4dir.
26132         Reported by Karl Berry <karl@freefriends.org>.
26133
26134 2006-04-20  Bruno Haible  <bruno@clisp.org>
26135
26136         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
26137         one argument, so that the code will be portable to Autoconf 2.60.
26138         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
26139         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
26140         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
26141
26142 2006-04-19  Derek Price  <derek@ximbiot.com>
26143             Eric Blake  <ebb9@byu.net>
26144
26145         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
26146         rather than "/full/path.h".  Update comment to match.  Shorten &
26147         generalize m4_translit call via AS_TR_CPP.
26148
26149 2006-04-19  Derek Price  <derek@ximbiot.com>
26150             Eric Blake  <ebb9@byu.net>
26151
26152         * lib/inttypes.h: Correct grammar in comment.
26153
26154 2006-04-18  Derek Price  <derek@ximbiot.com>
26155             Paul Eggert  <eggert@cs.ucla.edu>
26156
26157         * modules/inttypes: New file.
26158         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
26159
26160 2006-04-18  Derek Price  <derek@ximbiot.com>
26161             Paul Eggert  <eggert@cs.ucla.edu>
26162
26163         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
26164         New files.
26165
26166 2006-04-18  Derek Price  <derek@ximbiot.com>
26167             Paul Eggert  <eggert@cs.ucla.edu>
26168
26169         * lib/inttypes.h: New file.
26170         * lib/strtoimax.c: Assume <inttypes.h>.
26171
26172 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
26173
26174         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
26175         isn't mounted.  Problem reported by Kir Kolyshkin.
26176
26177 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
26178
26179         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
26180         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
26181         Derek R. Price.
26182         * lib/regex.h (RE_DUP_MAX): Update comment to match current
26183         implementation.
26184
26185 2006-04-12  Eric Blake  <ebb9@byu.net>
26186
26187         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
26188         is now done automatically by the corresponding Autoconf macro.
26189
26190 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
26191
26192         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
26193         time_r.h.
26194
26195 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
26196
26197         Merge regex changes from libc, removing some of our
26198         POSIX-conformance changes that were rejected and redoing them in a
26199         less-intrusive way.
26200
26201         * lib/regcomp.c (re_compile_internal, init_dfa):
26202         Length arg is now size_t, not Idx.  All uses changed.
26203         (peek_token): Forward decl now says internal_function.
26204         (__re_error_msgid, __re_error_msgid_idx):
26205         Now static rather than extern with attribute_hidden.
26206         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
26207         For some reason libc prefers K&R style defns for external functions.
26208         (regerror) [!defined _LIBC]: Likewise.
26209         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
26210         (seek_collating_symbol_entry, lookup_collation_sequence_value):
26211         (build_range_exp, build_collating_symbol):
26212         Use K&R-style defn.
26213         (re_compile_fastmap): Use '\0' to memset, not 0.
26214         (utf8_sb_map): Make the calculations more obvious.
26215         (init_dfa, parse_bracket_exp, build_charclass_op):
26216         Call calloc and cast result, as glibc does.
26217         (init_word_char, fetch_token, peek_token, peek_token_bracket):
26218         (build_range_exp, build_collating_symbol):
26219         Now internal functions.
26220
26221         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
26222
26223         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
26224         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
26225         Don't depend on VMS; depend on __VMS instead, for POSIX
26226         namespace cleanness.
26227         (regoff_t): Define to ssize_t, not long int.
26228
26229         Remove the REG_ macros named below.  Instead, make the old names
26230         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
26231         __USE_GNU_REGEX.
26232         (REG_BACKSLASH_ESCAPE_IN_LISTS):
26233         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
26234         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
26235         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
26236         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
26237         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
26238         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
26239         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
26240         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
26241         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
26242         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
26243         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
26244         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
26245         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
26246         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
26247         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
26248         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
26249         (REG_NREGS):
26250         Remove.  All uses replaced by the old RE_* names.
26251         (RE_BACKSLASH_ESCAPE_IN_LISTS):
26252         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
26253         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
26254         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
26255         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
26256         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
26257         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
26258         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
26259         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
26260         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
26261         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
26262         Don't bother having these macros be independent of each others'
26263         values, since they no longer exist in the POSIX name space.
26264
26265         Rename the following member names back to their old names,
26266         unless !__USE_GNU_REGEX.  All uses changed back.
26267         (buffer): Renamed from re_buffer.
26268         (allocated): Renamed from re_allocated.
26269         (used): Renamed from re_used.
26270         (syntax): Renamed from re_syntax.
26271         (fastmap): Renamed from re_fastmap.
26272         (translate): Renamed from re_translate.
26273         (can_be_null): Renamed from re_can_be_null.
26274         (regs_allocated): Renamed from re_regs_allocated.
26275         (fastmap_accurate): Renamed from re_fastmap_accurate.
26276         (no_sub): Renamed from re_no_sub.
26277         (not_bol): Renamed from re_not_bol.
26278         (not_eol): Renamed from re_not_eol.
26279         (newline_anchor): Renamed from re_newline_anchor.
26280         (num_regs): Renamed from rm_num_regs.
26281         (start): Renamed from rm_start.
26282         (end): Renamed from rm_end.
26283
26284         (free_state): Move up a bit.
26285
26286         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
26287         #define to be empty.
26288         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
26289         when that is what is intended.
26290         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
26291         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
26292         (MAX): New macro.
26293         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
26294         All uses changed back to re_malloc, etc.  It's now the caller's
26295         responsibility to check for overflow; all callers changed.
26296         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
26297         (re_x2nrealloc): Remove.
26298         (free_state): Remove decl.
26299
26300         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
26301         (re_set_registers, re_exec):
26302         Use K&R-style defn.
26303
26304         2006-01-31  Roland McGrath  <roland@redhat.com>
26305
26306         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
26307         Reported by Mike Frysinger <vapier@gentoo.org>.
26308
26309         2006-01-15  Andreas Jaeger  <aj@suse.de>
26310
26311         [BZ #1950]
26312         * lib/regex_internal.c (re_string_reconstruct): Adjust for
26313         build_wcs_upper_buffer change.
26314         (build_wcs_upper_buffer): Change return type.
26315
26316         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
26317
26318         * lib/regex_internal.h: Include <stdint.h> if available.
26319
26320         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
26321
26322         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
26323
26324         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
26325
26326         * lib/regcomp.c: Adjust for changed secondary hash function.
26327
26328         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
26329
26330         * lib/regex.h: Pretty printing.
26331         Clean up namespace a bit.
26332
26333         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
26334
26335         * lib/regexec.c (update_cur_sifted_state, check_arrival,
26336         check_arrival_add_next_nodes): Avoid using uninitialized variable.
26337
26338         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
26339                     Ulrich Drepper  <drepper@redhat.com>
26340
26341         [BZ #1302]
26342         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
26343         changed.
26344         (bitset_word_t): Renamed from bitset_word.  All uses changed.
26345
26346         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
26347
26348         [BZ #281]
26349         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
26350         * lib/regcomp.c: Remove unnecessary uses of
26351         unsigned RE_TRANSLATE_TYPE.
26352         * lib/regex_internal.h: Likewise.
26353         * lib/regex_internal.c: Likewise.
26354         * lib/regexec.c: Likewise.
26355         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
26356
26357         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
26358
26359         * lib/regexec.c (find_recover_state): Remove unnecessary
26360         initialization.
26361         (transit_state_bkref): Make DFA a const pointer.
26362         (get_subexp): Likewise.
26363         (check_arrival): Likewise.
26364         (update_cur_sifted_state): Likewise.
26365         (re_search_internal): Likewise.
26366         (prune_impossible_nodes): Likewise.
26367         (acquire_init_state_context): Likewise.
26368         (proceed_next_node): Likewise.
26369         (set_regs): Likewise.
26370         (free_fail_stack_return): Likewise.
26371         (check_arrival_expand_ecl): Mark DFA parameter as const.
26372         (check_arrival_expand_ecl_sub): Likewise.
26373         (check_subexp_limits): Likewise.
26374         (sub_epsilon_src_nodes):  Likewise.
26375         (add_epsilon_src_nodes):  Likewise.
26376         (merge_state_array): Likewise.
26377         (update_regs): Likewise.
26378         (build_trtable): Likewise.
26379         (sift_states_backward): Mark MCTX parameter as const.
26380         (build_sifted_states): Likewise.
26381         (update_cur_sifted_state): Likewise.
26382         (sift_states_mkref): Likewise.
26383         (check_arrival_expand_ecl): Mark eclosure as const.
26384         (check_dst_limits_calc_pos_1): Likewise.
26385         * lib/regex_internal.h (re_match_context_t): Make dfa a const
26386         pointer.
26387
26388         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
26389
26390         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
26391         (transit_state_sb): Likewise.
26392         (transit_state_mb): Likewise.
26393         (sift_states_iter_mb): Likewise.
26394         (check_arrival_add_next_nodes): Likewise.
26395         (check_node_accept_bytes): Change first parameter to pointer-to-const.
26396         [_LIBC] (re_search_2_stub): Use mempcpy.
26397
26398         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
26399         mbrtowc for very simple UTF-8 case.
26400
26401         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
26402         a pointer-to-const.
26403         (re_acquire_state_context): Likewise.
26404         * lib/regex_internal.h: Adjust prototypes.
26405
26406         * lib/regex.c: Prevent using C++ compilers.
26407
26408         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
26409         (re_acquire_state_context): Likewise.
26410
26411 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
26412
26413         * modules/regex (Depends-on): Add ssize_t.
26414
26415 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
26416
26417         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
26418         translation table.
26419
26420 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
26421
26422         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
26423
26424 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
26425             Bruno Haible  <bruno@clisp.org>
26426
26427         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
26428         <sys/types.h> and <inttypes.h>.
26429
26430 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26431
26432         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
26433         `__error_t_defined', so argp.h will not typedef the former.
26434
26435 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
26436
26437         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
26438         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
26439         glibc names.  Even if glibc is changed to conform to POSIX, the
26440         traditional names will be available anyway, since regex depends on
26441         the extensions module.  Also, fix a longstanding typo in the
26442         implementation of Spencer ERE test #75 from grep 2.3.  Problems
26443         reported by Emanuele Giaquinta.  Also, change sense of cached
26444         variable, so that the message makes sense.
26445
26446 2006-03-24  Simon Josefsson  <jas@extundo.com>
26447
26448         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
26449         including some doc fixes.
26450         (base64_encode_alloc): Fix +1 bug on allocation failures.
26451
26452 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26453
26454         * lib/base64.c (base64_encode): Do not read past end of array with
26455         unsanitized input on systems with CHAR_BIT > 8.
26456
26457 2006-03-24  Eric Blake  <ebb9@byu.net>
26458
26459         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
26460
26461 2006-03-22  Karl Berry  <karl@gnu.org>
26462
26463         * config/srclist.txt (*setenv.[ch]): get from coreutils.
26464         * config/srclistvars.sh (COREUTILS): new var.
26465
26466 2006-03-17  Jim Meyering  <jim@meyering.net>
26467
26468         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
26469         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
26470
26471 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
26472
26473         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
26474         no longer needs it.  Instead, check that regoff_t is as least
26475         as wide as ptrdiff_t.
26476
26477         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
26478         so that our regex.h stays compatible with the installed regex.
26479         This is helpful for installers who configure --without-included-regex.
26480         Problem reported by Emanuele Giaquinta.
26481
26482 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
26483
26484         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
26485         Typedef to long int, not to off_, as POSIX will likely change
26486         in that direction.
26487
26488 2006-03-15  Eric Blake  <ebb9@byu.net>
26489
26490         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
26491
26492 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
26493
26494         * lib/argp-help.c (validate_uparams): Fix typo
26495         * lib/argp-parse.c (argp_default_options): Consistently begin help
26496         messages with a lowercase letter.
26497
26498 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
26499
26500         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
26501         overrun buffers and shouldn't be used (much as gets shouldn't be
26502         used).
26503         * lib/time_r.c (asctime_r, ctime_r): Likewise.
26504
26505 2006-03-08  Simon Josefsson  <jas@extundo.com>
26506
26507         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
26508         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26509
26510 2006-03-08  Simon Josefsson  <jas@extundo.com>
26511
26512         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
26513         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26514
26515 2006-03-08  Simon Josefsson  <jas@extundo.com>
26516
26517         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
26518         signal that configure disabled the device.
26519
26520 2006-03-08  Simon Josefsson  <jas@extundo.com>
26521
26522         * build-aux/maint.mk: Fix refresh-po, to handle no translated
26523         languages.
26524
26525 2006-03-07  Simon Josefsson  <jas@extundo.com>
26526
26527         * modules/getopt (Depends-on): Add unistd.
26528
26529         * modules/unistd: New file.
26530
26531 2006-03-07  Simon Josefsson  <jas@extundo.com>
26532
26533         * modules/gc-random: New file.
26534
26535 2006-03-07  Simon Josefsson  <jas@extundo.com>
26536
26537         * m4/unistd_h.m4: New file.
26538
26539 2006-03-07  Simon Josefsson  <jas@extundo.com>
26540
26541         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
26542         test to be side-effect free by storing the result in the cache
26543         variable gl_cv_lib_readline, and moving the assignment of
26544         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
26545         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26546
26547 2006-03-07  Simon Josefsson  <jas@extundo.com>
26548
26549         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
26550         error on missing devices (the functions will return an error).
26551
26552         * m4/gc.m4: Move random stuff to gc-random.m4
26553
26554 2006-03-07  Simon Josefsson  <jas@extundo.com>
26555
26556         * lib/unistd_.h: New file.
26557
26558 2006-03-07  Simon Josefsson  <jas@extundo.com>
26559
26560         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
26561
26562 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
26563
26564         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
26565         Problem reported by Juan Manuel Guerrero.
26566
26567 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
26568
26569         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
26570         the unistd module.
26571         * lib/getlogin_r.c: Likewise.
26572         * lib/getlogin_r.h: Likewise.
26573         * lib/glob.c: Likewise.
26574         * lib/pagealign_alloc.c: Likewise.
26575         * lib/unistd_.h: Remove; no longer needed.
26576
26577 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
26578
26579         * MODULES.html.sh (Support for systems lacking POSIX:2001):
26580         Add unistd.
26581         * modules/c-stack (Depends-on): Add unistd.
26582         * modules/getlogin_r: Likewise.
26583         * modules/glob: Likewise.
26584         * modules/pagealign_alloc: Likewise.
26585         * modules/unistd (Files): Remove lib/unistd_.h.
26586         (EXTRA_DIST): Remove.
26587         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
26588         need unistd_.h.
26589         (MOSTLYCLEANFILES): Remove unistd.h-t.
26590
26591 2006-03-03  Simon Josefsson  <jas@extundo.com>
26592
26593         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
26594
26595 2006-03-03  Simon Josefsson  <jas@extundo.com>
26596
26597         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
26598         libidn and bison.
26599
26600 2006-03-03  Simon Josefsson  <jas@extundo.com>
26601
26602         * build-aux/maint.mk: Add indent target.
26603
26604 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
26605
26606         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
26607         our replacement poll.h in any case, to avoid a differing
26608         declaration from a system header.  Seen on AIX.
26609
26610 2006-03-01  Simon Josefsson  <jas@extundo.com>
26611
26612         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
26613         <kasal@ucw.cz>.
26614
26615 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
26616
26617         * modules/gettime (Depends-on): Add extensions module.
26618         * modules/nanosleep (Depends-on): Likewise.
26619         * modules/settime (Depends-on): Likewise.
26620
26621 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
26622
26623         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
26624         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
26625         pedantically.
26626         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
26627         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
26628
26629         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
26630         not "==".  Reported by Ralf Wildenhues.
26631
26632 2006-03-01  Karl Berry  <karl@gnu.org>
26633
26634         * doc/Copyright/request-*: new files, synced from gnuorg.
26635
26636 2006-03-01  Karl Berry  <karl@gnu.org>
26637
26638         * config/srclist.txt (Copyright/*): new entries.
26639
26640 2006-02-28  Simon Josefsson  <jas@extundo.com>
26641
26642         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
26643
26644 2006-02-27  Simon Josefsson  <jas@extundo.com>
26645
26646         * lib/base64.h: Indent #define's.  From Jim Meyering
26647         <jim@meyering.net>.
26648
26649 2006-02-27  Jim Meyering  <jim@meyering.net>
26650
26651         Revert the change of 2006-02-24, so these files can continue
26652         to be sync'd from gettext.
26653         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
26654         of `config.h'.
26655
26656 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
26657
26658         * modules/intprops: New file.
26659         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
26660         Add intprops.
26661         * modules/getloadavg (Files): Remove lib/intprops.h.
26662         (Depends-on): Add intprops.
26663         * modules/human: Likewise.
26664         * modules/inttostr: Likewise.
26665         * modules/openat: Likewise.
26666         * modules/sig2str: Likewise.
26667         * modules/userspec: Likewise.
26668         * modules/utimecmp: Likewise.
26669         * modules/xnanosleep: Likewise.
26670         * modules/xstrtol: Likewise.
26671
26672 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
26673
26674         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
26675         * modules/lock-tests (TESTS): Use $(EXEEXT).
26676         * modules/tls-tests: Likewise.
26677         * modules/argp-tests: Likewise.
26678         (check_PROGRAMS): New var, replacing...
26679         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
26680
26681 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26682
26683         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
26684         `config.h'.
26685
26686 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
26687
26688         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
26689
26690 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26691
26692         Sync from coreutils.
26693         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
26694         gl_CHDIR_SAFER.
26695
26696 2006-02-22  Jim Meyering  <jim@meyering.net>
26697
26698         Sync from coreutils.
26699         * m4/chdir-safer.m4: New file.
26700
26701 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
26702
26703         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
26704         AT_FDCWD exceeds INT_MAX.
26705         * lib/openat.h (AT_FDCWD): Likewise.
26706
26707 2006-02-17  Eric Blake  <address@hidden>
26708
26709         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
26710
26711 2006-02-16  Simon Josefsson  <jas@extundo.com>
26712
26713         * modules/getaddrinfo (Depends-on): Add sys_socket.
26714
26715 2006-02-15  Simon Josefsson  <jas@extundo.com>
26716
26717         * build-aux/maint.mk: Add dsyntax-check rule.
26718
26719 2006-02-15  Eric Blake  <ebb9@byu.net>
26720
26721         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
26722         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
26723         'present but cannot compile' warnings on cygwin.
26724         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
26725         use ws2tcpip.h if sys/socket.h works.
26726         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
26727         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
26728
26729 2006-02-14  Simon Josefsson  <jas@extundo.com>
26730
26731         * modules/maintainer-makefile (Files): Rename.
26732
26733         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
26734         and (the local) Makefile.cfg to maint-cfg.mk.
26735
26736         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
26737         to the latter.
26738
26739         * modules/maintainer-makefile: New module.
26740
26741         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
26742         severaly stripped to make it possible to build it up from scratch
26743         with reliable tests.
26744
26745         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
26746         fixes to permit overriding the default actions when configure and
26747         makefile are not available.
26748
26749 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
26750
26751         Sync from coreutils.
26752         * modules/lstat (Depends-on): Don't depend on xalloc.
26753         (License): Change from GPL to LGPL, since this is now simply a
26754         replacement for a libc function.
26755
26756 2006-02-14  Jim Meyering  <jim@meyering.net>
26757
26758         Sync from coreutils.
26759
26760         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
26761         failure on deficient systems, and simplify gnulib lgpl dependencies.
26762         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
26763         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
26764
26765         * lib/xalloc-die.c: Remove unused definition of N_.
26766
26767 2006-02-14  Jim Meyering  <jim@meyering.net>
26768
26769         Sync from coreutils.
26770         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
26771         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
26772         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
26773         double-quote uses of that variable, to accommodate the rare case in
26774         which getmntent is available in none of the libraries checked.  This
26775         happens at least on FreeBSD 5.0.
26776
26777 2006-02-13  Simon Josefsson  <jas@extundo.com>
26778
26779         * gnulib-tool (Usage): Fix --import, from
26780         karl@freefriends.org (Karl Berry).
26781
26782 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
26783
26784         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
26785
26786 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
26787
26788         * lib/argp-namefrob.h: Restore changes accidentally lost during the
26789         "autoupdate" on 2005-12-12.
26790
26791 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
26792
26793         * modules/closeout (Depends-on): Remove atexit.
26794
26795 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
26796
26797         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
26798         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
26799
26800 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
26801
26802         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
26803         __EXTENSIONS__ if this causes compilation to fail.  Problem
26804         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
26805         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
26806
26807 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
26808
26809         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
26810         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
26811         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
26812         All uses changed.
26813
26814 2006-01-26  Simon Josefsson  <jas@extundo.com>
26815
26816         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
26817         prototype is visible on mingw32.
26818
26819         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
26820         for mingw32.
26821
26822         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
26823         mingw32).
26824
26825 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
26826
26827         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
26828         attempt to open for write; this always fails, at least on POSIX
26829         hosts.  This reinstates the 2006-01-09 change, which was
26830         inadvertently removed.
26831
26832 2006-01-26  Bruno Haible  <bruno@clisp.org>
26833
26834         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
26835         Reported by Paul Eggert.
26836
26837 2006-01-26  Bruno Haible  <bruno@clisp.org>
26838             Paul Eggert  <eggert@cs.ucla.edu>
26839
26840         * lib/stdbool_.h (_Bool)
26841         [(! (defined __cplusplus || defined __BEOS__)
26842           && !defined __GNUC__
26843           && !(defined __HP_cc || defined __xlc__
26844                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
26845                || defined __sgi))]:
26846         #define to signed char in these cases too; this simplifies
26847         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
26848         etc., separately) and makes it more conservative.
26849
26850 2006-01-25  Simon Josefsson  <jas@extundo.com>
26851
26852         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
26853         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
26854         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
26855
26856 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
26857
26858         * lib/argp-namefrob.h: Bugfix. Remove stray #
26859
26860 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
26861
26862         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
26863         so that we test the test.
26864         Check for yet another HP-UX cc bug involving *bool |= bool.
26865
26866 2006-01-25  Karl Berry  <karl@gnu.org>
26867
26868         * config/srclist.txt (vasnprintf.c): sync lost.
26869
26870 2006-01-25  Jim Meyering  <jim@meyering.net>
26871
26872         Sync from the stable (b5) branch of coreutils:
26873
26874         * lib/fts.c (fts_children): Don't let close() clobber errno from
26875         failed fchdir().
26876
26877         * lib/fts.c (fts_stat): When following a symlink-to-directory,
26878         don't necessarily interpret stat-fails+lstat-succeeds as indicating
26879         a dangling symlink.  That can also happen at least for ELOOP.
26880         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
26881         FYI, this bug predates the inclusion of fts.c in coreutils.
26882
26883         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
26884         in their own block, so pre-c99 compilers don't object.
26885
26886         Avoid the double-free (first in fts_read, second in fts_close) that
26887         would occur when an `active' directory is made inaccessible (e.g.,
26888         via chmod a-x) during a traversal.
26889         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
26890         before returning.  Reproduce this failure by
26891         mkdir -p a/b; cd a; chmod a-x . b
26892         Reported by Stavros Passas.
26893
26894 2006-01-25  Jim Meyering  <jim@meyering.net>
26895
26896         * lib/fileblocks.c: Remove more useless parentheses.
26897         * lib/readutmp.h: Likewise.
26898
26899 2006-01-25  Bruno Haible  <bruno@clisp.org>
26900
26901         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
26902         warnings.
26903         Reported by Paul Eggert.
26904
26905 2006-01-25  Bruno Haible  <bruno@clisp.org>
26906
26907         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
26908         rid of a trap command. For Solaris sh.
26909         Reported by Mark D. Baushke <mdb@gnu.org>.
26910
26911 2006-01-24  Simon Josefsson  <jas@extundo.com>
26912
26913         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
26914         Bruno.
26915
26916 2006-01-24  Karl Berry  <karl@gnu.org>
26917
26918         * config/srclist.txt (argp-namefrob.h): sync lost.
26919
26920 2006-01-24  Jim Meyering  <jim@meyering.net>
26921
26922         * modules/openat (Files): Add lib/intprops.h.
26923         From Mark D. Baushke.
26924
26925 2006-01-24  Jim Meyering  <jim@meyering.net>
26926
26927         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
26928         Reported by Mark D. Baushke.
26929
26930 2006-01-24  Jim Meyering  <jim@meyering.net>
26931
26932         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
26933
26934 2006-01-24  Bruno Haible  <bruno@clisp.org>
26935
26936         * modules/strnlen (Maintainer): Change from glibc to all.
26937
26938 2006-01-24  Bruno Haible  <bruno@clisp.org>
26939
26940         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
26941         Patch by Paul Eggert.
26942
26943 2006-01-24  Bruno Haible  <bruno@clisp.org>
26944
26945         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
26946         already has it.
26947         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
26948         2005-11-26.
26949
26950         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
26951         'signed char' to avoid problems with the built-in _Bool type.
26952         Reported by Paul Eggert on 2005-11-26.
26953
26954 2006-01-24  Bruno Haible  <bruno@clisp.org>
26955
26956         * gnulib-tool (func_import): Avoid constructing complicated sed
26957         expressions inside backquote.
26958         Report and solution by Mark D. Baushke <mdb@gnu.org>.
26959
26960 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
26961
26962         These changes imported from libc.
26963         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
26964         test and two separate function calls.
26965         * lib/strndup.c (__strndup): Add libc_hidden_def.
26966
26967 2006-01-23  Simon Josefsson  <jas@extundo.com>
26968
26969         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
26970         Remove the test_*_SOURCES variable: automake infers it by default.
26971         * modules/tls-tests: Likewise.
26972
26973 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
26974
26975         Work around porting bugs reported by Dieter in
26976         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
26977         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
26978         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
26979         Include "getopt.h" first, to check interface.
26980         (getenv): Declare only if defined HAVE_DECL_GETENV &&
26981         !HAVE_DECL_GETENV.
26982         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
26983         (__strndup): Revert to K&R-style function dfns, the glibc style.
26984         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
26985         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
26986         Include strnlen.h first, to get prototype properly.
26987         (strnlen): Renamed from __strnlen.
26988         Remove weak alias.
26989
26990 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
26991
26992         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
26993
26994 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
26995
26996         * config/srclist.txt: Adjust to reflect glibc reorganization.
26997         This affects only comments.
26998
26999 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
27000
27001          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
27002          Reported by Bruce Korb <bkorb@gnu.org>.
27003
27004 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
27005
27006         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
27007         to pacify gcc -Wswitch-default.
27008
27009 2006-01-22  Bruno Haible  <bruno@clisp.org>
27010
27011         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
27012         temporary buffer for sprintf, take into account the precision also
27013         for 'd', 'i', 'u', 'o', 'x', 'X'.
27014
27015 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
27016
27017         * modules/argp-tests: New module
27018         * tests/test-argp.c: New file
27019         * tests/test-argp-2.sh: New file
27020
27021 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
27022
27023         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
27024         (__argp_base_name): Removed
27025         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
27026         typo.
27027         (__argp_base_name): Provide macro definition or extern declaration
27028         depending on the configuration
27029
27030 2006-01-20  Simon Josefsson  <jas@extundo.com>
27031
27032         * modules/inet_ntop (Depends-on): Depend on sys_socket.
27033
27034 2006-01-20  Simon Josefsson  <jas@extundo.com>
27035
27036         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
27037
27038 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
27039
27040         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
27041         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
27042         Suggested by Bruno Haible.
27043
27044 2006-01-20  Karl Berry  <karl@gnu.org>
27045
27046         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
27047         until changes propagate, I guess.
27048
27049 2006-01-19  Simon Josefsson  <jas@extundo.com>
27050
27051         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
27052
27053 2006-01-19  Simon Josefsson  <jas@extundo.com>
27054
27055         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
27056
27057 2006-01-19  Simon Josefsson  <jas@extundo.com>
27058
27059         * gnulib-tool: Set check_PROGRAMS.
27060
27061         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
27062         modules/des-tests, modules/gc-arcfour-tests,
27063         modules/gc-arctwo-tests, modules/gc-des-tests,
27064         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
27065         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
27066         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
27067         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
27068         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
27069         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
27070         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
27071         test_*_SOURCES.
27072
27073 2006-01-18  Simon Josefsson  <jas@extundo.com>
27074
27075         * modules/socklen (Depends-on): Depend on sys_socket.
27076
27077 2006-01-18  Simon Josefsson  <jas@extundo.com>
27078
27079         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
27080         modules/des-tests, modules/gc-arcfour-tests,
27081         modules/gc-arctwo-tests, modules/gc-des-tests,
27082         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
27083         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
27084         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
27085         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
27086         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
27087         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
27088         $(EXEEXT) to automake TESTS variable, for mingw32.
27089
27090 2006-01-17  Simon Josefsson  <jas@extundo.com>
27091
27092         * modules/socklen (Include): Need sys/socket.h.
27093
27094 2006-01-17  Bruno Haible  <bruno@clisp.org>
27095
27096         * modules/ssize_t (Include): Add <sys/types.h>.
27097
27098 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
27099
27100         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
27101         it's not portable and it doesn't work with cross-compiles.
27102         Problem reported by Bruno Haible.  Fix missing-$ typo in
27103         'test "gl_cv_ignore_unused_libraries" ...' that prevented
27104         -zignore from being used with Sun's C compiler.
27105
27106 2006-01-12  Simon Josefsson  <jas@extundo.com>
27107
27108         * lib/base64.c: Fix warning, reported by Bruno Haible
27109         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
27110
27111 2006-01-12  Bruno Haible  <bruno@clisp.org>
27112
27113         * modules/ldd: New file.
27114         * build-aux/ldd.sh.in: New file.
27115         * MODULES.html.sh (Support for building libraries and executables): Add
27116         ldd.
27117
27118 2006-01-12  Bruno Haible  <bruno@clisp.org>
27119
27120         * m4/ldd.m4: New file.
27121
27122 2006-01-12  Bruno Haible  <bruno@clisp.org>
27123
27124         * gnulib-tool (func_import, func_create_testdir): Don't go into an
27125         endless loop while replacing $auxdir with build-aux.
27126
27127 2006-01-11  Simon Josefsson  <jas@extundo.com>
27128
27129         * lib/stdint_.h (SIZE_MAX): Add missing (.
27130
27131 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
27132
27133         Sync from coreutils.
27134         * lib/md5.c: Fix commentary typos.
27135         (alignof, UNALIGNED_P): No need for a GCC-specific version.
27136         * lib/md5.h (__attribute__): Remove; unused.
27137         * lib/sha1.c: Fix commentary to match md5 better.
27138         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
27139         so that we don't need to worry about alignment.  All uses changed.
27140         This merges the 2005-10-28 md5 change into sha1.
27141
27142 2006-01-11  Jim Meyering  <jim@meyering.net>
27143
27144         Sync from coreutils.
27145         * lib/md5.c (OP): Fix spacing.
27146
27147 2006-01-11  Bruno Haible  <bruno@clisp.org>
27148
27149         Ensure automatic ordering between gl_LOCK and gl_ARGP.
27150         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
27151         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
27152
27153 2006-01-11  Bruno Haible  <bruno@clisp.org>
27154
27155         Ensure automatic ordering between gl_LOCK and gl_ARGP.
27156         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
27157         the "early" section as well.
27158
27159 2006-01-11  Bruno Haible  <bruno@clisp.org>
27160
27161         Avoid "ar: no archive members specified" error on MacOS X.
27162         * gnulib-tool (func_modules_add_dummy): New function.
27163         (func_import, func_create_testdir): Invoke it.
27164
27165 2006-01-11  Bruno Haible  <bruno@clisp.org>
27166
27167         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
27168         with $auxdir in AC_CONFIG_FILES statements.
27169
27170 2006-01-11  Bruno Haible  <bruno@clisp.org>
27171
27172         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
27173         Initialize also noinst_HEADERS to empty.
27174
27175 2006-01-11  Bruno Haible  <bruno@clisp.org>
27176
27177         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
27178         variables.
27179         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
27180         autoreconf.
27181
27182 2006-01-11  Bruno Haible  <bruno@clisp.org>
27183
27184         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
27185         overridable by the user.
27186         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27187
27188 2006-01-10  Simon Josefsson  <jas@extundo.com>
27189
27190         * modules/sys_socket: New file.
27191
27192 2006-01-10  Simon Josefsson  <jas@extundo.com>
27193
27194         * m4/sys_socket_h.m4: New file.
27195
27196 2006-01-10  Simon Josefsson  <jas@extundo.com>
27197
27198         * lib/socket_.h: New file.
27199
27200 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
27201
27202         * modules/readutmp (Maintainer): Add myself.
27203
27204 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
27205
27206         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
27207         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
27208         People who are still concerned with buggy memcmp implementations
27209         can invoke gl_FUNC_MEMCMP themselves.
27210
27211 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
27212
27213         * lib/regex_internal.h (BITSET_WORD_BITS):
27214         Work around a bug in 64-bit PGC (before version 6.1-2), where the
27215         preprocessor mishandles large unsigned values as if they were signed.
27216         Problem reported by Claudio Fontana in
27217         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
27218
27219 2006-01-10  Jim Meyering  <jim@meyering.net>
27220
27221         Avoid the double-free (first in fts_read, second in fts_close) that
27222         would occur when an `active' directory is made inaccessible (e.g.,
27223         via chmod a-x) during a traversal.
27224         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
27225         before returning.  Reproduce this failure by
27226         mkdir -p a/b; cd a; chmod a-x . b
27227         Reported by Stavros Passas.
27228
27229         Sync from coreutils.
27230         * lib/sha1.c: Tweak grammar in a comment.
27231
27232 2006-01-10  Jim Meyering  <jim@meyering.net>
27233
27234         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
27235         Patch by Joerg Sonnenberger.
27236
27237 2006-01-10  Bruno Haible  <bruno@clisp.org>
27238
27239         * modules/readutmp: Depend on module free.
27240         * modules/strtok_r: Depend on module restrict.
27241
27242 2006-01-10  Bruno Haible  <bruno@clisp.org>
27243
27244         * modules/gettext (configure.ac): Add an invocation of
27245         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
27246
27247 2006-01-10  Bruno Haible  <bruno@clisp.org>
27248
27249         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
27250         Reported by Werner Lemberg <wl@gnu.org>.
27251
27252 2006-01-10  Bruno Haible  <bruno@clisp.org>
27253
27254         * lib/localcharset.c: Update from GNU gettext.
27255
27256 2006-01-10  Bruno Haible  <bruno@clisp.org>
27257
27258         * lib/argp.h (__const): Remove macro. Use const instead.
27259         * lib/argp-fmtstream.h (__const): Likewise.
27260         * lib/glob_.h (__const): Remove macro.
27261         * lib/glob-libc.h: Use const instead of __const.
27262
27263 2006-01-10  Bruno Haible  <bruno@clisp.org>
27264
27265         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
27266         variable.
27267         Needed to avoid an automake error regarding the 'gettext' module.
27268
27269 2006-01-09  Simon Josefsson  <jas@extundo.com>
27270
27271         * modules/inet_ntop (Depends-on): Add restrict.
27272
27273 2006-01-09  Simon Josefsson  <jas@extundo.com>
27274
27275         * modules/gc-rijndael-tests (License): Put under LGPL.
27276
27277         * modules/gc-des-tests (License): Likewise.
27278
27279         * modules/gc-arcfour-tests (License): Likewise.
27280
27281         * modules/gc-arctwo-tests (License): Likewise.
27282
27283         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
27284
27285         * modules/gc-hmac-sha1-tests (Files): Likewise.
27286
27287         * modules/gc-hmac-md5-tests (License): Likewise.
27288
27289         * modules/gc-sha1-tests (License): Likewise.
27290
27291         * modules/gc-md5-tests (License): Likewise.
27292
27293         * modules/gc-md4-tests (License): Likewise.
27294
27295         * modules/gc-md2-tests (License): Likewise.
27296
27297         * modules/gc-tests (License): Likewise.
27298
27299         * modules/des-tests (License): Likewise.
27300
27301         * modules/md4-tests (License): Likewise.
27302
27303         * modules/md2-tests (License): Likewise.
27304
27305 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
27306
27307         Sync from coreutils:
27308
27309         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
27310         * modules/lib-ignore: New file.
27311         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
27312         chdir-safer.m4, lchmod.m4.
27313         * modules/openat: Add mkdirat.c, openat-priv.h.
27314
27315 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
27316
27317         Sync from coreutils.
27318         * m4/lib-ignore.m4: New file.
27319         * m4/lchmod.m4: New file.
27320
27321 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
27322
27323         Sync from coreutils.
27324         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
27325         for write access: POSIX says that must fail.
27326         * lib/fts.c (diropen): Likewise.
27327         * lib/save-cwd.c (save_cwd): Likewise.
27328         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
27329         well, for minor improvements on hosts that lack O_DIRECTORY.
27330         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
27331         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
27332         Fall back on chown if open failed with EACCES.
27333
27334         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
27335         Report an error at compile-time if only a 1-second nominal clock
27336         resolution is found.
27337
27338         * lib/lchmod.h: New file.
27339         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
27340         (make_dir_parents): Use lchown rather than chown, and
27341         lchmod rather than chmod.
27342
27343         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
27344         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
27345         "proc" reported by n0dalus.
27346
27347         * lib/mountlist.c: Include <limits.h>.
27348         (dev_from_mount_options)
27349         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
27350         New function.  It no longer assumes "dev=" has the System V meaning
27351         on Linux (since it doesn't).  It also parses "dev=" more carefully.
27352         (read_file_system_list)
27353         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
27354         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
27355         dev= in that case.
27356
27357         * lib/posixtm.h (PDS_PRE_2000): New macro.
27358         * lib/posixtm.c (year): Arg is now syntax_bits rather than
27359         allow_century.  All usages changed.  Reject dates outside the range
27360         1969-1999 if PDS_PRE_2000 is used.
27361
27362 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
27363
27364         Sync from coreutils.
27365         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
27366         (Time of day items): Mention the possibility of leap seconds.
27367         Problem reported by Dr. David Alan Gilbert.
27368
27369 2006-01-09  Jim Meyering  <jim@meyering.net>
27370
27371         Sync from coreutils.
27372
27373         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
27374
27375         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
27376
27377         * lib/modechange.c (mode_compile): Reject an invalid mode string
27378         that starts with an octal digit.  From Andreas Gruenbacher.
27379
27380         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
27381         and dup to open_safer and dup_safer, respectively.
27382         (openat_permissive): Fix typo in comment.
27383
27384         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
27385         "gettext.h"; either no longer needed or are guaranteed by openat.h.
27386         (_): Remove; no longer needed.
27387         (openat): Renamed from rpl_openat; no need for rpl_openat
27388         since openat.h renames openat for us.
27389         Replace most of the body with a call to openat_permissive,
27390         to avoid duplicate code.
27391         Port to (probably hypothetical) environments were mode_t is
27392         wider than int.
27393         (openat_permissive): Require mode arg, so that we can check
27394         types better.  Put it just after flags.  Change cwd failure
27395         indicator from pointer-to-bool to pointer-to-errno-value.
27396         All callers changed.
27397         Invoke openat_save_fail and/or openat_restore_fail if
27398         cwd_errno is null, so that openat can call us.
27399         (openat_permissive, fdopendir, fstatat, unlinkat):
27400         Simplify errno handling to avoid some duplicate code,
27401         as it's OK to set errno on success.
27402         * lib/openat.h: Revamp code so that function macros depend on
27403         __OPENAT_PREFIX only, not also on AT_FDCWD.
27404         (openat_ro): Remove.  Caller changed to use openat_permissive.
27405         (openat_permissive): Now a macro, if not a function.
27406         (openat_restore_fail, openat_save_fail): Now always functions,
27407         since mkdirat needs them even if __OPENAT_PREFIX is defined.
27408
27409         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
27410         and openat.c.
27411         * lib/mkdirat.c: Include openat-priv.h.
27412         Remove definitions of macros defined therein.
27413         * lib/openat.c: Likewise.
27414
27415         * lib/mkdirat.c (mkdirat): New file and function.
27416         * lib/openat.h (mkdirat): Declare.
27417
27418         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
27419
27420         * lib/openat.h (openat_permissive): Declare.
27421         (openat_ro): Define.
27422
27423         * lib/openat.c (EXPECTED_ERRNO): New macro.
27424         (openat_permissive): New function -- used in remove.c rewrite.
27425         (all functions): Set errno just before returning, only if there
27426         was an actual failure.
27427         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
27428
27429         Emulate openat-family functions using Linux's procfs, if possible.
27430         Idea and some code based on Ulrich Drepper's glibc changes.
27431
27432         * lib/openat.c: (BUILD_PROC_NAME): New macro.
27433         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
27434         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
27435         before falling back on save_cwd and restore_cwd.
27436         (fdopendir, fstatat, unlinkat): Likewise.
27437
27438         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
27439         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
27440
27441         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
27442         as second argument to va_arg.  Otherwise, some versions of gcc
27443         warn that `if this code is reached, the program will abort'.
27444
27445 2006-01-09  Jim Meyering  <jim@meyering.net>
27446
27447         Sync from coreutils.
27448         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
27449         Require openat-priv.h.
27450
27451 2006-01-09  Bruno Haible  <bruno@clisp.org>
27452
27453         * modules/strnlen (Include): Use strnlen.h.
27454
27455 2006-01-09  Bruno Haible  <bruno@clisp.org>
27456
27457         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
27458
27459 2006-01-09  Bruno Haible  <bruno@clisp.org>
27460
27461         * lib/sysexit_.h (EX_OK): New macro.
27462         Suggested by Martin Lambers <marlam@marlam.de>.
27463
27464 2006-01-09  Bruno Haible  <bruno@clisp.org>
27465
27466         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
27467         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
27468
27469 2006-01-09  Bruno Haible  <bruno@clisp.org>
27470
27471         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
27472         numbers.
27473
27474 2006-01-09  Bruno Haible  <bruno@clisp.org>
27475
27476         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
27477         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
27478         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
27479         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
27480
27481 2006-01-09  Bruno Haible  <bruno@clisp.org>
27482
27483         * build-aux/javacomp.sh.in: New file, moved from lib/.
27484         * modules/javacomp-script (Files): Update.
27485         (configure.ac): Add AC_CONFIG_FILES invocation.
27486         (EXTRA_DIST): Remove variable.
27487
27488         * build-aux/javaexec.sh.in: New file, moved from lib/.
27489         * modules/javaexec (Files): Update.
27490         (configure.ac): Add AC_CONFIG_FILES invocation.
27491         (EXTRA_DIST): Remove javaexec.sh.in.
27492
27493         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
27494         * modules/csharpcomp-script (Files): Update.
27495         (configure.ac): Add AC_CONFIG_FILES invocation.
27496         (EXTRA_DIST): Remove variable.
27497
27498         * build-aux/csharpexec.sh.in: New file, moved from lib/.
27499         * modules/csharpexec (Files): Update.
27500         (configure.ac): Add AC_CONFIG_FILES invocation.
27501         (EXTRA_DIST): Remove csharpexec.sh.in.
27502
27503 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
27504
27505         Sync from coreutils.
27506
27507         Add POSIX ACL support
27508         * lib/acl.h (copy_acl, set_acl): Add declarations.
27509         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
27510         systems other than Linux.
27511         (chmod_or_fchmod): New function: use fchmod when possible,
27512         and chmod otherwise.
27513         (file_has_acl): Add a POSIX ACL implementation, with a
27514         Linux-specific subcase.
27515         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
27516         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
27517         acls are unsupported.
27518         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
27519         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
27520         are unsupported.
27521
27522 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
27523
27524         Sync from coreutils.
27525         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
27526
27527 2006-01-07  Bruno Haible  <bruno@clisp.org>
27528
27529         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
27530         gl_EARLY.
27531
27532 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
27533
27534         * lib/strftime.c (tzname): Don't declare if it is already #defined.
27535         Problem reported for Mingw by Mark Junker.
27536
27537 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
27538
27539         * README: Gnulib normally doesn't generate a tarball.
27540
27541 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
27542
27543         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
27544         long int, not int, for nanosecond counts, so that people who are
27545         used to POSIX struct timespec won't be surprised.  Reported by Jim
27546         Meyering.
27547
27548 2005-12-28  Bruno Haible  <bruno@clisp.org>
27549
27550         * build-aux/config.rpath: Update from GNU gettext.
27551
27552 2005-12-16  Jim Meyering  <jim@meyering.net>
27553
27554         * modules/fprintftime: New module.
27555         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
27556
27557 2005-12-16  Jim Meyering  <jim@meyering.net>
27558
27559         * m4/fprintftime.m4: New file.
27560
27561 2005-12-16  Jim Meyering  <jim@meyering.net>
27562
27563         * lib/fprintftime.c, lib/fprintftime.h: New files.
27564
27565 2005-12-15  Simon Josefsson  <jas@extundo.com>
27566
27567         * modules/socklen (configure.ac): Fix M4 macro name, to align with
27568         new m4/socklen.m4.
27569
27570 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
27571
27572         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
27573         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
27574
27575 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
27576
27577         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
27578         * lib/argp-help.c (fill_in_uparams): Check if the constructed
27579         struct uparams is valid. Fall back to the default values if it is
27580         not.
27581
27582 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27583
27584         * modules/argp (Files): Add argp-pin.c
27585         (Depends-on): dirname
27586         (lib_SOURCES): Add argp-pin.c
27587
27588 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27589
27590         * m4/argp.m4:  Check if program_invocation_name and
27591         program_invocation_short_name are declared and define appropriate
27592         macros if they are not.
27593
27594 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
27595
27596         * lib/argp-help.c (__argp_base_name): New function
27597         (__argp_short_program_name): Rewrite using __argp_base_name
27598         * lib/argp-namefrob.h: Define program_invocation_name and
27599         program_invocation_short_name if requested
27600         (__argp_base_name): Add prototype
27601         * lib/argp-parse.c (argp_def): Use gettext wrappers
27602         (argp_default_parser): Use __argp_base_name
27603         * lib/argp-pin.c: New file. Defines program_invocation_name and
27604         program_invocation_short_name on systems that lack them.
27605
27606 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
27607
27608         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
27609         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
27610         porting problem reported by Georg Schwarz in
27611         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
27612
27613 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
27614
27615         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
27616         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
27617         porting problem reported by Georg Schwarz in
27618         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
27619
27620 2005-12-05  Bruno Haible  <bruno@clisp.org>
27621
27622         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
27623         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
27624         Reported by Mark Junker <mjscod@gmx.de>.
27625
27626 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
27627
27628         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
27629         Use implementation from Albert Chin, with some
27630         comments/corrections by Stepan Kasal and myself.
27631
27632 2005-12-02  Bruno Haible  <bruno@clisp.org>
27633
27634         * gnulib-tool (func_import): Accept GPLed build tool modules when
27635         --lgpl is given.
27636         * modules/csharpcomp-script: New file.
27637         * modules/csharpcomp: Depend on it.
27638         * modules/javacomp-script: New file.
27639         * modules/javacomp: Depend on it.
27640         Suggested by Simon Josefsson.
27641
27642 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
27643
27644         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
27645         statement, to work around an HP-UX 10.20 compiler bug reported by
27646         Peter O'Gorman.
27647
27648 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
27649
27650         * modules/savedir (Depends-on): Add openat.
27651
27652 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
27653
27654         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
27655         (uintmax_t) [defined uintmax_t]: Do not declare.
27656         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
27657         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
27658         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
27659         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
27660         sake of portability to weird hosts that C allows (though we don't
27661         know of any practical examples).
27662
27663         * lib/savedir.h (fdsavedir): New decl.
27664         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
27665         contains most of the former guts of savedir.
27666         (savedir): Use savedirstream.
27667         Include "openat.h".
27668
27669 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
27670
27671         * modules/obstack (Files): Add m4/ulonglong.m4.
27672         Problem reported by Davide Angelocola.
27673
27674 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
27675
27676         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
27677         coreutils no longer futzes with rounding modes.
27678
27679 2005-11-14  Jim Meyering  <jim@meyering.net>
27680
27681         * lib/mkstemp-safer.c: Include <config.h>, required for possible
27682         replacement of mkstemp.
27683
27684 2005-11-10  Simon Josefsson  <jas@extundo.com>
27685
27686         * lib/readline.c: Remove EOL.
27687
27688 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
27689
27690         * modules/gethrxtime (Depends-on): Add gettime.
27691
27692 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
27693
27694         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
27695         or gettimeofday; no longer needed.
27696
27697 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
27698
27699         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
27700         time business.
27701         (gethrxtime) [! (HAVE_NANOUPTIME
27702         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
27703         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
27704         our own approximation.
27705
27706 2005-11-08  Eric Blake  <ebb9@byu.net>
27707
27708         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
27709
27710 2005-11-08  Eric Blake  <ebb9@byu.net>
27711
27712         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
27713
27714 2005-11-04  Bruno Haible  <bruno@clisp.org>
27715
27716         * gnulib-tool: Implement --update mode.
27717
27718 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
27719
27720         Fix porting problem reported by Theodoros V. Kalamatianos.
27721         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
27722         Don't assume that futimes failing means we must fail.
27723
27724 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
27725
27726         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
27727         variables to suggest the intended function of the PATH_MAX check.
27728
27729 2005-10-30  Kean Johnston  <jkj@sco.com>
27730
27731         Trivial changes to support SCO systems.
27732         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
27733         as PATH_MAX.
27734         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
27735         where __ptr is null when no I/O is pending.
27736
27737 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
27738
27739         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
27740         leave errno alone.  Problem reported by Dmitry V. Levin.
27741
27742 2005-10-28  Simon Josefsson  <jas@extundo.com>
27743
27744         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
27745         Test more.
27746
27747         * tests/test-gc-md2.c, tests/test-md2.c: New files.
27748
27749         * modules/md2, modules/md2-tests: New files.
27750
27751 2005-10-28  Simon Josefsson  <jas@extundo.com>
27752
27753         * m4/inet_ntop.m4: More tests.
27754
27755         * m4/gc-md2.m4, md2.m4: New file.
27756
27757 2005-10-28  Simon Josefsson  <jas@extundo.com>
27758
27759         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
27760         "restrict" keywords, as per POSIX.  Protect the function
27761         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
27762         Don't use K&R prototypes.  Check the sprintf return values.
27763         Re-define EAFNOSUPPORT if not present.  Indent.
27764
27765         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
27766         suggested by Bruno Haible <bruno@clisp.org>.
27767
27768         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
27769
27770         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
27771
27772         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
27773         libgcrypt).
27774
27775         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
27776
27777         * lib/md2.h, lib/md2.c: New files.
27778
27779 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
27780
27781         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
27782         errno alone.  Problem reported by Frederic Jolliton.
27783
27784 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
27785
27786         * modules/verify (License): Change from GPL to LGPL.  This is a
27787         tiny module and there are apparently near-equivalents that are
27788         under the BSD license.
27789
27790 2005-10-24  Simon Josefsson  <jas@extundo.com>
27791
27792         * modules/sha1: Relicense to LGPL.
27793
27794 2005-10-24  Simon Josefsson  <jas@extundo.com>
27795
27796         * lib/md4.h: Shrink buffer size, now that we changed the type.
27797
27798 2005-10-23  Simon Josefsson  <jas@extundo.com>
27799
27800         * gnulib-tool (func_import): Fix --tests-base.
27801
27802 2005-10-22  Simon Josefsson  <jas@extundo.com>
27803
27804         * modules/arcfour (Depends-on): Need stdint.
27805
27806 2005-10-22  Simon Josefsson  <jas@extundo.com>
27807
27808         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
27809         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
27810
27811 2005-10-22  Simon Josefsson  <jas@extundo.com>
27812
27813         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
27814         suggested by Bruno Haible <bruno@clisp.org>.
27815
27816 2005-10-22  Simon Josefsson  <jas@extundo.com>
27817
27818         * lib/crc.h: Include stddef.h, for size_t.
27819
27820 2005-10-22  Simon Josefsson  <jas@extundo.com>
27821
27822         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
27823         arcfour_context struct (simplify test vector testing in GNU
27824         Shishi).
27825
27826 2005-10-21  Simon Josefsson  <jas@extundo.com>
27827
27828         * modules/des, modules/des-tests: New files.
27829
27830         * modules/gc-des, modules/gc-des-tests: New files.
27831
27832         * tests/test-des.c, tests/test-gc-des.c: New file.
27833
27834 2005-10-21  Simon Josefsson  <jas@extundo.com>
27835
27836         * modules/arctwo, modules/arctwo-tests: New files.
27837
27838         * tests/test-arctwo.c: New file.
27839
27840         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
27841
27842         * tests/test-gc-arctwo.c: New file.
27843
27844 2005-10-21  Simon Josefsson  <jas@extundo.com>
27845
27846         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
27847         Bruno Haible <bruno@clisp.org>.
27848
27849         * m4/gc-des.m4: New file.
27850
27851 2005-10-21  Simon Josefsson  <jas@extundo.com>
27852
27853         * m4/arctwo.m4: New file.
27854
27855         * m4/gc-arctwo.m4: New file.
27856
27857 2005-10-21  Simon Josefsson  <jas@extundo.com>
27858
27859         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
27860         block.
27861
27862 2005-10-21  Simon Josefsson  <jas@extundo.com>
27863
27864         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
27865         <bruno@clisp.org>.
27866
27867         * lib/hmac-sha1.c (hmac_sha1): Likewise.
27868
27869         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
27870         Bruno Haible <bruno@clisp.org>.
27871
27872         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
27873         <bruno@clisp.org>.
27874
27875 2005-10-21  Simon Josefsson  <jas@extundo.com>
27876
27877         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
27878
27879 2005-10-21  Simon Josefsson  <jas@extundo.com>
27880
27881         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
27882
27883 2005-10-21  Simon Josefsson  <jas@extundo.com>
27884
27885         * lib/des.h, lib/des.c: New files.
27886
27887         * lib/gc-gnulib.c: Support DES.c
27888
27889 2005-10-21  Simon Josefsson  <jas@extundo.com>
27890
27891         * lib/arctwo.h, lib/arctwo.c: New files.
27892
27893         * lib/gc-gnulib.c: Support ARCTWO.
27894
27895 2005-10-21  Simon Josefsson  <jas@extundo.com>
27896
27897         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
27898         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27899
27900 2005-10-21  Simon Josefsson  <jas@extundo.com>
27901
27902         * gnulib-tool (func_import, func_create_testdir): Define automake
27903         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
27904         Makefile.am snippet),
27905         suggested by Bruno Haible <bruno@clisp.org>.
27906
27907         * modules/gc (Makefile.am): Use it.
27908
27909 2005-10-21  Bruno Haible  <bruno@clisp.org>
27910
27911         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
27912         patch.
27913
27914 2005-10-19  Simon Josefsson  <jas@extundo.com>
27915
27916         * tests/test-gc-rijndael.c: New file.
27917
27918         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
27919
27920 2005-10-19  Simon Josefsson  <jas@extundo.com>
27921
27922         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
27923         interface too.
27924
27925 2005-10-19  Simon Josefsson  <jas@extundo.com>
27926
27927         * tests/test-gc-arcfour.c: New file.
27928
27929         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
27930
27931 2005-10-19  Simon Josefsson  <jas@extundo.com>
27932
27933         * modules/gc-md4, modules/gc-md4-tests: New file.
27934
27935         * tests/test-gc-md4.c: New file.
27936
27937 2005-10-19  Simon Josefsson  <jas@extundo.com>
27938
27939         * m4/gc-md4.m4: New file.
27940
27941 2005-10-19  Simon Josefsson  <jas@extundo.com>
27942
27943         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
27944         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
27945         <kasal@ucw.cz>.
27946
27947 2005-10-19  Simon Josefsson  <jas@extundo.com>
27948
27949         * m4/gc-arcfour.m4: New file.
27950
27951         * m4/gc-rijndael.m4: New file.
27952
27953 2005-10-19  Simon Josefsson  <jas@extundo.com>
27954
27955         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
27956
27957 2005-10-19  Simon Josefsson  <jas@extundo.com>
27958
27959         * lib/gc-gnulib.c: Support ARCFOUR.
27960
27961 2005-10-19  Simon Josefsson  <jas@extundo.com>
27962
27963         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
27964         support.
27965
27966         * lib/gc.h: Add ECB enum type.
27967
27968         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
27969
27970 2005-10-18  Simon Josefsson  <jas@extundo.com>
27971
27972         * tests/test-md5.c: New file.
27973
27974         * modules/md5-tests: New file.
27975
27976 2005-10-18  Simon Josefsson  <jas@extundo.com>
27977
27978         * tests/test-md4.c: New file.
27979
27980         * modules/md4, modules/md4-tests: New files.
27981
27982 2005-10-18  Simon Josefsson  <jas@extundo.com>
27983
27984         * m4/md4.m4: New file.
27985
27986 2005-10-18  Simon Josefsson  <jas@extundo.com>
27987
27988         * lib/md4.h, lib/md4.c: New files, based on md5.?.
27989
27990 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
27991
27992         * gnulib-tool (func_create_testdir): Omit the second check whether
27993         BUILT_SOURCES in nonempty.
27994
27995 2005-10-17  Simon Josefsson  <jas@extundo.com>
27996
27997         * tests/test-rijndael.c: New file.
27998
27999 2005-10-17  Simon Josefsson  <jas@extundo.com>
28000
28001         * modules/sha1: Depend on stdint instead of md5.
28002
28003         * modules/md5: Depend on stdint, remove uint32_t.
28004
28005 2005-10-17  Simon Josefsson  <jas@extundo.com>
28006
28007         * modules/gc-sha1-tests: New file.
28008
28009         * tests/test-gc-sha1.c: New file.
28010
28011 2005-10-17  Simon Josefsson  <jas@extundo.com>
28012
28013         * m4/md5.m4: Remove call to uint32_t.m4.
28014
28015 2005-10-17  Simon Josefsson  <jas@extundo.com>
28016
28017         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
28018
28019         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
28020         md5.h.
28021
28022         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
28023
28024         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
28025
28026 2005-10-17  Simon Josefsson  <jas@extundo.com>
28027
28028         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
28029
28030 2005-10-17  Simon Josefsson  <jas@extundo.com>
28031
28032         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
28033
28034 2005-10-17  Simon Josefsson  <jas@extundo.com>
28035
28036         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
28037
28038         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
28039
28040 2005-10-17  Bruno Haible  <bruno@clisp.org>
28041
28042         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
28043         that it can also be used in a test.
28044
28045 2005-10-16  Bruno Haible  <bruno@clisp.org>
28046
28047         * gnulib-tool (func_emit_tests_Makefile_am): Also define
28048         TESTS_ENVIRONMENT, so that individual tests can augment it.
28049
28050         * gnulib-tool (func_create_testdir): Use an intermediate target for
28051         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
28052         macros, like $(ALLOCA_H), which cannot be passed through the command
28053         line.
28054
28055 2005-10-15  Simon Josefsson  <jas@extundo.com>
28056
28057         * modules/rijndael-tests: New file.
28058
28059         * modules/rijndael: New file.
28060
28061 2005-10-15  Simon Josefsson  <jas@extundo.com>
28062
28063         * m4/rijndael.m4: New file.
28064
28065 2005-10-15  Simon Josefsson  <jas@extundo.com>
28066
28067         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
28068
28069         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
28070
28071 2005-10-14  Simon Josefsson  <jas@extundo.com>
28072
28073         * tests/test-arcfour.c: New file.
28074
28075         * modules/arcfour, modules/arcfour-tests: New files.
28076
28077 2005-10-14  Simon Josefsson  <jas@extundo.com>
28078
28079         * m4/arcfour.m4: New file.
28080
28081 2005-10-14  Simon Josefsson  <jas@extundo.com>
28082
28083         * lib/arcfour.h, lib/arcfour.c: New files.
28084
28085 2005-10-14  Roland McGrath  <roland@redhat.com>
28086
28087         Import from libc.  [BZ #1331]
28088         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
28089         macro argument.
28090         Reported by Matej Vela <vela@debian.org>.
28091
28092 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
28093
28094         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
28095         include <wchar.h>; no longer needed.
28096
28097 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
28098
28099         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
28100
28101 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
28102         and  Ulrich Drepper  <drepper@redhat.com>
28103
28104         Import from libc.
28105         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
28106         instead of inline stream orientation test and two separate
28107         function calls.  Pay no attention to USE_IN_LIBIO.
28108
28109 2005-10-13  Simon Josefsson  <jas@extundo.com>
28110
28111         * modules/gc-hmac-md5-tests: New file.
28112
28113         * tests/test-gc-hmac-sha1.c: New file.
28114
28115         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
28116
28117         * modules/gc-hmac-md5-tests: New file.
28118
28119         * tests/test-gc-md5.c: New file.
28120
28121         * modules/gc-md5-tests: New file.
28122
28123 2005-10-13  Simon Josefsson  <jas@extundo.com>
28124
28125         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
28126         Move memory allocation outside of loop.
28127
28128 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
28129
28130         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
28131         intermediate directory is in a read-only file system.  Problem
28132         reported by Eric Blake.
28133
28134 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
28135
28136         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
28137
28138 2005-10-12  Simon Josefsson  <jas@extundo.com>
28139
28140         * tests/test-hmac-sha1.c: New file.
28141
28142         * modules/hmac-sha1-tests: New file.
28143
28144         * modules/hmac-sha1: New file.
28145
28146 2005-10-12  Simon Josefsson  <jas@extundo.com>
28147
28148         * modules/gc-sha1: New file.
28149
28150 2005-10-12  Simon Josefsson  <jas@extundo.com>
28151
28152         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
28153
28154         * tests/test-gc-pbkdf2-sha1.c: New file.
28155
28156 2005-10-12  Simon Josefsson  <jas@extundo.com>
28157
28158         * modules/gc-md5, modules/gc-hmac-md5: New files.
28159
28160         * modules/gc (Files): Remove md5, memxor and hmac files.
28161
28162 2005-10-12  Simon Josefsson  <jas@extundo.com>
28163
28164         * m4/gc-pbkdf2-sha1.m4: New file.
28165
28166         * m4/gc-hmac-sha1.m4: New file.
28167
28168         * m4/gc-sha1: New file.
28169
28170         * m4/hmac-sha1.m4: New file.
28171
28172 2005-10-12  Simon Josefsson  <jas@extundo.com>
28173
28174         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
28175
28176         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
28177
28178 2005-10-12  Simon Josefsson  <jas@extundo.com>
28179
28180         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
28181         suggested by Bruno Haible <bruno@clisp.org>.
28182
28183 2005-10-12  Simon Josefsson  <jas@extundo.com>
28184
28185         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
28186
28187 2005-10-12  Simon Josefsson  <jas@extundo.com>
28188
28189         * lib/gc-pbkdf2-sha1.c: New file.
28190
28191         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
28192
28193 2005-10-12  Simon Josefsson  <jas@extundo.com>
28194
28195         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
28196
28197         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
28198
28199 2005-10-12  Simon Josefsson  <jas@extundo.com>
28200
28201         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
28202         GC_USE_HMAC_MD5, respectively.
28203
28204         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
28205         (gc_md5): Fix typo.
28206
28207         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
28208
28209         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
28210
28211         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
28212
28213 2005-10-12  Bruno Haible  <bruno@clisp.org>
28214
28215         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
28216         Reported by Stepan Kasal <kasal@ucw.cz>.
28217
28218 2005-10-11  Simon Josefsson  <jas@extundo.com>
28219
28220         * tests/test-crc.c: New file.
28221
28222         * modules/crc, modules/crc-tests: New files.
28223
28224 2005-10-11  Simon Josefsson  <jas@extundo.com>
28225
28226         * m4/crc.m4: New file.
28227
28228 2005-10-11  Simon Josefsson  <jas@extundo.com>
28229
28230         * lib/gc.h: Add gc_hash and gc_hash_buffer.
28231
28232         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
28233
28234         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
28235
28236 2005-10-11  Simon Josefsson  <jas@extundo.com>
28237
28238         * lib/crc.h, lib/crc.c: New files.
28239
28240         * lib/gc.h (gc_hash_buffer): Add doc.
28241
28242 2005-10-11  Bruno Haible  <bruno@clisp.org>
28243
28244         * modules/c-strcasestr: New file.
28245         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
28246
28247 2005-10-11  Bruno Haible  <bruno@clisp.org>
28248
28249         * modules/c-strcase: New file.
28250         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
28251
28252 2005-10-11  Bruno Haible  <bruno@clisp.org>
28253
28254         * lib/strcasecmp.c: Include limits.h.
28255         (strcasecmp): Avoid integer overflow on exotic platforms.
28256         * lib/strncasecmp.c: Include limits.h.
28257         (strncasecmp): Avoid integer overflow on exotic platforms.
28258         Reported by Paul Eggert.
28259
28260 2005-10-11  Bruno Haible  <bruno@clisp.org>
28261
28262         * lib/c-strcasestr.h: New file, from GNU gettext.
28263         * lib/c-strcasestr.c: New file, from GNU gettext.
28264
28265 2005-10-11  Bruno Haible  <bruno@clisp.org>
28266
28267         * lib/c-strcase.h: New file, from GNU gettext.
28268         * lib/c-strcasecmp.c: New file, from GNU gettext.
28269         * lib/c-strncasecmp.c: New file, from GNU gettext.
28270
28271 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
28272
28273         * modules/mempcpy (License): GPL -> LGPL.
28274         * modules/strchrnul (License): Likewise.
28275         * modules/sysexits (License): Likewise.
28276
28277 2005-10-08  Simon Josefsson  <jas@extundo.com>
28278
28279         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
28280
28281 2005-10-07  Simon Josefsson  <jas@extundo.com>
28282
28283         * m4/memxor.m4: Remove gl_C_RESTRICT call.
28284
28285 2005-10-06  Simon Josefsson  <jas@extundo.com>
28286
28287         * tests/test-hmac-md5.c: New file.
28288
28289         * modules/hmac-md5-tests: New file.
28290
28291         * modules/hmac-md5: New file.
28292
28293 2005-10-06  Simon Josefsson  <jas@extundo.com>
28294
28295         * m4/hmac-md5.m4: New file.
28296
28297         * m4/memxor.m4: Require gl_C_RESTRICT.
28298
28299 2005-10-06  Simon Josefsson  <jas@extundo.com>
28300
28301         * lib/memxor.c (memxor): Avoid casts and warnings.
28302
28303 2005-10-06  Simon Josefsson  <jas@extundo.com>
28304
28305         * lib/hmac-md5.c: New file.
28306
28307         * lib/hmac.h: New file.
28308
28309 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
28310
28311         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
28312         promotes to int, not unsigned int, to catch the AIX 5.3
28313         compiler bug.
28314
28315 2005-10-05  Simon Josefsson  <jas@extundo.com>
28316
28317         * modules/memxor: New file.
28318
28319         * modules/iconv (Files): Move config.rpath to havelib, it is used
28320         there.
28321
28322         * modules/havelib (Files): Add config.rpath.
28323
28324 2005-10-05  Simon Josefsson  <jas@extundo.com>
28325
28326         * m4/memxor.m4: New file.
28327
28328 2005-10-05  Simon Josefsson  <jas@extundo.com>
28329
28330         * lib/memxor.c (memxor): Fix compiler error.
28331
28332         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
28333         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
28334
28335         * lib/memxor.h, lib/memxor.c: New files.
28336
28337         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
28338         we assume all systems have it, suggested by Jim Meyering
28339         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
28340         any systems lack sys/socket.h; mingw32 is known to lack it, but we
28341         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
28342         same reasons.
28343
28344 2005-10-05  Simon Josefsson  <jas@extundo.com>
28345
28346         * config/srclist.txt: Add glibc bug 1423 for md5.h.
28347
28348 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
28349
28350         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
28351         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
28352         needed, since the source code now assumes these .h files.
28353
28354 2005-10-05  Derek Price  <derek@ximbiot.com>
28355
28356         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
28357
28358 2005-10-05  Bruno Haible  <bruno@clisp.org>
28359
28360         * modules/stdint (License): Change to LGPL.
28361
28362 2005-10-04  Simon Josefsson  <jas@extundo.com>
28363
28364         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
28365         D. Baushke" <mdb@gnu.org>.
28366
28367 2005-10-04  Bruno Haible  <bruno@clisp.org>
28368
28369         * lib/verify.h (verify_true): Provide alternative definition for C++.
28370
28371 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
28372
28373         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
28374         (SSIZE_MAX): New macro, if not already defined.
28375         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
28376         than 2 GiB.
28377
28378 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
28379
28380         Sync from coreutils.
28381         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
28382         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
28383         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
28384         ULLONG_MAX doesn't work with 2.7.2.1.
28385
28386 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
28387
28388         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
28389         From Ben Pfaff.
28390
28391         * modules/exclude (Depends-on): Depend on verify.
28392         * modules/strtoimax (Depends-on): Likewise.
28393         * modules/utimecmp (Depends-on): Likewise.
28394
28395 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
28396
28397         * lib/exclude.c: Include verify.h.
28398         (verify): Remove.  All callers changed to use verify.h's version.
28399         * lib/strtoimax.c: Likewise.
28400         * lib/utimecmp.c: Likewis.e
28401
28402         Sync from coreutils.
28403         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
28404         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
28405         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
28406         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
28407         bother returning ENOSYS if settimeofday or stime fails; just let
28408         them return whatever errno they want to return.
28409         * lib/utimens.c: Include unistd.h, for dup2.
28410         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
28411         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
28412
28413 2005-10-02  Jim Meyering  <jim@meyering.net>
28414
28415         Sync from coreutils.
28416         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
28417         from glibc-2.2.5 that fails for read-only files.
28418
28419 2005-10-02  Jim Meyering  <jim@meyering.net>
28420
28421         Sync from coreutils.
28422         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
28423         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
28424         `#if HAVE_CONFIG_H'.
28425         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
28426         Remove AT_FDCWD test.
28427         Do not consume the fd unless successful.
28428         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
28429         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
28430         block, so that we don't even try to compile it if settimeofday is
28431         available.  This works around a compilation failure on OSF1 V5.1,
28432         due to stime requiring a `long int*' while tv_sec is `int'.
28433
28434 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
28435
28436         Sync from coreutils.
28437         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
28438         against `yes', rather than just testing for nonempty.
28439
28440 2005-10-01  Simon Josefsson  <jas@extundo.com>
28441
28442         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
28443         and Darwin.
28444
28445         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
28446         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
28447         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
28448         freeaddrinfo and gai_strerror are declared by the POSIX headers.
28449         Check if struct addrinfo is declared.
28450
28451 2005-10-01  Simon Josefsson  <jas@extundo.com>
28452
28453         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
28454         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
28455         AI_* and EAI_* definitions.  Protect function declarations.
28456
28457 2005-10-01  Jim Meyering  <jim@meyering.net>
28458
28459         Sync from coreutils.
28460
28461         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
28462         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
28463         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
28464         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
28465         in the inet and nsl libraries.  Required on Solaris 5.7.
28466
28467 2005-10-01  Jim Meyering  <jim@meyering.net>
28468
28469         Sync from coreutils.
28470         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
28471         in the inet and nsl libraries.  Required on Solaris 5.7.
28472
28473 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
28474
28475         * lib/getdelim.c (getdelim): Remove unused variables.
28476
28477 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
28478
28479         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
28480         so that the code works even with ancient cpp.  Portability problem
28481         with GCC 2.7.2.1 reported by Thomas M.Ott.
28482
28483 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
28484
28485         * modules/regex (Depends-on): Add strcase.
28486
28487         * modules/gethostname (Licence): Change from GPL to LGPL, since
28488         gethostname.c is a trivial implementation of a standard library
28489         function.
28490         * modules/poll (License): Change from GPL to LGPL, since it's
28491         derived from LGPL code.
28492
28493 2005-09-27  Jim Meyering  <jim@meyering.net>
28494
28495         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
28496         HAVE_CONFIG_H.
28497
28498         * lib/intprops.h (signed_type_or_expr__): Define.
28499         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
28500         for unsigned types.
28501
28502 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
28503
28504         * lib/verify.h (verify_expr): Remove, replacing with:
28505         (verify_true): New macro that returns true instead of void.
28506         (verify_type__): Remove.
28507         (verify): Use verify_true rather than verify_type__.
28508
28509 2005-09-26  Bruno Haible  <bruno@clisp.org>
28510
28511         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
28512         is necessary.
28513         (lib_SOURCES): Remove mbchar.c.
28514         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
28515         (Files): Add m4/mbrtowc.m4.
28516         * modules/mbiter: Likewise.
28517         * modules/mbuiter: Likewise.
28518
28519 2005-09-26  Bruno Haible  <bruno@clisp.org>
28520
28521         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
28522         compile mbchar.c if they are not both present.
28523         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
28524         * m4/mbiter.m4 (gl_MBITER): Likewise.
28525         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
28526         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
28527         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
28528
28529 2005-09-25  Jim Meyering  <jim@meyering.net>
28530
28531         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
28532         also uses socklen_t.
28533
28534 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
28535
28536         * lib/utimens.c (ENOSYS): Define if not already defined.
28537         (futimens): Support having a null PATH if the file descriptor
28538         is nonnegative.
28539
28540         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
28541         Remove.
28542         (__attribute): Define to empty unless GCC 3.1 or later.
28543         This works around a core dump on OpenBSD 3.4, which has GCC
28544         2.95.3, which dumps core when given __attribute__(()).  It also
28545         simplifies other tests, since we really don't want to bother with
28546         worrying about which ancient version of GCC supported what.
28547         Original problem reported by Yoann Vandoorselaere, with part of
28548         the fix suggested by Derek Price.
28549
28550 2005-09-24  Jim Meyering  <jim@meyering.net>
28551
28552         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
28553         so we can once again use a positive bitfield width of 1 -- now we
28554         don't have to explain why we were using a bitfield width of 2.
28555
28556 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
28557
28558         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
28559         and similarly for the other external symbols.  Problem reported
28560         by James Gallager.
28561
28562         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
28563         bug reported by Jim Meyering.
28564
28565         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
28566         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
28567         not needed, since socklen is a prerequisite module.
28568
28569 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
28570
28571         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
28572         Problem reported by Eric Blake.
28573         (getaddrinfo): Initialize se so that it's not garbage.
28574         Redo internal storage allocation so that it doesn't make unportable
28575         assumptions about alignment.
28576         Fix a memory leak.
28577
28578         * lib/utimens.c (futimens): Use futimesat if available.
28579         Prefer it to futimes since it doesn't have the futimes bug.
28580
28581         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
28582         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
28583         Instead, declare a function that returns a pointer to an array,
28584         and use verify_type__ to declare the size of the array.
28585         Problem and germ of a solution reported by Bruno Haible.
28586         (verify_type__): Use 2, not 1, for bitfield size, to avoid
28587         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
28588
28589 2005-09-23  Jim Meyering  <jim@meyering.net>
28590
28591         Sync from coreutils.
28592         Correct build failure (socklen_t not defined) on at least
28593         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
28594         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
28595
28596 2005-09-23  Jim Meyering  <jim@meyering.net>
28597
28598         * modules/getaddrinfo (Depends-on): Add socklen.
28599
28600 2005-09-23  Bruno Haible  <bruno@clisp.org>
28601
28602         * tests/test-verify.c: New file.
28603
28604 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
28605
28606         Sync from coreutils.
28607
28608         * modules/argmatch (Depends-on): Add verify.
28609         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
28610         unistd-safer.
28611         * modules/save-cwd (Depends-on): Likewise.
28612
28613         * modules/openat (Files): Add lib/openat-die.c.
28614         (Depends-on): Remove error, exitfail.
28615         Add dirname.
28616
28617         * modules/verify: New file.
28618         * MODULES.html.sh (Diagnostics <assert.h>): New section,
28619         with "verify" module.
28620
28621 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
28622
28623         Sync from coreutils.
28624
28625         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
28626         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
28627         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
28628         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
28629         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
28630         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
28631         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
28632         Don't bother checking for string.h, stdlib.h, unistd.h.
28633         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
28634         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
28635         module's job.
28636         * m4/jm-macros.m4 (gl_MACROS): Likewise.
28637         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
28638
28639         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
28640         (gl_GETDATE): Use it.
28641
28642         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
28643
28644 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
28645
28646         Sync from coreutils.
28647
28648         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
28649         stat-time.h.
28650         * lib/argmatch.h: Include verify.h
28651         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
28652         (ARGMATCH_ASSERT): Remove; unused.
28653         * lib/canonicalize.c: Assume STDC_HEADERS.
28654         * lib/exclude.c: Include "strcase.h".
28655         * lib/regex_internal.h [!defined _LIBC]: Likewise.
28656         * lib/getusershell.c: Include stdio--.h rather than stdio.h
28657         and stdio-safer.h.
28658         (getusershell): Call fopen, not fopen_safer.
28659         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
28660         Do not include unistd-safer.h.
28661         (save_cwd): Don't call fd_safer; no longer needed
28662         now that we include fcntl--.h.
28663
28664         * lib/getdate.y (relative_time): New type.
28665         (RELATIVE_TIME_0): New constant.
28666         (parser_control): Use relative_time instead of doing it ourselves.
28667         (%union): Add new relative_time rel member.
28668         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
28669         Now typeless.
28670         (relunit, relunit_snumber): Now of type rel.
28671         (zone, rel, relunit, get_date): Adjust to above changes.
28672
28673         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
28674         Do not include unistd-safer.h.
28675         (getloadavg): Don't call fd_safer; no longer needed
28676         now that we include fcntl--.h.
28677
28678         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
28679         (make_dir_parents): Treat ENOSYS like EEXIST.
28680
28681         Improve quality of diagnostics on restore_cwd failure.
28682         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
28683         (make_dir_parents): Last arg is now int * (for errno), not bool *.
28684         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
28685         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
28686         each time through the loop.  Do not diagnose restore_cwd failure;
28687         that is the caller's job (and perhaps the caller does not care).
28688
28689         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
28690         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
28691         If the file already exists but is not a directory, don't bother
28692         to try to make its parents.
28693         Close potential file descriptor leak if we can't chdir("/") (!).
28694         Don't always return true if chdir($PWD) fails; return true only
28695         if the requested action was done successfully (except for the
28696         chdir($PWD)).
28697         Don't log final directory unless we actually made it.
28698         Refactor to avoid duplicate code to fix up permissions.
28699         Don't attempt to fix up parent permissions if chdir($PWD) fails.
28700
28701         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
28702         to make it a bit faster and (I hope) clearer.
28703         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
28704         Fix bug in formats like %2N.
28705
28706         * lib/verify.h: New file.
28707
28708 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
28709
28710         Sync from coreutils.
28711         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
28712
28713 2005-09-22  Jim Meyering  <jim@meyering.net>
28714
28715         Sync from coreutils.
28716
28717         * m4/lstat.m4 (gl_FUNC_LSTAT):
28718         Use AC_LIBSOURCES to require lstat.c and lstat.h.
28719         Remove obsolete comment.
28720         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
28721         * m4/xstrtod.m4: Likewise.
28722
28723         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
28724
28725 2005-09-22  Jim Meyering  <jim@meyering.net>
28726
28727         Sync from coreutils.
28728
28729         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
28730
28731         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
28732         the .tm_year member, since otherwise gcc-4.0 would now warn about
28733         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
28734
28735         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
28736         order to avoid an unsuppressible warning from gcc on 64-bit systems.
28737
28738         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
28739         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
28740         when run in a time zone for which daylight savings time is in effect
28741         for the starting date.
28742
28743         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
28744         stop us from restricting permissions of just-created absolute-named
28745         directories.
28746         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
28747         to restore initial working directory.
28748         * lib/mkdir-p.c (make_dir_parents): New parameter:
28749         different_working_dir, to tell caller if/when we change the working
28750         directory and are unable to return to the initial one.
28751         * lib/mkdir-p.h (make_dir_parents): Update prototype.
28752         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
28753         `return false'.  This fixes a bug introduced on 2004-07-30.
28754
28755         * lib/openat.c (fdopendir): Be sure to close the supplied
28756         file descriptor before returning.  This makes our replacement
28757         implementation a little closer to Solaris's, where fdopendir
28758         ties the file descriptor to the returned DIR* pointer.
28759         * lib/openat.c (unlinkat): New function.
28760         * lib/openat.h (unlinkat): Add prototype.
28761         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
28762         (openat_restore_fail): Rename from openat_restore_die.
28763         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
28764
28765         Provide an alternative to exiting immediately upon save_cwd or
28766         restore_cwd failure.  Now, an application can arrange e.g.,
28767         to perform a longjump in that case.
28768         * lib/openat.c: Include dirname.h.
28769         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
28770         (rpl_openat, fdopendir, fstatat): Call openat_save_die
28771         and openat_restore_die rather than calling error directly.
28772         Don't include "error.h" or "exitfail.h"; they're no longer needed.
28773
28774         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
28775         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
28776         define.
28777
28778         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
28779         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
28780                             int utc, int nanoseconds);
28781         Background:
28782         date should not have to allocate a megabyte of virtual memory to
28783         handle a format argument like +%1048575T.  When implemented with
28784         strftime, it must allocate such a buffer, use strftime to fill it
28785         in, print it, then free it.
28786         With fprintftime, it simply prints everything and exits.
28787         With no need for memory allocation, that's one fewer way to fail.
28788         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
28789         optional field width, not before, so we accept %9:z, not %:9z.
28790         (my_strftime): Be sure to use L_('x') for literals.
28791
28792         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
28793         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
28794         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
28795         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
28796         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
28797         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
28798         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
28799         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
28800         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
28801         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
28802         * lib/xgethostname.c, lib/xreadlink.c:
28803         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
28804
28805         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
28806         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
28807         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
28808         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
28809         and don't include <sys/file.h>).
28810
28811 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
28812
28813         Sync from coreutils.
28814
28815         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
28816         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
28817         [!LDAV_DONE]: Avoid unused variable warning.
28818
28819 2005-09-21  Bruno Haible  <bruno@clisp.org>
28820
28821         * lib/unicodeio.h (unicode_to_mb): New declaration.
28822
28823 2005-09-20  Derek Price  <derek@ximbiot.com>
28824
28825         * lib/getaddrinfo.c: Don't include <netdb.h> included from
28826         getaddrinfo.h.
28827
28828 2005-09-20  Bruno Haible  <bruno@clisp.org>
28829
28830         * gnulib-tool: Remove trailing slashes from the values specified for
28831         --source-base, --m4-base, --tests-base, --aux-dir.
28832         Suggested by Simon Josefsson <jas@extundo.com>.
28833
28834 2005-09-20  Bruno Haible  <bruno@clisp.org>
28835
28836         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
28837         func_modules_to_filelist, func_import, func_create_testdir): Make all
28838         sorting results locale-independent, so that gnulib-cache.m4 doesn't
28839         change when gnulib-tool is invoked in a different locale.
28840
28841 2005-09-19  Simon Josefsson  <jas@extundo.com>
28842
28843         * m4/socklen.m4: Fix typo.
28844
28845 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28846
28847         Use a consistent style for including <config.h>.
28848         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
28849         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
28850         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
28851         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
28852         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
28853         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
28854         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
28855         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
28856         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
28857         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
28858         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
28859         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
28860         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
28861         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
28862         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
28863         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
28864         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
28865         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
28866         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
28867         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
28868         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
28869         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
28870         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
28871         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
28872         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
28873         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
28874         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
28875         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
28876         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
28877         lib/xstrtoumax.c, lib/yesno.c:
28878         Standardize inclusion of config.h.
28879         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
28880         lib/inttostr.h:  Removed inclusion of config.h from header files.
28881         * lib/inttostr.c:  Adjusted in-tree users.
28882         * lib/timespec.h: Remove superfluous warning to include config.h.
28883         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
28884         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
28885         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
28886         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
28887         config.h with HAVE_CONFIG_H.
28888
28889 2005-09-19  Jim Meyering  <jim@meyering.net>
28890
28891         * modules/pathmax (License): Change to LGPL.
28892
28893 2005-09-19  Derek Price  <derek@ximbiot.com>
28894
28895         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
28896
28897 2005-09-19  Bruno Haible  <bruno@clisp.org>
28898
28899         * gnulib-tool (import): Provide default for --tests-base.
28900
28901 2005-09-19  Bruno Haible  <bruno@clisp.org>
28902
28903         * doc/quote.texi: New file, extracted from gnulib.texi.
28904         * doc/ctime.texi: New file, extracted from gnulib.texi.
28905         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
28906         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
28907         * doc/gnulib.texi: Include them.
28908
28909 2005-09-18  Bruno Haible  <bruno@clisp.org>
28910
28911         Portability fix.
28912         * gnulib-tool (func_readlink): New function.
28913         (func_ln_if_changed): Use it.
28914
28915 2005-09-18  Bruno Haible  <bruno@clisp.org>
28916
28917         * gnulib-tool: Support --with-tests also with --import.
28918         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
28919         (func_import): Use variables $testsbase and $inctests. Emit a
28920         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
28921         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
28922         SUBDIRS += $testsdir.
28923         (func_create_testdir): Update.
28924
28925 2005-09-18  Bruno Haible  <bruno@clisp.org>
28926
28927         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
28928         instead of $dry_run.
28929         (func_cp_if_changed, func_mv_if_changed): Remove functions.
28930         (func_ln_if_changed): Don't handle dry-run here.
28931         (func_import): In dry-run mode, detect more precisely which actions
28932         would be performed, and don't use "...ing" verbs.
28933
28934 2005-09-18  Bruno Haible  <bruno@clisp.org>
28935
28936         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
28937         (func_import): Use join on two temporary files instead of three nested
28938         loops, in order to determine which files are new or old.
28939
28940 2005-09-18  Bruno Haible  <bruno@clisp.org>
28941
28942         * gnulib-tool (func_import): Comment out code that spits out the
28943         new files with --dry-run.
28944
28945 2005-09-18  Bruno Haible  <bruno@clisp.org>
28946
28947         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
28948
28949 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
28950
28951         * lib/stat-time.h: New file.
28952         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
28953         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
28954         in a different way.
28955         (timespec_cmp): New function.
28956         * lib/utimecmp.c: Include stat-time.h.
28957         (SYSCALL_RESOLUTION): Depend on whether various struct stat
28958         members exist, not on the obsolescent ST_MTIM_NSEC.
28959         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
28960
28961 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
28962
28963         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
28964
28965 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
28966
28967         * MODULES.html.sh (File system functions): Add stat-time.
28968         * modules/stat-time: New file.
28969         * modules/timespec (Files): Remove m4/st_mtim.m4; this
28970         is now done in a different way, by the stat-time module.
28971         * modules/utimecmp (Depends-on): Add stat-time.
28972
28973 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
28974
28975         * m4/st_mtim.m4: Remove.  Superseded by...
28976         * m4/stat-time.m4: New file.
28977         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
28978         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
28979
28980 2005-09-15  Derek Price  <derek@ximbiot.com>
28981
28982         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
28983
28984 2005-09-15  Derek Price  <derek@ximbiot.com>
28985
28986         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
28987         * lib/regex_internal.c: Ditto, using this...
28988         (__GNUC_PREREQ): ...new macro.
28989         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
28990         using...
28991         (__GNUC_PREREQ): ...this new macro.
28992
28993         * lib/strstr.h: Include string.h. Define strstr as a macro here.
28994
28995 2005-09-15  Derek Price  <derek@ximbiot.com>
28996             Paul Eggert  <eggert@cs.ucla.edu>
28997
28998         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
28999         changes, consolidating in...
29000         * lib/regex_internal.h: ...this file.
29001
29002 2005-09-13  Jim Meyering  <jim@meyering.net>
29003
29004         * lib/canon-host.c: Filter through gnu indent and reword comments
29005         slightly.
29006         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
29007
29008 2005-09-13  Derek Price  <derek@ximbiot.com>
29009
29010         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
29011         failure.
29012         Reported by Jim Meyering  <jim@meyering.net>.
29013
29014 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
29015
29016         * lib/base64.c: Typo.
29017         (base64_encode): Put b64str in initialized data section.
29018
29019 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
29020
29021         Merge glibc and coreutils changes into gnulib, plus a few
29022         extra fixes.
29023         * lib/md5.c: Use #error rather than a string.
29024         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
29025         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
29026         (__attribute__): Define to empty for non recent-GCC.
29027         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
29028         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
29029         Renamed from their non-__ counterparts, with new macros replacing
29030         them if not _LIBC.  Add __THROW attribute.
29031         (rol): Remove.
29032         (struct md5_ctx): Align buffer if using GCC.
29033         * lib/sha1.h (struct sha1_ctx): Likewise.
29034         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
29035         The old name was backwards.
29036         (NOTSWAP): Remove; not used.
29037         (rol): New macro, moved here from md5.h.
29038         (sha1_process_block): Remove a FIXME that doesn't make sense.
29039
29040 2005-09-12  Derek Price  <derek@ximbiot.com>
29041
29042         Return usable errors from canon-host.
29043         * lib/canon-host.h: New file.
29044         * lib/canon-host.c (canon_host): Wrap...
29045         (canon_host_r): ...this new function, which now relies exclusively on
29046         getaddrinfo.
29047         (ch_strerror): New function.
29048         (last_cherror): New global.
29049         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
29050         interface.
29051         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
29052         void *.
29053         (freeaddrinfo): Free ai->ai_canonname when set.
29054
29055 2005-09-12  Derek Price  <derek@ximbiot.com>
29056
29057         Make canon-host require getaddrinfo.
29058         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
29059         AC_LIBSOURCE canon-host.h.  Call...
29060         (gl_PREREQ_CANON_HOST): ...this new function, which requires
29061         gl_GETADDRINFO.
29062         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
29063
29064 2005-09-12  Derek Price  <derek@ximbiot.com>
29065
29066         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
29067         LGPL.
29068         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
29069
29070 2005-09-12  Derek Price  <derek@ximbiot.com>
29071
29072         * lib/gai_strerror.c: Include config.h when available.  Include
29073         getaddrinfo.h before other headers to test interface.
29074         Reported by Larry Jones <lawrence.jones@ugs.com>.
29075
29076 2005-09-12  Derek Price  <derek@ximbiot.com>
29077             Paul Eggert  <eggert@cs.ucla.edu>
29078
29079         * modules/glob (Files): Add glob-libc.h.
29080
29081 2005-09-12  Derek Price  <derek@ximbiot.com>
29082             Paul Eggert  <eggert@cs.ucla.edu>
29083
29084         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
29085         glob_.h, glob-libc.h.
29086         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
29087
29088 2005-09-12  Derek Price  <derek@ximbiot.com>
29089             Paul Eggert  <eggert@cs.ucla.edu>
29090
29091         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
29092         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
29093         protecting things that should be done only in gnulib contexts.
29094         * lib/glob_.h: New file, containing only the glob things needed for
29095         gnulib.
29096         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
29097         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
29098         (glob, globfree, glob_pattern_p): Now defined simply in terms of
29099         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
29100         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
29101         and to respect the namespace rules better.
29102
29103 2005-09-08  Simon Josefsson  <jas@extundo.com>
29104
29105         * modules/socklen: New file.
29106
29107 2005-09-08  Simon Josefsson  <jas@extundo.com>
29108
29109         * m4/socklen.m4: New file.
29110
29111 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
29112
29113         * modules/utimens (Files): Add m4/utimbuf.m4, since
29114         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
29115         Reported by Sergey Poznyakoff.
29116
29117 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
29118
29119         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
29120         definitions, since that's the preferred style in glibc.
29121         Fix a minor spacing issue, and update copyright notice to match
29122         glibc's.
29123
29124 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
29125
29126         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
29127
29128 2005-09-06  Simon Josefsson  <jas@extundo.com>
29129
29130         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
29131         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
29132
29133 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
29134
29135         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
29136         warning.
29137
29138 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
29139
29140         * config/srclist.txt: Add glibc bug 1302.
29141
29142 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
29143
29144         Change bitset word type from unsigned int to unsigned long int,
29145         as this has better performance on typical 64-bit hosts.
29146         Port bitset code to hosts with unusual word sizes.
29147         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
29148         (build_collating_symbol):
29149         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
29150         argument is a bitset.  This is merely a style issue, but it makes
29151         it clearer that an entire array is expected.
29152         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
29153         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
29154         Port to the case where bitset_word is not the same as unsigned int.
29155         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
29156         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
29157         Likewise.
29158         * lib/regexec.c (check_dst_limits_calc_pos_1,
29159         check_subexp_matching_top):
29160         (build_trtable, group_nodes_into_DFAstates):
29161         Likewise.
29162         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
29163         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
29164         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
29165         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
29166         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
29167         * lib/regcomp.c (optimize_subexps, lower_subexp):
29168         Work even if bitset_word has holes in its bitwise representation.
29169         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
29170         * lib/regexec.c (check_dst_limits_calc_pos_1,
29171         check_subexp_matching_top):
29172         Likewise.
29173         * lib/regex_internal.c (re_string_reconstruct):
29174         Don't assume UCHAR_MAX == 255.
29175         * lib/regex_internal.h (bitset_set_all): Likewise.
29176         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
29177         All uses changed.
29178         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
29179         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
29180         All uses changed.
29181         (BITSET_WORD_MAX): New macro.
29182         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
29183         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
29184         (bitset_empty, bitset_copy):
29185         Prefer sizeof (bitset) to multiplying it out ourselves.
29186         (bitset_not_merge): Remove; unused.
29187         (bitset_contain): Return bool, not unsigned int with one bit on.
29188         All callers changed.
29189         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
29190         alignment than re_node_set; do this by defining a new internal
29191         type struct dests_alloc and using it to allocate memory.
29192
29193 2005-09-05  Bruno Haible  <bruno@clisp.org>
29194
29195         * gnulib-tool (func_import): Fix comparison in handling of symbolic
29196         links.
29197
29198 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
29199
29200         * modules/size_max (Makefile.am): Add size_max.h
29201
29202 2005-09-04  Derek Price  <derek@ximbiot.com>
29203
29204         * gnulib-tool (func_import): Fix reversed $symbolic logic.
29205
29206 2005-09-03  Simon Josefsson  <jas@extundo.com>
29207
29208         * gnulib-tool: Fix typo.
29209
29210 2005-09-03  Simon Josefsson  <jas@extundo.com>
29211
29212         * config/srclist.txt: Add glibc bug 1293.
29213
29214 2005-09-03  Derek Price  <derek@ximbiot.com>
29215
29216         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
29217         From Larry Jones <lawrence.jones@ugs.com>.
29218
29219 2005-09-02  Simon Josefsson  <jas@extundo.com>
29220
29221         * modules/socklen: New file.
29222
29223 2005-09-02  Simon Josefsson  <jas@extundo.com>
29224
29225         * modules/havelib: New module.
29226
29227         * modules/gettext, modules/iconv, modules/lock, modules/readline:
29228         Use havelib.
29229
29230 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
29231
29232         Check for arithmetic overflow when calculating sizes, to prevent
29233         some buffer-overflow issues.  These patches are conservative, in the
29234         sense that when I couldn't determine whether an overflow was possible,
29235         I inserted a run-time check.
29236         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
29237         macros.
29238         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
29239         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
29240         (re_xnrealloc, re_x2nrealloc): New inline functions.
29241         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
29242         parse_bracket_exp):
29243         (build_equiv_class, build_charclass): Check for arithmetic overflow
29244         in size expression calculations.
29245         * lib/regex_internal.c (re_string_realloc_buffers):
29246         (build_wcs_upper_buffer, re_node_set_add_intersect):
29247         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
29248         (re_dfa_add_node, register_state): Likewise.
29249         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
29250         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
29251         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
29252         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
29253
29254 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
29255
29256         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
29257         m4/ulonglong.m4.  Problem reported by Martin Lambers.
29258
29259 2005-09-02  Bruno Haible  <bruno@clisp.org>
29260
29261         Support for lib vs. lib64 distinction on biarch platforms.
29262         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
29263         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
29264         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
29265
29266 2005-09-02  Bruno Haible  <bruno@clisp.org>
29267
29268         * gnulib-tool (import): In the other first-use case, provide defaults
29269         as well.
29270
29271 2005-09-02  Bruno Haible  <bruno@clisp.org>
29272
29273         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
29274         patches not yet found in the latest gettext release.
29275
29276 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
29277
29278         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
29279         to avoid a collision with bits/local_lim.h in glibc.
29280         All uses changed.  Problem reported by Dmitry V. Levin in
29281         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
29282
29283         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
29284         bugs in int versus size_t comparisons.
29285         (re_string_context_at): Fix bug where the code assumed that
29286         Idx is signed.
29287
29288         Use bool where appropriate.
29289         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
29290         All callers changed.
29291         (calc_eclosure_iter): Likewise, for ROOT arg.
29292         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
29293         (build_charclass_op): Likewise, for NON_MATCH arg.
29294         * lib/regex_internal.c (re_string_allocate, re_string_construct):
29295         (re_string_construct_common): Likewise, for ICASE arg.
29296         * lib/regexec.c (re_search_2_stub, re_search_stub):
29297         Likewise, for RET_LEN arg.
29298         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
29299         (set_regs): Likewise, for FL_BACKTRACK arg.
29300         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
29301         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
29302         (calc_eclosure_iter, parse_bracket_exp):
29303         Use bool for internal variables that are booleans.
29304         * lib/regexec.c (re_search_internal, check_matching,
29305         proceed_next_node):
29306         (set_regs, build_sifted_states, sift_states_bkref):
29307         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
29308         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
29309         (find_collation_sequence_value):
29310         Likewise.
29311         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
29312         (re_node_set_compare):
29313         Return bool, not int. All callers changed.
29314         * lib/regexec.c (check_halt_node_context, check_dst_limits):
29315         (build_trtable, check_node_accept): Likewise.
29316         * lib/regex_internal.h: Include stdbool.h.
29317
29318         Fix bugs uncovered when converting to bool.
29319         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
29320         failure instead of charging ahead blindly.
29321         * lib/regex_internal.c (register_state): Likewise.
29322         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
29323         for freeing internal storage.
29324         (group_nodes_into_DFA_states): Use unsigned int, not int, for
29325         bitset pieces used as boolean, to avoid undefined behavior
29326         on hosts that do int overflow checking.
29327
29328 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
29329
29330         * config/srclist.txt: Add glibc bugs 1285-1287.
29331
29332 2005-09-01  Jim Meyering  <jim@meyering.net>
29333
29334         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
29335         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
29336         Require gl_STAT_MACROS, too.
29337
29338 2005-09-01  Bruno Haible  <bruno@clisp.org>
29339
29340         * gnulib-tool (import): In the first-use case, provide defaults.
29341
29342 2005-09-01  Bruno Haible  <bruno@clisp.org>
29343
29344         * gnulib-tool (func_import): Remove the .tmp files.
29345
29346 2005-09-01  Bruno Haible  <bruno@clisp.org>
29347
29348         * gnulib-tool (func_import): Fix handling of symbolic links.
29349
29350 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
29351
29352         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
29353         old glibc regex code mishandles strings longer than 2**31 bytes.
29354         This patch fixes this when the regex code is used in gnulib
29355         (i.e., outside glibc).
29356
29357         This patch should not affect the use of the regex code inside
29358         glibc.  No doubt this problem also needs to be handled for glibc
29359         as well, but the result will be an incompatible change to the
29360         glibc ABI, and the old ABI will have to be supported too.  That
29361         can be the the subject for another patch.
29362
29363         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
29364         governing whether the rest of this patch is active.  By default,
29365         the macro is disabled and the patch has no effect.
29366         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
29367         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
29368         (struct re_pattern_buffer, re_search, re_search_2, re_match):
29369         (re_match_2, re_set_registers): Use the new types.
29370         * lib/regex_internal.h (Idx, re_hashval_t): New types.
29371         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
29372         New macros.
29373         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
29374         (re_string_context_at, bin_tree_t, re_dfastate_t):
29375         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
29376         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
29377         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
29378         (re_string_char_size_at, re_string_wchar_at):
29379         (re_string_elem_size_at):
29380         Use the new types and macros to port to 64-bit hosts.
29381         Use unsigned types for internal values, so that the code
29382         mostly works even for arrays larger than SSIZE_MAX.
29383         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
29384         (search_duplicated_node, calc_eclosure_iter, fetch_number):
29385         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
29386         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
29387         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
29388         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
29389         (calc_inveclosure, parse_dup_op, build_range_exp):
29390         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
29391         (fetch_number, create_token_tree, mark_opt_subexp):
29392         Likewise.
29393         * lib/regex_internal.c (re_string_construct_common,
29394         create_ci_newstate):
29395         (create_cd_newstate, re_string_allocate, re_string_construct):
29396         (re_string_realloc_buffers, build_wcs_upper_buffer):
29397         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
29398         (re_string_reconstruct, re_string_peek_byte_case):
29399         (re_string_fetch_byte_case, re_string_context_at):
29400         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
29401         (re_node_set_init_copy, re_node_set_add_intersect):
29402         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
29403         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
29404         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
29405         (re_acquire_state, re_acquire_state_context, register_state):
29406         Likewise.
29407         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
29408         search_cur_bkref_entry):
29409         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
29410         (re_search_internal, re_search_2_stub, re_search_stub)
29411         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
29412         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
29413         (update_cur_sifted_state, check_dst_limits):
29414         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
29415         (check_subexp_limits, sift_states_bkref, merge_state_array):
29416         (check_subexp_matching_top, get_subexp, get_subexp_sub):
29417         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
29418         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
29419         (expand_bkref_cache, check_node_accept_bytes):
29420         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
29421         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
29422         (acquire_init_state_context, check_halt_node_context):
29423         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
29424         (sift_states_backward, clean_state_log_if_needed):
29425         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
29426         (find_recover_state, transit_state_sb, transit_state_mb):
29427         (transit_state_bkref, build_trtable, match_ctx_clean):
29428         Likewise.
29429         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
29430         to work around an assumption that REG_MISSING is negative.
29431
29432         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
29433         (seek_collating_symbol_entry) [defined _LIBC]:
29434         (lookup_collation_sequence_value) [defined _LIBC]:
29435         (build_range_exp, build_collating_symbol) [defined _LIBC]:
29436         Use prototypes rather than old-style function definitions.
29437         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
29438         (transit_state_sb) [0]:
29439         (find_collation_sequence_value) [defined _LIBC]: Likewise.
29440
29441         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
29442         rm_eo.
29443
29444         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
29445         (optimize_subexps, lower_subexp):
29446         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
29447         since the signed shift might overflow.  Use 1u<<31 instead.
29448         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
29449         Likewise.
29450         * lib/regexec.c (check_dst_limits_calc_pos_1,
29451         check_subexp_matching_top): Likewise.
29452
29453         * lib/regcomp.c (optimize_subexps, lower_subexp):
29454         Use CHAR_BIT rather than 8, for clarity.
29455         * lib/regexec.c (check_dst_limits_calc_pos_1):
29456         (check_subexp_matching_top): Likewise.
29457         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
29458         have to worry about portability issues when shifting it left.
29459         Remove no-longer-needed test for table_size > 0.
29460         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
29461         in a word, as the resulting behavior is undefined.
29462         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
29463         in one case, a <= should have been an <, and in another case the
29464         whole test was missing.
29465         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
29466         the standard name CHAR_BIT.
29467         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
29468         this is not true on one's complement and signed-magnitude hosts.
29469
29470         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
29471         next_last_offset.
29472         (struct re_dfa_t): Remove unused member states_alloc.
29473         * lib/regcomp.c (init_dfa): Don't initialize unused members.
29474
29475 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
29476
29477         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
29478         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
29479         and large-file glibc and in 32-bit large-file Solaris.
29480
29481 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
29482
29483         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
29484         lengths fit in regoff_t; this isn't true if regoff_t is the same
29485         width as size_t.
29486         * lib/regex.c (re_search_internal): 5th arg is LAST_START
29487         (= START + RANGE) instead of RANGE.  This avoids overflow
29488         problems when regoff_t is the same width as size_t.
29489         All callers changed.
29490         (re_search_2_stub): Check for overflow when adding the
29491         sizes of the two strings.
29492         (re_search_stub): Check for overflow when adding START
29493         to RANGE; if it occurs, substitute the extreme value.
29494
29495 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
29496
29497         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
29498
29499 2005-08-31  Jim Meyering  <jim@meyering.net>
29500
29501         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
29502         a pointer-to-const.
29503         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
29504         (register_state): Likewise.
29505         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
29506         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
29507         (group_nodes_into_DFAstates): Likewise.
29508
29509 2005-08-31  Jim Meyering  <jim@meyering.net>
29510
29511         * check-module: Add a FIXME comment.
29512
29513 2005-08-31  Eric Blake  <ebb9@byu.net>
29514
29515         * modules/unistd-safer (Files): Add unistd--.h.
29516         * modules/stdio-safer (Files): Add stdio--.h.
29517
29518 2005-08-31  Derek Price  <derek@ximbiot.com>
29519
29520         * lib/getdelim.c (getdelim): Return EOF on EOF.
29521         Reported by Larry Jones <lawrence.jones@ugs.com>.
29522
29523 2005-08-31  Bruno Haible  <bruno@clisp.org>
29524
29525         Avoid unnecessary diffs in the generated lib/Makefile.am.
29526         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
29527         the generated files.
29528         (func_import): Don't set cmd.
29529
29530 2005-08-31  Bruno Haible  <bruno@clisp.org>
29531
29532         * lib/strstr.c: Include <stddef.h>, for NULL.
29533         * lib/strcasestr.c: Likewise.
29534         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
29535
29536 2005-08-31  Bruno Haible  <bruno@clisp.org>
29537
29538         * gnulib-tool: New option --macro-prefix.
29539         (func_import): Use macro_prefix.
29540         (import): Handle option --macro-prefix.
29541
29542 2005-08-31  Bruno Haible  <bruno@clisp.org>
29543
29544         * gnulib-tool (import): Rename most ac_* variables to cached_*.
29545         Also use new variables cached_lgpl, cached_libtool.
29546
29547 2005-08-31  Bruno Haible  <bruno@clisp.org>
29548
29549         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
29550         always instantiating them.
29551
29552 2005-08-31  Bruno Haible  <bruno@clisp.org>
29553
29554         * gnulib-tool (func_import): Read the previous cached settings
29555         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
29556         earlier added by gnulib but are now dropped. Warn when a gnulib file
29557         overwrites a non-gnulib file.
29558
29559 2005-08-31  Bruno Haible  <bruno@clisp.org>
29560
29561         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
29562         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
29563         projects that don't keep autogenerated files in CVS. Put into
29564         actioncmd only the specified modules, not the transitive closure.
29565
29566 2005-08-31  Bruno Haible  <bruno@clisp.org>
29567
29568         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
29569         Create directories that shall be filled.
29570         (import): Don't look for gl_* macros in configure.ac. Recurse across
29571         all directories containing a gnulib-cache.m4 files, if meaningful.
29572
29573 2005-08-31  Bruno Haible  <bruno@clisp.org>
29574
29575         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
29576         (import): Set seen_libtool when we see gl_LIBTOOL.
29577
29578 2005-08-31  Bruno Haible  <bruno@clisp.org>
29579
29580         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
29581         declaration macro definitions from generated gnulib.m4.
29582
29583 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
29584
29585         * lib/iconvme.h: Add prototype for iconv_alloc.
29586
29587 2005-08-29  Simon Josefsson  <jas@extundo.com>
29588
29589         * lib/iconvme.c: Fix errno.
29590
29591 2005-08-29  Bruno Haible  <bruno@clisp.org>
29592
29593         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
29594         that it works when the directory contains spaces.
29595
29596 2005-08-29  Bruno Haible  <bruno@clisp.org>
29597
29598         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
29599
29600 2005-08-29  Bruno Haible  <bruno@clisp.org>
29601
29602         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
29603         Emit more advice.
29604
29605 2005-08-29  Bruno Haible  <bruno@clisp.org>
29606         and Stepan Kasal  <kasal@ucw.cz>
29607
29608         * check-module: If more parameters are given, check each of them
29609         separately; add more exceptions, as noted by Jim Meyering.
29610         (check_module): New procedure.
29611         (%exempt_header): Now contains all exceptions.
29612
29613 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
29614
29615         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
29616
29617 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
29618
29619         * lib/iconvme.c: Split iconv_string into iconv_alloc.
29620
29621 2005-08-28  Bruno Haible  <bruno@clisp.org>
29622
29623         * m4/gnulib-tool.m4: New file.
29624
29625 2005-08-27  Jim Meyering  <jim@meyering.net>
29626
29627         * modules/unistd-safer (Files): Add pipe-safer.c.
29628         * modules/fcntl-safer (Files): Add creat-safer.c.
29629
29630 2005-08-27  Jim Meyering  <jim@meyering.net>
29631
29632         * m4/stdlib-safer.m4: New file.  From coreutils.
29633         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
29634         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
29635         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
29636         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
29637         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
29638
29639 2005-08-27  Jim Meyering  <jim@meyering.net>
29640
29641         * lib/fopen-safer.c: Merge minor changes from coreutils.
29642         * lib/dup-safer.c: Likewise.
29643         * lib/fd-safer.c: Likewise.
29644
29645         Merge from coreutils.
29646         * lib/stdio--.h: New file.
29647         * lib/stdlib--.h: New file.
29648         * lib/mkstemp-safer.c: New file.
29649
29650         GNU tar needs these.
29651         * lib/pipe-safer.c: New file.
29652         * lib/creat-safer.c: New file.
29653         * lib/fcntl--.h (creat): Define to creat_safer.
29654         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
29655         * lib/unistd--.h (pipe): Define to pipe_safer.
29656         * lib/unistd-safer.h: Declare pipe_safer.
29657
29658 2005-08-26  Simon Josefsson  <jas@extundo.com>
29659
29660         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
29661         Haible <bruno@clisp.org>.
29662
29663 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
29664
29665         * lib/regex_internal.h: Remove all references to
29666         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
29667         or better.
29668         (bitset_not, bitset_merge, bitset_not_merge):
29669         (bitset_mask, re_string_allocate, re_string_construct):
29670         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
29671         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
29672         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
29673         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
29674         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
29675         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
29676         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
29677         (re_acquire_state_context):
29678         Remove unnecessary forward decls.
29679         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
29680         Put __attribute at function definition,
29681         now that the function decl has been removed.
29682         * lib/regex_internal.c (re_string_peek_byte_case):
29683         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
29684         Likewise.
29685
29686 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
29687
29688         * m4/regex.m4: Add AC_PREREQ(2.50).
29689         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
29690
29691 2005-08-25  Simon Josefsson  <jas@extundo.com>
29692
29693         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
29694         __fsetlocking.
29695
29696 2005-08-25  Simon Josefsson  <jas@extundo.com>
29697
29698         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
29699         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
29700         GLIBC specific code.
29701
29702 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29703
29704         Make regex safe for g++.  This fixes one real bug (an "err"
29705         that should have been "*err").  g++ problem reported by
29706         Sam Steingold.
29707         * lib/regex_internal.h (re_calloc): New macro, consistent with
29708         re_malloc etc.  All callers of calloc changed to use re_calloc.
29709         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
29710         not int.  All callers changed.
29711         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
29712         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
29713         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
29714         (find_recover_state): Change "err" to "*err"; this fixes what
29715         appears to be a real bug.
29716         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
29717         versus int.
29718
29719 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29720
29721         * modules/regex (Depends-on): Add malloc, since the code
29722         assumes that !malloc(0) means failure.
29723
29724 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29725
29726         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
29727
29728         alloca modernization/simplification for regex.
29729         * lib/regex.c: Remove portability cruft for alloca.  This no longer
29730         needs to be at the start of the file, and can be moved into
29731         regex_internal.h and simplified.
29732         * lib/regex_internal.h: Include <alloca.h>.
29733         (__libc_use_alloca) [!defined _LIBC]: New macro.
29734         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
29735         now works outside glibc.
29736
29737 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29738
29739         * config/srclist.txt: Add glibc bugs 1241, 1245.
29740
29741 2005-08-25  Jim Meyering  <jim@meyering.net>
29742
29743         * lib/open-safer.c: Include <config.h>.
29744         Otherwise, we'd lose LARGEFILE support in any file using
29745         e.g. "fcntl--.h"
29746
29747 2005-08-25  Bruno Haible  <bruno@clisp.org>
29748
29749         * m4/minmax.m4: Require autoconf 2.52.
29750         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
29751         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
29752         alternatives of translit over the alphabet.
29753         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
29754
29755 2005-08-24  Simon Josefsson  <jas@extundo.com>
29756
29757         * tests/test-getpass.c: New file.
29758
29759 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29760
29761         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
29762         for GNU regex features.
29763
29764 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29765
29766         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
29767         * lib/regex.h (regerror): Likewise.
29768
29769         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
29770         requires this.  (The code never needed it.)
29771
29772         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
29773         All uses of recently-renamed identifiers changed to use the new,
29774         POSIX-compliant names.  The code will build and run just fine
29775         without these changes, but it's better to eat our own dog food
29776         and use the standard-conforming names.
29777
29778         * lib/regex.h: Fix a multitude of POSIX name space violations.
29779         These changes have an effect only for programs that define
29780         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
29781         do not change anything for programs compiled in the normal way.
29782         Also, there is no effect on the ABI.
29783
29784         (_REGEX_SOURCE): New macro.
29785         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
29786         defined and _GNU_SOURCE is not; this fixes a name space violation.
29787
29788         Rename the following macros to obey POSIX requirements.
29789         The old names are still visible as macros if _REGEX_SOURCE is defined.
29790         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
29791         RE_BACKSLASH_ESCAPE_IN_LISTS.
29792         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
29793         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
29794         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
29795         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
29796         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
29797         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
29798         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
29799         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
29800         (REG_INTERVALS): renamed from RE_INTERVALS.
29801         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
29802         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
29803         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
29804         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
29805         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
29806         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
29807         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
29808         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
29809         RE_UNMATCHED_RIGHT_PAREN_ORD.
29810         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
29811         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
29812         (REG_DEBUG): renamed from RE_DEBUG.
29813         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
29814         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
29815         unusual, since we can't clash with the POSIX REG_ICASE.
29816         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
29817         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
29818         (REG_NO_SUB): renamed from RE_NO_SUB.
29819         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
29820         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
29821         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
29822         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
29823         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
29824         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
29825         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
29826         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
29827         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
29828         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
29829         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
29830         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
29831         RE_SYNTAX_POSIX_MINIMAL_BASIC.
29832         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
29833         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
29834         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
29835         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
29836         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
29837         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
29838         (REG_FIXED): Renamed from REGS_FIXED.
29839         (REG_NREGS): Renamed from RE_NREGS.
29840
29841         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
29842         of other REG_* macros, since POSIX says the user is allowed to
29843         #undef these macros selectively.
29844
29845         (reg_errcode_t): Update comment stating what other tables need
29846         to be consistent.
29847
29848         Rename the following enum values to obey POSIX requirements.
29849         The old names are still visible as macros.
29850         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
29851         is not defined, since GNU is supposed to be a superset of POSIX as
29852         much as possible, and since we want reg_errcode_t to be a signed
29853         type for implementation consistency.
29854         (_REG_NOERROR): Renamed from REG_NOERROR.
29855         (_REG_NOMATCH): Renamed from REG_NOMATCH.
29856         (_REG_BADPAT): Renamed from REG_BADPAT.
29857         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
29858         (_REG_ECTYPE): Renamed from REG_ECTYPE.
29859         (_REG_EESCAPE): Renamed from REG_EESCAPE.
29860         (_REG_ESUBREG): Renamed from REG_ESUBREG.
29861         (_REG_EBRACK): Renamed from REG_EBRACK.
29862         (_REG_EPAREN): Renamed from REG_EPAREN.
29863         (_REG_EBRACE): Renamed from REG_EBRACE.
29864         (_REG_BADBR): Renamed from REG_BADBR.
29865         (_REG_ERANGE): Renamed from REG_ERANGE.
29866         (_REG_ESPACE): Renamed from REG_ESPACE.
29867         (_REG_BADRPT): Renamed from REG_BADRPT.
29868         (_REG_EEND): Renamed from REG_EEND.
29869         (_REG_ESIZE): Renamed from REG_ESIZE.
29870         (_REG_ERPAREN): Renamed from REG_ERPAREN.
29871         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
29872         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
29873         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
29874         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
29875
29876         (_REG_RE_NAME, _REG_RM_NAME): New macros.
29877         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
29878         changed.  But support the old name if the new one is not defined
29879         and if _REGEX_SOURCE.
29880
29881         Change the following member names in struct re_pattern_buffer.
29882         The old names are still supported if !_REGEX_SOURCE.
29883         The new names are always supported, regardless of _REGEX_SOURCE.
29884         (re_buffer): Renamed from buffer.
29885         (re_allocated): Renamed from allocated.
29886         (re_used): Renamed from used.
29887         (re_syntax): Renamed from syntax.
29888         (re_fastmap): Renamed from fastmap.
29889         (re_translate): Renamed from translate.
29890         (re_can_be_null): Renamed from can_be_null.
29891         (re_regs_allocated): Renamed from regs_allocated.
29892         (re_fastmap_accurate): Renamed from fastmap_accurate.
29893         (re_no_sub): Renamed from no_sub.
29894         (re_not_bol): Renamed from not_bol.
29895         (re_not_eol): Renamed from not_eol.
29896         (re_newline_anchor): Renamed from newline_anchor.
29897
29898         Change the following member names in struct re_registers.
29899         The old names are still supported if !_REGEX_SOURCE.
29900         The new names are always supported, regardless of _REGEX_SOURCE.
29901         (rm_num_regs): Renamed from num_regs.
29902         (rm_start): Renamed from start.
29903         (rm_end): Renamed from end.
29904
29905         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
29906         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
29907         Prepend __ to parameter names.
29908
29909         Undo yesterday's changes.
29910
29911 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29912
29913         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
29914         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
29915         lib/regex.c.
29916
29917 2005-08-24  Jim Meyering  <jim@meyering.net>
29918
29919         Sync from coreutils.
29920         * m4/fcntl-safer.m4: New file.
29921
29922         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
29923         and object files for this module.
29924
29925 2005-08-24  Jim Meyering  <jim@meyering.net>
29926
29927         Sync from coreutils.
29928         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
29929
29930 2005-08-24  Jim Meyering  <jim@meyering.net>
29931
29932         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
29933         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
29934
29935 2005-08-24  Jim Meyering  <jim@meyering.net>
29936
29937         * modules/fcntl-safer: New module.
29938         * modules/fts (Depends-on): Add fcntl-safer.
29939         * MODULES.html.sh (File descriptor based Input/Output):
29940         Add fcntl-safer.
29941
29942 2005-08-24  Bruno Haible  <bruno@clisp.org>
29943
29944         Support for unit test modules.
29945         * modules/README: Mention tests modules.
29946         * modules/TEMPLATE-TESTS: New file.
29947         * gnulib-tool: New options --extract-tests-module, --with-tests and
29948         --tests-base (unused for the moment).
29949         (testsbase, inctests): New variables.
29950         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
29951         (func_verify_module): Exclude TEMPLATE-TESTS.
29952         (func_verify_nontests_module, func_verify_tests_module): New functions.
29953         (func_get_dependencies): Add implicit dependency for tests modules.
29954         (func_get_tests_module): New function.
29955         (func_modules_transitive_closure): When --with-tests was specified,
29956         include the unit tests as well, unless explicitly avoided.
29957         (func_emit_lib_Makefile_am): Ignore the tests modules here.
29958         (func_emit_tests_Makefile_am): New function.
29959         (func_create_testdir): When --with-tests was specified, emit a
29960         tests/ directory.
29961         * MODULES.html.sh (Future developments): Update.
29962
29963 2005-08-24  Bruno Haible  <bruno@clisp.org>
29964
29965         * modules/tls-tests: New file.
29966         * tests/test-tls.c: New file, from GNU gettext.
29967
29968 2005-08-24  Bruno Haible  <bruno@clisp.org>
29969
29970         * modules/lock-tests: New file.
29971         * tests/test-lock.c: New file, from GNU gettext.
29972
29973 2005-08-24  Bruno Haible  <bruno@clisp.org>
29974
29975         * lib/lock.h: Add multiple inclusion guard.
29976         * lib/tls.h: Add multiple inclusion guard.
29977
29978 2005-08-24  Bruno Haible  <bruno@clisp.org>
29979
29980         * gnulib-tool: Add support for the --aux-dir option to
29981         --create-testdir, --create-megatestdir, --test, --megatest.
29982         (func_create_testdir, func_create_megatestdir): Optionally emit a
29983         AC_CONFIG_AUX_DIR directive.
29984         (create-testdir, create-megatestdir, test, megatest): Provide a
29985         default value for $auxdir.
29986
29987 2005-08-24  Bruno Haible  <bruno@clisp.org>
29988
29989         * gnulib-tool (import): Use compound statement instead of subshell
29990         where possible.
29991
29992 2005-08-24  Bruno Haible  <bruno@clisp.org>
29993
29994         * gnulib-tool (import): Change --aux-dir default to "build-aux".
29995
29996 2005-08-24  Bruno Haible  <bruno@clisp.org>
29997
29998         * gnulib-tool (func_version): Update.
29999
30000 2005-08-24  Bruno Haible  <bruno@clisp.org>
30001
30002         * gnulib-tool (func_import, func_create_testdir,
30003         func_create_megatestdir): Quote all autoconf macro arguments.
30004
30005 2005-08-24  Bruno Haible  <bruno@clisp.org>
30006
30007         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
30008         option --force, because --force causes the aclocal.m4 of each
30009         subdirectory to be newer than the corresponding config.h.in.
30010
30011 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
30012
30013         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
30014         All contents moved to gl_REGEX.
30015         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
30016         assume that it does.
30017
30018 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
30019
30020         * lib/regex.h (REG_NOSYS)
30021         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
30022         Define, since POSIX requires it as of 2001.
30023         (_REG_ENOSYS)
30024         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
30025         New private symbol, used to keep the enum signed in all cases.
30026         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
30027         Youngman in
30028         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
30029
30030         * lib/regex_internal.c (re_string_skip_chars, register_state):
30031         (calc_state_hash):
30032         Remove forward decls; no longer needed now that we use prototypes.
30033         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
30034         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
30035         (clean_state_log_if_needed): Likewise.
30036
30037 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
30038
30039         * config/srclist.txt: Add glibc bugs 1231-1233.
30040
30041 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
30042
30043         Fix problems reported by Sam Steingold in
30044         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
30045         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
30046         assumed that reg_errcode_t is a signed type, which is not
30047         necessarily true if _XOPEN_SOURCE is not defined.
30048         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
30049         since some compilers warn about it otherwise.
30050
30051 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
30052
30053         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
30054         (init_word_char, create_initial_state, duplicate_node_closure):
30055         (fetch_token, peek_token_bracket, build_range_exp):
30056         (build_collating_symbol): Remove forward decls; no longer needed
30057         now that we use prototypes.
30058
30059         * lib/regcomp.c:
30060         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
30061         (re_compile_fastmap_iter, regcomp, regerror, regfree):
30062         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
30063         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
30064         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
30065         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
30066         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
30067         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
30068         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
30069         (build_range_exp, build_collating_symbol, parse_bracket_exp):
30070         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
30071         (build_charclass, build_charclass_op, fetch_number, create_tree):
30072         (create_token_tree, mark_opt_subexp, duplicate_tree):
30073         Use prototypes rather than old-style definitions.
30074
30075         * lib/regex_internal.c:
30076         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
30077         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
30078         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
30079         (re_string_reconstruct, re_string_peek_byte_case):
30080         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
30081         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
30082         (re_node_set_init_copy, re_node_set_add_intersect):
30083         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
30084         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
30085         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
30086         (re_acquire_state, re_acquire_state_context, register_state):
30087         (create_ci_newstate, create_cd_newstate, free_state):
30088         Likewise.
30089         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
30090         re_search_2):
30091         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
30092         (re_search_internal, prune_impossible_nodes):
30093         (acquire_init_state_context, check_matching, static):
30094         (check_halt_node_context, check_halt_state_context, proceed_next_node):
30095         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
30096         (update_regs, sift_states_backward, build_sifted_states):
30097         (clean_state_log_if_needed, merge_state_array):
30098         (update_cur_sifted_state, add_epsilon_src_nodes):
30099         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
30100         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
30101         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
30102         (find_recover_state, check_subexp_matching_top, transit_state_mb):
30103         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
30104         (check_arrival, check_arrival_add_next_nodes):
30105         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
30106         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
30107         (check_node_accept_bytes, check_node_accept, extend_buffers):
30108         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
30109         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
30110         (sift_ctx_init):
30111         Likewise.
30112
30113         * lib/regex_internal.h:
30114         (re_string_allocate, re_string_construct, re_string_reconstruct):
30115         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
30116         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
30117         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
30118         (re_string_context_at, re_string_peek_byte_case):
30119         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
30120         is defined, since we now use prototypes always.
30121
30122         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
30123         C89 or better.  All uses removed.
30124
30125 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
30126
30127         * config/srclist.txt: Add glibc bugs 1220-1227.
30128
30129 2005-08-20  Jim Meyering  <jim@meyering.net>
30130
30131         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
30132         of unused local, dfa.
30133
30134 2005-08-20  Bruno Haible  <bruno@clisp.org>
30135
30136         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
30137
30138 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30139
30140         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
30141         (re_node_set_insert_last, re_dfa_add_node):
30142         Rename local variables to avoid GCC shadowing warnings.
30143
30144 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30145
30146         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
30147         [defined lint]: Suppress bogus uninitialized-variable warnings.
30148
30149         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
30150         and let the caller return REG_ESPACE if out of space.  This
30151         removes an uninitialied-variable warning with GCC 4.0.1, and also
30152         avoids taking the address of a local variable.  All callers
30153         changed.
30154
30155 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30156
30157         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
30158         $LIBCSRC/posix/regexec.c.
30159         Add glibc bug 1217 for regcomp.c.
30160
30161 2005-08-19  Jim Meyering  <jim@meyering.net>
30162
30163         * lib/regexec.c (proceed_next_node): Redo local variables to
30164         avoid GCC shadowing warnings.
30165
30166 2005-08-18  Bruno Haible  <bruno@clisp.org>
30167
30168         * lib/strstr.c (strstr): Fix return value in multibyte case.
30169         * lib/strcasestr.c (strcasestr): Likewise.
30170
30171 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
30172
30173         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
30174
30175 2005-08-17  Jim Meyering  <jim@meyering.net>
30176
30177         Make the %s format (seconds since the epoch) work for a negative
30178         number and when used with a zero-padded field width, e.g. %015s.
30179
30180         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
30181         label so that it precedes the code to set `digits'.  Otherwise,
30182         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
30183         print `00-22'.  Now, it prints `-0022', as it should.
30184
30185 2005-08-17  Bruno Haible  <bruno@clisp.org>
30186
30187         * modules/strstr (Files): Add m4/mbrtowc.m4.
30188         (Depends-on): Add mbuiter.
30189
30190 2005-08-17  Bruno Haible  <bruno@clisp.org>
30191
30192         * modules/strcasestr: New file.
30193         * MODULES.html.sh (String handling, based on ANSI C 89): Add
30194         strcasestr.
30195
30196 2005-08-17  Bruno Haible  <bruno@clisp.org>
30197
30198         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
30199
30200 2005-08-17  Bruno Haible  <bruno@clisp.org>
30201
30202         * modules/mbuiter: New file.
30203         * MODULES.html.sh (Extended multibyte and wide character utilities):
30204         Add mbuiter.
30205
30206 2005-08-17  Bruno Haible  <bruno@clisp.org>
30207
30208         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
30209         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
30210
30211 2005-08-17  Bruno Haible  <bruno@clisp.org>
30212
30213         * m4/strcasestr.m4: New file.
30214
30215 2005-08-17  Bruno Haible  <bruno@clisp.org>
30216
30217         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
30218         * lib/strstr.c: Completely rewritten, with multibyte locale support.
30219
30220 2005-08-17  Bruno Haible  <bruno@clisp.org>
30221
30222         * lib/strcasestr.h: New file.
30223         * lib/strcasestr.c: New file.
30224
30225 2005-08-17  Bruno Haible  <bruno@clisp.org>
30226
30227         * lib/strcasecmp.c: Use mbuiter.h.
30228
30229 2005-08-17  Bruno Haible  <bruno@clisp.org>
30230
30231         * lib/mbuiter.h: New file.
30232
30233 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
30234
30235         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
30236         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
30237         and gl_GETOPT are both invoked via different paths (as happens
30238         with GNU tar CVS because it uses both argp and getopt), the former
30239         wins.
30240
30241 2005-08-16  Bruno Haible  <bruno@clisp.org>
30242
30243         * modules/tls: New file.
30244         * MODULES.html.sh (Multithreading): Add tls.
30245
30246 2005-08-16  Bruno Haible  <bruno@clisp.org>
30247
30248         * modules/strnlen1: New file.
30249         * MODULES.html.sh (String handling): Add strnlen1.
30250
30251 2005-08-16  Bruno Haible  <bruno@clisp.org>
30252
30253         * modules/strcase (Files): Add m4/mbrtowc.m4.
30254         (Depends-on): Add strnlen1, mbchar.
30255
30256 2005-08-16  Bruno Haible  <bruno@clisp.org>
30257
30258         * modules/mbiter: New file.
30259         * MODULES.html.sh (Extended multibyte and wide character utilities):
30260         Add mbiter.
30261
30262 2005-08-16  Bruno Haible  <bruno@clisp.org>
30263
30264         * modules/mbfile: New file.
30265         * MODULES.html.sh (Extended multibyte and wide character utilities):
30266         Add mbfile.
30267
30268 2005-08-16  Bruno Haible  <bruno@clisp.org>
30269
30270         * modules/mbchar: New file.
30271         * MODULES.html.sh (Extended multibyte and wide character utilities):
30272         New section.
30273
30274 2005-08-16  Bruno Haible  <bruno@clisp.org>
30275
30276         * m4/tls.m4: New file, from GNU gettext.
30277
30278 2005-08-16  Bruno Haible  <bruno@clisp.org>
30279
30280         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
30281         always.
30282         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
30283
30284 2005-08-16  Bruno Haible  <bruno@clisp.org>
30285
30286         * m4/mbiter.m4: New file.
30287
30288 2005-08-16  Bruno Haible  <bruno@clisp.org>
30289
30290         * m4/mbfile.m4: New file.
30291
30292 2005-08-16  Bruno Haible  <bruno@clisp.org>
30293
30294         * m4/mbchar.m4: New file.
30295
30296 2005-08-16  Bruno Haible  <bruno@clisp.org>
30297
30298         * lib/tls.h: New file, from GNU gettext.
30299         * lib/tls.c: New file, from GNU gettext.
30300
30301 2005-08-16  Bruno Haible  <bruno@clisp.org>
30302
30303         * lib/strnlen1.h: New file.
30304         * lib/strnlen1.c: New file.
30305
30306 2005-08-16  Bruno Haible  <bruno@clisp.org>
30307
30308         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
30309         (mbi_init): Update.
30310         (mbi_avail, mbi_advance): Let the iteration end before the terminating
30311         NUL byte, not after it.
30312
30313 2005-08-16  Bruno Haible  <bruno@clisp.org>
30314
30315         * lib/strcase.h (strcasecmp): Add note in comments.
30316         * lib/strncasecmp.c: Use code from strcasecmp.c.
30317         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
30318         (strcasecmp): Work correctly in multibyte locales.
30319
30320 2005-08-16  Bruno Haible  <bruno@clisp.org>
30321
30322         * lib/mbiter.h: New file.
30323
30324 2005-08-16  Bruno Haible  <bruno@clisp.org>
30325
30326         * lib/mbfile.h: New file.
30327
30328 2005-08-16  Bruno Haible  <bruno@clisp.org>
30329
30330         * lib/mbchar.h: New file.
30331         * lib/mbchar.c: New file.
30332
30333 2005-08-16  Bruno Haible  <bruno@clisp.org>
30334
30335         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
30336         the valid ones. Makes the comparison operations transitive:
30337         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
30338         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
30339
30340 2005-08-15  Simon Josefsson  <jas@extundo.com>
30341
30342         * modules/ssize_t (License): Change to 'unlimited'.
30343
30344         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
30345
30346 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
30347
30348         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
30349         Add comments for each pending glibc patch.
30350
30351 2005-08-15  Bruno Haible  <bruno@clisp.org>
30352
30353         * lib/regex.h (__restrict_arr): Don't define to __restrict if
30354         __cplusplus is defined.
30355
30356 2005-08-14  Jim Meyering  <jim@meyering.net>
30357
30358         Sync from coreutils.
30359
30360         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
30361         Use the hash-table-based cycle-detection code not just when
30362         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
30363         Reported by James Youngman in
30364         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
30365         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
30366         FTS_TIGHT_CYCLE_CHECK.
30367         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
30368         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
30369         once again.
30370         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
30371         * lib/fts.c (fd_safer): Remove decl.
30372         Include fcntl--.h rather than unistd-safer.h
30373         (fts_safe_changedir): Don't call fd_safer; no longer needed
30374         now that we include fcntl--.h.
30375
30376 2005-08-12  Simon Josefsson  <jas@extundo.com>
30377
30378         * modules/getndelim2: Use ssize_t module.
30379         * modules/getnline: Likewise.
30380         * modules/safe-read: Likewise.
30381         * modules/xreadlink: Likewise.
30382
30383         * modules/ssize_t: New file.
30384
30385 2005-08-12  Simon Josefsson  <jas@extundo.com>
30386
30387         * m4/readline.m4: Look for termcap, curses or ncurses if required.
30388
30389 2005-08-12  Simon Josefsson  <jas@extundo.com>
30390
30391         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
30392         ssize_t.
30393
30394 2005-08-12  Simon Josefsson  <jas@extundo.com>
30395
30396         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
30397         readline, getdelim and check_version.
30398         (Support for systems lacking ISO C 99: Sizes of integer types):
30399         Add size_max.
30400
30401 2005-08-12  Bruno Haible  <bruno@clisp.org>
30402
30403         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
30404
30405 2005-08-11  Simon Josefsson  <jas@extundo.com>
30406
30407         * modules/readline: New file.
30408
30409         * modules/strnlen (Files): Add strnlen.h.
30410
30411 2005-08-11  Simon Josefsson  <jas@extundo.com>
30412
30413         * m4/readline.m4: New file.
30414
30415 2005-08-11  Simon Josefsson  <jas@extundo.com>
30416
30417         * lib/readline.h, readline.c: New file.
30418
30419 2005-08-11  Simon Josefsson  <jas@extundo.com>
30420
30421         * doc/gnulib.texi (Initial import, Finishing touches): Mention
30422         gl_AVOID.
30423
30424 2005-08-11  Bruno Haible  <bruno@clisp.org>
30425
30426         * lib/strnlen.h (strnlen): Change parameter name to match comment.
30427
30428 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
30429
30430         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
30431
30432 2005-08-10  Simon Josefsson  <jas@extundo.com>
30433
30434         * tests/test-iconvme.c: New file.
30435
30436 2005-08-10  Simon Josefsson  <jas@extundo.com>
30437
30438         * m4/strnlen.m4: New file.
30439
30440         * m4/strndup.m4: Don't check for strnlen declaration, done in
30441         strnlen.m4.
30442
30443 2005-08-10  Simon Josefsson  <jas@extundo.com>
30444
30445         * lib/strndup.c: Use strnlen.h.
30446
30447         * lib/strnlen.h: New file.
30448
30449 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
30450
30451         * README: Typos.
30452
30453 2005-08-02  Simon Josefsson  <jas@extundo.com>
30454
30455         * modules/readline: New file.
30456
30457 2005-08-02  Simon Josefsson  <jas@extundo.com>
30458
30459         * modules/getdelim: New file.
30460
30461         * modules/getline: Rewrite, don't use getndelim2.
30462
30463 2005-08-02  Simon Josefsson  <jas@extundo.com>
30464
30465         * m4/getline.m4: Separate out getdelim stuff into separate module.
30466
30467         * m4/getdelim.m4: New file.
30468
30469 2005-08-02  Simon Josefsson  <jas@extundo.com>
30470
30471         * lib/getline.h, getline.c: Rewrite.
30472
30473         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
30474
30475 2005-07-31  Bruno Haible  <bruno@clisp.org>
30476
30477         * lib/lock.h (gl_lock_initializer): New macro.
30478         (gl_lock_define_initialized): Use it.
30479         (gl_rwlock_initializer): New macro.
30480         (gl_rwlock_define_initialized): Use it.
30481         (gl_recursive_lock_initializer): New macro.
30482         (gl_recursive_lock_define_initialized): Use it.
30483
30484 2005-07-30  Karl Berry  <karl@gnu.org>
30485
30486         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
30487         Report from Ben Pfaff, regarding getopt.
30488
30489 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
30490
30491         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
30492         normal way.
30493         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
30494         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
30495         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
30496         (gl_GETOPT): Use the new macros.  Most of the implementation
30497         is moved to the new macros.  This is for programs like Emacs
30498         that don't want all the functionality of gl_GETOPT.
30499
30500 2005-07-26  Bruno Haible  <bruno@clisp.org>
30501
30502         * m4/lock.m4: Update from GNU gettext.
30503
30504 2005-07-26  Bruno Haible  <bruno@clisp.org>
30505
30506         * lib/lock.h: Update from GNU gettext.
30507         * lib/lock.c: Update from GNU gettext.
30508
30509 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
30510
30511         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
30512         obsolescent AC_TRY_RUN.  Include the default includes files, for
30513         'exit'.
30514
30515 2005-07-24  Bruno Haible  <bruno@clisp.org>
30516
30517         * modules/visibility: New file.
30518         * MODULES.html.sh (Misc): Add visibility.
30519
30520 2005-07-24  Bruno Haible  <bruno@clisp.org>
30521
30522         * m4/visibility.m4: New file.
30523
30524 2005-07-24  Bruno Haible  <bruno@clisp.org>
30525
30526         * doc/visibility.texi: New file.
30527
30528 2005-07-22  Bruno Haible  <bruno@clisp.org>
30529
30530         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
30531         $(ALLOCA_H), redundant through BUILT_SOURCES.
30532         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
30533         redundant through BUILT_SOURCES.
30534         * modules/byteswap (Makefile.am): Remove explicit dependency on
30535         $(BYTESWAP_H), redundant through BUILT_SOURCES.
30536         * modules/fnmatch (Makefile.am): Remove explicit dependency on
30537         $(FNMATCH_H), redundant through BUILT_SOURCES.
30538         * modules/getopt (Makefile.am): Remove explicit dependency on
30539         $(GETOPT_H), redundant through BUILT_SOURCES.
30540         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
30541         redundant through BUILT_SOURCES.
30542         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
30543         redundant through BUILT_SOURCES.
30544         * modules/stdbool (Makefile.am): Remove explicit dependency on
30545         $(STDBOOL_H), redundant through BUILT_SOURCES.
30546         * modules/stdint (Makefile.am): Remove explicit dependency on
30547         $(STDINT_H), redundant through BUILT_SOURCES.
30548         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
30549         Remove explicit dependency on $(SYSEXITS_H).
30550         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
30551
30552 2005-07-18  Simon Josefsson  <jas@extundo.com>
30553
30554         * lib/check-version.c (check_version): Accept identical versions too.
30555
30556 2005-07-18  Bruno Haible  <bruno@clisp.org>
30557
30558         * modules/lock: New file.
30559         * MODULES.html.sh (Multithreading): New section.
30560
30561 2005-07-18  Bruno Haible  <bruno@clisp.org>
30562
30563         * m4/lock.m4: New file, from GNU gettext.
30564
30565 2005-07-18  Bruno Haible  <bruno@clisp.org>
30566
30567         * lib/lock.h: New file, from GNU gettext.
30568         * lib/lock.c: New file, from GNU gettext.
30569
30570 2005-07-18  Bruno Haible  <bruno@clisp.org>
30571
30572         * lib/lock.h (gl_once_t): New type.
30573         (gl_once_define, gl_once): New macros.
30574         * lib/lock.c (fresh_once): New variable.
30575         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
30576         functions.
30577
30578 2005-07-16  Simon Josefsson  <jas@extundo.com>
30579
30580         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
30581         workaround, suggested by Bruno.
30582
30583 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
30584
30585         * modules/xalloc (Depends-on): Add xalloc-die.
30586         * modules/xvasprintf (Depends-on): Add xalloc-die.
30587
30588 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
30589
30590         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
30591         with a minor change.
30592
30593 2005-07-15  Bruno Haible  <bruno@clisp.org>
30594
30595         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
30596         When using lib/poll.c, define poll as rpl_poll.
30597
30598 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
30599
30600         * modules/argp (Depends-on): Remove unlocked-io.
30601
30602 2005-07-14  Derek Price  <derek@ximbiot.com>
30603
30604         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
30605         for glob symlink bug.
30606
30607 2005-07-14  Bruno Haible  <bruno@clisp.org>
30608
30609         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
30610         Instead, test for *_unlocked function declarations directly.
30611
30612 2005-07-11  Simon Josefsson  <jas@extundo.com>
30613
30614         * modules/size_max: New file.
30615
30616         * modules/xsize: Depend on size_max module for size_max.m4.
30617
30618 2005-07-11  Simon Josefsson  <jas@extundo.com>
30619
30620         * lib/size_max.h: New file.
30621
30622 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
30623
30624         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
30625         copyright symbol and the year.
30626         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
30627         (version_etc_va): Use parameterized copyright notice.
30628         Reword to conform to the current GNU coding standards.
30629
30630 2005-07-11  Karl Berry  <karl@gnu.org>
30631
30632         * doc/gnulib.texi (Quoting): new node.
30633         (Initial import): more info, from Patrice.
30634
30635 2005-07-11  Bruno Haible  <bruno@clisp.org>
30636
30637         * gnulib-tool (func_usage): Document option --avoid.
30638         (Command line options): Handle --avoid.
30639         (func_acceptable): New function.
30640         (func_modules_transitive_closure): Use it.
30641
30642 2005-07-11  Bruno Haible  <bruno@clisp.org>
30643
30644         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
30645         Reported by Jim Meyering.
30646
30647 2005-07-10  Bruno Haible  <bruno@clisp.org>
30648
30649         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
30650         Needed when size_t is smaller than 'unsigned int'.
30651         Reported by Paul Eggert.
30652
30653 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30654
30655         * modules/argp (Depends-on): Add unlocked-io
30656
30657 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
30658
30659         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
30660         block of defines.
30661
30662 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
30663
30664         * config/srclist.txt: Comment out regcomp.c, since we have a porting
30665         fix now.
30666
30667 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
30668         and Paul Eggert  <eggert@cs.ucla.edu>
30669
30670         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
30671         in wint_t, not wchar_t.  Remove now-unnecessary cast.
30672
30673 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
30674
30675         * modules/regex (Files): Add lib/regex_internal.c,
30676         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
30677         (Depends-on): Add extensions.
30678         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
30679
30680 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
30681
30682         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
30683         pathconf.
30684         * m4/same.m4 (gl_SAME): Likewise.
30685         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
30686
30687         * m4/regex.m4: Adjust to new libc regex implementation.
30688         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
30689         all the .c and .h parts of (the new) regex.
30690         Quote the m4 stuff better.
30691         Check for RE_ICASE bug of old gnulib.
30692         Check for REG_STARTEND of recent libc.
30693         Rename local variables from jm_* to gl_*.
30694         Quote operand of "test -f".
30695         Say "recent enough" version of libc, not "version 2".
30696         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
30697         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
30698         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
30699         Remove check for btowc, isascii.
30700         Require AM_LANGINFO_CODESET.
30701
30702 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
30703
30704         * lib/regex.c, regex.h: Sync from libc.
30705         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
30706         * lib/regexec.c:
30707         New files, synced from libc, except that regex_internal.h
30708         currently has a small porting fix.
30709
30710 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
30711
30712         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
30713         regex_internal.c, regexec.c.
30714         Add regex_internal.h too, but as a comment, since the libc version
30715         is currently broken in gnulib mode.
30716
30717 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
30718
30719         Support programs like Emacs that use gnulib but not gettext.
30720         * MODULES.html.sh (Internationalization functions): Add gettext-h.
30721         * modules/gettext-h: New file.
30722         * modules/gettext (Files): Remove lib/gettext.h.
30723         (Depends-on): Add gettext-h.
30724         (Makefile.am): Remove lib_SOURCES.
30725         * modules/argmatch, modules/c-stack, modules/closeout:
30726         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
30727         * modules/execute, modules/file-type, modules/getaddrinfo:
30728         * modules/getopt, modules/human, modules/javacomp:
30729         * modules/javaexec, modules/mkdir-p, modules/obstack:
30730         * modules/openat, modules/pagealign_alloc, modules/pipe:
30731         * modules/quotearg, modules/regex, modules/rpmatch:
30732         * modules/unicodeio, modules/userspec, modules/version-etc:
30733         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
30734         * modules/xsetenv:
30735         Depend on gettext-h, not gettext.
30736
30737 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
30738
30739         * gnulib-tool (func_import): Add support for 'public domain' license.
30740         * modules/alloca, modules/atexit, modules/memmove:
30741         Now public domain, not GPL.
30742         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
30743         * modules/realloc, modules/strerror, modules/strtod:
30744         Now LGPL, not GPL.
30745
30746 2005-07-05  Bruno Haible  <bruno@clisp.org>
30747
30748         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
30749         autoconf CVS. Needed for mingw.
30750
30751 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30752
30753         Remove the dependency of the strftime module on the tzset module.
30754         * modules/strftime (Depends-on): Remove dependency on tzset.
30755
30756 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30757
30758         Remove the dependency of the strftime module on the tzset module.
30759         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
30760         gl_FUNC_TZSET_CLOBBER.
30761
30762 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
30763
30764         Remove the dependency of the strftime module on the tzset module.
30765         * lib/strftime.c (my_strftime)
30766         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
30767         Copy the input structure, to work around some of the bug with
30768         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
30769         Solaris releases, you should also use the tzset module, but we won't
30770         require it as a dependency any more since we don't want LGPLed code
30771         to depend on GPLed code.
30772
30773 2005-07-02  Jim Meyering  <jim@meyering.net>
30774
30775         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
30776         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
30777         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
30778         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
30779
30780 2005-07-02  Jim Meyering  <jim@meyering.net>
30781
30782         * lib/backupfile.c (backup_args): Change a `0' to NULL.
30783
30784 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
30785
30786         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
30787         declares only 'struct timespec;' (!).
30788
30789 2005-07-01  Jim Meyering  <jim@meyering.net>
30790
30791         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
30792         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
30793         * lib/save-cwd.c, tempname.c:
30794         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
30795         and don't include <sys/file.h>).
30796
30797 2005-06-29  Jim Meyering  <jim@meyering.net>
30798
30799         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
30800         type name.  Use the variable name instead.
30801         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
30802         Likewise.
30803
30804 2005-06-28  Simon Josefsson  <jas@extundo.com>
30805
30806         * modules/check-version (Files): Add check-version.m4.
30807
30808 2005-06-28  Simon Josefsson  <jas@extundo.com>
30809
30810         * m4/check-version.m4: New file, suggested by Jim Meyering
30811         <jim@meyering.net>.
30812
30813 2005-06-28  Simon Josefsson  <jas@extundo.com>
30814
30815         * lib/check-version.h, lib/check-version.c: New files.
30816
30817 2005-06-28  Simon Josefsson  <jas@extundo.com>
30818
30819         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
30820         collision with global variable.  Better indentation.  Don't
30821         increment buffer pointer beyond buffer end.  Based on comments
30822         from Paul Eggert <eggert@cs.ucla.edu>.
30823
30824         * lib/base64.h: Indent.
30825
30826 2005-06-28  Simon Josefsson  <jas@extundo.com>
30827
30828         * doc/gnulib.texi (Library version handling): New section.
30829
30830 2005-06-28  Jim Meyering  <jim@meyering.net>
30831
30832         * check-module (find_included_lib_files): Hard-code another
30833         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
30834         but modules/fts-lgpl (correctly) does not list those files.
30835
30836         * modules/canonicalize (Files): Add lib/pathmax.h.
30837
30838 2005-06-25  Simon Josefsson  <jas@extundo.com>
30839
30840         * modules/check-version: New file.
30841
30842 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
30843
30844         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
30845         initializer of struct addrinfo, as an indication that we don't
30846         care how many members the structure has.
30847
30848 2005-06-24  Derek Price  <derek@ximbiot.com>
30849         and Bruno Haible  <bruno@clisp.org>
30850
30851         Remove stat module & update lstat.
30852         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
30853         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30854         * m4/stat.m4: Remove this file.
30855
30856 2005-06-24  Derek Price  <derek@ximbiot.com>
30857         and Bruno Haible  <bruno@clisp.org>
30858
30859         Remove stat module & update lstat.
30860         * lib/stat.c: Remove this file...
30861         (slash_aware_lstat): ...moving this content and its support...
30862         * lib/lstat.c (rpl_lstat): ...into here.
30863         * lib/lstat.h: New file.
30864
30865 2005-06-24  Derek Price  <derek@ximbiot.com>
30866         and Bruno Haible  <bruno@clisp.org>
30867
30868         Remove stat module & update lstat.
30869         * config/srclist.txt (libc sources): Remove stat.
30870
30871 2005-06-24  Derek Price  <derek@ximbiot.com>
30872         and Bruno Haible  <bruno@clisp.org>
30873
30874         Remove stat module & update lstat.
30875         * MODULES.html.sh (stat): Remove.
30876         * MODULES.html: Regenerated.
30877         * modules/lstat (Description): Correct function name.
30878         (Files): Add "lstat.h".
30879         (Depends-on): Remove stat, add xalloc, stat-macros.
30880         * modules/stat: Remove this file.
30881         (Include): Add "lstat.h", remove <sys/stat.h>.
30882
30883 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
30884
30885         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
30886         (ranged_convert): Don't save conversion in a temporary struct.
30887         This causes a warning with GCC 4.0.0, and anyway in the typical
30888         case it's not worth the extra 100 bytes or so of code.
30889         (ranged_convert, __mktime_internal): When calling a function via a
30890         pointer P, use P () rather than (*P) (), as we now assume C89 or
30891         better.
30892
30893 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
30894
30895         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
30896         "who -r" failed to give output.  Problem reported by Tim Waugh.
30897
30898         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
30899         (xcalloc): Use it to avoid needless tests.
30900         Problem reported by Jim Meyering.
30901
30902 2005-06-20  Derek Price  <derek@ximbiot.com>
30903
30904         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
30905         unnecessary for Autoconfs > 2.59c.
30906
30907 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
30908
30909         * lib/argp.h (__option_is_short): Check upper limit of
30910         __key. Isprint() requires its argument to have the value
30911         of an unsigned char or EOF.
30912
30913 2005-06-16  Jim Meyering  <jim@meyering.net>
30914
30915         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
30916         when either N or S is zero.
30917
30918 2005-06-16  Derek Price  <derek@ximbiot.com>
30919
30920         * m4/bison.m4: Declare YACC & YFLAGS precious.
30921
30922 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
30923
30924         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
30925         multibyte string or pattern, fall back on unibyte matching.
30926         Problem reported by James Youngman.
30927
30928 2005-06-08  Bruno Haible  <bruno@clisp.org>
30929
30930         * modules/csharpcomp: New file.
30931         * MODULES.html.sh (C#): Add csharpcomp.
30932
30933 2005-06-08  Bruno Haible  <bruno@clisp.org>
30934
30935         * m4/csharpcomp.m4: New file, from GNU gettext.
30936
30937 2005-06-08  Bruno Haible  <bruno@clisp.org>
30938
30939         * lib/csharpcomp.h: New file, from GNU gettext.
30940         * lib/csharpcomp.c: New file, from GNU gettext.
30941         * lib/csharpcomp.sh.in: New file, from GNU gettext.
30942
30943 2005-06-08  Bruno Haible  <bruno@clisp.org>
30944
30945         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
30946         warning on mingw.
30947
30948 2005-06-07  Derek Price  <derek@ximbiot.com>
30949
30950         Sync from CVS.
30951         * lib/glob_.h: Indent nested #ifdef.
30952
30953 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
30954
30955         Sync from coreutils.
30956         Use "file name" when talking about file names, instead of "filename"
30957         or "path", as per the GNU coding standards.
30958         * lib/mkdir-p.c: Renamed from makepath.c.
30959         (make_dir_parents): Renamed from make_path.  All callers changed.
30960         * lib/mkdir-p.h: Likewise.  All includers changed.
30961         * lib/filenamecat.c: Renamed from path-concat.c.
30962         (file_name_concat): Renamed from path_concat.  All callers changed.
30963         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
30964         * lib/filenamecat.h: Likewise.  All includers changed.
30965         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
30966         in comments or local variable names.
30967         * lib/basename.c: Likewise.
30968         * lib/canonicalize.c, canonicalize.h: Likewise.
30969         * lib/dirname.c, dirname.h: Likewise.
30970         * lib/euidaccess.c: Likewise.
30971         * lib/exclude.c: Likewise
30972         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
30973         * lib/fsusage.c, fsuage.h: Likewise.
30974         * lib/fts.c, fts_.h: Likewise.
30975         * lib/getcwd.c: Likewise.
30976         * lib/getloadavg.c: Likewise.
30977         * lib/mkstemp.c: Likewise.
30978         * lib/mountlist.c, mountlist.h: Likewise.
30979         * lib/openat.c, openat.h: Likewise.
30980         * lib/readlink-stub.c: Likewise.
30981         * lib/readutmp.c, readutmp.h: Likewise.
30982         * lib/rename.c: Likewise.
30983         * lib/rmdir.c: Likewise.
30984         * lib/same.c: Likewise.
30985         * lib/savedir.c: Likewise.
30986         * lib/stripslash.c: Likewise.
30987         * lib/tempname.c: Likewise.
30988         * lib/xreadlink.c: Likewise.
30989         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
30990         All uses changed.
30991         * lib/exclude.h: Likewise.
30992
30993         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
30994         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
30995         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
30996         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
30997         * lib/pathmax.h: Include <limits.h> unconditionally, since other
30998         files have been getting away with it for years (MORE/BSD 4.3
30999         is extinct now).
31000         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
31001         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
31002
31003         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
31004         Define to 256, not 255, as per modern POSIX.
31005
31006 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
31007
31008         Sync from coreutils.
31009         Use "file name" when talking about file names, instead of "filename"
31010         or "path", as per the GNU coding standards.
31011         * MODULES.html.sh: mkdir-p renamed from makepath.
31012         filenamecat renamed from path-concat.
31013         * modules/filenamecat: Renamed from modules/path-concat.
31014         (Files): filenamecat.h and filenamecat.c renamed from
31015         path-concat.h and path-concat.c.
31016         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
31017         (Include): filenamecat.h, not path-concat.h.
31018         * modules/mkdir-p: Renamed from modules/makepath.
31019         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
31020         makepath.c.
31021         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
31022         (Include): mkdir-p.h, not makepath.h.
31023
31024 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
31025
31026         Sync from coreutils.
31027         * m4/mkdir-p.m4: Renamed from makepath.m4.
31028         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
31029         Rename files from makepath.c to mkdir-p.c, and from
31030         makepath.h to mkdir-p.h.
31031         * m4/filenamecat.m4: Renamed from path-concat.m4.
31032         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
31033         Rename files from path-concat.c to filenamecat.c,
31034         and from path-concat.h to filenamecat.h.
31035         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
31036         "file name" in local variables or comments.
31037         * m4/rename.m4: Likewise.
31038
31039 2005-06-01  Bruno Haible  <bruno@clisp.org>
31040
31041         * modules/csharpexec: New file.
31042         * MODULES.html.sh (C#): New section.
31043
31044 2005-06-01  Bruno Haible  <bruno@clisp.org>
31045
31046         * m4/csharp.m4: New file, from GNU gettext.
31047         * m4/csharpexec.m4: New file, from GNU gettext.
31048
31049 2005-06-01  Bruno Haible  <bruno@clisp.org>
31050
31051         * lib/csharpexec.h: New file, from GNU gettext.
31052         * lib/csharpexec.c: New file, from GNU gettext.
31053         * lib/csharpexec.sh.in: New file, from GNU gettext.
31054
31055 2005-05-31  Derek Price  <derek@ximbiot.com>
31056             Paul Eggert  <eggert@cs.ucla.edu>
31057
31058         Sync from cvs.
31059         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
31060
31061 2005-05-31  Derek Price  <derek@ximbiot.com>
31062             Paul Eggert  <eggert@cs.ucla.edu>
31063
31064         Sync from cvs.
31065         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
31066
31067 2005-05-29  Derek Price  <derek@ximbiot.com>
31068
31069         * config/srclist.txt (glob_.h, glob.c): Add these files.
31070
31071 2005-05-29  Derek Price  <derek@ximbiot.com>
31072
31073         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
31074         * modules/glob: New file.
31075         * modules/getlogin_r: Add link to POSIX spec in description.
31076
31077 2005-05-29  Derek Price  <derek@ximbiot.com>
31078             Paul Eggert  <eggert@cs.ucla.edu>
31079
31080         * m4/glob.m4: New file.
31081
31082 2005-05-29  Derek Price  <derek@ximbiot.com>
31083             Paul Eggert  <eggert@cs.ucla.edu>
31084
31085         * lib/glob_.h, lib/glob.c: New files.
31086
31087 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
31088
31089         * modules/fts (Files): Remove m4/inttypes-pri.m4.
31090         * modules/fts-lgpl (Depends-on): Remove gettext.
31091
31092 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
31093
31094         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
31095         and don't require gt_INTTYPES_PRI.
31096
31097 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
31098
31099         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
31100
31101         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
31102         the configuration hassle isn't worth it.
31103         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
31104         (LONGEST_MODIFIER, PRIuMAX): Remove.
31105
31106 2005-05-27  Bruno Haible  <bruno@clisp.org>
31107
31108         * lib/getlogin_r.h: Remove second include of <stddef.h>.
31109
31110 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
31111
31112         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
31113         _POSIX_PTHREAD_SEMANTICS for Solaris.
31114
31115 2005-05-25  Derek Price  <derek@ximbiot.com>
31116
31117         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
31118
31119 2005-05-25  Derek Price  <derek@ximbiot.com>
31120             Paul Eggert  <eggert@cs.ucla.edu>
31121
31122         * modules/getlogin_r, m4/getlogin_r.m4: New files.
31123         * lib/getlogin_r.c, getlogin_r.h: New files.
31124
31125 2005-05-25  Bruno Haible  <bruno@clisp.org>
31126             Derek Price  <derek@ximbiot.com>
31127
31128         * lib/getlogin_r.h: Simplify API documentation.
31129
31130 2005-05-23  Derek Price  <derek@ximbiot.com>
31131
31132         * modules/minmax (Files): Add m4/minmax.m4.
31133         (configure.ac): Add gl_MINMAX.
31134
31135 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
31136
31137         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
31138         so that unistd-safer.h (GPL'ed code) need not be included.
31139
31140 2005-05-22  Bruno Haible  <bruno@clisp.org>
31141
31142         * m4/minmax.m4: New file.
31143         Based on a patch by Derek Price <derek@ximbiot.com>.
31144
31145 2005-05-22  Bruno Haible  <bruno@clisp.org>
31146
31147         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
31148         (INT64_MIN): Fix definition.
31149         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
31150
31151         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
31152         NEED_SIGNED_INT_TYPES.
31153
31154         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
31155         HAVE_SYSTEM_INTTYPES.
31156
31157 2005-05-22  Bruno Haible  <bruno@clisp.org>
31158
31159         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
31160         Also include <sys/param.h> if it defines MIN, MAX.
31161         Based on a patch by Derek Price <derek@ximbiot.com>.
31162
31163 2005-05-21  Jim Meyering  <jim@meyering.net>
31164
31165         * modules/fts (Files): Add m4/inttypes-pri.m4.
31166         (Depends-on): Add lstat and remove gettext.  Alphabetize.
31167
31168 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
31169
31170         New fts module.
31171         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
31172         (setup_dir, free_dir): New functions.
31173         (enter_dir, leave_dir): Define trivial
31174         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
31175         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
31176         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
31177         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
31178         Move to fts-cycle.c.
31179         (fts_open): Use setup_dir.
31180         (fts_close): Use free_dir.
31181         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
31182         This adds a label and some gotos, but the alternatives were messier.
31183         Check for memory allocation failure when entering a dir.
31184         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
31185         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
31186         (FTS): New member fts_cycle, that is a union that contains the
31187         old active_dir_ht and cycle_state.  All uses changed to mention
31188         fts_cycle.ht and fts_cycle.state.
31189         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
31190         fts.c, with the following changes:
31191         (setup_dir, free_dir): New functions.
31192         (enter_dir): Now returns bool.  Return true if successful, false
31193         if memory exhausted.  All callers changed.
31194         Do not bother partly cleaning up on
31195         memory allocation failure; that is free_dir's job.
31196         However, free ad if hash_insert fails, to avoid memory leak.
31197         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
31198         fts->fts_options to see which union member to use.
31199
31200 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
31201
31202         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
31203         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
31204
31205 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
31206
31207         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
31208
31209 2005-05-20  Jim Meyering  <jim@meyering.net>
31210
31211         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
31212         Now a macro, to pacify GCC.
31213
31214 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
31215
31216         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
31217         of -1.
31218
31219 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
31220
31221         * lib/chown.c (rpl_chown): Return -1 on failure.
31222
31223 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
31224
31225         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
31226         Don't check for stddef.h.
31227         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
31228         don't use its results.
31229         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
31230         since we include them unconditionally.  Don't require
31231         AM_STDBOOL_H, since stdbool is a prerequisite.
31232         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
31233         since we assume C89 or better.
31234         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
31235         as we don't use their results.
31236         Don't check for fchdir, memmove, memset, strrchr, as we use
31237         them unconditionally.
31238         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
31239         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
31240
31241 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
31242
31243         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
31244         Include <stddef.h> unconditionally, since we assume C89 now.
31245         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
31246         * lib/fts.c: Include fts_.h first, to check interface.
31247         Do not include intprops.h; no longer needed.
31248         Include cycle-check.h and hash.h, since fts_.h no longer does.
31249         Remove unnecessary casts of closedir to void.
31250         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
31251         decide whether to decrement nlinks.
31252         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
31253         (FTS): Use struct hash_table * instead of Hash_table, so that
31254         we no longer need to include hash.h here.
31255
31256 2005-05-18  Jim Meyering  <jim@meyering.net>
31257
31258         * modules/dirfd (License): Change to LGPL.  Most of the code
31259         is already in the public domain.
31260
31261 2005-05-18  Jim Meyering  <jim@meyering.net>
31262
31263         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
31264         Reported by Yoann Vandoorselaere.
31265
31266 2005-05-17  Jim Meyering  <jim@meyering.net>
31267
31268         * m4/fts.m4: New file, from coreutils.
31269
31270 2005-05-17  Jim Meyering  <jim@meyering.net>
31271
31272         * lib/fts.c, lib/fts_.h: New files, from coreutils.
31273
31274 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
31275
31276         Sync from coreutils.
31277         * m4/unlinkdir.m4: New file.
31278
31279 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
31280
31281         Sync from coreutils.
31282         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
31283         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
31284         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
31285         White space changes only.
31286         * lib/makepath.c (make_path): Port to hosts where leading "//" is
31287         special.
31288         * lib/yesno.c: Include getline.h, not ctype.h.
31289         (yesno): Don't remove leading white space; POSIX doesn't allow it.
31290         Use getline to remove arbitrary restriction on response length.
31291
31292 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
31293
31294         * config/srclist-update: Spell out "Street" in FSF postal
31295         mail address; this is the style the FSF seems to prefer.
31296
31297         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
31298         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
31299         this updates FSF postal mail address.
31300
31301         Sync from coreutils.
31302         * modules/unlinkdir: New file.
31303         * modules/yesno (Depends-on): Add getline.
31304         * MODULES.html.sh (File system functions): Add unlinkdir.
31305
31306 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
31307
31308         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
31309         lib/strsep.h:
31310         Change the initial comment to refer to GPL, not LGPL.
31311         gnulib-tool will change it to LGPL as needed.
31312
31313         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
31314         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
31315         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
31316         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
31317         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
31318         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
31319         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
31320         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
31321         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
31322         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
31323         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
31324         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
31325         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
31326         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
31327         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
31328         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
31329         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
31330         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
31331         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
31332         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
31333         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
31334         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
31335         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
31336         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
31337         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
31338         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
31339         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
31340         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
31341         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
31342         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
31343         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
31344         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
31345         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
31346         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
31347         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
31348         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
31349         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
31350         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
31351         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
31352         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
31353         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
31354         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
31355         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
31356         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
31357         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
31358         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
31359         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
31360         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
31361         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
31362         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
31363         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
31364         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
31365         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
31366         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
31367         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
31368         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
31369         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
31370         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
31371         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
31372         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
31373         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
31374         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
31375         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
31376         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
31377         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
31378         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
31379         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
31380         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
31381         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
31382         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
31383         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
31384         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
31385         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
31386         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
31387         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
31388         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
31389         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
31390         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
31391         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
31392         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
31393         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
31394         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
31395         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
31396         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
31397         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
31398         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
31399         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
31400         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
31401         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
31402         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
31403         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
31404         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
31405         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
31406         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
31407         lib/yesno.c, lib/yesno.h:
31408         Update FSF postal mail address.
31409
31410 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
31411
31412         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
31413         tests/test-memmem.c, tests/test-stpncpy.c:
31414         Update FSF postal mail address.
31415
31416 2005-05-13  Bruno Haible  <bruno@clisp.org>
31417
31418         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
31419         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
31420         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
31421         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
31422         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
31423         Add support for 64-bit integers in the MSVC compiler.
31424
31425 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31426
31427         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
31428
31429 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
31430
31431         * gnulib-tool (func_import): Sort and uniquify recommended includes.
31432
31433 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
31434
31435         * doc/getdate.texi (General date syntax): Don't say that date
31436         date --iso-8601=ns generates acceptable dates; it doesn't yet.
31437         Problem reported by Nic Ferrier.
31438
31439 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31440
31441         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
31442         specified in ai_socktype. Fix invalid ai_protocol
31443         check. ai_protocol is usually set to 0 or depending on
31444         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
31445         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
31446         ai_socktype / ai_protocol in the returned addrinfo structure.
31447
31448 2005-05-10  Simon Josefsson  <jas@extundo.com>
31449
31450         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
31451         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
31452
31453 2005-05-10  Karl Berry  <karl@gnu.org>
31454
31455         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
31456         (from http://www.gnu.org/licenses).
31457         * doc/COPYING.LIB: also rename to COPYING.LESSER.
31458         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
31459         fdl.texi suffices.
31460
31461 2005-05-10  Karl Berry  <karl@gnu.org>
31462
31463         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
31464         (COPYING.DOC): remove.
31465
31466         * config/srclist-update: new FSF address.
31467
31468 2005-05-10  Derek Price  <derek@ximbiot.com>
31469
31470         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
31471         possible.
31472
31473 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31474             Bruno Haible  <bruno@clisp.org>
31475
31476         * modules/inet_ntop: New file.
31477         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
31478         inet_ntop.
31479
31480 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31481             Bruno Haible  <bruno@clisp.org>
31482
31483         * m4/inet_ntop.m4: New file.
31484
31485 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31486             Bruno Haible  <bruno@clisp.org>
31487
31488         * lib/inet_ntop.h: New file.
31489         * lib/inet_ntop.c: New file, from glibc with modifications.
31490
31491 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
31492
31493         * modules/time_r (License): Change to LGPL.
31494         * modules/extensions (License): Change to LGPL.  Actually,
31495         the license is more permissive than that, but currently gnulib-tool
31496         doesn't know how to handle more-permissive licenses.
31497
31498         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
31499         Problem reported by Dave Love.
31500
31501 2005-05-08  Jim Meyering  <jim@meyering.net>
31502
31503         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
31504         blank.
31505
31506 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
31507
31508         * modules/argmatch (Depends-on): Add stdbool.
31509         * modules/backupfile (Depends-on): Likewise.
31510         * modules/chdir-long (Depends-on): Likewise.
31511         * modules/closeout (Depends-on): Likewise.
31512         * modules/cycle-check (Depends-on): Likewise.
31513         * modules/dirname (Depends-on): Likewise.
31514         * modules/fnmatch (Depends-on): Likewise.
31515         * modules/fsusage (Depends-on): Likewise.
31516         * modules/fwriteerror (Depends-on): Likewise.
31517         * modules/getcwd (Depends-on): Likewise.
31518         * modules/getloadavg (Depends-on): Likewise.
31519         * modules/hard-locale (Depends-on): Likewise.
31520         * modules/makepath (Depends-on): Likewise.
31521         * modules/mountlist (Depends-on): Likewise.
31522         * modules/nanosleep (Depends-on): Likewise.
31523         * modules/posixtm (Depends-on): Likewise.
31524         * modules/quotearg (Depends-on): Likewise.
31525         * modules/readtokens (Depends-on): Likewise.
31526         * modules/readtokens0 (Depends-on): Likewise.
31527         * modules/readutmp (Depends-on): Likewise.
31528         * modules/save-cwd (Depends-on): Likewise.
31529         * modules/strftime (Depends-on): Likewise.
31530         * modules/userspec (Depends-on): Likewise.
31531         * modules/utimecmp (Depends-on): Likewise.
31532         * modules/xgetcwd (Depends-on): Likewise.
31533         * modules/xnanosleep (Depends-on): Likewise.
31534         * modules/xstrtod (Depends-on): Likewise.
31535         * modules/yesno (Depends-on): Likewise.
31536
31537 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
31538
31539         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
31540         needless checks.
31541
31542 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
31543
31544         Merge from coreutils.  Among other things,
31545         add bulletproofing for cases where stdin, stdout, or stderr are closed.
31546         * lib/fd-safer.c: New file.
31547         * lib/fcntl-safer.h, open-safer.c: Remove.
31548         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
31549         * lib/dup-safer.c: Include unistd-safer.h first.
31550         Don't include errno.h.
31551         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
31552         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
31553         * lib/file-type.c: Rely on file-type.h change.
31554         * lib/getloadavg.c: Include unistd-safer.h.
31555         (getloadavg): Use safer open.
31556         * lib/getusershell.c: Include "stdio-safer.h".
31557         (getusershell): Use safer fopen.
31558         * lib/long-options.c (long_options): Use NULL rather than 0.
31559         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
31560         'free'.
31561         * lib/modechange.c: Likewise.
31562         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
31563         (MODE_DONE): New constant.
31564         (struct mode_change): Remove 'next' member.
31565         (make_node_op_equals): New function; like the old one of the
31566         same name, except it allocates an array.
31567         (mode_compile, mode_create_from_ref): Use it.
31568         (mode_compile): Allocate result as an array, not a linked list.
31569         Parse octal string ourself, so that we catch mistakes like "+0".
31570         (mode_adjust): Arg is an array, not a linked list.
31571         * lib/modechange.c: Include stat-macros.h, xalloc.h.
31572         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
31573         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
31574         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
31575         Remove.  This is now stat-macros.h's job.
31576         (talloc): Remove.  All callers replaced by xalloc, so that
31577         our invokers don't have to worry about reporting memory failures.
31578         (make_node_op_equals): Remove.
31579         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
31580         New constants.
31581         (struct mode_change): Moved here from modechange.h.
31582         (mode_append_entry): Remove.
31583         (mode_compile): Remove MASKED_OPS arg, since it encouraged
31584         apps to have incorrect behavior.  Use simpler algorithm for head
31585         and tail.  Don't futz with umask; that's now the job of mode_adjust.
31586         Detect more invalid usages rather than having somewhat-random behavior.
31587         Don't insert an "a=" action, as that leads to incorrect behavior.
31588         (mode_compile, mode_create_from_ref): Return NULL on error instead
31589         of an enum, since now there's only one way to have an error.  All
31590         callers changed.
31591         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
31592         at the correct time.  Simplify calculation of "+u" and its ilk.
31593         Don't mishandle "+X".
31594         (mode_free): Remove "register" and localize decls.
31595         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
31596         (struct mode_change): Move to modechange.c; callers don't
31597         need to see this stuff.
31598         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
31599         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
31600         (mode_change, mode_adjust): Reflect the new signatures noted above.
31601         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
31602         that might redefine system include files.
31603         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
31604         (my_usleep): Use NULL rather than (void *) 0.
31605         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
31606         Use siginterrupt to specify that system calls should be interrupted.
31607         (rpl_nanosleep): Move initialization of suspended closer to call of
31608         my_usleep.
31609         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
31610         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
31611         (desirable_utmp_entry): New function.
31612         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
31613         using x2nrealloc, to simplify logic.
31614         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
31615         size calculation.  Do not assume utmp file is a regular file.
31616         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
31617         (READ_UTMP_CHECK_PIDS): New constant.
31618         * lib/save-cwd.c: Include unistd-safer.h.
31619         (save_cwd): Use fd_safer.
31620         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
31621         [!_LIBC] Include "stat-macros.h" instead.
31622         * lib/unistd-safer.h (fd_safer): New decl.
31623
31624 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
31625
31626         * modules/getloadavg (Depends-on): Add unistd-safer.
31627         * modules/getusershell (Depends-on): Add stdio-safer.
31628         * modules/lstat (Depends-on): Remove xalloc.
31629         * modules/mkstemp (Depends-on): Add stat-macros.
31630         * modules/modechange (Depends-on): Remove xstrtol.
31631         Add stat-macros, xalloc.
31632         * modules/save-cwd (Depends-on): Add unistd-safer.
31633         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
31634         * modules/unistd-safer (Files): Add lib/fd-safer.c
31635         (Makefile.am): Remove lib_SOURCES.
31636
31637         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
31638         Remove fcntl-safer; unistd-safer supersedes it.
31639
31640 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
31641
31642         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
31643         AC_HEADER_STAT.
31644         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
31645         (gl_PREREQ_CHOWN): Remove.
31646         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
31647         it.  Don't require AC_HEADER_STAT.
31648         (gl_PREREQ_LSTAT): Remove.
31649         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
31650         Don't require AC_HEADER_STAT.
31651         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
31652         (gl_PREREQ_RMDIR): Remove.
31653         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
31654         mention stat-macros.h or AC_HEADER_STAT, since we'll make
31655         the stat-macros module a prerequisite.
31656         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
31657         * m4/filemode.m4 (gl_FILEMODE): Likewise.
31658         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
31659         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
31660         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
31661         variable names.
31662         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
31663         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
31664         variable prefixes.
31665         * m4/fcntl-safer.m4: Remove.
31666         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
31667         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
31668         Invoke gl_PREREQ_FD_SAFER.
31669         (gl_PREREQ_FD_SAFER): New macro.
31670         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
31671         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
31672         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
31673         Remove duplicate call to AC_LIBOBJ(readutmp).
31674         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
31675
31676         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
31677         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
31678
31679 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
31680
31681         * MODULES.html.sh (Misc): Add byteswap.
31682
31683 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
31684
31685         * modules/getcwd (Depends-on): Add extensions.
31686         * modules/openat (Depends-on): Likewise.
31687
31688 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
31689
31690         * modules/byteswap: New file.
31691
31692 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
31693
31694         * m4/byteswap.m4: New file.
31695
31696 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
31697
31698         * lib/byteswap_.h: New file.
31699
31700 2005-04-25  Karl Berry  <karl@gnu.org>
31701
31702         * m4/gettext.m4: Update from GNU gettext 0.14.4.
31703
31704 2005-04-25  Albert Chin  <china@thewrittenword.com>
31705
31706         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
31707         Toolkit C bug.
31708
31709 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
31710
31711         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
31712         (func_ln_if_changed) Remove forcibly for no error message
31713         in case file does not exist.
31714
31715 2005-04-19  Simon Josefsson  <jas@extundo.com>
31716
31717         * gnulib-tool (Options): Make --symlink mean --symbolic.
31718
31719 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
31720
31721         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
31722
31723 2005-04-16  Simon Josefsson  <jas@extundo.com>
31724
31725         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
31726
31727 2005-04-15  Simon Josefsson  <jas@extundo.com>
31728
31729         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
31730
31731 2005-04-15  Simon Josefsson  <jas@extundo.com>
31732
31733         * gnulib-tool: Rename --symlink to --symbolic.
31734
31735 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
31736
31737         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
31738         symbolic links to files instead of copying/moving.  Add --aux-dir,
31739         specifying directory relative --dir where auxiliary build tools
31740         are placed.
31741
31742 2005-04-14  Bruno Haible  <bruno@clisp.org>
31743
31744         * modules/allocsa (License): Change to LGPL.
31745         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
31746
31747 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
31748
31749         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
31750         that "UTC +1 second" continues to work.  Problem reported
31751         by Dmitry V. Levin.
31752         (relunit_snumber): New rule.
31753         (relunit): Use it.
31754
31755 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
31756
31757         * lib/getdate.y (universal_time_zone_table): New constant.
31758         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
31759         universal_time_zone_table.
31760         (lookup_zone): Prefer universal_time_zone_table to
31761         local_time_zone_table, so that "GMT" time stamps are allowed in
31762         London during the summer.  Problem reported by Ian Abbott.
31763
31764 2005-04-12  Jim Meyering  <jim@meyering.net>
31765
31766         * lib/human.c (humblock): Set *options even when returning due to
31767         xstrtoumax conversion failure.  Thanks to a used-uninitialized
31768         warning from gcc-4.
31769
31770 2005-04-09  Jim Meyering  <jim@meyering.net>
31771
31772         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
31773         -Wuninitialized: initialize tm0.tm_year.
31774
31775 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
31776
31777         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
31778         count, since there's no maximum.  All uses changed.
31779         Add member dsts_seen.
31780         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
31781         not being INT_MAX.
31782         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
31783         Use pc_rels_seen to decide whther a date is absolute.
31784
31785         * lib/getdate.y (number): Don't overwrite year.
31786         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
31787         check.
31788
31789 2005-04-02  Simon Josefsson  <jas@extundo.com>
31790
31791         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
31792         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
31793
31794 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
31795
31796         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
31797         where no absolute path name can be longer than PATH_MAX.
31798
31799 2005-03-27  Jim Meyering  <jim@meyering.net>
31800
31801         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
31802
31803 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
31804
31805         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
31806         "one's complement" -> "ones' complement" in comment, as per Knuth.
31807         "value of type" -> "type or expression" in comment.
31808         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
31809
31810 2005-03-26  Jim Meyering  <jim@meyering.net>
31811
31812         Comment nits.
31813         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
31814         Correct typos: s/or/of/.
31815
31816 2005-03-26  Jim Meyering  <jim@meyering.net>
31817
31818         * modules/check-include-files: Move to ../ and rename to...
31819         * check-module: ...this.
31820
31821 2005-03-25  Jim Meyering  <jim@meyering.net>
31822
31823         * modules/xvasprintf (Files): Add xalloc.h.
31824
31825 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
31826
31827         * modules/gettext (Files): config/config.rpath ->
31828         build-aux/config.rpath
31829         * modules/iconv (Files): Likewise.
31830         Problem reported by Oskar Liljeblad.
31831
31832 2005-03-23  Jim Meyering  <jim@meyering.net>
31833
31834         * modules/check-include-files: New script to check for
31835         missing dependencies, multiple includes, etc.
31836
31837         * modules/c-strtold (Depends-on): Add xalloc.
31838         * modules/c-strtod (Depends-on): Add xalloc.
31839         * modules/hash (Depends-on): Add xalloc.
31840         (Files): Remove lib/xalloc.h.
31841
31842         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
31843         * modules/userspec (Files): Add lib/inttostr.h.
31844
31845 2005-03-23  Jim Meyering  <jim@meyering.net>
31846
31847         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
31848
31849 2005-03-22  Jim Meyering  <jim@meyering.net>
31850
31851         * modules/stat-macros: New module.
31852         * modules/canonicalize, modules/euidaccess, modules/file-type,
31853         * modules/filemode, modules/lchown, modules/makepath,
31854         * modules/rmdir, modules/stat: Depend on new stat-macros module
31855         rather than listing lib/stat-macros.h manually.
31856         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
31857
31858 2005-03-22  Jim Meyering  <jim@meyering.net>
31859
31860         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
31861
31862 2005-03-22  Bruno Haible  <bruno@clisp.org>
31863
31864         * config/srclist.txt: Replace target directory 'config' with
31865         'build-aux'.
31866         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
31867         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
31868         ../build-aux/.
31869
31870 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
31871
31872         * modules/chdir-long (Depends-on): Add mempcpy.
31873
31874         * modules/acl, modules/backupfile, modules/c-strtod,
31875         modules/c-strtold, modules/canon-host, modules/canonicalize,
31876         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
31877         modules/exclude, modules/exitfail, modules/file-type,
31878         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
31879         modules/getdate, modules/getline, modules/getpagesize,
31880         modules/getpass, modules/getugroups, modules/group-member,
31881         modules/hard-locale, modules/hash, modules/human, modules/idcache,
31882         modules/inttostr, modules/long-options, modules/makepath,
31883         modules/md5, modules/memcasecmp, modules/memcoll,
31884         modules/modechange, modules/mountlist, modules/path-concat,
31885         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
31886         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
31887         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
31888         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
31889         modules/strftime, modules/strndup, modules/strverscmp,
31890         modules/timespec, modules/unlocked-io, modules/userspec,
31891         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
31892         modules/yesno:
31893         Remove lib_SOURCES line from Makefile.am section, as this is now
31894         done automatically by the corresponding Autoconf macro.
31895
31896 2005-03-21  Jim Meyering  <jim@meyering.net>
31897
31898         Changes imported from coreutils.
31899
31900         * lib/cycle-check.c: Don't include xalloc.h.
31901
31902         * lib/path-concat.c: Don't include assert.h.
31903         (path_concat): Remove assertion that would have triggered
31904         for ABASE starting with more than one slash.
31905         Reported by Andreas Schwab.
31906
31907         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
31908         properly when ABASE is an absolute file name.
31909         Correct the description of this function.
31910         Include <assert.h>.
31911         Add an assertion and a test driver.
31912         This fixes a bug introduced on 2004-07-02.
31913         Andreas Schwab reported the resulting failure of cp --parents:
31914         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
31915
31916 2005-03-21  Jim Meyering  <jim@meyering.net>
31917
31918         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
31919         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
31920
31921 2005-03-21  Jim Meyering  <jim@meyering.net>
31922         and  Paul Eggert  <eggert@cs.ucla.edu>
31923
31924         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
31925         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
31926         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
31927         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
31928         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
31929         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
31930         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
31931         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
31932         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
31933         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
31934         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
31935         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
31936         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
31937         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
31938         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
31939         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
31940         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
31941         for these modules.
31942
31943 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
31944
31945         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
31946         (which shouldn't happen), generate nothing instead of returning 0
31947         immediately, so that nstrftime (NULL, ...) doesn't return 0.
31948
31949 2005-03-16  Bruno Haible  <bruno@clisp.org>
31950
31951         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
31952         HAVE_LONGLONG_64BIT.
31953
31954 2005-03-16  Bruno Haible  <bruno@clisp.org>
31955
31956         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
31957         HAVE_LONGLONG_64BIT.
31958
31959 2005-03-16  Bruno Haible  <bruno@clisp.org>
31960
31961         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
31962         HAVE_LONGLONG_64BIT.
31963
31964 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
31965
31966         * lib/strftime.c (my_strftime): Prepend space to format so that we can
31967         reliably distinguish strftime failure from empty output on POSIX
31968         hosts.
31969
31970 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
31971
31972         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
31973         (iconv_string): Don't guess a size-zero buffer, as that might cause
31974         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
31975         result would be 'too large', where 'too large' is (heuristically)
31976         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
31977         overflow concerns.  This will prevent some unwanted malloc failures
31978         when the inputs are very large.
31979
31980 2005-03-15  Karl Berry  <karl@gnu.org>
31981
31982         * config/srclist.txt (config.rpath): from gettext.
31983         * config/config.rpath: update.
31984
31985 2005-03-15  Bruno Haible  <bruno@clisp.org>
31986
31987         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
31988         to 'negate'.
31989
31990         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
31991         variable.
31992
31993         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
31994         results.
31995
31996 2005-03-14  Simon Josefsson  <jas@extundo.com>
31997
31998         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
31999         <fx@gnu.org>.
32000
32001 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
32002
32003         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
32004         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
32005         intprops.h.
32006         * lib/strtol.c: Likewise.
32007
32008 2005-03-14  Jim Meyering  <jim@meyering.net>
32009
32010         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
32011         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
32012         to be nonzero so that we (and caller) can detect the difference
32013         between a valid zero-length expansion and an error return, even
32014         when the underlying strftime fails before writing anything into
32015         that location.
32016
32017 2005-03-14  Bruno Haible  <bruno@clisp.org>
32018
32019         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
32020         Update from GNU gettext 0.14.3.
32021
32022 2005-03-10  Jim Meyering  <jim@meyering.net>
32023
32024         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
32025
32026 2005-03-10  Jim Meyering  <jim@meyering.net>
32027
32028         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
32029         so that this module works on systems without fchdir.
32030
32031 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
32032
32033         Factor int-properties macros into a single file, except for
32034         glibc-related files.
32035         * lib/intprops.h: New file.
32036         * lib/getloadavg.c: Include it instead of limits.h.
32037         (INT_STRLEN_BOUND): Remove.
32038         * lib/human.c: Include intprops.h.
32039         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
32040         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
32041         302/1000.
32042         * lib/inttostr.h: Include intprops.h instead of limits.h.
32043         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
32044         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
32045         for consistency with intprops.h.
32046         (time_t_is_integer, twos_complement_arithmetic): Use them.
32047         * lib/sig2str.h: Include <signal.h>, intprops.h.
32048         (INT_STRLEN_BOUND): Remove.
32049         * lib/strftime.c (TYPE_SIGNED): Remove.
32050         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
32051         * lib/strtol.c: Adjust comments to match intprops.h.
32052         * lib/userspec.c: Include intprops.h.
32053         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
32054         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
32055         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
32056         instead of rolling our own expressions.
32057         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
32058
32059         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
32060         instead of int.
32061         (my_strftime): Do not mishandle years close to INT_MAX, by doing
32062         the right thing even if adding 1900 would overflow.  Similarly
32063         for tm_mon + 1 and tm_yday + 1.
32064         Make %Y always equivalent to %C%y, and similarly for %G and %g.
32065         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
32066         (DO_SIGNED_NUMBER): New macro.
32067         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
32068
32069 2005-03-07  Bruno Haible  <bruno@clisp.org>
32070
32071         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
32072
32073 2005-03-07  Bruno Haible  <bruno@clisp.org>
32074
32075         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
32076
32077 2005-03-04  Derek R. Price  <derek@ximbiot.com>
32078
32079         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
32080         (func_import): Only replace files via --import when they have actually
32081         changed.
32082
32083 2005-03-03  Derek R. Price  <derek@ximbiot.com>
32084
32085         * m4/mmap-anon.m4: New file.
32086         * m4/pagealign_alloc.m4: New file.
32087
32088 2005-03-03  Derek R. Price  <derek@ximbiot.com>
32089             Bruno Haible  <bruno@clisp.org>
32090
32091         * modules/pagealign_alloc: New file.
32092         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
32093
32094 2005-03-03  Derek R. Price  <derek@ximbiot.com>
32095             Bruno Haible  <bruno@clisp.org>
32096
32097         * lib/pagealign_alloc.h: New file.
32098         * lib/pagealign_alloc.c: New file.
32099
32100 2005-03-03  Bruno Haible  <bruno@clisp.org>
32101
32102         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
32103         Use an all-permissive copyright notice, recommended by RMS.
32104
32105 2005-03-02  Bruno Haible  <bruno@clisp.org>
32106
32107         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
32108         of AIX, the replacement has to be done only after <string.h> is
32109         included, therefore not in config.h. stpncpy.h does the replacement,
32110         and stpncpy.c uses it.
32111
32112 2005-03-02  Bruno Haible  <bruno@clisp.org>
32113
32114         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
32115         stpncpy.c uses it.
32116
32117 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
32118
32119         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
32120         The workaround isn't strictly needed for POSIX conformance, and
32121         it's too much of a pain to configure and maintain.  We'll ask
32122         people to fix their kernels instead.
32123         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
32124         (NANOSLEEP_BUG_WORKAROUND): Remove.
32125         (xnanosleep): Remove the workaround.
32126
32127 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
32128
32129         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
32130         Reported by Derek Price.
32131         (Include): Add "timespec.h".
32132
32133         * modules/xnanosleep (Depends-on): Remove gethrxtime.
32134
32135 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
32136
32137         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
32138         to detect nanosleep bug.
32139
32140 2005-03-01  Bruno Haible  <bruno@clisp.org>
32141
32142         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
32143
32144 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
32145
32146         * modules/gethrxtime: New file.
32147         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
32148         (Depends-on): Add gethrxtime.
32149         (configure.ac): Add gl_XNANOSLEEP.
32150         (Makefile.am): Remove lib_SOURCES line.
32151
32152 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
32153
32154         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
32155         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
32156
32157 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
32158
32159         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
32160         * lib/timespec.h (gettime): Return void, since it always
32161         succeeds now.  All uses changed.
32162         * lib/gettime.c (gettime) Likewise.
32163         [HAVE_NANOTIME]: Prefer nanotime.
32164         Assume gettimeofday succeeds, as POSIX requires.
32165         Assime time () succeeds, since other code already does.
32166         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
32167         (timespec_subtract): Remove.
32168         (NANOSLEEP_BUG_WORKAROUND): New constant.
32169         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
32170         things considerably.  Use it only on GNU/Linux hosts, since the
32171         workaround shouldn't be needed elsewhere.
32172
32173 2005-02-24  Bruno Haible  <bruno@clisp.org>
32174
32175         * modules/gettext (Files): Add m4/glibc2.m4.
32176
32177 2005-02-24  Bruno Haible  <bruno@clisp.org>
32178
32179         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
32180         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
32181         * m4/progtest.m4:
32182         Update from GNU gettext 0.14.2.
32183         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
32184
32185 2005-02-24  Bruno Haible  <bruno@clisp.org>
32186
32187         * lib/localcharset.c: Update from GNU gettext 0.14.2.
32188         * lib/config.charset: Update from GNU gettext 0.14.2.
32189
32190 2005-02-24  Bruno Haible  <bruno@clisp.org>
32191
32192         * lib/gettext.h: Update from GNU gettext 0.14.2.
32193
32194 2005-02-23  Simon Josefsson  <jas@extundo.com>
32195
32196         * m4/iconvme.m4: New file.
32197
32198 2005-02-23  Jim Meyering  <jim@meyering.net>
32199
32200         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
32201         change.
32202         Thanks to Bruno Haible for catching it.
32203
32204 2005-02-22  Simon Josefsson  <jas@extundo.com>
32205
32206         * modules/iconvme: New file.
32207
32208         * MODULES.html.sh: Add iconvme.
32209
32210 2005-02-22  Simon Josefsson  <jas@extundo.com>
32211
32212         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
32213
32214 2005-02-22  Simon Josefsson  <jas@extundo.com>
32215
32216         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
32217
32218 2005-02-22  Jim Meyering  <jim@meyering.net>
32219
32220         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
32221         s/ifndef/ifdef/.
32222
32223 2005-02-20  Neil Conway  <neilc@samurai.com>
32224
32225         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
32226         returned by OSX/Darwin if the specified buffer is not large
32227         enough for the hostname.
32228
32229 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32230
32231         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
32232         pass it to _help, otherwise the latter coredumps trying to
32233         dereference state.root_argp.
32234
32235 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
32236
32237         * modules/chdir-long (Depends-on): Add memrchr.
32238         * modules/memrchr (Files): Add lib/memrchr.h.
32239         (Include): "memrchr.h".
32240
32241 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
32242
32243         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
32244
32245 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
32246
32247         * lib/memrchr.h: New file.
32248         * lib/chdir-long.c: Include it.
32249         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
32250         Don't bother including stddef.h.
32251
32252 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
32253
32254         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
32255         inclusion.
32256         Include <sys/types.h>, for dev_t.
32257         (ME_DUMMY, ME_REMOTE): Move from here....
32258         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
32259         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
32260         Dmitry V. Levin.
32261         Include mountlist.h first, to test the interface.
32262
32263 2005-01-29  Bruno Haible  <bruno@clisp.org>
32264
32265         * lib/progname.c (program_name): Initialize.
32266         Needed when linking statically on MacOS X.
32267
32268 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
32269
32270         Sync from coreutils.
32271         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
32272         (Depends-on): Add c-strtod.
32273         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
32274
32275 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
32276
32277         Sync from coreutils.
32278         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
32279
32280         Remove files that are specific to coreutils.
32281         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
32282
32283 2005-01-28  Bruno Haible  <bruno@clisp.org>
32284
32285         * modules/javacomp: New file.
32286         * MODULES.html.sh (Java): Add javacomp.
32287
32288 2005-01-28  Bruno Haible  <bruno@clisp.org>
32289
32290         * m4/javacomp.m4: New file, from GNU gettext.
32291
32292 2005-01-28  Bruno Haible  <bruno@clisp.org>
32293
32294         * lib/javacomp.sh.in: New file, from GNU gettext.
32295         * lib/javacomp.h: New file, from GNU gettext.
32296         * lib/javacomp.c: New file, from GNU gettext.
32297
32298 2005-01-26  Simon Josefsson  <jas@extundo.com>
32299
32300         * lib/gai_strerror.c: Use GPL in header.
32301
32302 2005-01-26  Bruno Haible  <bruno@clisp.org>
32303
32304         * modules/javaexec: New file.
32305         * MODULES.html.sh (Java): Add javaexec.
32306
32307 2005-01-26  Bruno Haible  <bruno@clisp.org>
32308
32309         * m4/javaexec.m4: New file, from GNU gettext.
32310
32311 2005-01-26  Bruno Haible  <bruno@clisp.org>
32312
32313         * lib/javaexec.sh.in: New file, from GNU gettext.
32314         * lib/javaexec.h: New file, from GNU gettext.
32315         * lib/javaexec.c: New file, from GNU gettext.
32316
32317 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32318
32319         * modules/lchown (Depends-on): Remove lchown.h
32320
32321 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32322
32323         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
32324         must be defined if the header file was not found, in order
32325         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
32326
32327 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32328
32329         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
32330         initializers for struct pentry_state.
32331         (__argp_error): Check return value of __asprintf
32332         (__argp_failure): Translate error message
32333
32334         * lib/argp-parse.c: Removed braces around the expansion of N_()
32335
32336 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
32337
32338         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
32339         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
32340         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
32341         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
32342         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
32343         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
32344         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
32345         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
32346         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
32347         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
32348         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
32349         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
32350         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
32351         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
32352         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
32353         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
32354         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
32355         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
32356         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
32357         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
32358         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
32359         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
32360         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
32361         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
32362         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
32363         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
32364         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
32365         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
32366         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
32367         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
32368         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
32369         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
32370         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
32371         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
32372         xstrtol.m4, xstrtoumax.m4, yesno.m4:
32373         Use an all-permissive copyright notice, recommended by RMS.
32374
32375 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
32376
32377         * modules/chdir-long (Depends-on): Remove mempcpy.
32378
32379 2005-01-21  Jim Meyering  <jim@meyering.net>
32380
32381         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
32382         same value as for Solaris 9.
32383
32384         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
32385         component length.  This included changing the parameter to be
32386         of type `char *' rather than `char const *'.
32387         * lib/chdir-long.h (chdir_long): Update prototype.
32388
32389         * lib/openat.c (fdopendir, fstatat): New functions.
32390         * lib/openat.h: Include headers required for use of DIR and struct
32391         stat.
32392         [AT_SYMLINK_NOFOLLOW]: Define.
32393         (fdopendir, fstatat): Add prototypes.
32394
32395 2005-01-21  Bruno Haible  <bruno@clisp.org>
32396
32397         * modules/classpath: New file.
32398         * MODULES.html.sh (Java): Add classpath.
32399
32400 2005-01-21  Bruno Haible  <bruno@clisp.org>
32401
32402         * lib/classpath.h: New file, from GNU gettext.
32403         * lib/classpath.c: New file, from GNU gettext.
32404
32405 2005-01-20  Simon Josefsson  <jas@extundo.com>
32406
32407         * modules/version-etc-fsf: New file.
32408
32409 2005-01-20  Simon Josefsson  <jas@extundo.com>
32410
32411         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
32412         * lib/version-etc.c: Remove version_etc_copyright.
32413         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
32414         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
32415
32416 2005-01-20  Simon Josefsson  <jas@extundo.com>
32417
32418         * lib/base64.h (isbase64): Add.
32419
32420         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
32421         using a unsigned prototype, don't inline.
32422         (base64_decode): Use it.
32423
32424 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
32425
32426         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
32427         it.
32428
32429 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
32430
32431         * lib/save-cwd.c (save_cwd): Remove code to support the case
32432         where fchdir is missing or flaky.
32433
32434 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
32435
32436         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
32437
32438 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
32439
32440         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
32441         AC_LIBSOURCES now does this.
32442         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
32443         with new ullong_max module.
32444
32445 2005-01-19  Bruno Haible  <bruno@clisp.org>
32446
32447         * modules/sh-quote: New file.
32448         * MODULES.html.sh (Executing programs): Add sh-quote.
32449
32450 2005-01-19  Bruno Haible  <bruno@clisp.org>
32451
32452         * lib/sh-quote.h: New file, from GNU gettext.
32453         * lib/sh-quote.c: New file, from GNU gettext.
32454
32455 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
32456
32457         Merge from coreutils.
32458         * m4/ullong_max.m4: New file.
32459         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
32460         (gl_MACROS): Assume localeconv exists.
32461
32462 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
32463
32464         Merge changes from coreutils, as described below in several
32465         changelogs dated today.
32466
32467         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
32468         (O_DIRECTORY): Remove; not needed here, since "." must be
32469         a directory.  All uses removed.
32470         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
32471         universal on Suns, and we also need to test for IRIX.
32472         Revamp code to use 'if' rather than '#if'.
32473         Avoid unnecessary comparison of cwd->desc to 0.
32474
32475         * lib/utimens.c (futimens): Robustify the previous patch, by checking
32476         for known valid error numbers rather than observed invalid ones.
32477
32478 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
32479
32480         * modules/ullong_max: New file.
32481
32482         * modules/chdir-long, modules/openat: New files.
32483         * modules/save-cwd (Depends-on): Depend on chdir-long.
32484         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
32485
32486 2005-01-18  Jim Meyering  <jim@meyering.net>
32487
32488         Merge from coreutils.
32489         * m4/chdir-long.m4, m4/openat.m4: New files.
32490         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
32491         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
32492         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
32493         is sane and DOES follow symlinks.  Besides, testing 20 different
32494         systems found no broken chown implementations.
32495         Prompted by a change in rsync's copy of this macro.
32496         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
32497
32498         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
32499
32500         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
32501         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
32502         NULL-means-set-to-current-time semantics.
32503         Remove temporary file immediately, rather than waiting
32504         for configure's at-exit trap code to do it.
32505
32506 2005-01-18  Jim Meyering  <jim@meyering.net>
32507
32508         * lib/version-etc.c (version_etc_copyright): Update copyright date.
32509
32510         * lib/utimens.c (futimens): Account for the fact that futimes
32511         can also fail with errno == ENOSYS or errno == ENOENT.
32512         Patch from Dmitry V. Levin.
32513
32514         Change the name of the robust chdir function from chdir to chdir_long.
32515         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
32516         (restore_cwd): Use chdir_long, not chdir.
32517         * lib/chdir-long.c: Renamed from chdir.c.
32518         * lib/chdir-long.h: Renamed from chdir.h.
32519         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
32520         Hurd.
32521
32522 2005-01-18  Bruno Haible  <bruno@clisp.org>
32523
32524         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
32525         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
32526         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
32527         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
32528         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
32529         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
32530         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
32531         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
32532         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
32533         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
32534         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
32535         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
32536         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
32537         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
32538         Use an all-permissive copyright notice, recommended by RMS.
32539
32540 2005-01-18  Bob Proulx  <bob@proulx.com>
32541
32542         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
32543         simplify offsetof() macro construct to avoid compile failure with
32544         native HP-UX 11.0 ANSI C compiler.
32545
32546 2005-01-17  Bruno Haible  <bruno@clisp.org>
32547
32548         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
32549         redundant because stpncpy.m4 takes care of it.
32550
32551 2005-01-17  Bruno Haible  <bruno@clisp.org>
32552
32553         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
32554
32555 2005-01-17  Bruno Haible  <bruno@clisp.org>
32556
32557         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
32558         used.
32559
32560 2005-01-17  Bruno Haible  <bruno@clisp.org>
32561
32562         * lib/fwriteerror.h (fwriteerror): Change specification to include
32563         fclose.
32564         * lib/fwriteerror.c: Include <stdbool.h>.
32565         (fwriteerror): At the end, close the file stream. Record whether
32566         stdout was already closed.
32567
32568 2005-01-17  Bruno Haible  <bruno@clisp.org>
32569
32570         * lib/execute.c (environ): Declare if needed.
32571         * lib/pipe.c (environ): Likewise.
32572         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
32573
32574 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32575
32576         * modules/argp: Depend on vsnprintf
32577
32578 2005-01-10  Jim Meyering  <jim@meyering.net>
32579
32580         * modules/closeout (Depends-on): Add atexit.
32581
32582 2005-01-06  Bruno Haible  <bruno@clisp.org>
32583
32584         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
32585
32586 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
32587
32588         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
32589         definitions to be after all include files, to avoid collisions.
32590         Problem reported by Bob Proulx.
32591
32592 2005-01-04  Jim Meyering  <jim@meyering.net>
32593
32594         Changes imported from coreutils.
32595         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
32596         as the mkstemp template, use a temporary directory and an
32597         8.3-friendly template to avoid trouble on systems like DJGPP.
32598         Reported by Juan M. Guerrero via Stepan Kasal.
32599         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
32600         close. Remove the temporary directory right away, rather than waiting
32601         for configure's at-exit trap code to do it.
32602         Suggestion from Stepan Kasal.
32603
32604 2005-01-01  Simon Josefsson  <jas@extundo.com>
32605
32606         * gnulib-tool: Print #include directives when --import'ing.
32607
32608 2004-12-28  Simon Josefsson  <jas@extundo.com>
32609
32610         * tests/test-base64.c: Include required header files.  Remove
32611         unused variables.
32612
32613 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
32614
32615         * modules/error (Depends-on): Remove gettext.
32616
32617 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
32618
32619         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
32620         not needed.  This removes a dependency on the gettext module.
32621         [defined _LIBC]: Do not include <libintl.h>; not needed.
32622
32623 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
32624
32625         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
32626         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
32627
32628 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
32629
32630         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
32631         HAVE_DECL_STRTOLD.
32632
32633 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
32634
32635         * modules/getdate (Depends-on): Remove alloca-opt.
32636
32637 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
32638
32639         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
32640
32641 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
32642
32643         * lib/argp-parse.c: Include <stddef.h>.
32644         (alignof, alignto): New macros.
32645         (parser_init): Don't assume that void * is aligned sufficiently
32646         for struct option.
32647
32648         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
32649         need to extend the stack.
32650         (YYINITDEPTH): New macro, so that the initial stack isn't overly
32651         large.
32652
32653 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32654
32655         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
32656
32657 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
32658
32659         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
32660         (2004-10-24) change.  Apparently this was a false alarm.
32661
32662         * modules/getdate: Depend on alloca-opt, not alloca.
32663
32664 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
32665
32666         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
32667         Remove now-obsolete comment about AIX.
32668         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
32669         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
32670         (YYMAXDEPTH): New macro.
32671
32672 2004-12-18  Simon Josefsson  <jas@extundo.com>
32673
32674         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
32675
32676 2004-12-18  Bruno Haible  <bruno@clisp.org>
32677
32678         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
32679
32680 2004-12-18  Bruno Haible  <bruno@clisp.org>
32681
32682         * lib/fatal-signal.c (fatal_signals): Make non-const.
32683         (init_fatal_signals): New function.
32684         (uninstall_handlers, install_handlers): Ignore signals that were set to
32685         SIG_IGN.
32686         (at_fatal_signal): Call init_fatal_signals.
32687         (init_fatal_signal_set): Likewise. Ignore signals that were set to
32688         SIG_IGN.
32689         Reported by Paul Eggert.
32690
32691 2004-12-18  Bruno Haible  <bruno@clisp.org>
32692
32693         * doc/alloca.texi: New file.
32694         * doc/alloca-opt.texi: New file.
32695
32696 2004-12-17  Jim Meyering  <jim@meyering.net>
32697
32698         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
32699         Otherwise, install-sh could exit with improper exit status when
32700         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
32701
32702 2004-12-16  Simon Josefsson  <jas@extundo.com>
32703
32704         * tests/test-base64.c: Add license.
32705
32706 2004-12-15  Stepan Kasal  <address@hidden>
32707
32708         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
32709
32710 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
32711
32712         * modules/getcwd (Files): Add m4/d-ino.m4.
32713         Suggested by Mark D. Baushke.
32714
32715 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
32716
32717         * lib/getdate.y (textint): New member "negative".
32718         (time_zone_hhmm): New function.
32719         Expect 14 shift-reduce conflicts, not 13.
32720         (o_colon_minutes): New rule.
32721         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
32722         (yylex): Set the "negative" member of signed numbers.
32723
32724 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
32725
32726         * doc/getdate.texi (Time of day items, Time zone items):
32727         Describe new formats +00:00, UTC+00:00.
32728
32729 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
32730
32731         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
32732         spurious "-l"s.  Problem reported by Stepan Kasal.
32733
32734 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
32735
32736         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
32737         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
32738
32739 2004-12-04  Simon Josefsson  <jas@extundo.com>
32740
32741         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
32742         Vandoorselaere <yoann@prelude-ids.org>.
32743
32744 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
32745
32746         Changes imported from coreutils.
32747         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
32748         exist.
32749         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
32750
32751 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
32752
32753         Changes imported from coreutils.
32754         * lib/hard-locale.c: Assume <locale.h> exists.
32755         Include "strdup.h".
32756         (GLIBC_VERSION): New macro.
32757         (hard_locale): Assume setlocale exists.
32758         Rewrite to avoid #ifdef.
32759         Use strdup rather than malloc + strcpy.
32760         * lib/human.c: Assume <locale.h> exists.
32761         (human_readable): Assume localeconv exists.
32762
32763 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
32764
32765         * modules/hard-locale (Depends-on): Add strdup.
32766
32767 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
32768
32769         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
32770         convert T2, not T.  (Imported from libc.)
32771
32772 2004-11-30  Simon Josefsson  <jas@extundo.com>
32773
32774         * modules/restrict (License): Change to LGPL.
32775
32776 2004-11-30  Simon Josefsson  <jas@extundo.com>
32777
32778         * m4/restrict.m4: Add copyright and copying conditions.
32779
32780 2004-11-30  Simon Josefsson  <jas@extundo.com>
32781
32782         * m4/base64.m4: New file.
32783
32784 2004-11-30  Simon Josefsson  <jas@extundo.com>
32785
32786         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
32787         base64.
32788
32789         * tests/test-base64.c: New file.
32790
32791         * modules/base64: New file.
32792
32793 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
32794
32795         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
32796         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
32797
32798         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
32799
32800 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
32801
32802         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
32803         (__getcwd.c): Don't restore errno; glibc doesn't.
32804         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
32805         first, falling back to our code only if its results look suspicious.
32806         Ensure that the resulting buffer is only as large as necessary.
32807
32808         * lib/readutmp.c: Include readutmp.h first.
32809         Include <errno.h>, since readutmp.h no longer does that.
32810         * lib/readutmp.h: Don't include <errno.h>,
32811         <sys/param.h>, <time.h>; not needed to establish interface.
32812         (errno): Remove decl.
32813         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
32814         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
32815         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
32816
32817 2004-11-28  Simon Josefsson  <jas@extundo.com>
32818
32819         * lib/base64.h, base64.c: New file.
32820
32821 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
32822
32823         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
32824
32825 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
32826
32827         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
32828         (Depends-on): Remove pathmax, same.  Add mempcpy.
32829         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
32830         (Makefile.am): Append getcwd.h to lib_SOURCES.
32831         (Include): Add getcwd.h.
32832         (Maintainer): Change from Jim Meyering to "all, glibc",
32833         since getdate now uses intended-for-glibc code.
32834         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
32835         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
32836
32837 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
32838
32839         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
32840         HP's ANSI C compiler.
32841         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
32842         Declaring int functions causes warnings on some modern systems and
32843         shouldn't be needed to compile on ancient ones.
32844         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
32845         defined.
32846
32847         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
32848         with the following changes.
32849         (__set_errno): Parenthesize properly.
32850         Include <stdbool.h>.
32851         (MIN, MAX, MATCHING_INO): New macros.
32852         (__getcwd): Define with prototype, not K&R form.
32853         Use heuristics to allocate default buffer on stack if possible.
32854         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
32855         behavior, and to avoid the PATH_MAX limit when computing
32856         ../../../../...
32857         Use MATCHING_INO to compare inode number to file.
32858         Check for arithmetic overflow in size calculations.
32859         Fix bug in reallocation of dot array that caused getcwd to fail
32860         on directories nested deeper than 75.
32861         Be more careful about saving errno on error.
32862         Do not use realloc; use only free+malloc, as this is a bit
32863         more flexible and avoids a needless copy operation.
32864         Do not inspect st_dev and st_ino for symbolic links; POSIX
32865         doesn't specify the latter.
32866         Check for closedir errors.
32867         Avoid needless casts.
32868         Use "#ifdef weak_alias" around weak_alias, to be like other
32869         glibc code.
32870         The following changes to getcwd.c have effect only when used in
32871         gnulib; they have no effect inside glibc proper.
32872         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
32873         as alloca isn't used.
32874         (alloca, __alloca): Likewise.
32875         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
32876         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
32877         unconditionally, as gnulib assumes C89 or better.
32878         Do not include <sys/param.h>.
32879         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
32880         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
32881         better.
32882         (NULL) [!defined NULL]: Remove; we assume C89 or better.
32883         Include <dirent.h> in a way that is compatible with modern Autoconf.
32884         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
32885         New macros, if not already defined.
32886         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
32887         Use "_LIBC", not "defined _LIBC", for consistency.
32888         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
32889         a mempcpy module.
32890         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
32891         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
32892         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
32893         credit only to Jim Meyering and adjust the copyright dates.
32894         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
32895         <stdlib.h>, <unistd.h>, "pathmax.h".
32896         Instead, include "xgetcwd.h" (first) and "getcwd.h".
32897         (INITIAL_BUFFER_SIZE): Remove.
32898         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
32899
32900 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
32901
32902         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
32903         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
32904         Use the _ONCE methods, for efficiency.
32905         Check for fcntl.h.  In test program, include <errno.h>
32906         and <fcntl.h> if available.  Remove old K&R cruft from
32907         test program.  Check for common errors in GNU/Linux,
32908         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
32909         don't do AC_LIBOBJ, as that's getcwd.m4's job.
32910         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
32911         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
32912         name accordingly.
32913         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
32914         accommodate new getcwd.c.
32915         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
32916         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
32917         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
32918         that's all we need now.
32919
32920 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32921
32922         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
32923         argp-parse.c depends on getopt internals, that means we should
32924         always use our getopt, to be on the safe side.
32925         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
32926         order not to spoil the result of an eventual previous invocation
32927         of gl_GETOPT_SUBSTITUTE.
32928
32929 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32930
32931         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
32932         redefinition warnings. To avoid them, include the defines
32933         in `#if !defined __need_getopt ... #endif'. The only place
32934         where __getopt_argv_const is used is in definitions
32935         of getopt_long and getopt_long_only below, which are as well
32936         protected by `#ifndef __need_getopt'.
32937         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
32938         __need_getopt after including <stdio.h> and <unistd.h> These
32939         headers might have defined it.
32940
32941 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
32942
32943         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
32944
32945 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
32946
32947         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
32948         (futimens): New function, which uses futimes if available.
32949         (futimens, utimens): Support timespec==NULL, with same semantics
32950         as utime and utimens.
32951         * lib/utimens.h (futimens): New decl.
32952
32953 2004-11-23  Jim Meyering  <jim@meyering.net>
32954
32955         * lib/getopt_.h: Remove trailing blanks.
32956
32957 2004-11-23  Jim Meyering  <jim@meyering.net>
32958
32959         * lib/__fpending.c: Add comment.
32960
32961 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
32962
32963         * modules/canonicalize (Depends-on): Add xreadlink.
32964         Problem reported by James Youngman.
32965
32966 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
32967
32968         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
32969         New macros.
32970         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
32971         optopt): Use them instead of invoking ## directly; otherwise, the
32972         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
32973
32974 2004-11-19  Bruno Haible  <bruno@clisp.org>
32975
32976         * lib/strtok_r.c: Move comments from here...
32977         * lib/strtok_r.h: ... to here.
32978
32979 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
32980
32981         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
32982         implementations that mishandle size_t overflow.
32983
32984 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
32985
32986         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
32987         might fail.  Problem reported by Yoann Vandoorselaere.
32988         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
32989         implementations that mishandle size_t overflow.
32990
32991 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
32992
32993         * modules/canon-host (Depends-on): Add strdup.
32994
32995 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
32996
32997         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
32998
32999 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
33000
33001         * lib/canon-host.c: Include "strdup.h".
33002         (canon_host): Use getaddrinfo if available, so that IPv6 works.
33003         Use strdup instead of malloc/strcpy to duplicate strings.
33004
33005         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
33006         (human_space_before_unit): New constant.
33007         * lib/human.c (human_readable): Support it.
33008
33009         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
33010         (xgetcwd): Set errno correctly when failing.
33011         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
33012         the failure is actually due to a PATH_MAX problem.
33013
33014         Further getopt changes to make it more likely that glibc will
33015         buy the changes back.
33016         * lib/getopt.c (POSIXLY_CORRECT): New constant.
33017         (getopt): Use it, so to preserve glibc semantic
33018         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
33019         when compiling for libc.
33020         * lib/getopt_.h (__getopt_argv_const): Bring it back.
33021         (getopt_long, getopt_long_only): Use it.
33022
33023         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
33024         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
33025         (getopt): Argv is now char * const *, as per standard.
33026         (_getopt_internal_r, _getopt_internal): Argv is now char **,
33027         not char *__getopt_argv_const *.
33028         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
33029         _getopt_long_only_r): Likewise.
33030         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
33031         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
33032         _getopt_long_r, _getopt_long_only_r): Likewise.
33033         * lib/getopt_.h (__getopt_argv_const): Remove.
33034         (getopt): Argv is now char * const *, as per standard.
33035
33036         * lib/getdate.y (tORDINAL): New token.
33037         (day, relunit): Allow it for relative times.
33038         (relative_time_table): Use tORDINAL for ordinals.
33039
33040 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
33041
33042         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
33043         Document that "second" isn't allowed as an ordinal number.
33044
33045 2004-11-16  Jim Meyering  <jim@meyering.net>
33046
33047         * modules/closeout (Depends-on): Add fpending.
33048
33049 2004-11-15  Jim Meyering  <jim@meyering.net>
33050
33051         * lib/closeout.c: Include "__fpending.h" once again.
33052         Include <stdbool.h>.
33053         (close_stdout): Don't fail just because stdout was closed initially,
33054         since some programs don't write to stdout in the normal course of
33055         operation (other than --version and --help), and we don't want this
33056         function to make e.g. `touch file >&-' fail.
33057         But do fail if it was closed and someone has tried to write to it.
33058         E.g., `printf foo >&-' must fail.
33059
33060 2004-11-13  Jim Meyering  <jim@meyering.net>
33061
33062         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
33063
33064 2004-11-12  Simon Josefsson  <jas@extundo.com>
33065
33066         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
33067         small doc fix is still pending.
33068
33069 2004-11-11  Simon Josefsson  <jas@extundo.com>
33070
33071         * modules/strtok_r: New file.
33072
33073         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
33074         strtok_r.
33075
33076 2004-11-11  Simon Josefsson  <jas@extundo.com>
33077
33078         * m4/strtok_r.m4: New file.
33079
33080         * m4/getopt.m4: Replace opterr.
33081
33082 2004-11-11  Simon Josefsson  <jas@extundo.com>
33083
33084         * lib/strtok_r.h, strtok_r.c: New file.
33085
33086 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
33087
33088         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
33089         of replacing opterr, getopt, etc.  This should handle the
33090         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
33091
33092 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
33093
33094         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
33095         we can stop lying to compilers about the constness of argv when we
33096         are compiled outside glibc.
33097         (getopt, getopt_long, getopt_long_only): Use it.
33098         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
33099         _getopt_internal, getopt): Likewise.
33100         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
33101         _getopt_long_only_r): Likewise.
33102         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
33103         _getopt_long_r, _getopt_long_only_r): Likewise.
33104
33105         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
33106         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
33107         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
33108         the other external symbols.
33109         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
33110         declaration, since the above renaming now works around collisions.
33111
33112 2004-11-11  Jim Meyering  <jim@meyering.net>
33113
33114         * lib/linebreak.c: Remove trailing blanks.
33115         * lib/alloca_.h: Likewise.
33116         * lib/acosl.c: Likewise.
33117         * lib/euidaccess.c: Likewise.
33118         * lib/allocsa.h: Likewise.
33119
33120 2004-11-10  Simon Josefsson  <jas@extundo.com>
33121
33122         * m4/getaddrinfo.m4: New file.
33123
33124 2004-11-10  Simon Josefsson  <jas@extundo.com>
33125
33126         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
33127
33128 2004-11-10  Simon Josefsson  <jas@extundo.com>
33129
33130         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
33131         getaddrinfo.
33132
33133         * modules/getaddrinfo: New file.
33134
33135 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
33136
33137         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
33138
33139 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
33140
33141         * lib/mktime.c (SHR): New macro, which is a portable
33142         substitute for >> that should work even on Crays.
33143         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
33144         Problem reported by Mark D. Baushke in
33145         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
33146         * lib/getdate.y (SHR): Likewise.
33147         (tm_diff): Use it.
33148         * lib/strftime.c (SHR): Likewise.
33149         (tm_diff): Use it.
33150         * lib/quotearg.c (struct quoting_options): Use unsigned int for
33151         quote_these_too, so that right shifts are well defined.  All uses
33152         changed.
33153
33154 2004-11-10  Jim Meyering  <jim@meyering.net>
33155
33156         Ensure that no close failure goes unreported.
33157         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
33158         return early when it seems there's nothing to flush.
33159         Don't include __fpending.h.
33160
33161 2004-11-10  Jim Meyering  <jim@meyering.net>
33162
33163         * modules/closeout (Depends-on): Remove fpending.
33164
33165 2004-11-10  Jim Meyering  <jim@meyering.net>
33166
33167         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
33168
33169 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
33170
33171         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
33172         gl_FUNC_STRFTIME.
33173         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
33174         and AC_REQUIRE when possible, to avoid duplicate checks.
33175         Check for <wchar.h>.
33176
33177 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
33178
33179         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
33180
33181 2004-11-09  Bruno Haible  <bruno@clisp.org>
33182
33183         * m4/sockpfaf.m4: New file.
33184
33185 2004-11-05  Bruno Haible  <bruno@clisp.org>
33186
33187         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
33188         Reported by Mark D. Baushke <mdb@cvshome.org>.
33189
33190 2004-11-04  Bruno Haible  <bruno@clisp.org>
33191
33192         2004-09-11  Bruno Haible  <bruno@clisp.org>
33193                 * allocsa.valgrind: New file.
33194         2004-02-06  Bruno Haible  <bruno@clisp.org>
33195                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
33196                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
33197                 Reported by Christopher Seip <chris.seip@hp.com>.
33198
33199 2004-11-04  Bruno Haible  <bruno@clisp.org>
33200
33201         * modules/allocsa (Files): Add lib/allocsa.valgrind.
33202         (Makefile.am): Distribute it.
33203
33204 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
33205
33206         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
33207         with errno == ERANGE if the buffer is too small.
33208         Problem reported by Mark D. Baushke.
33209
33210 2004-11-03  Albert Chin  <china@thewrittenword.com>
33211             Paul Eggert  <eggert@cs.ucla.edu>
33212
33213         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
33214         equivalent, substitute $ac_type for equivalent type rather than
33215         blindly using uint32_t *always* which won't work if uint32_t is not
33216         available.  Define _UINT32_T to work around typedef of uint32_t if
33217         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
33218         2.5.1.
33219
33220 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
33221
33222         * m4/jm-macros.m4: Sync from coreutils.
33223         (gl_MACROS): Check for mbrlen, for pathchk.
33224         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
33225
33226 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
33227
33228         * lib/xreadlink.c (MAXSIZE): New macro.
33229         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
33230         size does not exceed MAXSIZE.  Avoid cast.
33231         As suggested by Mark D. Baushke in
33232         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
33233         if readlink fails with buffer size just under MAXSIZE, try again
33234         with MAXSIZE.
33235
33236 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
33237
33238         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
33239
33240 2004-11-02  Derek R. Price  <derek@ximbiot.com>
33241         and  Paul Eggert  <eggert@cs.ucla.edu>
33242
33243         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
33244         (get_date): Overparenthesize to avoid GCC warning.
33245
33246 2004-11-02  Bruno Haible  <bruno@clisp.org>
33247
33248         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
33249         returns void.
33250
33251 2004-11-02  Bruno Haible  <bruno@clisp.org>
33252
33253         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
33254         function returns void.
33255
33256 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
33257
33258         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
33259         fflush_unlocked, flockfile, funlockfile, funlockfile,
33260         fputs_unlocked, putc_unlocked.
33261
33262 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
33263
33264         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
33265         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
33266         already declared.
33267
33268 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
33269
33270         * modules/getdate (Files): Add doc/getdate.texi.
33271         (Depends-on): Add setenv, xalloc.
33272
33273 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
33274
33275         * lib/getdate.y: Add support for TZ="foo" within a date string.
33276         Fix some bugs near time_t boundaries.  Reject dates with
33277         out-of-range components, e.g., "Sept 31".
33278         Include <stdlib.h>, "setenv.h", "xalloc.h".
33279         (ISDIGIT_LOCALE): Remove; unused.
33280         Note that the TZ and time functions used here are not reentrant.
33281         (mktime_ok, get_tz): New functions.
33282         (TZBUFSIZE): New constant.
33283         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
33284         This requires that we sometimes generate our own TZ="XXX..." setting.
33285
33286 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
33287
33288         * doc/getdate.texi: New file, from coreutils with modifications for
33289         the new TZ parsing.
33290
33291 2004-10-27  Derek R. Price  <derek@ximbiot.com>
33292
33293         * lib/mktime.c (not_equal_tm): Remove redundant check.
33294
33295 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
33296
33297         * modules/regex (lib_SOURCES): Add regex.c.
33298         Reported by James Youngman in
33299         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
33300
33301 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
33302
33303         * lib/getdate.y: Use Bison 1.875 features, and some minor
33304         code cleanups.  This change does not affect semantics.
33305         Don't include <stdlib.h>; no longer needed.
33306         Don't include unlocked-io.h; only the "#if TEST" code uses
33307         stdio, and performance isn't crucial there.
33308         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
33309         Bison 1.875 features as described below.
33310         All uses of "PC." replaced by "pc->".
33311         (YYSTYPE): Add a forward declaration.
33312         (yylex, yyerror): Use full prototypes in forward decls.
33313         Use "%pure-parser" rather than obsolescent "%pure_parser".
33314         Use %parse-param and %lex-param instead of obsolescent
33315         YYPARSE_PARAM and YYLEX_PARAM.
33316         (meridian_table, month_and_day_table, time_units_table,
33317         relative_time_table, time_zone_table, military_table,
33318         lookup_zone, lookup_word, get_date):
33319         Use NULL instead of 0 where appropriate.
33320         (to_hour): Avoid abort (), to avoid a dependency on
33321         stdlib.h.
33322         (yyerror, yylex): Now accepts parser_control * arg.
33323         (main) [TEST]: Use '\0' rather than 0 for char.
33324
33325 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
33326
33327         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
33328
33329 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
33330
33331         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
33332         It's now the caller's responsibility to handle the case where
33333         !HAVE_GETPAGESIZE && !defined getpagesize.
33334
33335         * lib/mktime.c (leapyear): Arg is long int, not int.
33336
33337 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
33338
33339         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
33340
33341 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
33342
33343         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
33344         missing.  Problem reported by James Youngman.
33345
33346 2004-10-16  Simon Josefsson  <jas@extundo.com>
33347
33348         * gnulib-tool: Fix comments.  Fix parse problem.
33349         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
33350
33351 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
33352
33353         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
33354         implementation of getopt_long.  Problem reported by Alexander Taler in:
33355         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
33356
33357 2004-10-15  Bruno Haible  <bruno@clisp.org>
33358
33359         * gnulib-tool: Untabify. Initialize supplied_libname.
33360         (func_usage): More homogenous output.
33361         (func_modules_transitive_closure, func_modules_to_filelist,
33362         func_emit_lib_Makefile_am): New functions.
33363         (func_import): New function, extracted from big case statement. Use
33364         func_get_license, func_modules_transitive_closure,
33365         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
33366         opt_lgpl. Don't use test -a, as it's not portable.
33367         (func_create_testdir): Use func_modules_transitive_closure,
33368         func_modules_to_filelist, func_emit_lib_Makefile_am.
33369
33370 2004-10-15  Bruno Haible  <bruno@clisp.org>
33371
33372         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
33373
33374 2004-10-15  Bruno Haible  <bruno@clisp.org>
33375
33376         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
33377         the portions belonging to each module.
33378         Suggested by Derek Robert Price <derek@ximbiot.com>.
33379
33380 2004-10-12  Simon Josefsson  <jas@extundo.com>
33381
33382         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
33383         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
33384         to real functions.
33385
33386 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
33387
33388         * modules/vsnprintf: New file.
33389
33390 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
33391
33392         * m4/vsnprintf.m4: New file.
33393
33394 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
33395
33396         * lib/vsnprintf.h: New file.
33397         * lib/vsnprintf.c: New file.
33398
33399 2004-10-11  Bruno Haible  <bruno@clisp.org>
33400
33401         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
33402         vsnprintf.
33403
33404 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
33405
33406         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
33407
33408 2004-10-07  Bruno Haible  <bruno@clisp.org>
33409
33410         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
33411         fits into the provided buffer.
33412
33413 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
33414
33415         * lib/diacrit.c, diacrit.h: Add GPL notice.
33416
33417         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
33418         notice.
33419         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
33420         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
33421         This avoids a potential constant-folding bug.
33422
33423 2004-10-05  Bruno Haible  <bruno@clisp.org>
33424
33425         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
33426         for the declaration of strsep.
33427
33428 2004-10-05  Bruno Haible  <bruno@clisp.org>
33429
33430         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
33431
33432 2004-10-04  Simon Josefsson  <jas@extundo.com>
33433
33434         * modules/memmem: New file.
33435         * tests/test-memmem.c: New file.
33436         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
33437
33438 2004-10-04  Simon Josefsson  <jas@extundo.com>
33439
33440         * m4/memmem.m4: New file.
33441
33442 2004-10-04  Simon Josefsson  <jas@extundo.com>
33443
33444         * lib/memmem.h: New file.
33445         * lib/memmem.c: New file, taken from glibc.
33446
33447 2004-10-04  Simon Josefsson  <jas@extundo.com>
33448
33449         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
33450         '#ifdef USE_UNLOCKED_IO'.
33451
33452 2004-10-04  Simon Josefsson  <jas@extundo.com>
33453
33454         * config/srclist.txt: Add memmem from glibc.
33455
33456 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
33457
33458         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
33459
33460         * modules/argmatch, modules/argp, modules/closeout, modules/error,
33461         modules/exclude, modules/getdate, modules/getline,
33462         modules/getndelim2, modules/getpass, modules/getpass-gnu,
33463         modules/getusershell, modules/linebuffer, modules/md5,
33464         modules/mountlist, modules/posixtm, modules/readtokens,
33465         modules/readutmp, modules/regex, modules/sha1,
33466         modules/version-etc, modules/yesno:
33467         Remove dependency on unlocked-io.
33468
33469 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
33470
33471         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
33472
33473         * m4/unlocked-io.m4: Add copyright notice.
33474         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
33475
33476 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
33477
33478         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
33479         * lib/xmalloc.c (xmemdup): Likewise.
33480         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
33481         XFREE): Remove these long-obsolescent macros.
33482         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
33483         * lib/xstrdup.c: Remove.
33484
33485         * lib/regex.c (re_comp): Cast gettext return value to char *,
33486         Problem reported by Martin Neitzel via Mark D. Baushke.
33487
33488 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
33489
33490         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
33491         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
33492         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
33493         regex.c, sha1.c, version-etc.c, yesno.c:
33494         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
33495         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
33496         the includer's responsibility.
33497
33498         Sync from coreutils.
33499
33500         * lib/modechange.c (mode_compile): Don't decrement a pointer that
33501         points to the start of a string, as the C Standard says the
33502         resulting behavior is undefined.
33503
33504         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
33505         simple -> simple_backups, numbered_existing ->
33506         numbered_existing_backups, numbered -> numbered_backups
33507         to avoid shadowing problems.  All uses changed.
33508         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
33509         * lib/backupfile.c (check_extension, numbered_backup):
33510         Rename locals to avoid shadowing 'basename'.
33511         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
33512         once.
33513
33514         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
33515         * lib/.cvsignore: Add getopt.h.
33516
33517 2004-10-04  Bruno Haible  <bruno@clisp.org>
33518
33519         * modules/README: New file.
33520         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
33521         not a module.
33522
33523 2004-10-02  Jim Meyering  <jim@meyering.net>
33524
33525         * lib/dirfd.h, getpagesize.h: Add copyright notice.
33526
33527 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
33528
33529         * modules/strsep: New file.
33530
33531 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
33532
33533         * m4/strsep.m4: New file.
33534
33535 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
33536
33537         * lib/strsep.h: New file.
33538         * lib/strsep.c: New file.
33539
33540 2004-10-01  Simon Josefsson  <jas@extundo.com>
33541
33542         * lib/snprintf.c (snprintf): Handle size==0.
33543
33544 2004-10-01  Simon Josefsson  <jas@extundo.com>
33545             Bruno Haible  <bruno@clisp.org>
33546
33547         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
33548         (snprintf): Declare 'args'.
33549
33550 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
33551
33552         * lib/snprintf.c: Remove comments as to why each header is needed.
33553
33554 2004-10-01  Bruno Haible  <bruno@clisp.org>
33555
33556         * MODULES.html.sh: Add strsep.
33557
33558 2004-09-30  Simon Josefsson  <jas@extundo.com>
33559
33560         * modules/snprintf: New file.
33561
33562 2004-09-30  Simon Josefsson  <jas@extundo.com>
33563
33564         * m4/snprintf.m4: New file.
33565
33566 2004-09-30  Simon Josefsson  <jas@extundo.com>
33567
33568         * lib/snprintf.h, lib/snprintf.c: New files.
33569
33570 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33571
33572         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
33573         (hol_entry_help): Never translate an empty string.
33574         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
33575         * lib/argp.h (OPTION_NO_TRANS): New option.
33576
33577 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
33578
33579         * modules/argp (Maintainer): Replace Simon Josefsson
33580         by Sergey Poznyakoff.
33581
33582 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
33583
33584         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
33585         changes merged back into glibc.
33586
33587 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
33588
33589         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
33590
33591 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
33592
33593         * lib/xvasprintf.c: Include xalloc.h.
33594         (xvasprintf): Use xalloc_die, not xmalloc_die.
33595
33596 2004-09-29  Bruno Haible  <bruno@clisp.org>
33597
33598         * modules/alloca-opt: New file, derived from modules/alloca.
33599         * modules/allocsa: Depend on alloca-opt instead of alloca.
33600         * modules/setenv: Likewise.
33601         * modules/vasnprintf: Likewise.
33602         * MODULES.html.sh: Add alloca-opt.
33603
33604 2004-09-28  Simon Josefsson  <jas@extundo.com>
33605
33606         * gnulib-tool: New parameter --lgpl, to asseert that modules are
33607         LGPL, and to replace license template from GPL to LGPL.
33608
33609 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
33610
33611         * modules/dummy: Change license to LGPL.
33612
33613 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
33614
33615         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
33616
33617 2004-09-24  Simon Josefsson  <jas@extundo.com>
33618
33619         * modules/minmax (License): Change from GPL to LGPL.
33620
33621 2004-09-23  Simon Josefsson  <jas@extundo.com>
33622
33623         * gnulib-tool (--import): Typo.
33624
33625 2004-09-23  Simon Josefsson  <jas@extundo.com>
33626
33627         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
33628
33629 2004-09-22  Bruno Haible  <bruno@clisp.org>
33630
33631         * modules/*: Add 'License' field.
33632         * gnulib-tool: Accept --extract-license option.
33633         (func_get_license): New function.
33634
33635 2004-09-21  Bruno Haible  <bruno@clisp.org>
33636
33637         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
33638         Reported by Simon Josefsson.
33639
33640 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
33641
33642         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
33643         gl_AC_TYPE_LONG_LONG.
33644
33645 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
33646
33647         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
33648
33649 2004-09-18  Simon Josefsson  <jas@extundo.com>
33650         and  Paul Eggert  <eggert@cs.ucla.edu>
33651
33652         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
33653         calls with autoreconf.  Define GL_LIB.
33654
33655 2004-09-14  Karl Berry  <karl@gnu.org>
33656
33657         * config/srclist.txt: unsync setenv.c, sigh.
33658
33659 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
33660
33661         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
33662         Problem reported by Bruno Haible in:
33663         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
33664
33665 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
33666
33667         * config/srclist.txt: Comment out argp-pvh.c.
33668
33669 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
33670
33671         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
33672         in case some system header has #define'd it.  Problem reported by
33673         Soeren D. Schulze in
33674         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
33675
33676 2004-09-09  Karl Berry  <karl@gnu.org>
33677
33678         * regex.[ch]: delete from the root.  These were supposed to be
33679                 synced with emacs cvs, but this has not happened for about
33680                 a year, and anyway nothing else uses emacs regex.[ch].
33681                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
33682                 lib/regex[.ch] is untouched.
33683
33684 2004-09-09  Bruno Haible  <bruno@clisp.org>
33685
33686         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
33687
33688 2004-09-09  Bruno Haible  <bruno@clisp.org>
33689
33690         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
33691         modifications.
33692         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
33693
33694 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
33695
33696         * modules/xvasprintf: New file.
33697         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
33698
33699 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
33700
33701         * lib/xvasprintf.h: New file.
33702         * lib/xvasprintf.c: New file.
33703         * lib/xasprintf.c: New file.
33704
33705 2004-09-08  Bruno Haible  <bruno@clisp.org>
33706
33707         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
33708
33709 2004-09-08  Bruno Haible  <bruno@clisp.org>
33710
33711         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
33712         length is > INT_MAX.
33713         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
33714         more.
33715
33716 2004-09-08  Bruno Haible  <bruno@clisp.org>
33717
33718         * lib/stdint_.h: New file, taken from GNU clisp.
33719
33720 2004-09-08  Bruno Haible  <bruno@clisp.org>
33721             Oskar Liljeblad  <oskar@osk.mine.nu>
33722
33723         * modules/stdint: New file.
33724         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
33725
33726 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33727
33728         Import from coreutils.
33729         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
33730         strings on unbounded length.  alloca's performance benefits aren't
33731         that important here.
33732         (V_STRDUP): Remove.
33733         (parse_with_separator): New function, with most of the internals
33734         of the old parse_user_spec.  Allow user to omit both user and group,
33735         for compatibility with FreeBSD.
33736         Clone only the user name, not the entire spec.
33737         Do not set *uid, *gid unless entirely successful.
33738         Avoid memory leak in some failing cases.
33739         Fix regression for USER.GROUP reported by Dmitry V. Levin in
33740         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
33741         (parse_user_spec): Rewrite to use parse_with_separator.
33742
33743 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33744
33745         * modules/userspec: Don't depend on alloca.
33746
33747 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
33748
33749         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
33750
33751 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
33752
33753         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
33754         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
33755         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
33756
33757 2004-08-16  Simon Josefsson  <jas@extundo.com>
33758
33759         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
33760         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
33761         Add --dry-run for --import.
33762         Let user provided command line parameters override configure.ac
33763         settings.
33764
33765 2004-08-12  Simon Josefsson  <jas@extundo.com>
33766
33767         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
33768         as discussed with Paul Eggert in threads rooted at
33769         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
33770         and
33771         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
33772         Before, the test was empty, and relied on ELIDE_CODE in source
33773         code.)
33774         (gl_PREREQ_GETOPT): New macro.
33775         (gl_GETOPT): Use them.
33776
33777 2004-08-12  Simon Josefsson  <jas@extundo.com>
33778
33779         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
33780         * lib/getopt_.h: Renamed from getopt.h.
33781
33782 2004-08-12  Simon Josefsson  <jas@extundo.com>
33783
33784         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
33785         Change default library name from libfoo to libgnu.
33786         Now, if you have a configure.ac that says:
33787                 gl_SOURCE_BASE(gl)
33788                 gl_M4_BASE(gl/m4)
33789                 gl_MODULES(error getopt etcetera)
33790                 gl_INIT
33791         you can import all you need by running:
33792                 ../gnulib/gnulib-tool --import
33793
33794         * modules/getopt (Files): Rename getopt.h to getopt_.h.
33795         (Makefile.am): Rewrite, use logic from argz.
33796         (Include): Use <getopt.h> instead of "getopt.h".
33797
33798 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
33799
33800         * modules/argp (Files): Add m4/unlocked-io.m4.
33801         (Depends-on): Add extensions.
33802
33803 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
33804
33805         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
33806         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
33807         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
33808         Check for program_invocation_name, program_invocation_short_name,
33809         flockfile, funlockfile, features.h, _getopt_long_only_r.
33810
33811 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
33812
33813         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
33814         its complicated substitute.
33815         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
33816         and program_invocation_name.
33817         (__argp_basename) [!_LIBC]: Remove; the only use was
33818         replaced by its body.
33819         (__argp_short_program_name): Change condition from
33820         !defined __argp_short_program_name to
33821         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
33822         to match argp-namefrob.h.
33823         (__argp_failure): Don't assume strerror_r returns char *.
33824         * lib/argp-parse.c (N_): Define unconditionally.
33825         (argp_default_options): Fill out initializers with 0 to avoid
33826         gcc warnings.
33827
33828 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
33829
33830         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
33831         getopt1.c.
33832
33833 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
33834
33835         Merge from coreutils.
33836
33837         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
33838
33839         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
33840         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
33841
33842 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
33843
33844         Merge from coreutils.
33845
33846         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
33847         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
33848         for Reliant Unix 5.43.
33849
33850         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
33851         (union fooround): Use uintmax_t, not long int.
33852         The rest is a merge from libc:
33853         [defined _LIBC]: Include <shlib-compat.h>.
33854         (_obstack) [defined _LIBC]: Remove after 2.3.4.
33855
33856         * lib/settime.c (settime): Recode to avoid warning with
33857         Sun Forte C 6U2.
33858
33859         * lib/strverscmp.c: Convert to UTF-8.
33860
33861 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
33862
33863         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
33864         m4/uintmax_t.m4.
33865
33866 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
33867
33868         * modules/xalloc-die: New file.
33869         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
33870
33871         * modules/md5 (Files): Add m4/uint32_t.m4.
33872         * modules/sha1: Renamed from modules/sha.
33873         (Files):
33874         Rename lib/sha.h to lib/sha1.h.
33875         Rename lib/sha.c to lib/sha1.c.
33876         Rename m4/sha.m4 to m4/sha1.m4.
33877         (lib_SOURCES): Likewise.
33878         (configure.ac): Rename gl_SHA to gl_SHA1.
33879         (Include): sha.h -> sha1.h.
33880
33881 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
33882
33883         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
33884         * m4/sha1.m4: Renamed from sha.m4.
33885         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
33886
33887 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
33888
33889         * lib/obstack.h (obstack_empty_p):
33890         Don't assume that chunk->contents is suitably aligned.
33891         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
33892         Likewise. Problem reported by Benno in
33893         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
33894
33895         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
33896         readable.  This could be improved further but it'd take some work.
33897
33898 2004-08-08  Simon Josefsson  <jas@extundo.com>
33899
33900         * modules/xgethostname (Depends-on): Remove exit and error (not
33901         used).
33902
33903         * modules/getpass-gnu: Add getpass.h.
33904         (Depends-on): Add stdbool.
33905         * modules/getpass: Add getpass.h.
33906
33907 2004-08-08  Simon Josefsson  <jas@extundo.com>
33908
33909         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
33910         Check getpass declaration.
33911
33912 2004-08-08  Simon Josefsson  <jas@extundo.com>
33913
33914         * lib/xgethostname.c: Don't include error.h (not used).
33915
33916         * lib/getpass.h: Add.
33917         * lib/getpass.c: Include getpass.h first.
33918
33919 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
33920
33921         * lib/xalloc-die.c: New file.
33922         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
33923         All uses removed.
33924         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
33925         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
33926         xalloc-die.c.
33927         (_, N_, xalloc_die): Move to xalloc-die.c.
33928         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
33929         so that we needn't mess with xalloc_msg_memory_exhausted.
33930
33931         * lib/sha1.h: Renamed from sha.h.
33932         (SHA1_H): Renamed from _SHA_H.
33933         (sha1_ctx): Renamed from sha_ctx.
33934         (sha1_init_ctx): Renamed from sha_init_ctx.
33935         (sha1_process_block): Renamed from sha_process_block.
33936         (sha1_process_bytes): Renamed from sha_process_bytes.
33937         (sha1_finish_ctx): Renamed from sha_finish_ctx.
33938         (sha1_read_ctx): Renamed from sha_read_ctx.
33939         (sha1_stream): Renamed from sha_stream.
33940         (sha1_buffer): Renamed from sha_buffer.
33941         * lib/sha1.c: Likewise; renamed from sha.c.
33942         Do not include <sys/types.h>.
33943         Include <stddef.h> rather than <stdlib.h>.
33944
33945 2004-08-08  Bruno Haible  <bruno@clisp.org>
33946
33947         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
33948         FILESYSTEM_PREFIX_LEN.
33949         * lib/progreloc.c: Likewise.
33950         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
33951
33952 2004-08-06  Simon Josefsson  <jas@extundo.com>
33953
33954         * modules/progname (Depends-on): Don't depend on stdbool.
33955
33956 2004-08-06  Simon Josefsson  <jas@extundo.com>
33957
33958         * modules/getsubopt: New file.
33959         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
33960         getsubopt.
33961
33962 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
33963
33964         More merge from coreutils.
33965
33966         * m4/utimens.m4, m4/utimecmp.m4: New files.
33967         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
33968         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
33969         prereq.m4, sha.m4: Import changes from coreutils.
33970
33971 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
33972
33973         More merge from coreutils.
33974         * modules/raise, modules/readtokens0, modules/utimens:
33975         * modules/utimecmp, module/xnanosleep: New files.
33976         * modules/strftime: Add lib/strftime.h.
33977         Change include from <time.h> to "strftime.h".
33978         * modules/yesno: Add lib/yesno.h.
33979         * modules/backupfile: Remove lib/addext.c.
33980         * modules/euidaccess: Add stat-macros.h.
33981         * modules/canonicalize, modules/euidaccess,
33982         modules/filemode, modules/lchown, modules/makepath,
33983         modules/rmdir, modules/stat: Likewise.
33984
33985 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
33986
33987         Merge from tar.
33988         * lib/argp-help.c (make_hol, hol_append): Don't assume that
33989         SIZE_MAX is a valid preprocessor constant.
33990         (__argp_basename): Change from "#ifndef _LIBC"
33991         to "#ifndef __argp_short_program_name", so that
33992         we don't compile these functions for tar.
33993
33994         More merges from coreutils.
33995         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
33996         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
33997         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
33998         * lib/addext.c: Remove; no longer needed.
33999         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
34000         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
34001         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
34002         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
34003         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
34004         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
34005         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
34006         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
34007         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
34008         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
34009         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
34010         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
34011         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
34012         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
34013         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
34014         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
34015         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
34016         Import changes from coreutils.
34017
34018 2004-08-05  Simon Josefsson  <jas@extundo.com>
34019
34020         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
34021
34022 2004-08-05  Simon Josefsson  <jas@extundo.com>
34023
34024         * m4/getsubopt.m4: New file.
34025
34026 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
34027
34028         Merge from coreutils.
34029
34030         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
34031         * m4/getcwd-path-max.m4: New files.
34032
34033         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
34034         FILESYSTEM_PREFIX_LEN ->
34035         FILE_SYSTEM_PREFIX_LEN.
34036         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
34037         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
34038         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
34039         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
34040
34041         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
34042         prerequisite modules now handle the DOS stuff.
34043         Don't check for unistd.h.
34044
34045 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
34046
34047         Merge from coreutils.
34048
34049         * lib/.gdb-history: Remove; this doesn't belong here.
34050
34051         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
34052         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
34053         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
34054         * lib/getcwd.c: New files.
34055
34056         * lib/dirname.h: Include <stdbool.h>.
34057         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
34058         for consistency with POSIX terminology.  All uses changed.
34059         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
34060         (strip_trailing_slashes): Use bool for booleans.
34061         * lib/stripslash.c (strip_trailing_slashes): Likewise.
34062
34063         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
34064         sometimes returns a positive errno value even when it succeeds.
34065         (print_errno_message) [!LIBC]: Fall back on strerror if
34066         __strerror_r fails.
34067
34068         * lib/path-concat.c (mempcpy): Don't define if a system header defines
34069         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
34070         (longest_relative_suffix): New function.
34071         (path_concat): Use it.  Assume first argument is not NULL.
34072         Port to DOS.  Omit redundant separators.
34073         Report an error instead of returning NULL.
34074         Use mempcpy instead of memcpy.
34075         (xpath_concat): Remove: not declared or used.
34076
34077         * lib/same.h: Include <stdbool.h>
34078         (same_name): Return bool, not int.
34079         * lib/same.c (same_name): Likewise.
34080         (errno): Don't declare; we assume C89 or better now.
34081
34082         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
34083         if not already defined.
34084
34085         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
34086         * lib/dup-safer.c (errno): Likewise.
34087
34088 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
34089
34090         Merge from coreutils.
34091         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
34092         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
34093         * modules/path-concat: Don't depend on strdup.
34094
34095 2004-08-03  Simon Josefsson  <jas@extundo.com>
34096
34097         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
34098         * lib/progname.h: Don't include stdbool.h.
34099
34100 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
34101
34102         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
34103         * MODULES.html.sh (func_all_modules): Remove fatal.
34104
34105 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
34106
34107         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
34108
34109 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
34110
34111         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
34112         working.
34113
34114 2004-08-02  Simon Josefsson  <jas@extundo.com>
34115
34116         * lib/getsubopt.h: New file, with comments from Bruno Haible.
34117         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
34118         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
34119
34120 2004-08-01  Simon Josefsson  <jas@extundo.com>
34121
34122         * lib/xgetdomainname.c: Include stdlib.h, for free().
34123
34124 2004-07-19  Bruno Haible  <bruno@clisp.org>
34125
34126         * MODULES.html.sh (func_all_modules): Add dummy.
34127
34128 2004-07-16  Simon Josefsson  <jas@extundo.com>
34129
34130         * modules/dummy: New file.
34131
34132 2004-07-16  Simon Josefsson  <jas@extundo.com>
34133
34134         * lib/dummy.c: New file.
34135
34136 2004-07-16  Bruno Haible  <bruno@clisp.org>
34137
34138         * lib/backupfile.h: Add extern "C" for C++.
34139         * lib/closeout.h: Likewise.
34140         * lib/copy-file.h: Likewise.
34141         * lib/findprog.h: Likewise.
34142         * lib/full-write.h: Likewise.
34143         * lib/pathname.h: Likewise.
34144         * lib/progname.h: Likewise.
34145         * lib/stpcpy.h: Likewise.
34146         * lib/stpncpy.h: Likewise.
34147         * lib/strcase.h: Likewise.
34148         * lib/strstr.h: Likewise.
34149         * lib/xalloc.h: Likewise.
34150
34151         * lib/mbswidth.h: Add extern "C" for C++.
34152         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
34153
34154 2004-07-13  Robert Millan  <robertmh@gnu.org>
34155
34156         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
34157
34158 2004-07-09  Simon Josefsson  <jas@extundo.com>
34159
34160         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
34161         failed without this.)
34162
34163 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
34164
34165         * modules/chown (Files): Add lib/fchown-stub.c, since
34166         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
34167
34168 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
34169
34170         * lib/fchown-stub.c: New file.
34171
34172 2004-06-24  Jim Meyering  <jim@meyering.net>
34173
34174         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
34175
34176 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
34177
34178         * modules/argz: Omit "#include".
34179
34180         * MODULES.html.sh (func_all_modules): Add calloc, to match
34181         2004-06-01 addition of calloc module.
34182
34183 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
34184
34185         * m4/argz.m4: New file, which is autoupdated from libtool.
34186
34187 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
34188
34189         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
34190         libtool.
34191
34192 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
34193
34194         * config/srclist-update: Don't insist on "USA." before the
34195         close-comment, as libtool omits the period and puts the */ on a
34196         separate line.
34197         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
34198         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
34199
34200 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
34201
34202         * modules/argz: New file.
34203         * MODULES.html.sh (func_all_modules): Add argz.
34204
34205 2004-06-12  Jim Meyering  <jim@meyering.net>
34206         and  Paul Eggert  <eggert@cs.ucla.edu>
34207
34208         * modules/hash (Files): Add lib/xalloc.h.
34209         * modules/pipe (Depends-on): Add wait-process.
34210         * modules/stat (Depends-on): Add xalloc.
34211         * modules/userspec (Files): Add lib/userspec.h.
34212         * modules/xstrto
34213
34214         Upgrade from gettext-0.13.
34215         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
34216         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
34217         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
34218
34219 2004-06-10  Jim Meyering  <jim@meyering.net>
34220
34221         * lib/calloc.c: New file.
34222
34223 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
34224
34225         * lib/getdate.y (yylex): Allow space between sign and number.
34226         Problem reported by Dan Jacobson.
34227
34228 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
34229
34230         Merge from coreutils CVS.
34231
34232         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
34233         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
34234         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
34235         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
34236         xstrtol.m4: Fix copyright date and/or serial number.
34237
34238         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
34239         See if we need an fchown replacement.
34240         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
34241         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
34242         and use the replacement function if we detect either defect.
34243
34244         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
34245         gl_UTIMECMP.
34246
34247 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
34248         and  Jim Meyering  <jim@meyering.net>
34249
34250         Merge from coreutils CVS.
34251
34252         * lib/stat-macros.h: New file, with contents from file-type.h
34253         and coreutils' system.h.
34254         * lib/file-type.c: Include "stat-macros.h".
34255         * lib/file-type.h (file_type): Move all macro definitions to new file,
34256         stat-macros.h.
34257
34258         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
34259         Wrap old code with this conditional.
34260         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
34261         function that does not dereference symlinks.
34262         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
34263
34264         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
34265         dependency problems.
34266         (xreadlink): Accept new arg SIZE, for efficiency.
34267         All decls and uses changed.
34268         * lib/xreadlink.h: Include <stddef.h>, for size_t.
34269
34270         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
34271         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
34272
34273         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
34274         sysexits.h.
34275
34276 2004-06-01  Jim Meyering  <jim@meyering.net>
34277
34278         * m4/calloc.m4: New file.
34279
34280 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
34281
34282         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
34283         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
34284         Also, fix a typo in a diagnostic.
34285
34286 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
34287
34288         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
34289         or AC_FUNC_REALLOC.
34290
34291 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
34292
34293         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
34294         macros to be defined.
34295         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
34296         the allocator returns NULL because the requested size is zero.
34297
34298 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
34299
34300         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
34301         var.  Add comment explaining why libc still defines it.  This
34302         merges the following patch from glibc:
34303         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
34304
34305 2004-05-20  Andreas Schwab  <schwab@suse.de>
34306
34307         * m4/free.m4: Replace free if it not known to work, not the other
34308         way round.
34309
34310 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
34311
34312         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
34313         present in glibc since revision 1.1 of this file.
34314         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
34315         obstack_alignment_mask, obstack_alloc, obstack_base,
34316         obstack_blank, obstack_blank_fast, obstack_chunk_size,
34317         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
34318         obstack_grow0, obstack_init, obstack_int_grow,
34319         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
34320         obstack_next_free, obstack_object_size, obstack_ptr_grow,
34321         obstack_ptr_grow_fast, obstack_room): Remove declarations of
34322         nonexistent functions.
34323
34324 2004-05-18  Karl Berry  <karl@gnu.org>
34325
34326         * config/srclist.txt: break link for vasnprintf.c.
34327
34328 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
34329
34330         Port obstack to the AS/400, where pointers are 16 bytes wide and
34331         you cannot cast an integer to a valid pointer.  This patch is
34332         currently waiting to be integrated into glibc; see
34333         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
34334
34335         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
34336         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
34337         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
34338         (struct obstack): temp member is now a union of a pointer and
34339         an integer, instead of an integer.  All integer uses changed.
34340         This does not affect the physical layout of struct obstack,
34341         except on hosts (like the AS/400) where the size or alignment of
34342         void * is greater than that of ptrdiff_t.
34343         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
34344         __STDC__)]: Store temporary in pointer member of union, not
34345         integer member.
34346         * lib/obstack.c: Include <stddef.h>, for offsetof.
34347         (struct fooalign): Remove; it doesn't need a name.
34348         (union fooround): Change double to long double, and add void *.
34349         (DEFAULT_ALIGNMENT): Use offsetof to compute.
34350         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
34351         not a macro.  Hence the values are always int; so remove all
34352         casts-to-int in uses.
34353
34354 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
34355
34356         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
34357         we can get this patch merged into glibc.
34358
34359 2004-05-17  Derek R. Price  <derek@ximbiot.com>
34360             Paul Eggert  <eggert@cs.ucla.edu>
34361
34362         * m4/argp: Depend on alloca.
34363
34364 2004-05-17  Derek R. Price  <derek@ximbiot.com>
34365             Paul Eggert  <eggert@cs.ucla.edu>
34366
34367         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
34368         freecoding.
34369
34370 2004-05-17  Bruno Haible  <bruno@clisp.org>
34371
34372         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
34373         precision that consists of a '.' followed by an empty digit string.
34374         Patch by Tor Lillqvist <tml@iki.fi>.
34375
34376 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
34377
34378         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
34379         for backward compatibility with older code.  We need our own
34380         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
34381         it under some other name, and our alloca.h will define it.
34382
34383 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
34384             Derek Price  <derek@ximbiot.com>
34385
34386         * lib/alloca.c: Include <alloca.h>, to get our interface.
34387         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
34388         include <alloca.h> first.  Use C89 prototype for alloca; this
34389         requires including <stddef.h> for size_t.  Use extern "C" if C++.
34390         Use #elif for simplicity, since we can assume C89 now.
34391         Don't try to source the system alloca.h since it will not be found
34392         and to prevent recursively including its replacement.
34393         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
34394         * lib/regex.c: Likewise.
34395
34396 2004-05-16  Derek Price  <derek@ximbiot.com>
34397             Paul Eggert  <eggert@cs.ucla.edu>
34398
34399         getline cleanup.  This changes the getndelim2 API: both order of
34400         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
34401         no delimiter).
34402
34403         * lib/getline.c: Don't include stddef.h or stdio.h, since our
34404         interface does that.
34405         (getline): Always use getdelim, so that we don't have two
34406         copies of this code.
34407         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
34408         if available.
34409         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
34410         (GETNDELIM2_MAXIMUM): New macro.
34411         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
34412         instead of the old practice of delim2==0.  All callers changed.
34413         Return -1 on overflow, instead of returning junk.
34414         Do not set *linesize unless allocation succeeds.
34415         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
34416         that we include sys/types.h.
34417         * lib/getnline.h: Likewise.
34418         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
34419         (getndelim2): Reorder arguments.
34420         * lib/getnline.c (getnline, getndelim):
34421         Don't discard the NMAX argument.
34422         (getnline): Invoke getndelim, to avoid code duplication.
34423         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
34424         of (size_t) -1 by callers of the getnline family.
34425
34426 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
34427
34428         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
34429         Check for gettimeofday.
34430         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
34431         Check for settimeofday, stime.
34432
34433 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
34434
34435         * lib/nanosleep.c (suspended): Change its type from int to
34436         sig_atomic_t volatile.
34437         (first_call): Make it private to rpl_nanosleep, and have it
34438         be zero initially as that's a bit faster.
34439         (my_usleep): Round up fractional times instead of truncating them,
34440         as this is the usual meaning for 'sleep'.
34441
34442         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
34443         doesn't work.
34444         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
34445         (ENOSYS): Define if not defined.
34446         (settime): Fall back on stime if it exists and settimeofday fails.
34447         But don't bother with fallbacks if a method fails with errno == EPERM.
34448
34449 2004-05-11  Jim Meyering  <jim@meyering.net>
34450
34451         Prior to this change, the save_cwd caller required read access to the
34452         current directory on most systems (ones with the fchdir function).
34453
34454         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
34455         fails, try write-only, and finally, resort to using xgetcwd.
34456
34457 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
34458
34459         * lib/obstack.c, obstack.h: Import changes from libc.
34460
34461 2004-04-28  Bruno Haible  <bruno@clisp.org>
34462
34463         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
34464         also implicitly appends .exe to executables.
34465         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
34466         accepts Windows pathnames.
34467         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
34468         Treat Cygwin like Windows, since it now accepts Windows pathnames.
34469         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
34470         Treat Cygwin like Windows, since it now accepts Windows pathnames.
34471         Reported by Derek Robert Price <derek@ximbiot.com>.
34472
34473 2004-04-21  Karl Berry  <karl@gnu.org>
34474
34475         * config/srclist.txt (localcharset.c): break sync.
34476
34477 2004-04-20  Paul Eggert  <eggert@twinsun.com>
34478
34479         * m4/host-os.m4: Add a copyright notice.
34480
34481 2004-04-20  Jim Meyering  <jim@meyering.net>
34482
34483         Change UTILS_ to gl_ in AC_DEFINE'd names.
34484         Change utils_- and jm_-prefixed variables, too.
34485         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
34486         UTILS_FUNC_MKDIR_TRAILING_SLASH.
34487         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
34488
34489         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
34490         Don't emit trailing blanks.
34491         Also rename jm_-prefixed variables to have gl_ prefix.
34492
34493         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
34494         Also rename jm_-prefixed variables to have gl_ prefix.
34495
34496         * m4/jm-macros.m4: Reflect the renamings.
34497         * m4/prereq.m4: Likewise.
34498
34499 2004-04-20  Jim Meyering  <jim@meyering.net>
34500
34501         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
34502         memory.
34503
34504 2004-04-20  Jim Meyering  <jim@meyering.net>
34505             Bruno Haible  <bruno@clisp.org>
34506
34507         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
34508         memory when realloc fails.
34509
34510 2004-04-19  Jim Meyering  <jim@meyering.net>
34511
34512         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
34513         now that readutmp.c may call `free (0)'.
34514
34515 2004-04-19  Bruno Haible  <bruno@clisp.org>
34516
34517         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
34518         * m4/inttypes_h.m4: Likewise.
34519         * m4/stdint_h.m4: Likewise.
34520         * m4/intmax_t.m4: Likewise.
34521         * m4/uintmax_t.m4: Likewise.
34522
34523 2004-04-18  Jim Meyering  <jim@meyering.net>
34524
34525         * m4/prereq.m4: Don't forbid jm_ prefix.
34526
34527         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
34528         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
34529         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
34530         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
34531         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
34532         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
34533         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
34534         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
34535         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
34536         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
34537         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
34538         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
34539         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
34540         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
34541         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
34542         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
34543         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
34544         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
34545         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
34546
34547 2004-04-18  Jim Meyering  <jim@meyering.net>
34548
34549         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
34550         failure, don't leak memory and do call END_UTMP_ENT.
34551
34552 2004-04-16  Jim Meyering  <jim@meyering.net>
34553
34554         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
34555         coreutils' stat program.
34556         (gl_PREREQ): Don't require jm_PREREQ_STAT.
34557
34558 2004-04-11  Paul Eggert  <eggert@twinsun.com>
34559
34560         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
34561         C89.
34562         (CHAR_BIT): Remove, since we assume C89.
34563         Include <stdint.h> if available, as per current Autoconf CVS advice.
34564
34565 2004-03-31  Jim Meyering  <jim@meyering.net>
34566
34567         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
34568         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
34569         * m4/xalloc.m4: Likewise.
34570
34571 2004-03-30  Paul Eggert  <eggert@twinsun.com>
34572
34573         Merge from coreutils.
34574
34575         * m4/inttostr.m4: New file.
34576         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
34577         Require AM_STDBOOL_H and gl_TIMESPEC instead.
34578         Require gl_CLOCK_TIME.
34579         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
34580
34581 2004-03-30  Paul Eggert  <eggert@twinsun.com>
34582
34583         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
34584         not bool, to be more consistent with Unix conventions.
34585         Suggested by Bruno Haible.
34586
34587         Merge from coreutils.
34588
34589         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
34590         * lib/umaxtostr.c: New files.
34591
34592         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
34593         the usual <time.h> dance.
34594         (get_date): Change signature to support fractional time stamps.
34595         All callers changed.
34596         * lib/getdate.y: Include "getdate.h" first, as we can now
34597         assume C89 and don't need to worry about 'const'.
34598         Similarly, include "unlocked-io.h" near start, not in middle.
34599         Include <limits.h>.
34600         (textint.value): Use long int rather than int.
34601         (textint.digits): Use size_t rather than int.
34602         (BILLION, LOG10_BILLION): New constants.
34603         (parser_control): New member rel_ns.  Members day_ordinal,
34604         time_zone, month, day, hour, minutes, rel_year, rel_month,
34605         rel_day, rel_hour, rel_minutes, rel_seconds
34606         are now long int, not int.  Member seconds is now struct timespec,
34607         not int.  New member timespec_seen.  Members dates_seen, days_seen,
34608         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
34609         not int.
34610         (%union.intval): Now long int, not int.
34611         New member timespec.
34612         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
34613         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
34614         (spec): Now is a timespec or an item list.
34615         (timespec, items): New nonterminals.
34616         (time, rel, relunit, number, get_date):
34617         Add support for fractional seconds.
34618         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
34619         (gmtime, localtime, mktime): Remove decls; not needed with C89.
34620         (to_hour): First arg is now long int, not int.
34621         (to_year): Returns long int, not int.
34622         Don't treat year -70 like 70.
34623         (tm_diff): Returns long int, not int.
34624         (lookup_word): Use bool instead of int when appropriate.
34625         (yylex): Use size_t for count, not int.
34626         Detect overflow when parsing large integer constants.
34627         Add support for fractions.
34628         (get_date): Make pointers 'const' if possible.
34629         Use more-portable code to detect integer overflow.
34630         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
34631         Don't use ctime; it's not reliable if the year has >4 digits.
34632
34633         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
34634         This is for compatibility with BSD.
34635
34636         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
34637         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
34638         From coreutils' system.h.
34639
34640         * lib/userspec.c: Don't include "posixver.h".
34641         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
34642         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
34643         compatible extension.  Simplify code by removing a boolean int
34644         that was always nonzero if a string was nonnull.
34645
34646 2004-03-30  Jim Meyering  <jim@meyering.net>
34647
34648         Merge from coreutils.
34649
34650         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
34651         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
34652         on some systems one must include <grp.h> before it.
34653         Reported by Christian Krackowizer.
34654
34655 2004-03-30  Jim Meyering  <jim@meyering.net>
34656
34657         Merge from coreutils.
34658
34659         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
34660
34661         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
34662         an empty input stream.
34663
34664         * lib/readtokens.c: Include <stdbool.h>.
34665         (readtoken): Use `size_t' rather than int/long.
34666         All callers adjusted.
34667         Use `bool' rather than `int' where appropriate.
34668         Use memset rather than an explicit loop.
34669         Use x2nrealloc rather than xrealloc.
34670         Allow the use of `\0' as a delimiter.
34671         (readtokens): Likewise.
34672         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
34673
34674 2004-03-30  Jim Meyering  <jim@meyering.net>
34675
34676         * m4/realloc.m4: Remove file, since now it does no more than
34677         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
34678         the `configure.ac' section of module/realloc.
34679         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
34680
34681 2004-03-30  Bruno Haible  <bruno@clisp.org>
34682
34683         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
34684         nonnull.
34685
34686 2004-03-29  Paul Eggert  <eggert@twinsun.com>
34687
34688         Merge changes to getloadavg.c from coreutils and Emacs.
34689
34690         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
34691         Define to an expression, not to the empty string.
34692         Include cloexec.h and xalloc.h.
34693         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
34694         Use set_cloexec_flag rather than rolling our own.
34695         * lib/cloexec.c, lib/cloexec.h: New files.
34696
34697 2004-03-29  Paul Eggert  <eggert@twinsun.com>
34698
34699         * m4/cloexec.m4: New file.
34700
34701 2004-03-18  Paul Eggert  <eggert@twinsun.com>
34702
34703         * lib/getopt.h: Sync with libc CVS.
34704
34705 2004-03-18  Paul Eggert  <eggert@twinsun.com>
34706             Bruno Haible  <bruno@clisp.org>
34707
34708         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
34709         mbswidth.
34710
34711 2004-03-18  Paul Eggert  <eggert@twinsun.com>
34712             Bruno Haible  <bruno@clisp.org>
34713
34714         * lib/mbswidth.h: Include <wchar.h> only if
34715         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
34716         <wchar.h>.
34717         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
34718
34719 2004-03-09  Paul Eggert  <eggert@twinsun.com>
34720
34721         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
34722         Sync with libc CVS.
34723         * lib/getopt_int.h: New file, also synced from libc.
34724
34725 2004-03-09  Paul Eggert  <eggert@twinsun.com>
34726
34727         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
34728         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
34729         Bring back getopt.c, getopt.h, getopt1.c.
34730
34731 2004-03-07  Paul Eggert  <eggert@twinsun.com>
34732
34733         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
34734         All uses changed.  Check for sa_sigaction member; this fixes
34735         a bug first reported by Jason Andrade in
34736         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
34737
34738 2004-03-07  Paul Eggert  <eggert@twinsun.com>
34739
34740         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
34741         '#if' expressions.  Unlike the code it replaces, it does not
34742         depend on (defined _SC_PAGESIZE).  However, it does depend on
34743         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
34744         first reported by Jason Andrade in
34745         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
34746
34747 2004-02-25  Simon Josefsson  <jas@extundo.com>
34748
34749         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
34750
34751 2004-02-25  Simon Josefsson  <jas@extundo.com>
34752
34753         * lib/strdup.h: New file.
34754         * lib/strdup.c: Include it.
34755         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
34756         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
34757
34758 2004-02-23  Karl Berry  <karl@gnu.org>
34759
34760         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
34761         (from fencepost.gnu.org:/gd/gnuorg).
34762
34763 2004-02-23  Karl Berry  <karl@gnu.org>
34764
34765         * config/srclistvars.sh (GNUORG) [karl]: redefine.
34766         * config/srclist.txt: add maintain/standards documents.
34767
34768 2004-02-18  Bruno Haible  <bruno@clisp.org>
34769
34770         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
34771         Reported by Derek Robert Price <derek@ximbiot.com>.
34772
34773 2004-02-16  Karl Berry  <karl@gnu.org>
34774
34775         * config/mkinstalldirs, install-sh: update from automake.
34776
34777 2004-02-06  Karl Berry  <karl@gnu.org>
34778
34779         * m4/po.m4: update from gettext 0.14.1.
34780
34781 2004-02-06  Karl Berry  <karl@gnu.org>
34782
34783         * lib/config.charset: update from gettext 0.14.1.
34784
34785 2004-02-05  Paul Eggert  <eggert@twinsun.com>
34786
34787         Add comments and code, prompted by suggestions from Bruno Haible
34788         for sh-quote.
34789         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
34790         describing the enum quoting_style values.
34791         * lib/quotearg.c (quotearg_alloc): New function.
34792         (quotearg_buffer_restyled): Treat lone { and } as special.
34793         Treat = as special.  Work around bug with older shells
34794         that "see" a '\' that is really the 2nd byte of a multibyte char.
34795         Quote empty string with shell_quoting_style.
34796
34797 2004-02-03  Bruno Haible  <bruno@clisp.org>
34798
34799         * m4/pipe.m4: New file, from GNU gettext.
34800
34801 2004-02-03  Bruno Haible  <bruno@clisp.org>
34802
34803         * lib/pipe.h: New file, from GNU gettext.
34804         * lib/pipe.c: New file, from GNU gettext.
34805
34806 2004-01-27  Bruno Haible  <bruno@clisp.org>
34807
34808         * m4/execute.m4: New file, from GNU gettext.
34809
34810 2004-01-27  Bruno Haible  <bruno@clisp.org>
34811
34812         * lib/execute.h: New file, from GNU gettext.
34813         * lib/execute.c: New file, from GNU gettext.
34814         * lib/w32spawn.h: New file, from GNU gettext.
34815
34816 2004-01-24  Paul Eggert  <eggert@twinsun.com>
34817
34818         Merge from diffutils.
34819
34820         * lib/file-type.c (file_type): Add typed memory objects.
34821         * lib/file-type.h (S_TYPEISTMO): New macro.
34822
34823         * lib/c-stack.h (c_stack_action): Remove argv argument.
34824         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
34825         (die): Don't calculate message unless segv_action returns.
34826         (get_stack_location, min_address_from_argv, max_address_from_argv,
34827         volatile stack_base, volatile_stack_size): Remove.
34828         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
34829         that every segmentation violation is a stack overflow.  (Ouch!)
34830         See Debian bug 136249 (still outstanding) for more info about why
34831         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
34832
34833 2004-01-24  Paul Eggert  <eggert@twinsun.com>
34834
34835         Exit-status fix from coreutils.
34836
34837         Use exit_failure consistently in place of EXIT_FAILURE,
34838         so that program exit statuses are consistent on failure.
34839
34840         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
34841         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
34842         * lib/argmatch.h: Comment fix to match the above.
34843         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
34844         Now a macro referring to exit_failure, instead of a separate
34845         variable.  Include "exitfail.h" to get it.
34846         * lib/xstrtol.h: Include "exitfail.h".
34847         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
34848
34849         * lib/long-options.c (parse_long_options): Use prototype
34850         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
34851         for clarity.
34852
34853 2004-01-21  Jim Meyering  <jim@meyering.net>
34854
34855         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
34856         so as not to conflict with a different-sized __mktime_internal
34857         function in GNU libc.
34858         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
34859         Problem building statically-linked `ls' reported by Michael Brunnbauer.
34860
34861 2004-01-20  Karl Berry  <karl@gnu.org>
34862
34863         * config/config.guess: update from config.
34864
34865         * config/srclistvars.sh: GNUWWWLICENSES for karl.
34866
34867 2004-01-20  Bruno Haible  <bruno@clisp.org>
34868
34869         Safer stack allocation.
34870         * lib/setenv.c: Include allocsa.h.
34871         (alloca): Remove fallback definition.
34872         (freea): Remove macro.
34873         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
34874         instead of freea.
34875
34876 2004-01-20  Bruno Haible  <bruno@clisp.org>
34877
34878         * m4/eealloc.m4: New file, from GNU gettext.
34879
34880 2004-01-20  Bruno Haible  <bruno@clisp.org>
34881
34882         * m4/allocsa.m4: New file, from GNU gettext.
34883
34884 2004-01-20  Bruno Haible  <bruno@clisp.org>
34885
34886         * lib/xallocsa.h: New file, from GNU gettext.
34887         * lib/xallocsa.c: New file, from GNU gettext.
34888
34889 2004-01-20  Bruno Haible  <bruno@clisp.org>
34890
34891         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
34892
34893 2004-01-20  Bruno Haible  <bruno@clisp.org>
34894
34895         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
34896         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
34897         specially.
34898
34899 2004-01-20  Bruno Haible  <bruno@clisp.org>
34900
34901         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
34902         patch.
34903
34904 2004-01-20  Bruno Haible  <bruno@clisp.org>
34905
34906         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
34907
34908 2004-01-20  Bruno Haible  <bruno@clisp.org>
34909
34910         * lib/eealloc.h: New file.
34911
34912 2004-01-20  Bruno Haible  <bruno@clisp.org>
34913
34914         * lib/binary-io.h: Avoid warnings on Cygwin.
34915
34916 2004-01-20  Bruno Haible  <bruno@clisp.org>
34917
34918         * lib/allocsa.h: New file, from GNU gettext.
34919         * lib/allocsa.c: New file, from GNU gettext.
34920
34921 2004-01-18  Karl Berry  <karl@gnu.org>
34922
34923         * doc/gpl.texi, doc/lgpl.texi: new files.
34924
34925 2004-01-18  Karl Berry  <karl@gnu.org>
34926
34927         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
34928         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
34929
34930 2004-01-15  Paul Eggert  <eggert@twinsun.com>
34931
34932         Merge from coreutils.
34933
34934         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
34935         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
34936         (gl_DEFAULT_POSIX2_VERSION): Move
34937         the documentation from 'configure' into 'config.hin',
34938         so that 'configure --help' isn't burdened by it and
34939         we don't have to worry about its formatting there.
34940         Reword the documentation so that it's more succinct
34941         and can be run together into a single paragraph.
34942         * m4/same.m4 (gl_SAME): Check for pathconf.
34943
34944 2004-01-15  Paul Eggert  <eggert@twinsun.com>
34945
34946         Merge from coreutils.
34947
34948         * lib/posixver.c: Include posixver.h.
34949
34950         * lib/same.c: Include <stdbool.h>, <limits.h>.
34951         (_POSIX_NAME_MAX): Define if not defined.
34952         (MIN): New macro.
34953         (same_name): If file names are silently truncated, report
34954         that the file names are the same if they are the same after
34955         the silent truncation.
34956
34957         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
34958         conversion function.
34959         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
34960         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
34961         longer needed.
34962
34963 2004-01-15  Jim Meyering  <jim@meyering.net>
34964
34965         Merge from coreutils.
34966
34967         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
34968         if no library is required.
34969         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
34970         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
34971         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
34972         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
34973         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
34974         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
34975         value, $ac_cv_search_crypt, if it's "none required".
34976         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
34977         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
34978         not gl_FUNC_GETLOADAVG.
34979         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
34980         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
34981
34982 2004-01-15  Jim Meyering  <jim@meyering.net>
34983
34984         Merge from coreutils.
34985
34986         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
34987         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
34988         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
34989
34990         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
34991         optional configure-time default.
34992
34993         * lib/version-etc.c (version_etc_copyright): Update copyright date.
34994
34995         * lib/xreadlink.c (xreadlink): Correct outdated comment.
34996
34997 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
34998
34999         Merge from coreutils.
35000
35001         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
35002         value, $ac_cv_search_nanosleep, if it's "none required".
35003
35004 2004-01-14  Paul Eggert  <eggert@twinsun.com>
35005
35006         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
35007         with like-named macro in fnmatch.c.
35008         (EXT): Use an internal constant instead.
35009
35010         Merge fnmatch patches from glibc.
35011         * lib/fnmatch.c (mbsinit): Remove define.
35012         Add libc_hidden_ver (__fnmatch, fnmatch).
35013         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
35014         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
35015
35016 2004-01-14  Karl Berry  <karl@gnu.org>
35017
35018         * config/install-sh: update from automake.
35019
35020 2004-01-13  Karl Berry  <karl@gnu.org>
35021
35022         * config/install-sh: update from automake.
35023
35024 2004-01-09  Karl Berry  <karl@gnu.org>
35025
35026         * config/install-sh: update from automake.
35027
35028 2004-01-05  Karl Berry  <karl@gnu.org>
35029
35030         * config/config.{sub,guess}: update from config.
35031
35032 2003-12-31  Karl Berry  <karl@gnu.org>
35033
35034         * config/depcomp: update from automake.
35035
35036 2003-12-14  Karl Berry  <karl@gnu.org>
35037
35038         * lib/config.charset: update from gettext-runtime.
35039
35040 2003-12-03  Paul Eggert  <eggert@twinsun.com>
35041
35042         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
35043         Bug reported by Alfred M. Szmidt.
35044
35045 2003-12-03  Bruno Haible  <bruno@clisp.org>
35046
35047         * m4/gettext.m4: Upgrade from gettext-0.13.
35048         * m4/po.m4: Upgrade from gettext-0.13.
35049         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
35050         * m4/intmax.m4: New file, from gettext-0.13.
35051         * m4/printf-posix.m4: New file, from gettext-0.13.
35052
35053 2003-11-29  Karl Berry  <karl@gnu.org>
35054
35055         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
35056
35057 2003-11-25  Paul Eggert  <eggert@twinsun.com>
35058             Bruno Haible  <bruno@clisp.org>
35059
35060         * lib/printf-parse.h: Don't include sys/types.h.
35061         (ARG_NONE): New macro.
35062         (char_directive): Change type of *arg_index fields to size_t.
35063         * lib/printf-parse.c: Don't include sys/types.h.
35064         (SSIZE_MAX): Remove macro.
35065         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
35066         Remove unnecessary overflow check.
35067         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
35068         fields.
35069
35070 2003-11-25  Bruno Haible  <bruno@clisp.org>
35071
35072         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
35073
35074 2003-11-25  Bruno Haible  <bruno@clisp.org>
35075
35076         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
35077         gt_TYPE_SSIZE_T.
35078
35079 2003-11-24  Paul Eggert  <eggert@twinsun.com>
35080
35081         * modules/alloca: Remove dependency on xalloc.
35082
35083 2003-11-24  Paul Eggert  <eggert@twinsun.com>
35084
35085         * lib/alloca.c: Remove dependency on xalloc module.
35086         (xalloc_die): Remove.
35087         (memory_full) [!defined emacs]: New macro.
35088         [!defined emacs]: Don't include xalloc.h.
35089         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
35090         address arithmetic overflows.  Change datatypes a bit to avoid
35091         unnecessary casts.
35092
35093 2003-11-22  Jim Meyering  <jim@meyering.net>
35094
35095         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
35096         s/size/size_t/.
35097
35098 2003-11-21  Karl Berry  <karl@gnu.org>
35099
35100         * config/config.{sub,guess}: update from config.
35101
35102 2003-11-18  Karl Berry  <karl@gnu.org>
35103
35104         * config/config.{sub,guess}: update from config.
35105
35106         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
35107
35108 2003-11-17  Paul Eggert  <eggert@twinsun.com>
35109
35110         * README: Mention that S+T cannot overflow if S is the size of
35111         an existing object and T is sufficiently small.
35112
35113 2003-11-17  Jim Meyering  <jim@meyering.net>
35114
35115         On systems without utime and without a utimes function capable of
35116         dealing with a NULL struct utimbuf* argument, this utime replacement
35117         could -- in unusual circumstances -- leak a file descriptor.
35118         * lib/utime.c: Include <unistd.h> and <errno.h>.
35119         (utime_null): Be sure to close `fd' and to preserve errno.
35120         Reported by Geoff Collyer via Arnold Robbins.
35121
35122 2003-11-17  Bruno Haible  <bruno@clisp.org>
35123
35124         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
35125         (Depends-on): Add xsize.
35126
35127 2003-11-17  Bruno Haible  <bruno@clisp.org>
35128
35129         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
35130
35131 2003-11-17  Bruno Haible  <bruno@clisp.org>
35132
35133         * lib/vasnprintf.c (alloca): Remove fallback definition.
35134         (freea): Remove definition.
35135         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
35136         Reported by Paul Eggert.
35137
35138 2003-11-16  Paul Eggert  <eggert@twinsun.com>
35139             Bruno Haible  <bruno@clisp.org>
35140
35141         Protect against address arithmetic overflow.
35142         * lib/printf-args.h: Include stddef.h.
35143         (arguments): Change type of field 'count' to size_t.
35144         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
35145         'unsigned int' where appropriate.
35146         * lib/printf-parse.h: Include sys/types.h.
35147         (char_directive): Change type of *arg_index fields to ssize_t.
35148         (char_directives): Change type of fields 'count', max_*_length to
35149         size_t.
35150         * lib/printf-parse.c: Include sys/types.h and xsize.h.
35151         (SSIZE_MAX): Define fallback value.
35152         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
35153         instead of 'int' where appropriate. Check a_allocated, d_allocated
35154         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
35155         * lib/vasnprintf.c: Include xsize.h.
35156         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
35157         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
35158         overflow. Avoid wraparound when converting a width or precision from
35159         decimal to binary.
35160
35161 2003-11-16  Bruno Haible  <bruno@clisp.org>
35162
35163         Update from GNU gettext.
35164         * lib/printf-parse.c: Generalize to it can be compiled for wide
35165         strings.
35166         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
35167         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
35168         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
35169         SNPRINTF): New macros.
35170         Don't include <alloca.h> if the file is used inside libintl.
35171         (local_wcslen): New function, for Solaris 2.5.1.
35172         (VASNPRINTF): Use it instead of wcslen.
35173
35174 2003-11-16  Bruno Haible  <bruno@clisp.org>
35175
35176         * lib/xsize.h (xmax): New function.
35177         (xsum, xsum3, xsum4): Declare as "pure" functions.
35178
35179 2003-11-12  Paul Eggert  <eggert@twinsun.com>
35180
35181         * modules/xalloc (Files): Undo latest change, since xalloc.h
35182         no longer needs SIZE_MAX or PTRDIFF_MAX.
35183
35184 2003-11-12  Paul Eggert  <eggert@twinsun.com>
35185
35186         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
35187         gl_PTRDIFF_MAX.
35188
35189 2003-11-12  Paul Eggert  <eggert@twinsun.com>
35190
35191         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
35192         "return", to pacify some unknown compiler.  Problem reported
35193         by Joerg Schilling.
35194
35195 2003-11-12  Paul Eggert  <eggert@twinsun.com>
35196
35197         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
35198         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
35199         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
35200         heuristic is just as accurate as far as we know, and it removes a
35201         dependency on size_max.m4 and ptrdiff_max.m4.
35202
35203 2003-11-11  Bruno Haible  <bruno@clisp.org>
35204
35205         * modules/xsize (Files): Add m4/size_max.m4.
35206         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
35207
35208 2003-11-11  Bruno Haible  <bruno@clisp.org>
35209
35210         * m4/size_max.m4: New file.
35211         * m4/ptrdiff_max.m4: New file.
35212         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
35213         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
35214         (gl_XALLOC): Invoke it.
35215
35216 2003-11-11  Bruno Haible  <bruno@clisp.org>
35217
35218         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
35219         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
35220         defined.
35221
35222 2003-11-10  Paul Eggert  <eggert@twinsun.com>
35223
35224         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
35225         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
35226         rejected some allocations of exactly SIZE_MAX - 2 bytes.
35227         From Bruno Haible.
35228         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
35229         not (size_t) -1, since it's defined here.
35230
35231 2003-11-09  Karl Berry  <karl@gnu.org>
35232
35233         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
35234
35235 2003-11-06  Paul Eggert  <eggert@twinsun.com>
35236
35237         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
35238         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
35239         Reject sizes of exactly SIZE_MAX bytes.
35240         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
35241         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
35242
35243 2003-11-05  Bruno Haible  <bruno@clisp.org>
35244
35245         * lib/xsize.h: Include limits.h, to avoid a possible collision with
35246         SIZE_MAX defined in <limits.h> on Solaris.
35247
35248 2003-11-04  Jim Meyering  <jim@meyering.net>
35249
35250         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
35251         variable names, rather than @VAR@.
35252         * modules/poll: Likewise.
35253
35254 2003-11-04  Bruno Haible  <bruno@clisp.org>
35255
35256         * modules/xsize: New file.
35257         * modules/linebreak: Depend on xsize.
35258         * MODULES.html.sh (func_all_modules): Add xsize.
35259
35260 2003-11-04  Bruno Haible  <bruno@clisp.org>
35261
35262         * m4/xsize.m4: New file.
35263
35264 2003-11-04  Bruno Haible  <bruno@clisp.org>
35265
35266         * lib/xsize.h: New file.
35267         * lib/linebreak.c: Include xsize.h.
35268         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
35269         argument for overflow.
35270         Suggested by Paul Eggert.
35271
35272 2003-11-03  Karl Berry  <karl@gnu.org>
35273
35274         * config/config.{guess,sub}: update from config.
35275
35276 2003-11-03  Jim Meyering  <jim@meyering.net>
35277
35278         * modules/userspec (lib_SOURCES): Add userspec.h.
35279         (Include): Add "userspec.h".
35280         Improve description.
35281
35282 2003-11-03  Jim Meyering  <jim@meyering.net>
35283
35284         * lib/userspec.c: Include "userspec.h".
35285         * lib/userspec.h: New file.
35286
35287 2003-11-03  Bruno Haible  <bruno@clisp.org>
35288
35289         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
35290
35291 2003-11-03  Bruno Haible  <bruno@clisp.org>
35292
35293         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
35294         available, to avoid (extremely rare) race condition.
35295         Suggested by Paul Eggert.
35296
35297 2003-11-02  Karl Berry  <karl@gnu.org>
35298
35299         * config/srclist.txt (vasprintf.c): sync broken, sigh.
35300
35301 2003-10-31  Paul Eggert  <eggert@twinsun.com>
35302
35303         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
35304         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
35305         (read_filesystem_list): Set and use me_type_malloced.
35306         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
35307         whatever the type happens to be), for brevity and consistency.
35308         Check for size calculation overflow on Alphas running OSF/1.
35309
35310 2003-10-31  Jim Meyering  <jim@meyering.net>
35311
35312         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
35313
35314         * lib/linebuffer.c: Include <string.h> for declaration of memset.
35315
35316 2003-10-30  Paul Eggert  <eggert@twinsun.com>
35317             Bruno Haible  <bruno@clisp.org>
35318
35319         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
35320         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
35321
35322 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
35323
35324         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
35325         netbsd*-gnu*.  Suggested by Robert Millan.
35326
35327 2003-10-29  Paul Eggert  <eggert@twinsun.com>
35328
35329         * modules/group-member: Depend on stdbool.
35330
35331 2003-10-29  Paul Eggert  <eggert@twinsun.com>
35332
35333         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
35334
35335 2003-10-29  Paul Eggert  <eggert@twinsun.com>
35336
35337         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
35338         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
35339         after the 'gnu' in these cases.  This fixes some bugs in the
35340         previous change, and is based on suggestions by Robert Millan.
35341
35342 2003-10-29  Paul Eggert  <eggert@twinsun.com>
35343
35344         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
35345         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
35346         no longer needed.
35347         * lib/quotearg.c (quotearg_n_options): Use it.
35348         * lib/group-member.c: Include <stdbool.h>.
35349         (free_group_info): Arg is now const *; don't free arg.
35350         (get_group_info): Now returns bool and accepts struct group_info *,
35351         rather than returning a malloc'ed struct group_info *.
35352         All uses changed.  Check for overflow in internal size calculation.
35353
35354         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
35355         rather than xmalloc/xrealloc.
35356         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
35357         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
35358         conformance bug: the old code used a pointer after freeing the
35359         storage that it addressed.
35360         * lib/hash.c (hash_initialize): Simplify the code by using
35361         xalloc_oversized rather than doing it by hand.
35362         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
35363         the buffer preserved.  Use free and xmalloc instead.
35364         * lib/quotearg.c (quotearg_n_options): Likewise.
35365         Use a simpler test for size overflow.  Don't use xalloc_oversized
35366         because unsigned int might be wider than size_t (!); this suggests
35367         that we should switch from unsigned int to size_t for slot numbers.
35368
35369 2003-10-28  Paul Eggert  <eggert@twinsun.com>
35370
35371         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
35372         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
35373         NetBSD kernels.  Requested by Richard Stallman.
35374
35375 2003-10-27  Paul Eggert  <eggert@twinsun.com>
35376
35377         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
35378         to allocate the returned structure.  Do not allocate a subarray,
35379         as x2nrealloc will do that.
35380         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
35381         instead of xnrealloc.
35382         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
35383
35384 2003-10-27  Bruno Haible  <bruno@clisp.org>
35385
35386         * lib/stdbool_.h: Better support for BeOS.
35387
35388 2003-10-26  Paul Eggert  <eggert@twinsun.com>
35389
35390         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
35391         now uses inline.
35392
35393 2003-10-26  Paul Eggert  <eggert@twinsun.com>
35394
35395         * lib/xalloc.h (xalloc_oversized): New static inline function, for
35396         callers that want to do their own size-overflow checking.  Include
35397         <stdbool.h>, since xalloc_oversized returns bool.
35398         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
35399         to use xalloc_oversized.
35400
35401         Add two functions x2realloc, x2nrealloc, for programs that grow
35402         arrays dynamically by doubling their sizes.
35403         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
35404         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
35405         New functions.
35406
35407         Port to C99 semantics for 'inline' of external functions.
35408         Bug reported by Bruno Haible.
35409         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
35410         with the old contents of xnmalloc.
35411         (xnmalloc, xmalloc): Use it.
35412         (xnrealloc_inline): New static inline function,
35413         with the old contents of xnrealloc.
35414         (xnrealloc, xrealloc): Use it.
35415
35416         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
35417         that.
35418
35419 2003-10-26  Karl Berry  <karl@gnu.org>
35420
35421         * config/srclist.txt (COPYING.DOC): no longer available from
35422         /gd/gnuorg; don't know where the ultimate source is.
35423
35424 2003-10-25  Paul Eggert  <eggert@twinsun.com>
35425
35426         Fix several address-calculation bugs in the hash modules,
35427         plus some minor code cleanup.
35428
35429         * lib/hash.h: Include <stdbool.h>, for bool.
35430         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
35431         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
35432         hash_get_n_entries, hash_get_max_bucket_length,
35433         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
35434         hash_rehash): Use size_t rather than unsigned.
35435         * lib/hash.c (struct hash_table, hash_get_n_buckets,
35436         hash_get_n_buckets_used, hash_get_n_entries,
35437         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
35438         hash_get_entries, hash_do_for_each, hash_string, is_prime,
35439         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
35440         Likewise.
35441         (SIZE_MAX): Define if not defined.
35442         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
35443         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
35444         hash_print):
35445         Use const * when possible.
35446         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
35447         (check_tuning): Fix bug: if tuning parameters were very close to
35448         0 or 1, rounding errors could have caused subscript violations.
35449         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
35450         (hash_initialize): Add 'fail:' label
35451         to free table and return NULL, and use it to simplify code.
35452         Use calloc rather than clearing the storage ourself.
35453         (hash_initialize, hash_rehash): Check for arithmetic overflow in
35454         buffer size calculations.
35455         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
35456         Include <stddef.h>, for size_t.
35457         * lib/hash-pjw.c (hash_pjw): Likewise.
35458         Switch to method described by Bruno Haible.
35459         Include <limits.h>, for CHAR_BIT.
35460         (SIZE_BITS): New macro.
35461
35462 2003-10-23  Paul Eggert  <eggert@twinsun.com>
35463
35464         * m4/getline.m4 (AM_FUNC_GETLINE):
35465         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
35466         hosts.  Problem reported by Derek Robert Price in
35467         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
35468         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
35469         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
35470
35471 2003-10-21  Paul Eggert  <eggert@twinsun.com>
35472
35473         * lib/getndelim2.c (getndelim2): When size calculation overflows,
35474         ceiling the allocation at NMAX bytes rather than silently
35475         discarding input bytes before NMAX is reached.  This makes
35476         a difference only if NMAX exceeds SIZE_MAX / 2.
35477
35478         * lib/obstack.c: Merge from glibc.
35479         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
35480         Add libc_hidden_def (_obstack_newchunk).
35481         (_obstack_free) [! defined _LIBC]: Remove.
35482         [defined _LIBC]: Make a strong alias from obstack_free, rather than
35483         a clone of the function body.
35484         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
35485         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
35486
35487         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
35488         glibc.
35489         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
35490         arg to memcpy.
35491
35492         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
35493         (obstack_ptr_grow_fast, obstack_int_grow_fast):
35494         Don't use lvalue casts, as GCC plans to remove support for them
35495         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
35496         was also present in the non-GCC version, indicating that this
35497         code had always been buggy and had never been widely used.
35498         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
35499         Use the fast variant of each macro, rather than copying the
35500         definiens of the fast variant; that way, we'll be more likely to
35501         catch future bugs in the fast variants.
35502
35503 2003-10-20  Bruno Haible  <bruno@clisp.org>
35504
35505         * modules/wait-process: New file.
35506         * MODULES.html.sh (func_all_modules): Add wait-process.
35507
35508 2003-10-20  Bruno Haible  <bruno@clisp.org>
35509
35510         * m4/wait-process.m4: New file.
35511
35512 2003-10-20  Bruno Haible  <bruno@clisp.org>
35513
35514         * lib/wait-process.h: New file, from GNU gettext.
35515         * lib/wait-process.c: New file, from GNU gettext.
35516
35517 2003-10-19  Jim Meyering  <jim@meyering.net>
35518
35519         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
35520         HPUX 10.20.
35521
35522 2003-10-18  Karl Berry  <karl@gnu.org>
35523
35524         * config/config.guess: update from config.
35525
35526 2003-10-16  Paul Eggert  <eggert@twinsun.com>
35527
35528         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
35529         (getgroups): First arg is int, not size_t.
35530         Don't let 'free' mangle errno.
35531
35532 2003-10-16  Paul Eggert  <eggert@twinsun.com>
35533
35534         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
35535
35536 2003-10-16  Karl Berry  <karl@gnu.org>
35537
35538         * config/config.{guess,sub}: update from config.
35539
35540 2003-10-16  Jim Meyering  <jim@meyering.net>
35541
35542         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
35543         memcpy.
35544
35545 2003-10-15  Paul Eggert  <eggert@twinsun.com>
35546
35547         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
35548         (SIZE_MAX): Remove.
35549         (new_exclude, add_exclude_file): Initial size no longer needs to
35550         be a power of 2.
35551         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
35552         our own address arithmetic overflow checking.
35553
35554         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
35555         (fnmatch): Do not alloca more than 2000 wide characters;
35556         instead, use malloc for large buffers.
35557         Check for address arithmetic overflow, and return -1
35558         with errno set to ENOMEM in that case.
35559         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
35560         (NEW_PATTERN): Do not alloca more than 8000 bytes;
35561         instead, return -1.  Check for address arithmetic overflow.
35562
35563 2003-10-14  Paul Eggert  <eggert@twinsun.com>
35564
35565         Handle invalid suffixes and overflow independently, so that
35566         callers can treat them independently as needed.  Fix some bugs in
35567         suffix handling, e.g., "100k@" was not diagnosed as an invalid
35568         suffix for a human-readable blocksize.  The major caller-visible
35569         change is the addition of a new
35570         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
35571         that both overflow and suffix chars were found.
35572
35573         * lib/human.c (humblock): Don't check separately for invalid suffix
35574         char; that is xstrtoumax's job (now that its bug is fixed).
35575         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
35576         INTMAX_MAX]: New macros.
35577         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
35578         TYPE_MAXIMUM): New macros.
35579         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
35580         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
35581         if overflow occurs, as it's what __strtol does and it's more useful
35582         in practice.
35583         (__xstrtol): If __strtol reports some error other than ERANGE,
35584         reflect it to the caller as LONGINT_INVALID.  If it reports
35585         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
35586         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
35587         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
35588         value.
35589         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
35590         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
35591         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
35592         [defined UINTMAX_MAX]: New macros.
35593
35594 2003-10-14  Bruno Haible  <bruno@clisp.org>
35595
35596         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
35597
35598 2003-10-14  Bruno Haible  <bruno@clisp.org>
35599
35600         * m4/sig_atomic_t: New file, from GNU gettext.
35601         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
35602
35603 2003-10-14  Bruno Haible  <bruno@clisp.org>
35604
35605         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
35606         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
35607         Also use volatile where needed.
35608
35609 2003-10-12  Paul Eggert  <eggert@twinsun.com>
35610
35611         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
35612         Change maintainer from Bruno Haible to 'all'.
35613
35614 2003-10-12  Paul Eggert  <eggert@twinsun.com>
35615
35616         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
35617
35618 2003-10-12  Paul Eggert  <eggert@twinsun.com>
35619
35620         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
35621         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
35622         and define in terms of the other primitives.
35623         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
35624         (SIZE_MAX): Define if not already defined.
35625         (array_size_overflow): New function.
35626         (xalloc_die): Abort instead of exiting if 'error' returns.
35627         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
35628         (xmalloc, xrealloc): Use them.
35629         (xcalloc): Check for address arithmetic overflow.
35630         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
35631         a bit faster than strcpy.
35632
35633 2003-10-10  Simon Josefsson  <jas@extundo.com>
35634
35635         * modules/argp (Depends-on): Add restrict and strcase.
35636
35637 2003-10-10  Simon Josefsson  <jas@extundo.com>
35638
35639         * m4/argp.m4: Add AC_C_INLINE.
35640
35641 2003-10-08  Paul Eggert  <eggert@twinsun.com>
35642
35643         Merge getpass from libc, plus a few fixes.
35644
35645         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
35646         Include <stdbool.h>.
35647         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
35648         __fsetlocking to empty.
35649         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
35650         do include <bits/libc-lock.h>.
35651         Do not include <fcntl.h>; not needed.
35652         [_LIBC]: Include <wchar.h>.
35653         (NOTCANCEL_MODE): New macro.
35654         (flockfile, funlockfile) [_LIBC]: New macros.
35655         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
35656         [!_LIBC]: New macros.
35657         (call_fclose): New function.
35658         (getpass): Use it.  Save tty stream separately; this simplifies the
35659         code and makes it more reliable if stdin happens to equal stdout.
35660         Invoke __fsetlocking on tty.
35661         Handle thread cancellation if needed.
35662         Namespace cleanup (use __tcgetattr, __getline).
35663         Use bool for Booleans.
35664         [USE_IN_LIBIO]: Handle wide streams.
35665         [!_LIBC]: Unconditionally do the fseek, since we don't know what
35666         stream might go where.
35667
35668         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
35669         doesn't have to include <stdio.h> before us.
35670         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
35671         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
35672         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
35673         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
35674         if not declared, so that we can use getpass.c code from libc without
35675         rewriting it.
35676         (flockfile, ftrylockfile, funlockfile): New macros.
35677
35678 2003-10-08  Paul Eggert  <eggert@twinsun.com>
35679
35680         * modules/getpass: Depend on stdbool.
35681
35682 2003-10-08  Paul Eggert  <eggert@twinsun.com>
35683
35684         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
35685
35686 2003-10-07  Karl Berry  <karl@gnu.org>
35687
35688         * config/config.{guess,sub}: update from config.
35689
35690 2003-10-06  Jim Meyering  <jim@meyering.net>
35691             Bruno Haible  <bruno@clisp.org>
35692
35693         This lets translators provide better translations for the
35694         "Written by ..." part of --version output.
35695         * lib/version-etc.h: Include stdarg.h.
35696         (version_etc_copyright): Declare as readonly.
35697         (version_etc): Make this function variadic with a NULL-terminated list
35698         of author name strings.
35699         (version_etc_va): New declaration.
35700         * lib/version-etc.c: Include stdarg.h, stdlib.h.
35701         (version_etc_copyright): Declare as readonly.
35702         (version_etc_va): New function. Provide a different translatable string
35703         for each possible number of authors < 10. Abbreviate when there are 10
35704         authors or more.
35705         (version_etc): Make this function variadic. Call version_etc_va.
35706         Suggestion from Gary V. Vaughan.
35707
35708         * lib/long-options.h (parse_long_options): Change prototype: the
35709         authors string is moved to the end and becomes variadic.
35710         * lib/long-options.c: Include stdarg.h.
35711         (parse_long_options): Make this function variadic, too.
35712         Call version_etc_va, not version_etc.
35713
35714 2003-10-06  Bruno Haible  <bruno@clisp.org>
35715
35716         * modules/version-etc-2: Remove file.
35717         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
35718
35719 2003-10-06  Bruno Haible  <bruno@clisp.org>
35720
35721         * modules/fatal-signal: New file.
35722         * MODULES.html.sh (func_all_modules): Add fatal-signal.
35723
35724 2003-10-06  Bruno Haible  <bruno@clisp.org>
35725
35726         * m4/fatal-signal.m4: New file.
35727         * m4/signalblocking.m4: New file, from GNU gettext.
35728
35729 2003-10-06  Bruno Haible  <bruno@clisp.org>
35730
35731         * lib/version-etc-2.h: Remove file.
35732         * lib/version-etc-2.c: Remove file.
35733
35734 2003-10-06  Bruno Haible  <bruno@clisp.org>
35735
35736         * lib/fatal-signal.h: New file, from GNU gettext.
35737         * lib/fatal-signal.c: New file, from GNU gettext.
35738
35739 2003-10-05  Paul Eggert  <eggert@twinsun.com>
35740
35741         * README: Rework advice for preventing empty .o files.
35742         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
35743         not <sys/types.h>.
35744
35745 2003-10-04  Karl Berry  <karl@gnu.org>
35746
35747         * lib/argp*: update from libc.
35748
35749 2003-10-04  Karl Berry  <karl@gnu.org>
35750
35751         * config/config.{guess,sub}: update from config.
35752
35753 2003-10-02  Bruno Haible  <bruno@clisp.org>
35754
35755         * modules/lchown (Include): Add lchown.h.
35756         * modules/time_r (Include): Use "..." syntax.
35757         * modules/xgetdomainname (Include): Add xgetdomainname.h.
35758
35759 2003-10-01  Simon Josefsson  <jas@extundo.com>
35760
35761         * MODULES.html.sh (func_all_modules): Move gethostname from section
35762         'based on' to section 'lacking' POSIX:2001.
35763
35764 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
35765
35766         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
35767         to output mode on the same stream.
35768
35769 2003-09-29  Paul Eggert  <eggert@twinsun.com>
35770
35771         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
35772         Fix arg typo in previous patch.
35773
35774 2003-09-28  Jim Meyering  <jim@meyering.net>
35775
35776         * lib/error.c: Correct cpp indentation.
35777
35778 2003-09-27  Paul Eggert  <eggert@twinsun.com>
35779
35780         * modules/free: New file.
35781
35782 2003-09-27  Paul Eggert  <eggert@twinsun.com>
35783
35784         * m4/free.m4: New file.
35785
35786 2003-09-27  Paul Eggert  <eggert@twinsun.com>
35787
35788         * lib/minmax.h (MIN, MAX)
35789         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
35790         Omit the special code that used __typeof__, since we worry that
35791         it could be more trouble than it's worth.  See:
35792         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
35793         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
35794
35795         * lib/free.c: New file.
35796
35797 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
35798
35799         Trivial fixes to Makefile.am parts of module listings.
35800         * modules/strstr: Append strstr.h to lib_SOURCES.
35801         * modules/strcase: Likewise, for strcase.h.
35802
35803 2003-09-27  Karl Berry  <karl@gnu.org>
35804
35805         * config/mkinstalldirs: update from automake.
35806
35807 2003-09-26  Paul Eggert  <eggert@twinsun.com>
35808
35809         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
35810         (error_tail): Do not loop, reallocating temporary buffer, since
35811         the output cannot contain more wide characters than the input
35812         contains bytes, the size must be big enough already.  This avoids
35813         one potential size overflow calculation.  Check for size overflow
35814         when calculating temporary buffer size.  Free temporary buffer
35815         when done, if it was allocated with malloc; this plugs a memory
35816         leak.  Remove casts from void * to pointers, that are no longer
35817         needed now that we're assuming C89 or better.
35818
35819         Merge error changes from glibc.
35820
35821         * lib/error.c, error.h: Update copyright notice header to match glibc.
35822         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
35823         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
35824         Disable cancellation while printing error.
35825         * lib/error.h: Prepend __ to parameter names.
35826
35827 2003-09-26  Jim Meyering  <jim@meyering.net>
35828
35829         * lib/error.c (error_tail): Move some declarations
35830         into inner scope where the local variables are used.
35831
35832 2003-09-26  Bruno Haible  <bruno@clisp.org>
35833
35834         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
35835         stpncpy().
35836         Don't define stpncpy through config.h; it's now done through stpncpy.h.
35837
35838 2003-09-26  Bruno Haible  <bruno@clisp.org>
35839
35840         * lib/stpncpy.h (gnu_stpncpy): New declaration.
35841         (stpncpy): Define as alias for gnu_stpncpy.
35842         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
35843
35844 2003-09-25  Simon Josefsson  <jas@extundo.com>
35845
35846         * lib/xgetdomainname.h: New file.
35847         * lib/xgetdomainname.c: New file.
35848
35849 2003-09-25  Simon Josefsson  <jas@extundo.com>
35850             Bruno Haible  <bruno@clisp.org>
35851
35852         * modules/getdomainname: New file.
35853         * modules/xgetdomainname: New file.
35854         * MODULES.html.sh (func_all_modules): Add getdomainname,
35855         xgetdomainname.
35856
35857 2003-09-25  Simon Josefsson  <jas@extundo.com>
35858             Bruno Haible  <bruno@clisp.org>
35859
35860         * m4/getdomainname.m4: New file.
35861
35862 2003-09-25  Simon Josefsson  <jas@extundo.com>
35863             Bruno Haible  <bruno@clisp.org>
35864
35865         * lib/getdomainname.h: New file.
35866         * lib/getdomainname.c: New file.
35867
35868 2003-09-25  Karl Berry  <karl@gnu.org>
35869
35870         * lib/argp-fmtstream.c, argp-help.c: update from libc.
35871
35872 2003-09-25  Karl Berry  <karl@gnu.org>
35873
35874         * config/install-sh: update from automake.
35875
35876 2003-09-25  Bruno Haible  <bruno@clisp.org>
35877
35878         * modules/version-etc-2: New file, from modules/version-etc with
35879         modifications.
35880         * MODULES.html.sh (func_all_modules): Add version-etc-2.
35881
35882 2003-09-25  Bruno Haible  <bruno@clisp.org>
35883
35884         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
35885         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
35886
35887 2003-09-24  Simon Josefsson  <jas@extundo.com>
35888
35889         * modules/xgethostname: Add xgethostname.h.
35890
35891 2003-09-24  Paul Eggert  <eggert@twinsun.com>
35892
35893         * lib/linebuffer.c (freebuffer): Don't free the argument, just
35894         the buffer associated with the argument.  Bug reported by
35895         Simon Josefsson.
35896
35897 2003-09-24  Paul Eggert  <eggert@twinsun.com>
35898
35899         * README: Document assumptions that 'int' is at least 32 bits
35900         wide, that integer arithmetic is 2's complement without overflow,
35901         that there are no holes in integer values, that adding sizes of
35902         two nonoverlapping objects can't overflow, and that all-bits-zero
35903         yields scalar zero.  Fix spelling and capitalization typos.
35904
35905 2003-09-19  Karl Berry  <karl@gnu.org>
35906
35907         * lib/argp.h: update from libc.
35908
35909 2003-09-17  Paul Eggert  <eggert@twinsun.com>
35910
35911         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
35912         to avoid spurious warnings like "AC_RUN_IFELSE was called before
35913         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
35914
35915 2003-09-17  Paul Eggert  <eggert@twinsun.com>
35916
35917         * gnulib-tool: Use "test -h", not "test -L", for portability
35918         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
35919         (tags_regexp): Remove, since \| doesn't conform to POSIX.
35920         (sed_extract_prog): Issue s commands one-by-one, rather than
35921         using \| in one s command.
35922
35923 2003-09-16  Paul Eggert  <eggert@twinsun.com>
35924
35925         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
35926         input error, instead of returning NULL the next time we are called
35927         (and therefore losing track of errno).
35928
35929 2003-09-16  Bruno Haible  <bruno@clisp.org>
35930
35931         * gnulib-tool (func_create_testdir): Warn about duplicated
35932         dependencies.
35933
35934 2003-09-15  Paul Eggert  <eggert@twinsun.com>
35935
35936         * modules/argmatch, modules/fatal, modules/obstack,
35937         modules/xalloc, modules/xgethostname: Sort dependencies by
35938         importance, not alphabetically.
35939
35940 2003-09-15  Paul Eggert  <eggert@twinsun.com>
35941
35942         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
35943         fails, so that the caller gets the proper errno.
35944
35945         * lib/readutmp.c (read_utmp): Likewise.
35946         Check for fstat error.  Close stream and free storage
35947         when failing.
35948
35949 2003-09-14  Karl Berry  <karl@gnu.org>
35950
35951         * config/srclist.txt (strdup.c): disable for c89 changes.
35952
35953 2003-09-14  Jim Meyering  <jim@meyering.net>
35954
35955         * lib/getloadavg.c: Correct cpp indentation.
35956         * lib/strdup.c: Likewise.
35957         * lib/vasnprintf.c: Likewise.
35958
35959 2003-09-14  Bruno Haible  <bruno@clisp.org>
35960
35961         * modules/fwriteerror: New file.
35962         * MODULES.html.sh (func_all_modules): Add fwriteerror.
35963
35964 2003-09-14  Bruno Haible  <bruno@clisp.org>
35965
35966         * lib/fwriteerror.h: New file.
35967         * lib/fwriteerror.c: New file.
35968
35969 2003-09-12  Paul Eggert  <eggert@twinsun.com>
35970
35971         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
35972         modules/xgethostname, modules/xalloc: Depend on exit.
35973
35974 2003-09-12  Paul Eggert  <eggert@twinsun.com>
35975
35976         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
35977
35978         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
35979         and AC_MINIX, too, so that their extensions are available.
35980
35981         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
35982         This macro has been superseded by gl_BACKUPFILE.
35983
35984         More patches to assume C89 or better.
35985
35986         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
35987
35988         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
35989         unconditionally.
35990         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
35991         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
35992         Include <string.h>, <stdlib.h> unconditionally.
35993         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
35994         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
35995         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
35996         headers or for string.h.
35997         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
35998         or strtoul.
35999
36000         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
36001         headers.
36002         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
36003         * m4/userspec.m4 (gl_USERSPEC): Likewise.
36004         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
36005         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
36006         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
36007         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
36008         memcpy, memset.
36009         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
36010         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
36011         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
36012         strtol.
36013         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
36014         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
36015         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
36016         strtoul.
36017
36018 2003-09-12  Paul Eggert  <eggert@twinsun.com>
36019
36020         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
36021         * lib/obstack.c [!defined _LIBC]: Likewise.
36022         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
36023         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
36024         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
36025
36026         More changes to assume C89 or better.
36027
36028         * lib/error.c (error_tail): Assume vprintf.
36029
36030         * lib/argmatch.c (getenv): Remove decl.
36031         * lib/progreloc.c (get_full_program_name): Define via prototype.
36032         * lib/setenv.c (clearenv): Likewise.
36033         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
36034         needed.
36035         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
36036         (malloc, memcpy): Remove decls.
36037         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
36038         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
36039         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
36040         (memcpy): Remove macro.
36041         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
36042         (__P): Remove.  All uses removed.
36043         (PTR): Remove.  All uses changed to void *.
36044         (CHAR_BIT, NULL): Remove.
36045         (spaces, zeros, memset_space, memset_zero)
36046         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
36047         Remove.
36048         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
36049         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
36050         Define with prototype.
36051         Remove now-unnecessary prototype decl.
36052         (extra_args_spec): Assume ANSI C.  All uses changed.
36053         (extra_args_spec_iso): Remove.
36054         (my_strftime, emacs_strftimeu): Define via prototype.
36055         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
36056         unconditionally.
36057         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
36058         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
36059         (strtoul, strtol): Remove decls.
36060         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
36061         LONG_MAX): Remove.
36062         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
36063         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
36064         (LOCALE_PARAM_PROTO): New macro.
36065         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
36066         (INTERNAL (strtol), strtol): Define with a prototype.
36067         (PARAMS): Remove.  All uses removed.
36068         * lib/tempname.c: Include <string.h> unconditionally.
36069         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
36070         * lib/xgethostname.c (main): Define with a prototype.
36071         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
36072         Include <stdlib.h> unconditionally.
36073         (calloc, malloc, realloc, free): Remove decls.
36074         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
36075         Include <stdlib.h> unconditionally.  Sort include file names.
36076         (strtod): Remove.
36077         (xstrtod): Define with a prototype.
36078         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
36079         (strtol, strtoul): Remove decls.
36080
36081 2003-09-11  Paul Eggert  <eggert@twinsun.com>
36082
36083         More patches to assume C89 or better.
36084         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
36085         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
36086         string.h, memchr, STDC_HEADERS.
36087
36088 2003-09-11  Paul Eggert  <eggert@twinsun.com>
36089
36090         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
36091         Include <stdlib.h>, <string.h> unconditionally.
36092         Remove now-unnecessary cast to char *.
36093         * lib/strnlen.c: Include <string.h> unconditionally.
36094         * lib/yesno.c (yesno): Define with a prototype.
36095
36096 2003-09-11  Bruno Haible  <bruno@clisp.org>
36097
36098         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
36099
36100 2003-09-10  Jim Meyering  <jim@meyering.net>
36101
36102         * lib/error.c: Correct indentation of cpp directives.
36103
36104 2003-09-10  Bruno Haible  <bruno@clisp.org>
36105
36106         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
36107         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
36108         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
36109         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
36110         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
36111         <stdlib.h> and <string.h> checks.
36112         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
36113         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
36114
36115 2003-09-10  Bruno Haible  <bruno@clisp.org>
36116
36117         * lib/strcspn.c: Include <string.h> unconditionally.
36118         * lib/strpbrk.c: Include <string.h> unconditionally.
36119         * lib/strstr.c: Include <string.h> unconditionally.
36120         * lib/unicodeio.c: Include <string.h> unconditionally.
36121         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
36122         * lib/unsetenv.c: Likewise.
36123         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
36124         * lib/yesno.c: Include <stdlib.h> unconditionally.
36125         (rpmatch): Add prototype.
36126
36127 2003-09-09  Paul Eggert  <eggert@twinsun.com>
36128
36129         More patches to assume C89 or better.
36130         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
36131         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
36132         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
36133         or for string.h.
36134         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
36135         stdlib.h.
36136         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
36137         C headers.
36138         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
36139         string.h.
36140         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
36141         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
36142         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
36143         or for string.h.
36144         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
36145         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
36146         C headers.
36147         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
36148         memcpy.
36149         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
36150         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
36151         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
36152         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
36153         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
36154         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
36155         string.h, free.
36156         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
36157         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
36158         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
36159         C headers, or for string.h.
36160         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
36161         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
36162         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
36163         headers, memory.h, stdlib.h, string.h, strings.h.
36164         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
36165         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
36166         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
36167         strchr.
36168         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
36169         headers, memory.h, string.h.
36170         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
36171         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
36172         free.
36173         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
36174         headers.
36175         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
36176         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
36177         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
36178         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
36179         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
36180
36181 2003-09-09  Paul Eggert  <eggert@twinsun.com>
36182
36183         More K&R removal.
36184
36185         * lib/acosl.c (main): Use a prototype.
36186         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
36187         tanl.c: Likewise.
36188
36189         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
36190
36191         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
36192         (getopt, etopt_long, getopt_long_only, _getopt_internal)
36193         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
36194         with a prototype.
36195         * lib/getopt.c (const): Remove macro.
36196         Include <string.h> unconditionally.
36197         (my_index): Remove; all uses changed to strchr.
36198         (strlen): Remove decl.
36199         (exchange): Remove forward decl; no longer needed.
36200         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
36201         Define with prototype.
36202         * lib/getopt1.c (const): Remove macro.
36203         (getopt_long, getopt_long_only, main): Define with prototype.
36204
36205         * lib/getugroups.c: Include <string.h> unconditionally.
36206
36207         * lib/getusershell.c: Include <stdlib.h> unconditionally.
36208         (getusershell, setusershell, endusershell, readname, main):
36209         Define with prototypes.
36210
36211         * lib/group-member.c: Include group-member.h first.
36212         Include <stdlib.h> unconditionally.
36213
36214         * lib/hard-locale.c: Include hard-locale.h first.
36215         Include <stdlib.h>, <string.h> unconditionally.
36216
36217         * lib/hash.c (free, malloc): Remove decls.
36218         Include <stdlib.h> unconditionally.
36219
36220         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
36221         (getenv): Do not declare.
36222
36223         * lib/idcache.c: Include <string.h> unconditionally.
36224
36225         * lib/long-options.c: Include long-options.h first, to test interface.
36226         Include <stdlib.h> unconditionally.
36227
36228         * lib/makepath.c: Include makepath.h first, to test interface.
36229         Include <stdlib.h> and <string.h> unconditionally.
36230
36231         * lib/linebuffer.c: Include <stdlib.h>.
36232         (free): Remove decl.
36233
36234         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
36235         stddef.h. rpl_malloc returns void *, not char *.
36236         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
36237         prototype.
36238
36239         * lib/md5.h: Include <limits.h> unconditionally.
36240         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
36241         (__P): Remove; all uses removed.
36242         * lib/md5.c: Include "md5.h" first.
36243         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
36244         md5_buffer, md5_process_bytes, md5_process_block):
36245         Define with prototypes.
36246         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
36247         * lib/sha.c: Include "sha.h" first.
36248         Include <stdlib.h>, <string.h> unconditionally.
36249
36250         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
36251         * lib/memcmp.c (__ptr_t): Likewise.
36252         * lib/memrchr.c (__ptr_t): Likewise.
36253         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
36254         Include <string.h> unconditionally.
36255         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
36256         * lib/memchr.c: Include <stdlib.h> unconditionally.
36257         * lib/memchr.c (LONG_MAX): Remove.
36258         * lib/memrchr.c (LONG_MAX): Likewise.
36259         * lib/memchr.c (__memchr): Define via a prototype.
36260         * lib/memrchr.c (__memrchr): Likewise.
36261         * lib/memcmp.c (__P): Remove, and remove all uses.
36262         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
36263         Remove forward decls; no longer needed.
36264         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
36265         Use types required by C89 in prototype.
36266
36267         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
36268         * lib/savedir.c: Likewise.
36269         * lib/mkdir.c (free): Remove decl.
36270         * lib/rmdir.c (rmdir): Define with a prototype.
36271         * lib/savedir.c: Include savedir.h first, to test interface.
36272
36273         * lib/mktime.c (STDC_HEADERS): Remove.
36274         Include <stdlib.h>, <string.h> unconditionally.
36275
36276         * lib/modechange.c: Include <stdlib.h> unconditionally.
36277         (malloc): Remove decl.
36278
36279         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
36280         (free): Remove decl.
36281
36282         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
36283         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
36284         (This type really should be intptr_t, but that's a C99ism.)
36285         (_obstack_memcpy): Remove: all uses changed to memcpy.
36286         Include <string.h> unconditionally.
36287         (struct obstack): Assume __STDC__ for types of members
36288         chunkfun, freefun, extra_arg.
36289         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
36290         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
36291         obstack_begin, obstack_specify_allocation,
36292         obstack_specify_allocation_with_arg, obstack_chunkfun,
36293         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
36294         Remove unprototyped decls and the macros that use them.
36295         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
36296         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
36297         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
36298         (defined __STDC__ && __STDC__)]:
36299         Remove nonprototyped code.
36300         Include <stdlib.h> unconditionally.
36301         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
36302         _obstack_allocated_p, _obstack_free, obstack_free,
36303         _obstack_memory_used, print_and_abort):
36304         Define using prototypes.
36305         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
36306         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
36307         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
36308         obstack_next_free, obstack_object_size, obstack_room) [0]:
36309         Remove unused, unprototyped code.
36310
36311         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
36312
36313         * lib/physmem.c (physmem_total, physmem_available, main): Define
36314         with prototypes.
36315
36316         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
36317         (main): Define with a prototype.
36318
36319         * lib/posixver.c (getenv): Remove decl.
36320
36321         * lib/putenv.c (malloc): Returns void *, not char *.
36322         Include <string.h> unconditionally.
36323         (strchr, memcpy, NULL): Do not define.
36324
36325         * lib/readtokens.c: Include readtokens.h first, to test interface.
36326         Include <stdlib.h>, <string.h> unconditionally.
36327         (init_tokenbuffer): Define with a prototype.
36328
36329         * lib/regex.c (PARAMS): Remove.  All uses removed.
36330         All uses of _RE_ARGS removed, too.
36331         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
36332         unconditionally.
36333         (bzero): Assume memset exists.
36334         (memcmp, memcpy, NULL): Remove.
36335         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
36336         char, or assignments to local vars of type signed char.
36337         (init_syntax_once, PREFIX(extract_number_and_incr),
36338         PREFIX(print_partial_compiled_pattern),
36339         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
36340         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
36341         PREFIX(regex_grow_registers), PREFIX(regex_compile),
36342         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
36343         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
36344         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
36345         wcs_compile_range, byte_compile_range, truncate_wchar,
36346         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
36347         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
36348         count_mbs_length, wcs_re_match_2_internal,
36349         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
36350         PREFIX(alt_match_null_string_p),
36351         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
36352         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
36353         regfree, PREFIX(extract_number)): Define with prototype.  Remove
36354         now-unnecessary declaration, if any.
36355         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
36356         regcomp, regexec):
36357         Remove now-unnecessary casts among pointer types.
36358         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
36359
36360         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
36361         (free): Remove decl.
36362
36363         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
36364
36365         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
36366         (free): Remove decl.
36367
36368         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
36369         * lib/xgetcwd.c: Likewise.
36370
36371         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
36372         (free): Remove decl.
36373
36374         * lib/strchrnul.c (strchrnul): Define with a prototype.
36375         Fix bug: c_in was not converted to char before searching.
36376
36377         The following changes are not K&R related:
36378
36379         * lib/group-member.h: Include <sys/types.h>, so that this file is
36380         self-contained.
36381         * lib/makepath.h: Likewise.
36382
36383         * lib/getusershell.c (readname, default_index, line_size, readname):
36384         Use size_t, not int, for sizes.
36385         (readname): If the size overflows, report an error instead of
36386         looping forever.
36387
36388 2003-09-09  Paul Eggert  <eggert@twinsun.com>
36389
36390         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
36391         libc.
36392
36393 2003-09-09  Paul Eggert  <eggert@twinsun.com>
36394
36395         * README: New section: portability guidelines.
36396
36397 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
36398
36399         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
36400         C89 spec.
36401
36402 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
36403
36404         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
36405
36406 2003-09-08  Paul Eggert  <eggert@twinsun.com>
36407
36408         Assume C89 or better; remove K&R cruft.
36409         A few of these changes were first proposed by Derek Robert Price
36410         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
36411
36412         * lib/addext.c: Include <string.h> unconditionally.
36413         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
36414         Don't declare getenv or malloc.
36415
36416         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
36417         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
36418         (NULL): Remove.
36419         (find_stack_direction, alloca): Use prototypes.
36420
36421         * lib/atexit.c (atexit): Define using a prototype.
36422
36423         * lib/basename.c, dirname.c, stripslash.c:
36424         Include <string.h> unconditionally.
36425
36426         * lib/bcopy.c: Include <stddef.h>.
36427         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
36428
36429         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
36430
36431         * lib/error.h (error, error_at_line, error_print_progname)
36432         [! (defined (__STDC__) && __STDC__)]: Remove decls.
36433         * lib/error.c: Include error.h first, to check interface.
36434         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
36435         (VA_START): Remove; all uses changeed to va_start.
36436         (exit, strerror): Remove decls.
36437         (error_print_progname): Prototype uncondionally.
36438         Don't include <errno.h>; no longer needed.
36439         (private_strerror): Remove.
36440         (error_tail): Always define.
36441         (error, error_at_line): Assume C89 or better; always use prototypes.
36442         * lib/fatal.c: Include "fatal.h" first, to test interface.
36443         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
36444         (VA_START): Remove; all uses changed to va_start.
36445         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
36446         this case.
36447         (exit): Remove decl.
36448         (fatal): Prototype unconditionally.  Assume va_start works.
36449         Abort at end, to pacify gcc.
36450
36451         * lib/euidaccess.c (main): Define with a prototype.
36452
36453         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
36454
36455         * lib/exitfail.c: Include <stdlib.h> unconditionally.
36456
36457         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
36458         prototypes.
36459         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
36460         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
36461         (getenv): Remove decl.
36462         (fnmatch): Define using a prototype.
36463         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
36464         (FCT): Define using a prototype.
36465
36466         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
36467
36468         * lib/gethostname.c: Include <stddef.h>.
36469         (gethostname): Define with prototype.  Length is size_t, not int.
36470
36471 2003-09-08  Paul Eggert  <eggert@twinsun.com>
36472
36473         Assume C89 or better; remove K&R cruft.
36474         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
36475         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
36476         string.h, getenv, malloc.
36477         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
36478         headers.
36479         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
36480         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
36481         do not check for strerror.
36482         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
36483         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
36484         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
36485         do not check for doprnt or vprintf.
36486         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
36487         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
36488
36489 2003-09-08  Paul Eggert  <eggert@twinsun.com>
36490
36491         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
36492         getversion.c should have been removed then, but was accidentally
36493         preserved.
36494
36495         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
36496         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
36497
36498 2003-09-08  Karl Berry  <karl@gnu.org>
36499
36500         * config/config.sub, config.guess, srclistvars.sh: update from savannah
36501                 config, forget about prep.
36502
36503         * config/depcomp, missing: update from automake.
36504
36505 2003-09-07  Paul Eggert  <eggert@twinsun.com>
36506
36507         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
36508         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
36509
36510 2003-09-07  Paul Eggert  <eggert@twinsun.com>
36511
36512         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
36513         copy_tm_result.  Bug reported by Simon Josefsson in
36514         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
36515
36516 2003-09-06  Paul Eggert  <eggert@twinsun.com>
36517
36518         * m4/time_r.m4: New file.
36519         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
36520         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
36521         is. Check for timegm declaration.
36522         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
36523         Do not check for gmtime_r.
36524         Replace mktime if __mktime_internal does not exist and if mktime
36525         hasn't been replaced already.
36526
36527 2003-09-06  Paul Eggert  <eggert@twinsun.com>
36528
36529         * lib/time_r.c, lib/time_r.h: New files.
36530
36531         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
36532         __localtime_r.
36533         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
36534         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
36535
36536         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
36537         __gmtime_r.
36538         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
36539         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
36540         Include <time_r.h>.
36541
36542         * lib/timegm.c: Switch to glibc implementation, with the following
36543         changes:
36544         [defined HAVE_CONFIG_H]: Include <config.h>.
36545         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
36546         (__mktime_internal) [!defined _LIBC]: New decl.
36547         (__gmtime_r) [!defined _LIBC]: New macro and function.
36548         (timegm): Use a prototype, since gnulib assumes C89.
36549         Do not bother declaring tmp to be const, as it's not really usefu.
36550         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
36551         (timegm): Declare only if HAVE_DECL_TIMEGM.
36552
36553 2003-09-06  Paul Eggert  <eggert@twinsun.com>
36554
36555         * MODULES.html.sh (func_all_modules): Add time_r.
36556         * modules/time_r: New file.
36557         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
36558         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
36559
36560 2003-09-03  Paul Eggert  <eggert@twinsun.com>
36561
36562         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
36563         Bug reported by Lute Kamstra in
36564         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
36565
36566         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
36567         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
36568         course with correspondingly smaller numbers for tomorrow and
36569         yesterday.  From Tadayoshi Funaba.  Originally installed into
36570         sh-utils on 1999-08-07, but the patch got lost (I guess during the
36571         coreutils merge?).
36572
36573 2003-08-31  Simon Josefsson  <jas@extundo.com>
36574
36575         * modules/timegm: New file.
36576         * MODULES.html.sh (func_all_modules): Add timegm.
36577
36578 2003-08-31  Simon Josefsson  <jas@extundo.com>
36579
36580         * m4/timegm.m4: New file.
36581
36582 2003-08-31  Simon Josefsson  <jas@extundo.com>
36583
36584         * lib/timegm.h: New file.
36585         * lib/timegm.c: New file.  Based on
36586         wget-1.8.2/src/http.c:mktime_from_utc.
36587
36588 2003-08-31  Karl Berry  <karl@gnu.org>
36589
36590         * lib/argp.h: update from libc.
36591
36592 2003-08-28  Bruno Haible  <bruno@clisp.org>
36593
36594         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
36595         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
36596         followed by '#define fnmatch fnmatch_posix' gives an error.
36597
36598 2003-08-28  Bruno Haible  <bruno@clisp.org>
36599
36600         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
36601         warning on QNX, which defines O_BINARY to 000000.
36602
36603 2003-08-27  Jim Meyering  <jim@meyering.net>
36604
36605         * m4/mkstemp.m4: Require that the system mkstemp be able to create
36606         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
36607         would fail after 32.  Reported by Danny Levinson.  Details here:
36608         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
36609
36610 2003-08-24  Bruno Haible  <bruno@clisp.org>
36611
36612         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
36613         MSVC7 <stdio.h> is included later.
36614
36615 2003-08-22  Simon Josefsson  <jas@extundo.com>
36616
36617         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
36618
36619 2003-08-20  Karl Berry  <karl@gnu.org>
36620
36621         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
36622
36623 2003-08-20  Bruno Haible  <bruno@clisp.org>
36624
36625         * modules/progname: New file.
36626         * MODULES.html.sh (func_all_modules): Add progname.
36627
36628 2003-08-20  Bruno Haible  <bruno@clisp.org>
36629
36630         * lib/progname.h: New file, from GNU gettext.
36631         * lib/progname.c: New file, from GNU gettext.
36632         * lib/progreloc.c: New file, from GNU gettext.
36633
36634 2003-08-19  Jim Meyering  <jim@meyering.net>
36635
36636         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
36637         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
36638
36639 2003-08-19  Bruno Haible  <bruno@clisp.org>
36640
36641         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
36642         more.
36643
36644 2003-08-19  Bruno Haible  <bruno@clisp.org>
36645
36646         * lib/xstrdup.c: Assume <string.h> exists.
36647
36648 2003-08-18  Paul Eggert  <eggert@twinsun.com>
36649
36650         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
36651         in makefile rules.
36652
36653 2003-08-18  Jim Meyering  <jim@meyering.net>
36654
36655         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
36656         * m4/lib-ld.m4: Likewise.
36657
36658 2003-08-18  Jim Meyering  <jim@meyering.net>
36659
36660         * lib/setenv.h: Indent nested cpp directive.
36661         * lib/vasnprintf.c: Remove trailing blanks.
36662
36663 2003-08-17  Simon Josefsson  <jas@extundo.com>
36664
36665         * modules/xstrndup: New file.
36666         * MODULES.html.sh (func_all_modules): Add xstrndup.
36667
36668 2003-08-17  Simon Josefsson  <jas@extundo.com>
36669
36670         * modules/argp: Fix autoconf macro name. Add more dependencies.
36671
36672 2003-08-17  Simon Josefsson  <jas@extundo.com>
36673
36674         * m4/xstrndup.m4: New file.
36675
36676 2003-08-17  Simon Josefsson  <jas@extundo.com>
36677
36678         * m4/argp.m4: New file.
36679
36680 2003-08-17  Simon Josefsson  <jas@extundo.com>
36681             Bruno Haible  <bruno@clisp.org>
36682
36683         * lib/xstrndup.h: New file.
36684         * lib/xstrndup.c: New file.
36685
36686 2003-08-17  Bruno Haible  <bruno@clisp.org>
36687
36688         * modules/strndup (Files, Include): Add lib/strndup.h.
36689
36690 2003-08-17  Bruno Haible  <bruno@clisp.org>
36691
36692         * modules/euidaccess (Files): Add lib/euidaccess.h.
36693
36694 2003-08-17  Bruno Haible  <bruno@clisp.org>
36695
36696         * lib/strndup.h: New file.
36697
36698 2003-08-17  Bruno Haible  <bruno@clisp.org>
36699
36700         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
36701         like AC_GNU_SOURCE.
36702         * modules/extensions (configure.ac): Comment out the invocation of
36703         gl_USE_SYSTEM_EXTENSIONS.
36704
36705 2003-08-16  Paul Eggert  <eggert@twinsun.com>
36706
36707         Merges from coreutils, etc.
36708         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
36709         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
36710         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
36711         fixing a typo.
36712         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
36713         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
36714
36715 2003-08-16  Paul Eggert  <eggert@twinsun.com>
36716
36717         Document merge from coreutils.
36718         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
36719         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
36720         * modules/utime: Add m4/utimes-null.m4.
36721
36722 2003-08-16  Paul Eggert  <eggert@twinsun.com>
36723
36724         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
36725         space, undoing this 2003-08-12 change:
36726         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
36727
36728 2003-08-16  Paul Eggert  <eggert@twinsun.com>
36729
36730         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
36731         strtoul.c from libc, undoing this 2003-08-12 change:
36732         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
36733
36734 2003-08-16  Jim Meyering  <jim@meyering.net>
36735
36736         Merges from coreutils.
36737         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
36738         prefix.  Adjust cache variables similarly.  Create 500 rather than
36739         just 300 files, to exercise bug on Darwin6.5, too.
36740         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
36741         $missing_dir.
36742         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
36743         AM_SYS_POSIX_TERMIOS.
36744         Reported by mkc@mathdogs.com.
36745         Also change use of $am_cv_sys_posix_termios
36746         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
36747         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
36748         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
36749         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
36750         in /proc/mounts until it finds one with matching device number.  This
36751         is unnecessary when the FILE argument *is* a mount point.  No stat call
36752         is necessary in that case.  So, disable the statvfs-testing code on
36753         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
36754         as RedHat bug# 84846.
36755         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
36756         to 1MB, so as not to render systems with no stack size limit (e.g.,
36757         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
36758         Include <unistd.h>.  On some systems,
36759         it is required for the definition of _SC_PAGESIZE.
36760
36761 2003-08-16  Jim Meyering  <jim@meyering.net>
36762
36763         Merge from coreutils.
36764         * lib/xstrtoimax.c: #else #if -> #elif.
36765         * lib/xstrtoumax.c: Likewise.
36766
36767 2003-08-16  Jim Meyering  <jim@meyering.net>
36768
36769         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
36770         * m4/utimes.m4: Removed.
36771         * m4/utimes-null.m4: Renamed from utimes.m4.
36772
36773         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
36774         to 1MB, so as not to render systems with no stack size limit (e.g.,
36775         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
36776         Include <unistd.h>.  On some systems,
36777         it is required for the definition of _SC_PAGESIZE.
36778
36779 2003-08-16  Jim Meyering  <jim@meyering.net>
36780         and Paul Eggert  <eggert@cs.ucla.edu>
36781
36782         Merges from coreutils, etc.
36783
36784         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
36785         using the latest version from cvs.  This avoids problems with #line
36786         directives using a vendor (Sun) compiler.
36787         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
36788         Don't set GETGROUPS_LIB here; now it's
36789         done via getgroups.m4's wrapper function.
36790         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
36791         rather than just in sh-util/configure.in, so that the
36792         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
36793         same.
36794         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
36795         AC_FUNC_GETLOADAVG where to find getloadavg.c.
36796         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
36797         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
36798         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
36799         Remove code that is now done by the newly-required macros.
36800         Append $(EXEEXT) to DF_PROG.
36801         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
36802         Do not invoke or require the following here,
36803         since prereq.m4 or some gnulib .m4 now does this for us:
36804         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
36805         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
36806         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
36807         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
36808         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
36809         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
36810         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
36811         AC_FUNC_OBSTACK.
36812         Do not replace the following functions, as this is now the job
36813         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
36814         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
36815         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
36816         atexit getpass, strdup, getpagesize.
36817         Replace 'raise'.
36818         Do not check for the following functions, as this is now the job
36819         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
36820         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
36821         setregid.
36822         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
36823         Check for sys/sysctl.h.
36824         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
36825         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
36826         of checking for ssize_t ourselves.
36827
36828         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
36829         Require every macro that gnulib/modules/* suggests for us.
36830         (jm_PREREQ_ADDEXT): New macro.
36831         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
36832         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
36833
36834         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
36835         (gl_PHYSMEM): Use it.
36836         Also check for `table' function.
36837         Check for new headers and functions.
36838         Add check for sys/sysmp.h.
36839         With suggestions from Kaveh Ghazi.
36840         Ignore headers that are present but cannot be compiled.  This
36841         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
36842         C 5.4.
36843
36844 2003-08-15  Paul Eggert  <eggert@twinsun.com>
36845
36846         Document merge from coreutils.
36847         * modules/userspec: Depend on posixver.
36848         * modules/strftime: Depend on tzset.
36849
36850 2003-08-15  Paul Eggert  <eggert@twinsun.com>
36851
36852         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
36853         rather than tab, after '#' in shell-script copyright notices.
36854         Suggested by Bruno Haible.
36855
36856 2003-08-15  Paul Eggert  <eggert@twinsun.com>
36857
36858         * config/srclist-update: Use three spaces, rather than tab, after '#'
36859         in shell-script copyright notices.  Suggested by Bruno Haible.
36860         Remove unnecessary parenthesization in regular expression.
36861
36862 2003-08-15  Jim Meyering  <jim@meyering.net>
36863
36864         Merge from coreutils.
36865         * lib/xgethostname.c: Include <stdlib.h>.
36866         (xghostname): Don't exit for anything other than memory-related
36867         failure; just return NULL.
36868         * lib/userspec.c: Include "posixver.h".
36869         (parse_user_spec): Accept `.' as a separator only
36870         in pre-POSIX-200112 mode.
36871         * lib/strtoimax.c: Use #elif rather than #else #if.
36872         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
36873         Remove function, now that we can rely on a working tzset function.
36874         [!_LIBC]: Ensure that the required autoconf test has been run.
36875         [!defined _NL_CURRENT && HAVE_STRFTIME]:
36876         Use underlying_strftime for %r.
36877         * lib/sha.c: Merge in some clean-up and optimization changes from
36878         glibc.
36879         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
36880         Ensure that it is a multiple of 64.
36881         Rearrange loop exit tests so as to avoid performing an
36882         additional fread after encountering an error or EOF.
36883         * lib/realloc.c: Update copyright date.
36884
36885 2003-08-15  Jim Meyering  <jim@meyering.net>
36886         and Paul Eggert  <eggert@twinsun.com>
36887
36888         Merge from coreutils.
36889         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
36890         member but strut utmpx does not.  Needed for AIX 4.3.3.
36891         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
36892
36893 2003-08-15  Jim Meyering  <jim@meyering.net>
36894         and Paul Eggert  <eggert@cs.ucla.edu>
36895
36896         Merges from coreutils, etc.
36897         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
36898         Require gl_FUNC_TZSET_CLOBBER.
36899         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
36900         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
36901         members.
36902
36903 2003-08-14  Paul Eggert  <eggert@twinsun.com>
36904
36905         Help the merge from coreutils.
36906         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
36907         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
36908         * m4/tzset.m4: Use it too.
36909
36910 2003-08-14  Paul Eggert  <eggert@twinsun.com>
36911
36912         * modules/tzset: New file.
36913
36914 2003-08-14  Jim Meyering  <jim@meyering.net>
36915
36916         Merges from coreutils.
36917         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
36918         variable names, rather than @FNMATCH_H@.
36919         * modules/alloca: Likewise for $(ALLOCA_H).
36920
36921         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
36922         the three copies of the literal target, `fnmatch.h'.
36923         * modules/alloca (alloca.h): Likewise.
36924
36925 2003-08-14  Jim Meyering  <jim@meyering.net>
36926
36927         Merge from coreutils.
36928         * m4/tzset.m4: New file.
36929         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
36930         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
36931         otherwise, AIX 5.1 systems would end up using the latter.
36932         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
36933         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
36934         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
36935         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
36936
36937 2003-08-14  Jim Meyering  <jim@meyering.net>
36938
36939         Merge from coreutils.
36940         * lib/obstack.h: Whitespace changes.
36941         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
36942         and xcalloc return values.
36943         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
36944         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
36945         hang on OSF/1 5.1 for DIR on both local and remote file systems.
36946         Reported by (and fix confirmed by) Nelson H. F. Beebe.
36947         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
36948         error from mntctl.
36949         Use mntctl's return value to drive the entry-processing loop, since
36950         we can't rely on the value of the vmt_length member in the last
36951         entry.  On some systems doing so could result in exhausting
36952         virtual memory.  Based in part on a patch from Mike Jetzer.
36953
36954 2003-08-14  Jim Meyering  <jim@meyering.net>
36955         and Paul Eggert  <eggert@twinsun.com>
36956
36957         Merges from coreutils, plus other fixes.
36958         * lib/physmem.c: Merge in portability changes from gcc/libiberty
36959         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
36960         for credits and details.  Thanks to Kaveh Ghazi for helping
36961         to keep these files in sync.
36962         (ARRAY_SIZE): Define it.
36963         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
36964         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
36965         (memcasecmp): Don't assume size_t fits in unsigned int.
36966         Remove casts and duplicate code.
36967         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
36968         (memcpy): Remove definition.
36969         Merge in some clean-up and optimization changes from glibc.
36970         [BLOCKSIZE]: Move definition to top of file.
36971         Ensure that it is a multiple of 64.
36972         Rearrange loop exit tests so as to avoid performing an
36973         additional fread after encountering an error or EOF.
36974         * lib/md5.h (md5_uintptr): Define.
36975         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
36976         return to the initial working directory.  Preserve errno
36977         for caller.
36978         * lib/idcache.c: Include "xalloc.h".
36979         (xmalloc, xrealloc): Remove decls.
36980         (getuser): Remove casts no longer required in C89.
36981         * lib/human.c: Include stdio.h, for sprintf.
36982         * lib/group-member.c: Include "xalloc.h".
36983         (xmalloc, xrealloc): Remove decls.
36984         (get_group_info): Remove casts no longer required in C89.
36985         * lib/getusershell.c (readname): Remove casts no longer required in
36986         C89.
36987         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
36988         * lib/getline.c: Whitespace fix, from coreutils.
36989
36990 2003-08-13  Paul Eggert  <eggert@twinsun.com>
36991
36992         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
36993         Check for isascii.
36994
36995         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
36996         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
36997         Undo previous (whitespace-only) change.
36998
36999 2003-08-13  Paul Eggert  <eggert@twinsun.com>
37000
37001         * lib/exclude.c: Include <ctype.h>
37002         (IN_CTYPE_DOMAIN): New macro.
37003         (is_space): New fn.
37004         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
37005         and empty lines.
37006
37007         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
37008         Undo previous (whitespace-only) change.
37009
37010 2003-08-13  Paul Eggert  <eggert@twinsun.com>
37011
37012         * config/srclist-update: Change update back to the old behavior,
37013         leaving whitespace alone.  Use one 'sed' command rather than a
37014         pipeline.
37015         (fixlicense): Now a variable, not a function.
37016         (remove_trailing_blanks): Remove.
37017         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
37018         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
37019         Undo previous (whitespace-only) change.
37020
37021 2003-08-12  Paul Eggert  <eggert@twinsun.com>
37022
37023         Merge from coreutils.
37024         * modules/euidaccess: Add lib_SOURCES, include for new
37025         file euidaccess.h
37026
37027 2003-08-12  Paul Eggert  <eggert@twinsun.com>
37028
37029         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
37030         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
37031         Normalize leading white space and remove trailing white space.
37032
37033         Merge from coreutils
37034         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
37035
37036         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
37037         0.12.1.  These files are now being upgraded automatically by
37038         ../config/srclist-update.
37039
37040 2003-08-12  Paul Eggert  <eggert@twinsun.com>
37041
37042         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
37043         Normalize leading white space and remove trailing white space.
37044         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
37045         notice, as per ../config/srclist-update.
37046
37047         Merge from coreutils.
37048         * lib/euidaccess.h: New file.
37049         * lib/euidaccess.c: Include it.
37050         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
37051         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
37052         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
37053
37054 2003-08-12  Paul Eggert  <eggert@twinsun.com>
37055
37056         * config/srclist-update: Add copyright notice.
37057         (remove_id_lines, remove_trailing_blanks): New constants.
37058         (fixfile): Use them to normalize spacing a bit in copied files.
37059         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
37060         Normalize leading white space and remove trailing white space.
37061
37062         * config/texinfo.tex: Sync with texinfo.
37063
37064         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
37065         strtoul.c from libc, to merge coreutils whitespace changes.
37066
37067         * config/srclist.txt: Get the following m4 files from gettext:
37068         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
37069         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
37070         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
37071         wint_t.m4.
37072
37073 2003-08-12  Karl Berry  <karl@gnu.org>
37074
37075         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
37076         been made.
37077
37078 2003-08-11  Paul Eggert  <eggert@twinsun.com>
37079
37080         * modules/gnu-source, m4/gnu-source.m4:
37081         Remove; we're assuming Autoconf 2.54 or later now.
37082         Suggested by Bruno Haible.
37083         * MODULES.html.sh (func_all_modules): Remove gnu-source.
37084
37085 2003-08-11  Bruno Haible  <bruno@clisp.org>
37086
37087         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
37088
37089 2003-08-11  Bruno Haible  <bruno@clisp.org>
37090
37091         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
37092         (vasnprintf): Use it instead of wcslen.
37093
37094 2003-08-11  Bruno Haible  <bruno@clisp.org>
37095
37096         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
37097         value to ensure that _Bool promotes to int. Use #define for _Bool when
37098         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
37099
37100 2003-08-10  Karl Berry  <karl@gnu.org>
37101
37102         * lib/regex.h: update from libc (whitespace fix).
37103
37104 2003-08-09  Paul Eggert  <eggert@twinsun.com>
37105
37106         Merge some files from coreutils.  These changes were
37107         originally made by Jim Meyering.
37108         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
37109         many older Unixes require this.
37110         * lib/alloca.c (alloca): Remove cast to argument of free;
37111         no longer needed in C89.
37112         * lib/alloca_.h, regex.h: Fix white space to match
37113         what GNU indent does.
37114
37115 2003-08-09  Paul Eggert  <eggert@twinsun.com>
37116
37117         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
37118         apparently Emacs's Unicode mode got confused before my 2003-08-05
37119         checkin.
37120
37121 2003-08-08  Paul Eggert  <eggert@twinsun.com>
37122
37123         * m4/extensions.m4: New file.
37124         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
37125         Require gl_USE_SYSTEM_EXTENSIONS.
37126         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
37127         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
37128
37129 2003-08-08  Paul Eggert  <eggert@twinsun.com>
37130
37131         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
37132         * modules/extensions, modules/gnu-source: New files.
37133         * modules/timespec, modules/unlocked-io: Depend on extensions.
37134
37135 2003-08-07  Paul Eggert  <eggert@twinsun.com>
37136
37137         * modules/restrict: New file.
37138         * MODULES.html.sh (func_all_modules): Add restrict.
37139         * modules/regex: Depend on restrict.
37140
37141 2003-08-07  Paul Eggert  <eggert@twinsun.com>
37142
37143         * m4/restrict.m4: New file.
37144         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
37145
37146 2003-08-07  Bruno Haible  <bruno@clisp.org>
37147
37148         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
37149         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
37150
37151 2003-08-07  Bruno Haible  <bruno@clisp.org>
37152
37153         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
37154         makes the module 'getndelim2' compatible with the module 'getline'.
37155
37156 2003-08-05  Paul Eggert  <eggert@twinsun.com>
37157
37158         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
37159         byte with "\201" to avoid glitches when editing that source file
37160         with multi-gnome-terminal.
37161
37162 2003-08-05  Paul Eggert  <eggert@twinsun.com>
37163
37164         * lib/bumpalloc.h: Remove.
37165
37166 2003-08-05  Paul Eggert  <eggert@twinsun.com>
37167
37168         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
37169         * modules/bumpalloc: Remove.
37170
37171 2003-08-04  Paul Eggert  <eggert@twinsun.com>
37172
37173         * lib/getloadavg.c: Change copyright notice and spacing to conform to
37174         GNU coding style.
37175
37176         Merge from coreutils.
37177         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
37178         1. From glibc.
37179         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
37180         from Karl Berry, implemented by Jim Meyering.
37181         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
37182         from Dmitry V. Levin.
37183         Remove anachronistic cast of xrealloc.
37184         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
37185         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
37186         type. Otherwise, it wouldn't compile with at least /bin/cc on
37187         ymp-cray-unicos9.0.2.X.
37188         Combine two mostly-identical uses of alloca into one.
37189         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
37190
37191 2003-08-04  Dave Love  <d.love@dl.ac.uk>
37192
37193         [From Emacs.]
37194
37195         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
37196         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
37197         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
37198         obsolete NLIST_NAME_UNION.
37199         [__GNU__]: Undef BSD and FSCALE.
37200         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
37201
37202 2003-08-03  Paul Eggert  <eggert@twinsun.com>
37203
37204         * lib/stdbool_.h (_Bool): Make it signed char, instead of
37205         an enum type, so that it's guaranteed to promote to int.  See:
37206         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
37207
37208 2003-08-03  Karl Berry  <karl@gnu.org>
37209
37210         * config/depcomp: update from automake.
37211
37212 2003-07-31  Paul Eggert  <eggert@twinsun.com>
37213
37214         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
37215         (strerror): Don't assume that a printable int fits in 14 bytes.
37216
37217 2003-07-31  Bruno Haible  <bruno@clisp.org>
37218
37219         * modules/getpass-gnu: New file.
37220         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
37221
37222 2003-07-31  Bruno Haible  <bruno@clisp.org>
37223
37224         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
37225
37226 2003-07-24  Karl Berry  <karl@gnu.org>
37227
37228         * config/missing: update from automake.
37229
37230 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
37231             Bruno Haible  <bruno@clisp.org>
37232
37233         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
37234         * lib/getline.c (getline, getdelim): Likewise.
37235         Remove _GNU_SOURCE define; now it's defined in config.h through
37236         m4/getline.m4.
37237
37238 2003-07-23  Karl Berry  <karl@gnu.org>
37239
37240         * config/config.sub: update from prep.
37241
37242 2003-07-22  Paul Eggert  <eggert@twinsun.com>
37243
37244         * modules/xalloc (Depends-on): Add exitfail.
37245         * modules/xmemcoll: Likewise.
37246
37247 2003-07-22  Paul Eggert  <eggert@twinsun.com>
37248
37249         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
37250         over-parenthesization in macros.
37251
37252         Sync with coreutils.
37253
37254         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
37255         required by C99.
37256
37257         Use `exit_failure' for xalloc and xmemcoll instead of their own
37258         private exit-failure variables.
37259         * lib/xalloc.h (xalloc_exit_failure): Remove.
37260         * lib/xmalloc.c: Likewise.  Include exitfail.h.
37261         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
37262         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
37263         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
37264         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
37265
37266 2003-07-20  Jim Meyering  <jim@meyering.net>
37267
37268         * modules/closeout (Depends-on): Add exitfail.
37269         Suggestion from Bruno Haible.
37270
37271 2003-07-19  Karl Berry  <karl@gnu.org>
37272
37273         * config/config.sub: update from prep.
37274
37275 2003-07-18  Paul Eggert  <eggert@twinsun.com>
37276
37277         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
37278         Remove.
37279         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
37280         to test that it can stand by itself.  Include "exitfail.h".
37281         Clients should set exit_failure instead.
37282         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
37283
37284 2003-07-18  Bruno Haible  <bruno@clisp.org>
37285
37286         * modules/getndelim2: New file.
37287         * modules/getline: Share files with module getndelim2.
37288         * modules/getnline: Depend on getndelim2 instead of sharing files with
37289         it. Add getnline.c to lib_SOURCES.
37290         * MODULES.html.sh (func_all_modules): Add getndelim2.
37291
37292 2003-07-18  Bruno Haible  <bruno@clisp.org>
37293
37294         * m4/getndelim2.m4: New file.
37295         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
37296         invoke gl_PREREQ_GETNDELIM2.
37297         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
37298         gl_PREREQ_GETNDELIM2.
37299         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
37300         gl_GETNDELIM2.
37301
37302 2003-07-18  Bruno Haible  <bruno@clisp.org>
37303
37304         * lib/getndelim2.h: New file.
37305         * lib/getndelim2.c: Make into a module of its own. Include config.h,
37306         getndelim2.h.
37307         (getndelim2): Make non-static. Change return type to ssize_t.
37308         * lib/getline.h: Change argument names.
37309         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
37310         * lib/getnline.c: Include getndelim2.h.
37311
37312 2003-07-18  Andreas Schwab  <schwab@suse.de>
37313
37314         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
37315
37316 2003-07-17  Karl Berry  <karl@gnu.org>
37317
37318         * config/config.sub: update from prep.
37319
37320 2003-07-17  Bruno Haible  <bruno@clisp.org>
37321
37322         * modules/getnline: New file.
37323         * modules/getline: Add lib/getndelim2.c to source file list.
37324         * MODULES.html.sh (func_all_modules): Add getnline.
37325
37326 2003-07-17  Bruno Haible  <bruno@clisp.org>
37327
37328         * m4/getnline.m4: New file.
37329
37330 2003-07-17  Bruno Haible  <bruno@clisp.org>
37331
37332         * m4/Makefile.am.in: Remove file.
37333         * m4/Makefile.am: Remove file.
37334         * m4/Makefile.in: Remove file.
37335
37336 2003-07-17  Bruno Haible  <bruno@clisp.org>
37337
37338         * lib/getnline.h: New file.
37339         * lib/getnline.c: New file.
37340         * lib/getndelim2.c: New file, extracted from getline.c.
37341         (getndelim2): Renamed from getdelim2, with added nmax argument.
37342         * lib/getline.c: Include getndelim2.c.
37343         (getdelim2): Moved out to getndelim2.c.
37344         (getline, getdelim): Update.
37345
37346 2003-07-17  Bruno Haible  <bruno@clisp.org>
37347
37348         * lib/Makefile.am: Remove file.
37349         * lib/Makefile.in: Remove file.
37350
37351 2003-07-17  Bruno Haible  <bruno@clisp.org>
37352
37353         * configure.in: Remove file.
37354         * Makefile.in: Remove file.
37355
37356 2003-07-17  Bruno Haible  <bruno@clisp.org>
37357
37358         * MODULES.html.sh: Put the </BODY> right before </HTML>.
37359
37360 2003-07-16  Karl Berry  <karl@gnu.org>
37361
37362         * config/srclist-update: was running fixlicense twice, which caused
37363                 texinfo.tex to be nullified for some reason.  Simplify,
37364                 $gplsrc is no longer needed as far as I can see?
37365
37366 2003-07-16  Jim Meyering  <jim@meyering.net>
37367
37368         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
37369
37370 2003-07-15  Paul Eggert  <eggert@twinsun.com>
37371
37372         * config/srclist.txt: Get the following files from gettext-runtime/intl
37373         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
37374         ref-del.sin.  From Bruno Haible.
37375         * config/srclist-update (fixfile): Change grep pattern again, since the
37376         previous fix didn't work (there was another trailing $).  Use
37377         '[$]' to escape the $s.
37378
37379 2003-07-15  Karl Berry  <karl@gnu.org>
37380
37381         * lib/vasnprintf.c: update from gettext.
37382
37383 2003-07-15  Karl Berry  <karl@gnu.org>
37384
37385         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
37386         gets expanded when surrounded by '$'.
37387
37388 2003-07-15  Jim Meyering  <jim@meyering.net>
37389
37390         * modules/save-cwd: Don't depend on error.  From Derek Price.
37391
37392 2003-07-15  Jim Meyering  <jim@meyering.net>
37393
37394         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
37395
37396 2003-07-14  Simon Josefsson  <jas@extundo.com>
37397
37398         * modules/mempcpy: New file.
37399         * MODULES.html.sh (func_all_modules): Add mempcpy.
37400
37401 2003-07-14  Simon Josefsson  <jas@extundo.com>
37402
37403         * m4/mempcpy.m4: New file.
37404
37405 2003-07-14  Simon Josefsson  <jas@extundo.com>
37406
37407         * lib/mempcpy.h: New file.
37408         * lib/mempcpy.c: New file.
37409
37410 2003-07-14  Paul Eggert  <eggert@twinsun.com>
37411
37412         * modules/getdate, modules/posixtm: Depend on mktime.
37413
37414 2003-07-14  Paul Eggert  <eggert@twinsun.com>
37415
37416         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
37417         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
37418         unicodeio.c, unicodeio.h, unlocked-io.h:
37419         Switch from LGPL to GPL.
37420
37421 2003-07-14  Paul Eggert  <eggert@twinsun.com>
37422
37423         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
37424         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
37425         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
37426         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
37427         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
37428         updated automatically by ../config/srclist-update.  This changes
37429         their license from LPGL to GPL.
37430
37431 2003-07-14  Paul Eggert  <eggert@twinsun.com>
37432
37433         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
37434         assumed to refer to the root of the most recent stable gettext version.
37435         * config/srclistvars.sh: Add defaults for eggert.
37436         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
37437         Match "This program" as well as "The program".  This is needed
37438         for gettext.
37439
37440 2003-07-14  Jim Meyering  <jim@meyering.net>
37441
37442         Don't emit diagnostics.  Let callers do that.
37443         * lib/save-cwd.c: Don't include "error.h".
37444         (save_cwd): Don't call error.  Ensure that errno is valid
37445         when returning nonzero.
37446
37447         * lib/save-cwd.h (restore_cwd): Update prototype.
37448         * lib/save-cwd.c (restore_cwd): Remove two parameters.
37449         Simplify.  Don't call error upon failure.  Let callers do that.
37450         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
37451         when auditing is enabled.  But don't bother updating the #if.
37452
37453 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
37454
37455         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
37456         it breaks C++ compilation.
37457         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
37458
37459 2003-07-10  Simon Josefsson  <jas@extundo.com>
37460
37461         * modules/strchrnul (Makefile.am): Add strchrnul.h.
37462
37463 2003-07-10  Jim Meyering  <jim@meyering.net>
37464
37465         * m4/clock_time.m4: Remove trailing blank.
37466         * m4/intmax_t.m4: Likewise.
37467
37468 2003-07-10  Jim Meyering  <jim@meyering.net>
37469
37470         * lib/vasnprintf.c: Remove trailing blanks.
37471         Make cpp indentation consistent.
37472
37473 2003-07-09  Paul Eggert  <eggert@twinsun.com>
37474
37475         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
37476         posixver.c, strftime.c, strnlen.c, strverscmp.c:
37477         Switch from LGPL to GPL.
37478
37479 2003-07-09  Paul Eggert  <eggert@twinsun.com>
37480
37481         * config/srclist.txt: Sort sublists.  Add
37482         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
37483         that differ from gnulib for one reason or another; we'd like this list
37484         to be smaller but for now let's document what we have.
37485
37486 2003-07-08  Paul Eggert  <eggert@twinsun.com>
37487
37488         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
37489         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
37490         and sweeter "eval x=$x".
37491         * config/srclist.txt: Get lib/argp* from glibc.
37492
37493 2003-07-07  Paul Eggert  <eggert@twinsun.com>
37494
37495         * lib/mktime.c: Fix some boundary cases and remove need for floating
37496         point.
37497
37498         Issue a compile-time diagnostic if time_t is floating point, or if
37499         two's complement arithmetic is not in effect, or if arithmetic
37500         right shift does not propagate the sign.  These assumptions were
37501         all in the original code but they weren't checked.
37502
37503         (TIME_T_MIDPOINT, verify): New macros.
37504         (__isleap): Remove; it has integer overflow problems.
37505         (leapyear): New function, without those problems.
37506         (ydhms_tm_diff): Remove; splitting into two parts.
37507         (ydhms_diff): New function, containing the arithmetic part of
37508         the old ydhms_tm_diff function.  Issue a compile-time
37509         diagnostic if we are not using C99 integer division.
37510         Avoid casts when possible.
37511         (guess_time_tm): New function, containing the checking part of
37512         the old ydhms_tm_diff function.  Return the new value, rather than
37513         the difference between it and the old.  Accept a new argument T
37514         so that *T specifies the old value.  Check for overflow in the result.
37515
37516         (__mktime_internal): Use a time_t offset, not a long int offset.
37517         This undoes the 2003-06-04 change, which is no longer needed now
37518         that we have better overflow checking.
37519         (localtime_offset): Likewise.
37520
37521         (__mktime_internal): Avoid harmful overflow on hosts where time_t
37522         and long are 64-bit but int is only 32-bit.
37523         (ydhms_diff): Use long int to store year1 and yday1.
37524         Issue a compile-time diagnostic if long int is not wide enough.
37525
37526         (__mktime_internal): Use long int to store adjusted year and yday.
37527         Use plain C rather than preprocessor commands, if that doesn't
37528         affect efficiency.
37529         Check for overflow (and try to repair) after each probe
37530         rather than checking only at the very end.  This avoids some bugs
37531         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
37532         does not equal GMT offset at maximum time).
37533         Use integer to check for overflow rather than floating point; this
37534         is more portable to non-IEEE hosts, and is a tad faster.
37535         When we detect that we are oscillating between two values,
37536         don't check whether tm_isdst has the requested value, since
37537         we already know the answer.  When tm_isdst has the wrong value,
37538         use a different heuristic to find the right one, based on the
37539         extreme values actually observed in practice in tz2003a,
37540         rather than the (overly optimistic) "previous 3 calendar quarters".
37541
37542         (not_equal_tm, print_tm, check_result): Use "const T" rather than
37543         "T const" to accommodate glibc style.
37544         (check_result): Use less-confusing report format.  "long" -> "long int.
37545         (main): Likewise.
37546         Don't loop if the iteration overflows time_t.
37547         Allow a negative step in the iteration.
37548
37549 2003-07-06  Karl Berry  <karl@gnu.org>
37550
37551         * config/depcomp: update from automake.
37552         * config/config.sub: update from prep.
37553
37554 2003-07-03  Karl Berry  <karl@gnu.org>
37555
37556         * config/config.guess: update from prep.
37557
37558 2003-07-01  Paul Eggert  <eggert@twinsun.com>
37559
37560         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
37561         xreadlink.c now includes it unconditionally.
37562
37563 2003-07-01  Paul Eggert  <eggert@twinsun.com>
37564
37565         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
37566         having it depend on HAVE_SYS_TYPES_H.
37567
37568 2003-07-01  Bruno Haible  <bruno@clisp.org>
37569
37570         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
37571         <sys/types.h> should be sufficient.
37572         Reported by Paul Eggert.
37573
37574 2003-06-26  Karl Berry  <karl@gnu.org>
37575
37576         * config/depcomp: update from automake.
37577
37578 2003-06-26  Bruno Haible  <bruno@clisp.org>
37579
37580         * modules/human: Depend on module stdbool.
37581
37582 2003-06-25  Bruno Haible  <bruno@clisp.org>
37583
37584         * modules/readlink: New file.
37585         * modules/xreadlink: Depend on it.
37586         * MODULES.html.sh (func_all_modules): Add readlink.
37587
37588 2003-06-25  Bruno Haible  <bruno@clisp.org>
37589
37590         * m4/readlink.m4: New file.
37591
37592 2003-06-25  Bruno Haible  <bruno@clisp.org>
37593
37594         * lib/readlink.c: New file.
37595
37596 2003-06-22  Karl Berry  <karl@gnu.org>
37597
37598         * config/srclist.txt: update mkinstalldirs from automake.
37599         * config/mkinstalldirs: update.
37600
37601 2003-06-22  Bruno Haible  <bruno@clisp.org>
37602
37603         Portability to mingw32.
37604         * m4/ssize_t.m4: New file, from GNU gettext.
37605         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
37606         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
37607
37608 2003-06-22  Bruno Haible  <bruno@clisp.org>
37609
37610         * modules/safe-read: Add m4/ssize_t.m4.
37611         * modules/xreadlink: Add m4/ssize_t.m4.
37612
37613 2003-06-20  Bruno Haible  <bruno@clisp.org>
37614
37615         Assume C89, so PARAMS isn't needed.
37616         * lib/unicodeio.h (PARAMS): Remove.
37617         * lib/unicodeio.c: Don't use PARAMS.
37618
37619 2003-06-18  Karl Berry  <karl@gnu.org>
37620
37621         * config/config.{guess,sub}: update from prep.
37622
37623 2003-06-18  Jim Meyering  <jim@meyering.net>
37624
37625         Merge changes from coreutils.
37626         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
37627         Remove explicit declarations of xmalloc and realloc.
37628         Include xalloc.h.
37629         (read_utmp): Remove anachronistic cast of xmalloc.
37630
37631 2003-06-17  Paul Eggert  <eggert@twinsun.com>
37632
37633         Assume C89, so PARAMS isn't needed.
37634         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
37635         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
37636         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
37637         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
37638         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
37639         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
37640         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
37641         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
37642         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
37643         lib/xstrtod.h, lib/xstrtol.h: Likewise.
37644         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
37645         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
37646         no longer needed. Anyway, config.h should always be included before any
37647         other file.
37648
37649 2003-06-11  Simon Josefsson  <jas@extundo.com>
37650
37651         * modules/sysexits: New file.
37652         * MODULES.html.sh (func_all_modules): Add sysexits.
37653
37654 2003-06-11  Simon Josefsson  <jas@extundo.com>
37655
37656         * lib/sysexit_.h: New file.
37657
37658 2003-06-11  Derek Price  <derek@ximbiot.com>
37659
37660         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
37661         necessary.
37662
37663 2003-06-11  Bruno Haible  <bruno@clisp.org>
37664
37665         * m4/sysexits.m4: New file.
37666
37667 2003-06-10  Simon Josefsson  <jas@extundo.com>
37668
37669         * lib/argp.h: New file, from glibc.
37670         * lib/argp-ba.c: New file, from glibc.
37671         * lib/argp-eexst.c: New file, from glibc.
37672         * lib/argp-fmtstream.c: New file, from glibc.
37673         * lib/argp-fmtstream.h: New file, from glibc.
37674         * lib/argp-fs-xinl.c: New file, from glibc.
37675         * lib/argp-help.c: New file, from glibc.
37676         * lib/argp-namefrob.h: New file, from glibc.
37677         * lib/argp-parse.c: New file, from glibc.
37678         * lib/argp-pv.c: New file, from glibc.
37679         * lib/argp-pvh.c: New file, from glibc.
37680         * lib/argp-xinl.c: New file, from glibc.
37681
37682 2003-06-10  Simon Josefsson  <jas@extundo.com>
37683
37684         * modules/strchrnul: New file.
37685
37686 2003-06-10  Simon Josefsson  <jas@extundo.com>
37687
37688         * modules/argp: New file.
37689
37690 2003-06-10  Simon Josefsson  <jas@extundo.com>
37691
37692         * m4/strchrnul.m4: New file.
37693
37694 2003-06-10  Simon Josefsson  <jas@extundo.com>
37695
37696         * lib/strchrnul.h: New file.
37697         * lib/strchrnul.c: New file.
37698
37699 2003-06-10  Bruno Haible  <bruno@clisp.org>
37700
37701         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
37702
37703 2003-06-07  Karl Berry  <karl@gnu.org>
37704
37705         * config/config.{guess,sub}: update from prep.
37706
37707 2003-06-07  Jim Meyering  <jim@meyering.net>
37708
37709         * modules/strtod: Use $(...) notation, not @...@ for
37710         AC_REPLACE'd variables.
37711         * modules/localcharset: Likewise.
37712
37713 2003-06-07  Jim Meyering  <jim@meyering.net>
37714
37715         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
37716         in place of my name in the copyright comment.
37717         Remove definition and uses of __P.
37718
37719         From coreutils.
37720         * lib/stat.c: Don't declare xmalloc explicitly.
37721         Instead, include "xalloc.h".
37722         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
37723         xrealloc, and xcalloc return values.
37724         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
37725         Improve comment.
37726         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
37727
37728 2003-06-07  Bruno Haible  <bruno@clisp.org>
37729
37730         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
37731         avoid AC_CONFIG_LINKS.
37732         * modules/fnmatch (Makefile.am): Use explicit creation rule for
37733         fnmatch.h, to avoid AC_CONFIG_LINKS.
37734         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
37735
37736 2003-06-07  Bruno Haible  <bruno@clisp.org>
37737
37738         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
37739         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
37740         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
37741         directory.
37742         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
37743         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
37744         directory.
37745
37746 2003-06-06  Jim Meyering  <jim@meyering.net>
37747
37748         Merge from coreutils.
37749         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
37750         Consolidate declarations and initializations of *_base* locals.
37751
37752         Merge from coreutils.
37753         This avoids a core dump on systems without GNU putenv,
37754         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
37755         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
37756         (unsetenv): New static function, from GNU libc.
37757         (rpl_putenv): Use it.
37758
37759         * lib/modechange.c: Remove trailing blanks.
37760
37761         Merge from coreutils.
37762         * lib/fsusage.c: Remove declaration of statfs.
37763         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
37764
37765         * lib/posixtm.c: Include <stdbool.h> unconditionally.
37766
37767 2003-06-06  Jim Meyering  <jim@meyering.net>
37768
37769         * lib/stdbool_.h: Renamed from stdbool.h.in.
37770
37771 2003-06-06  Jim Meyering  <jim@meyering.net>
37772             Bruno Haible  <bruno@clisp.org>
37773
37774         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
37775         Adjust Makefile.am snippet not to redirect directly to target.
37776         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
37777
37778 2003-06-05  Paul Eggert  <eggert@twinsun.com>
37779
37780         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
37781         mismatch, look in future quarters as well as past.  This fixes a
37782         bug when processing fall-backwards gaps immediately after a long
37783         period of daylight-saving time.
37784
37785         * lib/mktime.c: Assume freestanding C89 or better.
37786         (HAVE_LIMITS_H): Remove.  Assume it's 1.
37787         (__P): Remove; not used.
37788         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
37789         (mktime, not_equal_tm, print_tm, check_result,
37790         main): Use prototypes.  Use const * where appropriate.
37791         (main): Fix typo in testing code that uncovered by above changes.
37792         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
37793
37794 2003-06-04  Paul Eggert  <eggert@twinsun.com>
37795
37796         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
37797         locale.h, localeconv.  This merges changes from coreutils.
37798
37799         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
37800         It can be removed after the next Autoconf is released.
37801         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
37802         needed.
37803
37804 2003-06-04  Paul Eggert  <eggert@twinsun.com>
37805
37806         * lib/mktime.c: Fix Debian bug 177940
37807         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
37808         (localtime_offset): Now long int, not time_t, because we want it
37809         to be guaranteed to be signed.  All uses changed.
37810         (__mktime_internal): If overflow would occur when adding offset,
37811         don't add it.
37812
37813         Merge 'human' changes from coreutils.  Rewrite to support
37814         locale-specific notations like thousands separators.
37815         * lib/human.c: Simplify authorship notice.
37816         Include human.h immediately after config.h.
37817         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
37818         <limits.h>: Do not include, since human.h does.
37819         (SIZE_MAX, UINTMAX_MAX): New macros.
37820         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
37821         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
37822         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
37823         (power_letter): Renamed from suffixes.
37824         (generate_suffix_backwards): Remove.
37825         (adjust_value): Now takes int style (because of human.h changes)
37826         and long double value (for greater precision on some platforms).
37827         (group_number): New function.
37828         (human_readable): Use it.  Use integer options, not enum.
37829         Put the options before the sizes in the arg list.
37830         Support all the new options.
37831         The old human_readable function has been removed;
37832         use inttostr.h instead.
37833         (human_readable, default_block_size, humblock):
37834         Use uintmax_t, not int, for block sizes.
37835         (human_readable_inexact, block_size_types): Remove.
37836         (block_size_opts): New constant.
37837         (human_options): Renamed from human_block_size, with new signature
37838         that allows block sizes up to UINTMAX_MAX.  All callers changed.
37839         * lib/human.h: Add copyright and authorship notice.
37840         Include <limits.h> and <stdbool.h> unconditionally.
37841         (PARAMS): Remove.  All uses removed.
37842         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
37843         (enum human_inexact_style): Remove tag; now a nameless enum.
37844         (human_floor, human_ceiling, human_round_to_even): Now have
37845         values 2, 0, 1 rather than -1, 1, 0.
37846         (human_group_digits, human_suppress_point_zero, human_autoscale,
37847         human_base_1024, human_SI, human_B): New constants.
37848         (human_readable_inexact, human_block_size): Remove.
37849         (human_readable): Size args are now uintmax_t, not int.
37850         (human_options): New decl.
37851
37852         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
37853         unnecessary now that we assume C89 or better.  This change
37854         imported from coreutils.
37855
37856         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
37857         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
37858         in the 2003-05-30 sync from glibc.
37859
37860         .h files should stand alone, but we shouldn't include <sys/types.h>
37861         if we can get away with just <stddef.h>.
37862
37863         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
37864         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
37865         rather than <sys/types.h>, as we merely need size_t.
37866         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
37867         to get size_t.
37868         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
37869         Include <stdio.h>, to get FILE.
37870         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
37871         memcasecmp.h has included <stddef.h> and all we need is size_t.
37872         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
37873         our interface, instead of including <sys/types.h>
37874
37875 2003-06-04  Paul Eggert  <eggert@twinsun.com>
37876
37877         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
37878         now, as glibc mktime is buggy on non-glibc systems.
37879
37880 2003-06-03  Karl Berry  <karl@gnu.org>
37881
37882         * config/config.sub: update from prep.
37883
37884 2003-06-02  Paul Eggert  <eggert@twinsun.com>
37885
37886         [from coreutils]
37887         Fix some minor time-related bugs with POSIX time arguments.
37888         Some valid time stamps were being rejected (notably -1, and
37889         time stamps before 1900 on 64-bit hosts).  And some invalid
37890         time stamps were being accepted, e.g. September 31.
37891
37892         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
37893         that we can return (time_t) -1 successfully.
37894         * lib/posixtm.c: Likewise.
37895         [HAVE_STDBOOL_H]: Include <stdbool.h>.
37896         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
37897         (t): Remove static var.
37898         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
37899         of static var.  All uses changed.
37900         (year): Do not reject years before 1900; they can occur with
37901         64-bit time_t.
37902         (posix_time_parse): Do not check for out-of-range components;
37903         that is now the caller's responsibility, since our checks were
37904         only approximations.
37905         (posixtime): Use mktime to check for out-of-range components,
37906         since it knows them exactly.
37907         If mktime returns (time_t) -1, check whether an error actually occurred
37908         by invoking localtime on -1.
37909         (main) [TEST_POSIXTIME]: Check for input data errors, and report
37910         posixtime failures better.
37911         Improve the test data (in comments only).
37912
37913 2003-06-02  Karl Berry  <karl@gnu.org>
37914
37915         * config/mkinstalldirs (version): new variable.
37916         (--version): new option.
37917         (usage): improve message.
37918
37919 2003-05-30  Karl Berry  <karl@gnu.org>
37920
37921         * lib/mktime.c: update from libc.
37922
37923 2003-05-30  Bruno Haible  <bruno@clisp.org>
37924
37925         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
37926         * config/config.rpath: Upgrade to gettext-0.12.1.
37927
37928 2003-05-30  Bruno Haible  <bruno@clisp.org>
37929
37930         * m4/gettext.m4: Upgrade to gettext-0.12.1.
37931         * m4/nls.m4: New file, from gettext-0.12.1.
37932         * m4/po.m4: New file, from gettext-0.12.1.
37933         * m4/progtest.m4: Upgrade to gettext-0.12.1.
37934
37935 2003-05-30  Bruno Haible  <bruno@clisp.org>
37936
37937         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
37938         * lib/localcharset.h: Likewise.
37939         * lib/localcharset.c: Likewise.
37940
37941 2003-05-29  Karl Berry  <karl@gnu.org>
37942
37943         * config/config.rpath: update from gettext.
37944
37945 2003-05-28  Paul Eggert  <eggert@twinsun.com>
37946
37947         Assume the headers required for C89 freestanding compilers.
37948         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
37949         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
37950         * m4/human.m4 (gl_HUMAN): Likewise.
37951         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
37952         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
37953         * m4/userspec.m4 (gl_USERSPEC): Likewise.
37954         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
37955         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
37956         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
37957
37958 2003-05-28  Paul Eggert  <eggert@twinsun.com>
37959
37960         Assume the headers required for C89 freestanding compilers.
37961         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
37962         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
37963         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
37964         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
37965         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
37966         define, since <limits.h> is guaranteed to do that.
37967         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
37968         * lib/exclude.c: Include <stdbool.h> unconditionally.
37969         * lib/tempname.c: Include <stddef.h> unconditionally.
37970         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
37971         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
37972         <stddef.h> does that.
37973         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
37974         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
37975         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
37976         needed.
37977         * lib/xstrtol.c: Likewise.
37978         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
37979         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
37980
37981         * lib/addext.c (addext): Use assignment rather than cast, to avoid
37982         warnings on some platforms.
37983
37984         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
37985         arbitrarily.
37986
37987 2003-05-26  Jim Meyering  <jim@meyering.net>
37988
37989         Merge in a change from coreutils:
37990         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
37991         that is guaranteed to be `no'.  Use `no_such_member' to indicate
37992         that condition, rather than `-1' which is slightly misleading.
37993         Change the name of the cache variable to have the gl_ prefix.
37994         Prompted by a patch from Richard Dawe for DJGPP.
37995
37996 2003-05-24  Karl Berry  <karl@gnu.org>
37997
37998         * config/config.guess: update from prep.
37999
38000 2003-05-22  Karl Berry  <karl@gnu.org>
38001
38002         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
38003
38004 2003-05-20  Karl Berry  <karl@gnu.org>
38005
38006         * config/config.guess: update from prep.
38007
38008 2003-05-18  Karl Berry  <karl@gnu.org>
38009
38010         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
38011         might actually be set by the user.
38012
38013         * config/depcomp, install-sh, mdate-sh: update from automake.
38014
38015 2003-05-17  Bruno Haible  <bruno@clisp.org>
38016
38017         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
38018         invalid expansion for AC_EGREP_CPP.
38019         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
38020         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
38021         Suggested by Akim Demaille <akim@epita.fr> in
38022         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
38023
38024 2003-05-12  Jim Meyering  <jim@meyering.net>
38025
38026         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
38027         the space-padded-by-default conversion specifiers, %e, %k, %l.
38028
38029 2003-05-12  Bruno Haible  <bruno@clisp.org>
38030
38031         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
38032         the string is longer than 4 KB.
38033
38034 2003-05-11  Karl Berry  <karl@gnu.org>
38035
38036         * config/config.{guess,sub}: update from prep.
38037
38038 2003-05-09  Bruno Haible  <bruno@clisp.org>
38039
38040         * modules/error: Add m4/strerror_r.m4 to file list.
38041
38042 2003-05-03  Bruno Haible  <bruno@clisp.org>
38043
38044         Upgrade to Unicode-4.0.
38045         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
38046         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
38047         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
38048         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
38049         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
38050         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
38051         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
38052         Change width of U+E0100..U+E01EF from 1 to 0.
38053
38054 2003-04-25  Jim Meyering  <jim@meyering.net>
38055
38056         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
38057         of type size_t, not int.
38058
38059 2003-04-25  Bruno Haible  <bruno@clisp.org>
38060
38061         * lib/copy-file.c: Include <stddef.h>, for size_t.
38062
38063 2003-04-21  Paul Eggert  <eggert@twinsun.com>
38064
38065         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
38066         code which expansion is under static control.  Patch imported from
38067         Akim Demaille's patch to Bison; see
38068         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
38069
38070 2003-04-14  Bruno Haible  <bruno@clisp.org>
38071
38072         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
38073
38074 2003-04-11  Jim Meyering  <jim@meyering.net>
38075
38076         Merge changes from Coreutils.
38077
38078         2003-03-22  Jim Meyering  <jim@meyering.net>
38079
38080         * lib/strftime.c (widen): Cast alloca return value to proper type.
38081
38082         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
38083
38084         From GNU libc.
38085         * lib/strftime.c (my_strftime): Handle very large width
38086         specifications for numeric values correctly.  Improve checks for
38087         overflow.
38088
38089         2003-01-19  Jim Meyering  <jim@meyering.net>
38090
38091         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
38092         definitions.
38093         (nl_get_alt_digit) [! defined my_strftime]: Define.
38094         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
38095         _nl_get_alt_digit and _nl_get_walt_digit.
38096
38097         * lib/strftime.c (my_strftime): Merge in locale-related changes from
38098         libc. These changes have no effect outside of _LIBC.
38099
38100 2003-04-10  Bruno Haible  <bruno@clisp.org>
38101
38102         * modules/findprog: New file.
38103         * MODULES.html.sh (func_all_modules): Add it.
38104
38105 2003-04-10  Bruno Haible  <bruno@clisp.org>
38106
38107         * m4/findprog.m4: New file.
38108         * m4/eaccess.m4: New file.
38109
38110 2003-04-10  Bruno Haible  <bruno@clisp.org>
38111
38112         * lib/findprog.h: New file, from GNU gettext.
38113         * lib/findprog.c: New file, from GNU gettext.
38114
38115 2003-04-05  Jim Meyering  <jim@meyering.net>
38116
38117         Merge changes from Coreutils.
38118
38119         * lib/exclude.h (PARAMS): Remove definition and uses.
38120         * lib/exclude.c: Remove uses of `PARAMS'.
38121
38122         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
38123         Add test-cases for DOS filenames. Declare program_name.
38124         (main): Set up program_name.  Patch by Rich Dawe.
38125
38126         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
38127         error from mntctl.
38128         Use mntctl's return value to drive the entry-processing loop, since
38129         we can't rely on the value of the vmt_length member in the last
38130         entry.  On some systems doing so could result in exhausting
38131         virtual memory.  Based in part on a patch from Mike Jetzer.
38132
38133 2003-04-04  Bruno Haible  <bruno@clisp.org>
38134
38135         * modules/linebreak: New file.
38136         * MODULES.html.sh (func_all_modules): Add it.
38137
38138 2003-04-04  Bruno Haible  <bruno@clisp.org>
38139
38140         * m4/linebreak.m4: New file.
38141
38142 2003-04-04  Bruno Haible  <bruno@clisp.org>
38143
38144         * lib/linebreak.h: New file, from GNU gettext.
38145         * lib/linebreak.c: New file, from GNU gettext with slight
38146         modifications.
38147         * lib/lbrkprop.h: New file, from GNU gettext.
38148
38149 2003-04-03  Bruno Haible  <bruno@clisp.org>
38150
38151         * modules/utf8-ucs4: New file.
38152         * modules/utf16-ucs4: New file.
38153         * modules/ucs4-utf8: New file.
38154         * modules/ucs4-utf16: New file.
38155         * MODULES.html.sh (func_all_modules): Add them.
38156
38157 2003-04-03  Bruno Haible  <bruno@clisp.org>
38158
38159         * m4/utf-ucs4.m4: New file.
38160         * m4/ucs4-utf.m4: New file.
38161
38162 2003-04-03  Bruno Haible  <bruno@clisp.org>
38163
38164         * lib/utf8-ucs4.h: New file, from GNU gettext.
38165         * lib/utf16-ucs4.h: New file, from GNU gettext.
38166         * lib/ucs4-utf8.h: New file, from GNU gettext.
38167         * lib/ucs4-utf16.h: New file, from GNU gettext.
38168
38169 2003-04-02  Bruno Haible  <bruno@clisp.org>
38170
38171         * modules/binary-io: New file.
38172         * MODULES.html.sh (func_all_modules): Add it.
38173
38174 2003-04-02  Bruno Haible  <bruno@clisp.org>
38175
38176         * lib/binary-io.h: New file, from GNU gettext.
38177
38178 2003-04-01  Bruno Haible  <bruno@clisp.org>
38179
38180         * modules/pathname: New file.
38181         * MODULES.html.sh (func_all_modules): Add it.
38182
38183 2003-04-01  Bruno Haible  <bruno@clisp.org>
38184
38185         * lib/pathname.h: New file, from GNU gettext.
38186         * lib/concatpath.c: New file, from GNU gettext.
38187
38188 2003-03-30  Bruno Haible  <bruno@clisp.org>
38189
38190         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
38191
38192 2003-03-30  Bruno Haible  <bruno@clisp.org>
38193
38194         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
38195         function chown() doesn't exist.
38196
38197 2003-03-28  Bruno Haible  <bruno@clisp.org>
38198
38199         * modules/copy-file: New file.
38200         * MODULES.html.sh (func_all_modules): Add it.
38201
38202 2003-03-28  Bruno Haible  <bruno@clisp.org>
38203
38204         * m4/copy-file.m4: New file.
38205
38206 2003-03-28  Bruno Haible  <bruno@clisp.org>
38207
38208         * lib/copy-file.h: New file, from GNU gettext.
38209         * lib/copy-file.c: New file, from GNU gettext.
38210
38211 2003-03-18  Jim Meyering  <jim@meyering.net>
38212
38213         * lib/quote.c (quote_n): Fix typo in comment.
38214
38215 2003-03-18  Bruno Haible  <bruno@clisp.org>
38216
38217         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
38218         checking.
38219         * m4/onceonly_2_57.m4: Likewise.
38220
38221 2003-03-17  Bruno Haible  <bruno@clisp.org>
38222
38223         * m4/onceonly.m4: Require autoconf 2.54 or newer.
38224         (m4_quote): Remove macro.
38225         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
38226
38227 2003-03-14  Jim Meyering  <jim@meyering.net>
38228
38229         Merge changes from Coreutils.
38230         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
38231         to be const, in order to avoid warnings.
38232         (obstack_room): Likewise.
38233         (obstack_empty_p): Likewise.
38234
38235 2003-03-14  Bruno Haible  <bruno@clisp.org>
38236
38237         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
38238         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
38239
38240 2003-03-13  Paul Eggert  <eggert@twinsun.com>
38241
38242         Merge changes from Bison.
38243         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
38244         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
38245         when compiling Bison 1.875's `bitset bset = obstack_alloc
38246         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
38247         * lib/hash.c: Include <stdbool.h> unconditionally.
38248
38249 2003-03-13  Paul Eggert  <eggert@twinsun.com>
38250
38251         * m4/onceonly.m4 (m4_quote): New macro.
38252         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
38253         Quote AC_FOREACH variable-expansions properly.
38254
38255 2003-03-13  Paul Eggert  <eggert@twinsun.com>
38256
38257         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
38258
38259 2003-03-09  Paul Eggert  <eggert@twinsun.com>
38260
38261         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
38262         Reported by Bruce Becker; see:
38263         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
38264
38265 2003-03-03  Paul Eggert  <eggert@twinsun.com>
38266             Bruno Haible  <bruno@clisp.org>
38267
38268         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
38269         Reported by John Hughes, see
38270         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
38271
38272 2003-02-20  Bruno Haible  <bruno@clisp.org>
38273
38274         * MODULES.html.sh (func_all_modules): Add poll.
38275
38276 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
38277
38278         * modules/poll: New file.
38279
38280 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
38281
38282         * lib/poll_.h: New file.
38283         * lib/poll.c: New file.
38284
38285 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
38286
38287         * m4/poll.m4: New file.
38288
38289 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
38290
38291         * modules/mathl: New file.
38292
38293 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
38294
38295         * lib/mathl.h: New file.
38296         * lib/acosl.c: New file.
38297         * lib/asinl.c: New file.
38298         * lib/atanl.c: New file.
38299         * lib/ceill.c: New file.
38300         * lib/cosl.c: New file.
38301         * lib/expl.c: New file.
38302         * lib/floorl.c: New file.
38303         * lib/frexpl.c: New file.
38304         * lib/ldexpl.c: New file.
38305         * lib/logl.c: New file.
38306         * lib/sincosl.c: New file.
38307         * lib/sinl.c: New file.
38308         * lib/sqrtl.c: New file.
38309         * lib/tanl.c: New file.
38310         * lib/trigl.c: New file.
38311         * lib/trigl.h: New file.
38312
38313 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
38314
38315         * m4/mathl.m4: New file.
38316
38317 2003-02-18  Bruno Haible  <bruno@clisp.org>
38318
38319         * MODULES.html.sh (func_all_modules): Add mathl.
38320
38321 2003-02-17  Bruno Haible  <bruno@clisp.org>
38322
38323         * modules/mkdtemp: New module.
38324         * MODULES.html.sh (func_all_modules): Add it.
38325
38326 2003-02-17  Bruno Haible  <bruno@clisp.org>
38327
38328         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
38329
38330 2003-02-17  Bruno Haible  <bruno@clisp.org>
38331
38332         * lib/mkdtemp.h: New file, from GNU gettext.
38333         * lib/mkdtemp.c: New file, from GNU gettext.
38334
38335 2003-02-02  Jim Meyering  <jim@meyering.net>
38336
38337         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
38338         e.g. glibc-2.2.93.
38339
38340 2003-01-31  Bruno Haible  <bruno@clisp.org>
38341
38342         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
38343         'rpl_rename'.
38344         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
38345         'rpl_strnlen'.
38346         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
38347         'rpl_strtod'.
38348         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
38349         'rpl_utime'.
38350
38351 2003-01-31  Bruno Haible  <bruno@clisp.org>
38352
38353         * lib/rename.c: #undef rename before defining rpl_rename.
38354         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
38355
38356 2003-01-30  Bruno Haible  <bruno@clisp.org>
38357
38358         * modules/vasnprintf, modules/vasprintf: New modules.
38359         * MODULES.html.sh (func_all_modules): Add them.
38360
38361 2003-01-30  Bruno Haible  <bruno@clisp.org>
38362
38363         * m4/signed.m4: New file, from GNU gettext.
38364         * m4/longdouble.m4: New file, from GNU gettext.
38365         * m4/wchar_t.m4: New file, from GNU gettext.
38366         * m4/wint_t.m4: New file, from GNU gettext.
38367         * m4/vasnprintf.m4: New file.
38368         * m4/vasprintf.m4: New file.
38369
38370 2003-01-30  Bruno Haible  <bruno@clisp.org>
38371
38372         * lib/printf-args.h: New file, from GNU gettext.
38373         * lib/printf-args.c: New file, from GNU gettext.
38374         * lib/printf-parse.h: New file, from GNU gettext.
38375         * lib/printf-parse.c: New file, from GNU gettext.
38376         * lib/vasnprintf.h: New file, from GNU gettext.
38377         * lib/vasnprintf.c: New file, from GNU gettext.
38378         * lib/asnprintf.c: New file, from GNU gettext.
38379         * lib/vasprintf.h: New file, from GNU gettext with modifications.
38380         * lib/vasprintf.c: New file, from GNU gettext.
38381         * lib/asprintf.c: New file, from GNU gettext.
38382
38383 2003-01-29  Bruno Haible  <bruno@clisp.org>
38384
38385         * modules/stpncpy: New module.
38386         * MODULES.html.sh (func_all_modules): Add it.
38387
38388 2003-01-29  Bruno Haible  <bruno@clisp.org>
38389
38390         * m4/stpncpy.m4: New file.
38391
38392 2003-01-29  Bruno Haible  <bruno@clisp.org>
38393
38394         * lib/stpncpy.h: New file, from GNU gettext with modifications.
38395         * lib/stpncpy.c: New file, from GNU gettext with modifications.
38396
38397 2003-01-28  Bruno Haible  <bruno@clisp.org>
38398
38399         * modules/c-ctype: New module.
38400         * MODULES.html.sh (func_all_modules): Add it.
38401
38402 2003-01-28  Bruno Haible  <bruno@clisp.org>
38403
38404         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
38405         Paul Eggert.
38406         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
38407         Paul Eggert.
38408
38409 2003-01-27  Bruno Haible  <bruno@clisp.org>
38410
38411         * modules/xsetenv: New module.
38412         * MODULES.html.sh (func_all_modules): Add it.
38413
38414 2003-01-27  Bruno Haible  <bruno@clisp.org>
38415
38416         * lib/xsetenv.h: New file, from GNU gettext.
38417         * lib/xsetenv.c: New file, from GNU gettext.
38418
38419 2003-01-23  Jim Meyering  <jim@meyering.net>
38420
38421         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
38422         from working on systems without dirfd (at least Irix and OSF1/Tru64).
38423
38424 2003-01-23  Bruno Haible  <bruno@clisp.org>
38425
38426         * modules/minmax: New module.
38427         * MODULES.html.sh (func_all_modules): Add it.
38428
38429 2003-01-23  Bruno Haible  <bruno@clisp.org>
38430
38431         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
38432         Eggert.
38433
38434 2003-01-22  Bruno Haible  <bruno@clisp.org>
38435
38436         * modules/exit: New module.
38437         * MODULES.html.sh (func_all_modules): Add it.
38438
38439 2003-01-22  Bruno Haible  <bruno@clisp.org>
38440
38441         * lib/exit.h: New file, from GNU gettext.
38442
38443 2003-01-19  Bruno Haible  <bruno@clisp.org>
38444
38445         * gnulib-tool: Recognize option --extract-maintainer.
38446         (func_get_maintainer): New function.
38447         * modules/*: Add Maintainer entry.
38448
38449 2003-01-16  Jim Meyering  <jim@meyering.net>
38450
38451         * m4/regex.m4: The `regex' struct is both input and output.
38452         Initialize it before each use.  Patch by Tim Waugh.
38453
38454 2003-01-16  Bruno Haible  <bruno@clisp.org>
38455
38456         * MODULES.html.sh: Add a table of contents. Add the module name as
38457         leftmost column. Add hyperlinks.
38458
38459 2003-01-15  Bruno Haible  <bruno@clisp.org>
38460
38461         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
38462
38463 2003-01-15  Bruno Haible  <bruno@clisp.org>
38464
38465         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
38466         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
38467         suffix.
38468
38469 2003-01-15  Bruno Haible  <bruno@clisp.org>
38470
38471         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
38472
38473 2003-01-15  Bruno Haible  <bruno@clisp.org>
38474
38475         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
38476         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
38477
38478 2003-01-14  Jim Meyering  <jim@meyering.net>
38479
38480         * lib/same.c (same_name): Tweak a comment.
38481
38482 2003-01-14  Bruno Haible  <bruno@clisp.org>
38483
38484         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
38485         when a string comparison is sufficient.
38486
38487 2003-01-14  Bruno Haible  <bruno@clisp.org>
38488
38489         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
38490         'unsigned int'.
38491
38492 2003-01-14  Bruno Haible  <bruno@clisp.org>
38493
38494         * lib/hash-pjw.c: Add comment about low quality of this function.
38495
38496 2003-01-13  Bruno Haible  <bruno@clisp.org>
38497
38498         * modules/stpcpy: Distribute lib/stpcpy.h.
38499         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
38500
38501 2003-01-13  Bruno Haible  <bruno@clisp.org>
38502
38503         * modules/*: Add a description.
38504         * modules/strpbrk: Fix Makefile.am snippet.
38505         * modules/strtoimax: Fix dependencies.
38506         * modules/strtoumax: Likewise.
38507
38508 2003-01-13  Bruno Haible  <bruno@clisp.org>
38509
38510         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
38511         * modules/alloca (Makefile.am): All object files depend on alloca.h.
38512         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
38513
38514 2003-01-13  Bruno Haible  <bruno@clisp.org>
38515
38516         * gnulib-tool (func_create_testdir): Store config/* files in the main
38517         directory.
38518         * config.rpath: Move to ...
38519         * config/config.rpath: ... here.
38520         * modules/gettext: Contains config/config.rpath, not config.rpath.
38521         * modules/iconv: Likewise.
38522
38523 2003-01-12  Paul Eggert  <eggert@twinsun.com>
38524
38525         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
38526         to avoid collisions with libcurses and libreadline.
38527
38528         * m4/getstr.m4: Remove.
38529         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
38530
38531 2003-01-12  Paul Eggert  <eggert@twinsun.com>
38532
38533         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
38534         to avoid collisions with libcurses and libreadline.
38535
38536         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
38537         * lib/getstr.h, getstr.c: Remove.
38538         * lib/getline.c: Include "getline.h", to check interface.
38539         Move body of old getstr.c here: this defines MIN_CHUNK and
38540         declares getdelim2, which is renamed from getstr.
38541         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
38542
38543         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
38544         All uses changed.
38545         * lib/linebuffer.h: Likewise.
38546         (readline): Remove backward-compatibility macro.
38547
38548 2003-01-12  Paul Eggert  <eggert@twinsun.com>
38549
38550         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
38551         to avoid collisions with libcurses and libreadline.
38552         * getstr: Remove.
38553         * MODULES.html.sh: Remove getstr.
38554         * modules/getline: Depend on unlocked-io, not getstr.
38555
38556 2003-01-12  Jim Meyering  <jim@meyering.net>
38557
38558         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
38559
38560 2003-01-10  Bruno Haible  <bruno@clisp.org>
38561
38562         * modules/alloca: Change Makefile.am requirements. Simplify Include
38563         requirements. Add lib/alloca_.h to file list.
38564
38565 2003-01-10  Bruno Haible  <bruno@clisp.org>
38566
38567         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
38568
38569 2003-01-10  Bruno Haible  <bruno@clisp.org>
38570
38571         * lib/alloca_.h: New file.
38572         * lib/getdate.y: Unconditionally include alloca.h.
38573         * lib/makepath.c: Likewise.
38574         * lib/setenv.c: Likewise.
38575         * lib/userspec.c: Likewise.
38576
38577 2003-01-09  Karl Berry  <karl@gnu.org>
38578
38579         * MODULES.html.sh: include `dirname $0` in PATH, to find
38580         gnulib-tool.
38581
38582 2003-01-09  Bruno Haible  <bruno@clisp.org>
38583
38584         * modules/stdbool: Change configure.ac, Makefile.am requirements.
38585         Simplify Include requirements. Add lib/stdbool.h.in to file list.
38586
38587 2003-01-09  Bruno Haible  <bruno@clisp.org>
38588
38589         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
38590
38591 2003-01-09  Bruno Haible  <bruno@clisp.org>
38592
38593         * lib/stdbool.h.in: New file.
38594
38595 2003-01-09  Bruno Haible  <bruno@clisp.org>
38596
38597         * gnulib-tool (func_all_modules): Ignore files ending in ~.
38598         * MODULES.html.sh: Likewise.
38599
38600 2003-01-08  Jim Meyering  <jim@meyering.net>
38601
38602         * lib/full-write.c: Undefine and define-away `const' after inclusion
38603         of errno.h, not before.  Suggestion from Bruno Haible.
38604
38605 2003-01-08  Bruno Haible  <bruno@clisp.org>
38606
38607         * modules/full-read: Depend on full-write.
38608
38609 2003-01-08  Bruno Haible  <bruno@clisp.org>
38610
38611         * lib/safe-read.c: Include specification header first, to ensure its
38612         selfcontainedness.
38613         * lib/full-write.c: Likewise.
38614
38615 2003-01-07  Jim Meyering  <jim@meyering.net>
38616
38617         * lib/full-write.c: Rework so that it may serve to define full_read,
38618         too.
38619         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
38620
38621 2003-01-07  Bruno Haible  <bruno@clisp.org>
38622
38623         * lib/strtoimax.c: Include <stdint.h> as an alternative to
38624         <inttypes.h>.
38625         * lib/xstrtol.h: Likewise.
38626         * lib/xstrtoimax.c: Likewise.
38627         * lib/xstrtoumax.c: Likewise.
38628         * lib/human.h: Likewise.
38629
38630         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
38631         on systems that have <inttypes.h> but not <stdint.h>.
38632
38633 2003-01-07  Bruno Haible  <bruno@clisp.org>
38634
38635         * MODULES.html.sh: Add copyright notice.
38636         (missed_files): Omit CVS directory entries.
38637         (func_module): Make it work with sed-3.02.
38638         * MODULES.txt: Remove file.
38639
38640 2003-01-06  Jim Meyering  <jim@meyering.net>
38641
38642         * lib/version-etc.c: Update year in translatable copyright string.
38643
38644 2003-01-03  Karl Berry  <karl@gnu.org>
38645
38646         * config/config.{guess,sub}: update from prep.
38647
38648 2003-01-02  Karl Berry  <karl@gnu.org>
38649
38650         * doc/COPYING.DOC: belatedly updated to 1.2.
38651
38652 2003-01-01  Karl Berry  <karl@gnu.org>
38653
38654         * gnulib-tool (func_verify_module): report module name $module in
38655         error message, not $1.
38656         * gnulib-tool (create-testdir): don't complain if destdir couldn't
38657         be created, only if it doesn't exist.
38658         * gnulib-tool (last_checkin_date): don't expand the $Date here.
38659
38660 2002-12-31  Paul Eggert  <eggert@twinsun.com>
38661
38662         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
38663
38664 2002-12-31  Paul Eggert  <eggert@twinsun.com>
38665
38666         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
38667         memcmp if strcoll doesn't work.
38668
38669 2002-12-31  Bruno Haible  <bruno@clisp.org>
38670
38671         * lib/utime.c (utime_null): No need to call ftruncate if the file was
38672         nonempty.
38673
38674 2002-12-31  Bruno Haible  <bruno@clisp.org>
38675
38676         * lib/memcoll.c (STRCOLL): New macro.
38677         (memcoll): Use it.
38678
38679 2002-12-31  Bruno Haible  <bruno@clisp.org>
38680
38681         * lib/localcharset.h: New file.
38682         * lib/localcharset.c: Include it.
38683         * lib/unicodeio.c: Likewise.
38684
38685 2002-12-31  Bruno Haible  <bruno@clisp.org>
38686
38687         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
38688         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
38689
38690 2002-12-31  Bruno Haible  <bruno@clisp.org>
38691
38692         * lib/getline.h: Include <stddef.h>, for size_t.
38693
38694         * lib/unicodeio.h: Include <stddef.h>, for size_t.
38695         * lib/unicodeio.c: Don't include <stddef.h>.
38696
38697 2002-12-31  Bruno Haible  <bruno@clisp.org>
38698
38699         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
38700         HAVE_TM_ZONE.
38701
38702 2002-12-24  Karl Berry  <karl@gnu.org>
38703
38704         * config/config.guess: update from prep.
38705
38706 2002-12-24  Bruno Haible  <bruno@clisp.org>
38707
38708         General infrasructure.
38709         * m4/README: Rewritten.
38710         * m4/onceonly.m4: New file.
38711         * m4/onceonly_2_57.m4: New file.
38712
38713         Module atexit.
38714         * m4/atexit.m4: New file.
38715
38716         Module strtod.
38717         * m4/strtod.m4: New file.
38718
38719         Module strtol.
38720         * m4/strtol.m4: New file.
38721
38722         Module strtoul.
38723         * m4/strtoul.m4: New file.
38724
38725         Module memchr.
38726         * m4/memchr.m4: New file.
38727
38728         Module memcmp.
38729         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
38730         (jm_FUNC_MEMCMP): Invoke it.
38731
38732         Module memcpy.
38733         * m4/memcpy.m4: New file.
38734
38735         Module memmove.
38736         * m4/memmove.m4: New file.
38737
38738         Module memset.
38739         * m4/memset.m4: New file.
38740
38741         Module strcspn.
38742         * m4/strcspn.m4: New file.
38743
38744         Module strpbrk.
38745         * m4/strpbrk.m4: New file.
38746
38747         Module strstr.
38748         * m4/strstr.m4: New file.
38749
38750         Module strerror.
38751         * m4/strerror.m4: New file.
38752
38753         Module mktime.
38754         * m4/mktime.m4: Renamed from jm-mktime.m4.
38755         (gl_PREREQ_MKTIME): New macro.
38756         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
38757
38758         Module malloc.
38759         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
38760         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
38761         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
38762
38763         Module realloc.
38764         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
38765         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
38766         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
38767
38768         Module strftime.
38769         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
38770         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
38771         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
38772         gl_TM_GMTOFF.
38773         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
38774
38775         Module xalloc.
38776         * m4/xalloc.m4: New file.
38777
38778         Module alloca.
38779         * m4/alloca.m4: New file.
38780
38781         Module putenv.
38782         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
38783         (jm_FUNC_PUTENV): Invoke it.
38784
38785         Module setenv.
38786         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
38787         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
38788         when invoked twice.
38789         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
38790         gt_FUNC_SETENV.
38791
38792         Module memrchr.
38793         * m4/memrchr.m4: New file.
38794
38795         Module stpcpy.
38796         * m4/stpcpy.m4: New file.
38797
38798         Module strcase.
38799         * m4/strcase.m4: New file.
38800
38801         Module strdup.
38802         * m4/strdup.m4: New file.
38803
38804         Module strnlen.
38805         * m4/strnlen.m4: New file.
38806
38807         Module strndup.
38808         * m4/strndup.m4: New file.
38809
38810         Module xstrtod.
38811         * m4/xstrtod.m4: New file.
38812
38813         Module xstrtol.
38814         * m4/xstrtol.m4: New file.
38815
38816         Module getdate.
38817         * m4/getdate.m4: New file.
38818
38819         Module unlocked-io.
38820         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
38821         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
38822         * m4/jm-glibc-io.m4n: Remove file.
38823
38824         Module long-options.
38825         * m4/long-options.m4: New file.
38826
38827         Module md5.
38828         * m4/md5.m4: New file.
38829
38830         Module sha.
38831         * m4/sha.m4: New file.
38832
38833         Module getstr.
38834         * m4/getstr.m4: New file.
38835
38836         Module getline.
38837         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
38838         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
38839         <sys/types.h>, for size_t. Use the function name gnu_getline, not
38840         simply getline. Infoke gl_PREREQ_GETLINE.
38841
38842         Module obstack.
38843         * m4/obstack.m4: New file.
38844
38845         Module hash.
38846         * m4/hash.m4: New file.
38847
38848         Module readtokens.
38849         * m4/readtokens.m4: New file.
38850
38851         Module strverscmp.
38852         * m4/strverscmp.m4: New file.
38853
38854         Module stdbool.
38855         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
38856         OSF/1.
38857
38858         Module strtoll.
38859         * m4/strtoll.m4: New file.
38860
38861         Module strtoull.
38862         * m4/strtoull.m4: New file.
38863
38864         Module strtoimax.
38865         * m4/strtoimax.m4: New file.
38866
38867         Module strtoumax.
38868         * m4/strtoumax.m4: New file.
38869
38870         Module xstrtoimax.
38871         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
38872         jm_AC_PREREQ_XSTRTOIMAX.
38873         Moved the strtol prerequisites to strtol.m4.
38874         Moved the strtoll prerequisites to strtoll.m4.
38875         Moved the strtoimax prerequisites to strtoimax.m4.
38876
38877         Module xstrtoumax.
38878         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
38879         jm_AC_PREREQ_XSTRTOUMAX.
38880         Moved the strtoul prerequisites to strtoul.m4.
38881         Moved the strtoull prerequisites to strtoull.m4.
38882         Moved the strtoumax prerequisites to strtoumax.m4.
38883
38884         Module chown.
38885         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
38886         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
38887
38888         Module dup2.
38889         * m4/dup2.m4: New file.
38890
38891         Module ftruncate.
38892         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
38893         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
38894
38895         Module getgroups.
38896         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
38897         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
38898
38899         Module gettimeofday.
38900         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
38901         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
38902         gl_PREREQ_GETTIMEOFDAY.
38903
38904         Module mkdir.
38905         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
38906         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
38907
38908         Module mkstemp.
38909         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
38910         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
38911         jm_AC_TYPE_UINTMAX_T.
38912         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
38913
38914         Module stat.
38915         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
38916         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
38917
38918         Module lstat.
38919         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
38920         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
38921
38922         Module timespec.
38923         * m4/timespec.m4 (gl_TIMESPEC): New macro.
38924         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
38925         * m4/st_mtim.m4: Indentation.
38926
38927         Module nanosleep.
38928         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
38929         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
38930         gl_PREREQ_NANOSLEEP.
38931
38932         Module regex.
38933         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
38934         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
38935         (gl_REGEX): New macro.
38936
38937         Module rename.
38938         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
38939         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
38940
38941         Module rmdir.
38942         * m4/rmdir.m4: New file.
38943
38944         Module utime.
38945         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
38946         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
38947         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
38948
38949         Module dirname.
38950         * m4/dirname.m4: New file.
38951
38952         Module getopt.
38953         * m4/getopt.m4: New file.
38954
38955         Module unistd-safer.
38956         * m4/unistd-safer.m4: New file.
38957
38958         Module fnmatch.
38959         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
38960         declaration.
38961         (gl_PREREQ_FNMATCH_EXTRA): New macro.
38962         (gl_FUNC_FNMATCH_POSIX): New macro.
38963         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
38964         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
38965         simply fnmatch.
38966
38967         Module exclude.
38968         * m4/exclude.m4: New file.
38969
38970         Module human.
38971         * m4/human.m4: New file.
38972
38973         Module acl.
38974         * m4/acl.m4: Nop.
38975
38976         Module backupfile.
38977         * m4/backupfile.m4: New file.
38978         * m4/d-ino.m4: Indentation.
38979
38980         Module fsusage.
38981         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
38982         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
38983         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
38984
38985         Module dirfd.
38986         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
38987         requirements.
38988
38989         Module euidaccess.
38990         * m4/euidaccess.m4: New file.
38991
38992         Module file-type.
38993         * m4/file-type.m4: New file.
38994
38995         Module fileblocks.
38996         * m4/fileblocks.m4: New file.
38997
38998         Module filemode.
38999         * m4/filemode.m4: New file.
39000
39001         Module isdir.
39002         * m4/isdir.m4: New file.
39003
39004         Module lchown.
39005         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
39006         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
39007
39008         Module makepath.
39009         * m4/makepath.m4: New file.
39010
39011         Module modechange.
39012         * m4/modechange.m4: New file.
39013
39014         Module mountlist.
39015         * m4/mountlist.m4: New file.
39016         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
39017         Indentation.
39018
39019         Module path-concat.
39020         * m4/path-concat.m4: New file.
39021
39022         Module pathmax.
39023         * m4/pathmax.m4: New file.
39024
39025         Module same.
39026         * m4/same.m4: New file.
39027
39028         Module save-cwd.
39029         * m4/save-cwd.m4: New file.
39030
39031         Module savedir.
39032         * m4/savedir.m4: New file.
39033
39034         Module xgetcwd.
39035         * m4/xgetcwd.m4: New file.
39036         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
39037
39038         Module xreadlink.
39039         * m4/xreadlink.m4: New file.
39040
39041         Module safe-read.
39042         * m4/safe-read.m4: New file.
39043
39044         Module safe-write.
39045         * m4/safe-write.m4: New file.
39046
39047         Module closeout.
39048         * m4/closeout.m4: New file.
39049
39050         Module stdio-safer.
39051         * m4/stdio-safer.m4: New file.
39052
39053         Module getpass.
39054         * m4/getpass.m4: New file.
39055
39056         Module getugroups.
39057         * m4/getugroups.m4: New file.
39058
39059         Module group-member.
39060         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
39061         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
39062
39063         Module idcache.
39064         * m4/idcache.m4: New file.
39065
39066         Module userspec.
39067         * m4/userspec.m4: New file.
39068
39069         Module gettime.
39070         * m4/clock_time.m4: New file.
39071         * m4/gettime.m4: New file.
39072
39073         Module settime.
39074         * m4/settime.m4: New file.
39075
39076         Module posixtm.
39077         * m4/posixtm.m4: New file.
39078
39079         Module gethostname.
39080         * m4/gethostname.m4: New file.
39081
39082         Module canon-host.
39083         * m4/canon-host.m4: New file.
39084
39085         Module gettext.
39086         * m4/codeset.m4: New file, from gettext-0.11.5.
39087         * m4/gettext.m4: New file, from gettext-0.11.5.
39088         * m4/glibc21.m4: New file, from gettext-0.11.5.
39089         * m4/iconv.m4: New file, from gettext-0.11.5.
39090         * m4/intdiv0.m4: New file, from gettext-0.11.5.
39091         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
39092         * m4/inttypes.m4: New file, from gettext-0.11.5.
39093         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
39094         * m4/isc-posix.m4: New file, from gettext-0.11.5.
39095         * m4/lcmessage.m4: New file, from gettext-0.11.5.
39096         * m4/lib-ld.m4: New file, from gettext-0.11.5.
39097         * m4/lib-link.m4: New file, from gettext-0.11.5.
39098         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
39099         * m4/progtest.m4: New file, from gettext-0.11.5.
39100         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
39101         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
39102         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
39103
39104         Module localcharset.
39105         * m4/localcharset.m4: New file.
39106
39107         Module hard-locale.
39108         * m4/hard-locale.m4: New file.
39109
39110         Module mbswidth.
39111         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
39112         onceonly macros.
39113         * m4/mbrtowc.m4: Add comment.
39114
39115         Module memcasecmp.
39116         * m4/memcasecmp.m4: New file.
39117
39118         Module memcoll.
39119         * m4/memcoll.m4: New file.
39120
39121         Module unicodeio.
39122         * m4/unicodeio.m4: New file.
39123
39124         Module rpmatch.
39125         * m4/rpmatch.m4: New file.
39126
39127         Module yesno.
39128         * m4/yesno.m4: New file.
39129
39130         Module exitfail.
39131         * m4/exitfail.m4: New file.
39132
39133         Module c-stack.
39134         * m4/c-stack.m4 (gl_C_STACK): New macro.
39135         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
39136
39137         Module error.
39138         * m4/error.m4 (gl_ERROR): New macro.
39139         (jm_PREREQ_ERROR): Use onceonly macros.
39140
39141         Module fatal.
39142         * m4/fatal.m4: New file.
39143
39144         Module getloadavg.
39145         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
39146         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
39147
39148         Module getpagesize.
39149         * m4/getpagesize.m4: New file.
39150
39151         Module getusershell.
39152         * m4/getusershell.m4: New file.
39153
39154         Module physmem.
39155         * m4/physmem.m4: New file.
39156
39157         Module posixver.
39158         * m4/posixver.m4: New file.
39159
39160         Module quotearg.
39161         * m4/quotearg.m4: New file.
39162
39163         Module quote.
39164         * m4/quote.m4: New file.
39165
39166         Module readutmp.
39167         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
39168
39169         Module sig2str.
39170         * m4/sig2str.m4: New file.
39171
39172         Other.
39173         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
39174         ulonglong.m4.
39175         * m4/intmax_t.m4: New file.
39176         * m4/d-type.m4: Indentation.
39177         * m4/jm-macros.m4: Update.
39178         * m4/prereq.m4 (jm_PREREQ): Update.
39179         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
39180         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
39181         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
39182         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
39183         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
39184         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
39185         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
39186         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
39187         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
39188         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
39189         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
39190         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
39191         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
39192         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
39193         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
39194         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
39195         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
39196         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
39197         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
39198
39199 2002-12-24  Bruno Haible  <bruno@clisp.org>
39200
39201         * MODULES.txt: Update according to m4/ changes.
39202
39203         Module gettext.
39204         * config.rpath: New file, from gettext-0.11.5.
39205
39206         * modules/*: New module descriptions.
39207         * gnulib-tool: New file.
39208         * MODULES.html.sh: New file.
39209
39210 2002-12-21  Karl Berry  <karl@gnu.org>
39211
39212         * doc/fdl.texi: update to version 1.2.
39213
39214 2002-12-19  Karl Berry  <karl@gnu.org>
39215
39216         * config/config.guess: update from prep.
39217
39218 2002-12-18  Bruno Haible  <bruno@clisp.org>
39219
39220         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
39221         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
39222
39223 2002-12-17  Bruno Haible  <bruno@clisp.org>
39224
39225         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
39226         stdlib.h, string.h.
39227
39228 2002-12-17  Bruno Haible  <bruno@clisp.org>
39229
39230         * lib/canon-host.c (strdup): Remove unused declaration.
39231
39232         * lib/fsusage.c: Include full_read.h.
39233         (get_fs_usage): Use full_read instead of safe_read.
39234
39235         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
39236
39237 2002-12-12  Karl Berry  <karl@gnu.org>
39238
39239         * config/config.guess: update from prep.
39240
39241 2002-12-11  Bruno Haible  <bruno@clisp.org>
39242
39243         * m4/setenv.m4: New file, from gettext-0.11.5.
39244
39245 2002-12-11  Bruno Haible  <bruno@clisp.org>
39246
39247         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
39248         not unsetenv().
39249         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
39250         modifications:
39251
39252         2002-12-11  Bruno Haible  <bruno@clisp.org>
39253
39254                 * setenv.c (alloca): Fall back to malloc.
39255                 (freea): New macro.
39256                 (setenv): Use freea() to free memory allocated with alloca().
39257
39258         2002-11-13  Bruno Haible  <bruno@clisp.org>
39259
39260                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
39261                 function declarations.
39262                 * unsetenv.c (unsetenv): Likewise.
39263
39264         2002-03-04  Bruno Haible  <bruno@clisp.org>
39265
39266                 Portability to AIX 4.3.3.
39267                 * unsetenv.c: New file, extracted from setenv.c.
39268                 * setenv.c: Move the unsetenv() function to unsetenv.c.
39269
39270         2001-12-20  Bruno Haible  <bruno@clisp.org>
39271
39272                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
39273                 use malloc instead. For SunOS 4.
39274
39275         2001-12-11  Bruno Haible  <bruno@clisp.org>
39276
39277                 * setenv.c: Declare alloca.
39278                 (compar_fn_t): New typedef.
39279                 (KNOWN_VALUE, STORE_VALUE): Use it.
39280
39281         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
39282         setenv.h.
39283
39284 2002-12-10  Paul Eggert  <eggert@twinsun.com>
39285
39286         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
39287         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
39288         Choose values that are less likely to collide with system fnmatch
39289         options.
39290         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
39291         defined (e.g., a pure POSIX system).
39292         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
39293         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
39294
39295 2002-12-06  Paul Eggert  <eggert@twinsun.com>
39296
39297         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
39298         a pain in practice to deal with generated m4 files.  This change
39299         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
39300
39301         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
39302         and jm-glibc-io.m4, as they are no longer a special case.
39303         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
39304         kludge and the auto-generation stuff.  Check only whether the
39305         functions are declared, not whether they exist, since older hosts
39306         that don't declare the functions can't use the optimization anyway.
39307
39308 2002-12-06  Jim Meyering  <jim@meyering.net>
39309
39310         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
39311
39312         Merge in changes from libc's misc/error.c, in preparation
39313         for the merge of gnulib's changes back into libc.
39314
39315         * lib/error.c (_): Define only if not already defined.
39316         Move definition to follow all #include directives.
39317         Include unlocked-io.h only if !_LIBC.
39318         [_LIBC]: Include <libio/libioP.h>.
39319         [USE_IN_LIBIO]: Include <libio/iolibio.h>
39320         (fflush): Tweak definition to use INTUSE.
39321         (putc): Define.
39322
39323 2002-12-05  Paul Eggert  <eggert@twinsun.com>
39324
39325         * lib/alloca.c [defined emacs]: Include "lisp.h".
39326         (xalloc_die) [defined emacs]: New macro.
39327         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
39328         [! defined emacs]: Include <xalloc.h>.
39329         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
39330         (pointer): Typedef to POINTER_TYPE *.
39331         (malloc): Remove decl; we now always use xmalloc.
39332         (alloca): Use old-style definition, since Emacs needs this.
39333         Check for arithmetic overflow when computing combined size.
39334
39335 2002-12-04  Paul Eggert  <eggert@twinsun.com>
39336
39337         Do not generate unlocked-io.h automatically, since it's easier to
39338         maintain it by hand.
39339
39340         * lib/unlocked-io.h: New file, from GNU diffutils,
39341         but with proper copyright notice and attribution.
39342         * lib/gen-uio: Remove.
39343         * lib/Makefile.am: Add copyright notice.
39344         (libfetish_a_SOURCES): Add unlocked-io.h.
39345         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
39346         (DISTCLEANFILES, io_functions): Remove macros.
39347         (EXTRA_DIST): Remove gen_uio.
39348         (unlocked-io.h): Remove rule.
39349
39350 2002-12-04  Jim Meyering  <jim@meyering.net>
39351
39352         Reflect the fact that stat.c and lstat.c are no longer generated.
39353         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
39354         (DISTCLEANFILES): Likewise.
39355         (EXTRA_DIST): Likewise.
39356         (all_local): Don't depend on stat.c or lstat.c.
39357         (stat.c, lstat.c): Remove rules.
39358         (EXTRA_DIST): Remove xstat.in.
39359
39360         * lib/xstat.in: Remove file.  Contents moved into stat.c.
39361         * lib/stat.c: New file.  Contents mostly from xstat.in.
39362         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
39363         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
39364
39365         * lib/safe-read.c: Rework so that it may serve to define safe_write,
39366         too.
39367         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
39368
39369 2002-12-03  Jim Meyering  <jim@meyering.net>
39370
39371         * lib/safe-read.c, safe-write.c: Change variable names and comments,
39372         but not semantics, to minimize the differences between these two files.
39373         (safe_read): Change comment to mention SAFE_READ_ERROR.
39374
39375         * lib/safe-read.c (IS_EINTR): Define.
39376         (safe_read): Use IS_EINTR in place of in-function cpp directives.
39377
39378 2002-12-02  Jim Meyering  <jim@meyering.net>
39379
39380         * lib/safe-read.c (EINTR): Define.
39381         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
39382         (INT_MAX): Provide fallback.
39383         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
39384
39385         * lib/safe-read.h (SAFE_READ_ERROR): Define.
39386
39387 2002-12-02  Bruno Haible  <bruno@clisp.org>
39388
39389         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
39390         Define, taken from safe-read.c.
39391         (INT_MAX): Provide fallback.
39392         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
39393         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
39394
39395         * lib/safe-read.c (EINTR): Remove definition.
39396         (safe_read): Don't use EINTR if it is absent.
39397
39398 2002-12-01  Jim Meyering  <jim@meyering.net>
39399
39400         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
39401         zero.
39402         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
39403
39404 2002-11-27  Paul Eggert  <eggert@twinsun.com>
39405
39406         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
39407         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
39408         with `if (! (value < limit)) abort ();', for readability.
39409
39410 2002-11-26  Karl Berry  <karl@gnu.org>
39411
39412         * lib/strdup.c: copy from libc again, with jim's ok.
39413         * lib/.cppi-disable: re-add strdup.c
39414
39415 2002-11-25  Karl Berry  <karl@gnu.org>
39416
39417         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
39418         instead of "strtol.c".
39419
39420 2002-11-25  Karl Berry  <karl@gnu.org>
39421
39422         * config/install-sh: update from automake for variable quoting, $0 in
39423         error msgs, etc.
39424
39425         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
39426         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
39427         entry.
39428
39429 2002-11-25  Jim Meyering  <jim@meyering.net>
39430
39431         * lib/mktime.c: Sync from libc, now that it has the latest fix.
39432
39433 2002-11-24  Karl Berry  <karl@gnu.org>
39434
39435         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
39436         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
39437
39438 2002-11-24  Jim Meyering  <jim@meyering.net>
39439
39440         Update from coreutils:
39441
39442         * lib/mktime.c: Merge in changes from libc.
39443
39444         Avoid a link-time failure on some Linux systems.
39445         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
39446         (otherwise).
39447         (__mon_yday): Declare with the STATIC attribute.
39448         (__mktime_internal): Likewise.
39449         Based on a report from Greg Schafer.
39450
39451 2002-11-23  Jim Meyering  <jim@meyering.net>
39452
39453         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
39454         Use `unsigned', not `int', as type of index.
39455
39456         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
39457
39458         * lib/fsusage.c: Remove unneeded parentheses around operands of
39459         `defined'.
39460
39461 2002-11-22  Paul Eggert  <eggert@twinsun.com>
39462
39463         * lib/quotearg.h: Allow multiple inclusion by surrounding with
39464         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
39465         so that we can be included first.
39466         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
39467         * lib/quotearg.c: Include quotearg.h immediately after config.h.
39468         No need to include stddef.h or sys/types.h any more.
39469         Surround local include files with "", not "<>".
39470         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
39471         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
39472         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
39473         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
39474         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
39475         (ISPRINT): Remove; no longer needed now that we assume C89.
39476
39477         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
39478         Preserve errno.
39479
39480         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
39481         quotearg_char): Use SIZE_MAX rather than
39482         (size_t) -1 when we are talking about "infinity".
39483
39484         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
39485
39486 2002-11-22  Paul Eggert  <eggert@twinsun.com>
39487
39488         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
39489         hint that one should use `if (! x) abort ();' rather than `assert
39490         (x);', and anyway it's one less thing to worry about configuring.
39491         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
39492         hash_rehash, hash_insert): Use abort rather than assert.
39493
39494 2002-11-22  Bruno Haible  <bruno@clisp.org>
39495
39496         * lib/safe-read.h: Assume C89. Add comments.
39497         (safe_read): Change return type to size_t.
39498         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
39499         byte counts > SSIZE_MAX correctly.
39500         * lib/safe-write.h: New file.
39501         * lib/safe-write.c: New file.
39502         * lib/full-read.h: New file.
39503         * lib/full-read.c: New file.
39504         * lib/full-write.h: Assume C89. Add comments.
39505         * lib/full-write.c: Include safe-write.h.
39506         (full_write): Rewritten to use safe_write.
39507         Suggested by Jim Meyering and Paul Eggert.
39508
39509 2002-11-21  Jim Meyering  <jim@meyering.net>
39510
39511         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
39512
39513         Merge in changes from the coreutils.
39514
39515         2002-09-25  Paul Eggert  <eggert@twinsun.com>
39516         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
39517         <stdint.h>.
39518         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
39519         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
39520         int.  Work more efficiently if X is the same width as uintmax_t.
39521         Do not compare X to -1, to avoid bogus compiler warning.
39522         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
39523         Don't assume that f_frsize and f_bsize are the same type.
39524
39525         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
39526         warning on FreeBSD.
39527
39528         * lib/makepath.c (make_path): Restore umask *before* creating the final
39529         component.
39530         (make_path): Minor reformatting.
39531
39532         * lib/xmalloc.c: Adjust to work with new autoconf macros,
39533         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
39534         HAVE_MALLOC/HAVE_REALLOC.
39535
39536         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
39537         dummy ones.  At least on GNU/Linux systems, `auto' means something
39538         else.
39539         From Michael Stone.
39540
39541 2002-11-21  Bruno Haible  <bruno@clisp.org>
39542
39543         Remove case insensitive option matching.
39544         * lib/argmatch.h (argcasematch): Remove declaration.
39545         (ARGCASEMATCH): Remove macro.
39546         (__xargmatch_internal): Remove case_sensitive argument.
39547         (XARGMATCH): Update.
39548         (XARGCASEMATCH): Remove macro.
39549         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
39550         case_sensitive argument.
39551         (argcasematch): Remove function.
39552         (__xargmatch_internal): Remove case_sensitive argument.
39553         (main): Use XARGMATCH instead of XARGCASEMATCH.
39554
39555         * lib/xmalloc.c: Change compile-time error message. Add comment about
39556         required autoconf version.
39557
39558 2002-11-20  Paul Eggert  <eggert@twinsun.com>
39559
39560         Merge argmatch cleanups from Bison.  Assume C89.
39561
39562         * lib/argmatch.c: Include config.h here, not in argmatch.h.
39563         Include stdlib.h, for EXIT_FAILURE.
39564         Always include <string.h>, since we assume C89.
39565         (EXIT_FAILURE): Remove pre-C89 bug workaround.
39566         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
39567         Include <stddef.h> instead, since it's all we need for size_t.
39568         (PARAMS): Remove.  All uses removed.
39569         (ARRAY_CARDINALITY): Do not bother to #undef.
39570         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
39571         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
39572         Remove unnecessary parentheses.
39573         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
39574         Insert necessary parentheses.
39575         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
39576         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
39577
39578 2002-11-19  Bruno Haible  <bruno@clisp.org>
39579
39580         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
39581         * lib/mbswidth.h: Include <stddef.h>, for size_t.
39582
39583         * lib/mbswidth.h (PARAMS): Remove macro.
39584         (mbswidth, mbsnwidth): Use ANSI C function declarations.
39585         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
39586
39587         * lib/gcd.h (PARAMS): Remove macro.
39588         (gcd): Use ANSI C function declarations.
39589         * lib/gcd.c (gcd): Likewise.
39590
39591 2002-11-15  Bruno Haible  <bruno@clisp.org>
39592
39593         * lib/strcspn.c: Include <stddef.h>.
39594         (strcspn): Use ANSI C function declaration. Change return type to
39595         size_t. Use NULL.
39596         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
39597         (strpbrk): Use NULL.
39598         * lib/strpbrk.h (PARAMS): Remove macro.
39599         (strpbrk): Use ANSI C function declaration.
39600         * lib/strstr.c: Don't include <sys/types.h>.
39601         * lib/strstr.h (PARAMS): Remove macro.
39602         (strstr): Use ANSI C function declarations.
39603
39604 2002-11-14  Karl Berry  <karl@gnu.org>
39605
39606         * config/mkinstalldirs: `do' on separate line, instead of
39607         `for var; do'.
39608
39609 2002-11-06  Bruno Haible  <bruno@clisp.org>
39610
39611         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
39612         * lib/gcd.c (gcd): Likewise.
39613
39614 2002-11-05  Bruno Haible  <bruno@clisp.org>
39615
39616         * lib/gcd.h: New file, from gettext-0.11.5.
39617         * lib/gcd.c: New file, from gettext-0.11.5.
39618
39619 2002-11-05  Bruno Haible  <bruno@clisp.org>
39620
39621         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
39622         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
39623         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
39624         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
39625
39626         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
39627         <libintl.h>.
39628         * lib/makepath.c: Include gettext.h instead of <locale.h> and
39629         <libintl.h>.
39630
39631         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
39632         * lib/human.c: Include gettext.h instead of <libintl.h>.
39633         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
39634         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
39635         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
39636         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
39637         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
39638         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
39639         (textdomain): Remove definition.
39640         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
39641
39642         * lib/long-options.c: Remove include of <libintl.h> and definition of
39643         _.
39644         * lib/same.c: Remove include of <libintl.h> and definition of _.
39645
39646 2002-11-04  Owen Taylor  <otaylor@redhat.com>
39647
39648         * lib/config.charset: A few additions for Solaris.
39649
39650 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
39651
39652         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
39653         * lib/localcharset.c (locale_charset): Declare as extern "C".
39654
39655 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
39656
39657         * lib/config.charset: msdos in uk_UA uses CP1125.
39658
39659 2002-11-04  Bruno Haible  <bruno@clisp.org>
39660
39661         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
39662         * lib/strcase.h: New file, from GNU gettext-0.11.5.
39663         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
39664         * lib/strstr.h: New file, from GNU gettext-0.11.5.
39665         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
39666
39667 2002-11-04  Bruno Haible  <bruno@clisp.org>
39668
39669         * lib/localcharset.c (locale_charset): Don't return an empty string.
39670
39671 2002-11-04  Bruno Haible  <bruno@clisp.org>
39672
39673         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
39674         aliases.
39675
39676 2002-11-04  Bruno Haible  <bruno@clisp.org>
39677
39678         * lib/config.charset: Update for newest glibc. Add canonical names
39679         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
39680
39681 2002-11-04  Bruno Haible  <bruno@clisp.org>
39682
39683         * lib/config.charset: Add support for NetBSD.
39684
39685 2002-11-04  Bruno Haible  <bruno@clisp.org>
39686
39687         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
39688
39689 2002-11-01  Bruno Haible  <bruno@clisp.org>
39690
39691         * configure.in: Add AC_CONFIG_AUX_DIR call.
39692         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
39693         test/Makefile.
39694         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
39695
39696 2002-09-28  Karl Berry  <karl@gnu.org>
39697
39698         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
39699         installed automake until the next release, since changes have been
39700         made.
39701
39702 2002-09-25  Karl Berry  <karl@gnu.org>
39703
39704         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
39705         * lib/getopt*: copy from libc/posix.
39706         * lib/gettext.h: copy from gettext.
39707         * lib/.cppi-disable: add strdup.c, gettext.h.
39708
39709 2002-09-25  Karl Berry  <karl@gnu.org>
39710
39711         * config/srclist.txt: enable gettext.h check.
39712         * config/config.{guess,sub}: update from prep.
39713         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
39714                 from automake 1.6.3.
39715         See srclist*.
39716
39717 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
39718
39719         * regex.c (PATFETCH): Remove the translating fetch.
39720         (PATFETCH_RAW): Rename to PATFETCH.
39721         (set_image_of_range): New fun.
39722         (SET_RANGE_TABLE_WORK_AREA): Use it.
39723         (regex_compile): Don't translate the pattern chars so eagerly.
39724         Only do it when inserting an `exactn' bytecode or when handling
39725         a char-range.
39726         (mutually_exclusive_p): Avoid empty statement.
39727
39728 2002-07-06  Jim Meyering  <meyering@lucent.com>
39729
39730         * m4/README: Don't mention Makefile.am.in.
39731         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
39732
39733 2002-07-01  Jim Meyering  <meyering@lucent.com>
39734
39735         * lib/c-stack.c: Include sys/time.h.
39736         From Volker Borchert.
39737
39738 2002-06-26  Paul Eggert  <eggert@twinsun.com>
39739
39740         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
39741
39742 2002-06-26  Paul Eggert  <eggert@twinsun.com>
39743
39744         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
39745         New macro.  Use it uniformly instead of
39746         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
39747         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
39748         reported by Vin Shelton.
39749
39750 2002-06-22  Paul Eggert  <eggert@twinsun.com>
39751
39752         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
39753         Do not assume SA_SIGINFO behavior.
39754         Bug reported by Jim Meyering on NetBSD 1.5.2.
39755
39756 2002-06-22  Jim Meyering  <meyering@lucent.com>
39757
39758         * m4/c-stack.m4: New file, from diffutils-2.8.2.
39759         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
39760
39761         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
39762         now that configure.ac uses AC_GNU_SOURCE.
39763         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
39764         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
39765
39766         Update to latest tools.  Suggestions from Paul Eggert.
39767         * m4/stdbool.m4: New file, from diffutils-2.8.2.
39768         * m4/gnu-source.m4: Update from diffutils-2.8.2.
39769         * m4/fnmatch.m4: Likewise.
39770         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
39771         to AC_HEADER_STDBOOL
39772
39773 2002-06-22  Jim Meyering  <meyering@lucent.com>
39774
39775         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
39776         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
39777
39778 2002-06-22  Jim Meyering  <meyering@lucent.com>
39779
39780         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
39781
39782         * lib/exitfail.c, exitfail.h: Likewise.
39783         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
39784
39785         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
39786         of fnmatch.h.
39787         (EXTRA_DIST): Add fnmatch_loop.c.
39788         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
39789
39790         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
39791         * lib/fnmatch.c: Update from diffutils-2.8.2.
39792         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
39793         * lib/fnmatch.h: Remove file.
39794
39795 2002-06-21  Jim Meyering  <meyering@lucent.com>
39796
39797         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
39798         * m4/mbrtowc.m4: Likewise.
39799
39800         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
39801         * m4/mbswidth.m4: Reflect name change:
39802         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
39803         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
39804
39805         * m4/lib-link.m4: Update from gettext-0.11.2.
39806         * m4/gettext.m4: Likewise.
39807
39808         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
39809         From Alfred M. Szmidt.
39810
39811 2002-06-18  Paul Eggert  <eggert@twinsun.com>
39812
39813         * lib/file-type.h: Report an error if neither S_ISREG nor
39814         S_IFREG is defined, instead of using a test specific to glibc
39815         2.2.  This should be safe, since POSIX requires S_ISREG and
39816         Unix Version 7 had S_IFREG.  We don't need to check for
39817         <sys/types.h> since we don't use any symbols that it defines.
39818
39819 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
39820
39821         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
39822         $@-t, so that each temporary file name is unique and valid in the first
39823         8 characters, for operation under DOS.
39824
39825 2002-06-15  Paul Eggert  <eggert@twinsun.com>
39826
39827         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
39828
39829 2002-06-15  Jim Meyering  <meyering@lucent.com>
39830
39831         Work even with DJGPP 2.03, which lacks support for symlinks.
39832         From Richard Dawe.
39833         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
39834         is defined.
39835         * lib/lchown.c (S_ISLNK): Likewise.
39836
39837 2002-06-15  Jim Meyering  <meyering@lucent.com>
39838
39839         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
39840         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
39841         have been included before this file.
39842
39843 2002-06-14  Jim Meyering  <meyering@lucent.com>
39844
39845         * lib/file-type.h: Use the version from diffutils-2.8.2.
39846         * lib/file-type.c: Likewise.
39847
39848 2002-06-07  Jim Meyering  <meyering@lucent.com>
39849
39850         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
39851         They're needed at least for NetBSD 1.5.2.
39852         ($statxfs_includes): Include those same headers.
39853         ($statxfs_includes): Include sys/vfs.h if available.
39854         ($statxfs_includes): Likewise for sys/statvfs.h.
39855         Check for the following members in both structs statfs and statvfs:
39856         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
39857
39858 2002-06-01  Jim Meyering  <meyering@lucent.com>
39859
39860         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
39861         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
39862
39863 2002-05-28  Jim Meyering  <meyering@lucent.com>
39864
39865         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
39866         Reported by Volker Borchert.
39867
39868 2002-05-27  Jim Meyering  <meyering@lucent.com>
39869
39870         Fix a problem seen only on nonconforming systems whereby ls.c's
39871         use of localtime, and then of gettimeofday would cause trouble:
39872         the localtime call used to initialize rpl_gettimeofday's save
39873         mechanism would clobber ls's current local time information so
39874         that in any long listing the first file would always be listed
39875         with date 1970-01-01.  Analysis by Volker Borchert.
39876
39877         * lib/gettimeofday.c (localtime): Undefine.
39878         (rpl_localtime): New function.
39879
39880 2002-05-27  Jim Meyering  <meyering@lucent.com>
39881
39882         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
39883         localtime.
39884
39885         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
39886         use the replacement function; it wouldn't resolve at link time.
39887         Reported by Volker Borchert.
39888
39889 2002-05-22  Jim Meyering  <meyering@lucent.com>
39890
39891         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
39892         file-type.h.
39893         * lib/file-type.h: New file.
39894         * lib/file-type.c (file_type): New file/function.  Extracted from
39895         diffutils.
39896
39897 2002-04-30  Jim Meyering  <meyering@lucent.com>
39898
39899         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
39900
39901 2002-04-29  Paul Eggert  <eggert@twinsun.com>
39902
39903         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
39904
39905 2002-04-29  Paul Eggert  <eggert@twinsun.com>
39906
39907         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
39908         Do not check for alloca.h (no longer used) or stdbool.h (was never
39909         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
39910
39911 2002-04-29  Paul Eggert  <eggert@twinsun.com>
39912
39913         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
39914
39915 2002-04-29  Jim Meyering  <meyering@lucent.com>
39916
39917         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
39918         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
39919         Use AC_FUNC_STRNLEN here instead.
39920
39921         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
39922         With autoconf-2.53a, it's part of AC_PROG_CC.
39923
39924 2002-04-28  Paul Eggert  <eggert@twinsun.com>
39925
39926         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
39927         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
39928
39929 2002-04-28  Paul Eggert  <eggert@twinsun.com>
39930
39931         * lib/sig2str.h, lib/sig2str.c: New files.
39932         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
39933
39934 2002-04-28  Paul Eggert  <eggert@twinsun.com>
39935
39936         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
39937         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
39938         of 127, since 64 is the largest conceivable number for ancient
39939         nonstandard hosts.
39940         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
39941
39942 2002-04-28  Jim Meyering  <meyering@lucent.com>
39943
39944         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
39945
39946 2002-04-24  Jim Meyering  <meyering@lucent.com>
39947
39948         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
39949         (jm_PREREQ): Use it.
39950
39951         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
39952         mach/mach.h fcntl.h.
39953         Check for this function: setlocale.
39954
39955 2002-04-24  Jim Meyering  <meyering@lucent.com>
39956
39957         * lib/gettext.h: New file, from Gettext.
39958         * lib/Makefile.am (INCLUDES): Remove -I../intl.
39959         (libfetish_a_SOURCES): Add gettext.h.
39960
39961 2002-04-16  Jim Meyering  <meyering@lucent.com>
39962
39963         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
39964         ut_pid, ut_id, ut_exit.
39965
39966 2002-04-16  Jim Meyering  <meyering@lucent.com>
39967
39968         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
39969         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
39970         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
39971
39972 2002-04-12  Jim Meyering  <meyering@lucent.com>
39973
39974         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
39975         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
39976         existence of the getmntinfo function.  Needed for Darwin 5.3.
39977
39978         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
39979         This is necessary at least on Darwin 5.3.
39980
39981         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
39982         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
39983         strnlen.o in the library, and that makes some versions of ranlib
39984         object.
39985
39986 2002-04-12  Jim Meyering  <meyering@lucent.com>
39987
39988         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
39989
39990 2002-04-09  Jim Meyering  <meyering@lucent.com>
39991
39992         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
39993         to be more precise.  Rather than saying we're checking whether the
39994         function `works', say what we're testing.
39995         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
39996         Reported by Bruno Haible.
39997
39998 2002-03-10  Jim Meyering  <meyering@lucent.com>
39999
40000         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
40001         Suggestion from Santiago Vila.
40002
40003 2002-03-08  Jim Meyering  <meyering@lucent.com>
40004
40005         * lib/rename.c: Mention that this wrapper is needed also on
40006         mips-dec-ultrix4.4 systems.
40007
40008 2002-03-02  Jim Meyering  <meyering@lucent.com>
40009
40010         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
40011         not HAVE_CLOCK_SETTIME.
40012
40013 2002-02-27  Paul Eggert  <eggert@twinsun.com>
40014
40015         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
40016         Check for clock_settime.
40017
40018 2002-02-27  Paul Eggert  <eggert@twinsun.com>
40019
40020         * lib/nanosleep.h: Rename to....
40021         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
40022
40023         * lib/gettime.c: New file.
40024         * lib/settime.c: New file.
40025         * lib/stime.c: Remove.
40026
40027         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
40028         timespec.h.  Remove nanosleep.h.
40029
40030 2002-02-25  Paul Eggert  <eggert@twinsun.com>
40031
40032         * m4/acl.m4: New file.
40033         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
40034         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
40035
40036 2002-02-25  Paul Eggert  <eggert@twinsun.com>
40037
40038         * lib/acl.c, lib/acl.h: New files.
40039         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
40040
40041 2002-02-24  Jim Meyering  <meyering@lucent.com>
40042
40043         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
40044         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
40045         cause trouble.  Reported by Nelson Beebe.
40046
40047 2002-02-23  Paul Eggert  <eggert@twinsun.com>
40048
40049         * lib/path-concat.c (xpath_concat): Reorder code to pacify
40050         compilers that don't know that xalloc_die never returns.
40051
40052 2002-02-20  Jim Meyering  <meyering@lucent.com>
40053
40054         * lib/getdate.c: Regenerate using bison-1.33.
40055
40056 2002-02-17  Jim Meyering  <meyering@lucent.com>
40057
40058         * config/config.guess (main): Don't use `head -1'; it's no longer
40059         portable. Use `sed 1q' instead.
40060
40061 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
40062
40063         * m4/codeset.m4: Upgrade to gettext-0.11.
40064         * m4/gettext.m4: Upgrade to gettext-0.11.
40065         * m4/glibc21.m4: Upgrade to gettext-0.11.
40066         * m4/iconv.m4: Upgrade to gettext-0.11.
40067         * m4/isc-posix.m4: Upgrade to gettext-0.11.
40068         * m4/lcmessage.m4: Upgrade to gettext-0.11.
40069         * m4/lib-ld.m4: New file, from gettext-0.11.
40070         * m4/lib-link.m4: New file, from gettext-0.11.
40071         * m4/lib-prefix.m4: New file, from gettext-0.11.
40072         * m4/progtest.m4: Upgrade to gettext-0.11.
40073
40074 2002-02-15  Paul Eggert  <eggert@twinsun.com>
40075
40076         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
40077         (jm_PREREQ): Use it.
40078
40079 2002-02-15  Paul Eggert  <eggert@twinsun.com>
40080
40081         * lib/posixver.c, lib/posixver.h: New files.
40082         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
40083
40084 2002-02-02  Paul Eggert  <eggert@twinsun.com>
40085             Bruno Haible  <bruno@clisp.org>
40086
40087         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
40088         (fwrite_success_callback): New declaration.
40089         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
40090         print_unicode_char. Call failure callback instead of error.
40091         (fwrite_success_callback): New function.
40092         (exit_failure_callback): New function.
40093         (fallback_failure_callback): New function.
40094         (print_unicode_char): Call unicode_to_mb.
40095
40096 2002-01-26  Jim Meyering  <meyering@lucent.com>
40097
40098         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
40099         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
40100
40101 2002-01-26  Jim Meyering  <meyering@lucent.com>
40102
40103         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
40104
40105 2002-01-22  Paul Eggert  <eggert@twinsun.com>
40106
40107         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
40108
40109 2002-01-22  Jim Meyering  <meyering@lucent.com>
40110
40111         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
40112         Otherwise, some versions of automake would omit the rule that makes
40113         Makefile from Makefile.in.
40114
40115 2002-01-21  Paul Eggert  <eggert@twinsun.com>
40116
40117         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
40118         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
40119         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
40120         (memcoll): Set errno to zero if there is no error.
40121
40122         * lib/quotearg.c (quotearg_buffer_restyled):
40123         Fix bug with quoting buffers containing NUL when backslashing escapes.
40124         This bug was exposed by the other changes in this patch.
40125         (quotearg_n_options): New arg ARGSIZE.
40126         All callers changed.
40127         (quoting_options_from_style): New function.
40128         (quotearg_n_style): Use it.
40129         (quotearg_n_style_mem): New function.
40130
40131         * lib/quotearg.h (quotearg_n_style_mem): New function.
40132
40133 2002-01-19  Jim Meyering  <meyering@lucent.com>
40134
40135         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
40136         Remove useless quotes: DF_PROG="df".
40137         * m4/strnlen.m4: New file.
40138
40139 2002-01-16  Paul Eggert  <eggert@twinsun.com>
40140
40141         * lib/backupfile.c (ISDIGIT): Comment fix.
40142         * lib/getdate.y (ISDIGIT): Likewise.
40143         * lib/posixtm.c (ISDIGIT, year): Likewise.
40144         * lib/strverscmp.c (ISDIGIT): Likewise.
40145         * lib/userspec.c (ISDIGIT): Likewise.
40146
40147 2002-01-16  Jim Meyering  <meyering@lucent.com>
40148
40149         * lib/getdate.y: Add three semicolons, each just before a closing
40150         brace. Bison (as of version 1.31) no longer papers over that mistake.
40151
40152 2002-01-05  Jim Meyering  <meyering@lucent.com>
40153
40154         * lib/version-etc.c (version_etc_copyright): Update copyright year.
40155
40156 2001-12-19  Paul Eggert  <eggert@twinsun.com>
40157
40158         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
40159         not silently exit merely because the output buffer happens to
40160         have nothing pending.
40161
40162 2001-12-18  Paul Eggert  <eggert@twinsun.com>
40163
40164         See the big note in ../ChangeLog.
40165         * lib/human.c (suffixes): Prefer K to k for 1024.
40166         (generate_suffix_backwards): New function.
40167         (human_readable_inexact): Use it.
40168         * lib/xstrtol.c (__xstrtol): If there is no number but there
40169         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
40170         Accept 'K' as well as 'k'.
40171
40172 2001-12-15  Jim Meyering  <meyering@lucent.com>
40173
40174         * lib/regex.h (__restrict_arr): Update from libc.
40175
40176         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
40177         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
40178         (STREQ): Define.
40179
40180 2001-12-14  Jim Meyering  <meyering@lucent.com>
40181
40182         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
40183         Suggestion from Bruno Haible.
40184
40185 2001-12-10  Jim Meyering  <meyering@lucent.com>
40186
40187         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
40188         xrealloc, Instead, include "xalloc.h".
40189         (initbuffer): Don't cast xmalloc return value to char*.
40190         (readline): Reword comment.
40191         Don't cast xrealloc return value to char*
40192         Return NULL, not 0.
40193
40194 2001-12-09  Jim Meyering  <meyering@lucent.com>
40195
40196         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
40197         about `signed and unsigned type in conditional expression'.
40198         * lib/posixtm.c (posix_time_parse): Likewise.
40199
40200         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
40201
40202         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
40203         to avoid a pedantic warning.
40204
40205         * lib/getstr.c: Don't include assert.h.
40206         (getstr): Remove warning-evoking assertions.
40207         Return -1 if offset parameter is out of bounds.
40208         Change the type of a local from int to size_t.
40209
40210         * lib/strftime.c (my_strftime_localtime_r): Include this function
40211         definition in the `#if ! HAVE_TM_GMTOFF' block.
40212
40213         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
40214         Include xalloc.h instead.
40215
40216 2001-12-02  Jim Meyering  <meyering@lucent.com>
40217
40218         * lib/tempname.c: Don't declare getenv, thus reverting the change of
40219         2001-11-18.  It's no longer necessary, now that stdlib.h is always
40220         included.
40221
40222         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
40223         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
40224
40225 2001-11-30  Akim Demaille  <akim@epita.fr>
40226
40227         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
40228         before being defined.
40229
40230 2001-11-27  Paul Eggert  <eggert@twinsun.com>
40231
40232         * lib/quotearg.h (quotearg_n, quotearg_n_style):
40233         First arg is int, not unsigned.
40234         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
40235         (SIZE_MAX, UINT_MAX): New macros.
40236         (quotearg_n_options): Abort if N is negative.
40237         Avoid overflow check on hosts where size_t is 64 bits and int
40238         is 32 bits, as overflow is impossible there.
40239         Fix off-by-one typo that caused unnecessary reallocation.
40240
40241 2001-11-27  Jim Meyering  <meyering@lucent.com>
40242
40243         * lib/tempname.c: Merge with version from libc.
40244         * lib/regex.c: Likewise.
40245
40246         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
40247         systems for which STDC_HEADERS is 0, it was not included, resulting in
40248         a warning about an integer-to-pointer conversion problem with getenv.
40249         Reported by Volker Borchert.
40250
40251 2001-11-26  Jim Meyering  <meyering@lucent.com>
40252
40253         * lib/gtod.h: Remove file.
40254         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
40255         * lib/gettimeofday.c: Don't include gtod.h.
40256         (GTOD_init): Remove function.
40257         (rpl_gettimeofday): Do its job here instead, rather than aborting.
40258         Suggestion from Volker Borchert.
40259
40260 2001-11-23  Jim Meyering  <meyering@lucent.com>
40261
40262         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
40263         it.
40264         * lib/hash.c (struct hash_table): Define it here instead.
40265
40266 2001-11-22  Jim Meyering  <meyering@lucent.com>
40267
40268         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
40269
40270 2001-11-20  Jim Meyering  <meyering@lucent.com>
40271
40272         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
40273         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
40274
40275 2001-11-19  Jim Meyering  <meyering@lucent.com>
40276
40277         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
40278         directory.  Use "conftestXXXXXX" as the template.
40279         Suggestion from Paul Eggert.
40280
40281         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
40282         immediately, so the test doesn't mistakenly hit the max-open-files
40283         limit.
40284
40285 2001-11-18  Paul Eggert  <eggert@twinsun.com>
40286
40287         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
40288         (TEMPORARIES): New macro.
40289         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
40290         removes an artificial limitation (e.g. HP-UX 10.20, where
40291         TMP_MAX is 17576).
40292
40293 2001-11-18  Jim Meyering  <meyering@lucent.com>
40294
40295         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
40296
40297 2001-11-18  Jim Meyering  <meyering@lucent.com>
40298
40299         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
40300         on SunOS 4.
40301
40302         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
40303         files will be created before anything else.
40304
40305 2001-11-17  Paul Eggert  <eggert@twinsun.com>
40306
40307         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
40308         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
40309
40310 2001-11-17  Jim Meyering  <meyering@lucent.com>
40311
40312         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
40313         Prompted by a report from Bob Proulx.
40314
40315         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
40316         Instead, require UTILS_FUNC_MKSTEMP.
40317
40318 2001-11-17  Jim Meyering  <meyering@lucent.com>
40319
40320         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
40321         Now, that's done as part of AC_FUNC_STRTOD.
40322
40323 2001-11-17  Jim Meyering  <meyering@lucent.com>
40324
40325         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
40326         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
40327         rather than group writable.  Patch by Juan F. Codagnone.
40328
40329         * lib/readtokens.c: Remove explicit declarations of xmalloc and
40330         xrealloc, Instead, include "xalloc.h".
40331
40332         * lib/mountlist.c: Include unlocked-io.h after all system headers.
40333         Remove explicit declarations of xmalloc, xrealloc,
40334         and xstrdup.  Instead, include "xalloc.h".
40335
40336         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
40337         unlocked-io.h.
40338         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
40339         Likewise.
40340         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
40341
40342         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
40343         Reported by Padraig Brady.
40344
40345         * lib/mkstemp.c: #undef mkstemp.
40346         Include config.h.
40347         (rpl_mkstemp): Rename from mkstemp.
40348         Protoize.
40349
40350 2001-11-16  Jim Meyering  <meyering@lucent.com>
40351
40352         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
40353         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
40354         determine the amount of total physical memory, use pstat_getstatic.
40355         HPUX-11 doesn't define _SC_PHYS_PAGES.
40356         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
40357         If sysconf couldn't be used to determine the amount of available
40358         physical memory, use both pstat_getstatic and pstat_getdynamic.
40359         Based on a patch from Bob Proulx.
40360
40361 2001-11-10  Jim Meyering  <meyering@lucent.com>
40362
40363         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
40364         (jm_PREREQ): Use it.
40365
40366 2001-11-09  Jim Meyering  <meyering@lucent.com>
40367
40368         * m4/jm-macros.m4: Require autoconf-2.52f.
40369         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
40370         Use these AC_-prefixed names, not the AM_-prefixed ones.
40371
40372         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
40373
40374 2001-11-05  Jim Meyering  <meyering@lucent.com>
40375
40376         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
40377
40378 2001-11-04  Jim Meyering  <meyering@lucent.com>
40379
40380         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
40381         $DEFS.
40382
40383 2001-11-03  Jim Meyering  <meyering@lucent.com>
40384
40385         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
40386         of AC_DEFUN.
40387
40388         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
40389         know the name of the variable in the macro definition.
40390
40391 2001-11-03  Jim Meyering  <meyering@lucent.com>
40392
40393         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
40394         in argmatch_to_argument call.
40395
40396         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
40397         argument.
40398
40399         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
40400         e.g., a fault due to an attempt to free a NULL pointer.
40401
40402 2001-11-01  Jim Meyering  <meyering@lucent.com>
40403
40404         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
40405         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
40406
40407 2001-11-01  Jim Meyering  <meyering@lucent.com>
40408
40409         * lib/dirfd.c, lib/dirfd.h: New files.
40410         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
40411
40412         * lib/hash.c (hash_print) [TESTING]: Clean up.
40413
40414 2001-10-22  Paul Eggert  <eggert@twinsun.com>
40415
40416         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
40417         to avoid a warning if -Wall.
40418
40419 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
40420
40421         * README: New file
40422         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
40423         (per RMS's instructions, this is now the canonical source)
40424         * lgpl/, gpl/: New directories.
40425
40426 2001-10-21  Paul Eggert  <eggert@twinsun.com>
40427
40428         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
40429
40430 2001-10-21  Jim Meyering  <meyering@lucent.com>
40431
40432         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
40433         this code would end up calling gettext even in packages built
40434         with --disable-nls.
40435         * lib/getopt.c (_): Likewise.
40436         * lib/regex.c (_): Likewise.
40437
40438 2001-10-20  Paul Eggert  <eggert@twinsun.com>
40439
40440         * m4/error.m4 (jm_PREREQ_ERROR):
40441         Do not invoke AC_CHECK_FUNCS with strerror_r, as
40442         AC_FUNC_STRERROR_R does that.
40443         Check for strerror declaration.
40444
40445         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
40446         are supposed to have them these days.
40447         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
40448         Merge changes from latest Autoconf CVS.
40449         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
40450         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
40451         POSIX decided to standardize on the int flavor of strerror_r.
40452
40453 2001-10-20  Paul Eggert  <eggert@twinsun.com>
40454
40455         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
40456         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
40457         Use strerror_r that is only a macro, even if it is not a function.
40458         (strerror): Check for HAVE_DECL_STRERROR before declaring.
40459         (private_strerror): Use prototypes, not old-style function definition.
40460         (print_errno_message): New function.
40461         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
40462         char*-flavored one.
40463         (error_tail, error, error_at_line): Use it.
40464
40465 2001-10-11  Jim Meyering  <meyering@lucent.com>
40466
40467         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
40468         and quote_n (1, ... to avoid clobbering a buffer.
40469
40470 2001-10-05  Jim Meyering  <meyering@lucent.com>
40471
40472         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
40473         hash-pjw.h.
40474         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
40475         * lib/hash-pjw.h: New file.
40476
40477 2001-09-30  Jim Meyering  <meyering@lucent.com>
40478
40479         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
40480         `struct fsstat' has the `f_fstypename' member.
40481         Use that to define FS_TYPE, which is now used to make
40482         the getfsstat link test tighter.
40483
40484 2001-09-30  Jim Meyering  <meyering@lucent.com>
40485
40486         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
40487         Include <sys/ucred.h>, for Apple Darwin.
40488         Include sys/mount.h and sys/fs_types.h only if available.
40489         (FS_TYPE): Define.
40490         (read_filesystem_list): Use FS_TYPE.
40491
40492 2001-09-29  Paul Eggert  <eggert@twinsun.com>
40493
40494         * lib/exclude.c (excluded_filename): 0 -> false, since it's
40495         a boolean context.
40496
40497 2001-09-29  Jim Meyering  <meyering@lucent.com>
40498
40499         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
40500         [one-argument getmntent function]): Include stdio.h before mntent.h.
40501         SunOS 4.1.x needs it for the declaration of `FILE'.
40502         Patch by Volker Borchert.
40503
40504         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
40505         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
40506         sys/fs_types.h, and make the link-test for getfsstat guard #include
40507         directives with appropriate #if HAVE_*_H tests so that we can
40508         detect getfsstat on Apple Darwin1.3.7 systems.
40509         Reported by Nelson Beebe.
40510         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
40511
40512 2001-09-28  Paul Eggert  <eggert@twinsun.com>
40513
40514         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
40515         #defines strtoimax.  Also treat the other strto* functions
40516         like strtoimax.
40517
40518         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
40519         Check for strtoul and strtoumax,
40520         as those declarations are made even in the signed case.
40521         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
40522         Likewise, for strtol and strtoimax.
40523
40524 2001-09-28  Paul Eggert  <eggert@twinsun.com>
40525
40526         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
40527         #defines strtoimax.  Also treat the other strto* functions
40528         like strtoimax.
40529
40530         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
40531         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
40532         (strtoimax, strtoumax): Do not declare if already defined as a macro.
40533
40534 2001-09-26  Jim Meyering  <meyering@lucent.com>
40535
40536         Most macros in unlocked-io.h had the wrong number of arguments.
40537         * lib/gen-uio: New script.
40538         (USE_UNLOCKED_IO): Define to 1 if not already defined.
40539         * lib/unlocked-io.hin: Remove file.
40540         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
40541         rather than trying to embed it here.
40542         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
40543         Reported by Padraig Brady.
40544
40545 2001-09-25  Volker Borchert  <bt@teknon.de>
40546
40547         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
40548         `result'.
40549
40550 2001-09-24  Jim Meyering  <meyering@lucent.com>
40551
40552         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
40553
40554 2001-09-23  Jim Meyering  <meyering@lucent.com>
40555
40556         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
40557         instead of the mere test for existence of mntent.h.  The latter
40558         would get a false-positive on AIX 3.4 systems.
40559         In the outer getmntent if-block, don't die if neither of the getmntent
40560         tests succeeds.  Instead, just fall through and continue with the
40561         remaining tests.
40562
40563 2001-09-23  Jim Meyering  <meyering@lucent.com>
40564
40565         * lib/mountlist.c: Remove useless parentheses in #if directives.
40566         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
40567         the deprecated MOUNTED symbol is no longer defined in mntent.h.
40568
40569 2001-09-22  Jim Meyering  <meyering@lucent.com>
40570
40571         * m4/gettext.m4: New file.  From gettext.
40572         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
40573         * m4/progtest.m4: Likewise
40574         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
40575         * m4/glibc21.m4: Likewise.
40576
40577         * m4/libintl.m4: Remove.  No longer used.
40578
40579 2001-09-22  Jim Meyering  <meyering@lucent.com>
40580
40581         * lib/localcharset.c: Update from latest gettext.
40582         * lib/config.charset: Likewise.
40583
40584 2001-09-20  Jim Meyering  <meyering@lucent.com>
40585
40586         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
40587         strtoimax.
40588         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
40589         strtoumax.
40590
40591 2001-09-20  Jim Meyering  <meyering@lucent.com>
40592
40593         * lib/xstrtol.c (strtoimax): Guard declaration with
40594         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
40595         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
40596         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
40597         (strtoumax): Likewise, for completeness (it wasn't necessary).
40598
40599 2001-09-17  Paul Eggert  <eggert@twinsun.com>
40600
40601         * lib/strtoimax.c (HAVE_LONG_LONG):
40602         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
40603         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
40604         to work around bug in IBM C compiler.
40605
40606 2001-09-17  Jim Meyering  <meyering@lucent.com>
40607
40608         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
40609         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
40610         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
40611         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
40612         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
40613         whenever the right hand side need not be expanded by the shell.
40614
40615 2001-09-16  Paul Eggert  <eggert@twinsun.com>
40616
40617         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
40618         library.  It's not correct, as some older glibcs are buggy.
40619         fnmatch wasn't fixed until glibc 2.2.
40620
40621         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
40622         special shell magic here.
40623
40624 2001-09-16  Jim Meyering  <meyering@lucent.com>
40625
40626         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
40627         * m4/jm-macros.m4: Require it.
40628
40629 2001-09-16  Jim Meyering  <meyering@lucent.com>
40630
40631         * lib/mkdir.c: New file.
40632
40633 2001-09-15  Jim Meyering  <meyering@lucent.com>
40634
40635         * m4/jm-macros.m4: Check for help2man.
40636
40637 2001-09-11  Jim Meyering  <meyering@lucent.com>
40638
40639         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
40640         The body, by Paul Eggert, was moved here from configure.in.
40641         * m4/jm-macros.m4: Require UTILS_HOST_OS.
40642
40643 2001-09-04  Paul Eggert  <eggert@twinsun.com>
40644
40645         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
40646         (jm_PREREQ): Use it.
40647
40648 2001-09-04  Paul Eggert  <eggert@twinsun.com>
40649
40650         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
40651         Use ssize_t, not int, to store result of readlink.
40652         Check for ssize_t overflow as well as size_t overflow,
40653         as POSIX says the result of readlink is implementation-defined
40654         when ssize_t overflows.
40655         Remove unnecessary cast to char*.
40656         Use free+malloc instead of realloc, as the storage doesn't need
40657         to be preserved and it's clearer and can be more efficient that way.
40658         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
40659         * lib/xreadlink.h (xreadlink): Update prototype.
40660
40661 2001-09-04  Paul Eggert  <eggert@twinsun.com>
40662
40663         * lib/xgetcwd.c: Revert some of the previous change; intead,
40664         fix the HAVE_GETCWD_NULL code to behave more like the
40665         !HAVE_GETCWD_NULL code used to.
40666
40667         Include "xalloc.h".
40668         (xgetcwd): Do not return NULL when memory is exhausted; instead,
40669         invoke xalloc_die.
40670
40671 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40672
40673         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
40674         sys/param.h, as pathmax.h includes them.
40675
40676 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40677
40678         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
40679         (jm_PREREQ_XGETCWD): New macro.
40680
40681         * m4/getcwd.m4: New file.
40682
40683 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40684
40685         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
40686         like the HAVE_GETCWD_NULL code.
40687         Include pathmax.h if not HAVE_GETCWD.
40688         Do not include xalloc.h.
40689         (INITIAL_BUFFER_SIZE): New symbol.
40690         Do not use xmalloc / xrealloc, since the caller is responsible for
40691         handling errors.  Preserve errno around `free' during failure.
40692         Do not overrun buffer when using getwd.
40693
40694 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40695
40696         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
40697         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
40698         getcwd (NULL, 0).
40699
40700 2001-09-03  Paul Eggert  <eggert@twinsun.com>
40701
40702         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
40703         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
40704         spotted by Jim Meyering.
40705
40706 2001-09-03  Jim Meyering  <meyering@lucent.com>
40707
40708         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
40709         failure.
40710
40711 2001-09-02  Jim Meyering  <meyering@lucent.com>
40712
40713         * lib/error.c: Update from GNU libc.
40714
40715 2001-09-01  Jim Meyering  <meyering@lucent.com>
40716
40717         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
40718         Used by df.
40719
40720 2001-09-01  Jim Meyering  <meyering@lucent.com>
40721
40722         * lib/xreadlink.c: New file.
40723         * lib/xreadlink.h: New file.
40724         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
40725         xreadlink.h.
40726
40727         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
40728         doesn't conflict with sparc Solaris 7's definition in
40729         /usr/include/sys/int_types.h.
40730
40731         * lib/exclude.c: Use `""', not `<>' to #include non-system header
40732         files.
40733         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
40734         and strncasecmp as r-values.  Unixware didn't have declarations.
40735
40736 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40737
40738         * lib/xstrtol.h: Add copyright notice.
40739         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
40740         LONGINT_INVALID_SUFFIX_CHAR.
40741
40742 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40743
40744         * lib/xstrtol.c (strtoimax): New decl.
40745
40746 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40747
40748         * lib/xgetcwd.c: Don't include pathmax.h.
40749         Include stdlib.h and unistd.h if available.
40750         Include xalloc.h.
40751         (xmalloc, xstrdup, free): Remove decls.
40752         (xgetcwd): Don't assume sizes fit in unsigned.
40753         Check for overflow when computing sizes.
40754         Simplify reallocation code.
40755
40756 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40757
40758         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
40759         a directory's st_size can have an arbitrary value, so the old
40760         usage could waste an arbitrary amount of memory.  All uses
40761         changed.
40762         * lib/savedir.h: Update prototype.
40763
40764 2001-08-31  Paul Eggert  <eggert@twinsun.com>
40765
40766         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
40767
40768         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
40769         old strtoimax.c.
40770
40771         Also, make the following further changes to make this file's
40772         configuration more similar to that of strtol.c:
40773         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
40774         (strtoumax, uintmax_t, strtoull, strtol): Remove.
40775         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
40776         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
40777         changed to signed values.
40778
40779         And make the following changes as well:
40780         Fix copyright notice, as 1999 was missing.
40781         (verify): New macro.
40782         (strtoimax): Check sizes at compile-time, not run-time.
40783         Prefer strtol to strtoll if both work.
40784         (main): Remove; it was not that useful and was a pain to maintain.
40785
40786         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
40787
40788 2001-08-31  Jim Meyering  <meyering@lucent.com>
40789
40790         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
40791         Use an initial, malloc'd, buffer of length 128 rather than
40792         a statically allocated one of length 1024.
40793
40794 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40795
40796         Simplify code, partly by assuming autoconf 2.52 semantics.
40797
40798         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
40799
40800         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
40801         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
40802         All uses removed.
40803         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
40804         Move AC_REQUIRE to next-to-top level, to avoid confusion.
40805         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
40806         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
40807         jm_AC_HEADER_INTTYPES_H.
40808         * m4/jm-macros.m4 (jm_MACROS): Likewise.
40809
40810         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
40811
40812         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
40813         Quote first arg of AC_DEFUN.
40814         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
40815         since they are needed to parse the include file even if we need
40816         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
40817         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
40818         but with opposite signedness.
40819
40820 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40821
40822         Merge 'exclude' changes from tar 1.13.22.
40823         This fixes one or two unlikely storage allocation overflow bugs,
40824         but doesn't change user-visible behavior otherwise.
40825
40826 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40827
40828         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
40829         (jm_PREREQ_EXCLUDE): New macro.
40830
40831 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40832
40833         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
40834         tm to be declared.
40835
40836 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40837
40838         * lib/hash.c: Remove '2001' from copyright notice.
40839
40840 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40841
40842         * lib/full-write.h: New file.
40843         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
40844         * lib/full-write.c: Correct credits, as cccp.c no longer
40845         exists and anyway it was so heavily changed from the old cccp
40846         code as to be unrecognizable.  Include full-write.h.
40847         (full_write) Return size_t, with short writes meaning failure.
40848         All callers changed.  This fixes a bug with large buffers
40849         on 64-bit hosts.
40850         * lib/utime.c: Include full-write.h.
40851
40852 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40853
40854         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
40855         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
40856         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
40857         Include if available.
40858         (<xalloc.h>): Include
40859         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
40860         (verify): New macro.  Use it to verify that EXCLUDE macros do not
40861         collide with FNM macros.
40862         (struct patopts): New struct.
40863         (struct exclude): Use it, as exclude patterns now come with options.
40864         (new_exclude): Support above changes.
40865         (new_exclude, add_exclude_file):
40866         Initial size must now be a power of two to simplify overflow checking.
40867         (free_exclude, fnmatch_no_wildcards): New function.
40868         (excluded_filename): No longer requires options arg, as the options
40869         are determined by add_exclude.  Now returns bool, not int.
40870         (excluded_filename, add_exclude):
40871         Add support for the fancy new exclusion options.
40872         (add_exclude, add_exclude_file): Now takes int options arg.
40873         Check for arithmetic overflow when computing sizes.
40874         (add_exclude_file): xrealloc might modify errno, so don't
40875         realloc until after errno might be used.
40876
40877         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
40878         New macros.
40879         (free_exclude): New decl.
40880         (add_exclude, add_exclude_file): Now takes int options arg.
40881         (excluded_filename): No longer requires options arg, as the options
40882         are determined by add_exclude.  Now returns bool, not int.
40883
40884 2001-08-30  Paul Eggert  <eggert@twinsun.com>
40885
40886         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
40887
40888 2001-08-27  Jim Meyering  <meyering@lucent.com>
40889
40890         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
40891
40892         * lib/version-etc.c (N_): Remove definition.
40893         Revert most of last change.
40894         Instead, simply don't mark the `Copyright...' string for translation.
40895         Based on advice from Paul Eggert.
40896
40897         * lib/strtoxmax.c: Tweak comment.
40898
40899 2001-08-26  Jim Meyering  <meyering@lucent.com>
40900
40901         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
40902
40903         * m4/xstrtoimax.m4: New file.
40904         * m4/xstrtoumax.m4: Add comments explaining why we
40905         AC_REPLACE_FUNCS(strtol).
40906
40907 2001-08-26  Jim Meyering  <meyering@lucent.com>
40908
40909         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
40910         of copyright with `%s' so translators don't get an untranslated
40911         message in 2002.
40912         (COPYRIGHT_YEAR): Define.
40913         (version_etc): Use fprintf rather than fputs.
40914         Suggestion from Ulrich Drepper.
40915
40916         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
40917
40918         * lib/strtoll.c: New file, from GNU libc.
40919         * lib/xstrtoimax.c: New file.
40920
40921         * lib/xstrtol.h: Add xstrtoimax.
40922         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
40923         * lib/strtoimax.c: New file.  Likewise, but first define
40924         STRTOUXMAX_SIGNED.
40925
40926         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
40927         ...
40928         * lib/strtoxmax.c: ... then renamed to this.
40929
40930 2001-08-18  Paul Eggert  <eggert@twinsun.com>
40931
40932         * m4/inttypes.m4: Add AC_PREREQ(2.13).
40933         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
40934         (jm_AC_TYPE_INTMAX_T): New macro.
40935         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
40936
40937         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
40938
40939         * m4/longlong.m4: Renamed from ulonglong.m4.
40940         * m4/inttypes.m4: Renamed from inttypes_h.m4.
40941         * m4/uintmax_t.m4: Removed.
40942
40943 2001-08-13  Paul Eggert  <eggert@twinsun.com>
40944
40945         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
40946         Port to Solaris 8, where 'sed' requires a space after the 'r'
40947         command, and where sh dislikes "$/".  Clean up the spacing a bit.
40948         Redirect output to $tmp just once.
40949
40950 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
40951
40952         * lib/addext.c (<errno.h>): Include.
40953         (errno): Declare if not defined.
40954         (addext): Work correctly when pathconf returns -1 and leaves
40955         errno alone because there is no limit.  Also, work even if
40956         pathconf returns a value greater than SIZE_MAX.
40957
40958 2001-08-12  Jim Meyering  <meyering@lucent.com>
40959
40960         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
40961         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
40962         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
40963         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
40964         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
40965         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
40966         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
40967         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
40968         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
40969         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
40970         utime.m4, utimes.m4, xstrtoumax.m4:
40971         Quote the first argument in each use of AC_DEFUN.
40972
40973 2001-08-12  Jim Meyering  <meyering@lucent.com>
40974
40975         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
40976         Simply `return getcwd (NULL, 0);'.
40977         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
40978         Use 1300 as initial value for length, not PATH_MAX.
40979
40980         * lib/pathmax.h: Clean up cpp syntax.
40981
40982 2001-08-12  Jim Meyering  <meyering@lucent.com>
40983
40984         * lib/gettimeofday.c: New file.
40985         * lib/gtod.h: New file.
40986         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
40987
40988 2001-08-05  Jim Meyering  <meyering@lucent.com>
40989
40990         * m4/jm-macros.m4: Require autoconf-2.52.
40991
40992 2001-08-04  Jim Meyering  <meyering@lucent.com>
40993
40994         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
40995         stmt, to get in sync with glibc.
40996
40997 2001-08-03  Paul Eggert  <eggert@twinsun.com>
40998
40999         The following changes are from gettext 0.10.39 as maintained by
41000         Bruno Haible.
41001
41002         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
41003         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
41004         with inverted sense.  All uses changed.
41005
41006         * lib/mbswidth.c: Don't include <limits.h>.
41007         Include <stdlib.h> and <string.h> unconditionally.
41008         (iswcntrl, mbsinit, ISCNTRL): New macros.
41009         (mbsnwidth): Use K&R style function declarations.
41010         Don't bother checking for MB_LEN_MAX == 1, since the compiler
41011         can optimize it when MB_CUR_MAX == 1.
41012         The width of control characters is zero, not 1.
41013
41014 2001-08-03  Paul Eggert  <eggert@twinsun.com>
41015
41016         The following changes are from gettext 0.10.39 as maintained by
41017         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
41018
41019         * m4/codeset.m4: Upgrade to serial AM1.
41020         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
41021         all uses changed.  Quote first arg of AC_DEFUN.
41022         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
41023
41024         * m4/iconv.m4: Upgrade to serial AM2.
41025         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
41026         Add --with-libconv-prefix.
41027         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
41028         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
41029         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
41030         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
41031         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
41032
41033         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
41034         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
41035         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
41036         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
41037         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
41038         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
41039         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
41040         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
41041         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
41042
41043         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
41044         string.h any more.
41045
41046         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
41047         not the default value.
41048
41049         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
41050         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
41051         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
41052         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
41053         Also check for iswcntrl, used for wcwidth fallback.
41054         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
41055         to Autoconf 2.13.
41056
41057 2001-08-03  Jim Meyering  <meyering@lucent.com>
41058
41059         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
41060         as it was in the original.  Reported by Paul Eggert.
41061
41062 2001-07-16  Jim Meyering  <meyering@lucent.com>
41063
41064         * m4/gettimeofday.m4: New file.
41065         Prompted by a report from Bernhard Baehr.
41066
41067 2001-07-15  Jim Meyering  <meyering@lucent.com>
41068
41069         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
41070         stuff. Now it's in ../Makefile.cfg.
41071
41072 2001-07-15  Jim Meyering  <meyering@lucent.com>
41073
41074         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
41075         (BUILT_SOURCES): Add unlocked-io.h.
41076         (io_functions): Define.
41077         (unlocked-io.h): New rule.
41078         (DISTCLEANFILES): Add unlocked-io.h.
41079         (all-local): Depend on unlocked-io.h, to ensure it is created.
41080
41081         * lib/unlocked-io.hin: New file
41082
41083         * lib/regex.c: Update from glibc.
41084
41085 2001-07-05  Jim Meyering  <meyering@lucent.com>
41086
41087         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
41088         recommendation.
41089         (libfetish_a_SOURCES): Put all .h files here instead.
41090         Remove a thus-exposed (better checks in automake) duplicate and
41091         two unnecessary .h files.
41092
41093 2001-07-04  Jim Meyering  <meyering@lucent.com>
41094
41095         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
41096         that generates jm-glibc-io.m4 so that it doesn't trigger any make
41097         distcheck failure.
41098
41099 2001-07-02  Jim Meyering  <meyering@lucent.com>
41100
41101         The following changes were prompted by suggestions from Bruno Haible.
41102
41103         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
41104         is now generated.
41105         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
41106         definition of EXTRA_DIST.
41107         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
41108         ensure that the generated file is created/updated whenever the list
41109         of $(unlocked_functions) is changed.
41110         (jm-glibc-io.m4): New rule.
41111         (unlocked-io.h): New rule -- currently unused.
41112
41113 2001-06-24  Jim Meyering  <meyering@lucent.com>
41114
41115         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
41116         unmatched right bracket, rather than kludging it with an extra,
41117         falsely-matching quote in a comment.  Patch by Akim Demaille.
41118
41119 2001-06-11  Jim Meyering  <meyering@lucent.com>
41120
41121         * lib/regex.c: Update from GNU libc.
41122
41123 2001-05-27  Jim Meyering  <meyering@lucent.com>
41124
41125         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
41126         Check for ut_type in struct utmp.
41127
41128 2001-05-27  Jim Meyering  <meyering@lucent.com>
41129
41130         * lib/readutmp.h (UT_TYPE): Define.
41131
41132 2001-05-24  Jim Meyering  <meyering@lucent.com>
41133
41134         * lib/argmatch.c: Include "quote.h".
41135         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
41136         quote function.  Reported by Göran Uddeborg.
41137
41138 2001-05-22  Jim Meyering  <meyering@lucent.com>
41139
41140         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
41141         now that we use the package-supplied version unconditionally.
41142         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
41143
41144 2001-05-21  Jim Meyering  <meyering@lucent.com>
41145
41146         * m4/regex.m4: Change a couple backticks to single quotes to avoid
41147         shell syntax errors.
41148
41149 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
41150
41151         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
41152
41153 2001-05-20  Paul Eggert  <eggert@twinsun.com>
41154
41155         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
41156         Don't bother to check library strftime, since
41157         we'll be using our own my_strftime function anyway.
41158         Define my_strftime instead of strftime.
41159
41160 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
41161
41162         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
41163         which is not yet declared.
41164
41165 2001-05-15  Jim Meyering  <meyering@lucent.com>
41166
41167         * m4/regex.m4: Use proper quoting so brackets appear in the test
41168         program.
41169         Reported by, and with help from, Bruno Haible.
41170
41171 2001-05-13  Jim Meyering  <meyering@lucent.com>
41172
41173         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
41174         undefined.
41175
41176 2001-05-11  Paul Eggert  <eggert@twinsun.com>
41177
41178         dirname code cleanup.  base_name now behaves more compatibly
41179         with POSIX basename when given file names that have trailing
41180         slashes, and similarly for dir_name.  Add new primitives
41181         base_len and dir_len.  Put the directory-name-related decls
41182         into dirname.h.
41183
41184         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
41185         * lib/backupfile.c (base_name): Likewise.
41186         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
41187         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
41188         * lib/makepath.c (strip_trailing_slashes): Likewise.
41189         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
41190         ISSLASH): Likewise.
41191         * lib/rename.c (strip_trailing_slashes): Likewise.
41192         * lib/same.c (base_name): Likewise.
41193         * lib/stripslash.c (ISSLASH): Likewise.
41194
41195         * lib/addext.c: Include <dirname.h> after size_t is defined.
41196         * lib/backupfile.c: Likewise.
41197
41198         * lib/addext.c (addext): Use base_len to trim redundant
41199         trailing slashes instead of doing it ourselves.
41200         But do not trim the last slash if it is not redundant.
41201
41202         * lib/backupfile.c (find_backup_file_name,
41203         max_backup_version): Use base_len instead of rolling it ourselves.
41204         Handle the case of "" and (on DOS) "C:" correctly.
41205
41206         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
41207         needed. Include <string.h>, <dirname.h>.
41208         (base_name): Allow file names ending in slashes, other than names
41209         that are all slashes.  In this case, return the basename followed
41210         by the slashes.  This is more general, and can be used in places
41211         where the original base_name purposely had an assertion failure.
41212         (base_len): New function.
41213
41214         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
41215         Do not include <assert.h>; no longer needed.
41216         Include xalloc.h.
41217         (memrchr): Remove decl.
41218         (dir_name_r): Remove.
41219         (dir_len): Renamed from dirlen.  All callers changed.
41220         Rewrite in terms of base_name, for simplicity and consistency.
41221         (dir_name): Never return NULL.  All callers changed.
41222         Do not include <stdlib.h> in test program; no longer needed.
41223         return 0; is fine for test program.
41224
41225         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
41226         New macros.
41227         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
41228
41229         * lib/path-concat.c (path_concat): Use base_len to compute
41230         base length, not strlen; this means we cannot rely on memcpy
41231         to null-terminate.
41232
41233         * lib/same.c (STREQ): Remove.
41234         (same_name): Handle the case where the basename ends in trailing '/'.
41235
41236         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
41237         a slash was stripped.  Do not strip the last slash after a
41238         file system prefix.
41239
41240 2001-05-11  Paul Eggert  <eggert@twinsun.com>
41241
41242         * lib/Makefile.am (libfetish_a_SOURCES):
41243         Add strftime.c, since we now compile it on all hosts.
41244
41245         * lib/strftime.c (my_strftime):
41246         Define to nstrftime if emacs, but only if my_strftime is not defined.
41247         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
41248         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
41249         Add one more extra argument: a nanoseconds value.
41250         All uses changed.
41251         (ns): New macro.
41252         (my_strftime function): Add %N format.
41253         (emacs_strftimeu): Renamed from emacs_strftime,
41254         with extra ut argument.
41255
41256 2001-05-09  Paul Eggert  <eggert@twinsun.com>
41257
41258         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
41259
41260 2001-04-21  Jim Meyering  <meyering@lucent.com>
41261
41262         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
41263         doesn't interfere.
41264
41265 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
41266
41267         * m4/ftruncate.m4: Check for chsize.
41268         Link with ftruncate.o unconditionally if ftruncate is missing.
41269         This was required when cross-compiling to i586-mingw32msvc.
41270
41271 2001-04-08  Jim Meyering  <meyering@lucent.com>
41272
41273         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
41274         recomputed; that's necessary when the offset spans a DST transition.
41275         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
41276
41277 2001-04-02  Jim Meyering  <meyering@lucent.com>
41278
41279         * lib/regex.h, regex.c: Update from GNU libc.
41280
41281 2001-03-24  Jim Meyering  <meyering@lucent.com>
41282
41283         * m4/jm-macros.m4: Require autoconf-2.49d.
41284
41285 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
41286
41287         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
41288
41289 2001-03-19  Paul Eggert  <eggert@twinsun.com>
41290
41291         * lib/version-etc.c (version_etc_copyright): Update to 2001.
41292
41293 2001-03-17  Jim Meyering  <meyering@lucent.com>
41294
41295         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
41296         now that the version in autoconf is equivalent.
41297         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
41298
41299         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
41300         Suggestion from Akim Demaille.
41301
41302         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
41303         (jm_PREREQ_TEMPNAME): New function.
41304
41305 2001-03-16  Paul Eggert  <eggert@twinsun.com>
41306
41307         * lib/tempname.c (uint64_t): Define to uintmax_t if
41308         not defined, and if UINT64_MAX is not defined.
41309         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
41310         Reported by John David Anglin.
41311
41312 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
41313
41314         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
41315         resolve alias if codeset is empty.
41316         * lib/config.charset (BeOS): Use wildcard syntax.
41317
41318 2001-03-13  Jim Meyering  <meyering@lucent.com>
41319
41320         * lib/path-concat.c (path_concat)
41321         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
41322         concatenating e.g., `C:' and `foo'.
41323         From Bruno Haible.
41324
41325 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
41326
41327         * lib/localcharset.c (locale_charset): Don't use
41328         setlocale(LC_CTYPE,NULL). Don't return NULL.
41329         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
41330
41331 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
41332
41333         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
41334         support for DOS/DJGPP.
41335
41336 2001-03-01  Paul Eggert  <eggert@twinsun.com>
41337
41338         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
41339         lacks mkstemp.  Compile our own tempname.c if we compile our own
41340         mkstemp.c, as mkstemp relies on tempname.
41341
41342 2001-03-01  Jim Meyering  <meyering@lucent.com>
41343
41344         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
41345         AH_VERBATIM really does output its argument verbatim.
41346
41347 2001-02-28  Paul Eggert  <eggert@twinsun.com>
41348
41349         * lib/Makefile.am (libfetish_a_SOURCES):
41350         Add dup-safer.c, fopen-safer.c.
41351         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
41352
41353         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
41354         * lib/unistd-safer.h: New files.
41355
41356 2001-02-25  Paul Eggert  <eggert@twinsun.com>
41357
41358         The mkstemp replacement is taken from glibc 2.2.2, with some
41359         portability fixes for use outside glibc, as follows:
41360
41361         * lib/tempname.c (struct_stat64): New macro.
41362         (direxists, __gen_tempname): Use it.
41363         This avoids a portability problem with Solaris 8.
41364
41365         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
41366         (<stddef.h>, <stdint.h>, <string.h>):
41367         Include only if STDC_HEADERS || _LIBC.
41368         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
41369         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
41370         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
41371         (__set_errno): Define this macro if <errno.h> doesn't.
41372         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
41373         Define these macros if <stdio.h> doesn't.
41374         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
41375         Define these macros if <sys/stat.h>
41376         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
41377         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
41378         __xstat64): Define if not _LIBC.
41379         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
41380         (__gen_tempname): Invoke gettimeofday only if
41381         HAVE_GETTIMEOFDAY || _LIBC;
41382         otherwise, fall back on plain "time".
41383         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
41384
41385         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
41386
41387         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
41388
41389 2001-02-18  Paul Eggert  <eggert@twinsun.com>
41390
41391         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
41392
41393 2001-02-17  Paul Eggert  <eggert@twinsun.com>
41394
41395         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
41396         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
41397         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
41398         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
41399
41400 2001-02-17  Paul Eggert  <eggert@twinsun.com>
41401
41402         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
41403         Remove workaround macros for hosts that have mbrtowc but not
41404         mbstate_t, as we now insist on proper declarations for both
41405         before using mbrtowc.
41406
41407 2001-02-17  Jim Meyering  <meyering@lucent.com>
41408
41409         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
41410         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
41411         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
41412         UnixWare 7.1.1.
41413
41414         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
41415         rather than AC_CACHE_VAL.
41416
41417 2001-02-17  Jim Meyering  <meyering@lucent.com>
41418
41419         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
41420         around included file name.
41421
41422         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
41423
41424         * lib/strftime.c: Update from GNU libc (the only changes were to
41425         comments).
41426
41427 2001-02-17  Jim Meyering  <meyering@lucent.com>
41428
41429         * lib/regex.c: Update from libc.
41430
41431 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
41432
41433         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
41434         clash.
41435
41436 2001-02-16  Paul Eggert  <eggert@twinsun.com>
41437
41438         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
41439         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
41440         Reported by Mark Hounschell via Paul Eggert.
41441
41442 2001-02-07  Jim Meyering  <meyering@lucent.com>
41443
41444         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
41445
41446 2001-02-05  Jim Meyering  <meyering@lucent.com>
41447
41448         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
41449         it includes the patch required for `large file' support with at least
41450         HP-UX's 10.20 /bin/cc.
41451
41452 2001-02-03  Jim Meyering  <meyering@lucent.com>
41453
41454         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
41455         AS_IF, now that it works once again (mysteriously).
41456         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
41457
41458 2001-01-30  Jim Meyering  <meyering@lucent.com>
41459
41460         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
41461         * m4/chown.m4: Rename conftestchown to conftest.chown.
41462         * m4/rename.m4: s/conftestdir/conftest.d1/ and
41463         s/conftestdir2/conftest.d2/.
41464         * m4/utimes.m4: s/conftestdata/conftest.data/
41465         Inspired by Pavel Roskin's change in autoconf.
41466
41467 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
41468
41469         * lib/config.charset: Update for FreeBSD 4.2.
41470
41471 2001-01-27  Jim Meyering  <meyering@lucent.com>
41472
41473         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
41474         a use of AS_IF.
41475         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
41476
41477 2001-01-26  Jim Meyering  <meyering@lucent.com>
41478
41479         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
41480         quotearg.c includes it.
41481
41482 2001-01-26  Jim Meyering  <meyering@lucent.com>
41483
41484         * lib/quotearg.c: Include stddef.h.
41485         * lib/quote.c: Include stddef.h.
41486         Reported by Axel Kittenberger.
41487
41488         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
41489         line in double quotes so that it evokes a better diagnostic.
41490         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
41491         Reported by Axel Kittenberger.
41492
41493 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
41494
41495         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
41496         as if it was a `charset'.
41497
41498 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
41499
41500         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
41501         has const.
41502
41503 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
41504
41505         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
41506         to avoid a warning.  Add back 'const' to inptr.
41507
41508 2001-01-20  Jim Meyering  <meyering@lucent.com>
41509
41510         Be sure that headers are checked before used in code compiled
41511         for the type checks.
41512         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
41513         In place of that, invoke jm_CHECK_ALL_TYPES.
41514         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
41515         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
41516         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
41517         The check for ssize_t was mistakenly run before the test for unistd.h.
41518
41519         The configure-time check for stdbool.h was missing.
41520         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
41521         (jm_PREREQ_HASH): New function.
41522
41523 2001-01-17  Jim Meyering  <meyering@lucent.com>
41524
41525         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
41526         for autoconf-2.49c.
41527         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
41528
41529 2001-01-16  Jim Meyering  <meyering@lucent.com>
41530
41531         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
41532         From Bruno Haible.
41533
41534 2001-01-14  Jim Meyering  <meyering@lucent.com>
41535
41536         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
41537         foo and bar.  Create conftestdir/ in the script, not in the C code.
41538         Remove directories in the script, not in the C code.
41539         Remove conftestdir{,2} before trying to create the directory.
41540         Make the entire configure script fail if the mkdir fails.
41541
41542 2001-01-14  Jim Meyering  <meyering@lucent.com>
41543
41544         * lib/rename.c: New file.  From Volker Borchert.
41545         Include stdlib.h, string.h or strings.h, and xalloc.h.
41546         Use strip_trailing_slashes rather than open-coding it.
41547
41548 2001-01-03  Paul Eggert  <eggert@twinsun.com>
41549
41550         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
41551
41552 2001-01-03  Jim Meyering  <meyering@lucent.com>
41553
41554         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
41555         of local `inptr' to avoid warning with some system declarations of
41556         iconv.
41557
41558 2001-01-02  Volker Borchert  <bt@teknon.de>
41559
41560         * m4/rename.m4: New file.
41561         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
41562
41563 2001-01-01  Jim Meyering  <meyering@lucent.com>
41564
41565         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
41566         even on systems with utmpx.h.  It's necessary for the declaration of
41567         utmp's ut_user member.  Reported by Andreas Jaeger.
41568
41569         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
41570         available. They are required for the declarations of getgrgid and
41571         getpwuid resp.
41572         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
41573         Reported by Andreas Jaeger.
41574
41575 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
41576
41577         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
41578         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
41579         so `make install' also works in VPATH builds.
41580
41581 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
41582
41583         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
41584         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
41585         can be used in subdirectories.
41586
41587 2000-12-29  Paul Eggert  <eggert@twinsun.com>
41588
41589         * lib/modechange.c: Do not assume that mode_t uses the
41590         traditional octal encoding.  E.g. "chmod 1 FOO" should set
41591         the other-execute bit of FOO even if S_IXOTH != 1.
41592
41593         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
41594         WOTH, XOTH, ALLM): New macros.
41595         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
41596          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
41597         Use them.
41598         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
41599         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
41600         (mode_compile):
41601         No need to use uintmax_t; unsigned long is long enough.
41602         Don't bother to get suffix since we don't use it.
41603
41604 2000-12-26  Jim Meyering  <meyering@lucent.com>
41605
41606         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
41607         better with autoheader.
41608
41609 2000-12-24  Jim Meyering  <meyering@lucent.com>
41610
41611         * lib/hash.c (is_prime): Return explicit boolean values.
41612         (hash_get_first): Return NULL to appease Irix5.6's 89.
41613         Reported by Nelson Beebe.
41614
41615 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
41616
41617         * lib/localcharset.c (locale_charset): Add support for Win32.
41618
41619 2000-12-18  Paul Eggert  <eggert@twinsun.com>
41620
41621         * lib/physmem.h, lib/physmem.c: New files.
41622
41623         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
41624         (noinst_HEADERS): Add physmem.h.
41625
41626         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
41627         't' for compatibility with Solaris 8 sort.
41628
41629 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
41630
41631         * lib/config.charset: Add support for BeOS.
41632
41633 2000-12-17  Jim Meyering  <meyering@lucent.com>
41634
41635         * m4/dos.m4 (jm_AC_DOS): New file and macro.
41636         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
41637
41638 2000-12-16  Jim Meyering  <meyering@lucent.com>
41639
41640         This bug had a serious impact on chown: `chown N:M FILE' (for integer
41641         N and M) would have treated it like `chown N:N FILE'.
41642
41643         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
41644
41645 2000-12-16  Jim Meyering  <meyering@lucent.com>
41646
41647         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
41648         SHELLS_FILE to a file name that's useful on djgpp systems.
41649         Include stdlib.h.
41650         (ADDITIONAL_DEFAULT_SHELLS): Define.
41651         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
41652         Based mostly on a patch from Prashant TR.
41653
41654 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
41655
41656         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
41657         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
41658         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
41659
41660 2000-12-08  Andreas Schwab  <schwab@suse.de>
41661
41662         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
41663         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
41664
41665 2000-12-07  Jim Meyering  <meyering@lucent.com>
41666
41667         * lib/stripslash.c (ISSLASH): Define.
41668         (strip_trailing_slashes): Use ISSLASH rather than comparing against
41669         `/'.
41670         From Prashant TR.
41671
41672         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
41673         (dir_name_r): Declare this function as static.
41674         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
41675         manifest itself on a name containing a mix of slashes and
41676         backslashes.
41677         Make this function work with names starting with a DOS-style
41678         drive letter and colon prefix.
41679         (dir_name): Append `.' if necessary.
41680         Based mostly on patches from Prashant TR and Eli Zaretskii.
41681
41682         * lib/dirname.h (dir_name_r): Remove prototype.
41683
41684 2000-12-06  Paul Eggert  <eggert@twinsun.com>
41685
41686         * m4/off_t-format.m4: Remove this file.
41687         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
41688
41689 2000-12-06  Jim Meyering  <meyering@lucent.com>
41690
41691         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
41692         replacement strtoull, we may well need the replacement strtoul, too.
41693         Check for declarations of strtoul and strtoull.
41694         Check for strtol.  Mainly as a cue to cause automake to include
41695         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
41696         Check for limits.h -- strtol.c needs it.
41697
41698 2000-12-05  Jim Meyering  <meyering@lucent.com>
41699
41700         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
41701
41702 2000-12-04  Jim Meyering  <meyering@lucent.com>
41703
41704         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
41705         Also include memory.h, stdlib.h, unistd.h if appropriate.
41706         Reported by Andreas Jaeger (conflicting declaration of malloc).
41707
41708 2000-12-02  Jim Meyering  <meyering@lucent.com>
41709
41710         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
41711         * m4/jm-macros.m4 (jm_MACROS): require it.
41712
41713 2000-12-02  Jim Meyering  <meyering@lucent.com>
41714
41715         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
41716
41717 2000-12-01  Paul Eggert  <eggert@twinsun.com>
41718
41719         * lib/memrchr.c: Include <config.h> before any system include file.
41720
41721 2000-11-30  Jim Meyering  <meyering@lucent.com>
41722
41723         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
41724
41725 2000-11-30  Jim Meyering  <meyering@lucent.com>
41726
41727         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
41728
41729 2000-11-29  Paul Eggert  <eggert@twinsun.com>
41730
41731         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
41732
41733 2000-11-26  Jim Meyering  <meyering@lucent.com>
41734
41735         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
41736
41737 2000-11-22  Paul Eggert  <eggert@twinsun.com>
41738
41739         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
41740         size of (size_t) -1; it's not portable.
41741
41742 2000-11-17  Jim Meyering  <meyering@lucent.com>
41743
41744         * lib/strstr.c: Update from GNU libc.
41745
41746 2000-11-17  Akim Demaille  <akim@epita.fr>
41747
41748         * lib/obstack.h: Formatting changes.
41749         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
41750         prevent type checking.
41751         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
41752         cast the value to (void *): assigning a `foo *' to a `void *'
41753         variable is valid.
41754         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
41755
41756 2000-11-16  Jim Meyering  <meyering@lucent.com>
41757
41758         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
41759
41760 2000-11-11  Jim Meyering  <meyering@lucent.com>
41761
41762         * lib/error.c: Add a couple #includes, merging from GNU libc version.
41763
41764 2000-11-10  Jim Meyering  <meyering@lucent.com>
41765
41766         * lib/obstack.h: Update from GNU libc.
41767         * lib/obstack.c: Likewise.
41768
41769 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
41770
41771         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
41772
41773 2000-11-06  Paul Eggert  <eggert@twinsun.com>
41774
41775         * lib/getusershell.c (setusershell): Use rewind rather than
41776         fseek/fseeko, to avoid configuration hassles with fseeko.
41777         Don't bother opening SHELLS_FILE if shellstream is NULL;
41778         it's not necessary.
41779
41780 2000-11-05  Jim Meyering  <meyering@lucent.com>
41781
41782         * lib/makepath.h (make_dir): Declare.
41783         * lib/makepath.c (make_dir): Remove `static' attribute.
41784         Tweak a comment.
41785
41786 2000-11-04  Jim Meyering  <meyering@lucent.com>
41787
41788         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
41789
41790 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
41791
41792         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
41793         last one in a bucket, advance to the next bucket.
41794
41795 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
41796
41797         * lib/fnmatch.c: Do not comment out all the code if we are using
41798         the GNU C library, because in some cases we are replacing buggy
41799         code in the GNU C library itself.
41800
41801 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
41802
41803         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
41804         (regex_compile): Catch bogus \(\1\).
41805
41806 2000-10-30  Paul Eggert  <eggert@twinsun.com>
41807
41808         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
41809         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
41810         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
41811
41812 2000-10-30  Paul Eggert  <eggert@twinsun.com>
41813
41814         * lib/error.h, getline.h, modechange.h:
41815         Remove "2000" from Copyright line, as the file hasn't been
41816         changed this year other than in the copyright notice.
41817
41818         * lib/xalloc.h: Add "2000" to Copyright line, as this file
41819         was changed this year.
41820
41821 2000-10-29  Jim Meyering  <meyering@lucent.com>
41822
41823         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
41824         renaming.
41825         * m4/ls-mntd-fs.m4: Likewise
41826
41827 2000-10-29  Jim Meyering  <meyering@lucent.com>
41828
41829         * lib/xstat.in: Fix grammar in comment.
41830
41831 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
41832
41833         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
41834         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
41835         doesn't define __restrict_arr.
41836
41837 2000-10-28  Jim Meyering  <meyering@lucent.com>
41838
41839         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
41840         (jm_PREREQ_MEMCHR): New function.
41841
41842 2000-10-28  Jim Meyering  <meyering@lucent.com>
41843
41844         * lib/memchr.c: Update from libc.
41845         Adjust for portability:
41846         [HAVE_STDLIB_H]: Include stdlib.h.
41847         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
41848         Undef __memchr, too.
41849         [!weak_alias]: Define __memchr to memchr.
41850
41851         * lib/regex.c: Update from libc.
41852         * lib/regex.h: Likewise.
41853         * lib/getopt1.c: Likewise.
41854         * lib/memcmp.c: Likewise.
41855
41856         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
41857         Avoid using fseek, when possible -- it's broken by design.
41858         Patch by Ulrich Drepper.
41859
41860 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
41861
41862         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
41863         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
41864         Giving in to popular pressure to shut up the compiler with casts.
41865
41866 2000-10-26  Jim Meyering  <meyering@lucent.com>
41867
41868         * lib/strftime.c: Update from libc.
41869
41870 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
41871
41872         * regex.c: More `unsigned char' -> `re_char' changes.
41873         Also change several `int' into `re_wchar_t'.
41874         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
41875         (PUSH_FAILURE_POINTER): Don't cast any more.
41876         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
41877         We want GCC to complain, since this piece of code makes
41878         re_match non-reentrant, which *should* be fixed.
41879         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
41880         (EXTEND_BUFFER): Use RETALLOC.
41881         (SET_LIST_BIT): Don't cast.
41882         (re_wchar_t): New type.
41883         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
41884         that those two functions will always properly return.
41885         (IMMEDIATE_QUIT_CHECK): Cast to void.
41886         (analyse_first): Use recursion rather than an explicit stack.
41887         (re_compile_fastmap): Can't fail anymore.
41888         (re_search_2): Don't check re_compile_fastmap for failure.
41889         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
41890         Now also sets the new value (passed in a new argument).
41891         (re_match_2_internal): Use it.
41892         Also, use a new var `reg' of type size_t when looping through regs
41893         rather than reuse the inappropriate `mcnt'.
41894
41895 2000-10-25  Jim Meyering  <meyering@lucent.com>
41896
41897         * lib/obstack.c: Update from libc.
41898
41899 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
41900
41901         * regex.c (regex_compile): Change the way of handling a range from
41902         a char less than 256 to a char not less than 256.
41903
41904 2000-10-24  Andrew Innes  <andrewi@gnu.org>
41905
41906         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
41907         NT-Emacs only.
41908         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
41909         so that re_search functions only quit when callers expect them to.
41910
41911 2000-10-23  Jim Meyering  <meyering@lucent.com>
41912
41913         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
41914         wrong.  That set_locale call must not have any side effects.
41915         From Paul Eggert.
41916
41917 2000-10-22  Jim Meyering  <meyering@lucent.com>
41918
41919         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
41920         [CYCLIC]: Remove now-unused definition.
41921
41922         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
41923         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
41924         Suggestion from Ulrich Drepper.
41925
41926 2000-10-21  Jim Meyering  <meyering@lucent.com>
41927
41928         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
41929         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
41930         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
41931
41932 2000-10-21  Jim Meyering  <meyering@lucent.com>
41933
41934         * lib/dirname.c (memrchr): Declare if necessary.
41935         (dir_name): Remove the restriction that there be no
41936         trailing slashes.  Now, this code skips past them, effectively
41937         ignoring them.
41938         [TEST_DIRNAME] (main): New unit tests.
41939
41940         * lib/memrchr.c: New file from GNU libc.
41941         Undef __memrchr, too.
41942         [!weak_alias]: Define __memrchr to memrchr.
41943         Guard weak_alias use with `#ifdef weak_alias'.
41944
41945 2000-10-21  Jim Meyering  <meyering@lucent.com>
41946
41947         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
41948         (dir_name): Use dir_name_r.
41949         * lib/dirname.h (dir_name_r): Declare it.
41950
41951 2000-10-17  Jim Meyering  <meyering@lucent.com>
41952
41953         * lib/quote.h (PARAMS): Define and use.
41954         Reported by Akim Demaille.
41955
41956         * lib/getopt.c: Update from libc.
41957
41958 2000-10-16  Jim Meyering  <meyering@lucent.com>
41959
41960         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
41961         setlocale.
41962         From Jan Fedak.
41963
41964 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
41965
41966         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
41967
41968 2000-09-25  Jim Meyering  <meyering@lucent.com>
41969
41970         * lib/md5.h (rol): Define (from GnuPG).
41971
41972         * lib/sha.c: Give credit (GnuPG) where due.
41973         (M): Use rol rather than open-coding it.
41974         Add a FIXME comment.
41975
41976 2000-09-21  Jim Meyering  <meyering@lucent.com>
41977
41978         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
41979         Reported by Michael Stone.
41980
41981 2000-09-20  Jim Meyering  <meyering@lucent.com>
41982
41983         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
41984         (noinst_HEADERS): Add sha.h.
41985         Based on code from Scott G. Miller and from GnuPG.
41986
41987 2000-09-18  Jim Meyering  <meyering@lucent.com>
41988
41989         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
41990         LIBS. Otherwise, everyone ends up linking with -lelf for some
41991         configurations.
41992         Reported by Mike Stone.
41993
41994 2000-09-15  Jim Meyering  <meyering@lucent.com>
41995
41996         * lib/regex.c: Update from libc.
41997
41998 2000-09-10  Jim Meyering  <meyering@lucent.com>
41999
42000         * lib/getopt.c (_getopt_internal): Update from glibc.
42001
42002 2000-09-09  Jim Meyering  <meyering@lucent.com>
42003
42004         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
42005         think it should be used as a general replacement for isascii.
42006         * lib/fnmatch.c: Likewise.
42007         * lib/mbswidth.c: Likewise
42008         * lib/regex.c: Likewise.
42009
42010         Don't use atoi.
42011         * lib/userspec.c: Include sys/param.h and limits.h.
42012         Include xstrtol.h.
42013         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
42014         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
42015         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
42016         UID, GID.  Check range.
42017
42018 2000-09-06  Jim Meyering  <meyering@lucent.com>
42019
42020         * lib/getopt.c (_getopt_internal): Update from glibc.
42021
42022 2000-08-30  Jim Meyering  <meyering@lucent.com>
42023
42024         * lib/strftime.c: Merge in changes from GNU libc.
42025
42026 2000-08-26  Jim Meyering  <meyering@lucent.com>
42027
42028         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
42029         * m4/fpending.m4: New file.
42030
42031 2000-08-26  Jim Meyering  <meyering@lucent.com>
42032
42033         * lib/closeout.c: Include "__fpending.h".
42034         (close_stdout_status): Return right away if there's nothing to flush.
42035
42036         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
42037         * lib/__fpending.c: New file.
42038         * lib/__fpending.h: New file.
42039
42040 2000-08-20  Jim Meyering  <meyering@lucent.com>
42041
42042         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
42043         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
42044         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
42045
42046 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
42047
42048         Improve fileutils installation on systems where running
42049         programs (like install) can't be unlinked.
42050         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
42051         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
42052
42053 2000-08-07  Paul Eggert  <eggert@twinsun.com>
42054
42055         Standardize on "memory exhausted" instead of "Memory exhausted"
42056         or "virtual memory exhausted".
42057         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
42058         "virtual memory exhausted".
42059         * lib/same.c (same_name): Invoke xalloc_die instead of printing
42060         our own message.
42061         * lib/userspec.c (parse_user_spec): Likewise.
42062         * lib/bumpalloc.h: comment fix
42063         * lib/same.c, userspec.c: Include xalloc.h.
42064
42065         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
42066         not char *const and pointing to a constant array.
42067         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
42068         (xrealloc): Comment fix.
42069
42070         * lib/userspec.c (parse_user_spec):
42071         Don't translate a message until just before returning,
42072         to avoid unnecessary translation.
42073
42074 2000-08-07  Jim Meyering  <meyering@lucent.com>
42075
42076         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
42077         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
42078         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
42079         getgroups.c, gethostname.c, getopt.h, group-member.c,
42080         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
42081         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
42082         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
42083         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
42084         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
42085         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
42086         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
42087         yesno.c: Back out Copyright date changes for each file with no change
42088         this year.  This eases coordination with other programs using the same
42089         source code modules.  From Paul Eggert.
42090
42091 2000-08-06  Paul Eggert  <eggert@twinsun.com>
42092
42093         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
42094         not char, for compatibility with glibc 2.1.3 strftime.c.
42095
42096 2000-08-03  Greg McGary  <greg@mcgary.org>
42097
42098         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
42099         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
42100         (EXTEND_BUFFER): Use them.
42101
42102 2000-08-01  Jim Meyering  <meyering@lucent.com>
42103
42104         * lib/dirname.c (ISSLASH): Define.
42105         (BACKSLASH_IS_PATH_SEPARATOR): Define.
42106         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
42107         both `\' and `/' may be use as path separators.
42108         Based on a patch from Prashant TR.
42109
42110 2000-07-31  Paul Eggert  <eggert@twinsun.com>
42111
42112         * lib/quotearg.c (quotearg_n_options): Don't make the initial
42113         slot vector a constant, since it might get modified.
42114
42115 2000-07-31  Jim Meyering  <meyering@lucent.com>
42116
42117         * lib/xmalloc.c: Use `virtual memory exhausted', not
42118         `Memory exhausted'.
42119         * lib/obstack.c (print_and_abort): Likewise.
42120
42121 2000-07-30  Paul Eggert  <eggert@twinsun.com>
42122
42123         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
42124         buffer, so that the caller can always quote one small
42125         component of a "memory exhausted" message in slot 0.
42126         From a suggestion by Jim Meyering.
42127
42128 2000-07-30  Jim Meyering  <meyering@lucent.com>
42129
42130         * lib/makepath.c (make_path): Quote the other instance, too.
42131
42132         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
42133         (STATIC_BUF_SIZE): Define.
42134         (quotearg_n_options): Use only statically allocated storage when
42135         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
42136         than STATIC_BUF_SIZE.
42137
42138 2000-07-29  Jim Meyering  <meyering@lucent.com>
42139
42140         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
42141         * lib/dirname.c (dir_name): Likewise.
42142
42143         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
42144         `/'.
42145
42146         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
42147         (dir_name): Assert that there are no trailing slashes.
42148
42149 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
42150
42151         * lib/mbswidth.h (mbswidth): Add a flags argument.
42152         (mbswidth): New declaration.
42153         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
42154         * lib/mbswidth.c (mbswidth): Add a flags argument.
42155         (mbsnwidth): New function.
42156
42157 2000-07-24  Jim Meyering  <meyering@lucent.com>
42158
42159         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
42160
42161 2000-07-23  Paul Eggert  <eggert@twinsun.com>
42162
42163         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
42164
42165 2000-07-23  Paul Eggert  <eggert@twinsun.com>
42166
42167         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
42168         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
42169         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
42170         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
42171         invoke multibyte primitives.
42172
42173 2000-07-23  Paul Eggert  <eggert@twinsun.com>
42174
42175         * lib/quotearg.c:
42176         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
42177         so that mbstate_t is always defined.
42178
42179         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
42180         be 1 in at least one GCC installation, and this configuration
42181         error is likely to be common.  Ignoring MB_LEN_MAX hurts
42182         performance on hosts that have mbrtowc but have only unibyte
42183         locales, but I assume these hosts are rare.
42184
42185 2000-07-23  Paul Eggert  <eggert@twinsun.com>
42186
42187         * lib/mbswidth.c (_XOPEN_SOURCE):
42188         Don't define; this causes problems on Solaris 7.
42189         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
42190
42191 2000-07-23  Jim Meyering  <meyering@lucent.com>
42192
42193         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
42194         too: getgrgid, getpwuid, getuid.
42195
42196 2000-07-23  Jim Meyering  <meyering@lucent.com>
42197
42198         * lib/basename.c (base_name): Add an assertion.
42199
42200 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
42201
42202         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
42203         shadow its mbsinit function.
42204
42205 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
42206
42207         * lib/mbswidth.h: New file.
42208         * lib/mbswidth.c: New file.
42209         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
42210         (noinst_HEADERS): Add mbswidth.h.
42211
42212 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
42213
42214         * lib/config.charset: Add support for FreeBSD. Improve support for
42215         HP-UX and IRIX 6.
42216
42217 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
42218
42219         * m4/mbswidth.m4: New file.
42220         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
42221
42222 2000-07-15  Jim Meyering  <meyering@lucent.com>
42223
42224         * lib/makepath.c: Include quote.h.
42225         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
42226         corresponding argument in a `quote (...)' call.
42227         Give better diagnostics.
42228
42229         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
42230         (noinst_HEADERS): Add quote.h.
42231
42232         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
42233         from tar's src/misc.c.
42234         * lib/quote.h: New file.  Prototypes for same.
42235
42236 2000-07-14  Paul Eggert  <eggert@twinsun.com>
42237
42238         From a suggestion by Bruno Haible.
42239         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
42240         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
42241         to decide whether to define the BeOS workaround macro;
42242         this adjusts to the change to AC_MBSTATE_T.
42243
42244 2000-07-14  Jim Meyering  <meyering@lucent.com>
42245
42246         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
42247         jm_AC_TYPE_UINTMAX_T.
42248
42249 2000-07-13  Paul Eggert  <eggert@twinsun.com>
42250
42251         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
42252
42253         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
42254         quotearg_buffer_restyled): Add support for
42255         clocale_quoting_style.  Undo previous change to
42256         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
42257         and "{RIGHT QUOTATION MARK}" msgids.
42258
42259 2000-07-10  Paul Eggert  <eggert@twinsun.com>
42260
42261         From a suggestion by Bruno Haible.
42262         * m4/mbstate_t.m4 (AC_MBSTATE_T):
42263         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
42264         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
42265         and mbstate_t, to a single-part test that simply defines mbstate_t.
42266         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
42267         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
42268
42269 2000-07-10  Jim Meyering  <meyering@lucent.com>
42270
42271         * m4/strerror_r.m4: Mirror the correction made in autoconf.
42272
42273         * m4/gnu-source.m4: Output to confdefs.h directly.
42274         Suggestion from Akim Demaille.
42275
42276 2000-07-09  Paul Eggert  <eggert@twinsun.com>
42277
42278         The old behavior of quoting `like this' doesn't look good with
42279         newer, ISO-style fonts.  See:
42280         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
42281
42282         Instead, quote "like this" by default.  Let the translator
42283         tailor the locale-specific quoting behavior by providing
42284         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
42285
42286         * lib/quotearg.c (N_): New macro.
42287         (gettext_default): New function.
42288         (quotearg_buffer_restyled): Use
42289         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
42290         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
42291
42292 2000-07-09  Jim Meyering  <meyering@lucent.com>
42293
42294         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
42295         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
42296
42297         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
42298         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
42299
42300 2000-07-09  Jim Meyering  <meyering@lucent.com>
42301
42302         * lib/Most files: Update copyright dates to include 2000.
42303
42304 2000-07-08  Jim Meyering  <meyering@lucent.com>
42305
42306         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
42307         if not defined.
42308         (xgethostname): Remove now-unnecessary #ifdef.
42309         Move declaration of `err' into loop where it's used.
42310
42311 2000-07-05  Paul Eggert  <eggert@twinsun.com>
42312         and Bruno Haible  <haible@clisp.cons.org>
42313
42314         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
42315         only if the test for an object-type mbstate_t fails.  This
42316         prevents us from mistakenly reporting that mbstate_t is a
42317         system object type after we "#define mbstate_t int" to work
42318         around its lack.
42319
42320 2000-07-05  Paul Eggert  <eggert@twinsun.com>
42321         and Bruno Haible  <haible@clisp.cons.org>
42322
42323         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
42324
42325 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
42326
42327         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
42328         to strerror_r.
42329         Include <ctype.h> for use of isalpha.
42330
42331 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
42332
42333         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
42334         by allocating a larger buffer. Test the gethostname return value for
42335         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
42336         returns an error and ENAMETOOLONG isn't defined.
42337
42338 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
42339
42340         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
42341         dimension.
42342
42343 2000-07-04  Jim Meyering  <meyering@lucent.com>
42344
42345         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
42346         of the deprecated AC_CHECKING.
42347
42348 2000-07-04  Jim Meyering  <meyering@lucent.com>
42349
42350         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
42351         Reported by Bruno Haible.
42352
42353 2000-07-04  Jim Meyering  <meyering@lucent.com>
42354
42355         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
42356         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
42357         lacks mbrtowc.
42358
42359 2000-07-03  Paul Eggert  <eggert@twinsun.com>
42360
42361         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
42362         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
42363
42364 2000-07-03  Paul Eggert  <eggert@twinsun.com>
42365         and Bruno Haible  <haible@clisp.cons.org>
42366
42367         * lib/quotearg.c (mbrtowc):
42368         Assign to *pwc, and return 1 only if result is nonzero.
42369         (iswprint): Use ISPRINT when substituting our own mbrtowc.
42370
42371 2000-07-03  Jim Meyering  <meyering@lucent.com>
42372
42373         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
42374
42375 2000-07-03  Jim Meyering  <meyering@lucent.com>
42376
42377         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
42378         This is necessary to get a definition of e.g., UTMP_FILE on
42379         HP-UX 10.20.
42380         From Bob Proulx.
42381
42382 2000-07-02  Jim Meyering  <meyering@lucent.com>
42383
42384         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
42385
42386         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
42387         AC_LIBOBJ(function_name).
42388         * m4/chown.m4: Likewise.
42389         * m4/fnmatch.m4: Likewise.
42390         * m4/ftruncate.m4: Likewise.
42391         * m4/getgroups.m4: Likewise.
42392         * m4/getline.m4: Likewise.
42393         * m4/group-member.m4: Likewise.
42394         * m4/jm-macros.m4: Likewise.
42395         * m4/lstat.m4: Likewise.
42396         * m4/malloc.m4: Likewise.
42397         * m4/memcmp.m4: Likewise.
42398         * m4/nanosleep.m4: Likewise.
42399         * m4/putenv.m4: Likewise.
42400         * m4/realloc.m4: Likewise.
42401         * m4/regex.m4: Likewise.
42402         * m4/stat.m4: Likewise.
42403         * m4/strftime.m4: Likewise.
42404
42405 2000-07-02  Jim Meyering  <meyering@lucent.com>
42406
42407         * lib/quotearg.c (mbstate_t): Don't define here.
42408
42409 2000-07-02  Jim Meyering  <meyering@lucent.com>
42410
42411         * lib/nanosleep.c (SIGCONT): Define if not already defined.
42412
42413 2000-07-01  Jim Meyering  <meyering@lucent.com>
42414
42415         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
42416
42417 2000-07-01  Jim Meyering  <meyering@lucent.com>
42418
42419         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
42420         problem.
42421
42422 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
42423
42424         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
42425         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
42426
42427 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
42428
42429         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
42430         per change in ../m4/ls-mntd-fs.m4.
42431         (read_filesystem_list): Ignore symbolic links.
42432
42433 2000-06-29  Jim Meyering  <meyering@lucent.com>
42434
42435         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
42436         for declaration of strcmp.
42437
42438         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
42439
42440         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
42441         Avoid warning by casting result to `char *' to remove `const'.
42442
42443 2000-06-28  Jim Meyering  <meyering@lucent.com>
42444
42445         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
42446         included by quotearg.c, for which we perform this test.  From
42447         Bruno Haible.
42448
42449 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
42450
42451         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
42452         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
42453         <utmpx.h> exists, put readutmp.o into LIBOBJS.
42454
42455 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
42456
42457         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
42458
42459 2000-06-26  Paul Eggert  <eggert@twinsun.com>
42460
42461         savedir now sets errno on failure and invokes xmalloc to get memory.
42462         Fix a couple of other minor bugs while we're at it.
42463
42464         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
42465         (NAMLEN): Remove macro.
42466         (malloc, realloc): Remove decls.
42467         (stpcpy): Likewise.
42468         ("xalloc.h"): Include.
42469         (NAME_SIZE_DEFAULT): New macro.
42470         (savedir): Use xmalloc / xrealloc to allocate memory.
42471         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
42472         Skip "" directory entries.
42473         Use strlen to calculate directory entry length, since the old method
42474         is rarely used these days and isn't worth supporting.
42475         Don't use a pointer after freeing it.
42476         Check for integer overflow when calculating allocation size.
42477         Use memcpy to copy entries, instead of stpcpy.
42478         Set errno properly when returning NULL.
42479         Check for readdir error.
42480
42481 2000-06-26  Jim Meyering  <meyering@lucent.com>
42482
42483         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
42484
42485 2000-06-25  Jim Meyering  <meyering@lucent.com>
42486
42487         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
42488         Linux header bug when _XOPEN_SOURCE is defined to 500.
42489
42490 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
42491
42492         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
42493         deficiency.
42494
42495 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
42496
42497         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
42498         Include xalloc.h.
42499         Don't include <stdlib.h>.  Don't declare malloc, realloc.
42500
42501 2000-06-24  Jim Meyering  <meyering@lucent.com>
42502
42503         * m4/strerror_r.m4: Revive this file -- to try out an experimental
42504         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
42505         for which strerror does return char*, but which lacks a conveniently
42506         accessible declaration of the function.  If the compile-test says
42507         strerror_r doesn't work, then resort to a `run'-test that works on
42508         BeOS and segfaults on DEC Unix.
42509
42510 2000-06-24  Jim Meyering  <meyering@lucent.com>
42511
42512         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
42513
42514 2000-06-23  Paul Eggert  <eggert@twinsun.com>
42515
42516         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
42517         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
42518
42519 2000-06-23  Paul Eggert  <eggert@twinsun.com>
42520
42521         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
42522         (mbrtowc, mbstate_t): Define substitutes if
42523         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
42524         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
42525         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
42526
42527 2000-06-23  Jim Meyering  <meyering@lucent.com>
42528
42529         * m4/afs.m4: Add missing AC_MSG_RESULT.
42530         Reported by Bruno Haible.
42531
42532         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
42533         Suggestion from Bruno Haible.
42534
42535 2000-06-23  Jim Meyering  <meyering@lucent.com>
42536
42537         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
42538
42539 2000-06-21  Jim Meyering  <meyering@lucent.com>
42540
42541         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
42542
42543 2000-06-21  Jim Meyering  <meyering@lucent.com>
42544
42545         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
42546         (noinst_HEADERS): Add getstr.h.
42547
42548         * lib/getline.c (getstr): Move into a separate file.
42549         * lib/getstr.c (getstr): New file, extracted from getline.c, with
42550         the following changes: new parameter, delim2; both delim[12]
42551         parameters have type `int', not `char'.  The latter would lose
42552         with 8-bit delimiters.
42553         * lib/getstr.h: New file.
42554
42555 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
42556
42557         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
42558         than 1024, return a memory chunk of least possible size, instead
42559         of size PATH_MAX + 2. In the loop, increment the size proportionally.
42560         Use free/xmalloc instead of xrealloc to avoid copying for very long
42561         paths.
42562
42563 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
42564
42565         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
42566         the empty string.
42567
42568 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
42569
42570         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
42571         address, not strdup.  Include <stdlib.h> and don't declare free().
42572
42573 2000-06-19  Jim Meyering  <meyering@lucent.com>
42574
42575         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
42576
42577 2000-06-18  Jim Meyering  <meyering@lucent.com>
42578
42579         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
42580
42581         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
42582         `checking whether...' message to be consistent with that of the
42583         lstat test.
42584
42585 2000-06-18  Jim Meyering  <meyering@lucent.com>
42586
42587         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
42588         Besides, these days every porting target provides a mkdir function.
42589
42590         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
42591         needed. (this snippet comes from src/system.h).
42592
42593 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
42594
42595         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
42596
42597 2000-06-15  Paul Eggert  <eggert@twinsun.com>
42598
42599         * lib/human.c (adjust_value): New function.
42600         (human_readable_inexact): Apply rounding style even when
42601         printing approximate values.
42602
42603 2000-06-14  Paul Eggert  <eggert@twinsun.com>
42604
42605         * lib/human.c (human_readable_inexact): Allow an input block
42606         size that is not a multiple of the output block size, and vice versa.
42607         Reported by Piergiorgio Sartor.
42608
42609 2000-06-14  Paul Eggert  <eggert@twinsun.com>
42610
42611         * lib/getdate.y (get_date): Apply relative times after time
42612         zone indicator, not before.  Reported by Todd A. Jacobs.
42613
42614 2000-06-13  Jim Meyering  <meyering@lucent.com>
42615
42616         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
42617
42618         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
42619
42620 2000-06-12  Paul Eggert  <eggert@twinsun.com>
42621
42622         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
42623
42624 2000-06-12  Jim Meyering  <meyering@lucent.com>
42625
42626         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
42627         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
42628         optional argument.
42629         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
42630         the optional argument, `lib'.
42631
42632 2000-06-08  Jim Meyering  <meyering@lucent.com>
42633
42634         * m4/largefile.m4: Remove file (now that it's part of autoconf).
42635
42636 2000-06-04  Paul Eggert  <eggert@twinsun.com>
42637
42638         Rewrite largefile configuration so that we don't need to run
42639         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
42640         AC_CANONICAL_HOST in configure.in -- jmm]
42641
42642         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
42643         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
42644         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
42645         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
42646         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
42647         All uses changed.
42648         Instead of inspecting the output of getconf, try to compile the
42649         test program without and with the macro definition.
42650         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
42651         for getconf.  Instead, check for the needed flags by compiling
42652         test programs.
42653
42654 2000-06-04  Paul Eggert  <eggert@twinsun.com>
42655
42656         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
42657
42658 2000-06-04  Jim Meyering  <meyering@lucent.com>
42659
42660         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
42661         SunOS 4.1.4 for which gid_t is an unsigned type.
42662
42663 2000-06-03  Jim Meyering  <meyering@lucent.com>
42664
42665         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
42666         now that autoconf requires that.
42667
42668         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
42669         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
42670         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
42671
42672 2000-06-03  Jim Meyering  <meyering@lucent.com>
42673
42674         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
42675
42676 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
42677
42678         * m4/glibc21.m4: New file.
42679         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
42680
42681 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
42682
42683         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
42684         newer, don't install charset.alias.
42685         * lib/config.charset: Change the Linux/glibc rules so they become empty
42686         on glibc-2.1 or newer.
42687
42688 2000-06-02  Jim Meyering  <meyering@lucent.com>
42689
42690         * lib/mountlist.c: Back out last change.  Instead, do this...
42691         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
42692         me_dummy member using the same `ignore'-testing code.
42693         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
42694         fs_type strings.
42695         From Mark D. Roth.
42696
42697 2000-05-29  Jim Meyering  <meyering@lucent.com>
42698
42699         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
42700         mounts with the `ignore' attribute.  Based on a patch from
42701         Mark D. Roth.
42702
42703 2000-05-28  Jim Meyering  <meyering@lucent.com>
42704
42705         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
42706         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
42707         * m4/stat.m4: Likewise.
42708         * m4/lstat.m4: Likewise.
42709         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
42710
42711         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
42712         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
42713
42714 2000-05-26  Jim Meyering  <meyering@lucent.com>
42715
42716         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
42717
42718 2000-05-24  Jim Meyering  <meyering@lucent.com>
42719
42720         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
42721         autoconf requires that.
42722         * m4/lib-check.m4: Likewise.
42723         * m4/jm-macros.m4: Likewise.
42724         * m4/strftime.m4: Likewise.
42725
42726         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
42727         AC_CHECK_DECLS, now that autoconf requires that.
42728
42729 2000-05-22  Jim Meyering  <meyering@lucent.com>
42730
42731         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
42732         * m4/lstat.m4: Likewise.
42733
42734 2000-05-22  Jim Meyering  <meyering@lucent.com>
42735
42736         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
42737
42738 2000-05-20  Jim Meyering  <meyering@lucent.com>
42739
42740         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
42741         (jm_PREREQ): Use it.
42742
42743 2000-05-18  Jim Meyering  <meyering@lucent.com>
42744
42745         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
42746         back, too, since it may have been modified by allocate_entry.
42747         (hash_delete): Rewrite to use neither the assignment operator
42748         nor the comma operator in an if-expression.
42749
42750 2000-05-15  Paul Eggert  <eggert@twinsun.com>
42751
42752         * lib/closeout.c:
42753         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
42754         Remove; no longer needed.
42755         "quotearg.h": Add include.
42756         (file_name): Do not bother to explicitly initialize to NULL; it's less
42757         efficient on some hosts.
42758         (close_stdout_status): Remove test as to whether stdout was already
42759         closed; it breaks for the case "echo x | sort >&-".
42760         Quote file name colons.
42761         Do not assume that _("write error") lacks format strings.
42762
42763 2000-05-15  Jim Meyering  <meyering@lucent.com>
42764
42765         * lib/version-etc.c (version_etc_copyright): Update the copyright
42766         string used in all --version output.
42767
42768 2000-05-14  Jim Meyering  <meyering@lucent.com>
42769
42770         * lib/closeout.c (close_stdout_set_file_name): New function.
42771         (close_stdout_status): Use new file-scoped global.
42772         Return right away if fstat says the stdout file descriptor is invalid.
42773         * lib/closeout.h (close_stdout_set_file_name): Declare.
42774
42775 2000-05-10  Jim Meyering  <meyering@lucent.com>
42776
42777         * lib/closeout.c [default_exit_status]: New file-scoped variable.
42778         (close_stdout_set_status): New function.
42779         * lib/closeout.h (close_stdout_set_status): Declare.
42780
42781 2000-05-09  Jim Meyering  <meyering@lucent.com>
42782
42783         * m4/gettext.m4: Rename this...
42784         * m4/libintl.m4: ...to this.
42785
42786 2000-05-08  Jim Meyering  <meyering@lucent.com>
42787
42788         * lib/long-options.c: Don't include closeout.h.
42789         (parse_long_options): Don't call close_stdout for --version.
42790
42791 2000-05-06  Paul Eggert  <eggert@twinsun.com>
42792
42793         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
42794         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
42795         2.1.3 bug.  This avoids a clash when files like regex.c define
42796         _GNU_SOURCE.
42797
42798 2000-05-06  Jim Meyering  <meyering@lucent.com>
42799
42800         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
42801         (AC_REPLACE_FUNCS): Add strnlen.
42802
42803         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
42804         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
42805
42806         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
42807         AC_SEARCH_LIBS call for nanosleep.
42808         (LIB_NANOSLEEP): Set and AC_SUBST.
42809
42810 2000-05-06  Jim Meyering  <meyering@lucent.com>
42811
42812         * lib/strnlen.c: Undefine __strnlen and strnlen.
42813         [!weak_alias]: Define __strnlen to strnlen.
42814
42815         * lib/atexit.c: New file, from libiberty.
42816
42817 2000-05-06  Jim Meyering  <meyering@lucent.com>
42818
42819         * lib/closeout.c (close_stdout_status): Also check for errors on the
42820         stderr stream.
42821
42822 2000-05-05  Jim Meyering  <meyering@lucent.com>
42823
42824         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
42825         AC_SEARCH_LIBS call for clock_gettime.
42826         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
42827
42828         * m4/search-libs.m4: Update from autoconf.
42829
42830         su doesn't work on Solaris 2.6.
42831         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
42832         <shadow.h>.  Reported by Dragos Harabor.
42833
42834 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
42835
42836         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
42837         memcpy instead of xmalloc, xrealloc, path_concat.
42838         (locale_charset): Treat empty environment variables as absent.
42839         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
42840
42841 2000-05-04  Jim Meyering  <meyering@lucent.com>
42842
42843         * lib/getopt.c: Update from glibc.
42844         * lib/obstack.c: Likewise.
42845         * lib/obstack.h: Likewise.
42846         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
42847         file
42848
42849         * lib/regex.h: Likewise.
42850         * lib/strndup.c: Likewise.
42851         * lib/strnlen.c: New file, from glibc.
42852
42853 2000-05-03  Jim Meyering  <meyering@lucent.com>
42854
42855         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
42856
42857 2000-05-02  Paul Eggert  <eggert@twinsun.com>
42858
42859         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
42860         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
42861         compile-time test, rather than inspecting host and OS, to
42862         decide whether to define _LARGEFILE_SOURCE.
42863
42864 2000-05-01  Jim Meyering  <meyering@lucent.com>
42865
42866         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
42867
42868         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
42869         Based on a patch from Bruno Haible.
42870
42871 2000-05-01  Jim Meyering  <meyering@lucent.com>
42872
42873         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
42874
42875 2000-04-29  Jim Meyering  <meyering@lucent.com>
42876
42877         * lib/path-concat.c: Declare strdup only if it's not defined.
42878         * lib/canon-host.c: Likewise.
42879
42880 2000-04-28  Jim Meyering  <meyering@lucent.com>
42881
42882         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
42883         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
42884         is included first, then limits.h is included by locale.h by libintl.h.
42885         From John David Anglin.
42886
42887 2000-04-25  Jim Meyering  <meyering@lucent.com>
42888
42889         * lib/makepath.c (S_IRWXUGO): Define.
42890         (make_path): Always perform explicit chmod if MODE specifies any
42891         of the `special' permission bits.  Prompted by a bug report against
42892         install from Mate Wierdl and Joost van Baal.
42893
42894 2000-04-18  Jim Meyering  <meyering@lucent.com>
42895
42896         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
42897         (jm_PREREQ): Use it.
42898
42899 2000-04-18  Jim Meyering  <meyering@lucent.com>
42900
42901         * lib/README: New file.
42902
42903         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
42904         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
42905
42906 2000-04-17  Jim Meyering  <meyering@lucent.com>
42907
42908         Get it right :-)
42909         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
42910         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
42911         Suggestion from Akim Demaille.
42912
42913 2000-04-17  Jim Meyering  <meyering@lucent.com>
42914
42915         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
42916         the definition of it to rpl_strftime also defined-away the system's
42917         declaration.
42918
42919 2000-04-15  Jim Meyering  <meyering@lucent.com>
42920
42921         Use `C' to denote so-called `contiguous' files, the same way
42922         that tar does.
42923         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
42924         (ftypelet): Use S_ISCTG.
42925         From Michael Deutschmann.
42926
42927 2000-04-14  Jim Meyering  <meyering@lucent.com>
42928
42929         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
42930         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
42931         clobbered.
42932
42933 2000-04-14  Jim Meyering  <meyering@lucent.com>
42934
42935         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
42936
42937 2000-04-13  Jim Meyering  <meyering@lucent.com>
42938
42939         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
42940         AH_VERBATIM to insert required #ifndef into config.h.in.
42941         Suggestion from Akim Demaille.
42942
42943 2000-04-12  Jim Meyering  <meyering@lucent.com>
42944
42945         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
42946         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
42947         Christian Krackowizer.
42948
42949         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
42950         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
42951         (AC_SYS_LARGEFILE): Require.
42952         (AM_C_PROTOTYPES): Require.
42953
42954 2000-04-08  Jim Meyering  <meyering@lucent.com>
42955
42956         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
42957         names don't conflict.  Reported by Eli Zaretskii.
42958
42959 2000-04-07  Jim Meyering  <meyering@lucent.com>
42960
42961         * lib/putenv.c: Move inclusion of errno.h so it follows that of
42962         sys/types.h, to work around system header problems on AIX 3.2.5.
42963         From Bruno Haible.
42964
42965 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
42966
42967         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
42968         bug.  Deal with the different error behavior of Irix iconv.
42969
42970 2000-04-05  Paul Eggert  <eggert@twinsun.com>
42971
42972         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
42973         IRIX if the installer said otherwise.
42974
42975 2000-04-05  Jim Meyering  <meyering@lucent.com>
42976
42977         Portability tweaks required for ultrix4.3.
42978         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
42979         (jm_CHECK_DECLS): Add getutent to the list of functions.
42980         (_jm_DECL_HEADERS): Add utmpx.h.
42981         From John David Anglin.
42982
42983         * m4/strftime.m4: Back out the 2000-04-02 change.
42984         Instead of that change, simply undefine putenv in the test program.
42985
42986 2000-04-05  Jim Meyering  <meyering@lucent.com>
42987
42988         Portability tweaks required for ultrix4.3.
42989         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
42990         getutent.
42991         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
42992         * lib/canon-host.c: Declare strdup.
42993         * lib/path-concat.c: Likewise.
42994         From John David Anglin.
42995
42996 2000-04-04  Jim Meyering  <meyering@lucent.com>
42997
42998         Be more DOS 8.3-friendly.
42999         * lib/ref-add.sin: Renamed from ref-add.sed.in.
43000         * lib/ref-del.sin: Renamed from ref-del.sed.in.
43001         * lib/Makefile.am: Reflect renaming.
43002         Reported by Eli Zaretskii.
43003
43004         Use a temporary file name that won't clash with `charset.alias'
43005         in the DOS 8.3 name space.
43006         * lib/Makefile.am (charset_tmp): Define.
43007         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
43008         (uninstall-local): Likewise.
43009         Reported by Eli Zaretskii.
43010
43011 2000-04-03  Jim Meyering  <meyering@lucent.com>
43012
43013         * m4/gettext.m4: Fix typo in comment.
43014
43015         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
43016         textutils/configure.in).  Suggestion from Paul Eggert.
43017         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
43018
43019 2000-04-02  Paul Eggert  <eggert@twinsun.com>
43020
43021         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
43022         variable in the shell rather than using putenv, which isn't
43023         portable.  This avoids the configure-time inter-test dependency
43024         on the potentially-renamed putenv function.
43025
43026 2000-03-30  Paul Eggert  <eggert@twinsun.com>
43027
43028         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
43029         before checking struct stat.st_blksize, so that
43030         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
43031
43032 2000-03-29  Paul Eggert  <eggert@twinsun.com>
43033
43034         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
43035         since strftime.c uses HAVE_STRFTIME to decide whether to use
43036         the underlying strftime.
43037
43038 2000-03-29  Paul Eggert  <eggert@twinsun.com>
43039
43040         * lib/time/strftime.c (my_strftime): Make sure we call the system
43041         strftime, not ourselves, when invoking the underlying strftime.
43042
43043 2000-03-24  Jim Meyering  <meyering@lucent.com>
43044
43045         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
43046         (charset_alias): Define.
43047         (install-exec-local): Factor out common code.
43048         (uninstall-local): Split lines longer than 80.
43049         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
43050         (SUFFIXES): Define.
43051         (.sed.in.sed): New rule.  Don't redirect directly to $@.
43052         (CLEANFILES): Add ref-add.sed and ref-del.sed.
43053
43054 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
43055
43056         * lib/config.charset: Output a line containing "Packages using this
43057         file".
43058         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
43059         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
43060         ref-del.sed): New rules.
43061
43062 2000-03-17  Jim Meyering  <meyering@lucent.com>
43063
43064         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
43065         Otherwise, include <strings.h>
43066
43067 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
43068
43069         * lib/unicodeio.c (utf8_wctomb): New function.
43070         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
43071         format instead of in UCS-4 with platform dependent endianness.
43072
43073 2000-03-10  Jim Meyering  <meyering@lucent.com>
43074
43075         * m4/lib-check.m4: Look for getspnam in -lgen, too.
43076         From Marco Franzen.
43077
43078 2000-03-07  Paul Eggert  <eggert@twinsun.com>
43079
43080         * lib/savedir.c (savedir): Work even if directory size is
43081         negative; this can happen with some screwy NFS configurations.
43082
43083 2000-03-06  Jim Meyering  <meyering@lucent.com>
43084
43085         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
43086         if it's NULL (because we ran out of memory).  From Bruno Haible.
43087
43088 2000-03-05  Jim Meyering  <meyering@lucent.com>
43089
43090         * lib/localcharset.c ("path-concat.h"): Include.
43091         (get_charset_aliases): Use path_concat instead of ANSI string
43092         concatenation.
43093
43094         * lib/unicodeio.h (PARAMS): Define.
43095         Use it to guard prototype.
43096
43097 2000-03-04  Jim Meyering  <meyering@lucent.com>
43098
43099         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
43100         for lib/localcharset.c.
43101
43102 2000-03-04  Jim Meyering  <meyering@lucent.com>
43103
43104         * lib/Makefile.am (install-exec-local): Create $(libdir) before
43105         installing into it.
43106         (uninstall-local): Uncomment this rule so `make distcheck' works
43107         once again.
43108
43109         * lib/unicodeio.c (<errno.h>): Include it.
43110         (errno): Declare if not defined.
43111
43112         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
43113
43114         * lib/config.charset: New version, incorporating remarks from a linux
43115         i18n mailing list.  From Bruno Haible.
43116
43117 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
43118
43119         * m4/codeset.m4: New file.
43120         * m4/iconv.m4: New file.
43121         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
43122
43123 2000-03-03  Jim Meyering  <meyering@lucent.com>
43124
43125         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
43126
43127 2000-03-02  Jim Meyering  <meyering@lucent.com>
43128
43129         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
43130         the messages come out on separate lines.
43131
43132         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
43133         rather than jm_CHECK_DECLARATIONS.
43134         * m4/decl.m4: Remove now-unused file.
43135
43136         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
43137         geteuid.
43138
43139 2000-03-02  Jim Meyering  <meyering@lucent.com>
43140
43141         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
43142
43143 2000-03-01  Jim Meyering  <meyering@lucent.com>
43144
43145         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
43146         * lib/unicodeio.c: Likewise.
43147
43148 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
43149
43150         * lib/config.charset: New file.
43151         * lib/localcharset.c: New file.
43152         * lib/unicodeio.h, lib/unicodeio.c: New files.
43153         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
43154         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
43155         (noinst_HEADERS): Add unicodeio.h.
43156         (all-local, install-exec-local, charset.alias): New targets.
43157
43158 2000-02-28  Paul Eggert  <eggert@twinsun.com>
43159
43160         * lib/quotearg.c (ALERT_CHAR): New macro.
43161         (quotearg_buffer_restyled): Use it.
43162
43163 2000-02-27  Jim Meyering  <meyering@lucent.com>
43164
43165         * m4/check-decl.m4: Add getenv to the list.
43166
43167 2000-02-27  Jim Meyering  <meyering@lucent.com>
43168
43169         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
43170         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
43171
43172         * lib/backupfile.c: Guard inclusion of stdlib.h with
43173         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
43174         Declare malloc if needed.
43175
43176         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
43177         `#ifndef HAVE_DECL..'
43178         now that autoconf always defines the HAVE_DECL_ symbols.
43179         * lib/human.c: Likewise.
43180         * lib/same.c: Likewise.
43181         * lib/strtoumax.c: Likewise.
43182
43183         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
43184         declaration check was not run.
43185         * lib/hash.c: Likewise.
43186         * lib/human.c: Likewise.
43187         * lib/same.c: Likewise.
43188         * lib/strtoumax.c: Likewise.
43189
43190         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
43191         `.', then first look up the entire `.'-containing string as a login
43192         name.
43193
43194 2000-02-23  Jim Meyering  <meyering@lucent.com>
43195
43196         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
43197         in place of my hack.
43198
43199 2000-02-18  Paul Eggert  <eggert@twinsun.com>
43200
43201         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
43202         (textint): New typedef.
43203         (parser_control): Member year changed from int to textint.
43204         All uses changed.
43205         (YYSTYPE): Removed; replaced by %union with int and textint members.
43206         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
43207         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
43208         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
43209         (tSNUMBER, tUNUMBER): Now of type <textintval>.
43210         (date, number, to_year): Use width of number in digits, not its value,
43211         to determine whether it's a 2-digit year, or a 2-digit time.
43212         (yylex): Store number of digits of numeric tokens.
43213         Reported by John Kendall.
43214
43215         (parser_control): Changed from struct parser_control to typedef (for
43216         consistency).  All uses changed.
43217
43218         (tID): Removed; not used.
43219         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
43220
43221 2000-02-14  Paul Eggert  <eggert@twinsun.com>
43222
43223         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
43224         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
43225
43226 2000-02-12  Jim Meyering  <meyering@lucent.com>
43227
43228         * lib/userspec.c (ISDIGIT): Define it.
43229         (isdigit): Remove definition.
43230         (is_number): Use ISDIGIT, not isdigit.
43231         <libintl.h>: Include.
43232         (_ and N_): Define.
43233         (parse_user_spec): Mark translatable strings.
43234
43235 2000-02-10  Jim Meyering  <meyering@lucent.com>
43236
43237         With these changes, nanosleep.[ch] are finally enough like the other
43238         lib/* replacement files to compile on a few more losing systems.
43239
43240         * lib/nanosleep.h: Don't include config.h.
43241         Remove prototype from declaration of nanosleep.
43242         (PARAMS): Remove now-unneeded definition.
43243         * lib/nanosleep.c: #undef nanosleep.
43244         (rpl_nanosleep): Rename from nanosleep.
43245
43246 2000-02-10  Jim Meyering  <meyering@lucent.com>
43247
43248         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
43249         gnu_nanosleep to rpl_nanosleep.
43250
43251 2000-02-09  Jim Meyering  <meyering@lucent.com>
43252
43253         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
43254         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
43255
43256 2000-02-08  Akim Demaille  <akim@epita.fr>
43257
43258         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
43259         `[' and `]' and remove uses of `changequote'.
43260         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
43261         (AC_SYS_LARGEFILE): Likewise.
43262         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
43263         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
43264         of changequote.
43265         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
43266         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
43267         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
43268         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
43269
43270 2000-02-05  Jim Meyering  <meyering@lucent.com>
43271
43272         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
43273         Remove explicit use of AC_HEADER_TIME.  It is required by
43274         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
43275         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
43276         in autoconf whereby the expansion of the latter ended up preceding
43277         the expansion of its prerequisite, AC_HEADER_TIME.
43278         Reported by Volker Borchert.
43279
43280 2000-02-03  Jim Meyering  <meyering@lucent.com>
43281
43282         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
43283
43284 2000-02-03  Jim Meyering  <meyering@lucent.com>
43285
43286         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
43287         rather than with `#if HAVE_UTMPNAME'.
43288
43289 2000-02-02  Jim Meyering  <meyering@lucent.com>
43290
43291         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
43292         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
43293         Reported by Eli Zaretskii.
43294
43295 2000-02-01  Jim Meyering  <meyering@lucent.com>
43296
43297         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
43298
43299 2000-01-31  Jim Meyering  <meyering@lucent.com>
43300
43301         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
43302         functions.  Add the time.h and sys/time.h headers along with the
43303         AC_REQUIRE'ment of AC_HEADER_TIME.
43304
43305 2000-01-31  Jim Meyering  <meyering@lucent.com>
43306
43307         * lib/nanosleep.h (nanosleep): Guard declaration with
43308         `#if ! HAVE_DECL_NANOSLEEP'.
43309         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
43310         the declaration in that vendor's sys/timers.h.
43311         Reported by Christian Krackowizer.
43312
43313         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
43314         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
43315         (ISPRINT): Likewise.
43316         Reported by Tom Tromey.
43317
43318 2000-01-30  Jim Meyering  <meyering@lucent.com>
43319
43320         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
43321
43322         * m4/prereq.m4 (utmp_includes): Define.
43323         Check for ut_user and ut_name members in both struct utmpx
43324         and struct utmp.
43325
43326 2000-01-30  Jim Meyering  <meyering@lucent.com>
43327
43328         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
43329         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
43330         header files where only utmpx.ut_user is declared.
43331
43332         * lib/readutmp.h (UT_USER): Define.
43333
43334 2000-01-29  Jim Meyering  <meyering@lucent.com>
43335
43336         * m4/lib-check.m4: New file containing library-related checks from
43337         fileutils and sh-utils (textutils had none).
43338
43339 2000-01-28  Jim Meyering  <meyering@lucent.com>
43340
43341         * m4/perl.m4: Change format of warning message to look more like that
43342         from the missing script.  Suggestion from François Pinard.
43343
43344 2000-01-25  Jim Meyering  <meyering@lucent.com>
43345
43346         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
43347         well as time.h in the compile check.
43348         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
43349         Fix typo in cross-compiling case: s/yes/no/.
43350
43351 2000-01-23  Jim Meyering  <meyering@lucent.com>
43352
43353         * m4/jm-macros.m4: Move df-related tests here from
43354         fileutils/configure.in
43355
43356         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
43357         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
43358
43359         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
43360         s/space/ac_fsusage_space/.
43361         (jm_FILE_SYSTEM_USAGE): Take two parameters.
43362
43363         * m4/ftruncate.m4: New file (derived from part of
43364         fileutils/configure.in).
43365         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
43366         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
43367
43368         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
43369         AC_SUBST these here, rather than just in sh-util/configure.in, so
43370         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
43371         all the same.
43372         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
43373         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
43374         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
43375         (AC_SUBST(POW_LIBM)): Likewise.
43376         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
43377
43378 2000-01-23  Jim Meyering  <meyering@lucent.com>
43379
43380         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
43381         obstack.c.
43382
43383 2000-01-22  Jim Meyering  <meyering@lucent.com>
43384
43385         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
43386
43387         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
43388
43389         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
43390         configure.in
43391         (AC_CHECK_HEADERS): Likewise for sh-utils.
43392         (AC_CHECK_HEADERS): Likewise for textutils.
43393         Merge the three lists of headers.
43394
43395         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
43396         from fileutils' configure.in.
43397
43398         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
43399         code. Moved tests into their own function (_jm_DECL_HEADERS) in
43400         check-decl.m4.
43401
43402         * m4/check-decl.m4: Use #if rather than #ifdef.
43403         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
43404         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
43405         (_jm_DECL_HEADERS): Define new function.
43406         (jm_CHECK_DECLARATIONS): Require it.
43407
43408 2000-01-22  Jim Meyering  <meyering@lucent.com>
43409
43410         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
43411         [! HAVE_DECL_STRTOULL]: Declare strtoull.
43412         Required for some AIX systems.  Reported by Christian Krackowizer.
43413         [TESTING] (main): New function.
43414
43415         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
43416         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
43417         letters.
43418
43419         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
43420         iswprint.
43421
43422         * lib/strverscmp.c (ISDIGIT): Define.
43423         (strverscmp): Use ISDIGIT, not isdigit.
43424
43425 2000-01-19  Jim Meyering  <meyering@lucent.com>
43426
43427         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
43428         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
43429         defines `struct timespec' in <sys/time.h>
43430
43431         * m4/c-bs-a.m4: Remove uses of changequote altogether.
43432         Thanks to Akim for explaining.
43433
43434 2000-01-17  Paul Eggert  <eggert@twinsun.com>
43435
43436         * lib/nanosleep.c (nanosleep):
43437         Don't use SA_INTERRUPT to decide whether to call sigaction, as
43438         POSIX.1 doesn't require SA_INTERRUPT and some systems
43439         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
43440         it's been part of POSIX.1 since day 1 (in 1988).
43441
43442 2000-01-17  Jim Meyering  <meyering@lucent.com>
43443
43444         * lib/interlock: Remove unused file.  Reported by François Pinard.
43445
43446 2000-01-16  Paul Eggert  <eggert@twinsun.com>
43447
43448         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
43449         alert, backslash, formfeed, and vertical tab unnecessarily in
43450         shell quoting style.
43451
43452 2000-01-16  Jim Meyering  <meyering@lucent.com>
43453
43454         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
43455         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
43456         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
43457         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
43458
43459 2000-01-16  Jim Meyering  <meyering@lucent.com>
43460
43461         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
43462         because the latter didn't work.
43463
43464 2000-01-15  Jim Meyering  <meyering@lucent.com>
43465
43466         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
43467         (AC_REPLACE_FUNCS): Add memcpy and memset.
43468         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
43469         Add strpbrk.
43470         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
43471
43472 2000-01-12  Jim Meyering  <meyering@lucent.com>
43473
43474         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
43475         (jm_PREREQ): Use it.
43476         (jm_PREREQ_READUTMP): New macro.
43477         (jm_PREREQ): Use it.
43478
43479 2000-01-11  Paul Eggert  <eggert@twinsun.com>
43480
43481         Quote multibyte characters correctly.
43482         * m4/c-bs-a.m4: New file.
43483         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
43484         (jm_PREREQ): Use it.
43485
43486 2000-01-11  Paul Eggert  <eggert@twinsun.com>
43487
43488         * m4/uintmax_t.m4: Port to autoconf 2.13.
43489
43490 2000-01-08  Jim Meyering  <meyering@ascend.com>
43491
43492         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
43493         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
43494
43495 2000-01-04  Jim Meyering  <meyering@ascend.com>
43496
43497         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
43498         jm_STRUCT_DIRENT_D_TYPE.
43499         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
43500         jm_STRUCT_DIRENT_D_INO.
43501         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
43502         jm_STRUCT_UTIMBUF.
43503         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
43504         renamings.
43505         * m4/utime.m4: Likewise.
43506
43507         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
43508         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
43509
43510 2000-01-03  Paul Eggert  <eggert@twinsun.com>
43511
43512         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
43513         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
43514
43515 2000-01-02  Jim Meyering  <meyering@ascend.com>
43516
43517         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
43518         remember if this is necessary.
43519
43520 1999-12-26  Jim Meyering  <meyering@ascend.com>
43521
43522         * m4/jm-macros.m4: Use it here.
43523         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
43524
43525 1999-12-23  Jim Meyering  <meyering@ascend.com>
43526
43527         * m4/jm-macros.m4: Check for clock_gettime (moved from
43528         fileutils/configure.in)
43529         Check for gettimeofday.
43530
43531 1999-12-20  Jim Meyering  <meyering@ascend.com>
43532
43533         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
43534         autoconf-2.14a-1999-12-20.
43535
43536 1999-12-19  Jim Meyering  <meyering@ascend.com>
43537
43538         * m4/lstat-slash.m4: New file.
43539         * m4/jm-macros.m4: Use the new macro:
43540         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
43541
43542 1999-12-07  Jim Meyering  <meyering@ascend.com>
43543
43544         * m4/perl.m4: Require that File::Compare be available, too.
43545         Too many systems seem to lack it.
43546
43547         * m4/strftime.m4: Add checks for most of the cpp macros tested in
43548         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
43549
43550 1999-11-18  Paul Eggert  <eggert@twinsun.com>
43551
43552         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
43553         problem with the QNX 4.25 shell, which doesn't propagate exit
43554         status of failed commands inside shell assignments.
43555
43556 1999-11-17  Jim Meyering  <meyering@ascend.com>
43557
43558         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
43559
43560 1999-11-07  Jim Meyering  <meyering@ascend.com>
43561
43562         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
43563
43564 1999-11-06  Jim Meyering  <meyering@ascend.com>
43565
43566         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
43567         * m4/jm-macros.m4 (jm_MACROS): Use it here.
43568
43569 1999-11-05  Jim Meyering  <meyering@ascend.com>
43570
43571         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
43572         configure.in of textutils, fileutils, and sh-utils into this one
43573         (shared between those packages) file.
43574         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
43575         AC_STRUCT_ST_BLKSIZE.
43576
43577 1999-11-03  Jim Meyering  <meyering@ascend.com>
43578
43579         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
43580         of AC_CHECK_TYPE checks includes unistd.h.
43581         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
43582         Suggestion from Akim Demaille.
43583
43584 1999-10-30  Jim Meyering  <meyering@ascend.com>
43585
43586         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
43587         m4-quoted string.
43588         * m4/ls-mntd-fs.m4: Likewise.
43589         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
43590         * m4/jm-winsz1.m4: Likewise.
43591
43592         * m4/const.m4: Remove file, since the fix made it into the experimental
43593         version of autoconf.
43594         * m4/mktime.m4: Likewise.
43595
43596         * m4/check-type.m4: Remove file, now that the latest version of
43597         AC_CHECK_TYPE takes a third arg to specify additional #includes.
43598
43599         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
43600         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
43601         AC_CHECK_TYPE.
43602
43603 1999-10-04  Jim Meyering  <meyering@ascend.com>
43604
43605         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
43606
43607 1999-09-22  Paul Eggert  <eggert@twinsun.com>
43608
43609         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
43610         2.95.1 bug with HP-UX 10.20.
43611
43612 1999-09-17  Jim Meyering  <meyering@ascend.com>
43613
43614         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
43615         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
43616         due to missing strdup (against sh-utils-2.0).
43617
43618 1999-08-29  Jim Meyering  <meyering@ascend.com>
43619
43620         * m4/jm-macros.m4: Require jm_BISON.
43621         * m4/bison.m4: New file.
43622
43623 1999-08-17  Paul Eggert  <eggert@twinsun.com>
43624
43625         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
43626         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
43627
43628 1999-08-05  Jim Meyering  <meyering@ascend.com>
43629
43630         * m4/getline.m4: Rename test file from conftestdata to conftest.data
43631         to avoid conflicts with `conftest' on 8+3 filesystems.
43632         Suggestion from Eli Zaretskii.
43633
43634 1999-08-04  Jim Meyering  <meyering@ascend.com>
43635
43636         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
43637         fileutils and sh-utils (textutils's getline test was inadequate).
43638         (AM_FUNC_GETLINE): Run this test.
43639         (AC_CHECK_FUNCS): Check for getdelim.
43640         Reported by Bob Proulx.
43641
43642 1999-08-02  Jim Meyering  <meyering@ascend.com>
43643
43644         * m4/jm-macros.m4: Add a comment.
43645
43646 1999-08-01  Paul Eggert  <eggert@twinsun.com>
43647
43648         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
43649         <inttypes.h> defines strtoumax as a macro (and not as a
43650         function).
43651
43652 1999-08-01  Paul Eggert  <eggert@twinsun.com>
43653
43654         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
43655         that we can shift, multiply and divide unsigned long long
43656         values; Ultrix cc can't do it.
43657
43658 1999-08-01  Paul Eggert  <eggert@twinsun.com>
43659
43660         * m4/mktime.m4: New file, which is a preview of what should appear
43661         in the next public autoconf release.
43662
43663 1999-08-01  Paul Eggert  <eggert@twinsun.com>
43664
43665         * m4/lfs.m4: Remove this file.
43666         * m4/largefile.m4: New file.  It contains the old contents of
43667         lfs.m4, except that all names with prefix AC_LFS have been
43668         changed to use the prefix AC_SYS_LARGEFILE instead, to be
43669         compatible with future autoconf versions.  Also, some minor m4
43670         quoting problems have been fixed.
43671
43672 1999-08-01  Paul Eggert  <eggert@twinsun.com>
43673
43674         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
43675         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
43676         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
43677         and simplify the shell code.
43678
43679 1999-08-01  Jim Meyering  <meyering@ascend.com>
43680
43681         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
43682         m4.
43683
43684 1999-07-20  Jim Meyering  <meyering@ascend.com>
43685
43686         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
43687
43688 1999-07-15  Jim Meyering  <meyering@ascend.com>
43689
43690         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
43691
43692 1999-05-22  Jim Meyering  <meyering@ascend.com>
43693
43694         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
43695
43696 1999-05-20  Jim Meyering  <meyering@ascend.com>
43697
43698         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
43699         Add a colon after each `then' in case $4 is empty.
43700
43701 1999-05-16  Jim Meyering  <meyering@ascend.com>
43702
43703         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
43704
43705 1999-05-10  Jim Meyering  <meyering@ascend.com>
43706
43707         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
43708
43709         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
43710         AC_FUNC_MKTIME.
43711
43712 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
43713
43714         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
43715
43716 1999-05-04  Paul Eggert  <eggert@twinsun.com>
43717
43718         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
43719         not CPPFLAGS, so that linking works correctly in IRIX.
43720
43721 1999-04-30  Paul Eggert  <eggert@twinsun.com>
43722
43723         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
43724
43725 1999-04-20  Paul Eggert  <eggert@twinsun.com>
43726
43727         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
43728         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
43729         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
43730         jm_AC_TYPE_UNSIGNED_LONG_LONG.
43731         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
43732
43733         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
43734
43735 1999-04-20  Jim Meyering  <meyering@ascend.com>
43736
43737         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
43738         AC_REPLACE xstroull if necessary.  From Paul Eggert.
43739         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
43740
43741 1999-04-18  Jim Meyering  <meyering@ascend.com>
43742
43743         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
43744         * m4/jm-macros.m4: Use it.
43745
43746 1999-04-06  Jim Meyering  <meyering@ascend.com>
43747
43748         * m4/strftime.m4: Remove test for %f.
43749
43750 1999-03-29  Jim Meyering  <meyering@ascend.com>
43751
43752         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
43753         superset of the AC_TYPE_* checks in the textutils, fileutils,
43754         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
43755         AC_TYPE_PID_T.
43756
43757 1999-03-28  Jim Meyering  <meyering@ascend.com>
43758
43759         * m4/jm-macros.m4: Define GNU_PACKAGE here.
43760         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
43761         replaced e.g., in the *.sh files of the sh-utils.
43762
43763 1999-03-20  Jim Meyering  <meyering@ascend.com>
43764
43765         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
43766         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
43767         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
43768
43769 1999-03-19  Jim Meyering  <meyering@ascend.com>
43770
43771         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
43772
43773 1999-03-12  Jim Meyering  <meyering@ascend.com>
43774
43775         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
43776
43777 1999-03-07  Jim Meyering  <meyering@ascend.com>
43778
43779         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
43780         declared.
43781
43782 1999-02-17  Jim Meyering  <meyering@ascend.com>
43783
43784         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
43785         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
43786
43787 1999-02-07  Jim Meyering  <meyering@ascend.com>
43788
43789         * m4/group-member.m4: New file -- extracted from sh-utils'
43790         configure.in.
43791
43792         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
43793         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
43794
43795 1999-02-06  Jim Meyering  <meyering@ascend.com>
43796
43797         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
43798         * m4/fnmatch.m4: Likewise.
43799         * m4/getgroups.m4: Likewise.
43800         * m4/lstat.m4: Likewise.
43801         * m4/malloc.m4: Likewise.
43802         * m4/putenv.m4: Likewise.
43803         * m4/realloc.m4: Likewise.
43804         * m4/regex.m4: Likewise.
43805         * m4/stat.m4: Likewise.
43806         * m4/strftime.m4: Likewise.
43807         Suggestion from Alain Magloire.
43808
43809         * m4/chown.m4: Use `.$ac_objext', not `.o'.
43810         * m4/fnmatch.m4: Likewise.
43811         * m4/getgroups.m4: Likewise.
43812         * m4/getline.m4: Likewise.
43813         * m4/lstat.m4: Likewise.
43814         * m4/malloc.m4: Likewise.
43815         * m4/memcmp.m4: Likewise.
43816         * m4/putenv.m4: Likewise.
43817         * m4/realloc.m4: Likewise.
43818         * m4/regex.m4: Likewise.
43819         * m4/stat.m4: Likewise.
43820         * m4/strftime.m4: Likewise.
43821         Suggestion from Alain Magloire.
43822
43823         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
43824         an argument.
43825
43826         * m4/regex.m4: Add a run-time Test for proper operation of
43827         re_compile_pattern.
43828
43829 1999-01-31  Jim Meyering  <meyering@ascend.com>
43830
43831         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
43832
43833 1999-01-30  Jim Meyering  <meyering@ascend.com>
43834
43835         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
43836
43837         * m4/jm-mktime.m4: Make this a wrapper around the official
43838         AM_FUNC_MKTIME rather than my private copy, now that the official one
43839         is up to date.
43840         * m4/mktime.m4: Remove file.
43841
43842         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
43843         * m4/uptime.m4: Likewise.
43844         * m4/uintmax_t.m4: Likewise.
43845
43846 1999-01-28  Jim Meyering  <meyering@ascend.com>
43847
43848         * m4/jm-macros.m4: Use jm_AFS.
43849         * m4/afs.m4: New file (from fileutils' configure.in).
43850
43851         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
43852         * m4/chown.m4: Likewise.
43853         * m4/d-ino.m4: Likewise.
43854         * m4/d-type.m4: Likewise.
43855         * m4/fnmatch.m4: Likewise.
43856         * m4/getgroups.m4: Likewise.
43857         * m4/gettext.m4: Likewise.
43858         * m4/jm-mktime.m4: Likewise.
43859         * m4/jm-winsz2.m4: Likewise.
43860         * m4/lcmessage.m4: Likewise.
43861         * m4/ls-mntd-fs.m4: Likewise.
43862         * m4/malloc.m4: Likewise.
43863         * m4/memcmp.m4: Likewise.
43864         * m4/putenv.m4: Likewise.
43865         * m4/realloc.m4: Likewise.
43866         * m4/st_mtim.m4: Likewise.
43867         * m4/strftime.m4: Likewise.
43868
43869 1999-01-16  Jim Meyering  <meyering@ascend.com>
43870
43871         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
43872         (ARGMATCH_DIE_DECL): Define.
43873
43874 1999-01-12  Jim Meyering  <meyering@ascend.com>
43875
43876         * m4/Makefile.am.in: Rewrite to avoid using fmt.
43877         Reported by Lars Hecking.
43878
43879 1999-01-10  Jim Meyering  <meyering@ascend.com>
43880
43881         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
43882         gross kludge.
43883         * m4/inttypes_h.m4: Likewise.
43884         * m4/lstat.m4: Likewise.
43885         * m4/malloc.m4: Likewise.
43886         * m4/readdir.m4: Likewise.
43887         * m4/realloc.m4: Likewise.
43888         * m4/st_dm_mode.m4: Likewise.
43889         * m4/stat.m4: Likewise.
43890         * m4/utimbuf.m4: Likewise.
43891         * m4/utimes.m4: Likewise.
43892
43893         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
43894         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
43895         comments in config.h.in are meaningful.
43896
43897         * m4/jm-macros.m4: Require autoconf-2.13 here.
43898
43899         * m4/regex.m4: By default, don't use the included regex.c on systems
43900         with glibc 2.  Suggestion from Uli Drepper.
43901
43902 1999-01-02  Jim Meyering  <meyering@ascend.com>
43903
43904         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
43905
43906 1998-12-18  Jim Meyering  <meyering@ascend.com>
43907
43908         * m4/Makefile.am.in (Makefile.am): Simplify rule.
43909         Based on a suggestion from Lars Hecking.
43910
43911 1998-11-16  Paul Eggert  <eggert@twinsun.com>
43912
43913         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
43914
43915 1998-11-16  Jim Meyering  <meyering@ascend.com>
43916
43917         * m4/lfs.m4: Double-quote the `uname...` expression.
43918
43919 1998-11-14  Jim Meyering  <meyering@ascend.com>
43920
43921         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
43922         * m4/stat.m4: Likewise.
43923
43924 1998-11-03  Jim Meyering  <meyering@ascend.com>
43925
43926         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
43927         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
43928
43929 1998-10-18  Jim Meyering  <meyering@ascend.com>
43930
43931         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
43932
43933 1998-10-17  Jim Meyering  <meyering@ascend.com>
43934
43935         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
43936         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
43937         calls for those previously hard-coded headers.  Instead, take a new
43938         parameter.
43939         (jm_CHECK_DECLARATIONS): Reflect interface change.
43940         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
43941         (jm_CHECK_DECL_LOCALTIME_R): New macro.
43942
43943         * m4/mktime.m4: Test for spring-forward gap before long-running test.
43944
43945 1998-10-14  Jim Meyering  <meyering@ascend.com>
43946
43947         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
43948         instead of "TZ=America/Vancouver".  From Paul Eggert.
43949
43950 1998-10-11  Jim Meyering  <meyering@ascend.com>
43951
43952         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
43953         This adds a test for a recently added compatibility fix for mktime.c.
43954         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
43955
43956 1998-09-27  Jim Meyering  <meyering@ascend.com>
43957
43958         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
43959
43960         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
43961         ../configure.in, including a change from Gordon Matzigkeit to allow
43962         cross-compiling for the Hurd.
43963
43964         * m4/glibc.m4: New file/macro to test for the GNU C Library
43965         versions 1 and 2.  From Gordon Matzigkeit.
43966         Indent.
43967
43968 1998-09-21  Jim Meyering  <meyering@ascend.com>
43969
43970         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
43971
43972 1998-08-18  Paul Eggert  <eggert@twinsun.com>
43973
43974         Port nanosecond-resolution times to UnixWare 2.1.2 and
43975         pedantic Solaris 2.6.
43976
43977         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
43978         AC_STRUCT_ST_MTIM.
43979         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
43980         Generate name of ns member, instead of just 1 or undef.
43981         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
43982
43983 1998-08-15  Jim Meyering  <meyering@ascend.com>
43984
43985         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
43986         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
43987         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
43988         instead of jm_TYPE_SSIZE_T.
43989
43990 1998-08-12  Jim Meyering  <meyering@ascend.com>
43991
43992         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
43993
43994 1998-08-02  Jim Meyering  <meyering@ascend.com>
43995
43996         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
43997         in acconfig.h manually.
43998
43999 1998-07-31  Paul Eggert  <eggert@twinsun.com>
44000
44001         * m4/st_mtim.m4: New file.
44002
44003 1998-07-28  Jim Meyering  <meyering@ascend.com>
44004
44005         * m4/utimes.m4: Undef stat.
44006
44007 1998-07-25  Jim Meyering  <meyering@ascend.com>
44008
44009         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
44010         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
44011
44012 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
44013
44014         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
44015         uid and gid actually remain unchanged.
44016
44017 1998-07-07  Jim Meyering  <meyering@ascend.com>
44018
44019         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
44020
44021 1998-07-04  Jim Meyering  <meyering@ascend.com>
44022
44023         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
44024         to prove that this macro can be used in packages without regex.c.
44025
44026 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
44027
44028         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
44029         is to be used.
44030
44031 1998-07-03  Jim Meyering  <meyering@ascend.com>
44032
44033         * m4/gettext.m4: Add -lintl if it's found to be necessary.
44034
44035         * m4/gettext.m4: New file -- from gettext-0.10.35.
44036         * m4/lcmessage.m4: Likewise.
44037         * m4/progtest.m4: Likewise.
44038
44039         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
44040         * m4/jm-macros.m4: Require the new macro.
44041
44042 1998-06-29  Jim Meyering  <meyering@ascend.com>
44043
44044         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
44045         for the definition of NGROUPS (used in a system header included
44046         by sys/mount.h).
44047
44048 1998-06-28  Jim Meyering  <meyering@ascend.com>
44049
44050         * m4/ls-mntd-fs.m4: New file.
44051         * m4/fstypename.m4: New file.
44052
44053         * m4/jm-macros.m4: Require the new macro.
44054         * m4/jm-glibc-io.m4: New file.
44055
44056 1998-05-19  Jim Meyering  <meyering@ascend.com>
44057
44058         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
44059         * m4/lchown.m4: New file.
44060
44061         * m4/Makefile.am.in: New file.
44062         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
44063
44064 1998-05-14  Jim Meyering  <meyering@ascend.com>
44065
44066         * m4/Makefile.am (EXTRA_DIST): Add them.
44067         * m4/jm-macros.m4: New file.
44068         * m4/utimbuf.m4: New file.
44069
44070 1998-05-12  Jim Meyering  <meyering@ascend.com>
44071
44072         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
44073
44074 1998-05-11  Jim Meyering  <meyering@ascend.com>
44075
44076         * m4/isc-posix.m4: New file.
44077
44078 1998-05-10  Jim Meyering  <meyering@ascend.com>
44079
44080         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
44081
44082 1998-05-09  Jim Meyering  <meyering@ascend.com>
44083
44084         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
44085         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
44086         with automake.
44087
44088         * m4/ssize_t.m4: New file.
44089         * m4/mktime.m4: Remove file -- the new automake has this now.
44090
44091 1998-04-26  Jim Meyering  <meyering@ascend.com>
44092
44093         * m4/assert.m4: New file.
44094         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
44095
44096 1998-04-05  Jim Meyering  <meyering@ascend.com>
44097
44098         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
44099         (jm_PREREQ): Use it here.
44100
44101 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
44102
44103         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
44104         in acconfig.h.
44105
44106 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
44107
44108         * m4/prereq.m4: New file.
44109         * m4/error.m4: New file.
44110         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
44111
44112 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
44113
44114         * m4/getline.m4: Don't set am_cv_func_working_getline before the
44115         cache-check for the same variable -- that defeated the purpose of
44116         the test; the test program was never run.  This was a problem only
44117         on systems with losing getline functions -- HP-UX 10.20 is one.
44118         Reported by Bjorn Helgaas.
44119
44120 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
44121
44122         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
44123
44124 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
44125
44126         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
44127
44128         * m4/const.m4: New file.  Use an initializer in this declaration
44129         typedef int charset[2]; const charset x;
44130         Reported by Bob Glickstein.
44131
44132 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
44133
44134         * m4/chown.m4: Fix reversed types on -1 args to chown.
44135         From Kaveh Ghazi.
44136
44137 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
44138
44139         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
44140         Add lseek and memchr.
44141
44142         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
44143         T.E.Dickey <dickey@clark.net> said that some older preprocessors
44144         have a 20-character limit on names.
44145
44146 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
44147
44148         * m4/inttypes_h.m4: New file.
44149         * m4/uintmax_t.m4: New file.
44150         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
44151
44152
44153         -----
44154
44155         Local Variables:
44156         coding: utf-8
44157         End:
44158
44159         Copyright (C) 1997-2008 Free Software Foundation, Inc.
44160
44161         Copying and distribution of this file, with or without
44162         modification, are permitted provided the copyright notice
44163         and this notice are preserved.